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/kbuild-add-dummy-toolchains-to-enable-all-cc-option-.patch
	patches.rpmify/kbuild-simplify-GCC_PLUGINS-enablement-in-dummy-tool.patch
	patches.rpmify/Revert-kconfig-only-write-CONFIG_FOO-is-not-set-for-.patch
	patches.rpmify/scripts-mkmakefile-honor-second-argument.patch
	patches.rpmify/arm64-make-STACKPROTECTOR_PER_TASK-configurable.patch

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

	########################################################
	# sorted patches
	########################################################
	patches.suse/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/tpm-Remove-a-deprecated-comments-about-implicit-sysf.patch
	patches.suse/tpm-tpm_ftpm_tee-A-driver-for-firmware-TPM-running-i.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-initialize-dimm-info-for-systems-with-more-than-two-channels.patch
	patches.suse/edac-amd64-find-chip-select-memory-size-using-address-mask.patch
	patches.suse/edac-amd64-decode-syndrome-before-translating-address.patch
	patches.suse/edac-amd64-cache-secondary-chip-select-registers.patch
	patches.suse/edac-amd64-support-asymmetric-dual-rank-dimms.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/regmap-irq-Correct-error-paths-in-regmap_irq_thread-.patch
	patches.suse/regmap-no-need-to-check-return-value-of-debugfs_crea.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-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-Fix-code-alignment.patch
	patches.suse/spi-spi-fsl-dspi-Remove-unused-defines-and-includes.patch
	patches.suse/spi-spi-fsl-dspi-Use-BIT-and-GENMASK-macros.patch
	patches.suse/spi-spi-fsl-dspi-Demistify-magic-value-in-SPI_SR_CLE.patch
	patches.suse/spi-spi-fsl-dspi-Change-usage-pattern-of-SPI_MCR_-an.patch
	patches.suse/spi-spi-fsl-dspi-Reduce-indentation-in-dspi_release_.patch
	patches.suse/spi-spi-fsl-dspi-Remove-unused-initialization-of-ret.patch
	patches.suse/spi-spi-fsl-dspi-Remove-pointless-assignment-of-mast.patch
	patches.suse/spi-spi-fsl-dspi-Replace-legacy-spi_master-names-wit.patch
	patches.suse/spi-spi-fsl-dspi-Use-reverse-Christmas-tree-declarat.patch
	patches.suse/spi-spi-fsl-dspi-Fix-typos.patch
	patches.suse/spi-spi-fsl-dspi-Move-dspi_interrupt-above-dspi_tran.patch
	patches.suse/spi-fsl-qspi-Enhance-binding-to-extend-example-for-f.patch
	patches.suse/spi-spi-fsl-dspi-Reduce-indentation-level-in-dspi_in.patch
	patches.suse/spi-spi-fsl-dspi-Exit-the-ISR-with-IRQ_NONE-when-it-.patch
	patches.suse/spi-spi-fsl-dspi-Remove-impossible-to-reach-error-ch.patch
	patches.suse/spi-spi-fsl-dspi-Use-poll-mode-in-case-the-platform-.patch
	patches.suse/spi-ep93xx-Repair-SPI-CS-lookup-tables.patch
	patches.suse/spi-spi-fsl-dspi-Fix-race-condition-in-TCFQ-EOQ-inte.patch
	patches.suse/spi-Use-an-abbreviated-pointer-to-ctlr-cur_msg-in-__.patch
	patches.suse/gpio-bd70528-fix-spelling-misstake-debouce-debounce.patch
	patches.suse/gpio-bd70528-remove-redundant-assignment-to-variable.patch
	patches.suse/gpio-of-Break-out-OF-only-code.patch
	patches.suse/gpio-max77650-add-MODULE_ALIAS.patch
	patches.suse/gpiolib-of-Reshuffle-contents-of-consumer.h-for-new-.patch
	patches.suse/gpiolib-acpi-Split-ACPI-stuff-to-gpiolib-acpi.h.patch
	patches.suse/gpiolib-acpi-Move-acpi_dev_add_driver_gpios-et-al-to.patch
	patches.suse/gpio-of-Fix-hard-assigned-valid_mask-for-OF-case.patch
	patches.suse/gpio-mpc8xxx-Add-ls1028a-device-specify-function.patch
	patches.suse/gpio-refactor-gpiochip_allocate_mask-with-bitmap_all.patch
	patches.suse/gpio-viperboard-Replace-unsigned-with-unsigned-int.patch
	patches.suse/gpio-arizona-Use-local-copy-of-pdata.patch
	patches.suse/gpio-madera-Use-local-copy-of-pdata.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-Remove-dev_err-usage-after-platform_get_irq.patch
	patches.suse/gpio-remove-ks8695-driver.patch
	patches.suse/gpio-Add-support-for-hierarchical-IRQ-domains.patch
	patches.suse/gpio-ixp4xx-Convert-to-hierarchical-GPIOLIB_IRQCHIP.patch
	patches.suse/qcom-spmi-gpio-convert-to-hierarchical-IRQ-helpers-i.patch
	patches.suse/gpio-thunderx-Switch-to-GPIOLIB_IRQCHIP.patch
	patches.suse/gpio-cadence-Pass-irqchip-when-adding-gpiochip.patch
	patches.suse/gpio-xlp-Pass-irqchip-when-adding-gpiochip.patch
	patches.suse/gpio-hlwd-Pass-irqchip-when-adding-gpiochip.patch
	patches.suse/gpio-aspeed-Pass-irqchip-when-adding-gpiochip.patch
	patches.suse/gpio-mockup-don-t-depend-twice-on-GPIOLIB.patch
	patches.suse/gpio-stubs-in-headers-should-be-inline.patch
	patches.suse/gpio-Pass-mask-and-size-with-the-init_valid_mask.patch
	patches.suse/pinctrl-stmfx-Use-the-callback-to-populate-valid_mas.patch
	patches.suse/gpio-Use-callback-presence-to-determine-need-of-vali.patch
	patches.suse/gpio-ftgpio-Move-hardware-initialization.patch
	patches.suse/gpio-mpc8xxx-add-ls1088a-platform-special-function.patch
	patches.suse/gpio-zx-Pass-irqchip-when-adding-gpiochip.patch
	patches.suse/gpio-vf610-Pass-irqchip-when-adding-gpiochip.patch
	patches.suse/gpio-tqmx86-Pass-irqchip-when-adding-gpiochip.patch
	patches.suse/gpio-aspeed-Add-SGPIO-driver.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-mt7621-Pass-irqchip-when-adding-gpiochip.patch
	patches.suse/gpio-zynq-Pass-irqchip-when-adding-gpiochip.patch
	patches.suse/gpio-em-use-a-helper-variable-for-pdev-dev.patch
	patches.suse/gpio-ixp4xx-remove-redundant-dev_err-message.patch
	patches.suse/gpio-mxc-use-devm_clk_get_optional-instead-of-devm_clk_get.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-lpc32xx-allow-building-on-non-lpc32xx-targets.patch
	patches.suse/gpio-ep93xx-Pass-irqchip-when-adding-gpiochip.patch
	patches.suse/gpio-gpiolib-Normalize-return-code-variable-name.patch
	patches.suse/gpio-of-Normalize-return-code-variable-name.patch
	patches.suse/gpio-pch-Use-dev_get_drvdata.patch
	patches.suse/gpio-intel-mid-Pass-irqchip-when-adding-gpiochip.patch
	patches.suse/gpio-lynxpoint-Pass-irqchip-when-adding-gpiochip.patch
	patches.suse/gpio-merrifield-Pass-irqchip-when-adding-gpiochip.patch
	patches.suse/gpiolib-acpi-make-acpi_can_fallback_to_crs-static.patch
	patches.suse/gpio-Initialize-the-irqchip-valid_mask-with-a-callba.patch
	patches.suse/gpio-aspeed-Fix-incorrect-number-of-banks.patch
	patches.suse/gpio-aspeed-Setup-irqchip-dynamically.patch
	patches.suse/gpio-aspeed-Use-ngpio-property-from-device-tree-if-a.patch
	patches.suse/gpio-aspeed-Add-in-ast2600-details-to-Aspeed-driver.patch
	patches.suse/gpio-of-Make-of_get_named_gpiod_flags-private.patch
	patches.suse/gpio-of-Make-of_gpio_simple_xlate-private.patch
	patches.suse/gpio-of-Switch-to-EXPORT_SYMBOL_GPL.patch
	patches.suse/gpio-devres-Switch-to-EXPORT_SYMBOL_GPL.patch
	patches.suse/gpio-creg-snps-use-devm_platform_ioremap_resource-to.patch
	patches.suse/gpio-remove-explicit-comparison-with-0.patch
	patches.suse/gpio-htc-egpio-Remove-unused-exported-htc_egpio_get_.patch
	patches.suse/gpiolib-of-add-a-fallback-for-wlf-reset-GPIO-name.patch
	patches.suse/iommu-omap-fix-boot-issue-on-remoteprocs-with-ammu-unicache
	patches.suse/iommu-omap-add-pdata-ops-for-omap_device_enable-idle.patch
	patches.suse/iommu-omap-streamline-enable-disable-through-runtime-pm-callbacks
	patches.suse/iommu-omap-add-logic-to-save-restore-locked-tlbs
	patches.suse/iommu-omap-add-system-suspend-resume-support
	patches.suse/iommu-omap-introduce-new-api-for-runtime-suspend-resume-control
	patches.suse/iommu-omap-add-support-for-late-attachment-of-iommu-devices
	patches.suse/iommu-omap-remove-pm_runtime_irq_safe-flag-for-omap-iommus
	patches.suse/iommu-omap-fix-compilation-warnings
	patches.suse/iommu-omap-use-the-correct-type-for-slab_hwcache_align
	patches.suse/iommu-omap-mark-pm-functions-_maybe_unused
	patches.suse/iommu-exynos-remove-_init-annotation-from-exynos_sysmmu_probe
	patches.suse/iommu-arm-smmu-mask-tlbi-address-correctly
	patches.suse/iommu-qcom-mask-tlbi-addresses-correctly
	patches.suse/iommu-arm-smmu-convert-gr0-registers-to-bitfields
	patches.suse/iommu-arm-smmu-convert-gr1-registers-to-bitfields
	patches.suse/iommu-arm-smmu-convert-context-bank-registers-to-bitfields
	patches.suse/iommu-arm-smmu-rework-cb_base-handling
	patches.suse/iommu-arm-smmu-split-arm_smmu_tlb_inv_range_nosync
	patches.suse/iommu-arm-smmu-get-rid-of-weird-atomic-write
	patches.suse/iommu-arm-smmu-abstract-gr1-accesses
	patches.suse/iommu-arm-smmu-abstract-context-bank-accesses
	patches.suse/iommu-arm-smmu-abstract-gr0-accesses
	patches.suse/iommu-arm-smmu-rename-arm-smmu-regs-h
	patches.suse/iommu-arm-smmu-add-implementation-infrastructure
	patches.suse/iommu-arm-smmu-move-secure-access-quirk-to-implementation
	patches.suse/iommu-arm-smmu-add-configuration-implementation-hook
	patches.suse/iommu-arm-smmu-add-reset-implementation-hook
	patches.suse/iommu-arm-smmu-add-context-init-implementation-hook
	patches.suse/iommu-arm-smmu-make-private-implementation-details-static
	patches.suse/iommu-arm-smmu-ensure-64-bit-i-o-accessors-are-available-on-32-bit-cpu
	patches.suse/iommu-remove-empty-iommu_tlb_range_add-callback-from-iommu_ops
	patches.suse/iommu-io-pgtable-arm-remove-redundant-call-to-io_pgtable_tlb_sync
	patches.suse/iommu-io-pgtable-rename-iommu_gather_ops-to-iommu_flush_ops
	patches.suse/iommu-introduce-struct-iommu_iotlb_gather-for-batching-tlb-flushes
	patches.suse/iommu-introduce-iommu_iotlb_gather_add_page
	patches.suse/iommu-pass-struct-iommu_iotlb_gather-to-unmap-and-iotlb_sync
	patches.suse/iommu-io-pgtable-introduce-tlb_flush_walk-and-tlb_flush_leaf
	patches.suse/iommu-io-pgtable-hook-up-tlb_flush_walk-and-tlb_flush_leaf-in-drivers
	patches.suse/iommu-io-pgtable-arm-call-tlb_flush_walk-and-tlb_flush_leaf
	patches.suse/iommu-io-pgtable-replace-tlb_add_flush-with-tlb_add_page
	patches.suse/iommu-io-pgtable-remove-unused-tlb_sync-callback
	patches.suse/iommu-io-pgtable-pass-struct-iommu_iotlb_gather-to-unmap
	patches.suse/iommu-io-pgtable-pass-struct-iommu_iotlb_gather-to-tlb_add_page
	patches.suse/iommu-arm-smmu-v3-separate-s-w-and-h-w-views-of-prod-and-cons-indexes
	patches.suse/iommu-arm-smmu-v3-drop-unused-q-argument-from-q_ovf-macro
	patches.suse/iommu-arm-smmu-v3-move-low-level-queue-fields-out-of-arm_smmu_queue
	patches.suse/iommu-arm-smmu-v3-operate-directly-on-low-level-queue-where-possible
	patches.suse/iommu-arm-smmu-v3-reduce-contention-during-command-queue-insertion
	patches.suse/iommu-arm-smmu-v3-defer-tlb-invalidation-until-iotlb_sync
	patches.suse/iommu-arm-smmu-v3-document-ordering-guarantees-of-command-insertion
	patches.suse/iommu-arm-smmu-v3-Disable-detection-of-ATS-and-PRI.patch
	patches.suse/iommu-arm-smmu-v3-remove-boolean-bitfield-for-ats_enabled-flag
	patches.suse/iommu-arm-smmu-v3-don-t-issue-cmd_sync-for-zero-length-invalidations
	patches.suse/iommu-arm-smmu-v3-rework-enabling-disabling-of-ats-for-pci-masters
	patches.suse/iommu-arm-smmu-v3-fix-atc-invalidation-ordering-wrt-main-tlbs
	patches.suse/iommu-arm-smmu-v3-avoid-locking-on-invalidation-path-when-not-using-ats
	patches.suse/revert-iommu-arm-smmu-v3-disable-detection-of-ats-and-pri
	patches.suse/iommu-arm-smmu-v3-fix-build-error-without-config_pci_ats
	patches.suse/dt-bindings-mediatek-add-binding-for-mt8183-iommu-and-smi
	patches.suse/iommu-mediatek-use-a-struct-as-the-platform-data
	patches.suse/memory-mtk-smi-use-a-general-config_port-interface
	patches.suse/memory-mtk-smi-use-a-struct-for-the-platform-data-for-smi-common
	patches.suse/iommu-mediatek-fix-iova_to_phys-pa-start-for-4gb-mode
	patches.suse/iommu-io-pgtable-arm-v7s-add-paddr_to_iopte-and-iopte_to_paddr-helpers
	patches.suse/iommu-io-pgtable-arm-v7s-use-ias-oas-to-check-the-valid-iova-pa
	patches.suse/iommu-io-pgtable-arm-v7s-rename-the-quirk-from-mtk_4gb-to-mtk_ext
	patches.suse/iommu-io-pgtable-arm-v7s-extend-to-support-pa-for-mediatek
	patches.suse/iommu-mediatek-adjust-the-pa-for-the-4gb-mode
	patches.suse/iommu-mediatek-add-bclk-can-be-supported-optionally
	patches.suse/iommu-mediatek-add-larb-id-remapped-support
	patches.suse/iommu-mediatek-refine-protect-memory-definition
	patches.suse/iommu-mediatek-move-reset_axi-into-plat_data
	patches.suse/iommu-mediatek-move-vld_pa_rng-into-plat_data
	patches.suse/memory-mtk-smi-add-gals-support
	patches.suse/iommu-mediatek-add-mt8183-iommu-support
	patches.suse/iommu-mediatek-add-mmu1-support
	patches.suse/memory-mtk-smi-invoke-pm-runtime_callback-to-enable-clocks
	patches.suse/memory-mtk-smi-add-bus_sel-for-mt8183
	patches.suse/iommu-mediatek-fix-vld_pa_rng-register-backup-when-suspend
	patches.suse/memory-mtk-smi-get-rid-of-need_larbid
	patches.suse/iommu-mediatek-clean-up-struct-mtk_smi_iommu
	patches.suse/iommu-qcom-use-struct_size-helper
	patches.suse/iommu-ipmmu-vmsa-move-imttbcr_sl0_twobit_-to-restore-sort-order
	patches.suse/iommu-ipmmu-vmsa-disable-cache-snoop-transactions-on-r-car-gen3
	patches.suse/iommu-amd-re-factor-guest-virtual-apic-de-activation-code
	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/swiotlb-split-size-parameter-to-map-unmap-apis
	patches.suse/iommu-vt-d-check-whether-device-requires-bounce-buffer
	patches.suse/iommu-vt-d-don-t-switch-off-swiotlb-if-bounce-page-is-used
	patches.suse/iommu-vt-d-add-trace-events-for-device-dma-map-unmap
	patches.suse/iommu-vt-d-use-bounce-buffer-for-untrusted-devices
	patches.suse/iommu-vt-d-add-scalable-mode-fault-information
	patches.suse/iommu-vt-d-declare-broadwell-igfx-dmar-support-snafu
	patches.suse/iommu-remove-dev_err-usage-after-platform_get_irq
	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-revisit-iommu_insert_resv_region-implementation
	patches.suse/iommu-dma-fix-for-dereferencing-before-null-checking
	patches.suse/iommu-remove-wrong-default-domain-comments
	patches.suse/iommu-don-t-use-sme_active-in-generic-code
	patches.suse/arm64-kexec-Use-consistent-convention-of-initializin.patch
	patches.suse/ACPI-IORT-Rename-arm_smmu_v3_set_proximity-node-loca.patch
	patches.suse/arm64-sysreg-Remove-unused-and-rotting-SCTLR_ELx-fie.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-constify-icache_policy_str.patch
	patches.suse/arm64-constify-aarch64_insn_encoding_class.patch
	patches.suse/arm64-constify-sys64_hook-instances.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/arm64-mm-Remove-bit-masking-optimisations-for-PAGE_O.patch
	patches.suse/arm64-mm-Flip-kernel-VA-space.patch
	patches.suse/arm64-kasan-Switch-to-using-KASAN_SHADOW_OFFSET.patch
	patches.suse/arm64-dump-De-constify-VA_START-and-KASAN_SHADOW_STA.patch
	patches.suse/arm64-mm-Introduce-VA_BITS_MIN.patch
	patches.suse/arm64-mm-Introduce-vabits_actual.patch
	patches.suse/arm64-mm-Logic-to-make-offset_ttbr1-conditional.patch
	patches.suse/arm64-mm-Separate-out-vmemmap.patch
	patches.suse/arm64-mm-Modify-calculation-of-VMEMMAP_SIZE.patch
	patches.suse/arm64-mm-Introduce-52-bit-Kernel-VAs.patch
	patches.suse/arm64-mm-Remove-vabits_user.patch
	patches.suse/docs-arm64-Add-layout-and-52-bit-info-to-memory-docu.patch
	patches.suse/arm64-mm-Simplify-definition-of-virt_addr_valid.patch
	patches.suse/arm64-memory-Fix-virt_addr_valid-using-__is_lm_addre.patch
	patches.suse/arm64-memory-Ensure-address-tag-is-masked-in-convers.patch
	patches.suse/arm64-memory-Rewrite-default-page_to_virt-virt_to_pa.patch
	patches.suse/arm64-memory-Simplify-_VA_START-and-_PAGE_OFFSET-def.patch
	patches.suse/arm64-memory-Add-comments-to-end-of-non-trivial-ifde.patch
	patches.suse/arm64-memory-fix-flipped-VA-space-fallout.patch
	patches.suse/arm64-memory-rename-VA_START-to-PAGE_END.patch
	patches.suse/kasan-arm64-fix-CONFIG_KASAN_SW_TAGS-KASAN_INLINE.patch
	patches.suse/arm64-fix-fixmap-copy-for-16K-pages-and-48-bit-VA.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/cpu-topology-Move-cpu-topology-code-to-common-code.patch
	patches.suse/arm-Use-common-cpu_topology-structure-and-functions.patch
	patches.suse/arm64-perf-Remove-unused-macro.patch
	patches.suse/0001-perf-imx_ddr-Add-MODULE_DEVICE_TABLE.patch
	patches.suse/arm64-perf_event-Add-missing-header-needed-for-smp_p.patch
	patches.suse/perf-imx_ddr-add-support-for-axi-id-filtering.patch
	patches.suse/ARM-cpuidle-Remove-useless-header-include.patch
	patches.suse/ARM-cpuidle-Remove-overzealous-error-logging.patch
	patches.suse/drivers-firmware-psci-Decouple-checker-from-generic-.patch
	patches.suse/ARM-psci-cpuidle-Introduce-PSCI-CPUidle-driver.patch
	patches.suse/ARM-psci-cpuidle-Enable-PSCI-CPUidle-driver.patch
	patches.suse/PSCI-cpuidle-Refactor-CPU-suspend-power_state-parame.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/arm64-mm-Add-ISB-instruction-to-set_pgd.patch
	patches.suse/arm64-sysreg-Add-some-field-definitions-for-PAR_EL1.patch
	patches.suse/arm64-mm-Ignore-spurious-translation-faults-taken-fr.patch
	patches.suse/arm64-kvm-Replace-hardcoded-1-with-SYS_PAR_EL1_F.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/0006-m68k-atari-Rename-shifter-to-shifter_st-to-avoid-con.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/soc-fsl-fix-spelling-mistake-Firmaware-Firmware.patch
	patches.suse/soc-fsl-qe-drop-useless-static-qualifier.patch
	patches.suse/soc-fsl-qe-reduce-static-memory-footprint-by-1.7K.patch
	patches.suse/soc-fsl-qe-introduce-qe_get_device_node-helper.patch
	patches.suse/soc-fsl-qe-support-fsl-qe-snums-property.patch
	patches.suse/soc-fsl-qe-fold-qe_get_num_of_snums-into-qe_snums_in.patch
	patches.suse/dt-bindings-reset-fix-typo-in-imx8mq-resets.patch
	patches.suse/firmware-arm_scmi-Check-if-platform-has-released-shm.patch
	patches.suse/tee-optee-add-might_sleep-for-RPC-requests.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-fsl-dpio-remove-explicit-device_link_remove.patch
	patches.suse/bus-fsl-mc-remove-explicit-device_link_del.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/soc-imx8-add-i-mx8mq-uidunique-identifier-support.patch
	patches.suse/soc-imx8-add-i-mx8mm-uidunique-identifier-support.patch
	patches.suse/soc-imx-scu-add-soc-uidunique-identifier-support.patch
	patches.suse/soc-imx-gpcv2-print-the-correct-error-code.patch
	patches.suse/0007-fbdev-da8xx-add-support-for-a-regulator.patch
	patches.suse/0008-fbdev-da8xx-remove-panel_power_ctrl-callback-from-pl.patch
	patches.suse/0009-fbdev-da8xx-fb-use-devm_platform_ioremap_resource.patch
	patches.suse/0010-fbdev-da8xx-fb-drop-a-redundant-if.patch
	patches.suse/0011-fbdev-da8xx-use-resource-management-for-dma.patch
	patches.suse/0012-fbdev-remove-w90x900-nuc900-platform-drivers.patch
	patches.suse/firmware-qcom_scm-Use-proper-types-for-dma-mappings.patch
	patches.suse/firmware-qcom_scm-fix-some-typos-in-docs-and-printks
	patches.suse/firmware-qcom_scm-cleanup-code-in-qcom_scm_assign_mem
	patches.suse/base-soc-Add-serial_number-attribute-to-soc.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/dt-bindings-imx-add-clock-binding-doc-for-i-mx8mn.patch
	patches.suse/clk-imx8mm-make-1416x-1443x-pll-macro-definitions-common-for-usage.patch
	patches.suse/clk-imx-add-api-for-clk-unregister-when-driver-probe-fail.patch
	patches.suse/clk-imx-add-support-for-i-mx8mn-clock-driver.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/ARM-dts-imx7-colibri-prepare-module-device-tree-for-FlexCAN.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/rcu-Remove-redundant-debug_locks-check-in-rcu_read_l.patch
	patches.suse/rcu-Add-support-for-consolidated-RCU-reader-checking.patch
	patches.suse/acpi-Use-built-in-RCU-list-checking-for-acpi_ioremap.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-x86-move-UV_SYSTAB-handling-into-arch-x86.patch
	patches.suse/efi-ia64-move-SAL-systab-handling-out-of-generic-EFI.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-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/x86-cpu-Add-Elkhart-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/x86-platform-uv-Fix-kmalloc-NULL-check-routine.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/0001-x86-vmware-Add-a-header-file-for-hypercall-definitio.patch
	patches.suse/0013-drm-vmwgfx-Update-the-backdoor-call-with-support-for.patch
	patches.suse/platform-x86-ISST-Use-dev_get_drvdata.patch
	patches.suse/platform-x86-intel_pmc_ipc-remove-dev_err-usage-after-platform_get_irq.patch
	patches.suse/platform-mellanox-mlxreg-hotplug-Remove-dev_err-usag.patch
	patches.suse/platform-x86-intel_int0002_vgpio-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/platform-x86-intel_int0002_vgpio-Use-device_init_wak.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/irqchip-gic-v3-Register-the-distributor-s-PA-instead.patch
	patches.suse/irqchip-gic-v3-its-Register-the-ITS-PA-instead-of-it.patch
	patches.suse/irqchip-gic-Register-the-distributor-s-PA-instead-of.patch
	patches.suse/irqchip-gic-v2m-Register-the-frame-s-PA-instead-of-i.patch
	patches.suse/irqchip-ixp4xx-Register-the-base-PA-instead-of-its-V.patch
	patches.suse/gpio-ixp4xx-Register-the-base-PA-instead-of-its-VA-i.patch
	patches.suse/msft-hv-1909-PCI-hv-Allocate-a-named-fwnode-instead-of-an-address.patch
	patches.suse/irqdomain-debugfs-Use-PAs-to-generate-fwnode-names.patch
	patches.suse/irqchip-gic-Rework-gic_configure_irq-to-take-the-ful.patch
	patches.suse/irqchip-gic-v3-Add-INTID-range-and-convertion-primit.patch
	patches.suse/irqchip-gic-v3-Add-ESPI-range-support.patch
	patches.suse/irqchip-gic-Prepare-for-more-than-16-PPIs.patch
	patches.suse/irqchip-gic-v3-Dynamically-allocate-PPI-NMI-refcount.patch
	patches.suse/irqchip-gic-v3-Dynamically-allocate-PPI-partition-de.patch
	patches.suse/irqchip-gic-v3-Add-EPPI-range-support.patch
	patches.suse/irqchip-gic-v3-Warn-about-inconsistent-implementatio.patch
	patches.suse/irqchip-gic-Skip-DT-quirks-when-evaluating-IIDR-base.patch
	patches.suse/irqchip-gic-v3-Add-quirks-for-HIP06-07-invalid-GICD_.patch
	patches.suse/irqchip-gic-v3-its-Remove-the-redundant-set_bit-for-.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-imx-sysctr-add-internal-clock-divider-handle.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/vfio-ccw-add-some-logging
	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/vfio-ccw-fix-error-return-code-in-vfio_ccw_sch_init
	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/docs-index.rst-don-t-use-genindex-for-pdf-output.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/ata-pata_buddha-Probe-via-modalias-instead-of-initca.patch
	patches.suse/acard_ahci-use-dma_set_mask_and_coherent.patch
	patches.suse/ahci-use-dma_set_mask_and_coherent.patch
	patches.suse/pdc_adma-use-dma_set_mask_and_coherent.patch
	patches.suse/sata_mv-use-dma_set_mask_and_coherent.patch
	patches.suse/sata_nv-use-dma_set_mask_and_coherent.patch
	patches.suse/sata_qstor-use-dma_set_mask_and_coherent.patch
	patches.suse/sata_sil24-use-dma_set_mask_and_coherent.patch
	patches.suse/libata-switch-remaining-drivers-to-use-dma_set_mask_.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/ightnvm-remove-set-but-not-used-variables-data_len-.patch
	patches.suse/lib-scatterlist-Fix-to-support-no-mapped-sg.patch
	patches.suse/loop-Add-LOOP_SET_DIRECT_IO-to-compat-ioctl.patch
	patches.suse/lightnvm-remove-unused-geo-variable.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/writeback-cgroup-Adjust-WB_FRN_TIME_CUT_DIV-to-accel.patch
	patches.suse/writeback-cgroup-inode_switch_wbs-shouldn-t-give-up-.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-set-cmd-timeout-helper.patch
	patches.suse/nbd-add-function-to-convert-blk-req-op-to-nbd-cmd.patch
	patches.suse/nbd-add-missing-config-put.patch
	patches.suse/nbd-fix-zero-cmd-timeout-handling-v2.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/null_blk-create-a-helper-for-throttling.patch
	patches.suse/null_blk-create-a-helper-for-badblocks.patch
	patches.suse/null_blk-create-a-helper-for-mem-backed-ops.patch
	patches.suse/0002-null_blk-create-a-helper-for-zoned-devices.patch
	patches.suse/null_blk-create-a-helper-for-req-completion.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/writeback-add-tracepoints-for-cgroup-foreign-writeba.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/writeback-don-t-access-page-mapping-directly-in-trac.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/lightnvm-introduce-pr_fmt-for-the-prefix-nvm.patch
	patches.suse/lightnvm-print-error-when-target-is-not-found.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/docs-block-null_blk-enhance-document-style.patch
	patches.suse/null_blk-fix-module-name-at-log-message.patch
	patches.suse/null_blk-validate-the-number-of-devices.patch
	patches.suse/block-bypass-blk_set_runtime_active-for-uninitialize.patch
	patches.suse/scsi-core-remove-dummy-q-dev-check.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/null_blk-do-not-fail-the-module-load-with-zero-devic.patch
	patches.suse/null_blk-match-the-type-of-parameter-nr_devices.patch
	patches.suse/null_blk-format-pr_-logs-with-pr_fmt.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/mmc-sdhci-drop-redundant-code-for-sdio-irqs.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-firewire-lib-obsolete-ctx_data.tx.first_dbc-wit.patch
	patches.suse/ALSA-firewire-lib-pass-data-block-count-as-an-argume.patch
	patches.suse/ALSA-firewire-lib-pass-data-block-counter-to-data-bl.patch
	patches.suse/ALSA-firewire-lib-operate-data-block-counter-in-top-.patch
	patches.suse/0011-ALSA-firewire-lib-operate-data-block-counter-in-top-.patch
	patches.suse/ALSA-firewire-lib-add-syt_override-member-for-some-p.patch
	patches.suse/ALSA-firewire-lib-pass-no-syt-information-to-data-bl.patch
	patches.suse/ALSA-firewire-lib-add-list-of-packet-descriptor.patch
	patches.suse/ALSA-firewire-lib-use-packet-descriptor-for-IT-conte.patch
	patches.suse/ALSA-firewire-lib-use-packet-descriptor-for-IR-conte.patch
	patches.suse/ALSA-firewire-lib-code-refactoring-to-process-PCM-su.patch
	patches.suse/ALSA-firewire-lib-code-refactoring-to-process-contex.patch
	patches.suse/ALSA-firewire-lib-pass-packet-descriptor-to-data-blo.patch
	patches.suse/ALSA-firewire-lib-code-refactoring-for-AM824-data-bl.patch
	patches.suse/ALSA-firewire-digi00x-code-refactoring-for-DOT-data-.patch
	patches.suse/ALSA-firewire-tascam-code-refactoring-for-TASCAM-dat.patch
	patches.suse/ALSA-firewire-motu-code-refactoring-for-MOTU-data-bl.patch
	patches.suse/ALSA-fireface-code-refactoring-for-FF-data-block-pro.patch
	patches.suse/ALSA-firewire-lib-process-payload-of-isoc-context-ac.patch
	patches.suse/ALSA-firewire-motu-more-code-refactoring-for-MOTU-da.patch
	patches.suse/ALSA-line6-sizeof-byte-is-always-1-use-that-fact.patch
	patches.suse/ALSA-echoaudio-Replace-kmalloc-memcpy-with-kmemdup.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/sound-dmasound_atari-Mark-expected-switch-fall-throu.patch
	patches.suse/ALSA-sparc-Mark-expected-switch-fall-throughs.patch
	patches.suse/ASoC-Intel-Skylake-move-NHLT-header-to-common-direct.patch
	patches.suse/ALSA-hda-move-parts-of-NHLT-code-to-new-module.patch
	patches.suse/ALSA-hda-intel-nhlt-handle-NHLT-VENDOR_DEFINED-DMIC-.patch
	patches.suse/ASoC-Intel-Skylake-use-common-NHLT-module.patch
	patches.suse/ALSA-hda-intel-stop-probe-if-DMICS-are-detected-on-S.patch
	patches.suse/ALSA-isa-wavefront-remove-redundant-assignment-to-po.patch
	patches.suse/ALSA-hda-Add-support-of-Zhaoxin-controller.patch
	patches.suse/ALSA-firewire-lib-add-AMDTP-domain-structure-to-hand.patch
	patches.suse/ALSA-firewire-lib-add-a-kernel-API-to-stop-a-couple-.patch
	patches.suse/ALSA-firewire-lib-add-a-kernel-API-to-add-AMDTP-stre.patch
	patches.suse/ALSA-firewire-lib-add-a-kernel-API-to-start-AMDTP-st.patch
	patches.suse/ALSA-fireworks-code-refactoring-for-initialization-d.patch
	patches.suse/ALSA-fireworks-code-refactoring-for-bus-reset-handle.patch
	patches.suse/ALSA-firewire-digi00x-code-refactoring-for-initializ.patch
	patches.suse/ALSA-firewire-tascam-code-refactoring-for-initializa.patch
	patches.suse/ALSA-firewire-motu-code-refactoring-for-initializati.patch
	patches.suse/ALSA-fireface-code-refactoring-for-initialization-de.patch
	patches.suse/ALSA-bebob-support-AMDTP-domain.patch
	patches.suse/ALSA-fireworks-support-AMDTP-domain.patch
	patches.suse/ALSA-oxfw-support-AMDTP-domain.patch
	patches.suse/ALSA-dice-support-AMDTP-domain.patch
	patches.suse/ALSA-firewire-digi00x-support-AMDTP-domain.patch
	patches.suse/ALSA-firewire-tascam-support-AMDTP-domain.patch
	patches.suse/ALSA-firewire-motu-support-AMDTP-domain.patch
	patches.suse/ALSA-fireface-support-AMDTP-domain.patch
	patches.suse/ALSA-firewire-lib-localize-kernel-APIs-to-start-stop.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-Remove-page-allocation-redirection.patch
	patches.suse/ALSA-hda-Direct-MMIO-accesses.patch
	patches.suse/ASoC-SOF-Intel-Initialize-hdaudio-bus-properly.patch
	patches.suse/ALSA-hda-readl-writel-need-linux-io.h.patch
	patches.suse/ALSA-ac97-remove-unused-variable-snd_ac97_controls_m.patch
	patches.suse/ASoC-SOF-Intel-Add-missing-include-file-hdac_hda.h.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-sb-remove-redundant-assignment-to-variable-resu.patch
	patches.suse/ALSA-hda-Drop-unsol-event-handler-for-Intel-HDMI-cod.patch
	patches.suse/ALSA-hda-Add-codec-on-bus-address-table-lately.patch
	patches.suse/ALSA-hda-Drop-export-of-snd_hdac_bus_add-remove_devi.patch
	patches.suse/ALSA-hda-Unexport-a-few-more-stuff.patch
	patches.suse/Revert-ALSA-hda-Add-codec-on-bus-address-table-latel.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-oxfw-fix-NULL-pointer-dereference-to-unused-str.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-hda-Update-descriptions-about-new-position_fix-.patch
	patches.suse/ALSA-dice-fix-error-path-for-initialization-of-strea.patch
	patches.suse/ALSA-firewire-lib-fix-isoc-cycle-count-to-which-rx-p.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/ALSA-firewire-tascam-add-note-for-FE-8.patch
	patches.suse/ALSA-firewire-lib-remove-WARN_ON-at-destruction-of-A.patch
	patches.suse/ALSA-lx6464es-add-support-for-LX6464ESe-pci-express-.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-hdac_hdmi-Offload-dapm-update-at-jack-detection.patch
	patches.suse/ASoC-Intel-sof-rt5682-add-dmic-dapm-widget-to-suppor.patch
	patches.suse/ASoC-rockchip-rockchip_max98090-Set-period-size-to-2.patch
	patches.suse/ASoC-es8328-Fix-copy-paste-error-in-es8328_right_lin.patch
	patches.suse/ASoC-cs4349-Use-PM-ops-cs4349_runtime_pm.patch
	patches.suse/ASoC-wm8737-Fix-copy-paste-error-in-wm8737_snd_contr.patch
	patches.suse/ASoC-imx-audmux-Add-driver-suspend-and-resume-to-sup.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-intel-cht_bsw_max98090_ti-Add-all-Chromebooks-t.patch
	patches.suse/ASoC-wm8904-fix-typo-in-DAPM-kcontrol-name.patch
	patches.suse/ASoC-wm8904-implement-input-mode-select-as-a-mux.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-AMD-Fix-Kconfig-warning-without-GPIOLIB.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-dapm-Expose-snd_soc_dapm_new_control_unlocked-p.patch
	patches.suse/ASoC-Intel-NHLT-Fix-debug-print-format.patch
	patches.suse/ASoC-es8316-fix-headphone-mixer-volume-table.patch
	patches.suse/ASoC-es8316-fix-inverted-L-R-of-headphone-mixer-volu.patch
	patches.suse/ASoC-rt1011-add-mutex-protection-to-set_fmt-set_tdm_.patch
	patches.suse/ASoC-mediatek-mt8183-fix-tdm-out-data-align-issue.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-ti-davinci-i2s-Move-the-XSYNCERR-workaround-to-.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-wcd9335-Fix-misuse-of-GENMASK-macro.patch
	patches.suse/ASoC-codecs-ad193x-Use-regmap_multi_reg_write-when-i.patch
	patches.suse/ASoC-rt5677-remove-superfluous-set.patch
	patches.suse/ASoC-fsl_esai-Wrap-some-operations-to-be-functions.patch
	patches.suse/sound-soc-codecs-mt6358-change-return-type-of-mt6358.patch
	patches.suse/ASoC-bcm-cygnus-pcm-Unneeded-variable-ret.patch
	patches.suse/ASoC-wcd9335-add-irqflag-IRQF_ONESHOT-flag.patch
	patches.suse/ASoC-mediatek-mt8183-make-headset-codec-optional.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-max98383-fix-i2c-probe-failure.patch
	patches.suse/ASoC-tlv320aic31xx-suppress-error-message-for-EPROBE.patch
	patches.suse/ASoC-rt1308-simplify-the-EFUSE-read-function.patch
	patches.suse/ASoC-rt1308-add-silence-detection-and-manual-PDB-con.patch
	patches.suse/ASoC-cs47l35-Use-define-for-DSPCLK-enable-bit.patch
	patches.suse/ASoC-rockchip-max98090-Remove-MICBIAS-as-supply-of-i.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-madera-Read-device-tree-configuration.patch
	patches.suse/ASoC-pcm3168a-Fix-a-typo-in-the-name-of-a-constant.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-SOF-use-common-code-to-send-PCM_FREE-IPC.patch
	patches.suse/ASoC-SOF-ipc-use-timeout-configured-at-probe.patch
	patches.suse/ASoC-SOF-core-increase-default-IPC-timeouts.patch
	patches.suse/ASoC-SOF-Introduce-snd_sof_dsp_get_bar_index-ops.patch
	patches.suse/ASoC-SOF-loader-Use-the-BAR-provided-by-FW.patch
	patches.suse/ASoC-SOF-loader-Don-t-ignore-SRAM-block-types.patch
	patches.suse/ASoC-SOF-remove-unused-state-variable-in-suspend-fun.patch
	patches.suse/ASoC-SOF-Intel-hda-correct-ROM-state-mask.patch
	patches.suse/ASoC-SOF-Intel-hda-reduce-ifdef-usage-for-hda.patch
	patches.suse/ASoC-SOF-Intel-hda-Enable-jack-detection.patch
	patches.suse/ASoC-SOF-Intel-hda-set-position-buffer-in-init-chip.patch
	patches.suse/ASoC-SOF-Intel-hda-use-SOF-defined-init-chip-in-resu.patch
	patches.suse/ASoC-SOF-Intel-hda-remove-duplicated-clear-WAKESTS.patch
	patches.suse/ASoC-SOF-Intel-hda-add-a-parameter-to-disable-MSI.patch
	patches.suse/ASoC-SOF-Intel-hda-reset-link-DMA-state-in-prepare.patch
	patches.suse/ASoC-SOF-Intel-ssp-BCLK-delay-parameter.patch
	patches.suse/ASoC-fsl_esai-recover-the-channel-swap-after-xrun.patch
	patches.suse/ASoC-SOF-Intel-hda-fix-link-DMA-config.patch
	patches.suse/ASoC-SOF-Intel-hda-fix-stream-id-setting.patch
	patches.suse/ASoC-rt5665-Fix-a-typo-in-the-name-of-a-function.patch
	patches.suse/ASoC-rt1308-Convert-headers-to-SPDX.patch
	patches.suse/ASoC-rsnd-Support-hw_free-callback-at-DAI-level.patch
	patches.suse/ASoC-add-soc-dai.c.patch
	patches.suse/ASoC-soc-dai-mv-soc_dai_hw_params-to-soc-dai.patch
	patches.suse/ASoC-soc-dai-add-snd_soc_dai_hw_free.patch
	patches.suse/ASoC-soc-dai-add-snd_soc_dai_startup.patch
	patches.suse/ASoC-soc-dai-add-snd_soc_dai_shutdown.patch
	patches.suse/ASoC-soc-dai-add-snd_soc_dai_prepare.patch
	patches.suse/ASoC-soc-dai-add-snd_soc_dai_trigger.patch
	patches.suse/ASoC-soc-dai-add-snd_soc_dai_bespoke_trigger.patch
	patches.suse/ASoC-soc-dai-add-snd_soc_dai_delay.patch
	patches.suse/ASoC-soc-dai-add-snd_soc_dai_suspend.patch
	patches.suse/ASoC-soc-dai-add-snd_soc_dai_resume.patch
	patches.suse/ASoC-soc-dai-add-snd_soc_dai_probe.patch
	patches.suse/ASoC-soc-dai-add-snd_soc_dai_remove.patch
	patches.suse/ASoC-soc-dai-add-snd_soc_dai_compress_new.patch
	patches.suse/ASoC-soc-core-use-existing-snd_soc_dai_digital_mute.patch
	patches.suse/ASoC-soc-dai-move-snd_soc_dai_stream_valid-to-soc-da.patch
	patches.suse/ASoC-wm8955-Fix-a-typo-in-wm8995_pll_factors-functio.patch
	patches.suse/ASoC-Intel-Skylake-Merge-skl_sst-and-skl-into-skl_de.patch
	patches.suse/ASoC-Intel-Skylake-Combine-snd_soc_skl_ipc-and-snd_s.patch
	patches.suse/ASoC-Intel-Skylake-Remove-MCPS-available-check.patch
	patches.suse/ASoC-Intel-Skylake-Remove-memory-available-check.patch
	patches.suse/ASoC-Intel-Skylake-Do-not-disable-FW-notifications.patch
	patches.suse/ASoC-Intel-Skylake-Make-MCPS-and-CPS-params-obsolete.patch
	patches.suse/ASoC-Intel-Skylake-Cleanup-skl_module_cfg-declaratio.patch
	patches.suse/ASoC-pcm3168a-Allow-all-channels-in-case-of-parallel.patch
	patches.suse/ASoC-ti-davinci-mcasp-Add-support-for-RIGHT_J-format.patch
	patches.suse/ASoC-ti-davinci-mcasp-Improve-serializer-handling-in.patch
	patches.suse/ASoC-SOF-Makefile-fix-the-top-level-kernel-module-na.patch
	patches.suse/ASoC-wm_adsp-Allow-bus-error-handler-to-be-called-di.patch
	patches.suse/ASoC-cs47l15-Add-codec-driver-for-Cirrus-Logic-CS47L.patch
	patches.suse/ASoC-cs47l92-Add-codec-driver-for-Cirrus-Logic-CS47L.patch
	patches.suse/ASoC-codec2codec-run-callbacks-in-order.patch
	patches.suse/ASoC-codec2codec-name-link-using-stream-direction.patch
	patches.suse/ASoC-codec2codec-deal-with-params-when-necessary.patch
	patches.suse/ASoC-ti-davinci-mcasp-Support-for-correct-symmetric-.patch
	patches.suse/ASoC-codec2codec-fix-missing-return-of-error-return-.patch
	patches.suse/ASoC-Intel-Skylake-Remove-static-table-index-when-pa.patch
	patches.suse/ASoC-meson-g12a-tohdmitx-override-codec2codec-params.patch
	patches.suse/ASoC-tegra20_das-use-devm_platform_ioremap_resource-.patch
	patches.suse/ASoC-tegra-use-devm_platform_ioremap_resource-to-sim.patch
	patches.suse/ASoC-rockchip-use-devm_platform_ioremap_resource-to-.patch
	patches.suse/ASoC-ep93xx-i2s-use-devm_platform_ioremap_resource-t.patch
	patches.suse/ASoC-mt8173-use-devm_platform_ioremap_resource-to-si.patch
	patches.suse/ASoC-mt6797-use-devm_platform_ioremap_resource-to-si.patch
	patches.suse/ASoC-imx-audmux-use-devm_platform_ioremap_resource-t.patch
	patches.suse/ASoC-fsl_audmix-use-devm_platform_ioremap_resource-t.patch
	patches.suse/ASoC-bcm2835-i2s-use-devm_platform_ioremap_resource-.patch
	patches.suse/ASoC-sirf-use-devm_platform_ioremap_resource-to-simp.patch
	patches.suse/ASoC-mxs-saif-use-devm_platform_ioremap_resource-to-.patch
	patches.suse/ASoC-spear-use-devm_platform_ioremap_resource-to-sim.patch
	patches.suse/ASoC-kirkwood-i2s-use-devm_platform_ioremap_resource.patch
	patches.suse/ASoC-xtfpga-i2s-use-devm_platform_ioremap_resource-t.patch
	patches.suse/ASoC-ti-Mark-expected-switch-fall-throughs.patch
	patches.suse/ASoC-cs4271-Fix-a-typo-in-the-CS4171_NR_RATIOS.patch
	patches.suse/ASoC-meson-axg-pdm-use-devm_platform_ioremap_resourc.patch
	patches.suse/ASoC-meson-axg-spdifin-use-devm_platform_ioremap_res.patch
	patches.suse/ASoC-meson-axg-spdifout-use-devm_platform_ioremap_re.patch
	patches.suse/ASoC-meson-axg-fifo-use-devm_platform_ioremap_resour.patch
	patches.suse/ASoC-xlnx-use-devm_platform_ioremap_resource-to-simp.patch
	patches.suse/ASoC-sun8i-codec-analog-use-devm_platform_ioremap_re.patch
	patches.suse/ASoC-sunxi-sun50i-codec-analog-use-devm_platform_ior.patch
	patches.suse/ASoC-sun8i-codec-use-devm_platform_ioremap_resource-.patch
	patches.suse/ASoC-stm32-sai-use-devm_platform_ioremap_resource-to.patch
	patches.suse/ASoC-codecs-msm8916-wcd-use-devm_platform_ioremap_re.patch
	patches.suse/ASoC-codecs-jz4725b-use-devm_platform_ioremap_resour.patch
	patches.suse/ASoC-mmp-sspa-use-devm_platform_ioremap_resource-to-.patch
	patches.suse/ASoC-jz4740-use-devm_platform_ioremap_resource-to-si.patch
	patches.suse/ASoC-inno_rk3036-use-devm_platform_ioremap_resource-.patch
	patches.suse/ASoC-uniphier-evea-use-devm_platform_ioremap_resourc.patch
	patches.suse/ASoC-uniphier-aio-dma-use-devm_platform_ioremap_reso.patch
	patches.suse/ASoC-psc-ac97-use-devm_platform_ioremap_resource-to-.patch
	patches.suse/ASoC-au1x-psc-i2s-use-devm_platform_ioremap_resource.patch
	patches.suse/ASoC-meson-g12a-tohdmitx-use-devm_platform_ioremap_r.patch
	patches.suse/ASoC-meson-axg-tdm-formatter-use-devm_platform_iorem.patch
	patches.suse/ASoC-codecs-Add-uda1334-codec-driver.patch
	patches.suse/ASoC-create-pcm-for-codec2codec-links-as-well.patch
	patches.suse/ASoC-codec2codec-remove-ephemeral-variables.patch
	patches.suse/ASoC-codec2codec-fill-some-of-the-runtime-stream-par.patch
	patches.suse/ASoC-Intel-SoC-skylake-no-need-to-check-return-value.patch
	patches.suse/ASoC-core-no-need-to-check-return-value-of-debugfs_c.patch
	patches.suse/ASoC-SOF-no-need-to-check-return-value-of-debugfs_cr.patch
	patches.suse/ASoC-zx-tdm-remove-redundant-assignment-to-ts_width-.patch
	patches.suse/ASoC-Remove-dev_err-usage-after-platform_get_irq.patch
	patches.suse/ASoC-soc-pcm-remove-soc_rtdcom_ack.patch
	patches.suse/ASoC-soc-pcm-remove-soc_rtdcom_copy_kernel.patch
	patches.suse/ASoC-soc-pcm-remove-soc_fill_silence.patch
	patches.suse/ASoC-add-soc-component.c.patch
	patches.suse/ASoC-soc-component-add-snd_soc_component_get-put.patch
	patches.suse/ASoC-soc-component-add-snd_soc_component_open.patch
	patches.suse/ASoC-soc-component-add-snd_soc_component_close.patch
	patches.suse/ASoC-soc-component-add-snd_soc_component_prepare.patch
	patches.suse/ASoC-soc-component-add-snd_soc_component_hw_params.patch
	patches.suse/ASoC-soc-component-add-snd_soc_component_hw_free.patch
	patches.suse/ASoC-soc-component-add-snd_soc_component_trigger.patch
	patches.suse/ASoC-soc-component-add-snd_soc_component_suspend.patch
	patches.suse/ASoC-soc-component-add-snd_soc_component_resume.patch
	patches.suse/ASoC-soc-component-add-snd_soc_component_is_suspende.patch
	patches.suse/ASoC-soc-component-add-snd_soc_component_probe.patch
	patches.suse/ASoC-soc-component-add-snd_soc_component_remove.patch
	patches.suse/ASoC-soc-component-add-snd_soc_component_of_xlate_da.patch
	patches.suse/0288-ASoC-soc-component-add-snd_soc_component_of_xlate_da.patch
	patches.suse/ASoC-soc-component-move-snd_soc_component_seq_notifi.patch
	patches.suse/ASoC-soc-component-move-snd_soc_component_stream_eve.patch
	patches.suse/ASoC-soc-component-move-snd_soc_component_set_bias_l.patch
	patches.suse/ASoC-soc-component-add-snd_soc_pcm_component_pointer.patch
	patches.suse/ASoC-soc-component-add-snd_soc_pcm_component_ioctrl.patch
	patches.suse/ASoC-soc-component-add-snd_soc_pcm_component_copy_us.patch
	patches.suse/ASoC-soc-component-add-snd_soc_pcm_component_page.patch
	patches.suse/ASoC-soc-component-add-snd_soc_pcm_component_mmap.patch
	patches.suse/ASoC-soc-component-add-snd_soc_pcm_component_pcm_new.patch
	patches.suse/ASoC-soc-component-add-snd_soc_pcm_component_pcm_fre.patch
	patches.suse/ASoC-rt1011-Add-R0-temperature-and-TDM1-ADC2DAT-Swap.patch
	patches.suse/ASoC-rt1011-Add-a-flag-for-the-R0-calibration-test.patch
	patches.suse/ASoC-SOF-Intel-hda-fix-MSI-handling.patch
	patches.suse/ASoC-soc-core-set-component-debugfs_root-NULL.patch
	patches.suse/ASoC-soc-core-add-comment-for-for_each_xxx.patch
	patches.suse/ASoC-soc-core-check-return-value-of-snd_soc_add_dai_.patch
	patches.suse/ASoC-soc-core-don-t-use-for_each_card_links_safe-at-.patch
	patches.suse/ASoC-soc-core-reuse-rtdcom-at-snd_soc_rtdcom_add.patch
	patches.suse/ASoC-soc-core-tidyup-for-snd_soc_dapm_new_controls.patch
	patches.suse/ASoC-Intel-Update-request-reply-IPC-model.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-soc-core-tidyup-for-snd_soc_add_component_contr.patch
	patches.suse/ASoC-soc-core-tidyup-for-snd_soc_dapm_add_routes.patch
	patches.suse/ASoC-soc-core-tidyup-for-snd_soc_add_card_controls.patch
	patches.suse/ASoC-soc-core-call-snd_soc_dapm_debugfs_init-at-soc_.patch
	patches.suse/ASoC-soc-core-remove-unneeded-list_empty-check-for-s.patch
	patches.suse/ASoC-soc-core-tidyup-for-card-deferred_resume_work.patch
	patches.suse/ASoC-soc-core-define-soc_dpcm_debugfs_add-for-non-CO.patch
	patches.suse/ASoC-soc-core-dai_link-check-under-soc_dpcm_debugfs_.patch
	patches.suse/ASoC-soc-core-fix-module_put-warning-in-soc_cleanup_.patch
	patches.suse/ASoC-tscs454-remove-unused-variable-PLL_48K_RATE.patch
	patches.suse/ASoC-intel-skl_hda_dsp_common-create-HDMI-jack-kctl.patch
	patches.suse/ASoC-Intel-Skylake-Limit-large_config_get-to-single-.patch
	patches.suse/ASoC-Intel-Skylake-large_config_get-overhaul.patch
	patches.suse/ASoC-sof-Fix-warning-when-IPC-flood-test-is-not-enab.patch
	patches.suse/ASoC-mt6351-remove-unused-variable-mt_lineout_contro.patch
	patches.suse/ASoC-ml26124-remove-unused-variable-ngth.patch
	patches.suse/ASoC-SOF-Remove-call-to-snd_sof_dsp_mailbox_init.patch
	patches.suse/ASoC-SOF-Intel-bdw-Use-generic-function-for-fw-ready.patch
	patches.suse/ASoC-SOF-Intel-hda-Use-generic-function-for-fw-ready.patch
	patches.suse/ASoC-SOF-Introduce-snd_sof_dsp_get_mailbox_offset.patch
	patches.suse/ASoC-SOF-Introduce-snd_sof_dsp_get_window_offset.patch
	patches.suse/ASoC-SOF-Intel-byt-Refactor-fw-ready-mem-windows-cre.patch
	patches.suse/ASoC-soc-core-support-snd_soc_dai_link_component-for.patch
	patches.suse/ASoC-simple-card-use-snd_soc_dai_link_component-for-.patch
	patches.suse/ASoC-intel-cht_bsw_max98090_ti-use-snd_soc_dai_link_.patch
	patches.suse/ASoC-mediatek-mt8183-da7219-max98357-use-snd_soc_dai.patch
	patches.suse/ASoC-meson-axg-card-use-snd_soc_dai_link_component-f.patch
	patches.suse/ASoC-rockchip-rockchip_max98090-use-snd_soc_dai_link.patch
	patches.suse/ASoC-samsung-neo1973_wm8753-use-snd_soc_dai_link_com.patch
	patches.suse/ASoC-samsung-speyside-use-snd_soc_dai_link_component.patch
	patches.suse/ASoC-samsung-tm2_wm5110-use-snd_soc_dai_link_compone.patch
	patches.suse/ASoC-sunxi-sun4i-codec-use-snd_soc_dai_link_componen.patch
	patches.suse/ASoC-ti-rx51-use-snd_soc_dai_link_component-for-aux_.patch
	patches.suse/ASoC-soc-core-remove-legacy-style-of-aux_dev.patch
	patches.suse/ASoC-max98926-remove-two-unused-variables.patch
	patches.suse/ASoC-max9850-remove-unused-variable-max9850_reg.patch
	patches.suse/ASoC-mediatek-mt8183-mt6358-ts3a227-max98357-use-snd.patch
	patches.suse/ASoC-soc-core-add-for_each_xxx-macro-for-aux_dev.patch
	patches.suse/ASoC-remove-w90x900-nuc900-platform-drivers.patch
	patches.suse/ASoC-rt5677-Revert-remove-superfluous-set.patch
	patches.suse/ASoC-fsl_esai-Add-compatible-string-for-imx6ull.patch
	patches.suse/ASoC-SOF-topology-use-set_get_data-in-process-load.patch
	patches.suse/ASoC-dapm-Invalidate-only-paths-reachable-for-a-give.patch
	patches.suse/ASoC-Intel-boards-Match-Product-Family-instead-of-pr.patch
	patches.suse/ASoC-Intel-skl-hda-dsp-generic-add-dependency-to-dmi.patch
	patches.suse/ASoC-Intel-skl-hda-dsp-generic-add-dmic-dapm-widget-.patch
	patches.suse/ASoC-pcm3168a-Retain-the-independence-of-DAC-and-ADC.patch
	patches.suse/ASoC-pcm3168a-Allow-reconfiguration-of-tdm_slots-and.patch
	patches.suse/ASoC-SOF-Intel-hda-fixup-HDaudio-topology-name-with-.patch
	patches.suse/ASoC-ti-Fix-typos-in-ti-Kconfig.patch
	patches.suse/ASoC-Intel-hsw-remove-i386-build-warning-w-size_t-ar.patch
	patches.suse/ASoC-soc-core-Fix-Wunused-const-variable-warning.patch
	patches.suse/ASoC-mt2701-remove-unused-variables.patch
	patches.suse/ASoC-mediatek-mt8183-da7219-max98357-remove-unused-v.patch
	patches.suse/ASoC-mediatek-mt8183-mt6358-ts3a227-max98357-remove-.patch
	patches.suse/ASoC-mediatek-mt6358-add-delay-after-dmic-clock-on.patch
	patches.suse/ASoC-Intel-Skylake-Print-constant-literals-from-form.patch
	patches.suse/ASoC-cs42l73-remove-unused-variables-vsp_output_mux-.patch
	patches.suse/ASoC-max98371-remove-unused-variable-max98371_noload.patch
	patches.suse/ASoC-rt1011-remove-unused-variable-dac_vol_tlv-and-a.patch
	patches.suse/ASoC-tlv320aic23-remove-unused-variable-tlv320aic23_.patch
	patches.suse/ASoC-tlv320aic31xx-remove-unused-variable-cm_m_enum.patch
	patches.suse/ASoC-es8328-remove-unused-variable-pga_tlv.patch
	patches.suse/ASoC-cs42l56-remove-unused-variable-adc_swap_enum.patch
	patches.suse/ASoC-88pm860x-remove-unused-variables-pcm_switch_con.patch
	patches.suse/ASoC-core-Move-pcm_mutex-up-to-card-level-from-snd_s.patch
	patches.suse/ASoC-Intel-boards-Add-Cometlake-machine-driver-suppo.patch
	patches.suse/ASoC-SOF-ipc-add-ALH-parameters.patch
	patches.suse/ASoC-Intel-common-add-ACPI-matching-tables-for-Tiger.patch
	patches.suse/ASoC-SOF-Intel-initial-support-for-Tiger-Lake.patch
	patches.suse/ASoC-Intel-common-add-ACPI-matching-tables-for-EHL.patch
	patches.suse/ASoC-SOF-Intel-initial-support-for-Elkhart-Lake.patch
	patches.suse/ASoC-SOF-topology-Add-dummy-support-for-i.MX8-DAIs.patch
	patches.suse/ASoC-SOF-rename-SOUNDWIRE-to-ALH.patch
	patches.suse/ASoC-SOF-topology-initial-support-for-Intel-ALH-DAI-.patch
	patches.suse/ASoC-SOF-pcm-add-ALH-support.patch
	patches.suse/ASoC-sun4i-i2s-Switch-to-devm-for-PCM-register.patch
	patches.suse/ASoC-sun4i-i2s-Don-t-use-the-oversample-to-calculate.patch
	patches.suse/ASoC-sun4i-i2s-Replace-call-to-params_channels-by-lo.patch
	patches.suse/ASoC-sun4i-i2s-Rework-MCLK-divider-calculation.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-mchp-i2s-mcc-Fix-simultaneous-capture-and-playb.patch
	patches.suse/ASoC-fsl_sai-Add-support-for-imx8qm.patch
	patches.suse/ASoC-soc-core-merge-snd_soc_initialize_card_lists.patch
	patches.suse/ASoC-soc-core-remove-unneeded-dai_link-check-from-sn.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-SOF-Add-OF-DSP-device-support.patch
	patches.suse/ASoC-SOF-imx-Add-i.MX8-HW-support.patch
	patches.suse/ASoC-wm8988-fix-typo-in-wm8988_right_line_controls.patch
	patches.suse/ASoC-mediatek-mt2701-Fix-Wunused-const-variable-warn.patch
	patches.suse/ASoC-mediatek-mt8183-switch-tdm-pins-gpio-function-w.patch
	patches.suse/ASoC-soc-core-use-device_register.patch
	patches.suse/ASoC-soc-core-add-NOTE-to-snd_soc_rtdcom_lookup.patch
	patches.suse/ASoC-soc-core-soc_cleanup_card_resources-become-void.patch
	patches.suse/ASoC-soc-dai-use-bit-field-for-bus_control.patch
	patches.suse/ASoC-soc-topology-use-for_each_component_dais-at-rem.patch
	patches.suse/ASoC-soc-core-initialize-component-list.patch
	patches.suse/ASoC-SOF-topology-fix-get-control-data-return-type-a.patch
	patches.suse/ASoC-soc-core-initialize-list-at-one-place.patch
	patches.suse/ASoC-soc-core-rename-soc_post_component_init-to-soc_.patch
	patches.suse/ASoC-SOF-imx8-Make-some-functions-static.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-mediatek-mt8183-remove-unused-DAPM-related-vari.patch
	patches.suse/ASoC-SOF-imx8-Fix-return-value-check-in-imx8_probe.patch
	patches.suse/ASoC-sun4i-Revert-A83t-description.patch
	patches.suse/ASoC-SOF-imx8-Fix-an-is-IS_ERR-vs-NULL-check.patch
	patches.suse/ASoC-Intel-Skylake-Print-module-type-instead-of-id.patch
	patches.suse/ASoC-Intel-Skylake-Release-topology-when-we-are-done.patch
	patches.suse/ASoC-cs42xx8-Force-suspend-resume-during-system-susp.patch
	patches.suse/ASoC-atmel-enable-SOC_SSC_PDC-and-SOC_SSC_DMA-in-Kco.patch
	patches.suse/ASoC-atmel_ssc_dai-rework-DAI-format-configuration.patch
	patches.suse/ASoC-atmel_ssc_dai-implement-left-justified-data-mod.patch
	patches.suse/ASoC-mediatek-mt8183-tdm-hw-support-tdm-out-and-8ch-.patch
	patches.suse/ASoC-mediatek-mt8183-fix-tdm-out-data-is-valid-on-ri.patch
	patches.suse/ALSA-pcm-add-support-for-352.8KHz-and-384KHz-sample-.patch
	patches.suse/ASoC-wcd9335-Fix-primary-interpolator-max-rate.patch
	patches.suse/ASoC-ti-davinci-i2s-Add-S32_LE-as-support-format.patch
	patches.suse/ASoC-ti-edma-pcm-Fix-for-legacy-dma_slave_map-based-.patch
	patches.suse/ASoC-ti-davinci-evm-Do-not-fail-if-the-dai_set_syscl.patch
	patches.suse/ASoC-Intel-Haswell-Adjust-machine-device-private-con.patch
	patches.suse/ASoC-Intel-haswell-Simplify-device-probe.patch
	patches.suse/ASoC-Intel-bdw-rt5677-Simplify-device-probe.patch
	patches.suse/ASoC-Intel-broadwell-Simplify-device-probe.patch
	patches.suse/ASoC-SOF-Intel-fix-selection-of-SND_INTEL_NHTL.patch
	patches.suse/ASoC-mediatek-mt8183-move-private-structure.patch
	patches.suse/ASoC-mediatek-mt8183-move-headset-jack-to-card-speci.patch
	patches.suse/ASoC-mediatek-mt8183-remove-forward-declaration-of-h.patch
	patches.suse/ASoC-mediatek-mt8183-fix-space-issues.patch
	patches.suse/ASoC-dt-bindings-sun4i-spdif-Fix-dma-names-warning.patch
	patches.suse/ASoC-soc-core-add-soc_rtd_free.patch
	patches.suse/ASoC-soc-core-move-soc_probe_component-position.patch
	patches.suse/ASoC-soc-core-dapm-related-setup-at-one-place.patch
	patches.suse/ASoC-soc-core-add-snd_soc_dapm_init.patch
	patches.suse/ASoC-soc-core-move-soc_probe_link_components-positio.patch
	patches.suse/ASoC-simple-card-indicate-rebind-issue.patch
	patches.suse/ASoC-audio-graph-indicate-rebind-issue.patch
	patches.suse/ASoC-es8316-add-clock-control-of-MCLK.patch
	patches.suse/ASoC-amd-use-devm_platform_ioremap_resource-to-simpl.patch
	patches.suse/ASoC-ep93xx-use-devm_platform_ioremap_resource-to-si.patch
	patches.suse/ASoC-sirf-audio-use-devm_platform_ioremap_resource-t.patch
	patches.suse/ASoC-tegra-use-devm_platform_ioremap_resource-to-s2.patch
	patches.suse/ASoC-soc-core-add-comment-to-jack-at-soc_remove_comp.patch
	patches.suse/ASoC-qcom-common-Include-link-name-in-error-messages.patch
	patches.suse/ASoC-meson-axg-frddr-expose-all-8-outputs.patch
	patches.suse/ASoC-meson-axg-toddr-expose-all-8-inputs.patch
	patches.suse/ASoC-meson-tdmin-expose-all-16-inputs.patch
	patches.suse/ASoC-meson-axg-frddr-add-sm1-support.patch
	patches.suse/ASoC-meson-axg-toddr-add-sm1-support.patch
	patches.suse/ASoC-meson-tdmout-add-sm1-support.patch
	patches.suse/ASoC-SOF-imx8-Fix-COMPILE_TEST-error.patch
	patches.suse/ASoC-es8316-fix-redundant-codes-of-clock.patch
	patches.suse/ASoC-es8316-support-fixed-and-variable-both-clock-ra.patch
	patches.suse/ASoC-codecs-ad193x-make-two-arrays-static-const-make.patch
	patches.suse/ASoC-rockchip-ignore-0Hz-sysclk.patch
	patches.suse/SoC-simple-card-utils-set-0Hz-to-sysclk-when-shutdow.patch
	patches.suse/ASoC-rt1011-make-array-pd-static-const-makes-object-.patch
	patches.suse/ASoC-rt1305-make-array-pd-static-const-makes-object-.patch
	patches.suse/ASoC-rt1308-make-array-pd-static-const-makes-object-.patch
	patches.suse/ASoC-soc-core-self-contained-soc_probe_link_componen.patch
	patches.suse/ASoC-soc-core-self-contained-soc_remove_link_compone.patch
	patches.suse/ASoC-soc-core-self-contained-soc_remove_link_dais.patch
	patches.suse/ASoC-soc-core-move-soc_probe_dai-next-to-soc_remove_.patch
	patches.suse/ASoC-soc-core-add-new-soc_link_init.patch
	patches.suse/ASoC-soc-core-self-contained-soc_probe_link_dais.patch
	patches.suse/ASoC-soc-core-move-soc_probe_link_dais-next-to-soc_r.patch
	patches.suse/ASoC-soc-core-self-contained-soc_bind_aux_dev.patch
	patches.suse/ASoC-soc-core-add-soc_unbind_aux_dev.patch
	patches.suse/ASoC-soc-core-self-contained-soc_unbind_aux_dev.patch
	patches.suse/ASoC-rt5677-Remove-magic-number-register-writes.patch
	patches.suse/ASoC-rt5677-keep-analog-power-register-at-SND_SOC_BI.patch
	patches.suse/ASoC-hdmi-codec-Add-an-op-to-set-callback-function-f.patch
	patches.suse/ASoC-dmaengine-Replace-strncpy-with-strscpy_pad-for-.patch
	patches.suse/ASoC-wcd9335-remove-redundant-use-of-ret-variable.patch
	patches.suse/ASoC-fsl_sai-Implement-set_bclk_ratio.patch
	patches.suse/ASoC-sdm845-remove-unneeded-semicolon.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/0001-media-meson-ao-cec-use-cec_notifier_cec_adap_-un-reg.patch
	patches.suse/0001-media-cros-ec-cec-use-cec_notifier_cec_adap_-un-regi.patch
	patches.suse/0001-media-seco-cec-use-cec_notifier_cec_adap_-un-registe.patch
	patches.suse/0001-media-s5p-cec-use-cec_notifier_cec_adap_-un-register.patch
	patches.suse/0001-media-stih-cec-use-cec_notifier_cec_adap_-un-registe.patch
	patches.suse/0001-media-tegra-cec-use-cec_notifier_cec_adap_-un-regist.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/drivers-Introduce-device-lookup-variants-by-ACPI_COM.patch
	patches.suse/0015-platform-Add-platform_find_device_by_driver-helper.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-imx-dma-mark-expected-switch-fall-through.patch
	patches.suse/dmaengine-imx-sdma-remove-call-to-memset-after-dma_alloc_coherent.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-dmatest-Add-support-for-completion-polling.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/PCI-irq-Introduce-rearm_wake_irq.patch
	patches.suse/ACPICA-Return-u32-from-acpi_dispatch_gpe.patch
	patches.suse/ACPI-EC-Return-bool-from-acpi_ec_dispatch_gpe.patch
	patches.suse/PM-sleep-Fix-possible-overflow-in-pm_system_cancel_w.patch
	patches.suse/ACPI-PM-Set-s2idle_wakeup-earlier-and-clear-it-later.patch
	patches.suse/PM-sleep-Simplify-suspend-to-idle-control-flow.patch
	patches.suse/PM-sleep-Integrate-suspend-to-idle-with-generig-susp.patch
	patches.suse/PM-sleep-Drop-dpm_noirq_begin-and-dpm_noirq_end.patch
	patches.suse/ACPI-PM-Set-up-EC-GPE-for-system-wakeup-from-drivers.patch
	patches.suse/ACPI-PM-s2idle-Rearrange-lps0_device_attach.patch
	patches.suse/ACPI-PM-s2idle-Add-acpi.sleep_no_lps0-module-paramet.patch
	patches.suse/ACPI-PM-s2idle-Switch-EC-over-to-polling-during-noir.patch
	patches.suse/ACPI-PM-s2idle-Eliminate-acpi_sleep_no_ec_events.patch
	patches.suse/ACPI-EC-PM-Consolidate-some-code-depending-on-PM_SLE.patch
	patches.suse/ACPI-EC-PM-Make-acpi_ec_dispatch_gpe-print-debug-mes.patch
	patches.suse/ACPI-PM-s2idle-Execute-LPS0-_DSM-functions-with-susp.patch
	patches.suse/intel-hid-intel-vbtn-Avoid-leaking-wakeup_mode-set.patch
	patches.suse/PM-suspend-Fix-platform_suspend_prepare_noirq.patch
	patches.suse/ACPI-PM-s2idle-Avoid-rearming-SCI-for-wakeup-unneces.patch
	patches.suse/ACPI-PM-s2idle-Always-set-up-EC-GPE-for-system-wakeu.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-rk3399_dmc-Fix-spelling-typo.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-PM-Print-debug-messages-on-device-power-state-c.patch
	patches.suse/PM-Domains-Align-in-parameter-names-for-some-genpd-f.patch
	patches.suse/ACPI-CPPC-do-not-require-the-_PSD-method.patch
	patches.suse/ACPICA-Debugger-remove-redundant-assignment-on-obj_d.patch
	patches.suse/ACPICA-Increase-total-number-of-possible-Owner-IDs.patch
	patches.suse/ACPICA-Macros-remove-pointer-math-on-a-null-pointer.patch
	patches.suse/ACPICA-Fix-issues-with-arg-types-within-printf-forma.patch
	patches.suse/ACPICA-Fully-deploy-ACPI_PRINTF_LIKE-macro.patch
	patches.suse/ACPICA-Differentiate-Windows-8.1-from-Windows-8.patch
	patches.suse/ACPICA-Add-Windows-2019-string-to-_OSI-support.patch
	patches.suse/ACPICA-Update-version-to-20190816.patch
	patches.suse/ACPI-APEI-Get-rid-of-NULL_UUID_LE-constant.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/0001-HMAT-Register-memory-side-cache-after-parsing.patch
	patches.suse/HMAT-Register-attributes-for-memory-hot-add.patch
	patches.suse/0001-HMAT-Skip-publishing-target-info-for-nodes-with-no-o.patch
	patches.suse/ACPI-custom_method-fix-memory-leaks.patch
	patches.suse/ACPI-PCI-Remove-surplus-parentheses-from-a-return-st.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-SBS-remove-unused-const-variable-SMBUS_PEC.patch
	patches.suse/ACPI-thermal-Remove-redundant-acpi_has_method-calls.patch
	patches.suse/usb-roles-intel_xhci-supplying-software-node-for-the-role-mux.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/i2c-Revert-incorrect-conversion-to-use-generic-helpe.patch
	patches.suse/driver-core-add-dev_groups-to-all-drivers.patch
	patches.suse/0018-video-fbdev-wm8505fb-convert-platform-driver-to-use-.patch
	patches.suse/0019-video-fbdev-w100fb-convert-platform-driver-to-use-de.patch
	patches.suse/0020-video-fbdev-sm501fb-convert-platform-driver-to-use-d.patch
	patches.suse/driver-core-platform-Introduce-platform_get_irq_opti.patch
	patches.suse/hwmon-pwm-fan-Use-platform_get_irq_optional.patch
	patches.suse/driver-core-platform-Export-platform_get_irq_optiona.patch
	patches.suse/sysfs-add-BIN_ATTR_WO-macro.patch
	patches.suse/usb-dwc3-Switch-to-use-device_property_count_u32.patch
	patches.suse/usb-typec-tcpm-Switch-to-use-fwnode_property_count_u.patch
	patches.suse/usb-typec-mux-switch-to-use-fwnode_property_count_uxx.patch
	patches.suse/usb-host-Remove-call-to-memset-after-dma_alloc_coher.patch
	patches.suse/usb-chipidea-udc-remove-redundant-assignment-to-variable-retval.patch
	patches.suse/usb-Remove-dev_err-usage-after-platform_get_irq.patch
	patches.suse/usb-dwc3-meson-g12a-use-devm_platform_ioremap_resour.patch
	patches.suse/usb-typec-ucsi_ccg-convert-i2c-driver-to-use-dev_groups.patch
	patches.suse/usb-chipidea-convert-platform-driver-to-use-dev_groups.patch
	patches.suse/usb-typec-fusb302-remove-unused-properties.patch
	patches.suse/usb-typec-fusb302-Always-provide-fwnode-for-the-port.patch
	patches.suse/USB-phy-fsl-usb-convert-platform-driver-to-use-dev_g.patch
	patches.suse/usb-typec-tcpm-use-usb_debug_root-as-root-for-our-debugfs-entry.patch
	patches.suse/usb-typec-fusb302-use-usb_debug_root-as-root-for-our-debugfs-entry.patch
	patches.suse/usb-typec-fusb302-call-fusb302_debugfs_init-earlier.patch
	patches.suse/usb-add-a-HCD_DMA-flag-instead-of-guestimating-DMA-c.patch
	patches.suse/dma-mapping-remove-is_device_dma_capable
	patches.suse/usb-dwc3-keystone-use-devm_platform_ioremap_resource.patch
	patches.suse/usb-dwc3-Update-soft-reset-wait-polling-rate.patch
	patches.suse/usb-dwc3-Use-devres-to-get-clocks.patch
	patches.suse/usb-dwc3-Use-clk_bulk_prepare_enable.patch
	patches.suse/usb-dwc3-st-Add-of_node_put-before-return-in-probe-f.patch
	patches.suse/usb-dwc3-st-Add-of_dev_put-in-probe-function.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/usb-phy-phy-fsl-usb-Make-structure-fsl_otg_initdata-.patch
	patches.suse/usb-gadget-Export-recommended-BESL-values.patch
	patches.suse/usb-dwc3-Separate-field-holding-multiple-properties.patch
	patches.suse/usb-dwc3-gadget-Set-BESL-config-parameter.patch
	patches.suse/usb-dwc3-gadget-Workaround-Mirosoft-s-BESL-check.patch
	patches.suse/usb-ohci-sm501-remove-the-HCD_DMA-flag.patch
	patches.suse/usb-ohci-tmio-remove-the-HCD_DMA-flag.patch
	patches.suse/usb-storage-use-hcd_uses_dma-to-check-for-DMA-capabi.patch
	patches.suse/0001-usb-typec-tps6598x-Fix-build-error-without-CONFIG_RE.patch
	patches.suse/usb-xhci-dbc-Simplify-error-handling-in-xhci_dbc_all.patch
	patches.suse/usb-xhci-dbc-Use-GFP_KERNEL-instead-of-GFP_ATOMIC-in.patch
	patches.suse/xhci-add-TSP-bitflag-to-TRB-tracing.patch
	patches.suse/usb-host-xhci-plat-add-quirks-member-into-struct-xhc.patch
	patches.suse/usb-chipidea-msm-use-device-managed-registration-api.patch
	patches.suse/usb-roles-intel-enable-static-drd-mode-for-role-switch.patch
	patches.suse/usbip-Implement-SG-support-to-vhci-hcd-and-stub-driv.patch
	patches.suse/usb-roles-introduce-stubs-for-the-exiting-functions-in-role-h.patch
	patches.suse/device-connection-add-fwnode_connection_find_match.patch
	patches.suse/usb-roles-add-fwnode_usb_role_switch_get-function.patch
	patches.suse/usb-roles-get-usb-role-switch-from-parent.patch
	patches.suse/usb-common-create-Kconfig-file.patch
	patches.suse/usb-common-add-USB-GPIO-based-connection-detection-d.patch
	patches.suse/USB-usbcore-Fix-slab-out-of-bounds-bug-during-device.patch
	patches.suse/usb-chipidea-add-role-switch-class-support.patch
	patches.suse/tty-serial-fsl_lpuart-remove-the-dev.coherent_dma_ma.patch
	patches.suse/tty-serial-fsl_lpuart-add-earlycon-for-imx8qxp-platf.patch
	patches.suse/tty-serial-fsl_lpuart-use-kzalloc-instead-of-kmalloc.patch
	patches.suse/tty-serial-fsl_lpuart-remove-sg_set_buf-for-sport-rx.patch
	patches.suse/tty-serial-fsl_lpuart-correct-the-FIFO-depth-size.patch
	patches.suse/serial-stm32-Use-__maybe_unused-instead-of-if-CONFIG.patch
	patches.suse/serial-imx-set_termios-do-not-enable-autorts-if-rts-is-unset.patch
	patches.suse/serial-imx-set_mctrl-correctly-restore-autorts-state.patch
	patches.suse/serial-imx-get-rid-of-imx_uart_rts_auto.patch
	patches.suse/tty-serial-fsl_lpuart-fix-framing-error-handling-whe.patch
	patches.suse/tty-serial-fsl_lpuart-flush-receive-FIFO-after-overr.patch
	patches.suse/tty-serial-fsl_lpuart-Flush-HW-FIFOs-in-.flush_buffe.patch
	patches.suse/tty-serial-fsl_lpuart-Simplify-RX-TX-IRQ-handlers.patch
	patches.suse/tty-serial-fsl_lpuart-Fix-bogus-indentation.patch
	patches.suse/tty-serial-fsl_lpuart-Drop-unnecessary-uart_write_wa.patch
	patches.suse/tty-serial-fsl_lpuart-Fix-issue-in-software-flow-con.patch
	patches.suse/tty-serial-fls_lpuart-Split-shared-TX-IRQ-handler-in.patch
	patches.suse/tty-serial-fsl_lpuart-Drop-no-op-bit-opearation.patch
	patches.suse/tty-serial-fsl_lpuart-Drop-unnecessary-extra-parenth.patch
	patches.suse/tty-serial-fsl_lpuart-Clear-CSTOPB-unconditionally.patch
	patches.suse/tty-serial-fsl_lpuart-Use-appropriate-lpuart32_-I-O-.patch
	patches.suse/tty-serial-fsl_lpuart-Introduce-lpuart_wait_bit_set.patch
	patches.suse/tty-serial-fsl_lpuart-Use-cpu_relax-instead-of-barri.patch
	patches.suse/tty-serial-fsl_lpuart-Introduce-lpuart_stopped_or_em.patch
	patches.suse/tty-serial-fsl_lpuart-Drop-unnecessary-lpuart-_stop_.patch
	patches.suse/tty-serial-fsl_lpuart-Introduce-lpuart_dma_shutdown.patch
	patches.suse/tty-serial-fsl_lpuart-Introduce-lpuart_tx_dma_startu.patch
	patches.suse/tty-serial-fsl_lpuart-Introduce-lpuart_rx_dma_startu.patch
	patches.suse/tty-serial-fsl_lpuart-Introduce-lpuart32_configure.patch
	patches.suse/tty-serial-fsl_lpuart-Introduce-lpuart-_setup_waterm.patch
	patches.suse/tty-serial-fsl_lpuart-Don-t-enable-TIE-in-.startup-o.patch
	patches.suse/tty-serial-fsl_lpuart-Ignore-TX-RX-interrupts-if-DMA.patch
	patches.suse/serial-8250_dw-split-Synopsys-DesignWare-8250-common.patch
	patches.suse/serial-8250_lpss-switch-to-use-8250_dwlib-library.patch
	patches.suse/serial-8250_lpss-add-fractional-divisor-support.patch
	patches.suse/serial-8250_lpss-Get-rid-of-custom-LPSS_DEVICE-macro.patch
	patches.suse/serial-8250_lpss-Enable-HS-UART-on-Elkhart-Lake.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/serial-8250_pci-Implement-MSI-X-support.patch
	patches.suse/tty-max310x-fix-off-by-one-buffer-access-when-storin.patch
	patches.suse/serial-imx-get-rid-of-unbounded-busy-waiting-loop.patch
	patches.suse/serial-imx-do-not-stop-rx-tx-on-termios-change.patch
	patches.suse/serial-imx-do-not-disable-individual-irqs-during-termios-change.patch
	patches.suse/serial-imx-fix-data-breakage-on-termios-change.patch
	patches.suse/serial-imx-use-tx-ready-rather-than-tx-empty-irq.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/staging-rtl8712-remove-redundant-assignment-to-varia.patch
	patches.suse/staging-wlan-ng-Remove-function-hfa384x_dorrid_wait.patch
	patches.suse/staging-wlan-ng-Remove-function-hfa384x_dowrid_wait.patch
	patches.suse/staging-wlan-ng-Remove-function-hfa384x_dowrid_async.patch
	patches.suse/staging-wlan-ng-Remove-unused-function-hfa384x_dorri.patch
	patches.suse/staging-wlan-ng-Remove-unused-function-hfa384x_dorme.patch
	patches.suse/staging-wlan-ng-Remove-function-hfa384x_dowmem_async.patch
	patches.suse/staging-wlan-ng-Remove-unused-function-hfa384x_docmd.patch
	patches.suse/staging-wlan-ng-Remove-function-hfa384x_docmd_wait.patch
	patches.suse/staging-wlan-ng-Replace-function-hfa384x_dormem.patch
	patches.suse/staging-wlan-ng-Replace-function-hfa384x_dowmem.patch
	patches.suse/staging-wlan-ng-use-pE-for-serial-number.patch
	patches.suse/staging-rtl8188eu-remove-unused-definitions-from-hal.patch
	patches.suse/staging-rtl8723bs-hal-Remove-code-valid-only-for-5GH.patch
	patches.suse/staging-rtl8723bs-core-Remove-code-valid-only-for-5G.patch
	patches.suse/staging-rtl8723bs-os_dep-Remove-code-valid-only-for-.patch
	patches.suse/staging-rtl8723bs-core-Change-return-type-of-init_ml.patch
	patches.suse/staging-rtl8188eu-core-Replace-function-Set_MSR.patch
	patches.suse/staging-rtl8188eu-core-Remove-function-enable_rate_a.patch
	patches.suse/staging-rtl8188eu-Replace-function-beacon_timing_con.patch
	patches.suse/staging-rtl8188eu-Remove-function-rtw_os_indicate_sc.patch
	patches.suse/staging-rtl8188eu-Remove-function-rtw_modular64.patch
	patches.suse/staging-rtl8188eu-Replace-function-rtw_alloc_network.patch
	patches.suse/staging-rtl8188eu-Replace-function-rtl88e_phy_rf6052.patch
	patches.suse/staging-rtl8188eu-Replace-function-rtl88eu_phy_rf_co.patch
	patches.suse/staging-rtl8712-recv_linux.c-Align-on-block-comment.patch
	patches.suse/staging-rtl8712-Merge-memcpy-be16_to_cpus-to-get_una.patch
	patches.suse/staging-rtl8712-r8712_init_mlme_priv-Change-return-v.patch
	patches.suse/staging-rtl8712-r8712_set_auth-Change-return-values.patch
	patches.suse/staging-rtl8712-r8712_set_key-Change-return-values.patch
	patches.suse/staging-rtl8712-r8712_register_cmd_alive-Change-retu.patch
	patches.suse/staging-rtl8712-init_mp_priv-Change-return-values.patch
	patches.suse/staging-rtl8712-r8712_set_802_11_add_wep-Change-retu.patch
	patches.suse/staging-rtl8712-r8712_init_recvbuf-Change-return-typ.patch
	patches.suse/staging-rtl8712-r8712_free_recvframe-Change-return-t.patch
	patches.suse/staging-rtl8723bs-remove-set-but-not-used-variable-c.patch
	patches.suse/staging-rtl8723bs-os_dep-change-return-type-of-rtw_s.patch
	patches.suse/staging-rtl8723bs-core-Remove-Unneeded-variable-ret.patch
	patches.suse/staging-rtl8723bs-remove-unused-file-hal_phy.c.patch
	patches.suse/staging-rtl8723bs-hal-remove-redundant-assignment-to.patch
	patches.suse/staging-rtl8192e-remove-set-but-not-used-variable-pa.patch
	patches.suse/drivers-staging-rtl8192u-fix-indentation-issue-remov.patch
	patches.suse/staging-rtl8723bs-rtw_pwrctrl-Change-true-false-chec.patch
	patches.suse/staging-rtl8723bs-hal-Replace-function-PHY_SetTxPowe.patch
	patches.suse/staging-rtl8723bs-hal-Replace-function-PHY_GetTxPowe.patch
	patches.suse/staging-rtl8723bs-hal-Replace-function-rtl8723b_set_.patch
	patches.suse/0036-staging-rtl8723bs-hal-Replace-function-rtl8723b_set_.patch
	patches.suse/staging-rtl8723bs-Replace-function-beacon_timing_con.patch
	patches.suse/staging-rtl8723bs-Replace-function-odm_TXPowerTracki.patch
	patches.suse/staging-rtl8723bs-Replace-function-ODM_TXPowerTracki.patch
	patches.suse/staging-rtl8723bs-Remove-unused-function-prototype-O.patch
	patches.suse/staging-rtl8723bs-hal-Remove-unneeded-variable-pU1Tm.patch
	patches.suse/staging-rtl8192-display-ESSIDs-using-pE.patch
	patches.suse/staging-rtl8723bs-remove-set-but-not-used-variable-b.patch
	patches.suse/staging-rtl8723bs-remove-set-but-not-used-variable-p.patch
	patches.suse/staging-rtl8723bs-os_dep-remove-two-set-but-not-used.patch
	patches.suse/staging-rtl8188eu-replace-hal_EfusePgCheckAvailableA.patch
	patches.suse/Staging-rtl8192e-fixed-a-function-prototype-definiti.patch
	patches.suse/staging-rtl8188eu-remove-redundant-assignment-to-rts.patch
	patches.suse/staging-rtl8188eu-add-spaces-around-in-usb_halinit.c.patch
	patches.suse/staging-rtl8188eu-add-spaces-around-in-usb_hal2.c.patch
	patches.suse/0051-staging-rtl8188eu-add-spaces-around-in-usb_halinit.c.patch
	patches.suse/staging-rtl8188eu-add-spaces-around-and-in-usb_halin.patch
	patches.suse/0053-staging-rtl8188eu-add-spaces-around-and-in-usb_halin.patch
	patches.suse/staging-rtl8188eu-cleanup-comparsion-to-NULL-in-usb_.patch
	patches.suse/staging-rtl8723bs-indicate-disconnection-when-discon.patch
	patches.suse/staging-rtl8188eu-remove-redundant-assignment-to-var.patch
	patches.suse/staging-rtl8723bs-remove-set-but-not-used-variable2.patch
	patches.suse/staging-rtl8192u-null-check-the-kzalloc.patch
	patches.suse/staging-rtl8723bs-remove-set-but-not-used-variables-.patch
	patches.suse/staging-rtl8723bs-remove-set-but-not-used-variable-F.patch
	patches.suse/staging-wlan-ng-Remove-function-prism2mib_excludeune.patch
	patches.suse/staging-rtl8723bs-Change-return-type-of-hal_btcoex_I.patch
	patches.suse/0062-staging-rtl8723bs-Change-return-type-of-hal_btcoex_I.patch
	patches.suse/0063-staging-rtl8723bs-Change-return-type-of-hal_btcoex_I.patch
	patches.suse/staging-rtl8723bs-Replace-hal_btcoex_Initialize.patch
	patches.suse/staging-rtl8712-r8712_os_recv_resource_alloc-Change-.patch
	patches.suse/staging-rtl8712-_r8712_init_recv_priv-Change-return-.patch
	patches.suse/staging-rtl8712-r8712_init_recv_priv-Change-return-t.patch
	patches.suse/staging-rtl8712-r8712_os_recvbuf_resource_alloc-Chan.patch
	patches.suse/staging-rtl8712-r8712_os_recvbuf_resource_free-Chang.patch
	patches.suse/staging-rtl8712-r8712_tkip_decrypt-Change-return-typ.patch
	patches.suse/staging-rtl8712-aes_cipher-Change-return-type.patch
	patches.suse/staging-rtl8712-aes_decipher-Change-return-type.patch
	patches.suse/staging-rtl8712-r8712_aes_decrypt-Change-return-type.patch
	patches.suse/staging-rtl8188eu-core-rtw_recv.c-Remove-Unnecessary.patch
	patches.suse/staging-rtl8712-Add-spaces-around.patch
	patches.suse/staging-rtl8188eu-core-add-spaces-around-and-in-rtw_.patch
	patches.suse/staging-rtl8723bs-core-correct-spelling-mistake-in-r.patch
	patches.suse/staging-rtl8723bs-core-Remove-Unnecessary-parenthese.patch
	patches.suse/staging-rtl8723bs-core-add-spaces-around-and.patch
	patches.suse/staging-rtl8192e-Make-use-kmemdup.patch
	patches.suse/Staging-rtl8188eu-core-rtw_security-tidy-up-crc32_in.patch
	patches.suse/staging-rtl8723bs-fix-brace-position-in-enum-declara.patch
	patches.suse/staging-rtl8712-amsdu_to_msdu-Change-return-type.patch
	patches.suse/staging-rtl8712-recv_indicatepkt_reorder-Change-retu.patch
	patches.suse/staging-rtl8712-r8712_wlanhdr_to_ethhdr-Change-retur.patch
	patches.suse/staging-rtl8712-r8712_recv_entry-Change-return-type.patch
	patches.suse/staging-rtl8712-recvbuf2recvframe-Change-return-type.patch
	patches.suse/staging-rtl8712-init_default_value-Change-return-typ.patch
	patches.suse/staging-rtl8712-init_drv_sw-Change-return-values.patch
	patches.suse/staging-rtl8712-r8712_free_drv_sw-Change-return-type.patch
	patches.suse/staging-rtl8712-Remove-while-loop-and-check_cmd_fifo.patch
	patches.suse/staging-rtl8712-r8712_xmit_classifier-Change-return-.patch
	patches.suse/staging-rtl8712-_r8712_init_xmit_priv-Change-return-.patch
	patches.suse/staging-rtl8712-r8712_update_attrib-Change-return-va.patch
	patches.suse/staging-rtl8712-make_wlanhdr-Change-return-values-an.patch
	patches.suse/staging-rtl8712-r8712_free_xmitbuf-Change-return-typ.patch
	patches.suse/staging-rtl8712-r8712_xmit_direct-Change-return-type.patch
	patches.suse/staging-rtl8712-r8712_construct_txaggr_cmd_desc-Chan.patch
	patches.suse/staging-rtl8712-r8712_construct_txaggr_cmd_hdr-Chang.patch
	patches.suse/staging-rtl8192u-fix-spacing-errors.patch
	patches.suse/iio-imu-adis-Add-support-for-SPI-transfer-cs_change_.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-rtl8723bs-Remove-debugging-information-expos.patch
	patches.suse/staging-rtl8712-xmitframe_addmic-Change-return-value.patch
	patches.suse/staging-rtl8712-r8712_append_mpdu_unit-Change-return.patch
	patches.suse/staging-rtl8712-r8712_xmitframe_aggr_1st-Change-retu.patch
	patches.suse/staging-rtl8712-r8712_dump_aggr_xframe-Change-type-t.patch
	patches.suse/Staging-rtl8712-rtl8712_recv-fixed-80-character-leng.patch
	patches.suse/staging-rtl8723bs-remove-redundant-assignment-to-ret.patch
	patches.suse/staging-rtl8192u-fix-up-indentation-of-a-statement.patch
	patches.suse/staging-rtl8192u-ieee80211-ieee80211_crypt_ccmp.c-Us.patch
	patches.suse/staging-rtl8192e-rtllib_crypt_ccmp.c-Use-crypto-API-.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-rtl8723bs-core-Remove-unneeded-declaration-W.patch
	patches.suse/staging-rtl8712-Improve-naming-of-include-hearder-gu.patch
	patches.suse/staging-erofs-detect-potential-multiref-due-to-corru.patch
	patches.suse/staging-rtl8192u-ieee80211-remove-set-but-not-used-v.patch
	patches.suse/staging-rtl8192e-remove-two-set-but-not-used-variabl.patch
	patches.suse/staging-rtl8192e-remove-set-but-not-used-variable-da.patch
	patches.suse/staging-rtl8192u-fix-OPEN_BRACE-errors-in-ieee80211.patch
	patches.suse/staging-rtl8192u-fix-macro-alignment-in-ieee80211.patch
	patches.suse/staging-rtl8192u-fix-spacing-in-ieee80211.patch
	patches.suse/staging-rtl8723bs-os_dep-Remove-unused-declarations.patch
	patches.suse/staging-rtl8723bs-hal-Drop-condition-with-no-effect.patch
	patches.suse/staging-rtl8723bs-os_dep-Drop-condition-with-no-effe.patch
	patches.suse/staging-rtl8192u-remove-redundant-assignment-to-poin.patch
	patches.suse/staging-rtl8192u-Remove-unnecessary-blank-lines.patch
	patches.suse/staging-rtl8192u-remove-code-under-TO_DO_LIST.patch
	patches.suse/staging-rtl8192u-Add-space-around-binary-operators.patch
	patches.suse/staging-rtl8712-wifi-checkpatch-style-fix.patch
	patches.suse/staging-rtl8192u-Add-or-remove-spaces-to-fix-style-i.patch
	patches.suse/staging-rtl8192u-Add-or-remove-blank-lines-as-requir.patch
	patches.suse/staging-rtl8192u-Fix-indentation.patch
	patches.suse/staging-most-sound-Fix-error-path-of-audio_init.patch
	patches.suse/staging-r8188eu-use-skb_put_data-instead-of-skb_put-.patch
	patches.suse/staging-rtl8723bs-replace-__inline-by-inline.patch
	patches.suse/iio-dac-ad5380-fix-incorrect-assignment-to-val.patch
	patches.suse/Staging-rtl8723bs-Use-kzfree-rather-than-its-impleme.patch
	patches.suse/staging-rtl8192e-remove-unnecessary-blank-line.patch
	patches.suse/staging-rtl8723bs-Remove-return-statement-from-void-.patch
	patches.suse/staging-rtl8723bs-hal-remove-redundant-variable-n.patch
	patches.suse/staging-rtl8723bs-core-Remove-Macro-IS_MAC_ADDRESS_B.patch
	patches.suse/staging-rtl8188eu-make-two-arrays-static-const-makes.patch
	patches.suse/intel_th-msu-Introduce-buffer-interface.patch
	patches.suse/intel_th-msu-sink-An-example-msu-buffer-sink.patch
	patches.suse/intel_th-msu-Get-rid-of-the-window-size-limit.patch
	patches.suse/intel_th-msu-Prevent-freeing-buffers-while-locked-wi.patch
	patches.suse/intel_th-msu-Preserve-pre-existing-buffer-configurat.patch
	patches.suse/fpga-dfl-use-driver-core-functions-not-sysfs-ones.patch
	patches.suse/mic-avoid-statically-declaring-a-struct-device.patch
	patches.suse/mei-Use-dev_get_drvdata-where-possible.patch
	patches.suse/fpga-dfl-fme-add-DFL_FPGA_FME_PORT_RELEASE-ASSIGN-io.patch
	patches.suse/fpga-dfl-afu-add-AFU-state-related-sysfs-interfaces.patch
	patches.suse/fpga-dfl-add-id_table-for-dfl-private-feature-driver.patch
	patches.suse/fpga-dfl-make-uinit-callback-optional.patch
	patches.suse/fpga-dfl-fme-add-capability-sysfs-interfaces.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/fpga-dfl-make-init-callback-optional.patch
	patches.suse/fpga-dfl-fme-convert-platform_driver-to-use-dev_grou.patch
	patches.suse/fpga-dfl-afu-convert-platform_driver-to-use-dev_grou.patch
	patches.suse/fpga-dfl-afu-expose-__afu_port_enable-disable-functi.patch
	patches.suse/fpga-dfl-afu-add-error-reporting-support.patch
	patches.suse/fpga-dfl-afu-add-STP-SignalTap-support.patch
	patches.suse/fpga-dfl-fme-add-global-error-reporting-support.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-fix-spelling-mistake-configration-confi.patch
	patches.suse/crypto-ccree-account-for-TEE-not-ready-to-report.patch
	patches.suse/crypto-inside-secure-keep-ivsize-for-DES-ECB-modes-a.patch
	patches.suse/crypto-inside-secure-fix-incorrect-skcipher-output-I.patch
	patches.suse/crypto-inside-secure-fix-scatter-gather-list-to-desc.patch
	patches.suse/crypto-inside-secure-fix-EINVAL-error-buf-overflow-f.patch
	patches.suse/crypto-aes-rename-local-routines-to-prevent-future-c.patch
	patches.suse/crypto-aes-fixed-time-align-key-schedule-with-other-.patch
	patches.suse/crypto-aes-create-AES-library-based-on-the-fixed-tim.patch
	patches.suse/crypto-x86-aes-ni-switch-to-generic-for-fallback-and.patch
	patches.suse/crypto-x86-aes-drop-scalar-assembler-implementations.patch
	patches.suse/crypto-padlock-aes-switch-to-library-version-of-key-.patch
	patches.suse/crypto-cesa-aes-switch-to-library-version-of-key-exp.patch
	patches.suse/crypto-safexcel-aes-switch-to-library-version-of-key.patch
	patches.suse/crypto-arm64-ghash-switch-to-AES-library.patch
	patches.suse/crypto-arm-aes-neonbs-switch-to-library-version-of-k.patch
	patches.suse/crypto-arm64-aes-ccm-switch-to-AES-library.patch
	patches.suse/crypto-arm64-aes-neonbs-switch-to-library-version-of.patch
	patches.suse/crypto-arm64-aes-ce-switch-to-library-version-of-key.patch
	patches.suse/crypto-aes-generic-drop-key-expansion-routine-in-fav.patch
	patches.suse/crypto-ctr-add-helper-for-performing-a-CTR-encryptio.patch
	patches.suse/crypto-aes-move-sync-ctr-aes-to-AES-library-and-gene.patch
	patches.suse/crypto-arm64-aes-ce-cipher-use-AES-library-as-fallba.patch
	patches.suse/crypto-arm-aes-neonbs-provide-a-synchronous-version-.patch
	patches.suse/crypto-chelsio-replace-AES-cipher-calls-with-library.patch
	patches.suse/crypto-aes-generic-unexport-last-round-AES-tables.patch
	patches.suse/crypto-lib-aes-export-sbox-and-inverse-sbox.patch
	patches.suse/crypto-drivers-use-kmemdup-rather-than-duplicating-its-implementation.patch
	patches.suse/crypto-inside-secure-add-support-for-authenc-hmac-sh.patch
	patches.suse/crypto-inside-secure-added-support-for-rfc3686-ctr-a.patch
	patches.suse/crypto-ccp-Reduce-maximum-stack-usage.patch
	patches.suse/crypto-caam-qi2-increase-napi-budget-to-process-more-caam-responses.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-s390-aes-fix-name-clash-after-AES-library-ref.patch
	patches.suse/crypto-qat-Silence-smp_processor_id-warning.patch
	patches.suse/crypto-caam-qi2-add-printing-dpseci-fq-stats-using-debugfs.patch
	patches.suse/crypto-caam-defer-probing-until-qman-is-available.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-inside-secure-Remove-redundant-DES-ECB-CBC-ke.patch
	patches.suse/crypto-gcm-helper-functions-for-assoclen-authsize-ch.patch
	patches.suse/crypto-aes-helper-function-to-validate-key-length-for-aes-algorithms.patch
	patches.suse/crypto-caam-qi-fix-error-handling-in-ERN-handler.patch
	patches.suse/crypto-caam-fix-return-code-in-completion-callbacks.patch
	patches.suse/crypto-caam-update-iv-only-when-crypto-operation-succeeds.patch
	patches.suse/crypto-caam-check-key-length.patch
	patches.suse/crypto-caam-check-authsize.patch
	patches.suse/crypto-caam-check-assoclen.patch
	patches.suse/crypto-caam-check-zero-length-input.patch
	patches.suse/crypto-caam-update-rfc4106-sh-desc-to-support-zero-length-input.patch
	patches.suse/crypto-caam-keep-both-virtual-and-dma-key-addresses.patch
	patches.suse/crypto-caam-fix-mdha-key-derivation-for-certain-user-key-lengths.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/crypto-caam-change-return-value-in-case-caam-has-no-mdha.patch
	patches.suse/crypto-hisilicon-add-queue-management-driver-for-HiS.patch
	patches.suse/crypto-hisilicon-add-hardware-SGL-support.patch
	patches.suse/crypto-hisilicon-add-HiSilicon-ZIP-accelerator-suppo.patch
	patches.suse/crypto-hisilicon-add-SRIOV-support-for-ZIP.patch
	patches.suse/crypto-hisilicon-add-debugfs-for-ZIP-and-QM.patch
	patches.suse/crypto-qce-use-devm_platform_ioremap_resource-to-sim.patch
	patches.suse/0001-padata-initialize-pd-cpu-with-effective-cpumask.patch
	patches.suse/crypto-hisilicon-fix-kbuild-warnings.patch
	patches.suse/crypto-hisilicon-add-dependency-for-CRYPTO_DEV_HISI_.patch
	patches.suse/crypto-hisilicon-init-curr_sgl_dma-to-fix-compile-wa.patch
	patches.suse/crypto-hisilicon-add-missing-single_release.patch
	patches.suse/crypto-hisilicon-fix-error-handle-in-hisi_zip_create.patch
	patches.suse/crypto-caam-qi-execute-library-only-on-DPAA-1.x.patch
	patches.suse/crypto-aes-generic-remove-unused-variable-rco_tab.patch
	patches.suse/crypto-des-3des_ede-add-new-helpers-to-verify-keys.patch
	patches.suse/crypto-s390-des-switch-to-new-verification-routines.patch
	patches.suse/crypto-sparc-des-switch-to-new-verification-routines.patch
	patches.suse/crypto-atmel-des-switch-to-new-verification-routines.patch
	patches.suse/crypto-bcm-des-switch-to-new-verification-routines.patch
	patches.suse/crypto-caam-des-switch-to-new-verification-routines.patch
	patches.suse/crypto-cpt-des-switch-to-new-verification-routines.patch
	patches.suse/crypto-nitrox-des-switch-to-new-verification-routines.patch
	patches.suse/crypto-ccp-des-switch-to-new-verification-routines.patch
	patches.suse/crypto-ccree-des-switch-to-new-verification-routines.patch
	patches.suse/crypto-hifn-des-switch-to-new-verification-routines.patch
	patches.suse/crypto-hisilicon-des-switch-to-new-verification-routines.patch
	patches.suse/crypto-safexcel-des-switch-to-new-verification-routines.patch
	patches.suse/crypto-ixp4xx-des-switch-to-new-verification-routines.patch
	patches.suse/crypto-cesa-des-switch-to-new-verification-routines.patch
	patches.suse/crypto-n2-des-switch-to-new-verification-routines.patch
	patches.suse/crypto-omap-des-switch-to-new-verification-routines.patch
	patches.suse/crypto-picoxcell-des-switch-to-new-verification-routines.patch
	patches.suse/crypto-qce-des-switch-to-new-verification-routines.patch
	patches.suse/crypto-rk3288-des-switch-to-new-verification-routines.patch
	patches.suse/crypto-stm32-des-switch-to-new-verification-routines.patch
	patches.suse/crypto-sun4i-des-switch-to-new-verification-routines.patch
	patches.suse/crypto-talitos-des-switch-to-new-verification-routines.patch
	patches.suse/crypto-ux500-des-switch-to-new-verification-routines.patch
	patches.suse/crypto-3des-move-verification-out-of-exported-routine.patch
	patches.suse/crypto-des-remove-unused-function.patch
	patches.suse/crypto-des-split-off-des-library-from-generic-des-cipher-driver.patch
	patches.suse/crypto-x86-des-switch-to-library-interface.patch
	patches.suse/crypto-des-remove-now-unused-_des3_ede_setkey.patch
	patches.suse/crypto-hisilicon-Fix-warning-on-printing-p-with-dma_.patch
	patches.suse/crypto-x86-xts-implement-support-for-ciphertext-stea.patch
	patches.suse/crypto-sha256-Fix-some-coding-style-issues.patch
	patches.suse/crypto-sha256_generic-Fix-some-coding-style-issues.patch
	patches.suse/crypto-sha256-Move-lib-sha256.c-to-lib-crypto.patch
	patches.suse/crypto-sha256-Use-get-put_unaligned_be32-to-get-inpu.patch
	patches.suse/crypto-sha256-Make-lib-crypto-sha256.c-suitable-for-.patch
	patches.suse/crypto-sha256-Add-sha224-support-to-sha256-library-c.patch
	patches.suse/crypto-sha256_generic-Switch-to-the-generic-lib-cryp.patch
	patches.suse/crypto-n2-des-fix-build-breakage-after-des-updates.patch
	patches.suse/crypto-talitos-fix-build-warning-in-aead_des3_setkey.patch
	patches.suse/crypto-caam-qi-use-print_hex_dump_debug-function-to-.patch
	patches.suse/crypto-caam-move-dma-mask-selection-into-a-function.patch
	patches.suse/crypto-caam-simplfy-clock-initialization.patch
	patches.suse/crypto-caam-convert-caam_jr_init-to-use-devres.patch
	patches.suse/crypto-caam-request-jr-irq-as-the-last-step.patch
	patches.suse/crytpo-caam-make-use-of-iowrite64-hi_lo-in-wr_reg64.patch
	patches.suse/crypto-caam-use-ioread64-hi_lo-in-rd_reg64.patch
	patches.suse/crypto-caam-drop-64-bit-only-wr-rd_reg64.patch
	patches.suse/crypto-caam-share-definition-for-max_sdlen.patch
	patches.suse/crypto-caam-make-caam_ptr_sz-dynamic.patch
	patches.suse/crypto-caam-move-cpu_to_caam_dma-selection-to-runtime.patch
	patches.suse/crypto-caam-drop-explicit-usage-of-struct-jr_outentry.patch
	patches.suse/crypto-caam-don-t-hardcode-inpentry-size.patch
	patches.suse/crypto-caam-select-dma-address-size-at-runtime.patch
	patches.suse/crypto-caam-always-select-job-ring-via-rsr-on-i-mx8mq.patch
	patches.suse/crypto-caam-add-clock-entry-for-i-mx8mq.patch
	patches.suse/crypto-sha256-Add-missing-MODULE_LICENSE-to-lib-cryp.patch
	patches.suse/crypto-hisilicon-select-crypto_lib_des-while-compiling-sec-driver.patch
	patches.suse/crypto-mediatek-fix-uninitialized-value-of-gctx-text.patch
	patches.suse/crypto-arm-Rename-functions-to-avoid-conflict-with-c.patch
	patches.suse/crypto-arm64-Rename-functions-to-avoid-conflict-with.patch
	patches.suse/crypto-s390-Rename-functions-to-avoid-conflict-with-.patch
	patches.suse/crypto-x86-Rename-functions-to-avoid-conflict-with-c.patch
	patches.suse/crypto-ccree-Rename-arrays-to-avoid-conflict-with-cr.patch
	patches.suse/crypto-chelsio-Rename-arrays-to-avoid-conflict-with-.patch
	patches.suse/crypto-n2-Rename-arrays-to-avoid-conflict-with-crypt.patch
	patches.suse/crypto-sha256-Merge-crypto-sha256.h-into-crypto-sha..patch
	patches.suse/crypto-sha256-Remove-sha256-224_init-code-duplicatio.patch
	patches.suse/crypto-skcipher-Unmap-pages-after-an-external-error.patch
	patches.suse/crypto-caam-make-sure-clocks-are-enabled-first.patch
	patches.suse/crypto-caam-use-devres-to-unmap-jr-s-registers.patch
	patches.suse/crypto-caam-check-irq_of_parse_and_map-for-errors.patch
	patches.suse/crypto-caam-dispose-of-irq-mapping-only-after-irq-is-freed.patch
	patches.suse/crypto-cavium-zip-Add-missing-single_release.patch
	patches.suse/crypto-x86-aes-ni-use-AES-library-instead-of-single-.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/crypto-caam-cast-to-long-first-before-pointer-conversion.patch
	patches.suse/r8169-improve-rtl_rx.patch
	patches.suse/net-usb-Merge-cpu_to_le32s-memcpy-to-put_unaligned_l.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/qlge-Move-drivers-net-ethernet-qlogic-qlge-to-driver.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/can-flexcan-implement-can-Runtime-PM.patch
	patches.suse/dt-bindings-can-flexcan-add-PE-clock-source-property.patch
	patches.suse/can-flexcan-add-support-for-PE-clock-source-select.patch
	patches.suse/dt-bindings-can-flexcan-add-can-wakeup-property.patch
	patches.suse/can-flexcan-add-support-for-DT-property-wakeup-sourc.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/r8169-fix-a-typo-in-a-comment.patch
	patches.suse/qlge-Fix-build-error-without-CONFIG_ETHERNET.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/r8169-improve-rtl_set_rx_mode.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/r8169-align-setting-PME-with-vendor-driver.patch
	patches.suse/r8169-set-GSO-size-and-segment-limits.patch
	patches.suse/r8169-implement-callback-ndo_features_check.patch
	patches.suse/r8169-remove-r8169_csum_workaround.patch
	patches.suse/r8169-enable-HW-csum-and-TSO.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/NFC-nxp-nci-Add-NXP1001-to-the-ACPI-ID-table.patch
	patches.suse/NFC-nxp-nci-Get-rid-of-platform-data.patch
	patches.suse/NFC-nxp-nci-Convert-to-use-GPIO-descriptor.patch
	patches.suse/NFC-nxp-nci-Add-GPIO-ACPI-mapping-table.patch
	patches.suse/r8169-make-use-of-xmit_more.patch
	patches.suse/net-dsa-mv88e6xxx-avoid-some-redundant-vtu-load-purg.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/mac80211_hwsim-Fix-a-typo-in-the-name-of-function-ma.patch
	patches.suse/mac80211-pass-the-vif-to-cancel_remain_on_channel.patch
	patches.suse/iwlwifi-dvm-no-need-to-check-return-value-of-debugfs.patch
	patches.suse/iwlwifi-mvm-remove-unused-.remove_sta_debugfs-callba.patch
	patches.suse/mac80211-remove-unused-and-unneeded-remove_sta_debug.patch
	patches.suse/lib80211-use-crypto-API-ccm-aes-transform-for-CCMP-p.patch
	patches.suse/mac80211-add-tx-dequeue-function-for-process-context.patch
	patches.suse/mac80211_hwsim-Extended-Key-ID-API-update.patch
	patches.suse/mac80211-Simplify-Extended-Key-ID-API.patch
	patches.suse/mac80211-AMPDU-handling-for-rekeys-with-Extended-Key.patch
	patches.suse/cfg80211-no-need-to-check-return-value-of-debugfs_cr.patch
	patches.suse/cfg80211-clean-up-cfg80211_inform_single_bss_frame_d.patch
	patches.suse/cfg80211-don-t-parse-MBSSID-if-transmitting-BSS-isn-.patch
	patches.suse/cfg80211-give-all-multi-BSSID-BSS-entries-the-same-t.patch
	patches.suse/mac80211-add-support-for-parsing-ADDBA_EXT-IEs.patch
	patches.suse/mac80211-add-xmit-rate-to-struct-ieee80211_tx_status.patch
	patches.suse/mac80211-propagate-struct-ieee80211_tx_status-into-i.patch
	patches.suse/mac80211-add-struct-ieee80211_tx_status-support-to-i.patch
	patches.suse/mac80211-HE-add-Spatial-Reuse-element-parsing-suppor.patch
	patches.suse/mac80211-add-IEEE80211_KEY_FLAG_GENERATE_MMIE-to-iee.patch
	patches.suse/mac80211-implement-HE-support-for-mesh.patch
	patches.suse/nl80211-Include-wiphy-address-setup-in-NEW_WIPHY.patch
	patches.suse/cfg80211-refactor-cfg80211_bss_update.patch
	patches.suse/cfg80211-fix-duplicated-scan-entries-after-channel-s.patch
	patches.suse/cfg80211-fix-dfs-channels-remain-DFS_AVAILABLE-after.patch
	patches.suse/mac80211-fix-ieee80211_he_oper_size-comment.patch
	patches.suse/mac80211-propagate-HE-operation-info-into-bss_conf.patch
	patches.suse/mac80211-add-support-for-the-ADDBA-extension-element.patch
	patches.suse/mac80211-add-missing-null-return-check-from-call-to-.patch
	patches.suse/mac80211_hwsim-fill-boottime_ns-in-netlink-RX-path.patch
	patches.suse/cfg80211-use-parallel_ops-for-genl.patch
	patches.suse/mac80211-reject-zero-MAC-address-in-add-station.patch
	patches.suse/cfg80211-add-support-for-parsing-OBBS_PD-attributes.patch
	patches.suse/nl80211-add-strict-start-type.patch
	patches.suse/mac80211-allow-setting-spatial-reuse-parameters-from.patch
	patches.suse/mac80211-HE-STA-disassoc-due-to-QOS-NULL-not-sent.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/net-dsa-mv88e6xxx-lock-mutex-in-vlan_prepare.patch
	patches.suse/net-dsa-mv88e6xxx-explicit-entry-passed-to-vtu_getne.patch
	patches.suse/net-dsa-mv88e6xxx-call-vtu_getnext-directly-in-db-lo.patch
	patches.suse/net-dsa-mv88e6xxx-call-vtu_getnext-directly-in-vlan_.patch
	patches.suse/net-dsa-mv88e6xxx-call-vtu_getnext-directly-in-vlan_-b1ac6fb4.patch
	patches.suse/net-phy-Add-mdio-aspeed.patch
	patches.suse/net-dsa-mv88e6xxx-add-support-for-MV88E6220.patch
	patches.suse/net-dsa-mv88e6xxx-introduce-invalid_port_mask-in-mv8.patch
	patches.suse/net-dsa-mv88e6xxx-setup-message-port-is-not-supporte.patch
	patches.suse/net-dsa-mv88e6xxx-order-ptp-structs-numerically-asce.patch
	patches.suse/net-dsa-mv88e6xxx-add-PTP-support-for-MV88E6250-fami.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/cnic-Explicitly-initialize-all-reference-counts-to-0.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/net-mdio-octeon-Fix-Kconfig-warnings-and-build-error.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/r8169-remove-access-to-legacy-register-MultiIntr.patch
	patches.suse/r8169-add-helper-r8168_mac_ocp_modify.patch
	patches.suse/r8169-sync-PCIe-PHY-init-with-vendor-driver-8.047.01.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/netfilter-nf_tables_offload-support-indr-block-call.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/r8169-allocate-rx-buffers-using-alloc_pages_node.patch
	patches.suse/devlink-remove-pointless-data_len-arg-from-region-sn.patch
	patches.suse/r8169-fix-performance-issue-on-RTL8168evl.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/dpaa2-no-need-to-check-return-value-of-debugfs_creat.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-phy-simplify-genphy_config_advert-by-using-the-l.patch
	patches.suse/net-phy-prepare-phylib-to-deal-with-PHY-s-extending-.patch
	patches.suse/net-phy-add-phy_modify_paged_changed.patch
	patches.suse/net-phy-realtek-add-support-for-the-2.5Gbps-PHY-in-R.patch
	patches.suse/r8169-inline-rtl8169_free_rx_databuff.patch
	patches.suse/net-dsa-mv88e6xxx-fix-SMI-bit-checking.patch
	patches.suse/0003-caif-no-need-to-check-return-value-of-debugfs_create.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-document-flags.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-add-test-for-bpf_tcp_gen_syncookie.patch
	patches.suse/selftests-bpf-fix-clearing-buffered-output-between-t.patch
	patches.suse/tools-bpftool-add-support-for-reporting-the-effectiv.patch
	patches.suse/bpf-always-allocate-at-least-16-bytes-for-setsockopt.patch
	patches.suse/selftests-bpf-extend-sockopt_sk-selftest-with-TCP_CO.patch
	patches.suse/selftests-bpf-add-loop-test-4.patch
	patches.suse/selftests-bpf-add-loop-test-5.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/samples-bpf-xdp_fwd-explain-bpf_fib_lookup-return-co.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/net-phy-add-__set_linkmode_max_speed.patch
	patches.suse/net-phy-add-phy_speed_down_core-and-phy_resolve_min_.patch
	patches.suse/net-phy-let-phy_speed_down-up-support-speeds-1Gbps.patch
	patches.suse/r8152-separate-the-rx-buffer-size.patch
	patches.suse/r8152-replace-array-with-linking-list-for-rx-informa.patch
	patches.suse/r8152-use-alloc_pages-for-rx-buffer.patch
	patches.suse/netfilter-synproxy-rename-mss-synproxy_options-field.patch
	patches.suse/netfilter-conntrack-use-shared-sysctl-constants.patch
	patches.suse/0001-ipvs-Improve-robustness-to-the-ipvs-sysctl.patch
	patches.suse/netfilter-remove-unnecessary-spaces.patch
	patches.suse/netfilter-nft_bitwise-add-offload-support.patch
	patches.suse/netfilter-nf_tables-store-data-in-offload-context-re.patch
	patches.suse/netfilter-inline-four-headers-files-into-another-one.patch
	patches.suse/netfilter-add-missing-includes-to-a-number-of-header.patch
	patches.suse/netfilter-add-missing-IS_ENABLED-CONFIG_BRIDGE_NETFI.patch
	patches.suse/netfilter-add-missing-IS_ENABLED-CONFIG_NF_TABLES-ch.patch
	patches.suse/netfilter-add-missing-IS_ENABLED-CONFIG_NF_CONNTRACK.patch
	patches.suse/netfilter-add-missing-IS_ENABLED-CONFIG_NETFILTER-ch.patch
	patches.suse/netfilter-nf_tables-add-missing-prototypes.patch
	patches.suse/netfilter-nf_nat_proto-make-tables-static.patch
	patches.suse/netfilter-connlabels-prefer-static-lock-initialiser.patch
	patches.suse/r8169-fix-sporadic-transmit-timeout-issue.patch
	patches.suse/net-phy-realtek-add-NBase-T-PHY-auto-detection.patch
	patches.suse/netfilter-nft_bitwise-Adjust-parentheses-to-fix-memc.patch
	patches.suse/net-mvpp2-Replace-tasklet-with-softirq-hrtimer.patch
	patches.suse/net-phy-read-MII_CTRL1000-in-genphy_read_status-only.patch
	patches.suse/net-phy-swphy-emulate-register-MII_ESTATUS.patch
	patches.suse/net-phy-realtek-add-support-for-EEE-registers-on-int.patch
	patches.suse/r8169-use-the-generic-EEE-management-functions.patch
	patches.suse/r8169-sync-EEE-handling-for-RTL8168h-with-vendor-dri.patch
	patches.suse/page_pool-remove-unnecessary-variable-init.patch
	patches.suse/selftests-netdevsim-add-devlink-params-tests.patch
	patches.suse/netdevsim-implement-support-for-devlink-region-and-s.patch
	patches.suse/selftests-netdevsim-add-devlink-regions-tests.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-phy-adin-add-support-for-Analog-Devices-PHYs.patch
	patches.suse/net-phy-adin-hook-genphy_-suspend-resume-into-the-dr.patch
	patches.suse/net-phy-adin-add-support-for-interrupts.patch
	patches.suse/net-phy-adin-add-write-read-_mmd-hooks.patch
	patches.suse/net-phy-adin-configure-RGMII-RMII-MII-modes-on-confi.patch
	patches.suse/net-phy-adin-make-RGMII-internal-delays-configurable.patch
	patches.suse/net-phy-adin-make-RMII-fifo-depth-configurable.patch
	patches.suse/net-phy-adin-add-support-MDI-MDIX-Auto-MDI-selection.patch
	patches.suse/net-phy-adin-add-EEE-translation-layer-from-Clause-4.patch
	patches.suse/net-phy-adin-implement-PHY-subsystem-software-reset.patch
	patches.suse/net-phy-adin-implement-downshift-configuration-via-p.patch
	patches.suse/net-phy-adin-add-ethtool-get_stats-support.patch
	patches.suse/net-phy-remove-calls-to-genphy_config_init.patch
	patches.suse/net-dsa-remove-calls-to-genphy_config_init.patch
	patches.suse/net-phy-remove-genphy_config_init.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/selftests-forwarding-devlink_lib-Allow-tests-to-defi.patch
	patches.suse/selftests-forwarding-devlink_lib-Add-devlink-trap-he.patch
	patches.suse/selftests-devlink_trap-Add-test-cases-for-devlink-tr.patch
	patches.suse/Documentation-Add-a-section-for-devlink-trap-testing.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/net-phy-add-EEE-related-constants.patch
	patches.suse/net-phy-realtek-support-NBase-T-MMD-EEE-registers-on.patch
	patches.suse/sctp-check-asoc-peer.asconf_capable-before-processin.patch
	patches.suse/rsi-return-explicit-error-values.patch
	patches.suse/rt2x00usb-remove-unnecessary-rx-flag-checks.patch
	patches.suse/rt2x00-no-need-to-check-return-value-of-debugfs_crea.patch
	patches.suse/rtl8xxxu-Fix-wifi-low-signal-strength-issue-of-RTL87.patch
	patches.suse/libertas-remove-redundant-assignment-to-variable-ret.patch
	patches.suse/wl3501_cs-remove-redundant-variable-rc.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/brcmfmac-add-160MHz-in-chandef_to_chanspec.patch
	patches.suse/brcmfmac-enable-DFS_OFFLOAD-extended-feature-if-supp.patch
	patches.suse/brcmfmac-allow-160MHz-in-custom-regulatory-rules.patch
	patches.suse/Revert-brcmfmac-fix-NULL-pointer-derefence-during-US.patch
	patches.suse/brcmfmac-change-the-order-of-things-in-brcmf_detach.patch
	patches.suse/brcmfmac-avoid-firmware-command-in-brcmf_netdev_open.patch
	patches.suse/brcmfmac-clear-events-in-brcmf_fweh_detach-will-alwa.patch
	patches.suse/brcmfmac-avoid-firmware-commands-when-bus-is-down.patch
	patches.suse/brcmfmac-simply-remove-flowring-if-bus-is-down.patch
	patches.suse/brcmfmac-remove-unnecessary-strlcpy-upon-obtaining-v.patch
	patches.suse/mt7601u-use-params-ssn-value-directly.patch
	patches.suse/rtlwifi-btcoex-fix-issue-possible-condition-with-no-.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/brcmfmac-don-t-net_ratelimit-CONSOLE-messages-on-fir.patch
	patches.suse/rtlwifi-remove-assignment-to-itself.patch
	patches.suse/mwifiex-use-eth_broadcast_addr-to-assign-broadcast-a.patch
	patches.suse/rtw88-use-txpwr_lmt_cfg_pair-struct-not-arrays.patch
	patches.suse/mwifiex-make-error-values-consistent-in-mwifiex_upda.patch
	patches.suse/rsi-fix-for-sdio-interface-setup-in-9116.patch
	patches.suse/iwlegacy-Use-dev_get_drvdata-where-possible.patch
	patches.suse/mwifiex-pcie-Use-dev_get_drvdata.patch
	patches.suse/qtnfmac_pcie-Use-dev_get_drvdata.patch
	patches.suse/rtlwifi-rtl_pci-Use-dev_get_drvdata.patch
	patches.suse/rtlwifi-remove-unneeded-function-_rtl_dump_channel_m.patch
	patches.suse/brcmfmac-remove-set-but-not-used-variable-dtim_perio.patch
	patches.suse/mt7601u-null-check-the-allocation.patch
	patches.suse/libertas-Fix-a-double-free-in-if_spi_c2h_data.patch
	patches.suse/rsi-fix-for-sdio-reset-card-issue.patch
	patches.suse/ipw2x00-remove-redundant-assignment-to-err.patch
	patches.suse/brcmsmac-remove-three-set-but-not-used-variables.patch
	patches.suse/rtw88-pci-remove-set-but-not-used-variable-ip_sel.patch
	patches.suse/rt2800usb-Add-new-rt2800usb-device-PLANEX-GW-USMicro.patch
	patches.suse/rtlwifi-rtl8188ee-Remove-unused-GET_XXX-and-SET_XXX-.patch
	patches.suse/rtlwifi-rtl88188ee-Replace-local-bit-manipulation-ma.patch
	patches.suse/rtlwifi-rtl8188ee-Convert-macros-that-set-descriptor.patch
	patches.suse/rtlwifi-rtl8188ee-Convert-inline-routines-to-little-.patch
	patches.suse/rtlwifi-rtl8188ee-Remove-local-configuration-variabl.patch
	patches.suse/rtw88-allow-c2h-operation-in-irq-context.patch
	patches.suse/rtw88-enclose-c2h-cmd-handle-with-mutex.patch
	patches.suse/rtw88-add-BT-co-existence-support.patch
	patches.suse/rtlwifi-rtl8192ce-Remove-unused-GET_XXX-and-SET_XXX.patch
	patches.suse/rtlwifi-rtl8192ce-Replace-local-bit-manipulation-mac.patch
	patches.suse/rtlwifi-rtl8192ce-Convert-macros-that-set-descriptor.patch
	patches.suse/rtlwifi-rtl8192ce-Convert-inline-routines-to-little-.patch
	patches.suse/Revert-mwifiex-fix-system-hang-problem-after-resume.patch
	patches.suse/b43legacy-Remove-pointless-cond_resched-wrapper.patch
	patches.suse/r8152-divide-the-tx-and-rx-bottom-functions.patch
	patches.suse/net-dsa-use-a-single-switch-statement-for-port-setup.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-fix-TX-legacy-rate-reporting-when-tx_status.patch
	patches.suse/mac80211-fix-bad-guard-when-reporting-legacy-rates.patch
	patches.suse/mac80211-80Mhz-was-not-reported-properly-when-using-.patch
	patches.suse/mac80211-add-missing-length-field-increment-when-gen.patch
	patches.suse/nl80211-add-6GHz-band-definition-to-enum-nl80211_ban.patch
	patches.suse/cfg80211-add-6GHz-UNII-band-definitions.patch
	patches.suse/cfg80211-util-add-6GHz-channel-to-freq-conversion-an.patch
	patches.suse/cfg80211-extend-ieee80211_operating_class_to_band-fo.patch
	patches.suse/cfg80211-add-6GHz-in-code-handling-array-with-NUM_NL.patch
	patches.suse/cfg80211-use-same-IR-permissive-rules-for-6GHz-band.patch
	patches.suse/cfg80211-ibss-use-11a-mandatory-rates-for-6GHz-band-.patch
	patches.suse/cfg80211-apply-same-mandatory-rate-flags-for-5GHz-an.patch
	patches.suse/cfg80211-Support-assoc-at-timer-in-sta-info.patch
	patches.suse/mac80211-add-assoc-at-support.patch
	patches.suse/mac80211-fix-possible-NULL-pointerderef-in-obss-pd-c.patch
	patches.suse/nl80211-Add-support-for-EDMG-channels.patch
	patches.suse/mac80211-minstrel_ht-fix-per-group-max-throughput-ra.patch
	patches.suse/mac80211-minstrel_ht-reduce-unnecessary-rate-probing.patch
	patches.suse/mac80211-minstrel_ht-fix-default-max-throughput-rate.patch
	patches.suse/mac80211-minstrel_ht-improve-rate-probing-for-device.patch
	patches.suse/cirrus-cs89x0-use-devm_platform_ioremap_resource-to-.patch
	patches.suse/net-fec-use-devm_platform_ioremap_resource-to-simplify-code.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/net-fec-add-c45-mdio-read-write-support.patch
	patches.suse/ethernet-Delete-unnecessary-checks-before-the-macro-.patch
	patches.suse/r8152-saving-the-settings-of-EEE.patch
	patches.suse/r8152-add-a-helper-function-about-setting-EEE.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-phy-sfp-Add-labels-to-hwmon-sensors.patch
	patches.suse/cirrus-cs89x0-remove-set-but-not-used-variable-lp.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/r8169-improve-DMA-handling-in-rtl_rx.patch
	patches.suse/nfp-add-AMDA0058-boards-to-firmware-list.patch
	patches.suse/net-stmmac-add-EHL-SGMII-1Gbps-PCI-info-and-PCI-ID.patch
	patches.suse/net-stmmac-add-TGL-SGMII-1Gbps-PCI-info-and-PCI-ID.patch
	patches.suse/net-stmmac-add-EHL-RGMII-1Gbps-PCI-info-and-PCI-ID.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/net-phy-force-phy-suspend-when-calling-phy_stop.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/dpaa2-eth-Remove-support-for-changing-link-settings.patch
	patches.suse/dpaa2-eth-Use-stored-link-settings.patch
	patches.suse/dpaa2-eth-Add-pause-frame-support.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-change-interrupt-mask-type-to-u32.patch
	patches.suse/r8169-restrict-rtl_is_8168evl_up-to-RTL8168-chip-ver.patch
	patches.suse/r8169-factor-out-reading-MAC-address-from-registers.patch
	patches.suse/r8169-move-disabling-interrupt-coalescing-to-RTL8169.patch
	patches.suse/r8169-read-common-register-for-PCI-commit.patch
	patches.suse/r8169-don-t-use-bit-LastFrag-in-tx-descriptor-after-.patch
	patches.suse/r8169-add-support-for-RTL8125.patch
	patches.suse/r8169-add-RTL8125-PHY-initialization.patch
	patches.suse/r8169-add-support-for-EEE-on-RTL8125.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/r8169-don-t-set-bit-RxVlan-on-RTL8125.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/net-dsa-Fix-off-by-one-number-of-calls-to-devlink_po.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/dpaa2-eth-Minor-refactoring-in-ethtool-stats.patch
	patches.suse/dpaa2-eth-Add-new-DPNI-statistics-counters.patch
	patches.suse/dpaa2-eth-Poll-Tx-pending-frames-counter-on-if-down.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/Convert-usage-of-IN_MULTICAST-to-ipv4_is_multicast.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/gianfar-remove-forward-declarations.patch
	patches.suse/gianfar-make-five-functions-static.patch
	patches.suse/gianfar-cleanup-gianfar.h.patch
	patches.suse/gianfar-use-DT-more-consistently-when-selecting-PHY-.patch
	patches.suse/include-mdio-Add-driver-data-helpers.patch
	patches.suse/net-phy-gmii2rgmii-Dont-use-priv-field-in-phy-device.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-openvswitch-Set-OvS-recirc_id-from-tc-chain-inde.patch
	patches.suse/net_sched-act_police-add-2-new-attributes-to-support.patch
	patches.suse/net-phy-Do-not-check-Link-status-when-loopback-is-en.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/tools-bpftool-add-net-attach-command-to-attach-XDP-o.patch
	patches.suse/tools-bpftool-add-net-detach-command-to-detach-XDP-o.patch
	patches.suse/tools-bpftool-add-bash-completion-for-net-attach-det.patch
	patches.suse/tools-bpftool-add-documentation-for-net-attach-detac.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/selftests-bpf-add-sockopt-clone-inheritance-test.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-include-guard-to-tnum.h.patch
	patches.suse/test_bpf-Fix-a-new-clang-warning-about-xor-ing-two-n.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/tools-bpftool-implement-bpftool-btf-show-list.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/samples-bpf-syscall_nrs-use-mmap2-if-defined.patch
	patches.suse/btf-do-not-use-CONFIG_OUTPUT_FORMAT.patch
	patches.suse/bpf-clarify-description-for-CONFIG_BPF_EVENTS.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/tools-bpftool-show-frozen-status-for-maps.patch
	patches.suse/tools-bpftool-add-bpftool-map-freeze-subcommand.patch
	patches.suse/bpf-introduce-verifier-internal-test-flag.patch
	patches.suse/tools-bpf-sync-bpf.h.patch
	patches.suse/selftests-bpf-verifier-precise-tests.patch
	patches.suse/selftests-bpf-add-precision-tracking-test.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/selftests-bpf-remove-wrong-nhoff-in-flow-dissector-t.patch
	patches.suse/bpf-s390-add-JIT-support-for-multi-function-programs.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/selftests-bpf-Fix-a-typo-in-test_offload.py.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/bpf-s390-add-JIT-support-for-bpf-line-info.patch
	patches.suse/arm64-bpf-optimize-modulo-operation.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/selftests-bpf-precision-tracking-tests.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-fix-non-kerneldoc-comment-in-usb.c.patch
	patches.suse/rtlwifi-rtl8192cu-Fix-value-set-in-descriptor.patch
	patches.suse/rtlwifi-remove-unused-variables-RTL8712_SDIO_EFUSE_T.patch
	patches.suse/rtlwifi-rtl_pci-Fix-memory-leak-when-hardware-init-f.patch
	patches.suse/rtlwifi-rtl8192ee-Remove-unused-GET_XXX-and-SET_XXX.patch
	patches.suse/rtlwifi-rtl8192ee-Replace-local-bit-manipulation-mac.patch
	patches.suse/rtlwifi-rtl8192ee-Convert-macros-that-set-descriptor.patch
	patches.suse/rtlwifi-rtl8192ee-Convert-inline-routines-to-little-.patch
	patches.suse/rtlwifi-rtl8192ee-Remove-some-variable-initializatio.patch
	patches.suse/rtlwifi-rtl8192cu-Remove-unused-GET_XXX-and-SET_XXX.patch
	patches.suse/rtlwifi-rtl8192cu-Replace-local-bit-manipulation-mac.patch
	patches.suse/rtlwifi-rtl8192cu-Convert-macros-that-set-descriptor.patch
	patches.suse/rtlwifi-rtl8192cu-Convert-inline-routines-to-little-.patch
	patches.suse/rtlwifi-rtl8821ae-Fix-incorrect-returned-values.patch
	patches.suse/rtlwifi-rtl8188ee-Fix-incorrect-returned-values.patch
	patches.suse/rtlwifi-rtl8192ce-Fix-incorrect-returned-values.patch
	patches.suse/rtw88-Fix-an-error-message.patch
	patches.suse/rtw88-drop-unused-rtw_coex_coex_dm_reset.patch
	patches.suse/rtw88-remove-redundant-assignment-to-pointer-debugfs.patch
	patches.suse/rtw88-pci-Move-a-mass-of-jobs-in-hw-IRQ-to-soft-IRQ.patch
	patches.suse/rtw88-pci-enable-MSI-interrupt.patch
	patches.suse/brcm80211-Avoid-possible-null-pointer-dereferences-i.patch
	patches.suse/brcmfmac-remove-redundant-assignment-to-pointer-hash.patch
	patches.suse/zd1211rw-remove-false-assertion-from-zd_mac_clear.patch
	patches.suse/airo-fix-memory-leaks.patch
	patches.suse/ipw2x00-fix-spelling-mistake-initializationg-initial.patch
	patches.suse/rt2x00-do-not-set-IEEE80211_TX_STAT_AMPDU_NO_BACK-on.patch
	patches.suse/brcmfmac-replace-strncpy-by-strscpy.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/zd1211rw-zd_usb-Use-struct_size-helper.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-introduce-mt7615_regd_notifier.patch
	patches.suse/mt76-mt7615-add-hw-dfs-pattern-detector-support.patch
	patches.suse/mt76-mt7615-do-not-perform-txcalibration-before-cac-.patch
	patches.suse/mt76-mt7615-add-csa-support.patch
	patches.suse/mt76-mt7615-add-radar-pattern-test-knob-to-debugfs.patch
	patches.suse/mt76-mt7615-clean-up-FWDL-TXQ-during-after-firmware-.patch
	patches.suse/mt76-mt7615-fall-back-to-sw-encryption-for-unsupport.patch
	patches.suse/mt76-mt7615-always-release-sem-in-mt7615_load_patch.patch
	patches.suse/mt76-mt7615-introduce-mt7615_mcu_send_ram_firmware-r.patch
	patches.suse/mt76-mt7603-enable-hardware-rate-up-down-selection.patch
	patches.suse/mt76-mt7615-move-mt7615_mcu_set_rates-to-mac.c.patch
	patches.suse/mt76-mt7615-reset-rate-index-counters-on-rate-table-.patch
	patches.suse/mt76-mt7615-sync-with-mt7603-rate-control-changes.patch
	patches.suse/mt76-mt76u-fix-typo-in-mt76u_fill_rx_sg.patch
	patches.suse/mt76-mt7615-fix-using-VHT-STBC-rates.patch
	patches.suse/mt76-mt7615-fix-PS-buffering-of-action-frames.patch
	patches.suse/mt76-mt7615-fix-invalid-fallback-rates.patch
	patches.suse/mt76-mt7603-fix-invalid-fallback-rates.patch
	patches.suse/mt76-usb-fix-endian-in-mt76u_copy.patch
	patches.suse/mt76-usb-remove-unneeded-put-get-_unaligned.patch
	patches.suse/mt76-mt76x02-use-params-ssn-value-directly.patch
	patches.suse/mt76-mt7603-use-params-ssn-value-directly.patch
	patches.suse/mt76-mt7615-use-params-ssn-value-directly.patch
	patches.suse/mt76-mt76x0u-add-support-to-TP-Link-T2UHP.patch
	patches.suse/mt76-mt7615-add-missing-register-initialization.patch
	patches.suse/mt76-mt7615-move-mt7615_mac_get_key_info-in-mac.c.patch
	patches.suse/mt76-mt7615-add-mt7615_mac_wtbl_addr-routine.patch
	patches.suse/mt76-mt7615-introduce-mt7615_mac_wtbl_set_key-routin.patch
	patches.suse/mt76-mt7615-remove-wtbl_sec_key-definition.patch
	patches.suse/mt76-mt7615-add-set_key_cmd-and-mt76_wcid-to-mt7615_.patch
	patches.suse/mt76-introduce-mt76_mmio_read_copy-routine.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-mt7615-add-4-WMM-sets-support.patch
	patches.suse/mt76-mt7615-update-cw_min-max-related-settings.patch
	patches.suse/mt76-Add-paragraphs-to-describe-the-config-symbols-f.patch
	patches.suse/mt76-mt7603-fix-some-checkpatch-warnings.patch
	patches.suse/mt76-mt7615-fix-some-checkpatch-warnings.patch
	patches.suse/mt76-mt76x02-fix-some-checkpatch-warnings.patch
	patches.suse/mt76-switch-to-SPDX-tag-instead-of-verbose-boilerpla.patch
	patches.suse/mt76-mt7615-rework-locking-scheme-for-mt7615_set_cha.patch
	patches.suse/mt76-mt7615-add-Smart-Carrier-Sense-support.patch
	patches.suse/mt76-mt76x02-introduce-mt76x02_pre_tbtt_enable-and-m.patch
	patches.suse/mt76-mt76x02-do-not-copy-beacon-skb-in-mt76x02_mac_s.patch
	patches.suse/mt76-mt76x02u-enable-multi-vif-support.patch
	patches.suse/mt76-mt76x02u-enable-survey-support.patch
	patches.suse/mt76-mt7603-move-survey_time-in-mt76_dev.patch
	patches.suse/mt76-mt7615-enable-survey-support.patch
	patches.suse/mt76-move-mt76_tx_tasklet-in-mt76-module.patch
	patches.suse/mt76-mt7603-remove-unnecessary-mcu-queue-initializat.patch
	patches.suse/mt76-mt7615-add-BIP_CMAC_128-cipher-support.patch
	patches.suse/mt76-fix-some-checkpatch-warnings.patch
	patches.suse/mt76-add-default-implementation-for-mt76_sw_scan-mt7.patch
	patches.suse/mt76-mt7615-apply-calibration-free-data-from-OTP.patch
	patches.suse/mt76-dma-reset-q-rx_head-on-rx-reset.patch
	patches.suse/mt76-stop-rx-aggregation-on-station-removal.patch
	patches.suse/mt76-do-not-send-BAR-frame-on-tx-aggregation-flush-s.patch
	patches.suse/mt76-remove-offchannel-check-in-tx-scheduling.patch
	patches.suse/mt76-make-mt76_rx_convert-static.patch
	patches.suse/mt76-mt76x0-remove-redundant-chandef-copy.patch
	patches.suse/mt76-mt76x0-remove-unneeded-return-value-on-set-chan.patch
	patches.suse/mt76-mt7603-use-devm_platform_ioremap_resource-to-si.patch
	patches.suse/mt76-mt7615-introduce-mt7615_txwi_to_txp-utility-rou.patch
	patches.suse/mt76-mt7615-add-support-to-read-temperature-from-mcu.patch
	patches.suse/brcmfmac-add-stub-version-of-brcmf_debugfs_get_devdi.patch
	patches.suse/brcmfmac-add-reset-debugfs-entry-for-testing-reset.patch
	patches.suse/hostap-remove-set-but-not-used-variable-copied-in-pr.patch
	patches.suse/rtw88-fix-seq_file-memory-leak.patch
	patches.suse/rtlwifi-Fix-file-release-memory-leak.patch
	patches.suse/hostap-use-ph-to-print-small-buffer.patch
	patches.suse/brcmfmac-use-ph-to-print-small-buffer.patch
	patches.suse/zd1211rw-use-ph-to-print-small-buffer.patch
	patches.suse/iwlwifi-bump-FW-API-to-49-for-22000-series.patch
	patches.suse/iwlwifi-Send-DQA-enable-command-only-if-TVL-is-on.patch
	patches.suse/iwlwifi-mvm-remove-redundant-condition-in-iwl_mvm_se.patch
	patches.suse/iwlwifi-mvm-Block-26-tone-RU-OFDMA-transmissions.patch
	patches.suse/iwlwifi-mvm-remove-unnecessary-forward-declarations.patch
	patches.suse/iwlwifi-dbg-move-monitor-recording-functionality-fro.patch
	patches.suse/iwlwifi-dbg-move-debug-recording-stop-from-trans-to-.patch
	patches.suse/iwlwifi-dbg-support-debug-recording-suspend-resume-c.patch
	patches.suse/iwlwifi-add-ldbg-config-cmd-debug-print.patch
	patches.suse/iwlwifi-mvm-fix-scan-config-command-size.patch
	patches.suse/iwlwifi-mvm-add-the-skb-length-to-a-print.patch
	patches.suse/iwlwifi-mvm-start-to-remove-the-code-for-d0i3.patch
	patches.suse/iwlwifi-remove-all-the-d0i3-references.patch
	patches.suse/iwlwifi-mvm-remove-the-tx-defer-for-d0i3.patch
	patches.suse/iwlwifi-mvm-remove-the-d0i3-entry-exit-flow.patch
	patches.suse/iwlwifi-mvm-iwl_mvm_wowlan_config_key_params-is-for-.patch
	patches.suse/iwlwifi-mvm-remove-d0i3_ap_sta_id.patch
	patches.suse/iwlwifi-mvm-remove-iwl_mvm_update_d0i3_power_mode.patch
	patches.suse/iwlwifi-mvm-remove-last-leftovers-of-d0i3.patch
	patches.suse/iwlwifi-remove-CMD_HIGH_PRIO.patch
	patches.suse/iwlwifi-trans-remove-suspending-flag.patch
	patches.suse/iwlwifi-remove-the-code-under-IWLWIFI_PCIE_RTPM.patch
	patches.suse/iwlwifi-LTR-updates.patch
	patches.suse/iwlwifi-scan-add-support-for-new-scan-request-comman.patch
	patches.suse/iwlwifi-mvm-name-magic-numbers-with-enum.patch
	patches.suse/iwlwifi-mvm-use-FW-thermal-monitoring-regardless-of-.patch
	patches.suse/iwlwifi-Set-w-pointer-upon-resume-according-to-SN.patch
	patches.suse/iwlwifi-remove-runtime_pm_mode.patch
	patches.suse/iwlwifi-remove-the-opmode-s-d0i3-handlers.patch
	patches.suse/iwlwifi-pcie-remove-the-refs-unrefs-from-the-transpo.patch
	patches.suse/iwlwifi-pcie-remove-some-more-d0i3-code-from-the-tra.patch
	patches.suse/iwlwifi-remove-the-d0i3-related-module-parameters.patch
	patches.suse/iwlwifi-remove-pm_runtime-completely.patch
	patches.suse/iwlwifi-scan-don-t-pass-large-argument-by-value.patch
	patches.suse/iwlwifi-dbg_ini-align-dbg-tlv-functions-names-to-a-s.patch
	patches.suse/iwlwifi-remove-unused-regdb_ptrs-allocation.patch
	patches.suse/iwlwifi-dbg-add-debug-periphery-registers-to-9000-de.patch
	patches.suse/iwlwifi-dbg_ini-maintain-buffer-allocations-from-tra.patch
	patches.suse/iwlwifi-dbg_ini-use-linked-list-to-store-debug-TLVs.patch
	patches.suse/iwlwifi-dbg_ini-remove-periphery-phy-and-aux-regions.patch
	patches.suse/iwlwifi-stop-passing-bogus-gfp-flags-arguments-to-dm.patch
	patches.suse/iwlwifi-mvm-simplify-the-channel-switch-flow-for-new.patch
	patches.suse/iwlwifi-mvm-remove-check-for-lq_sta-in-__iwl_mvm_rs_.patch
	patches.suse/iwlwifi-support-per-platform-antenna-gain.patch
	patches.suse/iwlwifi-api-fix-FTM-struct-documentation.patch
	patches.suse/iwlwifi-bump-FW-API-to-50-for-22000-series.patch
	patches.suse/iwlwifi-remove-duplicate-FW-string-definitions.patch
	patches.suse/iwlwifi-dbg_ini-use-function-to-check-if-ini-dbg-mod.patch
	patches.suse/iwlwifi-dbg_ini-verify-debug-TLVs-at-allocation-phas.patch
	patches.suse/iwlwifi-dbg_ini-remove-debug-flow-TLV.patch
	patches.suse/iwlwifi-dbg-align-wrt-log-prints-to-the-same-format.patch
	patches.suse/iwlwifi-remove-unnecessary-IWL_DEVICE_AX200_COMMON-d.patch
	patches.suse/iwlwifi-allocate-bigger-nvm-data-in-case-of-UHB.patch
	patches.suse/iwlwifi-mvm-look-for-the-first-supported-channel-whe.patch
	patches.suse/iwlwifi-dbg_ini-separate-cfg-and-dump-flows-to-diffe.patch
	patches.suse/iwlwifi-dbg_ini-use-linked-list-for-dump-TLVs-during.patch
	patches.suse/iwlwifi-dbg_ini-move-tx-fifo-data-into-fw-runtime.patch
	patches.suse/iwlwifi-dbg_ini-make-a-single-ops-struct-for-paging-.patch
	patches.suse/iwlwifi-dbg_ini-use-regions-ops-array-instead-of-swi.patch
	patches.suse/iwlwifi-separate-elements-from-cfg-that-are-needed-b.patch
	patches.suse/iwlwifi-pcie-use-the-cfg-we-passed-to-iwl_trans_pcie.patch
	patches.suse/iwlwifi-pcie-move-some-cfg-mangling-from-trans_pcie_.patch
	patches.suse/iwlwifi-pcie-set-iwl_trans-cfg-later-in-the-probe-fu.patch
	patches.suse/iwlwifi-pass-the-iwl_config_trans_params-when-needed.patch
	patches.suse/iwlwifi-add-a-pointer-to-the-trans_cfg-directly-in-t.patch
	patches.suse/iwlwifi-pass-the-iwl_trans-instead-of-cfg-to-some-fu.patch
	patches.suse/iwlwifi-always-access-the-trans-configuration-via-tr.patch
	patches.suse/iwlwifi-fix-warning-iwl-trans.h-is-included-more-tha.patch
	patches.suse/iwlwifi-add-support-for-suspend-resume-flow-for-new-.patch
	patches.suse/iwlwifi-add-sta_id-to-WOWLAN_CONFIG_CMD.patch
	patches.suse/iwlwifi-mvm-drop-BA-sessions-on-too-many-old-SN-fram.patch
	patches.suse/iwlwifi-mvm-handle-BAR_FRAME_RELEASE-0xc2-notificati.patch
	patches.suse/iwlwifi-mvm-add-support-for-single-antenna-diversity.patch
	patches.suse/iwlwifi-mvm-don-t-log-un-decrypted-frames.patch
	patches.suse/iwlwifi-add-iwl_tlv_array_len.patch
	patches.suse/iwlwifi-dbg_ini-remove-apply-point-switch-to-time-po.patch
	patches.suse/iwlwifi-fw-api-add-DRAM-buffer-allocation-command.patch
	patches.suse/iwlwifi-dbg_ini-fix-dump-structs-doc.patch
	patches.suse/iwlwifi-dbg_ini-remove-periodic-trigger.patch
	patches.suse/iwlwifi-dbg-remove-iwl_fw_cancel_dumps-function.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-nf_tables-Introduce-new-64-bit-helper-regi.patch
	patches.suse/netfilter-nft_meta-support-for-time-matching.patch
	patches.suse/netfilter-nfnetlink_log-add-support-for-VLAN-informa.patch
	patches.suse/netfilter-nft_dynset-support-for-element-deletion.patch
	patches.suse/netfilter-not-mark-a-spinlock-as-__read_mostly.patch
	patches.suse/netfilter-nf_tables-Introduce-stateful-object-update.patch
	patches.suse/netfilter-nft_quota-add-quota-object-update-support.patch
	patches.suse/netfilter-nf_tables-fix-possible-null-pointer-derefe.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-Add-support-for-utilizing-Fast-Advertising.patch
	patches.suse/Bluetooth-hci_qca-Remove-redundant-initializations-t.patch
	patches.suse/Bluetooth-hci_bcm-Fix-Wunused-const-variable-warning.patch
	patches.suse/Bluetooth-btusb-Fix-suspend-issue-for-Realtek-device.patch
	patches.suse/Bluetooth-6lowpan-Make-variable-header_ops-constant.patch
	patches.suse/Bluetooth-hci_qca-Make-structure-qca_proto-constant.patch
	patches.suse/Bluetooth-hci_qca-Set-HCI_QUIRK_SIMULTANEOUS_DISCOVE.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-hci_qca-wait-for-Pre-shutdown-complete-eve.patch
	patches.suse/Bluetooth-btrtl-Set-HCI_QUIRK_SIMULTANEOUS_DISCOVERY.patch
	patches.suse/Bluetooth-btrtl-Add-firmware-version-print.patch
	patches.suse/Bluetooth-btrtl-Remove-redundant-prefix-from-calls-t.patch
	patches.suse/Bluetooth-btrtl-Remove-trailing-newline-from-calls-t.patch
	patches.suse/Bluetooth-mgmt-Use-struct_size-helper.patch
	patches.suse/Bluetooth-btrtl-Fix-an-issue-that-failing-to-downloa.patch
	patches.suse/Bluetooth-btusb-Use-cmd_timeout-to-reset-Realtek-dev.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-minstrel_ht-fix-infinite-loop-because-suppo.patch
	patches.suse/nl80211-add-NL80211_CMD_UPDATE_FT_IES-to-supported-c.patch
	patches.suse/cfg80211-add-local-BSS-receive-time-to-survey-inform.patch
	patches.suse/cfg80211-fix-boundary-value-in-ieee80211_frequency_t.patch
	patches.suse/mac80211-vht-add-support-VHT-EXT-NSS-BW-in-parsing-V.patch
	patches.suse/cfg80211-always-shut-down-on-HW-rfkill.patch
	patches.suse/mac80211-list-features-in-WEP-TKIP-disable-in-better.patch
	patches.suse/mac80211-remove-unnecessary-key-condition.patch
	patches.suse/mac80211-clear-crypto-tx-tailroom-counter-upon-keys-.patch
	patches.suse/mac80211-don-t-check-if-key-is-NULL-in-ieee80211_key.patch
	patches.suse/mac80211-IBSS-send-deauth-when-expiring-inactive-STA.patch
	patches.suse/cfg80211-Do-not-compare-with-boolean-in-nl80211_comm.patch
	patches.suse/mac80211-allow-drivers-to-set-max-MTU.patch
	patches.suse/nl80211-Fix-possible-Spectre-v1-for-CQM-RSSI-thresho.patch
	patches.suse/mac80211_hwsim-Register-support-for-HE-meshpoint.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/net-stmmac-implement-support-for-passive-mode-conver.patch
	patches.suse/net-phy-dp83867-Add-SGMII-mode-type-switching.patch
	patches.suse/net-stmmac-pci-Add-HAPS-support-using-GMAC5.patch
	patches.suse/nfp-read-chip-model-from-the-PluDevice-register.patch
	patches.suse/cxgb4-Fix-spelling-typos.patch
	patches.suse/netfilter-nf_tables-Fix-an-Oops-in-nf_tables_updobj-.patch
	patches.suse/0001-netfilter-nf_tables_offload-avoid-excessive-stack-us.patch
	patches.suse/netfilter-nf_tables_offload-move-indirect-flow_block.patch
	patches.suse/netfilter-nft_synproxy-add-synproxy-stateful-object-.patch
	patches.suse/netfilter-nft_-fwd-dup-_netdev-add-offload-support.patch
	patches.suse/netfilter-nf_tables_offload-add-__nft_offload_get_ch.patch
	patches.suse/netfilter-nf_tables_offload-refactor-the-nft_flow_of.patch
	patches.suse/netfilter-nf_tables_offload-refactor-the-nft_flow_of-e211aab7.patch
	patches.suse/netfilter-nf_tables_offload-remove-rules-when-the-de.patch
	patches.suse/netfilter-fix-include-guards.patch
	patches.suse/netfilter-fix-coding-style-errors.patch
	patches.suse/netfilter-ip_tables-remove-unused-function-declarati.patch
	patches.suse/netfilter-inline-xt_hashlimit-ebt_802_3-and-xt_physd.patch
	patches.suse/netfilter-update-include-directives.patch
	patches.suse/netfilter-remove-nf_conntrack_icmpv6.h-header.patch
	patches.suse/netfilter-move-inline-nf_ip6_ext_hdr-function-to-a-m.patch
	patches.suse/netfilter-synproxy-move-code-between-headers.patch
	patches.suse/netfilter-move-nf_bridge_frag_data-struct-definition.patch
	patches.suse/netfilter-conntrack-use-consistent-style-when-defini.patch
	patches.suse/netfilter-replace-defined-CONFIG.-defined-CONFIG.MOD.patch
	patches.suse/netfilter-conntrack-wrap-two-inline-functions-in-con.patch
	patches.suse/netfilter-br_netfilter-update-stub-br_nf_pre_routing.patch
	patches.suse/netfilter-conntrack-move-code-to-linux-nf_conntrack_.patch
	patches.suse/netfilter-conntrack-remove-CONFIG_NF_CONNTRACK-check.patch
	patches.suse/netfilter-remove-CONFIG_NETFILTER-checks-from-header.patch
	patches.suse/netfilter-conntrack-remove-CONFIG_NF_CONNTRACK-check-1f1475f3.patch
	patches.suse/netfilter-conntrack-remove-two-unused-functions-from.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/PTP-introduce-new-versions-of-IOCTLs.patch
	patches.suse/PTP-add-support-for-one-shot-output.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/brcmfmac-move-cfg80211_ops-pointer-to-another-struct.patch
	patches.suse/brcmfmac-split-brcmf_attach-and-brcmf_detach-functio.patch
	patches.suse/brcmfmac-don-t-realloc-wiphy-during-PCIe-reset.patch
	patches.suse/rtlwifi-rtl8821ae-make-array-static-const-and-remove.patch
	patches.suse/brcmsmac-Use-DIV_ROUND_CLOSEST-directly-to-make-it-r.patch
	patches.suse/libertas-use-mesh_wdev-ssid-instead-of-priv-mesh_ssi.patch
	patches.suse/rtlwifi-rtl8723ae-Remove-unused-GET_XXX-and-SET_XXX-.patch
	patches.suse/rtlwifi-rtl8723ae-Replace-local-bit-manipulation-mac.patch
	patches.suse/rtlwifi-rtl8723ae-Convert-macros-that-set-descriptor.patch
	patches.suse/rtlwifi-rtl8723ae-Convert-inline-routines-to-little-.patch
	patches.suse/rtlwifi-rtl8723be-Remove-unused-SET_XXX-and-GET_XXX-.patch
	patches.suse/rtlwifi-rtl8723be-Replace-local-bit-manipulation-mac.patch
	patches.suse/rtlwifi-rtl8723be-Convert-macros-that-set-descriptor.patch
	patches.suse/rtlwifi-rtl8723be-Convert-inline-routines-to-little-.patch
	patches.suse/rtlwifi-rtl8188ee-rtl8192ce-rtl8192de-rtl8723ae-rtl8.patch
	patches.suse/rtw88-8822c-update-PHY-parameter-to-v38.patch
	patches.suse/rtw88-8822c-update-pwr_seq-to-v13.patch
	patches.suse/rtw88-8822c-Enable-interrupt-migration.patch
	patches.suse/rtw88-8822c-add-FW-IQK-support.patch
	patches.suse/rtw88-8822c-add-SW-DPK-support.patch
	patches.suse/rtw88-move-IQK-DPK-into-phy_calibration.patch
	patches.suse/rtw88-add-dynamic-cck-pd-mechanism.patch
	patches.suse/rtw88-allows-to-receive-AMSDU-in-AMPDU.patch
	patches.suse/rtlwifi-rtl8192ce-replace-_rtl92c_evm_db_to_percenta.patch
	patches.suse/rtlwifi-rtl8192cu-replace-_rtl92c_evm_db_to_percenta.patch
	patches.suse/rtlwifi-rtl8192de-replace-_rtl92d_evm_db_to_percenta.patch
	patches.suse/rtw88-fix-wrong-rx-power-calculation.patch
	patches.suse/rtw88-report-RX-power-for-each-antenna.patch
	patches.suse/wil6210-fix-wil_cid_valid-with-negative-cid-values.patch
	patches.suse/wil6210-Add-EDMG-channel-support.patch
	patches.suse/wil6210-Delete-an-unnecessary-kfree-call-in-wil_tid_.patch
	patches.suse/carl9170-remove-set-but-not-used-variable-udev.patch
	patches.suse/ath9k-add-loader-for-AR92XX-and-older-pci-e.patch
	patches.suse/ath9k-dynack-fix-possible-deadlock-in-ath_dynack_nod.patch
	patches.suse/ath9k-dyanck-introduce-ath_dynack_set_timeout-routin.patch
	patches.suse/ath9k-dynack-properly-set-last-timeout-timestamp-in-.patch
	patches.suse/ath9k-dynack-set-max-timeout-according-to-channel-wi.patch
	patches.suse/ath9k-dynack-set-ackto-to-max-timeout-in-ath_dynack_.patch
	patches.suse/ath6kl-Fix-a-possible-null-pointer-dereference-in-at.patch
	patches.suse/wcn36xx-use-dynamic-allocation-for-large-variables.patch
	patches.suse/net-ath6kl-Fix-a-NULL-ptr-deref-bug.patch
	patches.suse/ath10k-add-mic-bytes-for-pmf-management-packet.patch
	patches.suse/ath10k-add-reorder-and-change-PN-check-logic-for-mac.patch
	patches.suse/ath9k-Remove-unneeded-variable-to-store-return-value.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-free-beacon-buf-later-in-vdev-teardown.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/wil6210-add-debugfs-to-show-PMC-ring-content.patch
	patches.suse/wil6210-fix-PTK-re-key-race.patch
	patches.suse/wil6210-make-sure-DR-bit-is-read-before-rest-of-the-.patch
	patches.suse/wil6210-verify-cid-value-is-valid.patch
	patches.suse/wil6210-properly-initialize-discovery_expired_work.patch
	patches.suse/wil6210-report-boottime_ns-in-scan-results.patch
	patches.suse/wil6210-use-writel_relaxed-in-wil_debugfs_iomem_x32_.patch
	patches.suse/wil6210-fix-RX-short-frame-check.patch
	patches.suse/wil6210-ignore-reset-errors-for-FW-during-probe.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/net-stmmac-socfpga-re-use-the-interface-parameter-fr.patch
	patches.suse/kbuild-replace-BASH-specific-2-with-shift-and.patch
	patches.suse/selftests-bpf-test_progs-add-test__join_cgroup-helpe.patch
	patches.suse/selftests-bpf-test_progs-convert-test_sockopt.patch
	patches.suse/selftests-bpf-test_progs-convert-test_sockopt_sk.patch
	patches.suse/selftests-bpf-test_progs-convert-test_sockopt_multi.patch
	patches.suse/selftests-bpf-test_progs-convert-test_sockopt_inheri.patch
	patches.suse/selftests-bpf-test_progs-convert-test_tcp_rtt.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/net-mdio-switch-to-using-gpiod_get_optional.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-phy-adin-implement-Energy-Detect-Powerdown-mode-.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/vfs-Convert-squashfs-to-use-the-new-mount-API.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/cifs-update-internal-module-version-number.patch
	patches.suse/configfs-fix-a-deadlock-in-configfs_symlink.patch
	patches.suse/dma-mapping-remove-arch_dma_mmap_pgprot
	patches.suse/dma-mapping-make-dma_atomic_pool_init-self-contained
	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-move-the-dma_get_sgtable-api-comments-from-arm-to-common-code
	patches.suse/dma-mapping-explicitly-wire-up-mmap-and-get_sgtable.patch
	patches.suse/dma-mapping-add-a-dma_can_mmap-helper
	patches.suse/ALSA-pcm-use-dma_can_mmap-to-check-if-a-device-suppo.patch
	patches.suse/dma-mapping-remove-config_arch_no_coherent_dma_mmap
	patches.suse/0021-dma-mapping-remove-dma_-alloc-free-mmap-_writecombin.patch
	patches.suse/dma-mapping-remove-dma_release_declared_memory
	patches.suse/dma-mapping-remove-the-dma_mmap_from_dev_coherent-export
	patches.suse/remoteproc-don-t-allow-modular-build
	patches.suse/dma-mapping-remove-the-dma_declare_coherent_memory-export
	patches.suse/dma-mapping-provide-a-better-default-get_required_mask
	patches.suse/vmalloc-lift-the-arm-flag-for-coherent-mappings-to-common-code.patch
	patches.suse/dma-mapping-always-use-vm_dma_coherent-for-generic-dma-remap
	patches.suse/dma-mapping-introduce-a-dma_common_find_pages-helper
	patches.suse/xen-arm-use-dma-noncoherent-h-calls-for-xen-swiotlb-cache-maintainance
	patches.suse/xen-arm-consolidate-page-coherent-h
	patches.suse/xen-arm-use-dev_is_dma_coherent
	patches.suse/xen-arm-simplify-dma_cache_maint
	patches.suse/xen-arm-remove-xen_dma_ops
	patches.suse/xen-remove-the-exports-for-xen_-create-destroy-contiguous_region
	patches.suse/swiotlb-xen-remove-xen_swiotlb_dma_mmap-and-xen_swiotlb_dma_get_sgtable
	patches.suse/swiotlb-xen-use-the-same-foreign-page-check-everywhere
	patches.suse/swiotlb-xen-simplify-cache-maintainance
	patches.suse/swiotlb-xen-merge-xen_unmap_single-into-xen_swiotlb_unmap_page
	patches.suse/arm64-use-asm-generic-dma-mapping-h
	patches.suse/mmc-queue-Fix-bigger-segments-usage.patch
	patches.suse/iommu-pass-cell_count-1-to-of_for_each_phandle-with-cells_name
	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-elan_i2c-switch-to-using-devm_device_add_group.patch
	patches.suse/Input-elan_i2c-switch-to-using-devm_add_action_or_re.patch
	patches.suse/Input-synaptics-fix-a-typo.patch
	patches.suse/input-remove-dev_err-usage-after-platform_get_irq.patch
	patches.suse/Input-cros_ec_keyb-add-back-missing-mask-for-event_t.patch
	patches.suse/Input-psmouse-drop-all-unneeded-functions-from-mouse.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-freescale-imx-add-of_node_put-before-return.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-gpio-Take-MUX-usage-into-account.patch
	patches.suse/pinctrl-bcm2835-Pass-irqchip-when-adding-gpiochip.patch
	patches.suse/pinctrl-baytrail-Use-devm_platform_ioremap_resource.patch
	patches.suse/pinctrl-cherryview-Use-devm_platform_ioremap_resourc.patch
	patches.suse/pinctrl-intel-Use-devm_platform_ioremap_resource.patch
	patches.suse/pinctrl-merrifield-Use-devm_platform_ioremap_resourc.patch
	patches.suse/pinctrl-intel-Drop-double-check-for-data-in-intel_pi.patch
	patches.suse/pinctrl-intel-Simplify-offset-validation-in-intel_ge.patch
	patches.suse/pinctrl-broxton-Provide-Interrupt-Status-register-of.patch
	patches.suse/pinctrl-cannonlake-Provide-Interrupt-Status-register.patch
	patches.suse/pinctrl-geminilake-Provide-Interrupt-Status-register.patch
	patches.suse/pinctrl-icelake-Provide-Interrupt-Status-register-of.patch
	patches.suse/pinctrl-sunrisepoint-Provide-Interrupt-Status-regist.patch
	patches.suse/pinctrl-denverton-Provide-Interrupt-Status-register-.patch
	patches.suse/pinctrl-lewisburg-Provide-Interrupt-Status-register-.patch
	patches.suse/pinctrl-intel-Remove-default-Interrupt-Status-offset.patch
	patches.suse/pinctrl-baytrail-Re-use-data-structures-from-pinctrl.patch
	patches.suse/pinctrl-intel-Use-NSEC_PER_USEC-for-debounce-calculu.patch
	patches.suse/pinctrl-intel-Remove-dev_err-usage-after-platform_ge.patch
	patches.suse/pinctrl-cherryview-Remove-dev_err-usage-after-platfo.patch
	patches.suse/pinctrl-denverton-Update-pin-names-according-to-v1.0.patch
	patches.suse/pinctrl-intel-Allow-to-request-locked-pads.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-intel-mark-intel_pin_to_gpio-__maybe_unused.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/0055-drm-i915-Move-intel_engines_resume-into-common-init.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/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-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/0375-drm-i915-Fix-GuC-documentation-links.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/0400-drm-sti-Remove-duplicated-include-from-sti_drv.c.patch
	patches.suse/0401-drm-prime-Shuffle-functions.patch
	patches.suse/0402-drm-prime-Update-docs.patch
	patches.suse/0403-drm-prime-Unconditionally-set-up-the-prime-file-priv.patch
	patches.suse/0404-drm-prime-Make-DRIVER_PRIME-a-no-op.patch
	patches.suse/0405-drm-prime-Actually-remove-DRIVER_PRIME-everywhere.patch
	patches.suse/0406-drm-arm-komeda-Remove-DRIVER_HAVE_IRQ.patch
	patches.suse/0407-drm-omapdrm-drop-fb_debug_enter-leave.patch
	patches.suse/0408-drm-prime-Align-gem_prime_export-with-obj_funcs.expo.patch
	patches.suse/0409-drm-ioctl-Ditch-DRM_UNLOCKED-except-for-the-legacy-v.patch
	patches.suse/0410-drm-arc-Drop-drm_gem_prime_export-import.patch
	patches.suse/0411-drm-arm-Drop-drm_gem_prime_export-import.patch
	patches.suse/0412-drm-atmel-Drop-drm_gem_prime_export-import.patch
	patches.suse/0413-drm-etnaviv-Drop-drm_gem_prime_export-import.patch
	patches.suse/0414-drm-exynos-Drop-drm_gem_prime_export.patch
	patches.suse/0415-drm-fsl-dcu-Drop-drm_gem_prime_export-import.patch
	patches.suse/0416-drm-hisilicon-Drop-drm_gem_prime_export-import.patch
	patches.suse/0417-drm-imx-Drop-drm_gem_prime_export-import.patch
	patches.suse/0418-drm-mcde-Drop-drm_gem_prime_export-import.patch
	patches.suse/0419-drm-mtk-Drop-drm_gem_prime_export-import.patch
	patches.suse/0420-drm-meson-Drop-drm_gem_prime_export-import.patch
	patches.suse/0421-drm-msm-Drop-drm_gem_prime_export-import.patch
	patches.suse/0422-drm-mxsfb-Drop-drm_gem_prime_export-import.patch
	patches.suse/0423-drm-nouveau-Drop-drm_gem_prime_export-import.patch
	patches.suse/0424-drm-pl111-Drop-drm_gem_prime_export-import.patch
	patches.suse/0425-drm-qxl-Drop-drm_gem_prime_export-import.patch
	patches.suse/0426-drm-rcar-du-Drop-drm_gem_prime_export-import.patch
	patches.suse/0427-drm-rockchip-Drop-drm_gem_prime_export-import.patch
	patches.suse/0428-drm-shmob-Drop-drm_gem_prime_export-import.patch
	patches.suse/0429-drm-sti-Drop-drm_gem_prime_export-import.patch
	patches.suse/0430-drm-stm-Drop-drm_gem_prime_export-import.patch
	patches.suse/0431-drm-tilcdc-Drop-drm_gem_prime_export-import.patch
	patches.suse/0432-drm-tve2000-Drop-drm_gem_prime_export-import.patch
	patches.suse/0433-drm-vboxvideo-Drop-drm_gem_prime_export-import.patch
	patches.suse/0434-drm-vc3-Drop-drm_gem_prime_import.patch
	patches.suse/0435-drm-radeon-Drop-drm_gem_prime_import.patch
	patches.suse/0436-drm-vgem-Drop-drm_gem_prime_export.patch
	patches.suse/0437-drm-virtio-Drop-drm_gem_prime_export-import.patch
	patches.suse/0438-drm-xen-Drop-drm_gem_prime_export-import.patch
	patches.suse/0439-drm-zte-Drop-drm_gem_prime_export-import.patch
	patches.suse/0440-drm-vram-helper-Drop-drm_gem_prime_export-import.patch
	patches.suse/0441-drm-prime-automatically-set-gem_obj-resv-on-import.patch
	patches.suse/0442-drm-vgem-Ditch-attach-trickery-in-the-fence-ioctl.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/0445-drm-lima-Reduce-number-of-PTR_ERR-calls.patch
	patches.suse/0446-drm-lima-Reduce-the-amount-of-logs-on-deferred-probe.patch
	patches.suse/0447-drm-bridge-synopsys-dsi-Allow-VPG-to-be-enabled-via-.patch
	patches.suse/0448-drm-connector-Fix-warning-in-debug-message.patch
	patches.suse/0449-drm-Do-not-use-bitwise-OR-to-set-picure_aspect_ratio.patch
	patches.suse/0450-drm-Do-not-accept-garbage-mode-aspect-ratio-flags.patch
	patches.suse/0451-drm-WARN-on-illegal-aspect-ratio-when-converting-a-m.patch
	patches.suse/0452-drm-sun4i-Eliminate-pointless-on-stack-copy-of-drm_d.patch
	patches.suse/drm-mcde-Fix-uninitialized-variable.patch
	patches.suse/0454-drm-lima-Drop-resv-argument-from-lima_bo_create_stru.patch
	patches.suse/0455-drm-mediatek-Use-drm_atomic_helper_wait_for_fences.patch
	patches.suse/0456-drm-panfrost-don-t-set-gem_obj-resv-for-prime-import.patch
	patches.suse/0457-drm-vc4-Don-set-gem_obj-resv-in-prime-import-anymore.patch
	patches.suse/0458-drm-todo-remove-gem_prime_import-export-todo.patch
	patches.suse/0459-drm-todo-Update-backlight-todo.patch
	patches.suse/0460-drm-todo-Update-mmap-todo.patch
	patches.suse/0461-drm-todo-Add-new-debugfs-todo.patch
	patches.suse/0462-drm-etnaviv-Drop-resv-argument-from-etnaviv_gem_new_.patch
	patches.suse/0463-drm-msm-Drop-robj-from-msm_gem_new_impl.patch
	patches.suse/0001-media-uapi-Add-MEDIA_BUS_FMT_RGB888_3X8-media-bus-fo.patch
	patches.suse/0464-drm-panel-simple-Add-GiantPlus-GPM940B0-panel-suppor.patch
	patches.suse/0465-drm-panel-simple-Add-Sharp-LQ070Y3DG3B-panel-support.patch
	patches.suse/0466-drm-panel-simple-Add-Ortustech-COM37H3M-panel-suppor.patch
	patches.suse/0467-drm-panel-Add-Novatek-NT39016-panel-support.patch
	patches.suse/0468-drm-Add-bus-flag-for-Sharp-specific-signals.patch
	patches.suse/0469-drm-panel-simple-Add-Sharp-LS020B1DD01D-panel-suppor.patch
	patches.suse/0470-drm-panel-Add-support-for-Raydium-RM67191-panel-driv.patch
	patches.suse/0471-drm-panel-jh057n00900-Don-t-use-magic-constant.patch
	patches.suse/0472-drm-panel-jh057n00900-Add-regulator-support.patch
	patches.suse/0473-drm-tegra-remove-irrelevant-DRM_UNLOCKED-flag.patch
	patches.suse/drm-i915-remove-irrelevant-DRM_UNLOCKED-flag.patch
	patches.suse/0475-drm-nouveau-remove-open-coded-drm_invalid_op.patch
	patches.suse/0476-vmwgfx-drop-empty-lastclose-stub.patch
	patches.suse/0477-drm-vmgfx-kill-off-unused-init_mutex.patch
	patches.suse/0478-drm-vmwgfx-use-core-drm-to-extend-check-vmw_execbuf_.patch
	patches.suse/0479-drm-etnaviv-drop-DRM_AUTH-usage-from-the-driver.patch
	patches.suse/0480-drm-exynos-drop-DRM_AUTH-from-DRM_RENDER_ALLOW-ioctl.patch
	patches.suse/0481-drm-lima-drop-DRM_AUTH-usage-from-the-driver.patch
	patches.suse/0482-drm-msm-drop-DRM_AUTH-usage-from-the-driver.patch
	patches.suse/0483-drm-nouveau-drop-DRM_AUTH-from-DRM_RENDER_ALLOW-ioct.patch
	patches.suse/0484-drm-omap-drop-DRM_AUTH-from-DRM_RENDER_ALLOW-ioctls.patch
	patches.suse/0485-drm-vgem-drop-DRM_AUTH-usage-from-the-driver.patch
	patches.suse/0486-drm-virtio-drop-DRM_AUTH-usage-from-the-driver.patch
	patches.suse/0487-drm-Allow-range-of-0-for-drm_mm_insert_node_in_range.patch
	patches.suse/drm-vkms-Fix-crc-worker-races.patch
	patches.suse/0489-drm-vkms-Use-spin_lock_irq-in-process-context.patch
	patches.suse/0490-drm-vkms-Rename-vkms_output.state_lock-to-crc_lock.patch
	patches.suse/0491-drm-vkms-Add-our-own-commit_tail.patch
	patches.suse/0492-drm-vkms-flush-crc-workers-earlier-in-commit-flow.patch
	patches.suse/0493-drm-vkms-Dont-flush-crc-worker-when-we-change-crc-st.patch
	patches.suse/0494-drm-vkms-No-_irqsave-within-spin_lock_irq-needed.patch
	patches.suse/0495-drm-vkms-totally-reworked-crc-data-tracking.patch
	patches.suse/0496-drm-vkms-No-need-for-pages_lock-in-crc-work-anymore.patch
	patches.suse/0001-drm-mgag200-add-in-missing-around-if-block.patch
	patches.suse/0498-drm-bridge-tc358767-Simplify-tc_poll_timeout.patch
	patches.suse/0499-drm-bridge-tc358767-Simplify-polling-in-tc_main_link.patch
	patches.suse/0500-drm-bridge-tc358767-Simplify-polling-in-tc_link_trai.patch
	patches.suse/0501-drm-bridge-tc358767-Simplify-tc_set_video_mode.patch
	patches.suse/0502-drm-bridge-tc358767-Drop-custom-tc_write-tc_read-acc.patch
	patches.suse/0503-drm-bridge-tc358767-Simplify-AUX-data-read.patch
	patches.suse/0504-drm-bridge-tc358767-Simplify-AUX-data-write.patch
	patches.suse/drm-bridge-tc358767-Increase-AUX-transfer-length-lim.patch
	patches.suse/0506-drm-bridge-tc358767-Use-reported-AUX-transfer-size.patch
	patches.suse/0507-drm-bridge-tc358767-Introduce-tc_set_syspllparam.patch
	patches.suse/0508-drm-bridge-tc358767-Introduce-tc_pllupdate.patch
	patches.suse/0509-drm-bridge-tc358767-Simplify-tc_aux_wait_busy.patch
	patches.suse/0510-drm-bridge-tc358767-Drop-unnecessary-8-byte-buffer.patch
	patches.suse/0511-drm-bridge-tc358767-Replace-magic-number-in-tc_main_.patch
	patches.suse/0512-drm-bridge-tc358767-Add-support-for-address-only-I2C.patch
	patches.suse/0513-drm-mgag200-Replace-struct-mga_framebuffer-with-GEM-.patch
	patches.suse/0514-drm-fb-helper-use-gem_bo.resv-not-dma_buf.resv-in-pr.patch
	patches.suse/0515-drm-msm-Use-drm_gem_fb_prepare_fb.patch
	patches.suse/0516-drm-vc4-Use-drm_gem_fb_prepare_fb.patch
	patches.suse/0517-drm-ast-Replace-struct-ast_framebuffer-with-GEM-fram.patch
	patches.suse/0001-dma-buf-cleanup-reservation_object_init-fini.patch
	patches.suse/0518-drm-vmwgfx-Don-t-look-at-state-allow_modeset.patch
	patches.suse/0519-drm-gem-Rename-drm_gem_dumb_map_offset-to-drm_gem_ma.patch
	patches.suse/0520-drm-panfrost-Use-drm_gem_map_offset.patch
	patches.suse/0521-drm-mga-drop-dependency-on-drm_os_linux.h.patch
	patches.suse/0522-drm-mga-make-header-file-self-contained.patch
	patches.suse/0523-drm-mga-drop-use-of-drmP.h.patch
	patches.suse/0524-drm-mgag200-drop-use-of-drmP.h.patch
	patches.suse/0525-drm-stm-drop-use-of-drmP.h.patch
	patches.suse/0526-drm-bridge-adv7511-Attach-to-DSI-host-at-probe-time.patch
	patches.suse/0527-drm-bridge-tc358767-do-a-software-reset-if-reset-pin.patch
	patches.suse/0528-drm-bridge-dw-hdmi-Use-automatic-CTS-generation-mode.patch
	patches.suse/0529-DRM-ingenic-Use-devm_platform_ioremap_resource.patch
	patches.suse/0530-DRM-ingenic-Add-support-for-Sharp-panels.patch
	patches.suse/0531-DRM-ingenic-Add-support-for-panels-with-8-bit-serial.patch
	patches.suse/0532-drm-vram-Set-GEM-object-functions-for-PRIME.patch
	patches.suse/0533-drm-bochs-Remove-PRIME-helpers-from-driver-structure.patch
	patches.suse/0534-drm-hibmc-Update-struct-drm_driver-for-GEM-object-fu.patch
	patches.suse/0535-drm-vbox-Remove-empty-PRIME-functions.patch
	patches.suse/0536-drm-vram-Don-t-export-driver-callback-functions-for-.patch
	patches.suse/0537-Revert-drm-panfrost-Use-drm_gem_map_offset.patch
	patches.suse/0538-Revert-drm-gem-Rename-drm_gem_dumb_map_offset-to-drm.patch
	patches.suse/0539-drm-bridge-sii902x-Make-sii902x_audio_digital_mute-s.patch
	patches.suse/0540-drm-bridge-ti-sn65dsi86-add-link-to-datasheet.patch
	patches.suse/0541-drm-bridge-ti-sn65dsi86-add-debugfs.patch
	patches.suse/0542-drm-bridge-ti-sn65dsi86-correct-dsi-mode_flags.patch
	patches.suse/0543-drm-sti-Remove-pointless-casts.patch
	patches.suse/0544-drm-sti-Try-to-fix-up-the-tvout-possible-clones.patch
	patches.suse/0548-drm-ast-Replace-struct-ast_fbdev-with-generic-frameb.patch
	patches.suse/0550-drm-mgag200-Replace-struct-mga_fbdev-with-generic-fr.patch
	patches.suse/0551-drm-client-remove-the-exporting-of-drm_client_close.patch
	patches.suse/0552-drm-kms-Catch-mode_object-lifetime-errors.patch
	patches.suse/drm-vkms-Avoid-assigning-0-for-possible_crtc.patch
	patches.suse/0554-drm-vkms-Rename-vkms_crc.c-into-vkms_composer.c.patch
	patches.suse/0555-drm-panel-simple-Add-ability-to-override-typical-tim.patch
	patches.suse/0556-drm-panel-simple-Use-display_timing-for-Innolux-n116.patch
	patches.suse/0557-drm-panel-simple-Use-display_timing-for-AUO-b101ean0.patch
	patches.suse/0558-drm-atmel-hlcdc-set-layer-REP-bit-to-enable-replicat.patch
	patches.suse/drm-panel-simple-fix-AUO-g185han01-horizontal-blanki.patch
	patches.suse/0560-drm-vgem-Reclassify-buffer-creation-debug-message.patch
	patches.suse/0002-dma-buf-Expand-reservation_list-to-fill-allocation.patch
	patches.suse/0561-drm-agp-Remove-unused-function-drm_agp_bind_pages.patch
	patches.suse/0562-drm-xen-drop-use-of-drmP.h.patch
	patches.suse/0563-drm-tve200-drop-use-of-drmP.h.patch
	patches.suse/0564-drm-mxsfb-drop-use-of-drmP.h.patch
	patches.suse/0565-drm-fsl-dcu-drop-use-of-drmP.h.patch
	patches.suse/0566-drm-qxl-drop-use-of-drmP.h.patch
	patches.suse/0567-drm-vkms-drop-use-of-drmP.h.patch
	patches.suse/0568-drm-scheduler-drop-use-of-drmP.h.patch
	patches.suse/0569-drm-virtgpu-drop-use-of-drmP.h.patch
	patches.suse/0570-drm-add-missing-include-to-drm_vram_mm_helper.h.patch
	patches.suse/0571-drm-bochs-drop-use-of-drmP.h.patch
	patches.suse/0572-drm-ast-drop-use-of-drmP.h.patch
	patches.suse/0573-drm-hisilicon-drop-use-of-drmP.h.patch
	patches.suse/0574-drm-shmobile-drop-use-of-drmP.h.patch
	patches.suse/0575-drm-atmel_hlcdc-drop-use-of-drmP.h.patch
	patches.suse/0576-drm-pl111-pl111_vexpress.c-Add-of_node_put-before-re.patch
	patches.suse/0577-drm-bridge-ti-sn65dsi86-use-dev-name-for-debugfs.patch
	patches.suse/0578-gpu-drm-fix-a-few-kernel-doc-mark-warnings.patch
	patches.suse/0003-dma-buf-Relax-the-write-seqlock-for-reallocating-the.patch
	patches.suse/0579-drm-meson-drop-use-of-drmP.h.patch
	patches.suse/0580-drm-v3d-drop-use-of-drmP.h.patch
	patches.suse/0581-drm-pl111-drop-use-of-drmP.h.patch
	patches.suse/0582-drm-zte-drop-use-of-drmP.h.patch
	patches.suse/0583-drm-sun4i-drop-use-of-drmP.h.patch
	patches.suse/0584-drm-vc4-drop-use-of-drmP.h.patch
	patches.suse/0001-drm-r128-drop-use-of-drmP.h.patch
	patches.suse/0586-drm-udl-drop-use-of-drmP.h.patch
	patches.suse/0587-drm-omapdrm-drop-use-of-drmP.h.patch
	patches.suse/0588-drm-selftests-drop-use-of-drmP.h.patch
	patches.suse/0589-drm-tdfx-drop-use-of-drmP.h.patch
	patches.suse/0590-drm-vgem-drop-use-of-drmP.h.patch
	patches.suse/0591-drm-i810-drop-use-of-drmP.h.patch
	patches.suse/0592-drm-tilcdc-drop-use-of-drmP.h.patch
	patches.suse/0593-drm-i2c-ch7006-drop-use-of-drmP.h.patch
	patches.suse/0594-drm-i2c-sil164-drop-use-of-drmP.h.patch
	patches.suse/0595-drm-imx-drop-use-of-drmP.h.patch
	patches.suse/0596-drm-rockchip-drop-use-of-drmP.h.patch
	patches.suse/0597-drm-mediatek-drop-use-of-drmP.h.patch
	patches.suse/0598-drm-Make-the-bw-link-rate-calculations-more-forgivin.patch
	patches.suse/0599-drm-panel-simple-document-panel_desc-rename-a-few-fu.patch
	patches.suse/0600-drm-doc-Document-kapi-doc-expectations.patch
	patches.suse/0004-drm-panel-make-drm_panel.h-self-contained.patch
	patches.suse/0602-drm-drop-uapi-dependency-from-drm_vblank.h.patch
	patches.suse/0603-drm-ati_pcigart-drop-dependency-on-drm_os_linux.h.patch
	patches.suse/0604-drm-direct-include-of-drm.h-in-drm_gem.c.patch
	patches.suse/0605-drm-direct-include-of-drm.h-in-drm_gem_shmem_helper..patch
	patches.suse/0606-drm-direct-include-of-drm.h-in-drm_prime.c.patch
	patches.suse/0607-drm-direct-include-of-drm.h-in-drm_syncobj.c.patch
	patches.suse/0608-drm-mediatek-direct-include-of-drm.h-in-mtk_drm_gem..patch
	patches.suse/0609-drm-sun4i-Introduce-color-encoding-and-range-propert.patch
	patches.suse/0610-drm-sun4i-sun8i_csc-Simplify-register-writes.patch
	patches.suse/0611-drm-sun4i-sun8i-csc-Add-support-for-color-encoding-a.patch
	patches.suse/0612-drm-fb-remove-unused-function-drm_gem_fbdev_fb_creat.patch
	patches.suse/0613-drm-Add-Grain-Media-GM12U320-driver-v2.patch
	patches.suse/0614-drm-bridge-Improve-the-help-text-for-DRM_ANALOGIX_AN.patch
	patches.suse/0616-drm-komeda-remove-set-but-not-used-variable-old.patch
	patches.suse/fbdev-Ditch-fb_edid_add_monspecs.patch
	patches.suse/0618-drm-Add-SPI-connector-type.patch
	patches.suse/0619-drm-tinydrm-Use-DRM_MODE_CONNECTOR_SPI.patch
	patches.suse/0620-drm-tinydrm-Use-spi_is_bpw_supported.patch
	patches.suse/0621-drm-tinydrm-Remove-spi-debug-buffer-dumping.patch
	patches.suse/0622-drm-tinydrm-Remove-tinydrm_spi_max_transfer_size.patch
	patches.suse/0623-drm-tinydrm-Clean-up-tinydrm_spi_transfer.patch
	patches.suse/0624-drm-tinydrm-Move-tinydrm_spi_transfer.patch
	patches.suse/0625-drm-tinydrm-Move-tinydrm_machine_little_endian.patch
	patches.suse/0626-drm-tinydrm-repaper-Don-t-use-tinydrm_display_pipe_i.patch
	patches.suse/0627-drm-tinydrm-mipi-dbi-Add-mipi_dbi_init_with_formats.patch
	patches.suse/0628-drm-tinydrm-Move-tinydrm_display_pipe_init-to-mipi-d.patch
	patches.suse/0629-fbmem-remove-redundant-assignment-to-err.patch
	patches.suse/0630-au1200fb-don-t-use-DMA_ATTR_NON_CONSISTENT.patch
	patches.suse/0631-video-fbdev-nvidia-Remove-extra-return.patch
	patches.suse/0632-video-fbdev-nvidia-Remove-dead-code.patch
	patches.suse/0633-video-fbdev-MMP-Remove-call-to-memset-after-dma_allo.patch
	patches.suse/0634-video-ssd1307fb-Use-screen_buffer-instead-of-screen_.patch
	patches.suse/0635-video-ssd1307fb-Remove-unneeded-semicolons.patch
	patches.suse/0001-video-ssd1307fb-Start-page-range-at-page_offset.patch
	patches.suse/0637-video-ssd1307fb-Handle-width-and-height-that-are-not.patch
	patches.suse/0638-video-ssd1307fb-Add-devicetree-configuration-of-disp.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/0642-drm-tinydrm-mipi-dbi-Move-cmdlock-mutex-init.patch
	patches.suse/0643-drm-tinydrm-Rename-variable-mipi-dbi.patch
	patches.suse/0644-drm-tinydrm-Rename-remaining-variable-mipi-dbidev.patch
	patches.suse/0645-drm-tinydrm-Split-struct-mipi_dbi-in-two.patch
	patches.suse/0646-drm-tinydrm-mipi-dbi-Remove-CMA-helper-dependency.patch
	patches.suse/drm-tinydrm-Kconfig-drivers-Select-BACKLIGHT_CLASS_D.patch
	patches.suse/0648-drm-tinydrm-mipi-dbi-Select-DRM_KMS_HELPER.patch
	patches.suse/0649-drm-tinydrm-Move-mipi-dbi.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/0652-drm-bridge-sii902x-make-audio-mclk-optional.patch
	patches.suse/0653-drm-bridge-sii902x-add-audio-graph-card-support.patch
	patches.suse/0654-drm-via-drop-use-of-DRM-READ-WRITE-macros.patch
	patches.suse/0655-drm-via-copy-DRM_WAIT_ON-as-VIA_WAIT_ON-and-use-it.patch
	patches.suse/0656-drm-via-make-via_drv.h-self-contained.patch
	patches.suse/0657-drm-via-drop-use-of-drmP.h.patch
	patches.suse/0658-drm-dp-Use-non-cyclic-idr.patch
	patches.suse/0659-drm-dp_mst-Enable-registration-of-AUX-devices-for-MS.patch
	patches.suse/0660-drm-nouveau-Use-connector-kdev-as-aux-device-parent.patch
	patches.suse/0661-drm-amd-display-Use-connector-kdev-as-aux-device-par.patch
	patches.suse/0662-drm-amd-display-Implement-MST-Aux-device-registratio.patch
	patches.suse/0663-drm-panfrost-Export-all-GPU-feature-registers.patch
	patches.suse/0664-drm-Switch-to-use-DEVFREQ_GOV_SIMPLE_ONDEMAND-consta.patch
	patches.suse/drm-panel-check-failure-cases-in-the-probe-func.patch
	patches.suse/0666-drm-panel-simple-Add-support-for-Sharp-LD-D5116Z01B-.patch
	patches.suse/video-of-display_timing-Add-of_node_put-in-of_get_di.patch
	patches.suse/0668-video-of-display_timing-Don-t-yell-if-no-timing-node.patch
	patches.suse/0669-drm-panel-lvds-Spout-an-error-if-of_get_display_timi.patch
	patches.suse/0670-video-amba-clcd-Spout-an-error-if-of_get_display_tim.patch
	patches.suse/0671-drm-panel-jh057n00900-Move-panel-DSI-init-to-enable.patch
	patches.suse/0672-drm-panel-jh057n00900-Move-mipi_dsi_dcs_set_display_.patch
	patches.suse/0673-drm-panel-jh057n00900-Print-error-code-on-all-DRM_DE.patch
	patches.suse/0674-drm-panel-jh057n00900-Use-drm_panel_-unprepare-disab.patch
	patches.suse/drm-rockchip-Check-for-fast-link-training-before-ena.patch
	patches.suse/0676-drm-rockchip-Use-the-helpers-for-PSR.patch
	patches.suse/0677-drm-rockchip-Use-vop_win-in-vop_win_disable-instead-.patch
	patches.suse/0678-drm-rockchip-Don-t-fully-disable-vop-on-self-refresh.patch
	patches.suse/0679-drm-rockchip-Use-drm_atomic_helper_commit_tail_rpm.patch
	patches.suse/0680-drm-mst-Fix-sphinx-warnings-in-drm_dp_msg_connector-.patch
	patches.suse/0681-drm-sti-Mark-expected-switch-fall-throughs.patch
	patches.suse/0001-drm-syncobj-fix-leaking-dma_fence-in-drm_syncobj_que.patch
	patches.suse/0683-drm-rockchip-Make-analogix_dp_atomic_check-static.patch
	patches.suse/0684-drm-radeon-Fill-out-gem_object-resv.patch
	patches.suse/0685-drm-nouveau-Fill-out-gem_object-resv.patch
	patches.suse/0686-drm-amdgpu-Fill-out-gem_object-resv.patch
	patches.suse/0687-drm-prime-Ditch-gem_prime_res_obj-hook.patch
	patches.suse/0688-drm-tinydrm-Kconfig-Remove-menuconfig-DRM_TINYDRM.patch
	patches.suse/0689-drm-tinydrm-Rename-folder-to-tiny.patch
	patches.suse/0690-drm-gm12u320-Move-driver-to-drm-tiny.patch
	patches.suse/0691-drm-Add-ddc-link-in-sysfs-created-by-drm_connector.patch
	patches.suse/0692-drm-Add-drm_connector_init-variant-with-ddc.patch
	patches.suse/0693-drm-sun4i-hdmi-Provide-ddc-symlink-in-sun4i-hdmi-con.patch
	patches.suse/0694-drm-imx-imx-ldb-Provide-ddc-symlink-in-connector-s-s.patch
	patches.suse/0695-drm-imx-imx-tve-Provide-ddc-symlink-in-connector-s-s.patch
	patches.suse/0696-drm-sti-Provide-ddc-symlink-in-hdmi-connector-sysfs-.patch
	patches.suse/0697-drm-mgag200-Provide-ddc-symlink-in-connector-sysfs-d.patch
	patches.suse/0698-drm-ast-Provide-ddc-symlink-in-connector-sysfs-direc.patch
	patches.suse/0699-drm-bridge-dumb-vga-dac-Provide-ddc-symlink-in-conne.patch
	patches.suse/0700-drm-bridge-dw-hdmi-Provide-ddc-symlink-in-connector-.patch
	patches.suse/0701-drm-bridge-ti-tfp410-Provide-ddc-symlink-in-connecto.patch
	patches.suse/0702-drm-amdgpu-Provide-ddc-symlink-in-connector-sysfs-di.patch
	patches.suse/0703-drm-radeon-Provide-ddc-symlink-in-connector-sysfs-di.patch
	patches.suse/0704-Revert-drm-radeon-Provide-ddc-symlink-in-connector-s.patch
	patches.suse/0705-drm-tilcdc-Remove-obsolete-crtc_mode_valid-hack.patch
	patches.suse/0002-drm-mali-dp-Mark-expected-switch-fall-through.patch
	patches.suse/0707-drm-drm_debugfs_crc.c-Document-that-.verify_crc_sour.patch
	patches.suse/0708-drm-komeda-Use-drm_display_mode-crtc_-prefixed-hardw.patch
	patches.suse/0709-drm-komeda-Enable-dual-link-support.patch
	patches.suse/0710-drm-pl111-Drop-special-pads-config-check.patch
	patches.suse/0711-drm-vblank-drop-use-of-DRM_WAIT_ON.patch
	patches.suse/0004-dma-buf-add-more-reservation-object-locking-wrappers.patch
	patches.suse/dma-buf-fix-stack-corruption-in-dma_fence_chain_rele.patch
	patches.suse/0713-drm-pl111-Fix-unused-variable-warning.patch
	patches.suse/0714-drm-bridge-megachips-Drop-GPIO-header.patch
	patches.suse/0715-drm-bridge-nxp-ptn3460-Drop-legacy-GPIO-headers.patch
	patches.suse/0716-drm-bridge-parade-Drop-legacy-GPIO-header.patch
	patches.suse/0717-backlight-drop-EARLY_EVENT_BLANK-support.patch
	patches.suse/0718-drm-ttm-add-gem-base-object.patch
	patches.suse/0719-drm-vram-use-embedded-gem-object.patch
	patches.suse/0720-drm-qxl-use-embedded-gem-object.patch
	patches.suse/0721-drm-radeon-use-embedded-gem-object.patch
	patches.suse/0722-drm-amdgpu-use-embedded-gem-object.patch
	patches.suse/0723-drm-nouveau-use-embedded-gem-object.patch
	patches.suse/0724-drm-ttm-use-gem-reservation-object.patch
	patches.suse/0725-drm-ttm-use-gem-vma_node.patch
	patches.suse/0726-drm-ttm-set-both-resv-and-base.resv-pointers.patch
	patches.suse/0727-drm-ttm-switch-ttm-core-from-bo-resv-to-bo-base.resv.patch
	patches.suse/0728-drm-radeon-switch-driver-from-bo-resv-to-bo-base.res.patch
	patches.suse/0729-drm-vmwgfx-switch-driver-from-bo-resv-to-bo-base.res.patch
	patches.suse/0730-drm-amdgpu-switch-driver-from-bo-resv-to-bo-base.res.patch
	patches.suse/0731-drm-nouveau-switch-driver-from-bo-resv-to-bo-base.re.patch
	patches.suse/0732-drm-qxl-switch-driver-from-bo-resv-to-bo-base.resv.patch
	patches.suse/0733-drm-virtio-switch-driver-from-bo-resv-to-bo-base.res.patch
	patches.suse/0734-drm-ttm-drop-ttm_buffer_object-resv.patch
	patches.suse/0735-drm-qxl-Use-dev_get_drvdata-where-possible.patch
	patches.suse/0736-drm-bochs-Use-dev_get_drvdata.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/0743-drm-crc-debugfs-Add-notes-about-CRC-commit-interacti.patch
	patches.suse/0006-dma-buf-fix-busy-wait-for-new-shared-fences.patch
	patches.suse/0007-dma-buf-fix-shared-fence-list-handling-in-reservatio.patch
	patches.suse/drm-i915-stop-using-seqcount-for-fence-pruning.patch
	patches.suse/0008-dma-buf-simplify-reservation_object_get_fences_rcu-a.patch
	patches.suse/0745-drm-sti-fix-opencoded-use-of-drm_panel_.patch
	patches.suse/0746-Revert-Revert-drm-gem-Rename-drm_gem_dumb_map_offset.patch
	patches.suse/0747-Revert-Revert-drm-panfrost-Use-drm_gem_map_offset.patch
	patches.suse/0748-Revert-drm-vgem-drop-DRM_AUTH-usage-from-the-driver.patch
	patches.suse/0749-Revert-drm-msm-drop-DRM_AUTH-usage-from-the-driver.patch
	patches.suse/0750-Revert-drm-nouveau-remove-open-coded-drm_invalid_op.patch
	patches.suse/0751-drm-nouveau-remove-open-coded-drm_invalid_op.patch
	patches.suse/0752-drm-msm-drop-DRM_AUTH-usage-from-the-driver.patch
	patches.suse/0753-drm-vgem-drop-DRM_AUTH-usage-from-the-driver.patch
	patches.suse/0754-Revert-drm-panfrost-Use-drm_gem_map_offset.patch
	patches.suse/0755-Revert-drm-gem-Rename-drm_gem_dumb_map_offset-to-drm.patch
	patches.suse/0003-drm-rockchip-fix-VOP_WIN_GET-macro.patch
	patches.suse/0757-drm-amdgpu-add-navi14-asic-type.patch
	patches.suse/0758-drm-amdgpu-add-gpu_info-firmware-for-navi14.patch
	patches.suse/0759-drm-amdgpu-set-asic-family-and-ip-blocks-for-navi14.patch
	patches.suse/0760-drm-amdgpu-add-navi14-ucode-loading-method.patch
	patches.suse/0761-drm-amdgpu-soc15-initialize-reg-base-for-navi14-v2.patch
	patches.suse/0762-drm-amdgpu-discovery-init-reg-base-offset-via-ip-dis.patch
	patches.suse/0763-drm-amdgpu-increase-max-instance-number-for-hw-ip.patch
	patches.suse/0764-drm-amdgpu-gmc10-add-navi14-support.patch
	patches.suse/0765-drm-amdgpu-sdma5-add-support-for-navi14-firmware.patch
	patches.suse/0766-drm-amdgpu-sdma5-add-placeholder-for-navi14-golden-s.patch
	patches.suse/0767-drm-amdgpu-sdma5-add-sdma5_0-golden-settings-for-nav.patch
	patches.suse/0768-drm-amdgpu-sdma5-update-sdma5-golden-settings-for-na.patch
	patches.suse/0769-drm-amdgpu-sdma5-set-clock-gating-for-navi14.patch
	patches.suse/0770-drm-amdgpu-gfx10-add-support-for-navi14-firmware.patch
	patches.suse/0771-drm-amdgpu-gfx10-add-placeholder-for-navi14-golden-s.patch
	patches.suse/0772-drm-amdgpu-gfx10-add-gfx-config-for-navi14.patch
	patches.suse/0773-drm-amdgpu-gfx10-add-clockgating-support-for-navi14.patch
	patches.suse/0774-drm-amdgpu-add-me-mec-configurations-for-navi14.patch
	patches.suse/0775-drm-amdgpu-set-rlc-funcs-for-navi14.patch
	patches.suse/0776-drm-amdgpu-gfx10-set-tcp-harvest-for-navi14.patch
	patches.suse/0777-drm-amdgpu-gfx-add-definition-of-mmCGTT_GS_NGG_CLK_C.patch
	patches.suse/0778-drm-amdgpu-gfx10-add-gfx-v10_1_1-golden-settings-for.patch
	patches.suse/0779-drm-amdgpu-gfx-update-gc_v10_1_1-golden-setting.patch
	patches.suse/0780-drm-amdgpu-gfx10-update-gfx-golden-settings-for-navi.patch
	patches.suse/0781-drm-amdgpu-gfx10-update-gfx-golden-settings-for-navi.patch
	patches.suse/0782-drm-amdgpu-gfx10-fix-programming-of-SC_HIZ_TILE_FIFO.patch
	patches.suse/0783-drm-amdgpu-soc15-add-support-for-navi14.patch
	patches.suse/0784-drm-amdgpu-add-ip-blocks-for-navi14.patch
	patches.suse/0785-drm-amdgpu-enable-virtual-display-for-navi14.patch
	patches.suse/0786-drm-amdgpu-psp-add-psp-support-for-navi14-v3.patch
	patches.suse/0787-drm-amdgpu-enable-psp-ip-block-for-navi14.patch
	patches.suse/0788-drm-amdgpu-psp-start-rlc-autoload-after-psp-received.patch
	patches.suse/0789-drm-amdgpu-smu11-add-support-for-navi14.patch
	patches.suse/0790-drm-amdgpu-enable-sw-smu-ip-for-navi14.patch
	patches.suse/0791-drm-amd-display-add-nv14-cases-to-amdgpu_dm.patch
	patches.suse/0792-drm-amd-display-add-NAVI14-in-resource-construct.patch
	patches.suse/0793-drm-amd-display-add-dm-block.patch
	patches.suse/0794-drm-amd-display-add-ASICREV-defines-v2.patch
	patches.suse/0795-drm-amdgpu-skip-to-load-ta-firmware-for-navi14.patch
	patches.suse/0796-drm-amd-display-skip-to-load-dmcu-firmware-for-navi1.patch
	patches.suse/0797-drm-amdgpu-Enable-VCN-on-navi14.patch
	patches.suse/0798-drm-amdgpu-declare-asd-firmware-for-navi14.patch
	patches.suse/0799-drm-amdgpu-mmhub2-set-clock-gating-for-navi14.patch
	patches.suse/0800-drm-amdgpu-athub2-set-clock-gating-for-navi14.patch
	patches.suse/0801-drm-amdgpu-enable-clock-gatings-for-navi14.patch
	patches.suse/0802-drm-amdgpu-enable-async-gfx-ring-for-navi14.patch
	patches.suse/0803-drm-amd-display-disable-display-writeback-for-navi14.patch
	patches.suse/0804-drm-amdgpu-nv-set-vcn-pg-flag-for-navi14.patch
	patches.suse/0805-drm-amd-powerplay-disable-gfxoff-for-navi14.patch
	patches.suse/0806-drm-amdgpu-vcn-enable-indirect-DPG-SRAM-mode-for-nav.patch
	patches.suse/0807-drm-amdgpu-enable-gfxoff-code-path-for-navi14.patch
	patches.suse/0808-drm-amdgpu-disable-concurrent-flushes-on-Navi14.patch
	patches.suse/0809-drm-amdgpu-consolidate-navi14-IP-init.patch
	patches.suse/0810-drm-amdgpu-add-mmhub-9.4.1-header-files-for-Acrturus.patch
	patches.suse/0811-drm-amdgpu-add-sdma-4.2.2-header-files-for-Arcturus.patch
	patches.suse/0812-drm-amdgpu-add-VCN2.5-headers.patch
	patches.suse/0813-drm-amdgpu-add-Arcturus-ip_offset-header-v3.patch
	patches.suse/0814-drm-amdgpu-add-Arcturus-asic-type.patch
	patches.suse/0815-drm-amdgpu-add-gmc-basic-support-for-Arcturus.patch
	patches.suse/0816-drm-amdgpu-rename-AMDGPU_GFXHUB-MMHUB-macro-with-hub.patch
	patches.suse/0817-drm-amdgpu-add-new-member-in-amdgpu_device-for-vmhub.patch
	patches.suse/0818-drm-amdgpu-add-one-more-mmhub-instance-for-Arcturus-.patch
	patches.suse/0819-drm-amdgpu-add-mmhub-v9.4.1-block-for-Arcturus-v2.patch
	patches.suse/0820-drm-amdgpu-use-new-mmhub-interfaces-for-Arcturus.patch
	patches.suse/0821-drm-amdgpu-add-SDMA-2-7-interrupt-client-id-for-Arct.patch
	patches.suse/0822-drm-amdgpu-add-SDMA-2-7-ip-block-type.patch
	patches.suse/0823-drm-amdgpu-increase-max-number-of-ip-base-instances-.patch
	patches.suse/0824-drm-amdgpu-dynamically-initialize-IP-offset-for-Arct.patch
	patches.suse/0825-drm-amdgpu-add-VMC1-interrupt-client-id-for-Arcturus.patch
	patches.suse/0826-drm-amdgpu-update-vmc-interrupt-routine-to-support-3.patch
	patches.suse/0827-drm-amdgpu-reorganize-sdma-v4-code-to-support-more-i.patch
	patches.suse/0828-drm-amdgpu-specify-sdma-instance-5-7-with-second-mmh.patch
	patches.suse/0829-drm-amdgpu-support-hdp-flush-for-more-sdma-instances.patch
	patches.suse/0830-drm-amdgpu-soc15-add-Arcturus-common-ip-blocks.patch
	patches.suse/0831-drm-amdgpu-add-to-set-Arcturus-ip-blocks.patch
	patches.suse/0832-drm-amdgpu-set-Arcturus-fw-load-type-as-direct.patch
	patches.suse/0833-drm-amdgpu-dce_virtual-add-Arcturus-virtual-display-.patch
	patches.suse/0834-drm-amdgpu-add-support-for-Arcturus-firmware.patch
	patches.suse/0835-drm-amdgpu-add-gfx-config-for-Arcturus.patch
	patches.suse/0836-drm-amdgpu-add-number-of-mec-for-Arcturus.patch
	patches.suse/0837-drm-amdgpu-add-to-set-rlc-funcs-for-Arcturus.patch
	patches.suse/0838-drm-amdgpu-skip-to-get-3D-engine-clockgating-state-f.patch
	patches.suse/0839-drm-amdgpu-skip-pasid-mapping-for-second-mmhub-on-Ar.patch
	patches.suse/0840-drm-amdgpu-add-Arcturus-gpu-info-firmware.patch
	patches.suse/0841-drm-amdgpu-optimize-gfx9-init_microcode-function.patch
	patches.suse/0842-drm-amdgpu-skip-load-cp-gfx-firmware-for-Arcturus.patch
	patches.suse/0843-drm-amdgpu-skip-all-gfx-ring-settings-for-Arcturus.patch
	patches.suse/0844-drm-amdgpu-support-sdma-2-7-doorbell-range-register-.patch
	patches.suse/0845-drm-amdgpu-correct-Arcturus-SDMA-address-space-base-.patch
	patches.suse/0846-drm-amdgpu-enable-8-SDMA-instances-for-Arcturus.patch
	patches.suse/0847-drm-amdgpu-add-Arcturus-chip_name-for-init-sdma-micr.patch
	patches.suse/0848-drm-amdgpu-correct-programming-of-ih_chicken-for-Arc.patch
	patches.suse/0849-drm-amdgpu-add-paging-queue-support-for-8-SDMA-insta.patch
	patches.suse/0850-drm-amdgpu-Initialize-asic-functions-for-Arcturus.patch
	patches.suse/0851-drm-amdkfd-Extend-PM4-packets-to-support-8-SDMA.patch
	patches.suse/0852-drm-amdkfd-Support-bigger-gds-size.patch
	patches.suse/0853-amd-amdkfd-Add-ASIC-ARCTURUS-to-kfd.patch
	patches.suse/0854-drm-amdkfd-Expose-function-mmhub_v9_4_setup_vm_pt_re.patch
	patches.suse/0855-drm-amdkfd-Support-two-MMHUBs-when-setting-up-page-t.patch
	patches.suse/0856-drm-amdkfd-Change-arcturus-sdma-engines-number.patch
	patches.suse/0857-drm-amdkfd-Fix-sdma_bitmap-overflow-issue.patch
	patches.suse/0858-drm-amdkfd-Implement-kfd2kgd_calls-for-Arcturus.patch
	patches.suse/0859-drm-amdgpu-Set-VM_L2_CNTL.PDE_FAULT_CLASSIFICATION-t.patch
	patches.suse/0860-drm-amdkfd-Support-MMHUB1-in-kfd-interrupt-path.patch
	patches.suse/0861-drm-amdgpu-Hack-xgmi-topology-info-when-there-is-no-.patch
	patches.suse/0862-drm-amdgpu-Enable-xgmi-support-for-Arcturus.patch
	patches.suse/0863-drm-amdgpu-Clear-build-undefined-warning.patch
	patches.suse/0864-drm-amdgpu-declare-sdma-firmware-binary-files-for-Ar.patch
	patches.suse/0865-drm-amdgpu-VCN2-put-IB-internal-registers-offset-to-.patch
	patches.suse/0866-drm-amdgpu-VCN2-expose-rings-functions.patch
	patches.suse/0867-drm-amdgpu-add-VCN2.5-basic-supports.patch
	patches.suse/0868-drm-amdgpu-add-VCN2.5-VCPU-start-and-stop.patch
	patches.suse/0869-drm-amdgpu-add-Arcturus-to-the-VCN-family.patch
	patches.suse/0870-drm-amdgpu-VCN2.5-set-decode-ring-functions.patch
	patches.suse/0871-drm-amdgpu-VCN2.5-set-encode-ring-functions.patch
	patches.suse/0872-drm-amdgpu-add-JPEG2.5-HW-start-and-stop.patch
	patches.suse/0873-drm-amdgpu-VCN2.5-set-JPEG-decode-ring-functions.patch
	patches.suse/0874-drm-amdgpu-enable-VCN2.5-on-Arcturus.patch
	patches.suse/0875-drm-amdgpu-add-vcn-doorbell-range-function-to-nbio7..patch
	patches.suse/0876-drm-amdgpu-enable-the-Doorbell-support-for-VCN2.5.patch
	patches.suse/0877-drm-amdgpu-powerplay-add-arcturus-ppt-functions.patch
	patches.suse/0878-drm-amdgpu-powerplay-add-smu11-driver-interface-for-.patch
	patches.suse/0879-drm-amd-powerplay-get-smc-firmware-and-pptable.patch
	patches.suse/0880-drm-amdgpu-skip-get-update-xgmi-topology-info-when-n.patch
	patches.suse/0881-drm-amdgpu-set-system-aperture-to-cover-whole-FB-reg.patch
	patches.suse/0882-drm-amdgpu-correct-ip-for-mmHDP_READ_CACHE_INVALIDAT.patch
	patches.suse/0883-drm-amdkfd-Set-number-of-xgmi-optimized-SDMA-engines.patch
	patches.suse/0884-drm-amdgpu-add-clientID-for-2nd-vcn-instance.patch
	patches.suse/0885-drm-amdgpu-add-ucodeID-for-2nd-vcn-instance.patch
	patches.suse/0886-drm-amdgpu-add-doorbell-assignment-for-2nd-vcn-insta.patch
	patches.suse/0887-drm-amdgpu-increase-AMDGPU_MAX_RINGS-to-add-2nd-vcn-.patch
	patches.suse/0888-drm-amdgpu-add-vcn-nbio-doorbell-range-setting-for-2.patch
	patches.suse/0889-drm-amdgpu-modify-amdgpu_vcn-to-support-multiple-ins.patch
	patches.suse/0890-drm-amdgpu-add-multiple-instances-support-for-Arctur.patch
	patches.suse/0891-drm-amdgpu-add-harvest-support-for-Arcturus.patch
	patches.suse/0892-drm-amdgpu-assign-fb_start-end-in-mmhub-v9.4-interfa.patch
	patches.suse/0893-drm-amdgpu-add-pci-DID-for-Arcturus-GL-XL.patch
	patches.suse/0894-drm-amdgpu-add-arct-sdma-golden-settings.patch
	patches.suse/0895-drm-amdgpu-add-arct-gc-golden-settings.patch
	patches.suse/0896-drm-amdgpu-init-arct-external-rev-id.patch
	patches.suse/0897-drm-amdgpu-keep-stolen-memory-for-arct.patch
	patches.suse/0898-drm-amdgpu-init-gds-config-for-arct.patch
	patches.suse/0899-drm-amdgpu-clean-up-nonexistent-firmware-declaration.patch
	patches.suse/0900-amd-powerplay-No-SW-XGMI-dpm-for-Arcturus-rev-2.patch
	patches.suse/0901-drm-amdkfd-Add-arcturus-CWSR-trap-handler.patch
	patches.suse/0902-drm-amdgpu-skip-gfx-9-common-golden-settings-for-arc.patch
	patches.suse/0903-drm-amdgpu-limit-sdma-instances-to-2-for-Arcturus-in.patch
	patches.suse/0904-drm-amdkfd-Add-device-id-for-real-asics.patch
	patches.suse/0905-drm-amdgpu-Add-more-detail-to-the-VM-fault-printing.patch
	patches.suse/0906-drm-amdkfd-Merge-gfx9-arcturus-trap-handlers-add-ACC.patch
	patches.suse/0907-drm-amdgpu-enable-all-8-sdma-instances-for-Arcturus-.patch
	patches.suse/0908-drm-amdkfd-Increase-vcrat-size-for-GPU.patch
	patches.suse/0909-drm-amdgpu-add-all-VCN-rings-into-schedule-request-q.patch
	patches.suse/0910-drm-amdgpu-drop-unused-function-definitions.patch
	patches.suse/0911-drm-amdgpu-flag-arcturus-as-experimental-for-now.patch
	patches.suse/0912-drm-amd-powerplay-correct-SW-SMU-valid-mapping-check.patch
	patches.suse/0913-drm-amd-powerplay-input-check-for-unsupported-messag.patch
	patches.suse/0914-drm-amdgpu-exposing-fica-registers-to-df-offsets.patch
	patches.suse/0925-drm-amd-display-Add-ability-to-set-preferred-link-tr.patch
	patches.suse/0926-drm-amd-display-3.2.36.patch
	patches.suse/0929-drm-amd-display-3.2.37.patch
	patches.suse/0930-drm-amd-display-move-bw-calc-code-into-helpers.patch
	patches.suse/0933-drm-amd-display-Add-aux-tracing-log-in-dce.patch
	patches.suse/0934-drm-amd-display-Update-drm_dsc-to-reflect-native-4.2.patch
	patches.suse/0935-drm-amd-display-early-return-when-pipe_cnt-is-0-in-b.patch
	patches.suse/0940-drm-amd-display-Split-out-common-HUBP-registers-and-.patch
	patches.suse/0941-drm-amd-display-3.2.38.patch
	patches.suse/0942-drm-amd-display-Incorrect-Read-Interval-Time-For-CR-.patch
	patches.suse/0945-drm-amd-display-Use-Pixel-clock-in-100Hz-units-for-H.patch
	patches.suse/0947-drm-amd-display-refactor-dump_clk_registers.patch
	patches.suse/0948-drm-amd-display-add-hdmi2.1-dsc-pps-packet-programmi.patch
	patches.suse/drm-amd-display-add-monitor-patch-to-add-T7-delay.patch
	patches.suse/0951-drm-amd-display-add-functionality-to-grab-DPRX-CRC-e.patch
	patches.suse/0952-drm-amd-display-add-functionality-to-get-pipe-CRC-so.patch
	patches.suse/0954-drm-amd-display-3.2.39.patch
	patches.suse/0955-drm-amd-display-Expose-enc2_set_dynamic_metadata.patch
	patches.suse/0957-drm-amd-display-Fix-some-HUBP-programming-issues.patch
	patches.suse/0959-drm-amd-display-Remove-dsc-disable_ich-flag-programm.patch
	patches.suse/drm-amd-display-Power-gate-all-DSCs-at-driver-init-t.patch
	patches.suse/0963-drm-amd-display-Do-not-fill-Null-packet-in-the-blank.patch
	patches.suse/0964-drm-amd-display-Remove-unnecessary-NULL-check-in-set.patch
	patches.suse/drm-amd-display-fix-not-calling-ppsmu-to-trigger-PME.patch
	patches.suse/0967-drm-amd-display-Remove-second-initialization-of-pp_s.patch
	patches.suse/0969-drm-amd-display-3.2.40.patch
	patches.suse/0971-drm-amd-display-Implement-generic-MUX-registers-v2.patch
	patches.suse/0972-drm-amd-display-Use-helper-for-determining-HDMI-sign.patch
	patches.suse/0973-drm-amd-display-Set-FEC_READY-always-before-link-tra.patch
	patches.suse/0975-drm-amd-display-Optimize-gamma-calculations.patch
	patches.suse/drm-amd-display-Clear-FEC_READY-shadow-register-if-D.patch
	patches.suse/0977-drm-amd-display-Add-debug-option-to-disable-timing-s.patch
	patches.suse/0978-drm-amd-display-Add-MPC-3DLUT-resource-management.patch
	patches.suse/0979-drm-amd-display-Add-CM_BYPASS-via-debug-option.patch
	patches.suse/0980-drm-amd-display-Add-DIG_CLOCK_PATTERN-register.patch
	patches.suse/0981-drm-amd-display-Cache-the-use_pitch_c-conditional.patch
	patches.suse/0982-drm-amd-display-Fixes-for-some-MPO-cases.patch
	patches.suse/0983-drm-amd-display-3.2.41.patch
	patches.suse/0984-drm-amd-display-Hook-up-calls-to-do-stereo-mux-and-d.patch
	patches.suse/0986-drm-amd-display-add-set-and-get-clock-for-testing-pu.patch
	patches.suse/0987-drm-amd-display-Change-offset_to_id-to-reflect-what-.patch
	patches.suse/0988-drm-amd-display-add-a-option-to-force-the-clock-at-e.patch
	patches.suse/0989-drm-amd-display-use-min-disp-and-dpp-clk-debug-optio.patch
	patches.suse/0990-drm-amd-display-add-pipe-CRC-sources-without-disabli.patch
	patches.suse/0991-drm-amd-display-Implement-DAL3-GPU-Integer-Scaling.patch
	patches.suse/0992-drm-amd-display-add-dcc-programming-for-dual-plane.patch
	patches.suse/0993-drm-amd-display-populate-last-calculated-bb-state-wi.patch
	patches.suse/0996-drm-amd-display-Clean-up-dynamic-metadata-logic.patch
	patches.suse/0999-drm-amd-display-3.2.42.patch
	patches.suse/1002-drm-amd-display-fix-mpcc-assert-condition.patch
	patches.suse/0001-drm-amd-display-support-dummy-pstate.patch
	patches.suse/1004-drm-amd-display-Add-SMU-version-field-to-clk_mgr_int.patch
	patches.suse/1005-drm-amd-display-avoid-power-gate-domains-that-doesn-.patch
	patches.suse/1006-drm-amd-display-Add-debug-entry-to-destroy-disconnec.patch
	patches.suse/drm-amd-display-Copy-GSL-groups-when-committing-a-ne.patch
	patches.suse/1011-drm-amdgpu-set-sdma-irq-src-num-according-to-sdma-in.patch
	patches.suse/1016-drm-amdgpu-Use-dev_get_drvdata-where-possible.patch
	patches.suse/1017-drm-amd-display-Use-dev_get_drvdata.patch
	patches.suse/1018-drm-radeon-Use-dev_get_drvdata-where-possible.patch
	patches.suse/1019-drm-amd-display-fix-a-missing-null-check-on-a-failed.patch
	patches.suse/1020-drm-amd-powerplay-no-pptable-transfer-and-dpms-enabl.patch
	patches.suse/1021-drm-amd-powerplay-some-cosmetic-fixes.patch
	patches.suse/1024-drm-amdgpu-gmc10-fix-pte-mytpe-field-error-for-navi1.patch
	patches.suse/1025-drm-amdkfd-Use-SQC-when-TCP-would-fail-in-gfx9-conte.patch
	patches.suse/1026-drm-amdkfd-Fix-lost-single-step-exceptions-in-gfx9-t.patch
	patches.suse/1027-drm-amdkfd-Replace-gfx10-trap-handler-with-correct-b.patch
	patches.suse/1028-drm-amdkfd-Remove-dead-code-from-gfx8-gfx9-trap-hand.patch
	patches.suse/1029-drm-amdgpu-add-perfmon-and-fica-atomics-for-df.patch
	patches.suse/1030-drm-amdgpu-adding-xgmi-error-monitoring.patch
	patches.suse/drm-amdgpu-Fix-hard-hang-for-S-G-display-BOs.patch
	patches.suse/1032-drm-amdgpu-Create-helper-to-clear-AMDGPU_GEM_CREATE_.patch
	patches.suse/1033-drm-amdgpu-Add-check-for-USWC-support-for-amdgpu_dis.patch
	patches.suse/1034-drm-amd-display-enable-S-G-for-RAVEN-chip.patch
	patches.suse/1035-drm-amd-powerplay-minor-fixes-around-SW-SMU-power-an.patch
	patches.suse/1038-drm-amdgpu-add-an-asic-callback-to-determine-the-res.patch
	patches.suse/1039-drm-amdgpu-add-reset_method-asic-callback-for-si.patch
	patches.suse/1040-drm-amdgpu-add-reset_method-asic-callback-for-cik.patch
	patches.suse/1041-drm-amdgpu-add-reset_method-asic-callback-for-vi.patch
	patches.suse/1042-drm-amdgpu-add-reset_method-asic-callback-for-soc15.patch
	patches.suse/1043-drm-amdgpu-add-reset_method-asic-callback-for-navi.patch
	patches.suse/1044-drm-amdgpu-powerplay-add-a-new-interface-to-set-the-.patch
	patches.suse/1045-drm-amdgpu-powerplay-return-success-if-set_mp1_state.patch
	patches.suse/1046-drm-amdgpu-powerplay-add-set_mp1_state-for-vega20.patch
	patches.suse/1047-drm-amdgpu-powerplay-add-set_mp1_state-for-vega10.patch
	patches.suse/1048-drm-amdgpu-powerplay-add-set_mp1_state-for-vega12.patch
	patches.suse/1049-drm-amdgpu-put-the-SMC-into-the-proper-state-on-rese.patch
	patches.suse/1051-drm-amdgpu-Fix-amdgpu_display_supported_domains-logi.patch
	patches.suse/1052-drm-amdgpu-display-fix-the-build-without-CONFIG_DRM_.patch
	patches.suse/1054-drm-amdgpu-Default-disable-GDS-for-compute-gfx.patch
	patches.suse/1055-drm-amd-powerplay-move-smu-types-to-smu_types.h.patch
	patches.suse/1056-drm-amd-powerplay-add-smu-message-name-support.patch
	patches.suse/1057-drm-amd-powerplay-add-smu-feature-name-support.patch
	patches.suse/1058-drm-amd-powerplay-move-smu_feature_update_enable_sta.patch
	patches.suse/1059-drm-amd-powerplay-implment-sysfs-feature-status-func.patch
	patches.suse/1060-drm-amdgpu-gfx10-update-golden-settings-for-navi14.patch
	patches.suse/1062-drm-amdgpu-powerplay-provide-the-interface-to-disabl.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/1067-drm-amdkfd-Fix-gfx10-wave64-VGPR-context-restore.patch
	patches.suse/1068-drm-amdkfd-Save-restore-flat_scratch_lo-hi-on-gfx10.patch
	patches.suse/1069-drm-amdkfd-Save-restore-vcc-on-gfx10.patch
	patches.suse/1070-drm-amd-powerplay-add-smcdpminfo-table-v4_6-support.patch
	patches.suse/1071-drm-amd-powerplay-add-SW-SMU-interface-for-dumping-p.patch
	patches.suse/1072-drm-amd-powerplay-update-smu11_driver_if_arcturus.h.patch
	patches.suse/1073-drm-amd-powerplay-update-arcturus_ppsmc.h.patch
	patches.suse/1074-drm-amd-powerplay-update-arcturus_ppt.c-h-V3.patch
	patches.suse/1075-drm-amd-powerplay-enable-SW-SMU-routine-support-for-.patch
	patches.suse/1076-drm-amd-powerplay-initialize-arcturus-MP1-and-THM-ba.patch
	patches.suse/1077-drm-amd-powerplay-enable-arcturus-powerplay.patch
	patches.suse/1078-drm-amdgpu-correct-VCN-powergate-routine-for-acturus.patch
	patches.suse/1079-drm-amd-powerplay-hold-on-the-arcturus-gfx-dpm-suppo.patch
	patches.suse/1080-drm-amd-include-adjust-base-offset-of-SMUIO-and-THM-.patch
	patches.suse/1081-drm-amdgpu-update-more-sdma-instances-irq-support.patch
	patches.suse/1087-drm-amd-powerplay-init-arcturus-SMU-metrics-table-on.patch
	patches.suse/1088-drm-amd-powerplay-support-sensor-reading-on-arcturus.patch
	patches.suse/1089-drm-amd-powerplay-support-real-time-clock-retrieval-.patch
	patches.suse/1090-drm-amd-powerplay-support-fan-speed-retrieval-on-arc.patch
	patches.suse/1091-drm-amd-powerplay-add-missing-arcturus-feature-maps.patch
	patches.suse/1092-drm-amd-powerplay-correct-the-bitmask-used-in-arctur.patch
	patches.suse/1093-drm-amd-powerplay-remove-redundancy-debug-log-in-smu.patch
	patches.suse/1094-drm-amd-powerplay-fix-arcturus-real-time-clock-frequ.patch
	patches.suse/1095-drm-amd-powerplay-support-UMD-PSTATE-settings-on-arc.patch
	patches.suse/1096-drm-amd-powerplay-correct-arcturus-current-clock-lev.patch
	patches.suse/1097-drm-amd-powerplay-make-power-limit-retrieval-as-asic.patch
	patches.suse/1098-drm-amdgpu-correct-irq-type-used-for-sdma-ecc.patch
	patches.suse/1099-drm-amd-powerplay-determine-the-features-to-enable-b.patch
	patches.suse/1100-drm-amdgpu-drop-drmP.h-in-amdgpu_amdkfd_arcturus.c.patch
	patches.suse/1101-drm-amdgpu-drop-drmP.h-from-amdgpu_amdkfd_gfx_v10.c.patch
	patches.suse/1102-drm-amdgpu-drop-drmP.h-in-gfx_v10_0.c.patch
	patches.suse/1103-drm-amdgpu-drop-drmP.h-from-navi10_ih.c.patch
	patches.suse/1104-drm-amdgpu-drop-drmP.h-from-nv.c.patch
	patches.suse/1105-drm-amdgpu-drop-drmP.h-from-sdma_v5_0.c.patch
	patches.suse/1106-drm-amdgpu-drop-drmP.h-from-vcn_v2_0.c.patch
	patches.suse/1107-drm-amdgpu-drop-drmP.h-from-vcn_v2_5.c.patch
	patches.suse/1108-drm-amdgpu-move-some-ras-data-structure-to-amdgpu_ra.patch
	patches.suse/1109-drm-amdgpu-init-RSMU-and-UMC-ip-base-address-for-veg.patch
	patches.suse/1110-drm-amdgpu-add-amdgpu_umc_functions-structure.patch
	patches.suse/1111-drm-amdgpu-add-rsmu-v_0_0_2-ip-headers.patch
	patches.suse/1112-drm-amdgpu-add-umc-v6_1_1-IP-headers.patch
	patches.suse/1113-drm-amdgpu-add-umc-v6_1-query-error-count-support.patch
	patches.suse/1114-drm-amdgpu-init-umc-v6_1-functions-for-vega20.patch
	patches.suse/1115-drm-amdgpu-querry-umc-error-count.patch
	patches.suse/1116-drm-amdgpu-add-ras-error-count-after-each-query-v2.patch
	patches.suse/1117-drm-amdgpu-add-RREG64-WREG64-_PCIE-operations.patch
	patches.suse/1118-drm-amdgpu-use-64bit-operation-macros-for-umc.patch
	patches.suse/1119-drm-amdgpu-switch-to-amdgpu_umc-structure.patch
	patches.suse/1120-drm-amdgpu-update-algorithm-of-umc-uncorrectable-err.patch
	patches.suse/1121-drm-amdgpu-add-support-for-recording-ras-error-addre.patch
	patches.suse/1122-drm-amdgpu-add-structures-for-umc-error-address-tran.patch
	patches.suse/1123-drm-amdgpu-query-umc-ras-error-address.patch
	patches.suse/1124-drm-amdgpu-allow-ras-interrupt-callback-to-return-er.patch
	patches.suse/1125-drm-amdgpu-update-interrupt-callback-for-all-ras-cli.patch
	patches.suse/1126-drm-amdgpu-add-check-for-ras-error-type.patch
	patches.suse/0001-drm-amdgpu-remove-ras_reserve_vram-in-ras-injection.patch
	patches.suse/1128-drm-amd-include-add-bitfield-define-for-EDC-register.patch
	patches.suse/1129-drm-amd-include-add-define-of-TCP_EDC_CNT_NEW.patch
	patches.suse/1130-drm-amdgpu-add-define-for-gfx-ras-subblock.patch
	patches.suse/1131-drm-amdgpu-add-RAS-callback-for-gfx.patch
	patches.suse/1132-drm-amdgpu-support-gfx-ras-error-injection-and-err_c.patch
	patches.suse/1133-drm-amdgpu-disable-inject-for-failed-subblocks-of-gf.patch
	patches.suse/1134-drm-amdkfd-enable-KFD-support-for-navi14.patch
	patches.suse/1135-drm-amd-powerplay-sort-feature-status-index-by-asic-.patch
	patches.suse/1136-drm-amdgpu-cleanup-vega10-SRIOV-code-path.patch
	patches.suse/1137-drm-amdgpu-fix-incorrect-judge-on-sos-fw-version.patch
	patches.suse/1138-drm-amdgpu-fix-double-ucode-load-by-PSP-v3.patch
	patches.suse/0003-drm-amd-display-Use-proper-enum-conversion-functions.patch
	patches.suse/1140-drm-amd-display-Use-switch-table-for-dc_to_smu_clock.patch
	patches.suse/1141-drm-ttm-Add-release_notify-callback-to-ttm_bo_driver.patch
	patches.suse/1142-drm-amdgpu-Add-flag-to-wipe-VRAM-on-release.patch
	patches.suse/1143-drm-amdgpu-Implement-VRAM-wipe-on-release.patch
	patches.suse/1144-drm-amdgpu-Mark-KFD-VRAM-allocations-for-wipe-on-rel.patch
	patches.suse/1145-drm-amdgpu-Add-amdgpu_asic_funcs.reset_method-for-Ve.patch
	patches.suse/1146-drm-amdgpu-Update-NBIO-headers-to-add-TXCLK3-4.patch
	patches.suse/1147-drm-amdgpu-Fix-pcie_bw-on-Vega20.patch
	patches.suse/1148-drm-amdgpu-support-get_cu_info-for-Arcturus.patch
	patches.suse/1149-drm-amdkfd-Extend-CU-mask-to-8-SEs-v3.patch
	patches.suse/drm-radeon-Fix-EEH-during-kexec.patch
	patches.suse/1151-drm-amd-powerplay-fix-off-by-one-upper-bounds-limit-.patch
	patches.suse/gpu-drm-radeon-Fix-a-possible-null-pointer-dereferen.patch
	patches.suse/1153-drm-amd-powerplay-fix-a-few-spelling-mistakes.patch
	patches.suse/1155-drm-amdgpu-fix-unsigned-variable-instance-compared-t.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/1160-drm-amdgpu-remove-the-clear-of-MCA_ADDR.patch
	patches.suse/1161-drm-amdgpu-add-more-parameters-and-functions-to-amdg.patch
	patches.suse/1162-drm-amdgpu-initialize-new-parameters-and-functions-f.patch
	patches.suse/1163-drm-amdgpu-add-macro-of-umc-for-each-channel.patch
	patches.suse/1164-drm-amdgpu-apply-umc_for_each_channel-macro-to-umc_6.patch
	patches.suse/1165-drm-amdgpu-add-error-address-query-for-umc-ras.patch
	patches.suse/1166-drm-amdgpu-support-ce-interrupt-in-ras-module.patch
	patches.suse/1167-drm-amdgpu-implement-umc-ras-init-function.patch
	patches.suse/1168-drm-amdgpu-update-the-calc-algorithm-of-umc-ecc-erro.patch
	patches.suse/1169-drm-amdgpu-only-uncorrectable-error-needs-gpu-reset.patch
	patches.suse/1170-drm-amdgpu-replace-AMDGPU_RAS_UE-with-AMDGPU_RAS_SUC.patch
	patches.suse/1171-drm-amd-powerplay-guard-consistency-between-CPU-copy.patch
	patches.suse/1172-drm-amd-powerplay-support-power-profile-retrieval-an.patch
	patches.suse/1173-drm-amd-powerplay-enable-SW-SMU-power-profile-switch.patch
	patches.suse/1175-drm-amdgpu-removed-duplicate-line.patch
	patches.suse/1176-drm-amdgpu-add-PSP-SW-init-support-for-Arcturus.patch
	patches.suse/1177-drm-amdgpu-add-PSP-KDB-loading-support-for-Arcturus.patch
	patches.suse/1178-drm-amdgpu-update-PSP-CMD-fail-response-status-print.patch
	patches.suse/1179-drm-amdgpu-disable-MEC2-JT-context-init-for-Arcturus.patch
	patches.suse/1180-drm-amdgpu-extend-PSP-FW-loading-support-to-8-SDMA-i.patch
	patches.suse/1181-drm-amdgpu-update-SDMA-V4-microcode-init.patch
	patches.suse/1182-drm-amdgpu-add-ip-offset-header-for-navi12-v2.patch
	patches.suse/1183-drm-amdgpu-initialize-reg-base-for-navi12.patch
	patches.suse/1184-drm-amdgpu-add-navi12-asic-type.patch
	patches.suse/1185-drm-amdgpu-add-gpu_info-firmware-for-navi12.patch
	patches.suse/1186-drm-amdgpu-set-asic-family-and-ip-blocks-for-navi12.patch
	patches.suse/1187-drm-amdgpu-use-front-door-firmware-loading-for-navi1.patch
	patches.suse/1188-drm-amdgpu-initialize-cg-pg-flags-and-external-rev-i.patch
	patches.suse/1189-drm-amdgpu-set-nbio-hdp-cg-for-navi12.patch
	patches.suse/1190-drm-amdgpu-gfx10-set-gfx-cg-for-navi12.patch
	patches.suse/1191-drm-amdgpu-gfx10-add-gfx-config-for-navi12.patch
	patches.suse/1192-drm-amdgpu-gfx10-declare-cp-rlc-firmwares-for-navi12.patch
	patches.suse/1193-drm-amdgpu-gfx10-add-placeholder-for-navi12-golden-s.patch
	patches.suse/1194-drm-amdgpu-gfx10-set-number-of-me-c-pipe-queue-for-n.patch
	patches.suse/1195-drm-amdgpu-gfx10-set-rlc-funcs-for-navi12.patch
	patches.suse/1196-drm-amdgpu-sdma5-declare-sdma-firmwares-for-navi12.patch
	patches.suse/1197-drm-amdgpu-sdma5-add-placeholder-for-navi12-golden-s.patch
	patches.suse/1198-drm-amdgpu-gmc10-set-gart-size-and-vm-size-for-navi1.patch
	patches.suse/1199-drm-amdgpu-add-ip-blocks-for-navi12.patch
	patches.suse/1200-drm-amdgpu-gfx10-set-tcp-harvest-for-navi12.patch
	patches.suse/1201-drm-amdgpu-enable-virtual-display-for-navi12.patch
	patches.suse/1202-drm-amdgpu-gfx10-add-golden-settings-for-navi12-v2.patch
	patches.suse/1203-drm-amdgpu-sdma5-add-golden-settings-for-navi12-v2.patch
	patches.suse/1204-drm-amdgpu-add-CGTT_GS_NGG_CLK_CTRL-register-to-gc-h.patch
	patches.suse/1205-drm-amdgpu-correct-smu-rlc-handshake-enablement-bit.patch
	patches.suse/1206-drm-amdgpu-smu11-add-smu-support-for-navi12.patch
	patches.suse/1207-drm-amdgpu-psp11-add-psp-support-for-navi12.patch
	patches.suse/1208-drm-amdgpu-start-autoload-till-RLCG-fw-for-navi12.patch
	patches.suse/1209-drm-amdgpu-add-smu-ip-block-for-navi12.patch
	patches.suse/1210-drm-amdgpu-add-psp-ip-block-for-navi12.patch
	patches.suse/1211-drm-amdgpu-add-Navi12-VCN-firmware-support.patch
	patches.suse/1212-drm-amdgpu-add-VCN-ip-block-for-Navi12.patch
	patches.suse/1213-drm-amdgpu-enable-DPG-mode-for-Navi12.patch
	patches.suse/1214-drm-amd-display-Add-ASICREV_IS_NAVI-macros.patch
	patches.suse/1215-drm-amdgpu-Add-nv12-DC-ip-block.patch
	patches.suse/1216-drm-amd-display-Add-missing-NV12-asic-IDs.patch
	patches.suse/1217-drm-amdgpu-enable-Navi12-kfd-support-for-amdgpu.patch
	patches.suse/1218-drm-amd-display-Validate-dc_plane_info-and-dc_plane_.patch
	patches.suse/1219-drm-amd-display-Block-immediate-flips-for-non-fast-u.patch
	patches.suse/1221-drm-amdgpu-Fix-panic-during-gpu-reset.patch
	patches.suse/1222-drm-amd-powerplay-skip-pcie-params-override-on-Arctu.patch
	patches.suse/1223-drm-amdgpu-update-ras-sysfs-feature-info.patch
	patches.suse/1224-drm-amdgpu-soc15-fix-external_rev_id-for-navi14.patch
	patches.suse/1225-drm-amdgpu-discovery-move-common-discovery-code-out-.patch
	patches.suse/1226-drm-amd-powerplay-check-before-issuing-messages-for-.patch
	patches.suse/1227-drm-amdgpu-Fix-GPU-reset-crash-regression.patch
	patches.suse/1228-drm-amd-powerplay-Zero-initialize-some-variables.patch
	patches.suse/1229-gpu-drm-amd-powerplay-Remove-logically-dead-code.patch
	patches.suse/1230-drm-amdgpu-replace-readq-writeq-with-atomic64-operat.patch
	patches.suse/1231-drm-amdgpu-implement-UMC-64-bits-REG-operations.patch
	patches.suse/1232-drm-amdgpu-remove-RREG64-WREG64.patch
	patches.suse/0001-drm-vmwgfx-Add-debug-message-for-layout-change-ioctl.patch
	patches.suse/0001-drm-vmwgfx-Use-VMW_DEBUG_KMS-for-vmwgfx-mode-setting.patch
	patches.suse/0001-drm-vmwgfx-Kill-unneeded-legacy-security-features.patch
	patches.suse/1236-drm-vmwgfx-drop-use-of-drmP.h-in-header-files.patch
	patches.suse/1237-drm-vmwgfx-drop-reminaing-users-of-drmP.h.patch
	patches.suse/0001-drm-vmwgfx-Assign-eviction-priorities-to-resources.patch
	patches.suse/1239-drm-panfrost-Remove-completed-features-still-in-TODO.patch
	patches.suse/1240-drm-shmem-Add-madvise-state-and-purge-helpers.patch
	patches.suse/1241-drm-panfrost-Add-madvise-and-shrinker-support.patch
	patches.suse/1242-drm-pl111-Support-grayscale.patch
	patches.suse/1243-drm-panel-simple-Support-TI-nspire-panels.patch
	patches.suse/1244-drm-meson-mask-value-when-writing-bits-relaxed.patch
	patches.suse/1245-drm-meson-crtc-use-proper-macros-instead-of-magic-co.patch
	patches.suse/1246-drm-meson-drv-use-macro-when-initializing-vpu.patch
	patches.suse/1247-drm-meson-vpp-use-proper-macros-instead-of-magic-con.patch
	patches.suse/1248-drm-meson-viu-use-proper-macros-instead-of-magic-con.patch
	patches.suse/1249-drm-meson-venc-use-proper-macros-instead-of-magic-co.patch
	patches.suse/1250-drm-meson-global-clean-up.patch
	patches.suse/1251-drm-meson-add-macro-used-to-enable-HDMI-PLL.patch
	patches.suse/1252-drm-meson-venc-set-the-correct-macrovision-max-ampli.patch
	patches.suse/0009-dma-buf-make-dma_fence-structure-a-bit-smaller-v2.patch
	patches.suse/0010-dma-buf-add-reservation_object_fences-helper.patch
	patches.suse/1253-drm-i915-use-new-reservation_object_fences-helper.patch
	patches.suse/0011-dma-buf-further-relax-reservation_object_add_shared_.patch
	patches.suse/1255-drm-bridge-tc358767-fix-opencoded-use-of-drm_panel_.patch
	patches.suse/1256-drm-imx-fix-opencoded-use-of-drm_panel_.patch
	patches.suse/1257-drm-fsl-dcu-fix-opencoded-use-of-drm_panel_.patch
	patches.suse/1258-drm-mxsfb-fix-opencoded-use-of-drm_panel_.patch
	patches.suse/1259-drm-panel-ili9322-move-bus_flags-to-get_modes.patch
	patches.suse/1260-drm-panel-move-drm_panel-functions-to-.c-file.patch
	patches.suse/1261-drm-panel-use-inline-comments-in-drm_panel.h.patch
	patches.suse/1262-drm-panel-drop-return-code-from-drm_panel_detach.patch
	patches.suse/0012-dma-fence-Propagate-errors-to-dma-fence-array-contai.patch
	patches.suse/1263-drm-sun4i-Add-support-for-enabling-DDC-I2C-bus-to-su.patch
	patches.suse/0013-dma-fence-Report-the-composite-sync_file-status.patch
	patches.suse/1264-drm-komeda-Fix-potential-integer-overflow-in-komeda_.patch
	patches.suse/drm-Fix-kerneldoc-warns-in-connector-related-docs.patch
	patches.suse/1266-drm-syncobj-Add-better-overview-documentation-for-sy.patch
	patches.suse/1267-drm-gm12u320-Some-minor-cleanups.patch
	patches.suse/1268-drm-gm12u320-Use-DRM_DEV_ERROR-everywhere.patch
	patches.suse/1269-drm-gm12u320-Do-not-take-a-mutex-from-a-wait_event-c.patch
	patches.suse/1270-drm-gm12u320-Add-ENODEV-to-list-of-errors-to-ignore.patch
	patches.suse/1271-drm-gem-Allow-sparsely-populated-page-arrays-in-drm_.patch
	patches.suse/1272-drm-shmem-Put-pages-independent-of-a-SG-table-being-.patch
	patches.suse/1273-drm-panfrost-Restructure-the-GEM-object-creation.patch
	patches.suse/1274-drm-panfrost-Split-panfrost_mmu_map-SG-list-mapping-.patch
	patches.suse/1275-drm-panfrost-Add-a-no-execute-flag-for-BO-allocation.patch
	patches.suse/1276-drm-panfrost-Consolidate-reset-handling.patch
	patches.suse/1277-drm-panfrost-Convert-MMU-IRQ-handler-to-threaded-han.patch
	patches.suse/1278-drm-panfrost-Add-support-for-GPU-heap-allocations.patch
	patches.suse/1279-drm-panfrost-Bump-driver-version-to-1.1.patch
	patches.suse/dma-buf-sw_sync-Synchronize-signal-vs-syncpt-free.patch
	patches.suse/0015-dma-buf-nuke-reservation_object-seq-number.patch
	patches.suse/0016-dma-buf-rename-reservation_object-to-dma_resv.patch
	patches.suse/1281-drm-bridge-dw-hdmi-i2s-support-more-i2s-format.patch
	patches.suse/1282-drm-bridge-dw-hdmi-move-audio-channel-setup-out-of-a.patch
	patches.suse/1283-drm-bridge-dw-hdmi-set-channel-count-in-the-infofram.patch
	patches.suse/1284-drm-bridge-dw-hdmi-i2s-enable-lpcm-multi-channels.patch
	patches.suse/1285-drm-bridge-dw-hdmi-i2s-set-the-channel-allocation.patch
	patches.suse/1286-drm-bridge-dw-hdmi-i2s-reset-audio-fifo-before-apply.patch
	patches.suse/1287-drm-bridge-dw-hdmi-i2s-enable-only-the-required-i2s-.patch
	patches.suse/1288-drm-bridge-dw-hdmi-i2s-add-.get_eld-support.patch
	patches.suse/1289-drm-bridge-dumb-vga-dac-Fix-dereferencing-ENODEV-DDC.patch
	patches.suse/1290-drm-i2c-tda998x-drop-use-of-drmP.h.patch
	patches.suse/1291-drm-tegra-drop-use-of-drmP.h.patch
	patches.suse/1292-drm-armada-drop-use-of-drmP.h.patch
	patches.suse/1293-drm-arm-drop-use-of-drmP.h.patch
	patches.suse/1294-drm-aspeed-gfc_crtc-Make-structure-aspeed_gfx_funcs-.patch
	patches.suse/1295-drm-panel-Add-driver-for-the-LG-Philips-LB035Q02-pan.patch
	patches.suse/1296-drm-panel-Add-driver-for-the-NEC-NL8048HL11-panel.patch
	patches.suse/1297-drm-panel-Add-driver-for-the-Sharp-LS037V7DW01-panel.patch
	patches.suse/1298-drm-panel-Add-driver-for-the-Sony-ACX565AKM-panel.patch
	patches.suse/1299-drm-panel-Add-driver-for-the-Toppoly-TD028TTEC1-pane.patch
	patches.suse/1300-drm-panel-Add-driver-for-the-Toppoly-TD043MTEA1-pane.patch
	patches.suse/0017-dma-buf-Restore-seqlock-around-dma_resv-updates.patch
	patches.suse/1302-video-omapfb2-Make-standard-and-custom-panel-drivers.patch
	patches.suse/1303-drm-omap-displays-Remove-unused-panel-drivers.patch
	patches.suse/1304-drm-panel-tpo-td043mtea1-remove-redundant-assignment.patch
	patches.suse/0018-dma-fence-Shrink-size-of-struct-dma_fence.patch
	patches.suse/0019-dma-fence-Avoid-list_del-during-fence-cb_list-iterat.patch
	patches.suse/0020-dma-fence-Simply-wrap-dma_fence_signal_locked-with-d.patch
	patches.suse/0021-dma-fence-Store-the-timestamp-in-the-same-union-as-t.patch
	patches.suse/1306-drm-vboxvideo-Make-structure-vbox_fb_helper_funcs-co.patch
	patches.suse/1307-drm-xen-front-Make-structure-fb_funcs-constant.patch
	patches.suse/1308-drm-Don-t-include-drm-drm_encoder_slave.h-when-not-n.patch
	patches.suse/1309-drm-Remove-bridge-support-from-legacy-helpers.patch
	patches.suse/0001-drm-rcar-du-lvds-Fix-bridge_to_rcar_lvds.patch
	patches.suse/1311-drm-etnaviv-drop-use-of-drmP.h.patch
	patches.suse/1312-drm-etnaviv-Use-devm_platform_ioremap_resource.patch
	patches.suse/1313-drm-etnaviv-clean-up-includes.patch
	patches.suse/1314-drm-etnaviv-fix-etnaviv_cmdbuf_suballoc_new-return-v.patch
	patches.suse/1315-drm-etnaviv-remove-unused-function-etnaviv_gem_mappi.patch
	patches.suse/1316-etnaviv-fix-whitespace-errors.patch
	patches.suse/1317-etnaviv-perfmon-fix-total-and-idle-HI-cyleces-readou.patch
	patches.suse/1318-drm-etnaviv-dump-only-failing-submit.patch
	patches.suse/1319-drm-etnaviv-pass-mmu-pointer-to-etnaviv_core_dump_mm.patch
	patches.suse/1320-drm-etnaviv-simplify-unbind-checks.patch
	patches.suse/1321-drm-etnaviv-split-out-cmdbuf-mapping-into-address-sp.patch
	patches.suse/1322-drm-etnaviv-share-a-single-cmdbuf-suballoc-region-ac.patch
	patches.suse/1323-drm-etnaviv-replace-MMU-flush-marker-with-flush-sequ.patch
	patches.suse/1324-drm-etnaviv-rework-MMU-handling.patch
	patches.suse/1325-drm-etnaviv-split-out-starting-of-FE-idle-loop.patch
	patches.suse/1326-drm-etnaviv-provide-MMU-context-to-etnaviv_gem_mappi.patch
	patches.suse/1327-drm-etnaviv-implement-per-process-address-spaces-on-.patch
	patches.suse/1328-drm-etnaviv-skip-command-stream-validation-on-PPAS-c.patch
	patches.suse/1329-drm-etnaviv-allow-to-request-specific-virtual-addres.patch
	patches.suse/1330-drm-etnaviv-implement-softpin.patch
	patches.suse/1331-drm-nouveau-secboot-Make-acr_r352_ls_gpccs_func-stat.patch
	patches.suse/1332-drm-nouveau-bios-init-fix-spelling-mistake-CONDITON-.patch
	patches.suse/1333-drm-nouveau-drop-use-of-DRM_UDELAY.patch
	patches.suse/1334-drm-nouveau-drop-drmP.h-from-nouveau_drv.h.patch
	patches.suse/1335-drm-nouveau-drop-drmP.h-from-all-header-files.patch
	patches.suse/1336-drm-nouveau-drop-use-of-drmp.h.patch
	patches.suse/1337-drm-nouveau-mmu-use-struct_size-helper.patch
	patches.suse/1338-drm-nouveau-dispnv04-subdev-bios.h-is-included-more-.patch
	patches.suse/1339-drm-nouveau-fix-nvif-device.h-is-included-more-than-.patch
	patches.suse/1340-drm-nouveau-kms-gv100-allow-windows-to-use-PACKED8BP.patch
	patches.suse/drm-nouveau-kms-tu102-disable-input-lut-when-input-i.patch
	patches.suse/1342-drm-nouveau-kms-nv50-disable-input-lut-harder.patch
	patches.suse/1343-drm-nouveau-kms-nv50-add-fp16-scanout-support.patch
	patches.suse/1344-drm-nouveau-Disable-atomic-support-on-a-per-device-b.patch
	patches.suse/1345-drm-nouveau-bios-downgrade-absence-of-tmds-table-to-.patch
	patches.suse/1346-drm-nouveau-bios-init-handle-INIT_RESET_BEGUN-devini.patch
	patches.suse/1347-drm-nouveau-bios-init-handle-INIT_RESET_END-devinit-.patch
	patches.suse/1348-drm-nouveau-fifo-gf1xx-convert-to-using-nvkm_fault_d.patch
	patches.suse/1349-drm-nouveau-fifo-gk104-fix-parsing-of-mmu-fault-data.patch
	patches.suse/1350-drm-nouveau-kms-nv50-remove-overlay-alpha-formats.patch
	patches.suse/1351-drm-nouveau-kms-gf119-add-ctm-property-support.patch
	patches.suse/1352-drm-nouveau-kms-nv50-enable-modern-color-management-.patch
	patches.suse/1353-drm-nouveau-kms-gv100-use-premultiplied-alpha-blendi.patch
	patches.suse/1354-drm-nouveau-kms-gv100-implement-csc-enable-modern-co.patch
	patches.suse/1355-drm-nouveau-kms-nv50-use-__drm_atomic_helper_plane_r.patch
	patches.suse/1356-drm-nouveau-kms-nv50-create-primary-plane-before-ove.patch
	patches.suse/1357-drm-nouveau-kms-nv50-attach-immutable-zpos-property-.patch
	patches.suse/1358-drm-nouveau-kms-gv100-add-support-for-plane-zpos-pro.patch
	patches.suse/1359-drm-nouveau-kms-gv100-attach-alpha-property-to-plane.patch
	patches.suse/1360-drm-nouveau-kms-gv100-attach-pixel-blend-mode-proper.patch
	patches.suse/1361-drm-nouveau-therm-skip-probing-for-devices-not-speci.patch
	patches.suse/1362-drm-nouveau-therm-don-t-attempt-fan-control-where-PM.patch
	patches.suse/1363-drm-nouveau-bios-gpio-sort-gpios-by-values.patch
	patches.suse/1364-drm-nouveau-gpio-fail-if-gpu-external-power-is-missi.patch
	patches.suse/1365-drm-nouveau-gpio-check-the-gpio-function-16-in-the-p.patch
	patches.suse/1366-drm-nouveau-gpio-check-function-76-in-the-power-chec.patch
	patches.suse/1367-drm-nouveau-dispnv04-Remove-runtime-PM.patch
	patches.suse/1368-drm-nouveau-dispnv50-Fix-runtime-PM-ref-tracking-for.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/1621-gpu-ipu-v3-enable-remaining-32-bit-RGB-V4L2-pixel-fo.patch
	patches.suse/1622-gpu-ipu-v3-image-convert-enable-V4L2_PIX_FMT_BGRX32-.patch
	patches.suse/1623-gpu-ipu-v3-image-convert-move-output-seam-valid-inte.patch
	patches.suse/1624-gpu-ipu-v3-image-convert-fix-output-seam-valid-inter.patch
	patches.suse/1625-gpu-ipu-v3-image-convert-limit-input-seam-position-t.patch
	patches.suse/1626-gpu-ipu-v3-image-convert-fix-image-downsize-coeffici.patch
	patches.suse/1627-gpu-ipu-v3-image-convert-bail-on-invalid-tile-sizes.patch
	patches.suse/1628-gpu-ipu-v3-image-convert-move-tile-burst-alignment-o.patch
	patches.suse/1629-gpu-ipu-v3-image-convert-only-sample-into-the-next-t.patch
	patches.suse/1630-drm-hisilicon-hibmc-Using-module_pci_driver.patch
	patches.suse/1631-drm-hisilicon-Use-dev_get_drvdata.patch
	patches.suse/1632-drm-hisilicon-hibmc-Make-CONFIG_DRM_HISI_HIBMC-depen.patch
	patches.suse/efifb-BGRT-Improve-efifb_bgrt_sanity_check.patch
	patches.suse/1634-video-fbdev-pvr2fb-remove-unnecessary-comparison-of-.patch
	patches.suse/1635-video-fbdev-sm712fb-Use-dev_get_drvdata.patch
	patches.suse/1636-video-fbdev-radeonfb-Use-dev_get_drvdata.patch
	patches.suse/1637-video-fbdev-sh_mobile_lcdcfb-Mark-expected-switch-fa.patch
	patches.suse/1638-video-fbdev-aty-128-fb-Remove-dead-code.patch
	patches.suse/1639-video-fbdev-viafb-Remove-dead-code.patch
	patches.suse/1640-video-fbdev-mmp-core-Use-struct_size-in-kzalloc.patch
	patches.suse/1641-udlfb-Make-dlfb_ops-constant.patch
	patches.suse/1642-drm-panfrost-Fix-missing-unlock-on-error-in-panfrost.patch
	patches.suse/1643-drm-panfrost-Implement-per-FD-address-spaces.patch
	patches.suse/1644-drm-panfrost-Enable-devfreq-to-work-without-regulato.patch
	patches.suse/1645-drm-panfrost-Remove-opp-table-when-unloading.patch
	patches.suse/0022-dma-buf-Introduce-selftesting-framework.patch
	patches.suse/0023-dma-buf-Add-selftests-for-dma-fence.patch
	patches.suse/1646-drm-drv-Use-for-comments-in-example-code.patch
	patches.suse/drm-i915-Select-DMABUF_SELFTESTS-for-the-default-i91.patch
	patches.suse/1648-drm-dw-hdmi-use-cec_notifier_conn_-un-register.patch
	patches.suse/1649-dw-hdmi-cec-use-cec_notifier_cec_adap_-un-register.patch
	patches.suse/0024-dma-buf-Use-zu-for-printing-sizeof.patch
	patches.suse/1650-drm-komeda-Add-support-for-memory-region-DT-node-pro.patch
	patches.suse/0025-dmabuf-Mark-up-onstack-timer-for-selftests.patch
	patches.suse/1651-drm-nouveau-Initialize-GEM-object-before-TTM-object.patch
	patches.suse/1652-drm-kirin-Fix-for-hikey620-display-offset-problem.patch
	patches.suse/1653-drm-kirin-Remove-HISI_KIRIN_DW_DSI-config-option.patch
	patches.suse/1654-drm-kirin-Remove-unreachable-return.patch
	patches.suse/1655-drm-kirin-Remove-uncessary-parameter-indirection.patch
	patches.suse/1656-drm-kirin-Remove-out_format-from-ade_crtc.patch
	patches.suse/1657-drm-kirin-Rename-ade_plane-to-kirin_plane.patch
	patches.suse/1658-drm-kirin-Rename-ade_crtc-to-kirin_crtc.patch
	patches.suse/1659-drm-kirin-Dynamically-allocate-the-hw_ctx.patch
	patches.suse/1660-drm-kirin-Move-request-irq-handle-in-ade-hw-ctx-allo.patch
	patches.suse/1661-drm-kirin-Move-workqueue-to-ade_hw_ctx-structure.patch
	patches.suse/1662-drm-kirin-Move-kirin_crtc-kirin_plane-kirin_format-t.patch
	patches.suse/1663-drm-kirin-Reanme-dc_ops-to-kirin_drm_data.patch
	patches.suse/1664-drm-kirin-Move-ade-crtc-plane-help-functions-to-driv.patch
	patches.suse/1665-drm-kirin-Move-channel-formats-to-driver-data.patch
	patches.suse/1666-drm-kirin-Move-mode-config-function-to-driver_data.patch
	patches.suse/1667-drm-kirin-Move-plane-number-and-primay-plane-in-driv.patch
	patches.suse/1668-drm-kirin-Move-config-max_width-and-max_height-to-dr.patch
	patches.suse/1669-drm-kirin-Move-drm-driver-to-driver-data.patch
	patches.suse/1670-drm-kirin-Add-register-connect-helper-functions-in-d.patch
	patches.suse/1671-drm-kirin-Rename-plane_init-and-crtc_init.patch
	patches.suse/1672-drm-kirin-Fix-dev-driver_data-setting.patch
	patches.suse/1673-drm-kirin-Make-driver_data-variable-non-global.patch
	patches.suse/1674-drm-kirin-Add-alloc_hw_ctx-clean_hw_ctx-ops-in-drive.patch
	patches.suse/1675-drm-kirin-Pass-driver-data-to-crtc-init-and-plane-in.patch
	patches.suse/1676-drm-kirin-Move-ade-drm-init-to-kirin-drm-drv.patch
	patches.suse/0002-drm-fix-module-name-in-edid_firmware-log-message.patch
	patches.suse/1678-drm-meson-use-match-data-to-detect-vpu-compatibility.patch
	patches.suse/1679-drm-panfrost-Fix-sleeping-while-atomic-in-panfrost_g.patch
	patches.suse/1680-drm-omap-Add-alpha-and-pixel-blend-mode-plane-proper.patch
	patches.suse/1681-omapdrm-no-need-to-check-return-value-of-debugfs_cre.patch
	patches.suse/1683-drm-amdgpu-enable-gfx-clock-gatings-for-navi12.patch
	patches.suse/1684-drm-amdgpu-enable-hdp-clock-gating-for-navi12.patch
	patches.suse/1685-drm-amdgpu-sdma5-set-sdma-clock-gating-for-navi12.patch
	patches.suse/1686-drm-amdgpu-enable-sdma-clock-gating-for-navi12.patch
	patches.suse/1687-drm-amdgpu-mmhub2-set-clock-gating-for-navi12.patch
	patches.suse/1688-drm-amdgpu-enable-mmhub-clock-gating-for-navi12.patch
	patches.suse/1689-drm-amdgpu-enable-ih-clock-gating-for-navi12.patch
	patches.suse/1690-drm-amdgpu-athub2-set-clock-gating-for-navi12.patch
	patches.suse/1691-drm-amdgpu-enable-athub-clock-gating-for-navi12.patch
	patches.suse/1692-drm-amdgpu-enable-vcn-clock-gating-for-navi12.patch
	patches.suse/1693-drm-amd-display-Remove-drm_dsc_dc.c.patch
	patches.suse/1694-drm-amdgpu-Update-pitch-on-page-flips-without-DC-as-.patch
	patches.suse/1695-drm-amdgpu-add-navi14-PCI-ID.patch
	patches.suse/1696-drm-amd-powerplay-re-define-smu-interface-version-fo.patch
	patches.suse/0001-drm-amd-powerplay-update-smu11_driver_if_navi10.h.patch
	patches.suse/1698-drm-amdgpu-add-check-to-avoid-array-bound-issue.patch
	patches.suse/1699-drm-amdgpu-add-sub-block-parameter-in-ras-inject-com.patch
	patches.suse/1700-drm-amdgpu-add-amdgpu_mmhub_funcs-definition.patch
	patches.suse/1701-drm-amdgpu-support-mmhub-ras-in-amdgpu-ras.patch
	patches.suse/1702-drm-amdgpu-create-mmhub-ras-framework.patch
	patches.suse/1703-drm-amdgpu-add-gfx-clock-gating-for-Arcturus.patch
	patches.suse/1704-drm-amdgpu-enable-gfx-clock-gating-for-Arcturus.patch
	patches.suse/1705-drm-amdgpu-add-hdp-clock-gating-for-Arcturus.patch
	patches.suse/1706-drm-amdgpu-enable-hdp-clock-gating-for-Arcturus.patch
	patches.suse/1707-drm-amdgpu-support-sdma-clock-gating-for-more-instan.patch
	patches.suse/1708-drm-amdgpu-add-sdma-clock-gating-for-Arcturus.patch
	patches.suse/1709-drm-amdgpu-enable-sdma-clock-gating-for-Arcturus.patch
	patches.suse/1710-drm-amdgpu-split-athub-clock-gating-from-mmhub.patch
	patches.suse/1711-drm-amd-powerplay-change-smu_read_sensor-sequence-in.patch
	patches.suse/1712-drm-amdgpu-remove-ras-block-s-feature-status-info-in.patch
	patches.suse/1713-drm-amdgpu-add-GFX_CP_LS-flag-to-Arcturus.patch
	patches.suse/1714-drm-amdgpu-increase-CGCG-gfx-idle-threshold-for-Arct.patch
	patches.suse/1715-drm-amdgpu-add-mmhub-clock-gating-for-Arcturus.patch
	patches.suse/1716-drm-amdgpu-enable-mmhub-clock-gating-for-Arcturus.patch
	patches.suse/1717-drm-amdgpu-powerplay-update-Arcturus-smu-version-in-.patch
	patches.suse/1720-drm-amd-display-Fix-a-typo-dce_aduio_mask-dce_audio_.patch
	patches.suse/1721-drm-amd-powerplay-remove-redundant-duplicated-return.patch
	patches.suse/1722-drm-amdgpu-add-renoir-header-files-v2.patch
	patches.suse/1723-drm-amdgpu-add-renoir-asic_type-enum.patch
	patches.suse/1724-drm-amdgpu-add-renoir-support-for-gpu_info-and-ip-bl.patch
	patches.suse/1725-drm-amdgpu-add-soc15-common-ip-block-support-for-ren.patch
	patches.suse/1726-drm-amdgpu-add-gmc-v9-supports-for-renoir.patch
	patches.suse/1727-drm-amdgpu-set-fw-load-type-for-renoir.patch
	patches.suse/1728-drm-amdgpu-add-gfx-support-for-renoir.patch
	patches.suse/1729-drm-amdgpu-add-sdma-support-for-renoir.patch
	patches.suse/1730-drm-amdgpu-set-ip-blocks-for-renoir.patch
	patches.suse/1731-drm-amdgpu-add-renoir-pci-id.patch
	patches.suse/1732-drm-amdgpu-fix-no-interrupt-issue-for-renoir-emu.patch
	patches.suse/1733-drm-amdgpu-enable-dce-virtual-ip-module-for-Renoir.patch
	patches.suse/1734-drm-amdgpu-add-asic-funcs-for-renoir.patch
	patches.suse/1735-drm-amdgpu-set-rlc-funcs-for-renoir.patch
	patches.suse/1736-drm-amdgpu-add-psp_v12_0-for-renoir-v2.patch
	patches.suse/1737-drm-amdgpu-add-gfx-golden-settings-for-renoir-v2.patch
	patches.suse/1738-drm-amdgpu-add-sdma-golden-settings-for-renoir.patch
	patches.suse/1739-drm-amdgpu-enable-Renoir-VCN-firmware-loading.patch
	patches.suse/1740-drm-amdgpu-enable-Doorbell-support-for-Renoir-v2.patch
	patches.suse/1741-drm-amdgpu-add-VCN2.0-to-Renoir-IP-blocks.patch
	patches.suse/1742-drm-amdgpu-enable-clock-gating-for-renoir.patch
	patches.suse/1743-drm-amdgpu-enable-power-gating-for-renoir.patch
	patches.suse/1744-drm-amdgpu-update-lbpw-for-renoir.patch
	patches.suse/1745-drm-amdgpu-set-fw-default-loading-by-psp-for-renoir.patch
	patches.suse/1746-drm-amdgpu-use-direct-loading-on-renoir-vcn-for-the-.patch
	patches.suse/1747-drm-amdgpu-skip-mec2-jump-table-loading-for-renoir.patch
	patches.suse/1748-drm-amdgpu-flag-renoir-as-experimental-for-now.patch
	patches.suse/1749-drm-radeon-handle-PCIe-root-ports-with-addressing-li.patch
	patches.suse/1750-drm-amdgpu-handle-PCIe-root-ports-with-addressing-li.patch
	patches.suse/1751-drm-radeon-simplify-and-cleanup-setting-the-dma-mask.patch
	patches.suse/1752-drm-amdgpu-simplify-and-cleanup-setting-the-dma-mask.patch
	patches.suse/1753-drm-amd-powerplay-remove-redundancy-debug-log-about-.patch
	patches.suse/1754-drm-amd-powerplay-add-arcturus_is_dpm_running-functi.patch
	patches.suse/1755-drm-amd-powerplay-fix-message-of-SetHardMinByFreq-fa.patch
	patches.suse/1756-drm-amdgpu-fix-typo-error-amdgput-amdgpu.patch
	patches.suse/1757-drm-amdgpu-use-exiting-amdgpu_ctx_total_num_entities.patch
	patches.suse/1758-drm-amdgpu-implement-querying-ras-error-count-for-mm.patch
	patches.suse/1759-drm-amdgpu-powerplay-fix-spelling-mistake-unsuported.patch
	patches.suse/1760-drm-amdgpu-MODULE_FIRMWARE-requires-linux-module.h.patch
	patches.suse/1762-drm-amd-display-Add-PIXEL_RATE-control-regs-for-more.patch
	patches.suse/1763-drm-amd-display-Add-DFS-reference-clock-field.patch
	patches.suse/1764-drm-amd-display-reset-drr-programming-on-pipe-reset.patch
	patches.suse/1765-drm-amd-display-reset-hdmi-tmds-rate-and-data-scramb.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/1768-drm-amd-display-Add-22-24-and-26-degamma.patch
	patches.suse/1769-drm-amd-display-Improve-sharing-of-HUBBUB-register-l.patch
	patches.suse/1770-drm-amd-display-Synchronous-DisplayPort-Link-Trainin.patch
	patches.suse/1771-drm-amd-display-make-firmware-info-only-load-once-du.patch
	patches.suse/1772-drm-amd-display-fixup-DPP-programming-sequence.patch
	patches.suse/1773-drm-amd-display-Add-work-around-option-to-skip-DCN20.patch
	patches.suse/1774-drm-amd-display-refactor-gpio-to-allocate-hw_contain.patch
	patches.suse/1775-drm-amd-display-wait-for-pending-complete-when-enabl.patch
	patches.suse/1776-drm-amd-display-3.2.43.patch
	patches.suse/1777-drm-amd-display-Make-init_hw-and-init_pipes-generic-.patch
	patches.suse/1778-drm-amd-display-fix-dcn-specific-clk_mgr-init_clocks.patch
	patches.suse/1779-drm-amd-display-enabling-seamless-boot-sequence-for-.patch
	patches.suse/1780-drm-amd-display-clean-up-DML-for-DCN2x.patch
	patches.suse/1781-drm-amd-display-Add-HLG-support-in-color-module.patch
	patches.suse/1782-drm-amd-display-Change-DSC-policy-from-slices-per-co.patch
	patches.suse/1783-drm-amd-display-Set-DSC-before-DIG-front-end-is-conn.patch
	patches.suse/1784-drm-amd-display-3.2.44.patch
	patches.suse/1785-drm-amd-display-fix-pipe-selection-logic-in-validate.patch
	patches.suse/1786-drm-amd-display-Remove-duplicate-interface-for-progr.patch
	patches.suse/1787-drm-amd-display-Update-DML-parameters.patch
	patches.suse/1788-drm-amd-display-update-optc-odm-interface-for-more-t.patch
	patches.suse/1789-drm-amd-display-HUBP-HUBBUB-register-programming-fix.patch
	patches.suse/1790-drm-amd-display-Enable-type-C-hotplug.patch
	patches.suse/drm-amd-display-reprogram-VM-config-when-system-resu.patch
	patches.suse/1792-drm-amd-display-Remove-4-2-2-DSC-support.patch
	patches.suse/1793-drm-amd-display-Add-Logging-for-Gamma-Related-inform.patch
	patches.suse/1794-drm-amd-display-Fix-type-of-ODMCombineType-field.patch
	patches.suse/1795-drm-amd-display-Check-if-set_blank_data_double_buffe.patch
	patches.suse/1796-drm-amd-display-Correct-DSC-PPS-log.patch
	patches.suse/1797-drm-amd-display-wake-up-ogam-mem-pwr-before-programm.patch
	patches.suse/drm-amd-display-Register-VUPDATE_NO_LOCK-interrupts-.patch
	patches.suse/1799-drm-amd-display-Add-enum-for-H-timing-divider-mode.patch
	patches.suse/1800-drm-amd-display-Remove-redundant-definition-of-dwb_s.patch
	patches.suse/1801-drm-amd-display-Add-Logging-for-Gamma-Related-inform.patch
	patches.suse/1802-drm-amd-display-Add-and-refine-DSC-logs-in-enable-se.patch
	patches.suse/1803-drm-amd-display-3.2.45.patch
	patches.suse/1804-drm-amd-display-fix-dcn20-global-sync-dml-param-extr.patch
	patches.suse/1805-drm-amd-display-3.2.46.patch
	patches.suse/1806-drm-amd-display-enable-dcn_mem_pwr-as-golden-setting.patch
	patches.suse/1807-drm-amd-display-check-hpd-before-retry-verify-link-c.patch
	patches.suse/1808-drm-amd-display-audio-cannot-switch-to-internal-when.patch
	patches.suse/1809-drm-amd-display-Enable-MPO-with-pre-blend-color-proc.patch
	patches.suse/1810-drm-amd-display-Load-NV12-SOC-BB-from-firmware.patch
	patches.suse/1811-drm-amdgpu-Export-function-to-flush-TLB-of-specific-.patch
	patches.suse/1812-drm-amdkfd-gfx10-Calling-amdgpu-functions-to-invalid.patch
	patches.suse/1813-drm-amdgpu-Add-printing-for-RW-extracted-from-VM_L2_.patch
	patches.suse/1814-drm-amdgpu-Add-more-page-fault-info-printing-for-GFX.patch
	patches.suse/1815-drm-amdgpu-Set-VM_L2_CNTL.PDE_FAULT_CLASSIFICATION-t.patch
	patches.suse/drm-amdkfd-Fill-amdgpu_task_info-for-KFD-VMs.patch
	patches.suse/1817-drm-amd-amdgpu-Update-VM-function-pointer.patch
	patches.suse/drm-amd-powerplay-smu7-enforce-minimal-VBITimeout-v2.patch
	patches.suse/1819-dmr-amdgpu-Fix-compile-error-with-CONFIG_DRM_AMDGPU_.patch
	patches.suse/1820-drm-amd-powerplay-Fix-meaning-of-0x1E-PPSMC_MSG.patch
	patches.suse/1821-drm-amd-powerplay-add-mode2-reset-callback-for-pp_sm.patch
	patches.suse/1822-drm-amd-powerpay-Implement-mode2-reset-callback-for-.patch
	patches.suse/1823-drm-amd-poweplay-Add-amd_pm_funcs-callback-for-mode-.patch
	patches.suse/1824-drm-amdgpu-Use-new-mode2-reset-interface-for-RV.patch
	patches.suse/1827-drm-amdgpu-remove-special-autoload-handling-for-navi.patch
	patches.suse/1828-drm-amdgpu-fix-debug-level-for-ppt-offset-size.patch
	patches.suse/1829-drm-amdgpu-add-firmware-header-printing-for-psp-fw-l.patch
	patches.suse/1830-drm-amdgpu-Set-no-retry-as-default.patch
	patches.suse/1831-drm-amdkfd-Fill-the-name-field-in-node-topology-with.patch
	patches.suse/1832-drm-amdgpu-remove-redundant-argument-for-psp_funcs-c.patch
	patches.suse/1833-drm-amdgpu-psp-move-TMR-to-cpu-invisible-vram-region.patch
	patches.suse/1834-drm-amdgpu-Fix-a-typo-in-the-include-header-guard-of.patch
	patches.suse/1835-drm-amd-powerplay-add-smu_smc_read_sensor-support-fo.patch
	patches.suse/1838-drm-amd-powerplay-update-Arcturus-smc-fw-and-driver-.patch
	patches.suse/1839-drm-amd-powerplay-expose-supported-clock-domains-onl.patch
	patches.suse/1840-drm-amd-powerplay-get-bootup-fclk-value.patch
	patches.suse/1841-drm-amd-powerplay-set-Arcturus-default-fclk-as-bootu.patch
	patches.suse/1842-drm-amd-powerplay-correct-SW-smu11-thermal-range-set.patch
	patches.suse/1843-drm-amd-powerplay-correct-typo.patch
	patches.suse/1845-drm-amd-display-Check-return-code-for-CRC-drm_crtc_v.patch
	patches.suse/1846-drm-amd-display-Use-connector-list-for-finding-DPRX-.patch
	patches.suse/1847-drm-amd-display-Split-out-DC-programming-for-CRC-cap.patch
	patches.suse/1848-drm-amd-display-Lock-the-CRTC-when-setting-CRC-sourc.patch
	patches.suse/1850-drm-amd-display-Fix-32-bit-divide-error-in-wait_for_.patch
	patches.suse/1851-drm-amdgpu-remove-set-but-not-used-variable-psp_enab.patch
	patches.suse/1852-drm-amdgpu-remove-duplicated-include-from-gfx_v9_0.c.patch
	patches.suse/1853-drm-amd-display-remove-duplicated-include-from-dc_li.patch
	patches.suse/drm-amdkfd-remove-set-but-not-used-variable-pdd.patch
	patches.suse/1856-drm-amdgpu-disable-agp-for-sriov.patch
	patches.suse/1857-drm-amdgpu-unity-mc-base-address-for-arcturus.patch
	patches.suse/1858-amd-amdgpu-add-Arcturus-vf-DID-support.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/1865-drm-amd-display-Enable-SST-DSC-in-DM.patch
	patches.suse/drm-amdgpu-sdma5-fix-number-of-sdma5-trap-irq-types-.patch
	patches.suse/1867-drm-amdkfd-Make-deallocate_hiq_sdma_mqd-static.patch
	patches.suse/1868-drm-amdgpu-powerplay-remove-redundant-assignment-to-.patch
	patches.suse/1869-drm-amd-display-fix-a-potential-null-pointer-derefer.patch
	patches.suse/1870-drm-amdgpu-powerplay-Add-smu_v12_0_ppsmc.h-v2.patch
	patches.suse/1871-drm-amd-powerplay-add-smu12_driver_if.h-v3.patch
	patches.suse/1872-drm-amdgpu-powerplay-add-initial-renoir_ppt.c-for-re.patch
	patches.suse/1873-drm-amdgpu-powerplay-add-smu_v12_0.c-smu_v12_0.h-for.patch
	patches.suse/1874-drm-amdgpu-powerplay-add-smu-ip-block-for-renoir-v2.patch
	patches.suse/1875-drm-amdgpu-powerplay-add-power-up-down-SDMA-interfac.patch
	patches.suse/1876-drm-amdgpu-skip-dpm-init-for-renoir.patch
	patches.suse/1877-drm-amdgpu-powerplay-add-Renoir-VCN-power-management.patch
	patches.suse/1878-drm-amd-powerplay-powerup-sdma-vcn-for-all-apu-serie.patch
	patches.suse/1879-drm-amd-powerplay-udpate-smu_v12_0_check_fw_version-.patch
	patches.suse/1880-drm-amdgpu-add-set_gfx_cgpg-implement-v2.patch
	patches.suse/1881-drm-amdgpu-add-and-enable-gfxoff-feature.patch
	patches.suse/1882-drm-amd-powerplay-fix-checking-gfxoff-status-for-rn.patch
	patches.suse/1883-drm-amd-powerplay-using-valid-mapping-check-for-rn.patch
	patches.suse/1884-drm-amd-powerplay-add-smu-tables-for-rn.patch
	patches.suse/1885-drm-amd-powerplay-init-smu-tables-for-rn.patch
	patches.suse/1886-drm-amd-powerplay-add-DPMCLOCKS-table-implementation.patch
	patches.suse/1887-drm-amdgpu-enable-gfx-clock-gating-for-rn.patch
	patches.suse/1888-drm-amdgpu-enable-mmhub-clock-gating-for-rn.patch
	patches.suse/1889-drm-amdgpu-enable-sdma-clock-gating-for-rn.patch
	patches.suse/1890-drm-amdgpu-enable-BIF-clock-gating-for-rn.patch
	patches.suse/1891-drm-amdgpu-enable-HDP-clock-gating-for-rn.patch
	patches.suse/1892-drm-amdgpu-enable-rom-clock-gating-for-rn.patch
	patches.suse/1893-drm-amdgpu-enable-vcn-clock-gating-for-rn.patch
	patches.suse/1894-drm-amdgpu-enable-IH-clock-gating-for-rn.patch
	patches.suse/1895-drm-amdgpu-enable-athub-clock-gating-for-rn.patch
	patches.suse/1896-drm-amdgpu-enable-DF-clock-gating-for-rn.patch
	patches.suse/1897-drm-amdgpu-mmhub1-set-mmhub-clock-gating-for-rn.patch
	patches.suse/1898-drm-amdgpu-sdma4-set-sdma-clock-gating-for-rn.patch
	patches.suse/1899-drm-amdgpu-enable-SDMA-power-gating-for-rn.patch
	patches.suse/1900-drm-amd-powerplay-enable-renoir-dpm-feature.patch
	patches.suse/1901-drm-amd-powerplay-Disable-renoir-smu-feature-retriev.patch
	patches.suse/1902-drm-amdgpu-update-gc-sdma-goldensetting-for-rn.patch
	patches.suse/1903-Revert-drm-amdgpu-use-direct-loading-on-renoir-vcn-f.patch
	patches.suse/1904-drm-amdgpu-enable-VCN-DPG-for-Renoir.patch
	patches.suse/1905-drm-amd-display-fix-calc_pll_max_vco_construct.patch
	patches.suse/1906-drm-amdgpu-correct-ras-error-count-type.patch
	patches.suse/drm-amd-powerpaly-fix-navi-series-custom-peak-level-.patch
	patches.suse/1908-amd-amdkfd-add-Arcturus-vf-DID-support.patch
	patches.suse/1910-drm-amdgpu-powerplay-smu7-enable-mclk-switching-if-m.patch
	patches.suse/1911-drm-amdgpu-powerplay-vega10-enable-mclk-switching-if.patch
	patches.suse/1912-drm-amd-display-update-bw_calcs-to-take-pipe-sync-in.patch
	patches.suse/1913-drm-amdgpu-display-add-flag-for-multi-display-mclk-s.patch
	patches.suse/1914-drm-amdgpu-set-adev-num_vmhubs-for-gmc6-7-8.patch
	patches.suse/1915-drm-amd-display-re-structure-odm-to-allow-4-to-1-sup.patch
	patches.suse/1916-drm-amd-display-Delete-dead-code-in-command_table_he.patch
	patches.suse/1917-drm-amd-display-fix-audio-endpoint-not-getting-disab.patch
	patches.suse/drm-amd-display-fix-MPO-HUBP-underflow-with-Scatter-.patch
	patches.suse/1919-drm-amd-display-load-iram-for-abm-2.3.patch
	patches.suse/1920-drm-amd-display-fix-dp-stream-enable.patch
	patches.suse/1921-drm-amd-display-set-Hratio-and-VRatio-in-dml.patch
	patches.suse/1922-drm-amd-display-add-null-checks-before-logging.patch
	patches.suse/1923-drm-amd-display-Implement-voltage-limitation-stub.patch
	patches.suse/1924-drm-amd-display-Zero-out-dsc-init-regs.patch
	patches.suse/1925-drm-amd-display-refactor-Device-ID-for-external-chip.patch
	patches.suse/1926-drm-amd-display-Add-VM-page-fault-handle-implementat.patch
	patches.suse/1927-drm-amd-display-cleaned-up-coding-error-in-init_hw.patch
	patches.suse/0001-drm-amd-display-remove-unused-function.patch
	patches.suse/1929-drm-amd-display-3.2.47.patch
	patches.suse/1930-drm-amd-display-Refactoring-VTEM.patch
	patches.suse/drm-amd-display-support-spdif.patch
	patches.suse/1932-drm-amd-display-fix-stuck-test-pattern-on-right-half.patch
	patches.suse/drm-amd-display-fix-trigger-not-generated-for-freesy.patch
	patches.suse/1934-drm-amd-display-fix-odm-pipe-copy.patch
	patches.suse/1935-drm-amd-display-Fix-number-of-slices-not-being-check.patch
	patches.suse/1936-drm-amd-display-fix-dcn20-odm-dpp-programming.patch
	patches.suse/1937-drm-amd-display-fix-odm-stream-release.patch
	patches.suse/1938-drm-amd-display-fix-odm-validation.patch
	patches.suse/1939-drm-amd-display-add-Cursor-Degamma-logic-for-DCN2.patch
	patches.suse/1940-drm-amd-display-Enable-HW-rotation.patch
	patches.suse/1941-drm-amd-display-Add-Logging-for-Gamma-Related-inform.patch
	patches.suse/1942-drm-amd-display-set-av_mute-in-hw_init-for-HDMI.patch
	patches.suse/1943-drm-amd-display-MST-topology-debugfs.patch
	patches.suse/1944-drm-amd-display-fix-DML-not-calculating-delivery-tim.patch
	patches.suse/1945-drm-amd-display-Expose-OTG_V_TOTAL_MID-for-HW-Diags.patch
	patches.suse/1946-drm-amd-display-Use-res_cap-to-acquire-i2c-instead-o.patch
	patches.suse/1947-drm-amd-display-revert-wait-in-pipelock.patch
	patches.suse/1948-drm-amd-display-Properly-read-LVTMA_PWRSEQ_CNTL.patch
	patches.suse/1949-drm-amd-display-flicking-observed-while-installing-d.patch
	patches.suse/1950-drm-amd-display-3.2.48.patch
	patches.suse/1951-drm-exynos-drop-use-of-drmP.h.patch
	patches.suse/1952-drm-amdgpu-add-dummy-read-for-some-GCVM-status-regis.patch
	patches.suse/1953-drm-amd-display-Fix-error-message.patch
	patches.suse/1954-drm-amd-powerplay-Fix-an-off-by-one-in-navi10_get_sm.patch
	patches.suse/1955-drm-amdgpu-display-fix-build-error-without-CONFIG_DR.patch
	patches.suse/0005-Revert-drm-amdgpu-free-up-the-first-paging-queue-v2.patch
	patches.suse/1957-drm-amdgpu-Add-RAS-EEPROM-table.patch
	patches.suse/1958-drm-amd-Import-smuio_11_0-headers-for-EEPROM-access-.patch
	patches.suse/1959-drm-amd-powerplay-Add-interface-to-lock-SMU-HW-I2C.patch
	patches.suse/1960-drm-amdgpu-Vega20-SMU-I2C-HW-engine-controller.patch
	patches.suse/1962-drm-amd-powerplay-correct-the-pp_feature-output-on-A.patch
	patches.suse/1963-drm-amd-display-remove-unused-function-setFieldWithM.patch
	patches.suse/1965-drm-amd-remove-meaningless-descending-into-amd-amdkf.patch
	patches.suse/1967-drm-amdgpu-correct-in_suspend-setting-for-navi-serie.patch
	patches.suse/1968-drm-amdgpu-enable-vcn-powergating-for-navi12.patch
	patches.suse/1969-drm-amdgpu-enable-athub-powergating-for-navi12.patch
	patches.suse/1970-drm-amd-powerplay-enable-jpeg-powergating-for-navi1x.patch
	patches.suse/1971-drm-amdgpu-introduce-vram-lost-for-reset-v2.patch
	patches.suse/1972-drm-amd-amdgpu-hide-voltage-and-power-sensors-on-SI-.patch
	patches.suse/drm-amdgpu-si-fix-ASIC-tests.patch
	patches.suse/1974-drm-amdgpu-virtual_dce-drop-error-message-in-hw_init.patch
	patches.suse/1975-drm-amdgpu-fix-spelling-mistake-jumpimng-jumping.patch
	patches.suse/1976-drm-amdgpu-keep-the-stolen-memory-in-visible-vram-re.patch
	patches.suse/1977-drm-amdgpu-psp-keep-TMR-in-visible-vram-region-for-S.patch
	patches.suse/1978-drm-amdgpu-Initialize-and-update-SDMA-power-gating.patch
	patches.suse/1979-drm-amd-powerplay-regards-the-APU-always-enable-the-.patch
	patches.suse/1980-drm-amd-powerplay-enable-populate-DPM-clocks-table-f.patch
	patches.suse/1981-drm-amd-powerplay-add-the-interface-for-getting-ulti.patch
	patches.suse/1982-drm-amd-display-Add-Renoir-registers-v3.patch
	patches.suse/1983-drm-amd-display-Add-Renoir-clock-registers-list.patch
	patches.suse/1984-drm-amd-display-Add-Renoir-hw_seq-register-list.patch
	patches.suse/1985-drm-amd-display-Add-pp_smu-functions-for-Renoir.patch
	patches.suse/1986-drm-amd-display-Add-Renoir-irq_services-v2.patch
	patches.suse/1987-drm-amd-display-Add-hubp-block-for-Renoir-v2.patch
	patches.suse/1988-drm-amd-display-Add-Renoir-hubbub-registers-list.patch
	patches.suse/1989-drm-amd-display-Add-Renoir-Hubbub-v2.patch
	patches.suse/1990-drm-amd-display-Add-Renoir-clock-manager.patch
	patches.suse/1991-drm-amd-display-Add-Renoir-resource-v2.patch
	patches.suse/1992-drm-amd-display-Add-Renoir-GPIO.patch
	patches.suse/1993-drm-amd-display-Add-Renoir-DML.patch
	patches.suse/1994-drm-amd-display-Fix-register-names.patch
	patches.suse/1995-drm-amd-display-Handle-Renoir-in-DC.patch
	patches.suse/1996-drm-amd-display-Handle-Renoir-in-amdgpu_dm-v2.patch
	patches.suse/1997-drm-amd-display-call-update_bw_bounding_box.patch
	patches.suse/1998-drm-amd-display-add-dal_asic_id-for-renoir.patch
	patches.suse/1999-drm-amd-display-add-dcn21-core-DC-changes.patch
	patches.suse/2000-drm-amd-display-build-dcn21-blocks.patch
	patches.suse/2001-drm-amd-display-add-Renoir-to-kconfig.patch
	patches.suse/2002-drm-amd-display-Correct-order-of-RV-family-clk-manag.patch
	patches.suse/2003-drm-amd-display-Add-DCN2.1-changes-to-DML.patch
	patches.suse/2004-drm-amdgpu-Enable-DC-on-Renoir.patch
	patches.suse/2005-drm-amdgpu-Handle-job-is-NULL-use-case-in-amdgpu_dev.patch
	patches.suse/2006-drm-amd-powerplay-SMU_MSG_OverridePcieParameters-is-.patch
	patches.suse/2007-drm-amdgpu-update-IH_CHICKEN-in-oss-4.0-IP-header-fo.patch
	patches.suse/2008-drm-amdgpu-fix-no-interrupt-issue-for-renoir-emu-v2.patch
	patches.suse/2009-drm-amdgpu-Fix-undefined-dm_ip_block-for-navi12.patch
	patches.suse/2010-drm-amdgpu-Move-null-pointer-dereference-check.patch
	patches.suse/0001-drm-etnaviv-fix-missing-unlock-on-error-in-etnaviv_i.patch
	patches.suse/2012-drm-msm-drop-use-of-drmP.h.patch
	patches.suse/2013-drm-msm-mdp4-Drop-unused-GPIO-include.patch
	patches.suse/2014-drm-msm-dsi-Drop-unused-GPIO-includes.patch
	patches.suse/2015-drm-msm-dpu-Drop-unused-GPIO-code.patch
	patches.suse/2016-drm-msm-hdmi-Convert-to-use-GPIO-descriptors.patch
	patches.suse/2017-drm-msm-Transition-console-to-msm-framebuffer.patch
	patches.suse/2018-drm-msm-dpu-remove-dpu_mdss-hwversion.patch
	patches.suse/2019-drm-msm-mdp5-Add-msm8998-support.patch
	patches.suse/2020-drm-msm-a6xx-add-missing-MODULE_FIRMWARE.patch
	patches.suse/2021-drm-msm-phy-dsi_phy-silence-EPROBE_DEFER-warnings.patch
	patches.suse/2022-drm-msm-mdp5-Find-correct-node-for-creating-gem-addr.patch
	patches.suse/2023-drm-msm-Use-generic-bulk-clock-function.patch
	patches.suse/2024-drm-msm-Use-struct_size-helper.patch
	patches.suse/2025-drm-msm-dpu-fix-frame-done-timeouts.patch
	patches.suse/2026-drm-msm-dpu-remove-stray-n.patch
	patches.suse/2027-drm-msm-Remove-Kconfig-default.patch
	patches.suse/2028-drm-msm-dpu-add-rotation-property.patch
	patches.suse/2029-drm-msm-dpu-remove-some-impossible-error-checking.patch
	patches.suse/2030-drm-msm-dpu-remove-unused-arg.patch
	patches.suse/2031-drm-msm-dpu-unwind-async-commit-handling.patch
	patches.suse/2032-drm-msm-dpu-add-real-wait_for_commit_done.patch
	patches.suse/2033-drm-msm-dpu-handle_frame_done-from-vblank-irq.patch
	patches.suse/2034-drm-msm-add-kms-wait_flush.patch
	patches.suse/2035-drm-msm-convert-kms-complete_commit-to-crtc_mask.patch
	patches.suse/2036-drm-msm-add-kms-flush_commit.patch
	patches.suse/2037-drm-msm-split-power-control-from-prepare-complete_co.patch
	patches.suse/2038-drm-msm-async-commit-support.patch
	patches.suse/2039-drm-msm-dpu-async-commit-support.patch
	patches.suse/2040-drm-msm-add-atomic-traces.patch
	patches.suse/0001-drm-msm-dsi-Fix-return-value-check-for-clk_get_paren.patch
	patches.suse/2042-drm-msm-remove-unlikely-from-WARN_ON-conditions.patch
	patches.suse/0002-drm-msm-Use-the-correct-dma_sync-calls-harder.patch
	patches.suse/2044-drm-panfrost-Add-missing-check-for-pfdev-regulator.patch
	patches.suse/2045-drm-panfrost-Fix-possible-suspend-in-panfrost_remove.patch
	patches.suse/2046-drm-shmem-Do-dma_unmap_sg-before-purging-pages.patch
	patches.suse/2047-drm-shmem-Use-mutex_trylock-in-drm_gem_shmem_purge.patch
	patches.suse/2048-drm-panfrost-Use-mutex_trylock-in-panfrost_gem_purge.patch
	patches.suse/2049-drm-panfrost-Rework-runtime-PM-initialization.patch
	patches.suse/2050-drm-panfrost-Hold-runtime-PM-reference-until-jobs-co.patch
	patches.suse/2051-drm-panfrost-Remove-unnecessary-mmu-lock-mutex.patch
	patches.suse/2052-drm-panfrost-Rework-page-table-flushing-and-runtime-.patch
	patches.suse/2053-drm-panfrost-Split-mmu_hw_do_operation-into-locked-a.patch
	patches.suse/2054-drm-panfrost-Add-cache-TLB-flush-before-switching-ad.patch
	patches.suse/2055-drm-panfrost-Flush-and-disable-address-space-when-fr.patch
	patches.suse/2056-drm-panfrost-Remove-unnecessary-hwaccess_lock-spin_l.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/2065-drm-nouveau-Fix-fallout-from-reservation-object-rewo.patch
	patches.suse/2066-drm-nouveau-prime-Extend-DMA-reservation-object-lock.patch
	patches.suse/2067-drm-nouveau-Fix-ordering-between-TTM-and-GEM-release.patch
	patches.suse/2068-drm-nouveau-bar-gm20b-Avoid-BAR1-teardown-during-ini.patch
	patches.suse/kbuild-Fail-if-gold-linker-is-detected.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/kbuild-change-FLAGS_-basetarget-.o-to-take-the-path-.patch
	patches.suse/tracing-Make-sure-variable-reference-alias-has-corre.patch
	patches.suse/selftests-ftrace-Select-an-existing-function-in-kpro.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-hw_breakpoint-move-instruction-stepping-out-.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-Ignore-generated-files.patch
	patches.suse/selftests-powerpc-Retry-on-host-facility-unavailable.patch
	patches.suse/powerpc-64s-support-nospectre_v2-cmdline-option.patch
	patches.suse/powerpc-rewrite-LOAD_REG_IMMEDIATE-as-an-intelligent.patch
	patches.suse/powerpc-64-optimise-LOAD_REG_IMMEDIATE_SYM.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-prom-convert-PROM_BUG-to-standard-trap.patch
	patches.suse/powerpc-32s-get-rid-of-CPU_FTR_601-feature.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-64-remove-support-for-kernel-mode-syscalls.patch
	patches.suse/swiotlb-remove-call-to-sme_active
	patches.suse/dma-mapping-remove-dma_check_mask
	patches.suse/powerpc-powernv-ioda-split-out-tce-invalidation-from-tce-updates
	patches.suse/kvm-ppc-book3s-invalidate-multiple-tces-at-once
	patches.suse/vfio-spapr_tce-invalidate-multiple-tces-at-once
	patches.suse/powerpc-pseries-iommu-switch-to-xchg_no_kill
	patches.suse/powerpc-powernv-ioda-remove-obsolete-iommu_table_ops-exchange-callbacks
	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-make-mmu_partition_table_set_entry-TLB-f.patch
	patches.suse/powerpc-64s-pseries-radix-flush-translations-before-.patch
	patches.suse/powerpc-64s-remove-unnecessary-translation-cache-flu.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-watchpoint-Disable-watchpoint-hit-by-larx-st.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-re-arrange-vfio-region-definitions
	patches.suse/vfio_pci-Restore-original-state-on-release.patch
	patches.suse/vfio-type1-introduce-iova-list-and-add-iommu-aperture-validity-check
	patches.suse/vfio-type1-check-reserved-region-conflict-and-update-iova-list
	patches.suse/vfio-type1-update-iova-list-on-detach
	patches.suse/vfio-type1-check-dma-map-request-is-within-a-valid-iova-range
	patches.suse/vfio-type1-add-iova-range-capability-support
	patches.suse/vfio-type1-remove-duplicate-retrieval-of-reserved-regions
	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-correct-the-usb1_ctrl-parent-to-be-usb_bus.patch
	patches.suse/clk-imx8mm-rename-share_count_dcss-to-share_count_disp.patch
	patches.suse/clk-imx8mq-remove-clk_is_critical-flag-for-imx8mq_clk_tmu_root.patch
	patches.suse/clk-imx8mq-set-correct-parent-for-usb-ctrl-clocks.patch
	patches.suse/clk-imx-remove-unused-clk-based-api.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-imx8mm-switch-to-platform-driver.patch
	patches.suse/clk-imx-remove-unused-function-statement.patch
	patches.suse/clk-imx8mn-keep-uart-clocks-on-for-early-console.patch
	patches.suse/clk-imx8mq-Mark-AHB-clock-as-critical.patch
	patches.suse/clk-imx8mm-unregister-clks-when-of_clk_add_provider-failed.patch
	patches.suse/clk-imx8mq-unregister-clks-when-of_clk_add_provider-failed.patch
	patches.suse/clk-imx8mq-Fix-sys3-pll-references.patch
	patches.suse/clk-imx8mm-Fix-incorrect-parents.patch
	patches.suse/clk-imx8mn-fix-incorrect-parents.patch
	patches.suse/clk-imx8mn-add-gic-clock.patch
	patches.suse/clk-imx8mn-fix-int-pll-clk-gate.patch
	patches.suse/clk-imx8mn-add-missing-rate_count-assignment-for-each-pll-structure.patch
	patches.suse/clk-imx8mn-add-necessary-frequency-support-for-arm-pll-table.patch
	patches.suse/clk-imx-imx8mn-fix-audio-pll-setting.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-imx-imx8mn-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/nouveau-return-EBUSY-when-hmm_range_wait_until_valid.patch
	patches.suse/mm-hmm-remove-the-legacy-hmm_pfn_-apis.patch
	patches.suse/mm-hmm-comment-on-VM_FAULT_RETRY-semantics-in-handle.patch
	patches.suse/mm-hmm-replace-hmm_update-with-mmu_notifier_range.patch
	patches.suse/mm-hmm-a-few-more-C-style-and-comment-clean-ups.patch
	patches.suse/mm-hmm-replace-the-block-argument-to-hmm_range_fault.patch
	patches.suse/mm-hmm-merge-hmm_range_snapshot-into-hmm_range_fault.patch
	patches.suse/mm-hmm-remove-hugetlbfs-check-in-hmm_vma_walk_pmd.patch
	patches.suse/mm-hmm-remove-hmm_range-vma.patch
	patches.suse/amdgpu-remove-eagain-handling-for-hmm_range_fault.patch
	patches.suse/amdgpu-don-t-initialize-range-list-in-amdgpu_hmm_init_range.patch
	patches.suse/nouveau-pass-struct-nouveau_svmm-to-nouveau_range_fa.patch
	patches.suse/mm-hmm-remove-the-unused-vma-argument-to-hmm_range_d.patch
	patches.suse/mm-hmm-remove-superfluous-arguments-from-hmm_range_r.patch
	patches.suse/mm-hmm-remove-the-page_shift-member-from-struct-hmm_.patch
	patches.suse/mm-hmm-remove-the-mask-variable-in-hmm_vma_walk_huge.patch
	patches.suse/mm-hmm-don-t-abuse-pte_index-in-hmm_vma_handle_pmd.patch
	patches.suse/mm-hmm-only-define-hmm_vma_walk_pud-if-needed.patch
	patches.suse/mm-hmm-cleanup-the-hmm_vma_handle_pmd-stub.patch
	patches.suse/mm-hmm-cleanup-the-hmm_vma_walk_hugetlb_entry-stub.patch
	patches.suse/mm-hmm-allow-hmm_mirror-on-all-architectures-with-mmu.patch
	patches.suse/mm-hmm-make-hmm_mirror-an-implicit-option.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/misc-sgi-gru-use-mmu_notifier_get-put-for-struct-gru.patch
	patches.suse/hmm-use-mmu_notifier_get-put-for-struct-hmm.patch
	patches.suse/drm-radeon-use-mmu_notifier_get-put-for-struct-radeon_mn.patch
	patches.suse/drm-amdkfd-fix-a-use-after-free-race-with-mmu_notife.patch
	patches.suse/drm-amdkfd-use-mmu_notifier_put.patch
	patches.suse/mm-turn-migrate_vma-upside-down.patch
	patches.suse/nouveau-reset-dma_nr-in-nouveau_dmem_migrate_alloc_and_copy.patch
	patches.suse/nouveau-factor-out-device-memory-address-calculation.patch
	patches.suse/nouveau-factor-out-dmem-fence-completion.patch
	patches.suse/nouveau-remove-a-few-function-stubs.patch
	patches.suse/nouveau-simplify-nouveau_dmem_migrate_to_ram.patch
	patches.suse/nouveau-simplify-nouveau_dmem_migrate_vma.patch
	patches.suse/mm-remove-the-unused-migrate_pfn_error-flag.patch
	patches.suse/mm-remove-the-unused-migrate_pfn_device-flag.patch
	patches.suse/mm-remove-config_migrate_vma_helper.patch
	patches.suse/mm-mmu_notifiers-check-if-mmu-notifier-callbacks-are.patch
	patches.suse/resource-add-a-not-device-managed-request_free_mem_r.patch
	patches.suse/memremap-remove-the-dev-field-in-struct-dev_pagemap.patch
	patches.suse/memremap-don-t-use-a-separate-devm-action-for-devmap.patch
	patches.suse/memremap-provide-a-not-device-managed-memremap_pages.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-mmu_notifiers-remove-unregister_no_release.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/mm-mmu_notifiers-remove-the-__mmu_notifier_invalidat.patch
	patches.suse/mm-mmu_notifiers-add-a-lockdep-map-for-invalidate_ra.patch
	patches.suse/mm-mmu_notifiers-prime-lockdep.patch
	patches.suse/mm-mmu_notifiers-annotate-with-might_sleep.patch
	patches.suse/mm-split-out-a-new-pagewalk-h-header-from-mm-h.patch
	patches.suse/pagewalk-separate-function-pointers-from-iterator-data.patch
	patches.suse/pagewalk-use-lockdep_assert_held-for-locking-validation.patch
	patches.suse/drm-radeon-guard-against-calling-an-unpaired-radeon_mn_unregister.patch
	patches.suse/kernel.h-Add-non_block_start-end.patch
	patches.suse/mm-notifier-Catch-sleeping-blocking-for-blockable.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-crypt-reuse-eboiv-skcipher-for-IV-generation.patch
	patches.suse/dm-verity-add-root-hash-pkcs-7-signature-verificatio.patch
	patches.suse/dm-zoned-fix-invalid-memory-access.patch
	patches.suse/dm-writecache-remove-unused-member-pointer-in-writeb.patch
	patches.suse/dm-writecache-add-unlikely-for-getting-two-block-wit.patch
	patches.suse/dm-writecache-optimize-performance-by-sorting-the-bl.patch
	patches.suse/dm-raid1-use-struct_size-with-kzalloc.patch
	patches.suse/dm-space-map-common-remove-check-for-impossible-sm_f.patch
	patches.suse/crypto-essiv-create-wrapper-template-for-ESSIV-gener.patch
	patches.suse/dm-crypt-switch-to-ESSIV-crypto-API-template.patch
	patches.suse/dm-crypt-omit-parsing-of-the-encapsulated-cipher.patch
	patches.suse/dm-stats-use-struct_size-helper.patch
	patches.suse/dm-writecache-skip-writecache_wait-for-pmem-mode.patch
	patches.suse/dm-raid-fix-updating-of-max_discard_sectors-limit.patch
	patches.suse/dm-add-clone-target.patch
	patches.suse/dm-bufio-call-adjust_total_allocated-from-__link_buf.patch
	patches.suse/dm-bufio-refactor-adjust_total_allocated.patch
	patches.suse/dm-bufio-introduce-a-global-queue.patch
	patches.suse/dm-bufio-remove-old-style-buffer-cleanup.patch
	patches.suse/dm-bufio-introduce-a-global-cache-replacement.patch
	patches.suse/dm-introduce-DM_GET_TARGET_VERSION.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-target-tcmu-clean-the-nl_cmd-of-the-udev-when-nl-send-fails
	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-freed
	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/0001-libnvdimm-security-Introduce-a-frozen-attribute.patch
	patches.suse/0002-libnvdimm-security-Tighten-scope-of-nvdimm-busy-vs-s.patch
	patches.suse/0003-libnvdimm-security-Consolidate-security-operations.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-always-use-bounce-buffer-for-register-re.patch
	patches.suse/mtd-spi-nor-Move-m25p80-code-in-spi-nor.c.patch
	patches.suse/mtd-spi-nor-Rework-hwcaps-selection-for-the-spi-mem-.patch
	patches.suse/mtd-spi-nor-fix-description-for-int-flash_is_locked.patch
	patches.suse/mtd-spi-nor-Add-Winbond-w25q256jvm.patch
	patches.suse/mtd-spi-nor-add-support-for-sst26wf016b-memory-IC.patch
	patches.suse/mtd-spi-nor-intel-spi-Add-support-for-Intel-Tiger-La.patch
	patches.suse/mtd-spi-nor-Remove-SPI_NOR_HAS_TB-flag-on-s25fl512s.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-intel-spi-Whitelist-4B-read-commands.patch
	patches.suse/mtd-spi-nor-Remove-unused-macro.patch
	patches.suse/mtd-spi-nor-Regroup-flash-parameter-and-settings.patch
	patches.suse/mtd-spi-nor-Use-nor-params.patch
	patches.suse/mtd-spi-nor-Drop-quad_enable-from-struct-spi-nor.patch
	patches.suse/mtd-spi-nor-Move-erase_map-to-struct-spi_nor_flash_p.patch
	patches.suse/mtd-spi-nor-Add-default_init-hook-to-tweak-flash-par.patch
	patches.suse/mtd-spi-nor-Add-a-default_init-fixup-hook-for-gd25q2.patch
	patches.suse/mtd-spi-nor-Move-manufacturer-quad_enable-in-default.patch
	patches.suse/mtd-spi-nor-Split-spi_nor_init_params.patch
	patches.suse/mtd-spi-nor-Create-a-set_4byte-method.patch
	patches.suse/mtd-spi-nor-Rework-the-SPI-NOR-lock-unlock-logic.patch
	patches.suse/mtd-spi-nor-Add-post_sfdp-hook-to-tweak-flash-config.patch
	patches.suse/mtd-spi-nor-Add-spansion_post_sfdp_fixups.patch
	patches.suse/mtd-spi-nor-Add-a-convert_addr-method.patch
	patches.suse/mtd-spi-nor-Add-a-setup-method.patch
	patches.suse/mtd-spi-nor-Add-s3an_post_sfdp_fixups.patch
	patches.suse/mtd-spi-nor-Add-the-SPI_NOR_XSR_RDY-flag.patch
	patches.suse/mtd-spi-nor-Bring-flash-params-init-together.patch
	patches.suse/mtd-spi-nor-Introduce-spi_nor_set_addr_width.patch
	patches.suse/mtd-spi-nor-Introduce-spi_nor_get_flash_info.patch
	patches.suse/mtd-spi-nor-aspeed-smc-Add-of_node_put.patch
	patches.suse/mtd-spi-nor-hisi-sfc-Add-of_node_put-before-break.patch
	patches.suse/mtd-mtdcore-add-debugfs-nodes-for-querying-the-flash.patch
	patches.suse/mtd-spi-nor-enable-the-debugfs-for-the-partname-and-.patch
	patches.suse/mtd-spi-nor-remove-superfluous-pass-of-nor-info-sect.patch
	patches.suse/mtd-spi-nor-Add-support-for-mt35xu02g.patch
	patches.suse/mtd-spi-nor-Rename-n25q512a-to-mt25qu512a-n25q512a.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/ASoC-jz4740-Drop-lb60-board-code.patch
	patches.suse/2095-video-fbdev-Drop-JZ4740-driver.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-mipi_disco-Switch-to-use-fwnode_property_c.patch
	patches.suse/soundwire-intel-remove-BIOS-work-arounds.patch
	patches.suse/soundwire-cadence_master-simplify-bus-clash-interrup.patch
	patches.suse/soundwire-bus-split-handling-of-Device0-events.patch
	patches.suse/soundwire-intel-prevent-possible-dereference-in-hw_p.patch
	patches.suse/soundwire-intel-fix-channel-number-reported-by-hardw.patch
	patches.suse/soundwire-cadence_master-revisit-interrupt-settings.patch
	patches.suse/soundwire-bus-improve-dynamic-debug-comments-for-enu.patch
	patches.suse/soundwire-export-helpers-to-find-row-and-column-valu.patch
	patches.suse/soundwire-cadence_master-use-firmware-defaults-for-f.patch
	patches.suse/soundwire-include-mod_devicetable.h-to-avoid-compili.patch
	patches.suse/soundwire-stream-fix-disable-sequence.patch
	patches.suse/soundwire-stream-remove-unnecessary-variable-initial.patch
	patches.suse/soundwire-add-new-mclk_freq-field-for-properties.patch
	patches.suse/soundwire-intel-read-mclk_freq-property-from-firmwar.patch
	patches.suse/soundwire-cadence_master-make-use-of-mclk_freq-prope.patch
	patches.suse/soundwire-cadence_master-fix-divider-setting-in-cloc.patch
	patches.suse/soundwire-intel_init-add-kernel-module-parameter-to-.patch
	patches.suse/soundwire-cadence_master-add-kernel-parameter-to-ove.patch
	patches.suse/soundwire-intel-move-shutdown-callback-and-don-t-exp.patch
	patches.suse/soundwire-intel-remove-unused-variables.patch
	patches.suse/soundwire-add-debugfs-support.patch
	patches.suse/soundwire-cadence_master-add-debugfs-register-dump.patch
	patches.suse/soundwire-intel-add-debugfs-register-dump.patch
	patches.suse/soundwire-intel-handle-disabled-links.patch
	patches.suse/soundwire-bus-set-initial-value-to-port_status.patch
	patches.suse/soundwire-core-add-device-tree-support-for-slave-dev.patch
	patches.suse/soundwire-Add-compute_params-callback.patch
	patches.suse/soundwire-stream-make-stream-name-a-const-pointer.patch
	patches.suse/remoteproc-qcom-q6v5-mss-fixup-q6v5_pds_enable-error.patch
	patches.suse/rtc-max77686-convert-to-i2c_new_dummy_device.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-convert-to-devm_rtc_allocate_device.patch
	patches.suse/rtc-pcf2127-cleanup-register-and-bit-defines.patch
	patches.suse/rtc-pcf2127-bugfix-read-rtc-disables-watchdog.patch
	patches.suse/rtc-pcf2127-add-watchdog-feature-support.patch
	patches.suse/rtc-pcf2127-add-tamper-detection-support.patch
	patches.suse/rtc-pcf2127-bugfix-watchdog-build-dependency.patch
	patches.suse/rtc-snvs-fix-possible-race-condition.patch
	patches.suse/rtc-snvs-set-range.patch
	patches.suse/rtc-snvs-switch-to-rtc_time64_to_tm-rtc_tm_to_time64.patch
	patches.suse/rtc-pcf85363-pcf85263-fix-regmap-error-in-set_time.patch
	patches.suse/rtc-max77686-convert-to-devm_i2c_new_dummy_device.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/crypto-hisilicon-Fix-return-value-check-in-hisi_zip_.patch
	patches.suse/hwrng-core-don-t-wait-on-add_early_randomness.patch
	patches.suse/crypto-hisilicon-avoid-unused-function-warning.patch
	patches.suse/fanotify-inotify-dnotify-security-add-security-hook-.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-multitouch-do-not-filter-mice-nodes.patch
	patches.suse/HID-wacom-Fix-several-minor-compiler-warnings.patch
	patches.suse/HID-wacom-do-not-call-hid_set_drvdata-hdev-NULL.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-Move-ASPM-declarations-to-linux-pci.h.patch
	patches.suse/PCI-ACPI-Rename-_HPX-structs-from-hpp_-to-hpx_.patch
	patches.suse/PCI-ACPI-Move-_HPP-_HPX-functions-to-pci-acpi.c.patch
	patches.suse/PCI-ACPI-Remove-unnecessary-struct-hotplug_program_o.patch
	patches.suse/PCI-Use-devm_add_action_or_reset.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/dt-bindings-PCI-Add-Amazon-s-Annapurna-Labs-PCIe-hos.patch
	patches.suse/PCI-dwc-al-Add-Amazon-Annapurna-Labs-PCIe-controller.patch
	patches.suse/PCI-dwc-Add-validation-that-PCIe-core-is-set-to-corr.patch
	patches.suse/PCI-kirin-Make-structure-kirin_dw_pcie_ops-constant.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-imx6-Limit-DBI-register-length.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-armada8x-Propagate-errors-for-optional-PHYs.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/2096-backlight-rave-sp-Leave-initial-state-and-register-w.patch
	patches.suse/2097-backlight-lm3630a-Switch-to-use-fwnode_property_coun.patch
	patches.suse/2098-backlight-lms283gf05-Fix-a-typo-in-the-description-p.patch
	patches.suse/0001-video-backlight-Drop-default-m-for-LCD-BACKLIGHT_CLA.patch
	patches.suse/2100-video-backlight-tosa_lcd-drop-check-because-i2c_unre.patch
	patches.suse/2101-backlight-gpio-backlight-Correct-initial-power-state.patch
	patches.suse/2102-backlight-Expose-brightness-curve-type-through-sysfs.patch
	patches.suse/2103-backlight-pwm_bl-Set-scale-type-for-CIE-1931-curves.patch
	patches.suse/2104-backlight-pwm_bl-Set-scale-type-for-brightness-curve.patch
	patches.suse/mfd-max77620-Add-of_node_put-before-return.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/vfs-Convert-functionfs-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/2105-drivers-gpu-drm-via-convert-put_page-to-put_user_pag.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-migrate-c-clean-up-useless-code-in-migrate_vma_collect_pmd.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/nbd-rename-the-runtime-flags-as-NBD_RT_-prefixed.patch
	patches.suse/nbd-fix-possible-page-fault-for-nbd-disk.patch
	patches.suse/ata-libahci_platform-Add-of_node_put-before-loop-exi.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-atmel_ssc_dai-Remove-wrong-spinlock-usage.patch
	patches.suse/ASoC-rsnd-do-error-check-after-rsnd_channel_normaliz.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/ASoC-ti-fix-SND_SOC_DM365_VOICE_CODEC-dependencies.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/2106-i2c-replace-i2c_new_secondary_device-with-an-ERR_PTR.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-imx-ACPI-support-for-NXP-i2c-controller.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/0001-fuse-require-dev-fuse-reads-to-have-enough-buffer-capacity-take-2.patch
	patches.suse/0002-fuse-cleanup-fuse_wait_on_page_writeback.patch
	patches.suse/cuse-fix-broken-release.patch
	patches.suse/0004-fuse-convert-to-use-the-new-mount-api.patch
	patches.suse/0005-vfs-subtype-handling-moved-to-fuse.patch
	patches.suse/fuse-fix-deadlock-with-aio-poll-and-fuse_iqueue-wait.patch
	patches.suse/0007-fuse-flatten-struct-fuse_args.patch
	patches.suse/0008-fuse-rearrange-and-resize-fuse_args-fields.patch
	patches.suse/0009-fuse-simplify-nofail-request.patch
	patches.suse/0010-fuse-convert-flush-to-simple-api.patch
	patches.suse/0011-fuse-add-noreply-to-fuse_args.patch
	patches.suse/0012-fuse-convert-fuse_force_forget-to-simple-api.patch
	patches.suse/0013-fuse-add-nocreds-to-fuse_args.patch
	patches.suse/0014-fuse-convert-destroy-to-simple-api.patch
	patches.suse/0015-fuse-add-pages-to-fuse_args.patch
	patches.suse/0016-fuse-convert-readlink-to-simple-api.patch
	patches.suse/0017-fuse-move-page-alloc.patch
	patches.suse/0018-fuse-convert-ioctl-to-simple-api.patch
	patches.suse/0019-fuse-fuse_short_read-don-t-take-fuse_req-as-argument.patch
	patches.suse/0020-fuse-covert-readpage-to-simple-api.patch
	patches.suse/0021-fuse-convert-sync-write-to-simple-api.patch
	patches.suse/0022-fuse-add-simple-background-helper.patch
	patches.suse/0023-fuse-convert-direct_io-to-simple-api.patch
	patches.suse/0024-fuse-convert-readpages-to-simple-api.patch
	patches.suse/0025-fuse-convert-readdir-to-simple-api.patch
	patches.suse/0026-fuse-convert-writepages-to-simple-api.patch
	patches.suse/0027-fuse-convert-init-to-simple-api.patch
	patches.suse/0028-cuse-convert-init-to-simple-api.patch
	patches.suse/0029-fuse-convert-release-to-simple-api.patch
	patches.suse/0030-fuse-convert-retrieve-to-simple-api.patch
	patches.suse/0031-fuse-unexport-request-ops.patch
	patches.suse/0032-fuse-simplify-request-allocation.patch
	patches.suse/0033-fuse-clean-up-fuse_req.patch
	patches.suse/0034-fuse-stop-copying-args-to-fuse_req.patch
	patches.suse/0035-fuse-stop-copying-pages-to-fuse_req.patch
	patches.suse/fuse-fix-request-limit.patch
	patches.suse/0037-fuse-export-fuse_end_request.patch
	patches.suse/0038-fuse-export-fuse_len_args.patch
	patches.suse/0039-fuse-export-fuse_send_init_request.patch
	patches.suse/0040-fuse-export-fuse_get_unique.patch
	patches.suse/0041-fuse-export-fuse_dequeue_forget-function.patch
	patches.suse/0042-fuse-extract-fuse_fill_super_common.patch
	patches.suse/0043-fuse-add-fuse_iqueue_ops-callbacks.patch
	patches.suse/0044-fuse-separate-fuse-device-allocation-and-installation-in-fuse_conn.patch
	patches.suse/0045-fuse-delete-dentry-if-timeout-is-zero.patch
	patches.suse/0046-fuse-dissociate-destroy-from-fuseblk.patch
	patches.suse/0047-fuse-allow-skipping-control-interface-and-forced-unmount.patch
	patches.suse/0049-fuse-reserve-byteswapped-init-opcodes.patch
	patches.suse/fuse-fix-missing-unlock_page-in-fuse_writepage.patch
	patches.suse/0053-fuse-on-64-bit-store-time-in-d_fsdata-directly.patch
	patches.suse/0054-fuse-kmemcg-account-fs-data.patch
	patches.suse/0055-fuse-unexport-fuse_put_request.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/0058-fuse-make-fuse_args_to_req-static.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/kexec-restore-arch_kexec_kernel_image_probe-declarat.patch
	patches.suse/lib-lzo-lzo1x_compress.c-fix-alignment-bug-in-lzo-rl.patch
	patches.suse/2107-drm-amdgpu-untag-user-pointers.patch
	patches.suse/2108-drm-radeon-untag-user-pointers-in-radeon_gem_userptr.patch
	patches.suse/vfio-type1-untag-user-pointers-in-vaddr_get_pfn
	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/NFSv4-Handle-NFS4ERR_OLD_STATEID-in-CLOSE-OPEN_DOWNG.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/2109-Revert-drm-bridge-adv7511-Attach-to-DSI-host-at-prob.patch
	patches.suse/2110-drm-kms-Duct-tape-for-mode-object-lifetime-checks.patch
	patches.suse/drm-atomic-Take-the-atomic-toys-away-from-X.patch
	patches.suse/drm-atomic-Reject-FLIP_ASYNC-unconditionally.patch
	patches.suse/2113-drm-atomic-Rename-crtc_state-pageflip_flags-to-async.patch
	patches.suse/2114-drm-Fix-kerneldoc-and-remove-unused-struct-member-in.patch
	patches.suse/2115-drm-Measure-Self-Refresh-Entry-Exit-times-to-avoid-t.patch
	patches.suse/2116-drm-panfrost-Fix-regulator_get_optional-misuse.patch
	patches.suse/2117-drm-panfrost-Remove-NULL-checks-for-regulator.patch
	patches.suse/2118-drm-panfrost-Prevent-race-when-handling-page-fault.patch
	patches.suse/2119-drm-amd-display-Add-stereo-mux-and-dig-programming-c.patch
	patches.suse/2120-drm-amdgpu-disable-stutter-mode-for-renoir.patch
	patches.suse/2121-drm-amd-display-update-renoir_ip_offset.h.patch
	patches.suse/2122-drm-amdgpu-Add-smu-lock-around-in-pp_smu_i2c_bus_acc.patch
	patches.suse/2123-drm-amdgpu-Remove-clock-gating-restore.patch
	patches.suse/2124-drm-amdgpu-remove-program-of-lbpw-for-renoir.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/2129-drm-amd-amdgpu-power-up-sdma-engine-when-S3-resume-b.patch
	patches.suse/0004-drm-amdgpu-Fix-KFD-related-kernel-oops-on-Hawaii.patch
	patches.suse/2131-drm-amd-display-add-Asic-ID-for-Dali.patch
	patches.suse/2132-drm-amd-display-Implement-voltage-limitation-for-dal.patch
	patches.suse/drm-amd-display-Restore-backlight-brightness-after-s.patch
	patches.suse/2134-drm-amd-powerplay-implement-sysfs-for-getting-dpm-cl.patch
	patches.suse/2135-drm-amdkfd-Swap-trap-temporary-registers-in-gfx10-tr.patch
	patches.suse/2136-drm-amdgpu-add-navi14-PCI-ID-for-work-station-SKU.patch
	patches.suse/2137-drm-amdgpu-add-navi12-pci-id.patch
	patches.suse/2138-drm-amdgpu-flag-navi12-and-14-as-experimental-for-5..patch
	patches.suse/drm-amdgpu-display-fix-64-bit-divide.patch
	patches.suse/2140-drm-amdgpu-display-include-slab.h-in-dcn21_resource..patch
	patches.suse/2141-drm-amdgpu-gfx10-add-support-for-wks-firmware-loadin.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/drivers-thermal-processor_thermal_device-Export-sysf.patch
	patches.suse/thermal-int340x-processor_thermal-Add-Ice-Lake-suppo.patch
	patches.suse/thermal-intel-int340x_thermal-Remove-unnecessary-acp.patch
	patches.suse/thermal-intel-int3403-replace-printk-KERN_WARN.-with.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/rq-qos-get-rid-of-redundant-wbt_update_limits.patch
	patches.suse/block-fix-null-pointer-dereference-in-blk_mq_rq_time.patch
	patches.suse/pwm-imx-document-known-limitations.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/0048-fuse-reserve-values-for-mapping-protocol.patch
	patches.suse/0050-virtio-fs-add-documentation-filesystems-virtiofs-rst.patch
	patches.suse/0051-virtio-fs-add-virtiofs-filesystem.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/ima-use-struct_size-in-kzalloc.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-book3s64-radix-Remove-WARN_ON-in-destroy_con.patch
	patches.suse/powerpc-Fix-definition-of-PCR-bits-to-work-with-old-.patch
	patches.suse/powerpc-64s-Set-reserved-PCR-bits.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/gianfar-Make-reset_gfar-static.patch
	patches.suse/net-stmmac-selftests-Flow-Control-test-can-also-run-.patch
	patches.suse/net-macb-Remove-dead-code.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/iwlwifi-mvm-fix-build-w-o-CONFIG_THERMAL.patch
	patches.suse/rtw88-pci-extract-skbs-free-routine-for-trx-rings.patch
	patches.suse/rtw88-pci-release-tx-skbs-DMAed-when-stop.patch
	patches.suse/zd1211rw-zd_usb-Use-zu-to-format-size_t.patch
	patches.suse/rtw88-configure-firmware-after-HCI-started.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/selftests-bpf-test_progs-fix-client-server-race-in-t.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-delete-unused-variables-in-test_sysctl.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/net-sched-Set-default-of-CONFIG_NET_TC_SKB_EXT-to-N.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-add-NFT_CHAIN_POLICY_UNSET-and-u.patch
	patches.suse/netfilter-nf_tables_offload-fix-always-true-policy-i.patch
	patches.suse/netfilter-nf_tables-allow-lookups-in-dynamic-sets.patch
	patches.suse/netfilter-nf_tables-bogus-EBUSY-when-deleting-flowta.patch
	patches.suse/net-dsa-microchip-Always-set-regmap-stride-to-1.patch
	patches.suse/lib-dimlib-fix-help-text-typos.patch
	patches.suse/ptp-correctly-disable-flags-on-old-ioctls.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/net-tap-clean-up-an-indentation-issue.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/thermal-db8500-Finalize-device-tree-conversion.patch
	patches.suse/thermal-db8500-Use-dev-helper-variable.patch
	patches.suse/thermal-db8500-Rewrite-to-be-a-pure-OF-sensor.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/random-try-to-actively-add-entropy-rather-than-passi.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/block-pg-add-header-include-guard.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/2145-drm-amd-powerplay-add-sensor-lock-support-for-smu.patch
	patches.suse/2146-Revert-drm-amdgpu-disable-stutter-mode-for-renoir.patch
	patches.suse/2147-drm-amdgpu-don-t-increment-vram-lost-if-we-are-in-hi.patch
	patches.suse/2148-drm-amdgpu-return-tcc_disabled_mask-to-userspace.patch
	patches.suse/drm-amdgpu-fix-multiple-memory-leaks-in-acp_hw_init.patch
	patches.suse/2151-drm-amdgpu-make-pmu-support-optional-again.patch
	patches.suse/2152-drm-amdgpu-hide-another-warning.patch
	patches.suse/2153-drm-amdgpu-display_mode_vba_21-remove-uint-typedef.patch
	patches.suse/2154-drm-amd-display-hide-an-unused-variable.patch
	patches.suse/2155-drm-amd-display-fix-dcn21-Makefile-for-clang.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/2160-drm-tilcdc-include-linux-pinctrl-consumer.h-again.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-enumerate-support-for-clzero-instruction
	patches.suse/kvm-x86-expose-xsaveerptr-to-the-guest
	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-drop-bridge-nf-reset-from-nf_reset.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/net-phy-extract-link-partner-advertisement-reading.patch
	patches.suse/net-phy-extract-pause-mode.patch
	patches.suse/net-phy-at803x-use-operating-parameters-from-PHY-spe.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/2164-video-logo-remove-unneeded-.o-pattern-from-clean-fil.patch
	patches.suse/2165-video-logo-do-not-generate-unneeded-logo-C-files.patch
	patches.suse/namespace-fix-namespace.pl-script-to-support-relativ.patch
	patches.suse/scripts-setlocalversion-clear-local-variable-to-make.patch
	patches.suse/arm64-arm-configs-change-config_remoteproc-from-m-to-y
	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/dma-mapping-fix-false-positivse-warnings-in-dma_common_free_remap
	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-mm-fix-spurious-fault-detection.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/lib-vdso-Remove-CROSS_COMPILE_COMPAT_VDSO.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/bdi-Do-not-use-freezable-workqueue.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/2166-drm-panel-lg-lb035q02-Fix-SPI-alias.patch
	patches.suse/2167-drm-panel-nec-nl8048hl11-Fix-SPI-alias.patch
	patches.suse/2168-drm-panel-sony-acx565akm-Fix-SPI-alias.patch
	patches.suse/2169-drm-panel-tpo-td028ttec1-Fix-SPI-alias.patch
	patches.suse/2170-drm-panel-tpo-td043mtea1-Fix-SPI-alias.patch
	patches.suse/2171-drm-bridge-tc358767-fix-max_tu_symbol-value.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/net-sctp-Rename-fallthrough-label-to-unhandled.patch
	patches.suse/compiler_attributes.h-Add-fallthrough-pseudo-keyword.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/2188-xen-Stop-abusing-DT-of_dma_configure-API.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/powerpc-kvm-Fix-kvmppc_vcore-in_guest-value-in-kvmhv.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/lib-string-Make-memzero_explicit-inline-instead-of-e.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-msr-add-new-cpu-model-numbers-for-ice-lake.patch
	patches.suse/perf-x86-cstate-update-c-state-counters-for-ice-lake.patch
	patches.suse/perf-x86-intel-add-tiger-lake-cpu-support.patch
	patches.suse/perf-x86-msr-add-tiger-lake-cpu-support.patch
	patches.suse/perf-x86-cstate-add-tiger-lake-cpu-support.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/tty-serial-fsl_lpuart-Fix-lpuart_flush_buffer.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-spi-nor-Fix-direction-of-the-write_sr-transfer.patch
	patches.suse/mtd-rawnand-au1550nd-Fix-au_read_buf16-prototype.patch
	patches.suse/hwmon-k10temp-update-documentation-and-add-temp2_input.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/parisc-Remove-32-bit-DMA-enforcement-from-sba_iommu.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/gpio-merrifield-Restore-use-of-irq_base.patch
	patches.suse/gpiolib-Initialize-the-hardware-with-a-callback.patch
	patches.suse/gpio-intel-mid-Move-hardware-initialization-to-callb.patch
	patches.suse/gpio-lynxpoint-Move-hardware-initialization-to-callb.patch
	patches.suse/gpio-merrifield-Move-hardware-initialization-to-call.patch
	patches.suse/gpio-lynxpoint-set-default-handler-to-be-handle_bad_.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/2193-drm-amdgpu-powerplay-fix-typo-in-mvdd-table-setup.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/2197-drm-tiny-Kconfig-Remove-always-y-THERMAL-dep.-from-T.patch
	patches.suse/drm-edid-Add-6-bpc-quirk-for-SDC-panel-in-Lenovo-G50.patch
	patches.suse/0026-dma-buf-resv-fix-exclusive-fence-get.patch
	patches.suse/drm-msm-dsi-Implement-reset-correctly.patch
	patches.suse/2200-drm-ttm-fix-busy-reference-in-ttm_mem_evict_first.patch
	patches.suse/drm-ttm-Restore-ttm-prefaulting.patch
	patches.suse/2202-drm-ttm-fix-handling-in-ttm_bo_add_mem_to_lru.patch
	patches.suse/2203-drm-panfrost-Add-missing-GPU-feature-registers.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-Fix-kcore-macros-after-52-bit-virtual-addressi.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-entry.S-Do-not-preempt-from-IRQ-before-all-cpu.patch
	patches.suse/arm64-sysreg-fix-incorrect-definition-of-SYS_PAR_EL1.patch
	patches.suse/arm64-mm-fix-inverted-PAR_EL1.F-check.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-PM-Drop-Dell-XPS13-9360-from-LPS0-Idle-_DSM-bla.patch
	patches.suse/ACPI-CPPC-Set-pcc_data-pcc_ss_id-to-NULL-in-acpi_cpp.patch
	patches.suse/ACPI-HMAT-ACPI_HMAT_MEMORY_PD_VALID-is-deprecated-si.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-arm-smmu-free-context-bitmap-in-the-err-path-of-arm_smmu_init_domain_context
	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-clone-Make-__hash_find-static.patch
	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/block-Fix-elv_support_iosched.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/nvmet-loop-fix-possible-leakage-during-error-flow.patch
	patches.suse/nvme-tcp-fix-possible-leakage-during-error-flow.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/mm-init-mm.c-include-linux-mman.h-for-vm_committed_a.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_hwsim-fix-incorrect-dev_alloc_name-failure-.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/cfg80211-fix-a-bunch-of-RCU-issues-in-multi-bssid-co.patch
	patches.suse/mac80211-accept-deauth-frames-in-IBSS-mode.patch
	patches.suse/mac80211-fix-scan-when-operating-on-DFS-channels-in-.patch
	patches.suse/ip6erspan-remove-the-incorrect-mtu-limit-for-ip6ersp.patch
	patches.suse/net-stmmac-fix-length-of-PTP-clock-s-name-string.patch
	patches.suse/net-stmmac-fix-disabling-flexible-PPS-output.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/tools-bpf-Use-building_out_of_srctree-to-determine-s.patch
	patches.suse/libbpf-handle-symbol-versioning-properly-for-libbpf..patch
	patches.suse/selftests-bpf-test_progs-Don-t-leak-server_fd-in-tcp.patch
	patches.suse/selftests-bpf-test_progs-Don-t-leak-server_fd-in-tes.patch
	patches.suse/samples-bpf-Fix-build-for-task_fd_query_user.c.patch
	patches.suse/xsk-Fix-crash-in-poll-when-device-does-not-support-n.patch
	patches.suse/samples-bpf-Add-a-workaround-for-asm_inline.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/rt2x00-remove-input-polldev.h-header.patch
	patches.suse/iwlwifi-don-t-access-trans_cfg-via-cfg.patch
	patches.suse/iwlwifi-fix-ACPI-table-revision-checks.patch
	patches.suse/iwlwifi-mvm-force-single-phy-init.patch
	patches.suse/iwlwifi-mvm-fix-race-in-sync-rx-queue-notification.patch
	patches.suse/iwlwifi-pcie-fix-indexing-in-command-dump-for-new-HW.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/davinci_cpdma-make-cpdma_chan_split_pool-static.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-add-irq-for-the-dpmac-connect-disconnect-e.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/macb-propagate-errors-when-getting-optional-clocks.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-gic-v3-Fix-GIC_LINE_NR-accessor.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/vfio-type1-initialize-resv_msi_base
	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-soc-component-fix-a-couple-missing-error-assign.patch
	patches.suse/ASoC-topology-Fix-a-signedness-bug-in-soc_tplg_dapm_.patch
	patches.suse/ASoC-max98373-check-for-device-node-before-parsing.patch
	patches.suse/ASoC-wm_adsp-Fix-theoretical-NULL-pointer-for-alg_re.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-pcm-fix-resource-leak-in-hw_free.patch
	patches.suse/ASoC-SOF-pcm-harden-PCM-STOP-sequence.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-intel-sof_rt5682-use-separate-route-map-for-dmi.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-core-Fix-pcm-code-debugfs-error.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-stm32-sai-fix-sysclk-management-on-shutdown.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/soc-imx-imx-scu-getting-uid-from-scu-should-have-response.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/ARM-OMAP2-Plug-in-device_enable-idle-ops-for-IOMMUs.patch
	patches.suse/ARM-OMAP2-Add-pdata-for-OMAP3-ISP-IOMMU.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/iommu-vt-d-return-the-correct-dma-mask-when-we-are-bypassing-the-iommu
	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/ata-libahci_platform-Fix-regulator_get_optional-misu.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/sysfs-Fixes-__BIN_ATTR_WO-macro.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-clarify-comment-about-timestamp-granularity-for-old-servers.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/0002-x86-cpu-vmware-Use-the-full-form-of-INL-in-VMWARE_HY.patch
	patches.suse/0003-x86-cpu-vmware-Fix-platform-detection-VMWARE_PORT-ma.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/0060-virtio-fs-change-module-name-to-virtiofs-ko.patch
	patches.suse/0061-virtio-fs-don-t-show-mount-options.patch
	patches.suse/0062-fuse-don-t-dereference-req-args-on-finished-request.patch
	patches.suse/0063-fuse-don-t-advise-readdirplus-for-negative-lookup.patch
	patches.suse/0064-virtiofs-do-not-end-request-in-submission-context.patch
	patches.suse/0065-virtiofs-no-need-to-check-fpq-connected-state.patch
	patches.suse/0066-virtiofs-set-fr_sent-flag-only-after-request-has-been-sent.patch
	patches.suse/0067-virtiofs-count-pending-forgets-as-in_flight-forgets.patch
	patches.suse/0068-virtiofs-retry-request-submission-from-worker-context.patch
	patches.suse/0069-virtiofs-remove-set-but-not-used-variable-fc.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/0072-fuse-add-changelog-entries-for-protocols-7-1-7-8.patch
	patches.suse/0073-fuse-redundant-get_fuse_inode-calls-in-fuse_writepages_fill.patch
	patches.suse/iommu-ipmmu-vmsa-remove-dev_err-on-platform_get_irq-failure
	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/2214-drm-etnaviv-fix-deadlock-in-GPU-coredump.patch
	patches.suse/2215-drm-etnaviv-reinstate-MMUv1-command-buffer-window-ch.patch
	patches.suse/0001-drm-etnaviv-fix-dumping-of-iommuv2.patch
	patches.suse/2217-panfrost-Properly-undo-pm_runtime_enable-when-deferr.patch
	patches.suse/drm-v3d-Fix-memory-leak-in-v3d_submit_cl_ioctl.patch
	patches.suse/2219-drm-panfrost-fix-Wmissing-prototypes-warnings.patch
	patches.suse/2220-drm-panfrost-Don-t-dereference-bogus-MMU-pointers.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/2225-drm-amd-display-Change-Navi14-s-DWB-flag-to-1.patch
	patches.suse/drm-amdgpu-gfx10-update-gfx-golden-settings.patch
	patches.suse/2227-drm-amdgpu-gfx10-update-gfx-golden-settings-for-navi.patch
	patches.suse/2228-drm-amdgpu-gfx10-update-gfx-golden-settings-for-navi.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/2232-drm-amd-display-Allow-inverted-gamma.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/2235-drm-amd-display-setting-the-DIG_MODE-to-the-correct-.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/2239-drm-radeon-Fix-EEH-during-kexec.patch
	patches.suse/2240-drm-amdgpu-fix-stack-alignment-ABI-mismatch-for-Clan.patch
	patches.suse/2241-drm-amdgpu-fix-stack-alignment-ABI-mismatch-for-GCC-.patch
	patches.suse/2242-drm-amdgpu-enable-msse2-for-GCC-7.1-users.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/efi-efi_test-Lock-down-dev-efi_test-and-require-CAP_.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-nf_tables_offload-restore-basechain-deleti.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/net-dpaa2-Use-the-correct-style-for-SPDX-License-Ide.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-Disallow-setting-of-HT-for-channel-14.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/iwlwifi-pcie-fix-merge-damage-on-making-QnJ-exclusiv.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-mvm-handle-iwl_mvm_tvqm_enable_txq-error-ret.patch
	patches.suse/iwlwifi-pcie-add-workaround-for-power-gating-in-inte.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-mt76x2e-disable-pcie_aspm-by-default.patch
	patches.suse/mt76-dma-fix-buffer-unmap-with-non-linear-skbs.patch
	patches.suse/iwlwifi-fw-api-support-new-API-for-scan-config-cmd.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/Revert-gpio-merrifield-Move-hardware-initialization-.patch
	patches.suse/Revert-gpio-merrifield-Restore-use-of-irq_base.patch
	patches.suse/Revert-gpio-merrifield-Pass-irqchip-when-adding-gpio.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-mmu_notifiers-use-the-right-return-code-for-WARN_.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/2244-drm-atomic-fix-self-refresh-helpers-crtc-state-deref.patch
	patches.suse/2245-drm-shmem-Add-docbook-comments-for-drm_gem_shmem_obj.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/2248-drm-amdgpu-arcturus-properly-set-BANK_SELECT-and-FRA.patch
	patches.suse/drm-amdgpu-dont-schedule-jobs-while-in-reset.patch
	patches.suse/2250-drm-amd-display-Add-ENGINE_ID_DIGD-condition-check-f.patch
	patches.suse/2251-Revert-drm-amd-display-setting-the-DIG_MODE-to-the-c.patch
	patches.suse/2252-drm-amdgpu-add-navi14-PCI-ID.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/2255-drm-amdgpu-add-dummy-read-by-engines-for-some-GCVM-s.patch
	patches.suse/drm-amdgpu-add-warning-for-GRBM-1-cycle-delay-issue-.patch
	patches.suse/2257-drm-amdgpu-renoir-move-gfxoff-handling-into-gfx9-mod.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-max98373-replace-gpio_request-with-devm_gpio_re.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-doc-Add-Andrii-as-official-reviewer-to-BPF-subsy.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_offload-check-for-register-data-.patch
	patches.suse/netfilter-nf_tables-Align-nft_expr-private-data-to-6.patch
	patches.suse/netfilter-nf_tables-fix-unexpected-EOPNOTSUPP-error.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/0011-net-stmmac-Fix-the-TX-IOC-in-xmit-path.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/pinctrl-stmfx-fix-valid_mask-init-sequence.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/irq-irqdomain-Update-__irq_domain_alloc_fwnode-funct.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-depend-on-ACPI-OF.patch
	patches.suse/soundwire-intel-fix-intel_register_dai-PDI-offsets-a.patch
	patches.suse/soundwire-slave-fix-scanf-format.patch
	patches.suse/intel_th-gth-Fix-the-window-switching-sequence.patch
	patches.suse/intel_th-msu-Fix-an-uninitialized-mutex.patch
	patches.suse/intel_th-msu-Fix-missing-allocation-failure-check-on.patch
	patches.suse/intel_th-msu-Fix-overflow-in-shift-of-an-unsigned-in.patch
	patches.suse/intel_th-msu-Fix-possible-memory-leak-in-mode_store.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/2277-drm-amdgpu-fix-null-pointer-deref-in-firmware-header.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/ptp-Validate-requests-to-enable-time-stamping-of-ext.patch
	patches.suse/net-reject-PTP-periodic-output-requests-with-unsuppo.patch
	patches.suse/mv88e6xxx-reject-unsupported-external-timestamp-flag.patch
	patches.suse/dp83640-reject-unsupported-external-timestamp-flags.patch
	patches.suse/igb-reject-unsupported-external-timestamp-flags.patch
	patches.suse/mlx5-reject-unsupported-external-timestamp-flags.patch
	patches.suse/renesas-reject-unsupported-external-timestamp-flags.patch
	patches.suse/ptp-Introduce-strict-checking-of-external-time-stamp.patch
	patches.suse/dp83640-Reject-requests-to-enable-time-stamping-on-b.patch
	patches.suse/igb-Reject-requests-that-fail-to-enable-time-stampin.patch
	patches.suse/mlx5-Reject-requests-to-enable-time-stamping-on-both.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/2278-drm-amdgpu-remove-experimental-flag-for-Navi14.patch
	patches.suse/drm-amd-powerplay-issue-no-PPSMC_MSG_GetCurrPkgPwr-o.patch
	patches.suse/2280-drm-amd-powerplay-correct-fine-grained-dpm-force-lev.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/2283-Revert-drm-amd-display-enable-S-G-for-RAVEN-chip.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/r8169-disable-TSO-on-a-single-version-of-RTL8168c-to.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/net-qca_spi-fix-receive-buffer-size-check.patch
	patches.suse/net-qca_spi-Move-reset_count-to-struct-qcaspi.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/udp-drop-skb-extensions-before-marking-skb-stateless.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-Remove-duplicate-code-from-caps_show-in-tpm-sysf.patch
	patches.suse/tpm-provide-a-way-to-override-the-chip-returned-dura.patch
	patches.suse/tpm_tis-override-durations-for-STM-tpm-with-firmware.patch
	patches.suse/tpm-Add-a-flag-to-indicate-TPM-power-is-managed-by-f.patch
	patches.suse/tpm-tpm_tis_spi-Introduce-a-flow-control-callback.patch
	patches.suse/tpm-tpm_tis_spi-Support-cr50-devices.patch
	patches.suse/tpm-tpm_tis_spi-Cleanup-includes.patch
	patches.suse/tpm-tpm_tis_spi-Drop-THIS_MODULE-usage-from-driver-s.patch
	patches.suse/tpm-add-check-after-commands-attribs-tab-allocation.patch
	patches.suse/tpm-use-GFP_KERNEL-instead-of-GFP_HIGHMEM-for-tpm_bu.patch
	patches.suse/tpm-Move-tpm_buf-code-to-include-linux.patch
	patches.suse/KEYS-Use-common-tpm_buf-for-trusted-and-asymmetric-k.patch
	patches.suse/KEYS-trusted-Create-trusted-keys-subsystem.patch
	patches.suse/KEYS-trusted-Move-TPM2-trusted-keys-code.patch
	patches.suse/tpm_crb-fix-fTPM-on-AMD-Zen-CPUs.patch
	patches.suse/tpm-Switch-to-platform_get_irq_optional.patch
	patches.suse/KEYS-trusted-Remove-set-but-not-used-variable-keyhnd.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/ata-Documentation-fix-function-names.patch
	patches.suse/ata-define-AC_ERR_OK.patch
	patches.suse/ata-make-qc_prep-return-ata_completion_errors.patch
	patches.suse/ata-sata_mv-avoid-trigerrable-BUG_ON.patch
	patches.suse/ata_piix-remove-open-coded-dmi_match-DMI_OEM_STRING.patch
	patches.suse/ata-pata_artop-make-arrays-static-const-makes-object.patch
	patches.suse/block-Fix-three-kernel-doc-warnings.patch
	patches.suse/block-Fix-writeback-throttling-W-1-compiler-warnings.patch
	patches.suse/block-Remove-request_queue.nr_queues.patch
	patches.suse/block-Remove-dying-checks-from-sysfs-callbacks.patch
	patches.suse/block-Reduce-sysfs_lock-locking-inside-blk_cleanup_q.patch
	patches.suse/block-Document-all-members-of-blk_mq_tag_set-and-bkl.patch
	patches.suse/blk-mq-Inline-status-checkers.patch
	patches.suse/blk-mq-Reuse-callback-in-blk_mq_in_flight.patch
	patches.suse/blk-mq-Embed-counters-into-struct-mq_inflight.patch
	patches.suse/blk-stat-Optimise-blk_stat_add.patch
	patches.suse/block-account-statistics-for-passthrough-requests.patch
	patches.suse/block-Remove-the-synchronize_rcu-call-from-__blk_mq_.patch
	patches.suse/block-Reduce-the-amount-of-memory-required-per-reque.patch
	patches.suse/block-Reduce-the-amount-of-memory-used-for-tag-sets.patch
	patches.suse/block-reorder-bio-__bi_remaining-for-better-packing.patch
	patches.suse/blk-mq-remove-needless-goto-from-blk_mq_get_driver_t.patch
	patches.suse/blk-mq-fill-header-with-kernel-doc.patch
	patches.suse/fcntl-fix-typo-in-RWH_WRITE_LIFE_NOT_SET-r-w-hint-na.patch
	patches.suse/blk-mq-Make-blk_mq_run_hw_queue-return-void.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/block-sed-opal-Generalizing-write-data-to-any-opal-t.patch
	patches.suse/block-sed-opal-Add-support-to-read-write-opal-tables.patch
	patches.suse/block-sed-opal-Introduce-Opal-Datastore-UID.patch
	patches.suse/blk-mq-make-sure-that-line-break-can-be-printed.patch
	patches.suse/block-avoid-blk_bio_segment_split-for-small-I-O-oper.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-add-zone-open-close-and-finish-ioctl-support.patch
	patches.suse/bfq-iosched-relocate-bfqg_-rwstat-helpers.patch
	patches.suse/bfq-iosched-stop-using-blkg-stat_bytes-and-stat_ios.patch
	patches.suse/blk-throtl-stop-using-blkg-stat_bytes-and-stat_ios.patch
	patches.suse/blk-cgroup-remove-now-unused-blkg_print_stat_-bytes-.patch
	patches.suse/blk-cgroup-reimplement-basic-IO-stats-using-cgroup-r.patch
	patches.suse/blk-cgroup-separate-out-blkg_rwstat-under-CONFIG_BLK.patch
	patches.suse/block-still-try-to-split-bio-if-the-bvec-crosses-pag.patch
	patches.suse/block-split-bio-if-the-only-bvec-s-length-is-SZ_4K.patch
	patches.suse/blk-mq-Delete-blk_mq_has_free_tags-and-blk_mq_can_qu.patch
	patches.suse/sbitmap-Delete-sbitmap_any_bit_clear.patch
	patches.suse/block-Don-t-disable-interrupts-in-trigger_softirq.patch
	patches.suse/blk-cgroup-cgroup_rstat_updated-shouldn-t-be-called-.patch
	patches.suse/block-sed-opal-Introduce-SUM_SET_LIST-parameter-and-.patch
	patches.suse/block-bfq-Skip-tracing-hooks-if-possible.patch
	patches.suse/block-add-iostat-counters-for-flush-requests.patch
	patches.suse/Revert-block-split-bio-if-the-only-bvec-s-length-is-.patch
	patches.suse/null_blk-Improve-nullb_device_-NAME-_store-readabili.patch
	patches.suse/null_blk-Enable-modifying-submit_queues-after-an-ins.patch
	patches.suse/null_blk-return-fixed-zoned-reads-write-pointer.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/block-mtip32xx-Spelling-s-configration-configuration.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/nvme-pci-Spelling-s-resdicovered-rediscovered.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/dm-add-zone-open-close-and-finish-support.patch
	patches.suse/null_blk-add-zone-open-close-and-finish-support.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/0001-drivers-md-raid5-ppl.c-use-the-new-spelling-of-RWH_W.patch
	patches.suse/scsi-sd_zbc-add-zone-open-close-and-finish-support.patch
	patches.suse/nvme-Add-hardware-monitoring-support.patch
	patches.suse/nvme-Discard-workaround-for-non-conformant-devices.patch
	patches.suse/nvmet-add-another-maintainer.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/null_blk-Add-zone_nr_conv-to-features.patch
	patches.suse/scsi-sd_zbc-Cleanup-sd_zbc_alloc_report_buffer.patch
	patches.suse/0014-block-rework-zone-reporting.patch
	patches.suse/scsi-sd_zbc-Remove-set-but-not-used-variable-buflen.patch
	patches.suse/0023-block-refactor-rescan_partitions.patch
	patches.suse/block-merge-invalidate_partitions-into-rescan_partit.patch
	patches.suse/block-move-rescan_partitions-to-fs-block_dev.c.patch
	patches.suse/block-fix-bdev_disk_changed-for-non-partitioned-devi.patch
	patches.suse/block-remove-__-blkdev_reread_part-as-an-exported-AP.patch
	patches.suse/block-move-clearing-bd_invalidated-into-check_disk_s.patch
	patches.suse/dm-table-do-not-allow-request-based-DM-to-stack-on-p.patch
	patches.suse/dm-raid-change-rs_set_dev_and_array_sectors-API-and-.patch
	patches.suse/dm-raid-to-ensure-resynchronization-perform-raid-set.patch
	patches.suse/dm-raid-simplify-rs_setup_recovery-call-chain.patch
	patches.suse/dm-raid-streamline-rs_get_progress-and-its-raid_stat.patch
	patches.suse/dm-stripe-use-struct_size-in-kmalloc.patch
	patches.suse/dm-writecache-fix-uninitialized-variable-warning.patch
	patches.suse/dm-writecache-handle-REQ_FUA.patch
	patches.suse/dm-clone-replace-spin_lock_irqsave-with-spin_lock_ir.patch
	patches.suse/dm-clone-add-bucket_lock_irq-bucket_unlock_irq-helpe.patch
	patches.suse/dm-thin-replace-spin_lock_irqsave-with-spin_lock_irq.patch
	patches.suse/dm-bio-prison-replace-spin_lock_irqsave-with-spin_lo.patch
	patches.suse/dm-cache-replace-spin_lock_irqsave-with-spin_lock_ir.patch
	patches.suse/dm-dust-change-result-vars-to-r.patch
	patches.suse/dm-dust-change-ret-to-r-in-dust_map_read-and-dust_ma.patch
	patches.suse/dm-dust-add-limited-write-failure-mode.patch
	patches.suse/dm-zoned-reduce-overhead-of-backing-device-checks.patch
	patches.suse/dm-raid-Remove-unnecessary-negation-of-a-shift-in-ra.patch
	patches.suse/dm-integrity-fix-excessive-alignment-of-metadata-run.patch
	patches.suse/dm-thin-wakeup-worker-only-when-deferred-bios-exist.patch
	patches.suse/dm-Fix-Kconfig-indentation.patch
	patches.suse/Revert-dm-crypt-use-WQ_HIGHPRI-for-the-IO-and-crypt-.patch
	patches.suse/mtd-Remove-dev_err-usage-after-platform_get_irq.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-don-t-free-cfi-cfiq-in-error-pat.patch
	patches.suse/mtd-cfi_cmdset_0002-only-check-errors-when-ready-in-.patch
	patches.suse/mtd-spi-nor-intel-spi-support-chips-without-software.patch
	patches.suse/mtd-spi-nor-intel-spi-add-support-for-Intel-Cannon-L.patch
	patches.suse/mtd-spi-nor-add-support-for-en25qh16.patch
	patches.suse/mtd-spi-nor-hisi-sfc-Drop-nor-erase-NULL-assignment.patch
	patches.suse/mtd-spi-nor-Introduce-struct-spi_nor_controller_ops.patch
	patches.suse/mtd-spi-nor-cadence-quadspi-Fix-cqspi_command_read-d.patch
	patches.suse/mtd-spi-nor-Prepend-spi_nor_-to-all-Reg-Ops-methods.patch
	patches.suse/mtd-spi-nor-Drop-duplicated-new-line.patch
	patches.suse/mtd-spi-nor-Group-all-Reg-Ops-to-avoid-forward-decla.patch
	patches.suse/mtd-spi-nor-Stop-compare-with-negative-in-Reg-Ops-me.patch
	patches.suse/mtd-spi-nor-Drop-explicit-cast-to-int-to-already-int.patch
	patches.suse/mtd-spi-nor-Don-t-overwrite-errno-from-Reg-Ops.patch
	patches.suse/mtd-spi-nor-Pointer-parameter-for-SR-in-spi_nor_read.patch
	patches.suse/mtd-spi-nor-Pointer-parameter-for-FSR-in-spi_nor_rea.patch
	patches.suse/mtd-spi-nor-Pointer-parameter-for-CR-in-spi_nor_read.patch
	patches.suse/mtd-spi-nor-Drop-redundant-error-reports-in-Reg-Ops-.patch
	patches.suse/mtd-spi-nor-Fix-retlen-handling-in-sst_write.patch
	patches.suse/mtd-spi-nor-Constify-data-to-write-to-the-Status-Reg.patch
	patches.suse/mtd-spi-nor-Print-device-info-in-case-of-error.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-spi-nor-Use-dev_dbg-insted-of-dev_err-for-low-le.patch
	patches.suse/mtd-spi-nor-Print-debug-info-inside-Reg-Ops-methods.patch
	patches.suse/mtd-spi-nor-Check-for-errors-after-each-Register-Ope.patch
	patches.suse/mtd-spi-nor-Rename-label-as-it-is-no-longer-generic.patch
	patches.suse/mtd-spi-nor-Void-return-type-for-spi_nor_clear_sr-fs.patch
	patches.suse/mtd-spi-nor-Move-the-WE-and-wait-calls-inside-Write-.patch
	patches.suse/mtd-spi-nor-Merge-spi_nor_write_sr-and-spi_nor_write.patch
	patches.suse/mtd-spi-nor-Describe-all-the-Reg-Ops.patch
	patches.suse/mtd-spi-nor-Drop-spansion_quad_enable.patch
	patches.suse/mtd-spi-nor-Fix-errno-on-Quad-Enable-methods.patch
	patches.suse/mtd-spi-nor-Check-all-the-bits-written-not-just-the-.patch
	patches.suse/mtd-spi-nor-Print-debug-message-when-the-read-back-t.patch
	patches.suse/mtd-spi-nor-Fix-clearing-of-QE-bit-on-lock-unlock.patch
	patches.suse/mtd-spi-nor-Rework-the-disabling-of-block-write-prot.patch
	patches.suse/mtd-spi-nor-Extend-the-SR-Read-Back-test.patch
	patches.suse/mtd-spi-nor-Rename-CR_QUAD_EN_SPAN-to-SR2_QUAD_EN_BI.patch
	patches.suse/mtd-spi-nor-Merge-spansion-Quad-Enable-methods.patch
	patches.suse/mtd-spi-nor-Rename-Quad-Enable-methods.patch
	patches.suse/mtd-spi-nor-Make-sure-nor-spimem-and-nor-controller_.patch
	patches.suse/mtd-spi-nor-Move-condition-to-avoid-a-NULL-check.patch
	patches.suse/mtd-spi-nor-Add-support-for-w25q256jw.patch
	patches.suse/mtd-spi-nor-Add-support-for-is25wp256.patch
	patches.suse/mtd-spi-nor-Set-default-Quad-Enable-method-for-ISSI-.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-block-group-Rework-documentation-of-check_syst.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/arm64-perf-Simplify-the-ARMv8-PMUv3-event-attributes.patch
	patches.suse/perf-imx_ddr-add-enhanced-axi-id-filter-support.patch
	patches.suse/perf-imx_ddr-add-driver-for-ddr-pmu-in-i-mx8mplus.patch
	patches.suse/perf-imx_ddr-dump-axi-id-filter-info-to-userspace.patch
	patches.suse/drivers-perf-hisi-update-the-sccl_id-ccl_id-for-cert.patch
	patches.suse/docs-arm64-cpu-feature-registers-Documents-missing-v.patch
	patches.suse/docs-arm64-cpu-feature-registers-Rewrite-bitfields-t.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-Relax-ICC_PMR_EL1-accesses-when-ICC_CTLR_EL1.P.patch
	patches.suse/arm64-cpufeature-Fix-typos-in-comment.patch
	patches.suse/arm64-docs-cpu-feature-registers-Document-ID_AA64PFR.patch
	patches.suse/arm64-kpti-Add-NVIDIA-s-Carmel-core-to-the-KPTI-whit.patch
	patches.suse/arm64-kaslr-Announce-KASLR-status-on-boot.patch
	patches.suse/arm64-kaslr-Check-command-line-before-looking-for-a-.patch
	patches.suse/s390-qdio-use-qdio_bufnr
	patches.suse/s390-qdio-reduce-log-level-for-eqbs-partial
	patches.suse/s390-qdio-remove-a-forward-declaration
	patches.suse/s390-qdio-add-statistics-helper-macro
	patches.suse/s390-qdio-simplify-thinint-device-registration
	patches.suse/s390-qdio-don-t-attempt-irq-avoidance-on-output-sbals
	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/vfio-ccw-refactor-how-the-traces-are-built
	patches.suse/vfio-ccw-trace-the-fsm-jumptable
	patches.suse/vfio-ccw-add-a-trace-for-asynchronous-requests
	patches.suse/vfio-ccw-rework-the-io_fctl-trace
	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-svm-update-svm_xsaves_supported
	patches.suse/KVM-PPC-Book3S-HV-XIVE-Set-kvm-arch.xive-when-VPs-ar.patch
	patches.suse/KVM-PPC-Book3S-Define-and-use-SRR1_MSR_BITS.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-arm64-vgic-v4-Move-the-GICv4-residency-flow-to-b.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-amd64-make-struct-amd64_family_type-global.patch
	patches.suse/edac-amd64-gather-hardware-information-early.patch
	patches.suse/edac-amd64-save-max-number-of-controllers-to-family-type.patch
	patches.suse/edac-amd64-use-cached-data-when-checking-for-ecc.patch
	patches.suse/edac-amd64-check-for-memory-before-fully-initializing-an-instance.patch
	patches.suse/edac-ghes-fix-locking-and-memory-barrier-issues.patch
	patches.suse/edac-amd64-get-rid-of-the-ecc-disabled-long-message.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-Minor-follow-ups-to-the-rescuer-destructio.patch
	patches.suse/workqueue-more-destroy_workqueue-fixes.patch
	patches.suse/workqueue-Fix-pwq-ref-leak-in-rescuer_thread.patch
	patches.suse/workqueue-Add-RCU-annotation-for-pwq-list-walk.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/writeback-use-ino_t-for-inodes-in-tracepoints.patch
	patches.suse/netprio-use-css-ID-instead-of-cgroup-ID.patch
	patches.suse/kernfs-use-dumber-locking-for-kernfs_find_and_get_no.patch
	patches.suse/kernfs-kernfs_find_and_get_node_by_ino-should-only-l.patch
	patches.suse/kernfs-convert-kernfs_node-id-from-union-kernfs_node.patch
	patches.suse/kernfs-combine-ino-id-lookup-functions-into-kernfs_f.patch
	patches.suse/kernfs-implement-custom-exportfs-ops-and-fid-type.patch
	patches.suse/kernfs-use-64bit-inos-if-ino_t-is-64bit.patch
	patches.suse/cgroup-use-cgrp-kn-id-as-the-cgroup-ID.patch
	patches.suse/cgroup-fix-incorrect-WARN_ON_ONCE-in-cgroup_setup_ro.patch
	patches.suse/writeback-fix-Wformat-compilation-warnings.patch
	patches.suse/arm64-Use-pr_warn-instead-of-pr_warning.patch
	patches.suse/acpi-Use-pr_warn-instead-of-pr_warning.patch
	patches.suse/0002-vgacon-Use-pr_warn-instead-of-pr_warning.patch
	patches.suse/dma-debug-use-pr_warn-instead-of-pr_warning
	patches.suse/ASoC-samsung-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-hisilicon-allow-compile-testing-on-x86.patch
	patches.suse/crypto-ccp-release-all-allocated-memory-if-sha-type-is-invalid.patch
	patches.suse/crypto-chtls-simplify-a-bit-create_flowc_wr_skb.patch
	patches.suse/crypto-caam-use-mapped_-src-dst-nents-for-descriptor.patch
	patches.suse/crypto-hisilicon-merge-sgl-support-to-hisi_qm-module.patch
	patches.suse/crypto-hisilicon-add-sgl_sge_nr-module-param-for-zip.patch
	patches.suse/crypto-hisilicon-fix-large-sgl-memory-allocation-pro.patch
	patches.suse/crypto-hisilicon-misc-fix-about-sgl.patch
	patches.suse/crypto-hisilicon-add-HiSilicon-HPRE-accelerator.patch
	patches.suse/crypto-hisilicon-add-SRIOV-support-for-HPRE.patch
	patches.suse/crypto-hisilicon-Add-debugfs-for-HPRE.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/crypto-hisilicon-select-NEED_SG_DMA_LENGTH-in-qm-Kco.patch
	patches.suse/crypto-chtls-remove-the-redundant-check-in-chtls_rec.patch
	patches.suse/crypto-s390-paes-convert-to-skcipher-api
	patches.suse/crypto-hisilicon-Fix-misuse-of-GENMASK-macro.patch
	patches.suse/hwrng-omap-Fix-RNG-wait-loop-timeout.patch
	patches.suse/crypto-hisilicon-tiny-fix-about-QM-ZIP-error-callbac.patch
	patches.suse/crypto-hisilicon-Fix-using-plain-integer-as-NULL-poi.patch
	patches.suse/crypto-hisilicon-fix-param-should-be-static-when-not.patch
	patches.suse/crypto-hisilicon-fix-endianness-verification-problem.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/crypto-caam-use-devres-to-unmap-memory.patch
	patches.suse/crypto-caam-use-devres-to-remove-debugfs.patch
	patches.suse/crypto-caam-use-devres-to-de-initialize-the-rng.patch
	patches.suse/crypto-caam-use-devres-to-de-initialize-qi.patch
	patches.suse/crypto-caam-use-devres-to-populate-platform-devices.patch
	patches.suse/crypto-caam-populate-platform-devices-last.patch
	patches.suse/0001-crypto-ecdh-fix-big-endian-bug-in-ECC-library.patch
	patches.suse/crypto-hisilicon-use-sgl-API-to-get-sgl-dma-addr-and.patch
	patches.suse/crypto-hisilicon-fix-to-return-sub-optimal-device-wh.patch
	patches.suse/crypto-atmel-Fix-authenc-support-when-it-is-set-to-m.patch
	patches.suse/hwrng-hisi-add-HiSilicon-TRNG-driver-support.patch
	patches.suse/crypto-crypto4xx-fix-double-free-in-crypto4xx_destro.patch
	patches.suse/crypto-hisilicon-replace-ifdef-with-IS_ENABLED-for-C.patch
	patches.suse/crypto-tgr192-remove-unneeded-semicolon.patch
	patches.suse/crypto-hisilicon-add-vfs_num-module-param-for-zip.patch
	patches.suse/crypto-hisilicon-no-need-to-check-return-value-of-de.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/crypto-chelsio-switch-to-skcipher-API.patch
	patches.suse/crypto-qat-switch-to-skcipher-API.patch
	patches.suse/0001-crypto-atmel-Fix-build-error-of-CRYPTO_AUTHENC.patch
	patches.suse/crypto-hisilicon-add-HiSilicon-SEC-V2-driver.patch
	patches.suse/crypto-hisilicon-add-SRIOV-for-HiSilicon-SEC.patch
	patches.suse/crypto-hisilicon-add-DebugFS-for-HiSilicon-SEC.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-rds-Use-DMA-memory-pool-allocation-for-rds_heade.patch
	patches.suse/mlxsw-PCI-Send-EMAD-traffic-on-a-separate-queue.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/selftests-netdevsim-add-tests-for-devlink-reload-wit.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/selftests-test-netdevsim-reload-forbid-and-fail.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-rds-Add-missing-include-file.patch
	patches.suse/net-devlink-fix-reporter-dump-dumpit.patch
	patches.suse/netdevsim-implement-devlink-dev_info-op.patch
	patches.suse/selftests-add-netdevsim-devlink-dev-info-test.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/dpaa2-eth-Cleanup-dead-code.patch
	patches.suse/dpaa2-eth-Fix-minor-bug-in-ethtool-stats-reporting.patch
	patches.suse/dpaa2-eth-Avoid-unbounded-while-loops.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/selftests-add-netdevsim-devlink-health-tests.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/mac80211-IBSS-avoid-unneeded-return-value-processing.patch
	patches.suse/mac80211-pass-internal-sta-to-ieee80211_tx_frags.patch
	patches.suse/mac80211-simplify-TX-aggregation-start.patch
	patches.suse/nl80211-trivial-Remove-redundant-loop.patch
	patches.suse/mac80211-minstrel-remove-divisions-in-tx-status-path.patch
	patches.suse/mac80211-minstrel_ht-replace-rate-stats-ewma-with-a-.patch
	patches.suse/mac80211-minstrel_ht-rename-prob_ewma-to-prob_avg-us.patch
	patches.suse/mac80211_hwsim-add-more-5GHz-channels-5-10-MHz-suppo.patch
	patches.suse/mac80211_hwsim-add-support-for-OCB.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/selftests-bpf-Correct-path-to-include-msg-path.patch
	patches.suse/bpf-x86-Small-optimization-in-comparing-against-imm0.patch
	patches.suse/bpf-Add-loop-test-case-with-32-bit-reg-comparison-ag.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-add-test-for-BPF-flow-dissector-in-the.patch
	patches.suse/samples-bpf-Add-max_pckt_size-option-at-xdp_adjust_t.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-Convert-test_btf_dump-into-test_progs-.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/selftests-bpf-Check-that-flow-dissector-can-be-re-at.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/libbpf-Handle-invalid-typedef-emitted-by-old-GCC.patch
	patches.suse/samples-bpf-Fix-HDR_PROBE-echo.patch
	patches.suse/samples-bpf-Fix-cookie_uid_helper_example-obj-build.patch
	patches.suse/samples-bpf-Use-target-from-cross-compile.patch
	patches.suse/samples-bpf-Use-own-EXTRA_CFLAGS-for-clang-commands.patch
	patches.suse/samples-bpf-Use-__LINUX_ARM_ARCH__-selector-for-arm.patch
	patches.suse/samples-bpf-Drop-unnecessarily-inclusion-for-bpf_loa.patch
	patches.suse/samples-bpf-Add-makefile.target-for-separate-CC-targ.patch
	patches.suse/samples-bpf-Base-target-programs-rules-on-Makefile.t.patch
	patches.suse/samples-bpf-Use-own-flags-but-not-HOSTCFLAGS.patch
	patches.suse/samples-bpf-Use-target-CC-environment-for-HDR_PROBE.patch
	patches.suse/libbpf-Don-t-use-cxx-to-test_libpf-target.patch
	patches.suse/libbpf-Add-C-LDFLAGS-to-libbpf.so-and-test_libpf-tar.patch
	patches.suse/samples-bpf-Provide-C-LDFLAGS-to-libbpf.patch
	patches.suse/samples-bpf-Add-sysroot-support.patch
	patches.suse/samples-bpf-Add-preparation-steps-and-sysroot-info-t.patch
	patches.suse/selftests-bpf-Enforce-libbpf-build-before-BPF-progra.patch
	patches.suse/selftests-bpf-Remove-obsolete-pahole-BTF-support-det.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-rds-Remove-unnecessary-null-check.patch
	patches.suse/net-sched-Avoid-using-yield-in-a-busy-waiting-loop.patch
	patches.suse/0001-net-netsec-Correct-dma-sync-for-XDP_TX-frames.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/selftests-mlxsw-Generalize-the-parameters-of-mirror_.patch
	patches.suse/selftests-mlxsw-Add-Spectrum-2-mirror-to-gretap-targ.patch
	patches.suse/selftests-mlxsw-Add-a-resource-scale-test-for-Spectr.patch
	patches.suse/selftests-mlxsw-Add-Spectrum-2-target-scale-for-tc-f.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-mvneta-make-tx-buffer-array-agnostic.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/r8169-remove-fiddling-with-the-PCIe-max-read-request.patch
	patches.suse/r8169-simplify-setting-PCI_EXP_DEVCTL_NOSNOOP_EN.patch
	patches.suse/r8169-remove-rtl_hw_start_8168dp.patch
	patches.suse/r8169-remove-rtl_hw_start_8168bef.patch
	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/r8169-never-set-PCI_EXP_DEVCTL_NOSNOOP_EN.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/0001-net-aquantia-PTP-skeleton-declarations-and-callbacks.patch
	patches.suse/0002-net-aquantia-unify-styling-of-bit-enums.patch
	patches.suse/0003-net-aquantia-add-basic-ptp_clock-callbacks.patch
	patches.suse/0004-net-aquantia-add-PTP-rings-infrastructure.patch
	patches.suse/0005-net-aquantia-styling-fixes-on-ptp-related-functions.patch
	patches.suse/0006-net-aquantia-implement-data-PTP-datapath.patch
	patches.suse/0007-net-aquantia-rx-filters-for-ptp.patch
	patches.suse/0008-net-aquantia-add-support-for-ptp-ioctls.patch
	patches.suse/0009-net-aquantia-implement-get_ts_info-ethtool.patch
	patches.suse/0010-net-aquantia-add-support-for-Phy-access.patch
	patches.suse/0011-net-aquantia-add-support-for-PIN-funcs.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/Bluetooth-hci_nokia-Save-a-few-cycles-in-nokia_enque.patch
	patches.suse/Bluetooth-btrtl-Fix-an-issue-for-the-incorrect-error.patch
	patches.suse/Bluetooth-btusb-print-FW-version-after-FW-download.patch
	patches.suse/Bluetooth-btusb-avoid-unused-function-warning.patch
	patches.suse/Bluetooth-btusb-Use-IS_ENABLED-instead-of-ifdef.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-btwilink-drop-superseded-driver.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-btusb-Trigger-Intel-FW-download-error-reco.patch
	patches.suse/Bluetooth-hci_qca-Add-delay-for-wcn3990-stability.patch
	patches.suse/Bluetooth-hci_qca-Update-regulator_set_load-usage.patch
	patches.suse/Bluetooth-hci_qca-Don-t-vote-for-specific-voltage.patch
	patches.suse/Bluetooth-hci_qca-Use-regulator-bulk-enable-disable.patch
	patches.suse/Bluetooth-hci_qca-Split-qca_power_setup.patch
	patches.suse/Bluetooth-btusb-Remove-return-statement-in-btintel_r.patch
	patches.suse/Revert-Bluetooth-hci_qca-Add-delay-for-wcn3990-stabi.patch
	patches.suse/Bluetooth-hci_bcm-Fix-RTS-handling-during-startup.patch
	patches.suse/r8169-align-fix_features-callback-with-vendor-driver.patch
	patches.suse/r8169-improve-rtl8169_rx_fill.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/0012-net-aquantia-fix-var-initialization-warning.patch
	patches.suse/0013-net-aquantia-fix-warnings-on-endianness.patch
	patches.suse/0014-net-aquantia-disable-ptp-object-build-if-no-config.patch
	patches.suse/netfilter-ipset-remove-inline-from-static-functions-.patch
	patches.suse/netfilter-ipset-move-ip_set_comment-functions-from-i.patch
	patches.suse/netfilter-ipset-move-functions-to-ip_set_core.c.patch
	patches.suse/netfilter-ipset-make-ip_set_put_flags-extern.patch
	patches.suse/netfilter-ipset-move-function-to-ip_set_bitmap_ip.c.patch
	patches.suse/netfilter-ipset-move-ip_set_get_ip_port-to-ip_set_bi.patch
	patches.suse/netfilter-ecache-document-extension-area-access-rule.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/netfilter-ctnetlink-don-t-dump-ct-extensions-of-unco.patch
	patches.suse/netfilter-conntrack-free-extension-area-immediately.patch
	patches.suse/netfilter-add-and-use-nf_hook_slow_list.patch
	patches.suse/netfilter-nft_tproxy-Fix-typo-in-IPv6-module-descrip.patch
	patches.suse/netfilter-nf_flow_table-move-priority-to-struct-nf_f.patch
	patches.suse/netfilter-nf_tables-dynamically-allocate-hooks-per-n.patch
	patches.suse/netfilter-nf_tables-allow-netdevice-to-be-used-only-.patch
	patches.suse/netfilter-nf_tables-increase-maximum-devices-number-.patch
	patches.suse/netfilter-nf_tables_offload-add-nft_flow_block_chain.patch
	patches.suse/netfilter-nf_tables_offload-Pass-callback-list-to-nf.patch
	patches.suse/netfilter-nf_tables_offload-add-nft_flow_cls_offload.patch
	patches.suse/netfilter-nf_tables_offload-remove-rules-on-unregist.patch
	patches.suse/netfilter-nf_tables-support-for-multiple-devices-per.patch
	patches.suse/netfilter-ecache-don-t-look-for-ecache-extension-on-.patch
	patches.suse/netfilter-nf_tables_offload-add-nft_chain_offload_cm.patch
	patches.suse/netfilter-nf_tables_offload-add-nft_flow_block_offlo.patch
	patches.suse/netfilter-nf_tables_offload-unbind-if-multi-device-b.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/selftests-bpf-Add-selftest-for-__sk_buff-tstamp.patch
	patches.suse/scripts-bpf-Emit-an-error-directive-known-types-list.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-Restore-the-netns-after-flow-dissector.patch
	patches.suse/selftests-bpf-Teach-test_progs-to-cd-into-subdir.patch
	patches.suse/selftests-bpf-Make-CO-RE-reloc-test-impartial-to-tes.patch
	patches.suse/selftests-bpf-Switch-test_maps-to-test_progs-test.h-.patch
	patches.suse/selftests-bpf-Add-simple-per-test-targets-to-Makefil.patch
	patches.suse/selftests-bpf-Replace-test_progs-and-test_maps-w-gen.patch
	patches.suse/selftests-bpf-Move-test_queue_stack_map.h-into-progs.patch
	patches.suse/selftest-bpf-Remove-test_libbpf.sh-and-test_libbpf_o.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/scripts-bpf-Print-an-error-when-known-types-list-nee.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/tools-bpf-Turn-on-llvm-alu32-attribute-by-default.patch
	patches.suse/libbpf-Make-DECLARE_LIBBPF_OPTS-macro-strictly-a-var.patch
	patches.suse/libbpf-Use-implicit-XSKMAP-lookup-from-AF_XDP-XDP-pr.patch
	patches.suse/selftests-bpf-Move-test_section_names-into-test_prog.patch
	patches.suse/selftests-bpf-Fix-LDLIBS-order.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/bpftool-Allow-to-read-btf-as-raw-data.patch
	patches.suse/selftests-bpf-Fix-.gitignore-to-ignore-no_alu32.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/r8169-use-helper-rtl_hw_aspm_clkreq_enable-also-in-r.patch
	patches.suse/mlxsw-spectrum_buffers-remove-unneeded-semicolon.patch
	patches.suse/sock-remove-unneeded-semicolon.patch
	patches.suse/0015-net-aquantia-fix-spelling-mistake-tx_queus-tx_queues.patch
	patches.suse/0016-net-aquantia-fix-unintention-integer-overflow-on-lef.patch
	patches.suse/net-fec-remove-redundant-assignment-to-pointer-bdp.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/0017-net-aquantia-make-two-symbols-be-static.patch
	patches.suse/net-dsa-LAN9303-select-REGMAP-when-LAN9303-enable.patch
	patches.suse/0018-net-aquantia-remove-unused-including-linux-version.h.patch
	patches.suse/0019-net-aquantia-fix-error-handling-in-aq_ptp_poll.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/bus-fsl-mc-export-device-types-present-on-the-bus.patch
	patches.suse/bus-fsl-mc-add-the-fsl_mc_get_endpoint-function.patch
	patches.suse/dpaa2-eth-update-the-TX-frame-queues-on-DPNI_IRQ_EVE.patch
	patches.suse/dpaa2-eth-add-MAC-PHY-support-through-phylink.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/selftest-bpf-Use-m-little-big-endian-for-clang.patch
	patches.suse/selftests-bpf-Restore-OUTPUT-test_stub.o-rule.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/selftests-bpf-Test-narrow-load-from-bpf_sysctl.write.patch
	patches.suse/bpf-Add-s390-testing-documentation.patch
	patches.suse/bpf-testing-Refactor-test_skb_segment-for-testing-sk.patch
	patches.suse/bpf-testing-Introduce-gso_linear_no_head_frag-skb_se.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/bpf-testing-Add-selftest-to-read-write-sockaddr-from.patch
	patches.suse/net-openvswitch-don-t-unlock-mutex-when-changing-the.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/net-of_get_phy_mode-Change-API-to-solve-int-unit-war.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/msft-hv-1962-hv_netvsc-record-hardware-hash-in-skb.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/net-ethernet-emac-Fix-phy-mode-type.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/r8152-Add-macpassthru-support-for-ThinkPad-Thunderbo.patch
	patches.suse/brcmfmac-send-port-authorized-event-for-FT-802.1X.patch
	patches.suse/brcmsmac-remove-a-useless-test.patch
	patches.suse/brcmfmac-don-t-WARN-when-there-are-no-requests.patch
	patches.suse/brcmfmac-fix-suspend-resume-when-power-is-cut-off.patch
	patches.suse/brcmsmac-remove-duplicated-if-condition.patch
	patches.suse/rtw88-8822c-fix-boolreturn.cocci-warnings.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-rtl8723ae-Remove-unused-rtstatus-variable.patch
	patches.suse/rtlwifi-prevent-memory-leak-in-rtl_usb_probe.patch
	patches.suse/rtlwifi-Remove-excessive-check-in-_rtl_ps_inactive_p.patch
	patches.suse/libertas-fix-a-potential-NULL-pointer-dereference.patch
	patches.suse/mwifiex-use-total_ie_len-in-mwifiex_update_bss_desc_.patch
	patches.suse/net-wireless-Use-kmemdup-rather-than-duplicating-its.patch
	patches.suse/rtl8xxxu-prevent-leaking-urb.patch
	patches.suse/rtlwifi-Remove-set-but-not-used-variable-rtstate.patch
	patches.suse/rtlwifi-Remove-set-but-not-used-variables-dataempty-.patch
	patches.suse/rtlwifi-rtl8192ee-Remove-set-but-not-used-variables-.patch
	patches.suse/0047-rtlwifi-rtl8192ee-Remove-set-but-not-used-variables-.patch
	patches.suse/rtlwifi-rtl8723be-Remove-set-but-not-used-variables-.patch
	patches.suse/rtw88-remove-redundant-flag-check-helper-function.patch
	patches.suse/rtw88-pci-reset-H2C-queue-indexes-in-a-single-write.patch
	patches.suse/rtw88-not-to-enter-or-leave-PS-under-IRQ.patch
	patches.suse/rtw88-not-to-control-LPS-by-each-vif.patch
	patches.suse/rtw88-remove-unused-lps-state-check-helper.patch
	patches.suse/rtw88-LPS-enter-leave-should-be-protected-by-lock.patch
	patches.suse/rtw88-leave-PS-state-for-dynamic-mechanism.patch
	patches.suse/rtw88-add-deep-power-save-support.patch
	patches.suse/rtw88-not-to-enter-LPS-by-coex-strategy.patch
	patches.suse/rtw88-select-deep-PS-mode-when-module-is-inserted.patch
	patches.suse/rtw88-add-deep-PS-PG-mode-for-8822c.patch
	patches.suse/rtw88-remove-misleading-module-parameter-rtw_fw_supp.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-snoc-skip-regulator-operations.patch
	patches.suse/ath10k-Use-standard-regulator-bulk-API-in-snoc.patch
	patches.suse/ath10k-Use-standard-bulk-clock-API-in-snoc.patch
	patches.suse/ath10k-avoid-leaving-.bss_info_changed-prematurely.patch
	patches.suse/ath10k-Use-ARRAY_SIZE.patch
	patches.suse/ath10k-use-ath10k_pci_soc_-functions-for-all-warm_re.patch
	patches.suse/ath10k-revalidate-the-msa-region-coming-from-firmwar.patch
	patches.suse/ath10k-add-cleanup-in-ath10k_sta_state.patch
	patches.suse/ath10k-fix-spelling-mistake-eanble-enable.patch
	patches.suse/ath10k-Add-xo-calibration-support-for-wifi-rf-clock.patch
	patches.suse/ath10k-Enable-MSA-region-dump-support-for-WCN3990.patch
	patches.suse/ath10k-Add-peer-param-map-for-tlv-and-non-tlv.patch
	patches.suse/ath10k-Add-support-to-provide-higher-range-mem-chunk.patch
	patches.suse/ath10k-fix-missing-checks-for-bmi-reads-and-writes.patch
	patches.suse/ath-fix-various-spelling-mistakes.patch
	patches.suse/ath-Use-dev_get_drvdata-where-possible.patch
	patches.suse/ath10k-remove-the-warning-of-sdio-not-full-support.patch
	patches.suse/ath10k-fix-memory-leak.patch
	patches.suse/ath9k-remove-unused-including-linux-version.h.patch
	patches.suse/ath10k-add-2ghz-channel-arguments-to-service-ready-s.patch
	patches.suse/ath10k-print-service-ready-returned-channel-range.patch
	patches.suse/ath10k-print-supported-MCS-rates-within-service-read.patch
	patches.suse/ath10k-change-sw-version-print-format-to-hex.patch
	patches.suse/ath10k-switch-to-ieee80211_tx_dequeue_ni.patch
	patches.suse/ath10k-coredump-fix-IRAM-addr-for-QCA9984-QCA4019-QC.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/ath10k-add-support-for-hardware-rfkill.patch
	patches.suse/ar5523-check-NULL-before-memcpy-in-ar5523_cmd.patch
	patches.suse/wil6210-check-len-before-memcpy-calls.patch
	patches.suse/rtw88-check-firmware-leave-lps-successfully.patch
	patches.suse/rtw88-allows-to-set-RTS-in-TX-descriptor.patch
	patches.suse/rtw88-add-driver-TX-queue-support.patch
	patches.suse/rtw88-take-over-rate-control-from-mac80211.patch
	patches.suse/rtw88-report-tx-rate-to-mac80211-stack.patch
	patches.suse/rtw88-add-TX-AMSDU-support.patch
	patches.suse/rtw88-flush-hardware-tx-queues.patch
	patches.suse/rtw88-fix-beaconing-mode-rsvd_page-memory-violation-.patch
	patches.suse/rtw88-Don-t-set-RX_FLAG_DECRYPTED-if-packet-has-no-e.patch
	patches.suse/rtw88-configure-TX-queue-EDCA-parameters.patch
	patches.suse/rtw88-raise-firmware-version-debug-level.patch
	patches.suse/rtw88-use-struct-rtw_fw_hdr-to-access-firmware-heade.patch
	patches.suse/rtw88-fix-NSS-of-hw_cap.patch
	patches.suse/rtw88-fix-error-handling-when-setup-efuse-info.patch
	patches.suse/brcmfmac-add-support-for-SAE-authentication-offload.patch
	patches.suse/0008-libertas-remove-redundant-assignment-to-variable-ret.patch
	patches.suse/rsi-fix-potential-null-dereference-in-rsi_probe.patch
	patches.suse/rtl8xxxu-Improve-TX-performance-of-RTL8723BU-on-rtl8.patch
	patches.suse/rtlwifi-rtl8821ae-Remove-set-but-not-used-variables-.patch
	patches.suse/rtlwifi-rtl8723ae-Remove-set-but-not-used-variables-.patch
	patches.suse/rtlwifi-rtl8192c-Remove-set-but-not-used-variables-r.patch
	patches.suse/rtlwifi-rtl8188ee-Remove-set-but-not-used-variables-.patch
	patches.suse/rtlwifi-rtl8188ee-Remove-set-but-not-used-variable-h.patch
	patches.suse/rtlwifi-btcoex-Remove-set-but-not-used-variable-resu.patch
	patches.suse/rtlwifi-btcoex-Remove-set-but-not-used-variables-wif.patch
	patches.suse/rtlwifi-rtl8723-Remove-set-but-not-used-variable-own.patch
	patches.suse/Revert-rsi-fix-potential-null-dereference-in-rsi_pro.patch
	patches.suse/rsi-drop-bogus-device-id-checks-from-probe.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-add-bluetooth-co-existence-support-for-sing.patch
	patches.suse/rtw88-Fix-an-error-message2.patch
	patches.suse/iwlegacy-make-array-interval-static-makes-object-sma.patch
	patches.suse/rtl8xxxu-make-arrays-static-makes-object-smaller.patch
	patches.suse/rtlwifi-rtl8192ee-Remove-set-but-not-used-variable-c.patch
	patches.suse/rtlwifi-rtl8192ee-Remove-set-but-not-used-variable-e.patch
	patches.suse/wlcore-clean-up-clearing-of-WL1271_FLAG_IRQ_RUNNING.patch
	patches.suse/rtlwifi-rtl8192se-Remove-unused-GET_XXX-and-SET_XXX.patch
	patches.suse/rtlwifi-rtl8192se-Replace-local-bit-manipulation-mac.patch
	patches.suse/rtlwifi-rtl8192se-Convert-macros-that-set-descriptor.patch
	patches.suse/rtlwifi-rtl8192se-Convert-inline-routines-to-little-.patch
	patches.suse/rtw88-config-8822c-multicast-address-in-MAC-init-flo.patch
	patches.suse/rtw88-add-NL80211_EXT_FEATURE_CAN_REPLACE_PTK0-suppo.patch
	patches.suse/rtw88-Use-rtw_write8_set-to-set-SYS_FUNC.patch
	patches.suse/rtw88-pci-config-phy-after-chip-info-is-setup.patch
	patches.suse/rtw88-coex-Set-4-slot-mode-for-A2DP.patch
	patches.suse/rtw88-use-a-for-loop-in-rtw_power_mode_change-not-go.patch
	patches.suse/rtw88-include-interrupt.h-for-tasklet_struct.patch
	patches.suse/wireless-Remove-call-to-memset-after-dma_alloc_coher.patch
	patches.suse/net-wireless-Delete-unnecessary-checks-before-the-ma.patch
	patches.suse/rtw88-mark-rtw_fw_hdr-__packed.patch
	patches.suse/rtl8xxxu-fix-RTL8723BU-connection-failure-issue-afte.patch
	patches.suse/rtw88-use-macro-to-check-the-current-band.patch
	patches.suse/rtw88-add-power-tracking-support.patch
	patches.suse/rtw88-Enable-802.11ac-beamformee-support.patch
	patches.suse/rtw88-add-set_bitrate_mask-support.patch
	patches.suse/rtw88-add-phy_info-debugfs-to-show-Tx-Rx-physical-st.patch
	patches.suse/rtlwifi-Remove-unnecessary-NULL-check-in-rtl_regd_in.patch
	patches.suse/adm80211-remove-set-but-not-used-variables-mem_addr-.patch
	patches.suse/atmel-remove-set-but-not-used-variable-dev.patch
	patches.suse/rtl8xxxu-remove-set-but-not-used-variable-rate_mask.patch
	patches.suse/rtl8xxxu-fix-warnings-for-symbol-not-declared.patch
	patches.suse/rtw88-fix-GENMASK_ULL-for-u64.patch
	patches.suse/iwlwifi-dbg_ini-load-external-dbg-cfg-after-internal.patch
	patches.suse/iwlwifi-dbg_ini-use-new-region-TLV-in-dump-flow.patch
	patches.suse/iwlwifi-dbg_ini-use-new-trigger-TLV-in-dump-flow.patch
	patches.suse/iwlwifi-dbg-remove-multi-buffers-infra.patch
	patches.suse/iwlwifi-dbg_ini-add-monitor-dumping-support.patch
	patches.suse/iwlwifi-dbg_ini-add-error-tables-dumping-support.patch
	patches.suse/iwlwifi-dbg_ini-use-new-API-in-dump-info.patch
	patches.suse/iwlwifi-dbg_ini-add-TLV-allocation-new-API-support.patch
	patches.suse/iwlwifi-dbg_ini-implement-time-point-handling.patch
	patches.suse/iwlwifi-dbg_ini-implement-monitor-allocation-flow.patch
	patches.suse/iwlwifi-dbg_ini-add-periodic-trigger-new-API-support.patch
	patches.suse/iwlwifi-dbg_ini-support-domain-changing-via-debugfs.patch
	patches.suse/iwlwifi-dbg_ini-support-FW-response-notification-reg.patch
	patches.suse/iwlwifi-dbg_ini-rename-external-debug-configuration-.patch
	patches.suse/iwlwifi-dbg_ini-remove-old-API-and-some-related-code.patch
	patches.suse/iwlwifi-dbg_ini-support-FW-notification-dumping-in-c.patch
	patches.suse/iwlwifi-mvm-consider-ieee80211-station-max-amsdu-val.patch
	patches.suse/iwlwifi-mvm-add-support-for-new-version-for-D0I3_END.patch
	patches.suse/iwlwifi-mvm-remove-leftover-rs_remove_sta_debugfs-pr.patch
	patches.suse/iwlwifi-mvm-use-the-new-session-protection-command.patch
	patches.suse/iwlwifi-mvm-fix-old-style-declaration.patch
	patches.suse/iwlwifi-mvm-add-notification-for-missed-VAP.patch
	patches.suse/iwlwifi-dbg_ini-add-user-trigger-support.patch
	patches.suse/iwlwifi-dbg_ini-use-vzalloc-to-allocate-dumping-memo.patch
	patches.suse/iwlwifi-mvm-create-function-to-convert-nl80211-band-.patch
	patches.suse/iwlwifi-mvm-Invert-the-condition-for-OFDM-rate.patch
	patches.suse/iwlwifi-nvm-create-function-to-convert-channel-index.patch
	patches.suse/iwlwifi-rx-use-new-api-to-get-band-from-rx-mpdu.patch
	patches.suse/rtw88-fix-sparse-warnings-for-DPK.patch
	patches.suse/rtw88-fix-sparse-warnings-for-power-tracking.patch
	patches.suse/rtw88-8822b-add-RFE-type-3-support.patch
	patches.suse/rtw88-use-rtw_phy_pg_cfg_pair-struct-not-arrays.patch
	patches.suse/rtw88-rearrange-if.else-statements-for-rx-rate-index.patch
	patches.suse/rtw88-fix-potential-read-outside-array-boundary.patch
	patches.suse/rtw88-avoid-FW-info-flood.patch
	patches.suse/rtw88-remove-redundant-null-pointer-check-on-arrays.patch
	patches.suse/rtlwifi-rtl8192c-Drop-condition-with-no-effect.patch
	patches.suse/b43-main-Fix-use-true-false-for-bool-type.patch
	patches.suse/b43-dma-Fix-use-true-false-for-bool-type-variable.patch
	patches.suse/rtlwifi-rtl8821ae-Drop-condition-with-no-effect.patch
	patches.suse/mt7601u-use-DEFINE_DEBUGFS_ATTRIBUTE-to-define-debug.patch
	patches.suse/netdevsim-drop-code-duplicated-by-a-merge.patch
	patches.suse/selftests-bpf-log-direct-file-writes.patch
	patches.suse/selftests-devlink-undo-changes-at-the-end-of-resourc.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/0020-net-aquantia-fix-return-value-check-in-aq_ptp_init.patch
	patches.suse/0002-net-axienet-Fix-error-return-code-in-axienet_probe.patch
	patches.suse/dpaa2-eth-fix-an-always-true-condition-in-dpaa2_mac_.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/dpaa2-ptp-fix-compile-error.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/dpaa2-eth-add-ethtool-MAC-counters.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/selftests-devlink-Export-functions-to-devlink-librar.patch
	patches.suse/selftests-devlink-Make-devlink_trap_cleanup-more-gen.patch
	patches.suse/selftests-mlxsw-Add-test-cases-for-devlink-trap-laye.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/selftests-forwarding-devlink-Add-functionality-for-t.patch
	patches.suse/selftests-mlxsw-Add-test-cases-for-devlink-trap-laye-83b2b61e.patch
	patches.suse/0021-net-atlantic-update-firmware-interface.patch
	patches.suse/0022-net-atlantic-implement-wake_phy-feature.patch
	patches.suse/0023-net-atlantic-refactoring-pm-logic.patch
	patches.suse/0024-net-atlantic-add-msglevel-configuration.patch
	patches.suse/0025-net-atlantic-adding-ethtool-physical-identification.patch
	patches.suse/0026-net-atlantic-add-fw-configuration-memory-area.patch
	patches.suse/0027-net-atlantic-loopback-tests-via-private-flags.patch
	patches.suse/0028-net-atlantic-code-style-cleanup.patch
	patches.suse/0029-net-atlantic-stylistic-renames.patch
	patches.suse/0030-net-atlantic-update-flow-control-logic.patch
	patches.suse/0031-net-atlantic-implement-UDP-GSO-offload.patch
	patches.suse/0032-net-atlantic-change-email-domains-to-Marvell.patch
	patches.suse/ethernet-ti-cpts-use-ktime_get_real_ns-helper.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/mac80211-typo-fixes-in-kerneldoc-comments.patch
	patches.suse/mac80211-fix-a-typo-of-function.patch
	patches.suse/mac80211_hwsim-use-DEFINE_DEBUGFS_ATTRIBUTE-to-defin.patch
	patches.suse/mac80211-move-store-skb-ack-code-to-its-own-function.patch
	patches.suse/mac80211-don-t-re-parse-elems-in-ieee80211_assoc_suc.patch
	patches.suse/mac80211-Shrink-the-size-of-ack_frame_id-to-make-roo.patch
	patches.suse/cfg80211-VLAN-offload-support-for-set_key-and-set_st.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/r8169-add-helper-r8168g_phy_param.patch
	patches.suse/r8169-add-helper-r8168d_phy_param.patch
	patches.suse/r8169-switch-to-phylib-functions-in-more-places.patch
	patches.suse/r8169-add-helper-r8168d_modify_extpage.patch
	patches.suse/r8169-remove-rtl8168c_4_hw_phy_config.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/r8169-respect-EEE-user-setting-when-restarting-netwo.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/r8169-add-support-for-RTL8117.patch
	patches.suse/mlxsw-core-Enable-devlink-reload-only-on-probe-5b67a3ed.patch
	patches.suse/samples-bpf-adjust-Makefile-and-README.rst.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/0033-net-atlantic-make-symbol-aq_pm_ops-static.patch
	patches.suse/0034-net-atlantic-make-function-aq_ethtool_get_priv_flags.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/selftests-Add-a-test-of-large-binary-to-devlink-heal.patch
	patches.suse/net-sched-actions-remove-unused-order.patch
	patches.suse/sfc-trace_xdp_exception-on-XDP-failure.patch
	patches.suse/can-rx-offload-fix-long-lines.patch
	patches.suse/can-rx-offload-can_rx_offload_compare-fix-typo.patch
	patches.suse/can-rx-offload-can_rx_offload_irq_offload_timestamp-2.patch
	patches.suse/can-rx-offload-can_rx_offload_reset-remove-no-op-fun.patch
	patches.suse/can-rx-offload-Prepare-for-CAN-FD-support.patch
	patches.suse/can-flexcan-use-devm_platform_ioremap_resource-to-si.patch
	patches.suse/can-flexcan-flexcan_irq_state-only-read-timestamp-if.patch
	patches.suse/can-flexcan-rename-macro-FLEXCAN_IFLAG_MB-FLEXCAN_IF.patch
	patches.suse/can-flexcan-flexcan_irq-rename-variable-reg_iflag-re.patch
	patches.suse/can-flexcan-rename-struct-flexcan_priv-reg_imask-1-2.patch
	patches.suse/can-flexcan-remove-TX-mailbox-bit-from-struct-flexca.patch
	patches.suse/can-flexcan-convert-struct-flexcan_priv-rx_mask-1-2-.patch
	patches.suse/can-flexcan-introduce-struct-flexcan_priv-tx_mask-an.patch
	patches.suse/can-flexcan-flexcan_read_reg_iflag_rx-optimize-readi.patch
	patches.suse/can-flexcan-flexcan_irq-add-support-for-TX-mailbox-i.patch
	patches.suse/can-flexcan-flexcan_mailbox_read-make-use-of-flexcan.patch
	patches.suse/Bluetooth-btrtl-remove-unneeded-semicolon.patch
	patches.suse/Bluetooth-hci_bcm-Add-compatible-string-for-BCM43540.patch
	patches.suse/Bluetooth-Fix-using-advertising-instance-duration-as.patch
	patches.suse/Bluetooth-Fix-not-using-LE_ADV_NONCONN_IND-for-insta.patch
	patches.suse/Bluetooth-Fix-advertising-duplicated-flags.patch
	patches.suse/Bluetooth-hci_qca-add-PM-support.patch
	patches.suse/Bluetooth-Fix-invalid-free-in-bcsp_close.patch
	patches.suse/Bluetooth-btmtksdio-add-MODULE_DEVICE_TABLE.patch
	patches.suse/Bluetooth-btqca-Rename-ROME-specific-variables-to-ge.patch
	patches.suse/Bluetooth-hci_qca-Add-support-for-Qualcomm-Bluetooth.patch
	patches.suse/netfilter-nf_flow_table-move-conntrack-object-to-str.patch
	patches.suse/netfilter-nf_flow_table-remove-union-from-flow_offlo.patch
	patches.suse/netfilter-nf_flowtable-remove-flow_offload_entry-str.patch
	patches.suse/netfilter-nf_flow_table-detach-routing-information-f.patch
	patches.suse/netfilter-nf_tables-add-flowtable-offload-control-pl.patch
	patches.suse/netfilter-nf_flow_table-hardware-offload-support.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/xfrm-remove-the-unnecessary-.net_exit-for-xfrmi.patch
	patches.suse/xfrm-ifdef-setsockopt-UDP_ENCAP_ESPINUDP-UDP_ENCAP_E.patch
	patches.suse/net-macb-move-the-Tx-and-Rx-buffer-initialization-in.patch
	patches.suse/net-macb-convert-to-phylink.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/0035-net-atlantic-Signedness-bug-in-aq_vec_isr_legacy.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/r8169-use-r8168d_modify_extpage-in-rtl8168f_config_e.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/net-mlx5-TC-Offload-flow-table-rules.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-fix-null-dereference-on-pointer-crash_data.patch
	patches.suse/ath10k-fix-array-out-of-bounds-access.patch
	patches.suse/ath10k-fix-memory-leak-for-tpc_stats_final.patch
	patches.suse/ath-rename-regulatory-rules.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/ath10k-remove-unneeded-semicolon.patch
	patches.suse/wil6210-add-SPDX-license-identifiers.patch
	patches.suse/ath5k-eeprom-Remove-unneeded-variable.patch
	patches.suse/wcn36xx-remove-unecessary-return.patch
	patches.suse/ipw2x00-Remove-redundant-variable-rc.patch
	patches.suse/iwlegacy-Remove-redundant-variable-ret.patch
	patches.suse/rtw88-raise-LPS-threshold-to-50-for-less-power-consu.patch
	patches.suse/brcmsmac-remove-set-but-not-used-variables.patch
	patches.suse/rtlwifi-rtl8225se-remove-some-unused-const-variables.patch
	patches.suse/rt2800-remove-errornous-duplicate-condition.patch
	patches.suse/rtlwifi-fix-memory-leak-in-rtl92c_set_fw_rsvdpagepkt.patch
	patches.suse/rtw88-fix-potential-NULL-pointer-access-for-firmware.patch
	patches.suse/rtw88-signal-completion-even-on-firmware-request-fai.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/rtl8xxxu-Add-support-for-Edimax-EW-7611ULB.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/qtnfmac-modify-Rx-descriptors-queue-setup.patch
	patches.suse/qtnfmac-send-EAPOL-frames-via-control-path.patch
	patches.suse/qtnfmac-handle-MIC-failure-event-from-firmware.patch
	patches.suse/qtnfmac-add-support-for-getting-setting-transmit-pow.patch
	patches.suse/iwlwifi-mvm-fix-support-for-single-antenna-diversity.patch
	patches.suse/iwlwifi-mvm-remove-else-if-in-iwl_send_phy_cfg_cmd.patch
	patches.suse/iwlwifi-nvm-update-iwl_uhb_nvm_channels.patch
	patches.suse/iwlwifi-mvm-in-VHT-connection-use-only-VHT-capabilit.patch
	patches.suse/iwlwifi-pcie-make-iwl_pcie_gen2_update_byte_tbl-stat.patch
	patches.suse/iwlwifi-dbg_ini-support-dump-collection-upon-assert-.patch
	patches.suse/iwlwifi-scan-create-function-for-scan-scheduling-par.patch
	patches.suse/iwlwifi-scan-Create-function-to-build-scan-cmd.patch
	patches.suse/iwlwifi-scan-adapt-the-code-to-use-api-ver-11.patch
	patches.suse/iwlwifi-mvm-print-rate_n_flags-in-a-pretty-format.patch
	patches.suse/iwlwifi-FW-API-reference-enum-in-docs-of-modify_mask.patch
	patches.suse/iwlwifi-bump-FW-API-to-51-for-22000-series.patch
	patches.suse/iwlwifi-remove-redundant-assignment-to-variable-bufs.patch
	patches.suse/iwlwifi-mvm-fix-unaligned-read-of-rx_pkt_status.patch
	patches.suse/iwlwifi-scan-make-new-scan-req-versioning-flow.patch
	patches.suse/iwlwifi-scan-support-scan-req-cmd-ver-12.patch
	patches.suse/iwlwifi-refactor-the-SAR-tables-from-mvm-to-acpi.patch
	patches.suse/iwlwifi-mvm-scan-enable-adaptive-dwell-in-p2p.patch
	patches.suse/iwlwifi-mvm-don-t-skip-mgmt-tid-when-flushing-all-ti.patch
	patches.suse/iwlwifi-mvm-start-CTDP-budget-from-2400mA.patch
	patches.suse/iwlwifi-mvm-sync-the-iwl_mvm_session_prot_notif-layo.patch
	patches.suse/iwlwifi-remove-IWL_DEVICE_22560-IWL_DEVICE_FAMILY_22.patch
	patches.suse/iwlwifi-22000-fix-some-indentation.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-fix-potential-issue-of-peer-stats-allocation.patch
	patches.suse/ath10k-disable-cpuidle-during-downloading-firmware.patch
	patches.suse/ath10k-Revert-ath10k-add-cleanup-in-ath10k_sta_state.patch
	patches.suse/ath10k-qmi-Sleep-for-a-while-before-assigning-MSA-me.patch
	patches.suse/wcn36xx-fix-typo.patch
	patches.suse/brcmsmac-remove-unnecessary-return.patch
	patches.suse/rtl8xxxu-Remove-set-but-not-used-variable-rsr.patch
	patches.suse/rtw88-remove-duplicated-include-from-ps.c.patch
	patches.suse/net-phylink-update-to-use-phy_support_asym_pause.patch
	patches.suse/r8169-improve-conditional-firmware-loading-for-RTL81.patch
	patches.suse/r8169-load-firmware-for-RTL8168fp-RTL8117.patch
	patches.suse/netfilter-nft_meta-offload-support-for-interface-ind.patch
	patches.suse/netfilter-nft_payload-simplify-vlan-header-handling.patch
	patches.suse/netfilter-nf_tables-add-nft_payload_rebuild_vlan_hdr.patch
	patches.suse/netfilter-nf_tables_offload-pass-extack-to-nft_flow_.patch
	patches.suse/netfilter-nft_payload-add-C-VLAN-support.patch
	patches.suse/netfilter-ipset-Add-wildcard-support-to-net-iface.patch
	patches.suse/netfilter-xt_time-use-time64_t.patch
	patches.suse/netfilter-nft_meta-use-64-bit-time-arithmetic.patch
	patches.suse/netfilter-nf_flow_table_offload-add-flow_action_entr.patch
	patches.suse/netfilter-nf_flow_table_offload-add-IPv6-support.patch
	patches.suse/netfilter-Support-iif-matches-in-POSTROUTING.patch
	patches.suse/netfilter-nf_flow_table_offload-Fix-check-ndo_setup_.patch
	patches.suse/netfilter-nf_flow_table-remove-unnecessary-parameter.patch
	patches.suse/netfilter-nf_tables_offload-remove-reference-to-flow.patch
	patches.suse/netfilter-nf_tables_offload-release-flow_rule-on-err.patch
	patches.suse/netfilter-nf_tables_offload-undo-updates-if-transact.patch
	patches.suse/netfilter-nf_tables-check-if-bind-callback-fails-and.patch
	patches.suse/netfilter-nf_tables-add-nft_unregister_flowtable_hoo.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/selftests-mlxsw-Add-router-scale-test-for-Spectrum-2.patch
	patches.suse/selftests-mlxsw-Check-devlink-device-before-running-.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/netfilter-nf_tables-constify-nft_reg_load-8-16-64.patch
	patches.suse/netfilter-nf_tables_offload-allow-ethernet-interface.patch
	patches.suse/netfilter-nft_payload-add-VLAN-offload-support.patch
	patches.suse/netfilter-nft_payload-add-C-VLAN-offload-support.patch
	patches.suse/net-ethernet-ti-ale-clean-ale-tbl-on-init-and-intf-r.patch
	patches.suse/0001-net-ethernet-ti-cpsw-allow-untagged-traffic-on-host-.patch
	patches.suse/0002-net-ethernet-ti-ale-modify-vlan-mdb-api-for-switchde.patch
	patches.suse/net-ethernet-ti-cpsw-resolve-build-deps-of-cpsw-driv.patch
	patches.suse/net-ethernet-ti-cpsw-move-set-of-common-functions-in.patch
	patches.suse/net-ethernet-ti-introduce-cpsw-switchdev-based-drive-1.patch
	patches.suse/net-ethernet-ti-introduce-cpsw-switchdev-based-drive-2.patch
	patches.suse/phy-ti-phy-gmii-sel-dependency-from-ti-cpsw-switchde.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/r8169-change-mdelay-to-msleep-in-rtl_fw_write_firmwa.patch
	patches.suse/r8169-use-macro-FIELD_SIZEOF-in-definition-of-FW_OPC.patch
	patches.suse/r8169-add-check-for-PHY_MDIO_CHG-to-rtl_nic_fw_data_.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/libbpf-Simplify-BPF_CORE_READ_BITFIELD_PROBED-usage.patch
	patches.suse/bpf-Account-for-insn-off-when-doing-bpf_probe_read_k.patch
	patches.suse/tools-bpf_asm-Warn-when-jumps-are-out-of-range.patch
	patches.suse/s390-bpf-Use-kvcalloc-for-addrs-array.patch
	patches.suse/s390-bpf-Wrap-JIT-macro-parameter-usages-in-parenthe.patch
	patches.suse/s390-bpf-Remove-unused-SEEN_RET0-SEEN_REG_AX-and-ret.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-outdated-error-message.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/selftests-bpf-Add-tests-for-automatic-map-unpinning-.patch
	patches.suse/libbpf-Propagate-EPERM-to-caller-on-program-load.patch
	patches.suse/libbpf-Use-pr_warn-when-printing-netlink-errors.patch
	patches.suse/libbpf-Add-bpf_get_link_xdp_info-function-to-get-mor.patch
	patches.suse/libbpf-Add-getter-for-program-size.patch
	patches.suse/libbpf-Support-XDP_SHARED_UMEM-with-external-XDP-pro.patch
	patches.suse/samples-bpf-Add-XDP_SHARED_UMEM-support-to-xdpsock.patch
	patches.suse/libbpf-Allow-for-creating-Rx-or-Tx-only-AF_XDP-socke.patch
	patches.suse/samples-bpf-Use-Rx-only-and-Tx-only-sockets-in-xdpso.patch
	patches.suse/bpf-testing-Workaround-a-verifier-failure-for-test_p.patch
	patches.suse/bpf-testing-Add-missing-object-file-to-TEST_FILES.patch
	patches.suse/bpf-Support-doubleword-alignment-in-bpf_jit_binary_a.patch
	patches.suse/s390-bpf-Make-sure-JIT-passes-do-not-increase-code-s.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-doc-Change-right-arguments-for-JIT-example-code.patch
	patches.suse/x86-alternatives-teach-text_poke_bp-to-emulate-instructions.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/selftests-bpf-Workaround-an-alu32-sub-register-spill.patch
	patches.suse/bpf-Fix-memory-leak-on-object-data.patch
	patches.suse/s390-bpf-Use-relative-long-branches.patch
	patches.suse/s390-bpf-Align-literal-pool-entries.patch
	patches.suse/s390-bpf-Load-literal-pool-register-using-larl.patch
	patches.suse/s390-bpf-Use-lgrl-instead-of-lg-where-possible.patch
	patches.suse/s390-bpf-Use-lg-f-rl-when-long-displacement-cannot-b.patch
	patches.suse/s390-bpf-Remove-JITed-image-size-limitations.patch
	patches.suse/net-af_xdp-Use-correct-number-of-channels-from-ethto.patch
	patches.suse/libbpf-Fix-call-relocation-offset-calculation-bug.patch
	patches.suse/selftests-bpf-Enforce-no-ALU32-for-test_progs-no_alu.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-add-a-comment-about-monitor-to-dev-injectio.patch
	patches.suse/mac80211-Add-new-sta_info-getter-by-sta-vif-addrs.patch
	patches.suse/mac80211-expose-HW-conf-flags-through-debugfs.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/mac80211-Import-airtime-calculation-code-from-mt76.patch
	patches.suse/mac80211-Implement-Airtime-based-Queue-Limit-AQL.patch
	patches.suse/mac80211-Use-Airtime-based-Queue-Limits-AQL-on-packe.patch
	patches.suse/net-flow_dissector-Wrap-unionized-VLAN-fields-in-a-s.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-remove-set-but-not-used-variable-mpnum-nsp-.patch
	patches.suse/ipw2x00-remove-set-but-not-used-variable-reason.patch
	patches.suse/ipw2x00-remove-set-but-not-used-variable-force_updat.patch
	patches.suse/rtlwifi-rf_lock-use-non-irqsave-spin_lock.patch
	patches.suse/rtlwifi-set-proper-udelay-within-rf_serial_read.patch
	patches.suse/qtnfmac-remove-VIF-in-firmware-in-case-of-error.patch
	patches.suse/qtnfmac-track-broadcast-domain-of-each-interface.patch
	patches.suse/qtnfmac-add-interface-ID-to-each-packet.patch
	patches.suse/qtnfmac-advertise-netdev-port-parent-ID.patch
	patches.suse/qtnfmac-signal-that-all-packets-coming-from-device-a.patch
	patches.suse/qtnfmac-add-TLV-for-extension-IEs.patch
	patches.suse/qtnfmac-process-HE-capabilities-requests.patch
	patches.suse/rtw88-pci-use-macros-to-access-PCI-DBI-MDIO-register.patch
	patches.suse/rtw88-pci-use-for-loop-instead-of-while-loop-for-DBI.patch
	patches.suse/rtw88-pci-enable-CLKREQ-function-if-host-supports-it.patch
	patches.suse/rtw88-allows-to-enable-disable-HCI-link-PS-mechanism.patch
	patches.suse/brcmfmac-disable-PCIe-interrupts-before-bus-reset.patch
	patches.suse/brcmfmac-remove-monitor-interface-when-detaching.patch
	patches.suse/rtl8xxxu-Remove-set-but-not-used-variable-vif-dev-le.patch
	patches.suse/iwlwifi-pcie-fix-support-for-transmitting-SKBs-with-.patch
	patches.suse/iwlwifi-scan-support-scan-req-FW-API-ver-13.patch
	patches.suse/iwlwifi-pcie-make-some-RX-functions-static.patch
	patches.suse/iwlwifi-config-remove-max_rx_agg_size.patch
	patches.suse/iwlwifi-mvm-remove-left-over-non-functional-email-al.patch
	patches.suse/iwlwifi-pcie-rx-use-rxq-queue_size-instead-of-consta.patch
	patches.suse/iwlwifi-mvm-Report-tx-rx-antennas.patch
	patches.suse/iwlwifi-dvm-excessive-if-in-rs_bt_update_lq.patch
	patches.suse/iwlwifi-pcie-trace-IOVA-for-iwlwifi_dev_tx_tb.patch
	patches.suse/iwlwifi-mvm-remove-outdated-comment-referring-to-wak.patch
	patches.suse/iwlwifi-check-kasprintf-return-value.patch
	patches.suse/iwlwifi-bump-FW-API-to-52-for-22000-series.patch
	patches.suse/mt76-mt7615-fix-control-frame-rx-in-monitor-mode.patch
	patches.suse/mt76-remove-aggr_work-field-from-struct-mt76_wcid.patch
	patches.suse/mt76-use-cancel_delayed_work_sync-in-mt76_rx_aggr_sh.patch
	patches.suse/mt76-remove-empty-flag-in-mt76_txq_schedule_list.patch
	patches.suse/mt76-usb-add-lockdep_assert_held-in-__mt76u_vendor_r.patch
	patches.suse/mt76-mt76x0e-make-array-mt76x0_chan_map-static-const.patch
	patches.suse/mt76-mt7615-enable-SCS-by-default.patch
	patches.suse/mt76-mt76x02-move-mac_reset_counter-in-mt76x02_lib-m.patch
	patches.suse/mt76-mt76x2-move-mt76x02_mac_reset_counters-in-mt76x.patch
	patches.suse/mt76-mt76x0u-reset-counter-starting-the-device.patch
	patches.suse/mt76-mt76x02u-move-mt76x02u_mac_start-in-mt76x02-usb.patch
	patches.suse/mt76-move-queue-debugfs-entry-to-driver-specific-cod.patch
	patches.suse/mt76-mt7615-add-queue-entry-in-debugfs.patch
	patches.suse/mt76-move-aggr_stats-array-in-mt76_dev.patch
	patches.suse/mt76-mt7615-collect-aggregation-stats.patch
	patches.suse/mt76-mt7603-collect-aggregation-stats.patch
	patches.suse/mt76-mt7603-remove-q_rx-field-from-struct-mt7603_dev.patch
	patches.suse/mt76-report-rx-a-mpdu-subframe-status.patch
	patches.suse/mt76-rename-mt76_driver_ops-txwi_flags-to-drv_flags-.patch
	patches.suse/mt76-store-current-channel-survey_state-in-struct-mt.patch
	patches.suse/mt76-track-rx-airtime-for-airtime-fairness-and-surve.patch
	patches.suse/mt76-mt7603-track-tx-airtime-for-airtime-fairness-an.patch
	patches.suse/mt76-mt7603-switch-to-a-different-counter-for-survey.patch
	patches.suse/mt76-unify-channel-survey-update-code.patch
	patches.suse/mt76-mt76x02-move-MT_CH_TIME_CFG-init-to-mt76x02_mac.patch
	patches.suse/mt76-mt76x02-track-approximate-tx-airtime-for-airtim.patch
	patches.suse/mt76-mt7615-report-tx_time-bss_rx-and-busy-time-to-m.patch
	patches.suse/mt76-mt7615-fix-survey-channel-busy-time.patch
	patches.suse/mt76-mt7615-introduce-mt7615_mac_wtbl_update-routine.patch
	patches.suse/mt76-mt7615-track-tx-rx-airtime-for-airtime-fairness.patch
	patches.suse/mt76-enable-airtime-fairness.patch
	patches.suse/mt76-do-not-use-devm-API-for-led-classdev.patch
	patches.suse/mt76-add-missing-locking-around-ampdu-action.patch
	patches.suse/mt76-drop-rcu-read-lock-in-mt76_rx_aggr_stop.patch
	patches.suse/mt76-fix-aggregation-stop-issue.patch
	patches.suse/mt76-avoid-enabling-interrupt-if-NAPI-poll-is-still-.patch
	patches.suse/mt76-mt76x0-eeprom-add-support-for-MAC-address-from-.patch
	patches.suse/mt76-refactor-cc_lock-locking-scheme.patch
	patches.suse/mt76-add-sanity-check-for-a-mpdu-rx-wcid-index.patch
	patches.suse/mt76-remove-obsolete-.add_buf-from-struct-mt76_queue.patch
	patches.suse/mt76-mt76x02u-update-ewma-pkt-len-in-mt76x02u_tx_pre.patch
	patches.suse/mt76-mt76x0-remove-350ms-delay-in-mt76x0_phy_calibra.patch
	patches.suse/mt76-mt7615-remove-unneeded-semicolon.patch
	patches.suse/mt76-mt76u-rely-on-usb_interface-instead-of-usb_dev.patch
	patches.suse/mt76-mt76u-rely-on-a-dedicated-stats-workqueue.patch
	patches.suse/mt76-Remove-set-but-not-used-variable-idx.patch
	patches.suse/mt76-use-mt76_dev-in-mt76_is_-mmio-usb.patch
	patches.suse/mt76-move-SUPPORTS_REORDERING_BUFFER-hw-property-in-.patch
	patches.suse/mt76-mt7615-add-ibss-support.patch
	patches.suse/mt76-move-interface_modes-definition-in-mt76_core-mo.patch
	patches.suse/mt76-mt7615-disable-radar-pattern-detector-during-sc.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-move-mt76_get_antenna-in-mt76_core-module.patch
	patches.suse/mt76-mt7615-read-tx-rx-mask-from-eeprom.patch
	patches.suse/mt76-mt76u-fix-endpoint-definition-order.patch
	patches.suse/mt76-fix-fix-ampdu-locking.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/msft-hv-1988-hv_netvsc-make-recording-RSS-hash-depend-on-feature-.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-btbcm-Add-entry-for-BCM4334B0-UART-Bluetoo.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/tools-bpftool-Fix-warning-on-ignored-return-value-fo.patch
	patches.suse/tools-bpf-Fix-build-for-make-s-tools-bpf-O-dir.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/selftests-bpf-Ensure-no-DWARF-relocations-for-BPF-ob.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-verifier-tests-for-better-jmp32-re.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-testing-Add-various-tail-call-test-cases.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/regmap-regmap-w1-Drop-unreachable-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/0001-gpiolib-introduce-fwnode_gpiod_get_index.patch
	patches.suse/regulator-fixed-add-off-on-delay.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-Introduce-dspi_slave_abort-function-for-NXP-s-ds.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-spi-fsl-dspi-Always-use-the-TCFQ-devices-in-poll.patch
	patches.suse/spi-Add-a-PTP-system-timestamp-to-the-transfer-struc.patch
	patches.suse/spi-spi-fsl-dspi-Implement-the-PTP-system-timestampi.patch
	patches.suse/spi-move-cs_change_delay-backwards-compat-logic-outs.patch
	patches.suse/spi-introduce-spi_delay-struct-as-value-unit-spi_del.patch
	patches.suse/spi-make-cs_change_delay-the-first-user-of-the-spi_d.patch
	patches.suse/spi-sprd-convert-transfer-word-delay-to-spi_delay-st.patch
	patches.suse/spi-orion-use-new-word_delay-field-for-SPI-transfers.patch
	patches.suse/spi-spidev-use-new-word_delay-field-for-spi-transfer.patch
	patches.suse/spi-core-atmel-convert-word_delay_usecs-word_delay-f.patch
	patches.suse/spi-introduce-delay-field-for-spi_transfer-spi_trans.patch
	patches.suse/spi-tegra114-use-spi_transfer_delay_exec-helper.patch
	patches.suse/spi-tegra20-sflash-use-to-new-spi_transfer_delay_exe.patch
	patches.suse/spi-spi-loopback-test-use-new-delay-field.patch
	patches.suse/spi-spidev-use-new-delay-field-for-spi-transfers.patch
	patches.suse/spi-tegra114-change-format-for-spi_set_cs_timing-fun.patch
	patches.suse/spi-implement-SW-control-for-CS-times.patch
	patches.suse/spi-spi-fsl-espi-convert-transfer-delay-to-spi_delay.patch
	patches.suse/spi-spi-falcon-extend-warning-to-delay-as-well.patch
	patches.suse/spi-bcm63xx-extend-error-condition-to-delay-as-well.patch
	patches.suse/spi-spi-axi-extend-support-for-the-delay-field.patch
	patches.suse/spi-use-new-spi_transfer_delay_exec-helper-where-str.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-document-CS-setup-hold-inactive-times-in-header.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-nxp-fspi-Use-devm-API-to-fix-missed-unregistrati.patch
	patches.suse/spi-pxa2xx-Add-missed-security-checks.patch
	patches.suse/spi-imx-use-dma_request_chan-directly-for-channel-request.patch
	patches.suse/spi-tegra114-Use-dma_request_chan-directly-for-chann.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/x86-boot-Introduce-kernel_info.patch
	patches.suse/x86-cpu-align-cpu_caps_cleared-and-cpu_caps_set-to-unsigned-long.patch
	patches.suse/x86-cpu-align-the-x86_capability-array-to-size-of-unsigned-long.patch
	patches.suse/x86-fpu-shrink-space-allocated-for-xstate_comp_offsets.patch
	patches.suse/msft-hv-1963-x86-hyperv-Micro-optimize-send_ipi_one.patch
	patches.suse/msft-hv-1964-x86-hyperv-Allow-guests-to-enable-InvariantTSC.patch
	patches.suse/msft-hv-1965-x86-hyperv-Initialize-clockevents-earlier-in-CPU-onl.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/x86-asm-Make-more-symbols-local-30a2441c.patch
	patches.suse/linkage-Introduce-new-macros-for-assembler-symbols-ffedeeb7.patch
	patches.suse/x86-asm-crypto-Annotate-local-functions-74d8b90a.patch
	patches.suse/x86-asm-Annotate-aliases-e9b9d020.patch
	patches.suse/x86-boot-Annotate-data-appropriately-b8c3f9b5.patch
	patches.suse/x86-asm-Make-some-functions-local-ef1e0315.patch
	patches.suse/x86-asm-Change-all-ENTRY-ENDPROC-to-SYM_FUNC_-6dcc5627.patch
	patches.suse/x86-asm-32-Change-all-ENTRY-ENDPROC-to-SYM_FUNC_-6d685e53.patch
	patches.suse/ubsan-x86-Annotate-and-allow-__ubsan_handle_shift_ou.patch
	patches.suse/arch-x86-boot-Use-prefix-map-to-avoid-embedded-paths.patch
	patches.suse/powerpc-Rename-notes-PT_NOTE-to-note.patch
	patches.suse/powerpc-Remove-PT_NOTE-workaround.patch
	patches.suse/powerpc-Rename-PT_LOAD-identifier-kernel-to-text.patch
	patches.suse/x86-process-unify-copy_thread_tls.patch
	patches.suse/efi-random-use-arch-independent-efi_call_proto-41e8a7c2.patch
	patches.suse/x86-efi-random-Invoke-EFI_RNG_PROTOCOL-to-seed-the-U-0d959814.patch
	patches.suse/efi-libstub-tpm-enable-tpm-eventlog-function-for-ARM.patch
	patches.suse/perf_event-Add-support-for-LSM-and-SELinux-checks.patch
	patches.suse/perf-core-Fix-CONFIG_PERF_EVENTS-build-warnings-and-.patch
	patches.suse/perf-core-perf-x86-introduce-swap_task_ctx-method-at-struct-pmu.patch
	patches.suse/perf-x86-intel-implement-lbr-callstack-context-synchronization.patch
	patches.suse/perf-scripts-python-exported-sql-viewer.py-Fix-use-o.patch
	patches.suse/x86-insn-add-some-intel-instructions-to-the-opcode-map.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/0004-locking-lockdep-Remove-unused-nested-argument-from-l.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/ACPI-processor_idle-Skip-dummy-wait-if-kernel-is-in-.patch
	patches.suse/bsc1175543-cpuidle-Consolidate-disabled-state-checks.patch
	patches.suse/cpuidle-teo-Avoid-using-early-hits-incorrectly.patch
	patches.suse/bsc1175543-cpuidle-Introduce-cpuidle_driver_state_disabled-for-.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-OSI-Shoot-duplicate-word.patch
	patches.suse/ACPICA-Results-from-Clang.patch
	patches.suse/ACPICA-Win-OSL-Replace-get_tick_count-with-get_tick_.patch
	patches.suse/ACPICA-More-Clang-changes.patch
	patches.suse/ACPICA-Add-new-external-interface-acpi_unload_table-42d939fa.patch
	patches.suse/ACPICA-make-acpi_load_table-return-table-index-1770093c.patch
	patches.suse/ACPICA-utilities-add-flag-to-only-display-data-when-.patch
	patches.suse/ACPICA-debugger-add-command-to-dump-all-fields-of-pa.patch
	patches.suse/ACPICA-debugger-surround-field-unit-output-with-brac.patch
	patches.suse/ACPICA-debugger-add-field-unit-support-for-acpi_db_g.patch
	patches.suse/ACPICA-acpiexec-initialize-all-simple-types-and-fiel.patch
	patches.suse/ACPICA-debugger-remove-leading-whitespaces-when-conv.patch
	patches.suse/ACPICA-Update-version-to-20191018.patch
	patches.suse/ACPI-EC-tweak-naming-in-preparation-for-GpioInt-supp.patch
	patches.suse/ACPI-EC-add-support-for-hardware-reduced-systems.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-PMIC-Do-not-register-handlers-for-unhandled-OpR.patch
	patches.suse/ACPI-PMIC-Add-byt-prefix-to-Crystal-Cove-PMIC-OpRegi.patch
	patches.suse/ACPI-PMIC-Add-Cherry-Trail-Crystal-Cove-PMIC-OpRegio.patch
	patches.suse/ACPI-button-Refactor-lid_init_state-module-parsing-c.patch
	patches.suse/ACPI-button-Allow-disabling-LID-support-with-the-lid.patch
	patches.suse/ACPI-button-Turn-lid_blacklst-DMI-table-into-a-gener.patch
	patches.suse/ACPI-button-Add-DMI-quirk-for-Medion-Akoya-E2215T.patch
	patches.suse/ACPI-button-Add-DMI-quirk-for-Asus-T200TA.patch
	patches.suse/ACPI-button-Remove-unused-acpi_lid_notifier_-un-regi.patch
	patches.suse/ACPI-utils-Describe-function-parameters-in-kernel-do.patch
	patches.suse/ACPI-utils-Move-acpi_dev_get_first_match_dev-under-C.patch
	patches.suse/acpi-utils-introduce-acpi_dev_hid_uid_match-helper
	patches.suse/ACPI-LPSS-Switch-to-use-acpi_dev_hid_uid_match.patch
	patches.suse/iommu-amd-switch-to-use-acpi_dev_hid_uid_match
	patches.suse/ACPI-Always-build-evged-in.patch
	patches.suse/ACPI-platform-Unregister-stale-platform-devices.patch
	patches.suse/ACPI-video-update-doc-for-acpi_video_bus_DOS.patch
	patches.suse/ACPI-NUMA-Establish-a-new-drivers-acpi-numa-director.patch
	patches.suse/efi-Enumerate-EFI_MEMORY_SP-fe3e5e65.patch
	patches.suse/x86-efi-Push-EFI_MEMMAP-check-into-leaf-routines-6950e31b.patch
	patches.suse/efi-Common-enable-disable-infrastructure-for-EFI-sof-b617c526.patch
	patches.suse/x86-efi-EFI-soft-reservation-to-E820-enumeration-262b45ae.patch
	patches.suse/arm-efi-EFI-soft-reservation-to-memblock.patch
	patches.suse/x86-efi-Add-efi_fake_mem-support-for-EFI_MEMORY_SP-199c8471.patch
	patches.suse/0010-lib-Uplevel-the-pmem-region-ida-to-a-global-allocato.patch
	patches.suse/0001-dax-Fix-alloc_dax_region-compile-warning.patch
	patches.suse/device-dax-Add-a-driver-for-hmem-devices.patch
	patches.suse/ACPI-NUMA-HMAT-Register-HMAT-at-device_initcall-leve.patch
	patches.suse/ACPI-NUMA-HMAT-Register-soft-reserved-memory-as-an-h.patch
	patches.suse/ACPI-HMAT-don-t-mix-pxm-and-nid-when-setting-memory-.patch
	patches.suse/ACPI-NUMA-HMAT-fix-a-section-mismatch.patch
	patches.suse/ACPI-HMAT-use-u-instead-of-d-to-print-u32-values.patch
	patches.suse/software-node-Get-reference-to-parent-swnode-in-get_.patch
	patches.suse/device-property-add-fwnode_get_name-for-returning-the-name-of-a-node.patch
	patches.suse/device-property-Add-a-function-to-obtain-a-node-s-pr.patch
	patches.suse/software-node-introduce-PROPERTY_ENTRY_XXX_ARRAY_LEN-1741cfac.patch
	patches.suse/efi-apple-properties-use-PROPERTY_ENTRY_U8_ARRAY_LEN-4466bf82.patch
	patches.suse/sound-Fix-Kconfig-indentation.patch
	patches.suse/ALSA-firewire-lib-add-a-member-into-AMDTP-domain-for.patch
	patches.suse/ALSA-bebob-register-the-size-of-PCM-period-to-AMDTP-.patch
	patches.suse/ALSA-fireworks-register-the-size-of-PCM-period-to-AM.patch
	patches.suse/ALSA-oxfw-register-the-size-of-PCM-period-to-AMDTP-d.patch
	patches.suse/ALSA-dice-register-the-size-of-PCM-period-to-AMDTP-d.patch
	patches.suse/ALSA-firewire-digi00x-register-the-size-of-PCM-perio.patch
	patches.suse/ALSA-firewire-tascam-register-the-size-of-PCM-period.patch
	patches.suse/ALSA-firewire-motu-register-the-size-of-PCM-period-t.patch
	patches.suse/ALSA-fireface-register-the-size-of-PCM-period-to-AMD.patch
	patches.suse/ALSA-bebob-use-the-same-size-of-period-for-PCM-subst.patch
	patches.suse/ALSA-fireworks-use-the-same-size-of-period-for-PCM-s.patch
	patches.suse/ALSA-oxfw-use-the-same-size-of-period-for-PCM-substr.patch
	patches.suse/ALSA-dice-use-the-same-size-of-period-for-PCM-substr.patch
	patches.suse/ALSA-firewire-digi00x-use-the-same-size-of-period-fo.patch
	patches.suse/ALSA-firewire-tascam-use-the-same-size-of-period-for.patch
	patches.suse/ALSA-firewire-motu-use-the-same-size-of-period-for-P.patch
	patches.suse/ALSA-fireface-use-the-same-size-of-period-for-PCM-su.patch
	patches.suse/ALSA-firewire-lib-use-variable-size-of-queue-for-iso.patch
	patches.suse/ALSA-bebob-share-PCM-buffer-size-for-both-direction.patch
	patches.suse/ALSA-fireworks-share-PCM-buffer-size-for-both-direct.patch
	patches.suse/ALSA-oxfw-share-PCM-buffer-size-for-both-direction.patch
	patches.suse/ALSA-dice-share-PCM-buffer-size-for-both-direction.patch
	patches.suse/ALSA-firewire-digi00x-share-PCM-buffer-size-for-both.patch
	patches.suse/ALSA-firewire-tascam-share-PCM-buffer-size-for-both-.patch
	patches.suse/ALSA-firewire-motu-share-PCM-buffer-size-for-both-di.patch
	patches.suse/ALSA-fireface-share-PCM-buffer-size-for-both-directi.patch
	patches.suse/ALSA-firewire-lib-schedule-hardware-IRQ-according-to.patch
	patches.suse/ALSA-firewire-lib-tune-the-maximum-available-size-of.patch
	patches.suse/ALSA-firewire-lib-tune-the-minimum-available-size-of.patch
	patches.suse/ALSA-firewire-lib-add-irq_target-member-into-amdtp_d.patch
	patches.suse/ALSA-firewire-lib-replace-pointer-callback-to-flush-.patch
	patches.suse/ALSA-firewire-lib-replace-ack-callback-to-flush-isoc.patch
	patches.suse/ALSA-firewire-lib-cancel-flushing-isoc-context-in-th.patch
	patches.suse/ALSA-firewire-lib-handle-several-AMDTP-streams-in-ca.patch
	patches.suse/ALSA-firewire-lib-postpone-to-start-IR-context.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-add-Intel-DSP-configuration-probe-code.patch
	patches.suse/ALSA-hda-fix-intel-DSP-config.patch
	patches.suse/ALSA-intel_hdmi-Remove-dev_err-on-platform_get_irq-f.patch
	patches.suse/ALSA-hda-Fix-pending-unsol-events-at-shutdown.patch
	patches.suse/ALSA-hda-Allow-non-Intel-device-probe-gracefully.patch
	patches.suse/ALSA-usb-audio-sound-usb-usb-true-false-for-bool-ret.patch
	patches.suse/ALSA-firewire-motu-fix-wrong-spelling-for-macro.patch
	patches.suse/ALSA-firewire-motu-print-for-unknown-source-of-sampl.patch
	patches.suse/ALSA-firewire-motu-detect-SPH-source-of-sampling-clo.patch
	patches.suse/ALSA-firewire-motu-minor-code-refactoring-for-protoc.patch
	patches.suse/ALSA-firewire-motu-code-refactoring-to-handle-model-.patch
	patches.suse/ALSA-firewire-motu-add-support-for-MOTU-UltraLite.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-bebob-expand-delay-of-start-for-IR-context-just.patch
	patches.suse/ALSA-bebob-link-the-order-of-establishing-connection.patch
	patches.suse/ALSA-pcm-Fix-missing-check-of-the-new-non-cached-buf.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-pcm-Warn-if-doubly-preallocated.patch
	patches.suse/ALSA-pcm-Create-proc-files-only-for-non-empty-preall.patch
	patches.suse/ALSA-drivers-Remove-superfluous-snd_dma_continuous_d.patch
	patches.suse/ALSA-mips-Remove-superfluous-snd_dma_continuous_data.patch
	patches.suse/ALSA-rme32-Remove-superfluous-snd_dma_continuous_dat.patch
	patches.suse/ALSA-sh-Remove-superfluous-snd_dma_continuous_data.patch
	patches.suse/ALSA-sparc-Remove-superfluous-snd_dma_continuous_dat.patch
	patches.suse/ALSA-usb-Remove-superfluous-snd_dma_continuous_data.patch
	patches.suse/ALSA-6fire-Drop-the-dead-code.patch
	patches.suse/ALSA-usb-audio-Convert-to-the-common-vmalloc-memallo.patch
	patches.suse/ALSA-aloop-Convert-to-the-common-vmalloc-memalloc.patch
	patches.suse/ALSA-firewire-Convert-to-the-common-vmalloc-memalloc.patch
	patches.suse/ALSA-6fire-Convert-to-the-common-vmalloc-memalloc.patch
	patches.suse/ALSA-caiaq-Convert-to-the-common-vmalloc-memalloc.patch
	patches.suse/ALSA-hiface-Convert-to-the-common-vmalloc-memalloc.patch
	patches.suse/ALSA-ua101-Convert-to-the-common-vmalloc-memalloc.patch
	patches.suse/ALSA-vx-Convert-to-the-common-vmalloc-memalloc.patch
	patches.suse/ALSA-pdaudiocf-Convert-to-the-common-vmalloc-memallo.patch
	patches.suse/ALSA-mips-Convert-to-the-common-vmalloc-memalloc.patch
	patches.suse/ALSA-pci-Drop-superfluous-snd_pcm_sgbuf_ops_page.patch
	patches.suse/ALSA-aoa-Avoid-non-standard-macro-usage.patch
	patches.suse/ALSA-echoaudio-Avoid-non-standard-macro-usage.patch
	patches.suse/ALSA-es1968-Avoid-non-standard-macro-usage.patch
	patches.suse/ALSA-rme-Avoid-non-standard-macro-usage.patch
	patches.suse/ALSA-pci-Avoid-non-standard-macro-usage.patch
	patches.suse/ALSA-timer-Limit-max-amount-of-slave-instances.patch
	patches.suse/ASoC-fsl_mqs-Add-MQS-component-driver.patch
	patches.suse/ASoC-Intel-cht_bsw_rt5645-Add-quirk-for-boards-using.patch
	patches.suse/ASoC-xlnx-Use-devm_platform_ioremap_resource-in-xlnx.patch
	patches.suse/ASoC-soc-component.h-remove-GPL-explanation-from-hea.patch
	patches.suse/ASoC-dt-bindings-mt8183-add-missing-update.patch
	patches.suse/ASoC-wm8994-Add-support-for-setting-MCLK-clock-rate.patch
	patches.suse/ASoC-wm8994-Add-support-for-MCLKn-clock-gating.patch
	patches.suse/ASoC-soc-core-move-soc_free_pcm_runtime.patch
	patches.suse/ASoC-soc-core-merge-soc_add_pcm_runtime-into-soc_new.patch
	patches.suse/ASoC-soc-core-call-list_del-rtd-list-at-soc_free_pcm.patch
	patches.suse/ASoC-soc-core-create-rtd-codec_dais-first.patch
	patches.suse/ASoC-soc-core-merge-soc_new_pcm_runtime-and-soc_rtd_.patch
	patches.suse/ASoC-soc-core-merge-soc_free_pcm_runtime-and-soc_rtd.patch
	patches.suse/ASoC-soc-core-tidyup-soc_new_pcm_runtime-alloc-order.patch
	patches.suse/ASoC-soc-core-remove-snd_soc_rtdcom_del_all.patch
	patches.suse/ASoC-amd-acp3x-clean-up-indentation-issue.patch
	patches.suse/ASoC-rt5663-clean-up-indentation-issues.patch
	patches.suse/ASoC-wcd9335-clean-up-indentation-issue.patch
	patches.suse/ASoC-stm32-sai-clean-up-indentation-issue.patch
	patches.suse/ASoC-core-Clarify-usage-of-ignore_machine.patch
	patches.suse/ASoC-adau1761-Add-PGA-Slew-time-control.patch
	patches.suse/ASoC-adau1761-Add-ALC-controls.patch
	patches.suse/ASoC-fsl_asrc-Use-in-out-put_format-instead-of-in-ou.patch
	patches.suse/ASoC-fsl_asrc-update-supported-sample-format.patch
	patches.suse/ASoC-pcm_dmaengine-Extract-snd_dmaengine_pcm_refine_.patch
	patches.suse/ASoC-fsl_asrc-Fix-error-with-S24_3LE-format-bitstrea.patch
	patches.suse/ASoC-soc-pcm-Use-different-sequence-for-start-stop-t.patch
	patches.suse/tas2770-add-tas2770-smart-PA-kernel-driver.patch
	patches.suse/ASoC-madera-Add-support-for-using-MCLK3.patch
	patches.suse/ASoC-SOF-trace-move-to-opt-in-with-Kconfig-and-modul.patch
	patches.suse/ASoC-SOF-ipc-retain-DSP-context-after-FW-exception.patch
	patches.suse/ASoC-SOF-core-check-for-mandatory-fw_ready-op-during.patch
	patches.suse/ASoC-SOF-ipc-introduce-no_stream_position-in-sof_ipc.patch
	patches.suse/ASoC-SOF-Intel-hda-fix-reset-of-host_period_bytes.patch
	patches.suse/ASoC-SOF-Intel-Add-context-data-to-any-IPC-timeout.patch
	patches.suse/ASoC-samsung-arndale-Simplify-DAI-link-initializatio.patch
	patches.suse/ASoC-samsung-arndale-Add-support-for-WM1811-CODEC.patch
	patches.suse/ASoC-samsung-Rename-Arndale-card-driver.patch
	patches.suse/tas2770-fix-platform_no_drv_owner.cocci-warnings.patch
	patches.suse/ASoC-soc-core-use-devm_kzalloc-for-rtd.patch
	patches.suse/ASoC-soc-core-remove-soc_remove_dai_links.patch
	patches.suse/ASoC-soc-core-add-soc_setup_card_name.patch
	patches.suse/ASoC-soc-core-use-devm_xxx-for-component-related-res.patch
	patches.suse/ASoC-soc-core-setup-card-rtd_num-at-snd_soc_instanti.patch
	patches.suse/ASoC-soc-ops-use-snd_soc_card_get_kcontrol-at-snd_so.patch
	patches.suse/ASoC-jz4740-Use-of_device_get_match_data.patch
	patches.suse/ASoc-tas2770-Fix-build-error-without-GPIOLIB.patch
	patches.suse/ASoC-fsl_mqs-remove-set-but-not-used-variable-bclk.patch
	patches.suse/ASoC-fsl_mqs-Fix-error-handling-in-probe.patch
	patches.suse/ASoC-tas2770-Remove-unneeded-read-of-the-TDM_CFG3-re.patch
	patches.suse/ASoc-tas2770-Remove-unused-defines-and-variables.patch
	patches.suse/ASoC-tas2770-Fix-snd_soc_update_bits-error-handling.patch
	patches.suse/ASoC-soc-acpi-add-link_mask-field.patch
	patches.suse/ASoC-SOF-support-alternate-list-of-machines.patch
	patches.suse/ASoC-pcm3168a-Use-fixup-instead-of-constraint-for-ch.patch
	patches.suse/ASoC-mt8183-fix-audio-playback-slowly-after-playback.patch
	patches.suse/ASoC-soc-core-merge-snd_pcm_ops-member-to-component-.patch
	patches.suse/ASoC-soc-core-add-new-pcm_construct-pcm_destruct.patch
	patches.suse/ASoC-soc-core-add-snd_soc_pcm_lib_ioctl.patch
	patches.suse/ASoC-intel-sst-haswell-pcm-remove-snd_pcm_ops.patch
	patches.suse/ASoC-intel-skl-pcm-remove-snd_pcm_ops.patch
	patches.suse/ASoC-intel-sst-mfld-platform-pcm-remove-snd_pcm_ops.patch
	patches.suse/ASoC-intel-sst-baytrail-pcm-remove-snd_pcm_ops.patch
	patches.suse/ASoC-amd-acp3x-pcm-dma-remove-snd_pcm_ops.patch
	patches.suse/ASoC-amd-acp-pcm-dma-remove-snd_pcm_ops.patch
	patches.suse/ASoC-atmel-atmel-pcm-pdc-remove-snd_pcm_ops.patch
	patches.suse/ASoC-au1x-dbdma2-remove-snd_pcm_ops.patch
	patches.suse/ASoC-au1x-dma-remove-snd_pcm_ops.patch
	patches.suse/ASoC-xtensa-xtfpga-i2s-remove-snd_pcm_ops.patch
	patches.suse/ASoC-xilinx-xlnx_formatter_pcm-remove-snd_pcm_ops.patch
	patches.suse/ASoC-uniphier-aio-dma-remove-snd_pcm_ops.patch
	patches.suse/ASoC-txx9-txx9aclc-remove-snd_pcm_ops.patch
	patches.suse/ASoC-stm-stm32_adfsdm-remove-snd_pcm_ops.patch
	patches.suse/ASoC-sprd-sprd-pcm-dma-remove-snd_pcm_ops.patch
	patches.suse/ASoC-sof-pcm-remove-snd_pcm_ops.patch
	patches.suse/ASoC-sh-rsnd-remove-snd_pcm_ops.patch
	patches.suse/ASoC-sh-fsi-remove-snd_pcm_ops.patch
	patches.suse/ASoC-sh-dma-sh7760-remove-snd_pcm_ops.patch
	patches.suse/ASoC-sh-siu_pcm-remove-snd_pcm_ops.patch
	patches.suse/ASoC-samsung-idma-remove-snd_pcm_ops.patch
	patches.suse/ASoC-qcom-lpass-platform-remove-snd_pcm_ops.patch
	patches.suse/ASoC-qcom-q6routing-remove-snd_pcm_ops.patch
	patches.suse/ASoC-qcom-q6asm-dai-remove-snd_pcm_ops.patch
	patches.suse/ASoC-pxa-mmp-pcm-remove-snd_pcm_ops.patch
	patches.suse/ASoC-pxa-remove-snd_pcm_ops.patch
	patches.suse/ASoC-meson-remove-snd_pcm_ops.patch
	patches.suse/ASoC-mediatek-mtk-btcvsd-remove-snd_pcm_ops.patch
	patches.suse/ASoC-mediatek-remove-snd_pcm_ops.patch
	patches.suse/ASoC-kirkwood-kirkwood-dma-remove-snd_pcm_ops.patch
	patches.suse/ASoC-dwc-dwc-pcm-remove-snd_pcm_ops.patch
	patches.suse/ASoC-rt5514-spi-remove-snd_pcm_ops.patch
	patches.suse/ASoC-bcm-cygnus-pcm-remove-snd_pcm_ops.patch
	patches.suse/ASoC-fsl-imx-pcm-fiq-remove-snd_pcm_ops.patch
	patches.suse/ASoC-fsl-fsl_dma-remove-snd_pcm_ops.patch
	patches.suse/ASoC-fsl-mpc5200_dma-remove-snd_pcm_ops.patch
	patches.suse/ASoC-fsl-fsl_asrc_dma-remove-snd_pcm_ops.patch
	patches.suse/ASoC-fsl-fsl_dma-don-t-use-snd_soc_rtdcom_lookup.patch
	patches.suse/ASoC-soc-generic-dmaengine-pcm-remove-snd_pcm_ops.patch
	patches.suse/ASoC-soc-utils-remove-snd_pcm_ops.patch
	patches.suse/ASoC-soc-component-remove-snd_pcm_ops-from-component.patch
	patches.suse/ASoC-jz4740-Remove-unused-match-variable.patch
	patches.suse/ASoC-simple_card_utils.h-Add-missing-include.patch
	patches.suse/ASOC-Add-ADAU7118-8-Channel-PDM-to-I2S-TDM-Converter.patch
	patches.suse/ASoC-SOF-enable-sync_write-in-hdac_bus.patch
	patches.suse/ASoC-SOF-enable-dual-control-for-pga.patch
	patches.suse/AsoC-SOF-refactor-control-load-code.patch
	patches.suse/Revert-ASoC-SOF-Force-polling-mode-on-CFL-and-CNL.patch
	patches.suse/ASoC-SOF-acpi-add-debug-module-param.patch
	patches.suse/ASoC-SOF-pci-add-debug-module-param.patch
	patches.suse/ASoC-SOF-imx-Describe-ESAI-parameters-to-be-sent-to-.patch
	patches.suse/ASoC-SOF-acpi-led-support-for-switch-controls.patch
	patches.suse/ASoC-SOF-imx-Read-ESAI-parameters-and-send-them-to-D.patch
	patches.suse/ASoC-tas2562-Introduce-the-TAS2562-amplifier.patch
	patches.suse/ASoC-stm32-spdifrx-retry-synchronization-in-sync-sta.patch
	patches.suse/ASoC-adau7118-Fix-Kconfig-warning-without-CONFIG_I2C.patch
	patches.suse/ASoC-fsl_mqs-Move-static-keyword-to-the-front-of-dec.patch
	patches.suse/ASoC-SOF-Intel-byt-fix-operator-precedence-warnings.patch
	patches.suse/ASoC-SOF-Intel-bdw-fix-operator-precedence-warnings.patch
	patches.suse/ASoC-SOF-topology-remove-always-true-redundant-test.patch
	patches.suse/ASoC-SOF-topology-check-errors-when-parsing-LED-toke.patch
	patches.suse/ASoC-SOF-Fix-randbuild-error.patch
	patches.suse/ASoC-Intel-eve-Enable-mclk-and-ssp-sclk-early.patch
	patches.suse/ASoC-simple-card-fixup-simple_dai_link_of_dpcm-comme.patch
	patches.suse/ASoC-sof-include-types.h-at-header.h.patch
	patches.suse/ASoC-audio-graph-fixup-graph_dai_link_of_dpcm-commen.patch
	patches.suse/ASoC-pcm3168a-Fix-serial-mode-dependent-format-suppo.patch
	patches.suse/ASoC-rt1011-set-tx-rx-slots-from-tx-rx_mask-in-TDM-c.patch
	patches.suse/ASoC-wm8958-use-asm-unaligned.h-to-simplify-code.patch
	patches.suse/ASoC-rt1011-Read-and-apply-r0-and-temperature-device.patch
	patches.suse/ASoC-tas2562-Fix-misuse-of-GENMASK-macro.patch
	patches.suse/ASoC-rt1011-fix-spelling-mistake-temperture-temperat.patch
	patches.suse/ASoC-tlv320aic32x4-add-a-check-for-devm_clk_get.patch
	patches.suse/ASoC-msm8916-wcd-analog-Add-earpiece.patch
	patches.suse/ASoC-mediatek-mt6358-support-WoV.patch
	patches.suse/ASoC-mediatek-mt8183-support-WoV.patch
	patches.suse/ASOC-adau7118-Change-regulators-id.patch
	patches.suse/ASoC-rt5677-Add-a-PCM-device-for-streaming-hotword-v.patch
	patches.suse/ASoC-soc-pcm-fixup-dpcm_prune_paths-loop-continue.patch
	patches.suse/ASoC-soc-core-remove-for_each_rtdcom_safe.patch
	patches.suse/ASoC-soc-core-snd_soc_unbind_card-cleanup.patch
	patches.suse/ASoC-soc-core-add-for_each_rtd_components-and-replac.patch
	patches.suse/ASoC-rsnd-dma-set-bus-width-to-data-width-for-monaur.patch
	patches.suse/ASoC-rsnd-add-missing-of_node_put.patch
	patches.suse/ASoC-mediatek-Check-SND_SOC_CROS_EC_CODEC-dependency.patch
	patches.suse/ASoC-SOF-Intel-hda-loader-improve-error-handling.patch
	patches.suse/ASoC-SOF-Intel-hda-add-dev_err-traces-for-snd_sof_ds.patch
	patches.suse/ASoC-Intel-common-add-ACPI-matching-tables-for-JSL.patch
	patches.suse/ASoC-SOF-Intel-initial-support-to-JasperLake.patch
	patches.suse/ASoC-kirkwood-fix-IRQ-error-handling.patch
	patches.suse/ASoC-rt5650-Add-Kahlee-platform-specfic-changes.patch
	patches.suse/ASoC-rt5677-Add-missing-null-check-for-failed-alloca.patch
	patches.suse/ASoC-rt5677-spi-fix-sparse-warnings.patch
	patches.suse/ASoC-tegra-Allow-24bit-and-32bit-samples.patch
	patches.suse/ASoC-soc-dpcm-tidyup-for_each_dpcm_xx-macro.patch
	patches.suse/ASoC-Spelling-s-configr-configur.patch
	patches.suse/ASoC-pxa-poodle-Spelling-s-enpoints-endpoints-s-conn.patch
	patches.suse/ASoC-tegra-add-a-TDM-configuration-callback.patch
	patches.suse/ASoC-tegra-disable-rx_fifo-after-disable-stream.patch
	patches.suse/ASoC-SOF-define-INFO_-flags-in-dsp_ops.patch
	patches.suse/ASoC-SOF-Intel-only-support-INFO_BATCH-for-legacy-pl.patch
	patches.suse/ASoC-fsl-fsl_dma-fix-build-failure.patch
	patches.suse/ASoC-sunxi-sun4i-codec-remove-unneeded-semicolon.patch
	patches.suse/ASoC-eve-implement-set_bias_level-function-for-rt551.patch
	patches.suse/ASoC-fsl_asrc-refine-the-setting-of-internal-clock-d.patch
	patches.suse/ASoC-fsl_esai-Add-spin-lock-to-protect-reset-stop-an.patch
	patches.suse/ASoC-rsnd-core.c-add-WARN_ON-on-rsnd_channel_normali.patch
	patches.suse/ASoC-SOF-add-a-field-to-store-the-current-D0-substat.patch
	patches.suse/ASoC-SOF-reset-default-d0_substate-at-probe-and-resu.patch
	patches.suse/ASoC-SOF-add-set_power_state-to-dsp_ops-for-power-st.patch
	patches.suse/ASoC-SOF-Intel-hda-dsp-Add-helper-for-setting-DSP-D0.patch
	patches.suse/ASoC-SOF-Intel-CNL-add-set_power_state-ops.patch
	patches.suse/ASoC-SOF-Intel-APL-add-set_power_state-ops.patch
	patches.suse/ASoC-SOF-add-flag-to-snd_sof_pcm_stream-for-D0i3-com.patch
	patches.suse/ASoC-SOF-token-add-tokens-for-PCM-compatible-with-D0.patch
	patches.suse/ASoC-SOF-topology-parse-and-store-d0i3_compatible-fl.patch
	patches.suse/ASoC-SOF-Intel-hda-dsp-align-the-comments-for-D0I3C-.patch
	patches.suse/ASoC-SOF-Intel-HDA-use-macro-for-register-polling-re.patch
	patches.suse/ASoC-SOF-PM-rename-sof_send_pm_ipc-to-sof_send_pm_ct.patch
	patches.suse/ASoC-SOF-ipc-introduce-message-for-DSP-power-gating.patch
	patches.suse/ASoC-SOF-Intel-hda-ipc-Don-t-read-mailbox-for-PM_GAT.patch
	patches.suse/ASoC-SOF-Intel-HDA-add-cAVS-specific-compact-IPC-hea.patch
	patches.suse/ASoC-SOF-configure-D0ix-IPC-flags-in-set_power_state.patch
	patches.suse/ASoC-SOF-PM-add-helpers-for-setting-D0-substate-for-.patch
	patches.suse/ASoC-SOF-Intel-CNL-add-support-for-sending-compact-I.patch
	patches.suse/ASoC-SOF-add-a-flag-to-indicate-the-system-suspend-t.patch
	patches.suse/ASoC-SOF-add-a-flag-suspend_ignored-for-sof-stream.patch
	patches.suse/ASoC-SOF-PM-implement-prepare-complete-callbacks.patch
	patches.suse/ASoC-SOF-ignore-suspend-resume-for-D0ix-compatible-s.patch
	patches.suse/ASoC-SOF-Intel-hda-dsp-implement-suspend-resume-for-.patch
	patches.suse/ASoC-SOF-return-ENOTSUPP-if-D0I3-is-not-supported.patch
	patches.suse/ASoC-SOF-PM-Add-support-for-DSP-D0i3-state-when-ente.patch
	patches.suse/ASoC-SOF-pci-Add-prepare-complete-PM-callbacks.patch
	patches.suse/ASoC-intel-fix-the-card-names.patch
	patches.suse/ASoC-SOF-remove-the-dead-code-skylake-kabylake.patch
	patches.suse/0006-drm-bridge-dw-hdmi-Report-connector-status-using-cal.patch
	patches.suse/ASoC-rockchip_max98090-Optionally-support-HDMI-use-c.patch
	patches.suse/ASoC-rockchip_max98090-Add-HDMI-jack-support.patch
	patches.suse/ALSA-hda-hdmi-implement-mst_no_extra_pcms-flag.patch
	patches.suse/ASoC-hdac_hda-add-support-for-HDMI-DP-as-a-HDA-codec.patch
	patches.suse/ASoC-Intel-skl-hda-dsp-generic-use-snd-hda-codec-hdm.patch
	patches.suse/ASoC-Intel-skl-hda-dsp-generic-fix-include-guard-nam.patch
	patches.suse/ASoC-SOF-Intel-add-support-for-snd-hda-codec-hdmi.patch
	patches.suse/ASoC-Intel-bxt-da7219-max98357a-common-hdmi-codec-su.patch
	patches.suse/ASoC-Intel-glk_rt5682_max98357a-common-hdmi-codec-su.patch
	patches.suse/ASoC-intel-sof_rt5682-common-hdmi-codec-support.patch
	patches.suse/ASoC-Intel-bxt_rt298-common-hdmi-codec-support.patch
	patches.suse/ASoC-rt5677-spi-fixup-compile-warning.patch
	patches.suse/ASoC-soc-core-remove-unneeded-snd_soc_tplg_component.patch
	patches.suse/ASoC-rt5682-improve-the-sensitivity-of-push-button.patch
	patches.suse/ASoC-rt1011-remove-redundant-code-in-kcontrol.patch
	patches.suse/ASoC-rt1011-improve-the-rt1011_set_dai_fmt-function.patch
	patches.suse/ASoC-rt1011-remove-unnecessary-tabs-using-spaces-ins.patch
	patches.suse/ASoC-rt1011-add-the-range-check-for-temperature_cali.patch
	patches.suse/ASoC-rt1011-some-minor-changes-to-improve-readabilit.patch
	patches.suse/ASoC-ux500-Remove-redundant-variable-status.patch
	patches.suse/ASoC-Intel-Add-acpi-match-for-rt1011-based-m-c-drive.patch
	patches.suse/ASoC-Intel-boards-Add-CML-m-c-using-RT1011-and-RT568.patch
	patches.suse/ASoC-SOF-Intel-hda-Simplify-the-hda_dsp_wait_d0i3c_d.patch
	patches.suse/ASoC-SOF-Intel-Baytrail-clarify-mutual-exclusion-wit.patch
	patches.suse/ASoC-SOF-Intel-Broadwell-clarify-mutual-exclusion-wi.patch
	patches.suse/ASoC-Intel-add-mutual-exclusion-between-SOF-and-lega.patch
	patches.suse/ASoC-SOF-Kconfig-add-EXPERT-dependency-for-developer.patch
	patches.suse/ASoC-SOF-imx-fix-reverse-CONFIG_SND_SOC_SOF_OF-depen.patch
	patches.suse/ASoC-SOF-Intel-use-def_tristate-avoid-using-select.patch
	patches.suse/ASoC-Intel-Skylake-mark-HDAudio-codec-support-as-dep.patch
	patches.suse/ASoC-Intel-boards-remove-select-SND_HDA_DSP_LOADER.patch
	patches.suse/ASoC-Intel-boards-fix-configs-for-bxt-da7219-max9805.patch
	patches.suse/ASoC-Intel-boards-Geminilake-is-only-supported-by-SO.patch
	patches.suse/ASoC-Intel-boards-sof_rt5682-use-dependency-on-SOF_H.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/ASoC-soc-core-move-soc_init_dai_link.patch
	patches.suse/ASoC-soc-core-tidyup-soc_init_dai_link.patch
	patches.suse/ASoC-soc-core-typo-fix-at-soc_dai_link_sanity_check.patch
	patches.suse/ASoC-soc-core-remove-duplicated-soc_is_dai_link_boun.patch
	patches.suse/ASoC-soc-core-call-soc_bind_dai_link-under-snd_soc_a.patch
	patches.suse/ASoC-soc-core-add-soc_unbind_dai_link.patch
	patches.suse/ASoC-soc-core-move-snd_soc_lookup_component.patch
	patches.suse/ASoC-soc-core-tidyup-snd_soc_lookup_component.patch
	patches.suse/ASoC-soc-core-add-snd_soc_del_component_unlocked.patch
	patches.suse/ASoC-soc-core-remove-snd_soc_component_add-del.patch
	patches.suse/ASoC-soc-core-use-snd_soc_lookup_component-at-snd_so.patch
	patches.suse/ASoC-soc-core-move-snd_soc_register_dai.patch
	patches.suse/ASoC-soc-core-move-snd_soc_unregister_dais.patch
	patches.suse/ASoC-soc-core-add-snd_soc_unregister_dai.patch
	patches.suse/ASoC-soc-core-have-legacy_dai_naming-at-snd_soc_regi.patch
	patches.suse/ASoC-soc-core-don-t-call-snd_soc_dapm_new_dai_widget.patch
	patches.suse/ASoC-soc-core-call-snd_soc_register_dai-from-snd_soc.patch
	patches.suse/ASoC-soc-core-remove-topology-specific-operation.patch
	patches.suse/ASoC-soc.h-dobj-is-used-only-when-SND_SOC_TOPOLOGY.patch
	patches.suse/ASoC-soc-core-fix-RIP-warning-on-card-removal.patch
	patches.suse/ASoC-soc-core-fixup-dead-lock-at-snd_soc_unregister_.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/ASoC-Remove-superfluous-snd_dma_continuous_data.patch
	patches.suse/ASoC-rt5514-spi-Convert-to-the-common-vmalloc-memall.patch
	patches.suse/ASoC-intel-Drop-superfluous-snd_pcm_sgbuf_ops_page.patch
	patches.suse/ASoC-intel-Avoid-non-standard-macro-usage.patch
	patches.suse/ASoC-SOF-Drop-superfluous-snd_pcm_sgbuf_ops_page.patch
	patches.suse/ASoC-rt5677-spi-Convert-to-the-common-vmalloc-memall.patch
	patches.suse/ALSA-pcm-Unexport-snd_pcm_sgbuf_ops_page.patch
	patches.suse/usb-gadget-u_audio-Remove-superfluous-snd_dma_contin.patch
	patches.suse/staging-most-Convert-to-the-common-vmalloc-memalloc.patch
	patches.suse/media-solo6x10-Remove-superfluous-snd_dma_continuous.patch
	patches.suse/media-tw686x-audio-Avoid-non-standard-macro-usage.patch
	patches.suse/ALSA-memalloc-Drop-snd_dma_pci_data-macro.patch
	patches.suse/ALSA-timer-Fix-the-breakage-of-slave-link-open.patch
	patches.suse/ALSA-au88x0-Fix-incorrect-device-pointer-for-preallo.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-aloop-Describe-units-of-variables.patch
	patches.suse/ALSA-aloop-Support-return-of-error-code-for-timer-st.patch
	patches.suse/ALSA-aloop-Use-callback-functions-for-timer-specific.patch
	patches.suse/ALSA-aloop-Rename-all-jiffies-timer-specific-functio.patch
	patches.suse/ALSA-aloop-Move-CABLE_VALID_BOTH-to-the-top-of-file.patch
	patches.suse/ALSA-aloop-Support-selection-of-snd_timer-instead-of.patch
	patches.suse/ALSA-aloop-Support-runtime-change-of-snd_timer-via-i.patch
	patches.suse/ALSA-pcm-Introduce-managed-buffer-allocation-mode.patch
	patches.suse/ALSA-pcm-Allow-NULL-ioctl-ops.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-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-pcm-Make-ioctl-ops-optional.patch
	patches.suse/ASoC-component-Add-sync_stop-PCM-ops.patch
	patches.suse/ALSA-aloop-Remove-redundant-locking-in-timer-open-fu.patch
	patches.suse/ALSA-aloop-Avoid-unexpected-timer-event-callback-tas.patch
	patches.suse/ALSA-aloop-Fix-dependency-on-timer-API.patch
	patches.suse/ASoC-rt5645-Fixed-buddy-jack-support.patch
	patches.suse/ASoC-rt5682-cancel-jack_detect_work-if-hs_jack-is-se.patch
	patches.suse/ASoC-SOF-Intel-Fix-CFL-and-CML-FW-nocodec-binary-nam.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-rt5682-fix-the-charge-pump-capacitor-discharges.patch
	patches.suse/ASoC-SOF-Intel-Fix-build-break.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-core-Fix-compile-warning-with-CONFIG_DEBUG_FS-n.patch
	patches.suse/ASoC-SOF-topology-fix-missing-NULL-pointer-check.patch
	patches.suse/ASoC-SOF-Intel-hda-set-L1SEN-on-S0ix-suspend.patch
	patches.suse/ASoC-fsl_audmix-Add-spin-lock-to-protect-tdms.patch
	patches.suse/ASoC-rt5677-Load-firmware-via-SPI-using-delayed-work.patch
	patches.suse/ASoC-bdw-rt5677-Add-a-DAI-link-for-rt5677-SPI-PCM-de.patch
	patches.suse/ASoC-rt5677-Enable-jack-detect-while-DSP-is-running.patch
	patches.suse/ASoC-rt5677-Add-DAPM-audio-path-for-hotword-stream.patch
	patches.suse/ASoC-rt5677-Mark-reg-RT5677_PWR_ANLG2-as-volatile.patch
	patches.suse/ASoC-rt5677-Stop-and-restart-DSP-over-suspend-resume.patch
	patches.suse/ASoC-rt5677-Disable-irq-at-suspend.patch
	patches.suse/ASoC-rt5677-Allow-VAD-to-be-shut-on-off-at-all-times.patch
	patches.suse/ASoC-bdw-rt5677-Turn-on-MCLK1-for-DSP-via-DAPM.patch
	patches.suse/ASoC-rt5677-Set-ADC-clock-to-use-PLL-and-enable-ASRC.patch
	patches.suse/ASoC-rt5677-Wait-for-DSP-to-boot-before-loading-firm.patch
	patches.suse/ASoC-Add-DA7213-audio-codec-as-selectable-option.patch
	patches.suse/ASoC-Intel-kbl_rt5663_rt5514_max98927-Add-dmic-forma.patch
	patches.suse/ASoC-wm8904-configure-sysclk-FLL-automatically.patch
	patches.suse/ASoC-Intel-acpi-match-split-CNL-tables-in-three.patch
	patches.suse/ASoC-SOF-Intel-hda-use-fallback-for-firmware-name.patch
	patches.suse/ASoC-SOF-PM-add-state-machine-to-comments.patch
	patches.suse/ASoC-SOF-PM-add-check-before-setting-d0_substate.patch
	patches.suse/ASoC-SOF-add-helper-to-check-if-we-should-enter-d0i3.patch
	patches.suse/ASoC-SOF-PM-only-suspend-to-D0I3-when-needed.patch
	patches.suse/ASoC-SOF-topology-free-kcontrol-memory-on-error.patch
	patches.suse/ASoC-soc-core-remove-soc_is_dai_link_bound.patch
	patches.suse/ASoC-soc-core-merge-snd_soc_register_dai-and-soc_add.patch
	patches.suse/ASoC-soc-core-merge-snd_soc_unregister_dai-and-soc_d.patch
	patches.suse/ASoC-soc-core-merge-snd_soc_add_dai_link-and-soc_bin.patch
	patches.suse/ASoC-soc-core-merge-snd_soc_remove_dai_link-and-soc_.patch
	patches.suse/ASoC-soc-core-merge-soc_remove_component-and-soc_cle.patch
	patches.suse/ASoC-soc-core-merge-snd_soc_bind_card-and-snd_soc_in.patch
	patches.suse/ASoC-soc-core-tidyup-soc_probe_aux_devices.patch
	patches.suse/ASoC-tas2770-clean-up-an-indentation-issue.patch
	patches.suse/ASoC-soc-core-call-snd_soc_dapm_shutdown-at-soc_clea.patch
	patches.suse/ASoC-soc-core-move-snd_soc_unbind_card-next-to-snd_s.patch
	patches.suse/ASoC-soc-core-care-card_probed-at-soc_cleanup_card_r.patch
	patches.suse/ASoC-dmaengine-Use-dma_request_chan-directly-for-cha.patch
	patches.suse/ASoC-ti-davinci-mcasp-Use-dma_request_chan-directly-.patch
	patches.suse/ASoC-rt5677-rt5677_check_hotword-can-be-static.patch
	patches.suse/ALSA-compress-add-flac-decoder-params.patch
	patches.suse/ASoC-qcom-q6asm-add-support-to-flac-config.patch
	patches.suse/ASoC-qcom-q6asm-dai-add-support-to-flac-decoder.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/ASoC-pcm3168a-Add-support-for-optional-RST-gpio-hand.patch
	patches.suse/ASoC-tlv320aic31xx-configure-output-common-mode-volt.patch
	patches.suse/ASoC-wm_adsp-Expose-mixer-control-API.patch
	patches.suse/ASoC-soc-component-tidyup-snd_soc_pcm_component_new-.patch
	patches.suse/ASoC-soc-pcm-remove-soc_pcm_private_free.patch
	patches.suse/ASoC-add-control-components-management.patch
	patches.suse/ASoC-core-add-SND_SOC_BYTES_E.patch
	patches.suse/ASoC-pcm3168a-Update-the-RST-gpio-handling-to-align-.patch
	patches.suse/ASoC-soc-pcm-check-symmetry-before-hw_params.patch
	patches.suse/ASoC-Fix-Kconfig-indentation.patch
	patches.suse/ASoC-improve-the-DMI-long-card-code-in-asoc-core.patch
	patches.suse/ASoC-DMI-long-name-avoid-to-add-board-name-if-matche.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-mc-device.c-fix-memleak-in-media_device_regist.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-Fix-error-handling-at-NVM-reading.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/pinctrl-ssbi-gpio-convert-to-hierarchical-IRQ-helper.patch
	patches.suse/pinctl-ti-iodelay-fix-error-checking-on-pinctrl_coun.patch
	patches.suse/pinctrl-rockchip-add-rk3308-SoC-support.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-cherryview-Fix-spelling-mistake-in-the-comme.patch
	patches.suse/pinctrl-intel-Introduce-intel_restore_padcfg-helper.patch
	patches.suse/pinctrl-intel-Introduce-intel_restore_hostown-helper.patch
	patches.suse/pinctrl-intel-Introduce-intel_restore_intmask-helper.patch
	patches.suse/pinctrl-intel-Drop-level-from-warning-to-debug-in-in.patch
	patches.suse/pinctrl-intel-Use-helper-to-restore-register-values-.patch
	patches.suse/pinctrl-intel-Add-Intel-Tiger-Lake-pin-controller-su.patch
	patches.suse/pinctrl-intel-Missed-type-change-to-unsigned-int.patch
	patches.suse/pinctrl-cherryview-Missed-type-change-to-unsigned-in.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/mwifiex-Re-work-support-for-SDIO-HW-reset.patch
	patches.suse/mmc-core-Drop-check-for-mmc_card_is_removable-in-mmc.patch
	patches.suse/mmc-mmc_spi-Use-proper-debounce-time-for-CD-GPIO.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/mmc-core-Fix-size-overflow-for-mmc-partitions.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/infiniband-add-a-Documentation-driver-api-chapter-fo.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/dma-mapping-remove-the-dma_attr_write_barrier-flag
	patches.suse/IB-umem-remove-the-dmasync-argument-to-ib_umem_get.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/usb-typec-driver-for-ti-hd3ss3220-usb-type-c-drp-port-controller.patch
	patches.suse/usb-typec-hd3ss3220_irq-can-be-static.patch
	patches.suse/xhci-tegra-Parameterize-mailbox-register-addresses.patch
	patches.suse/usb-host-xhci-tegra-Add-Tegra194-XHCI-support.patch
	patches.suse/usb-typec-add-dependency-for-typec_hd3ss3220.patch
	patches.suse/usb-typec-hd3ss3220-hd3ss3220_probe-warn-passing-zero-to-ptr_err.patch
	patches.suse/usb-typec-remove-duplicated-include-from-hd3ss3220-c.patch
	patches.suse/usb-typec-fix-an-is_err-vs-null-bug-in-hd3ss3220_probe.patch
	patches.suse/usb-usbfs-Suppress-problematic-bind-and-unbind-ueven.patch
	patches.suse/usb-roles-add-usb_role_switch_find_by_fwnode.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-typec-copy-everything-from-struct-typec_capability-during-registration.patch
	patches.suse/usb-typec-introduce-typec_get_drvdata.patch
	patches.suse/usb-typec-separate-the-operations-vector.patch
	patches.suse/usb-typec-tcpm-start-using-struct-typec_operations.patch
	patches.suse/usb-typec-tps6598x-start-using-struct-typec_operations.patch
	patches.suse/usb-typec-ucsi-start-using-struct-typec_operations.patch
	patches.suse/usb-typec-hd3ss3220-start-using-struct-typec_operations.patch
	patches.suse/usb-typec-remove-the-callback-members-from-struct-typec_capability.patch
	patches.suse/usb-typec-remove-unused-members-from-struct-typec_capability.patch
	patches.suse/usb-typec-hd3ss3220-give-the-connector-fwnode-to-the-port-device.patch
	patches.suse/usb-typec-ucsi-simplified-registration-and-i-o-api.patch
	patches.suse/usb-typec-ucsi-acpi-move-to-the-new-api.patch
	patches.suse/usb-typec-ucsi-ccg-move-to-the-new-api.patch
	patches.suse/usb-typec-ucsi-remove-the-old-api.patch
	patches.suse/usb-typec-ucsi-remove-struct-ucsi_control.patch
	patches.suse/usb-typec-ucsi-remove-all-bit-fields.patch
	patches.suse/usb-typec-ucsi-new-error-codes.patch
	patches.suse/usb-typec-ucsi-optimise-ucsi_unregister.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-chipidea-debug-create-debugfs-directory-under-usb-root.patch
	patches.suse/USB-serial-pl2303-add-support-for-PL2303HXN.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-Add-tracing-for-xhci-doorbell-register-writes.patch
	patches.suse/usb-host-xhci-Support-running-urb-giveback-in-taskle.patch
	patches.suse/xhci-pci-Allow-host-runtime-PM-as-default-also-for-I.patch
	patches.suse/usb-typec-tcpm-Remove-tcpc_config-configuration-mech.patch
	patches.suse/usb-dwc3-Disable-phy-suspend-after-power-on-reset.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-dwc3-debug-Remove-newline-printout.patch
	patches.suse/usb-dwc3-of-simple-add-a-shutdown.patch
	patches.suse/usb-serial-cp201x-support-Mark-10-digital-force-gaug.patch
	patches.suse/usb-chipidea-udc-add-new-api-ci_hdrc_gadget_connect.patch
	patches.suse/usb-chipidea-udc-protect-usb-interrupt-enable.patch
	patches.suse/usb-chipidea-imx-enable-vbus-and-id-wakeup-only-for-otg-events.patch
	patches.suse/usb-chipidea-core-change-vbus-regulator-as-optional.patch
	patches.suse/usb-chipidea-imx-check-data-usbmisc_data-against-null-before-access.patch
	patches.suse/usb-chipidea-imx-change-hsic-power-regulator-as-optional.patch
	patches.suse/usb-chipidea-imx-refine-the-error-handling-for-hsic.patch
	patches.suse/usb-chipidea-imx-pinctrl-for-hsic-is-optional.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-buf-drop-running-hook-debug-messages.patch
	patches.suse/mei-fix-modalias-documentation.patch
	patches.suse/mei-me-fix-me_intr_clear-function-name-in-KDoc.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-remove-unused-variable.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-add-PHY_MODE_LVDS.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/mei-me-mei_me_dev_init-use-struct-device-instead-of-.patch
	patches.suse/mei-me-store-irq-number-in-the-hw-struct.patch
	patches.suse/mei-abstract-fw-status-register-read.patch
	patches.suse/mei-add-trc-detection-register-to-sysfs.patch
	patches.suse/thunderbolt-add-generation-attribute-for-devices.patch
	patches.suse/thunderbolt-introduce-tb_switch_is_icm.patch
	patches.suse/thunderbolt-log-switch-route-string-on-config-read-write-timeout.patch
	patches.suse/thunderbolt-log-error-if-adding-switch-fails.patch
	patches.suse/thunderbolt-convert-basic-adapter-register-names-to-follow-the-usb4-spec.patch
	patches.suse/thunderbolt-convert-pcie-adapter-register-names-to-follow-the-usb4-spec.patch
	patches.suse/thunderbolt-convert-dp-adapter-register-names-to-follow-the-usb4-spec.patch
	patches.suse/thunderbolt-make-tb_sw_write-take-const-parameter.patch
	patches.suse/thunderbolt-add-helper-macro-to-iterate-over-switch-ports.patch
	patches.suse/thunderbolt-refactor-add_switch-into-two-functions.patch
	patches.suse/thunderbolt-add-support-for-lane-bonding.patch
	patches.suse/thunderbolt-add-default-linking-between-lane-adapters-if-not-provided-by-drom.patch
	patches.suse/thunderbolt-expand-controller-name-in-tb_switch_is_xy.patch
	patches.suse/thunderbolt-add-downstream-pcie-port-mappings-for-alpine-and-titan-ridge.patch
	patches.suse/thunderbolt-add-display-port-cm-handshake-for-titan-ridge-devices.patch
	patches.suse/thunderbolt-add-display-port-adapter-pairing-and-resource-management.patch
	patches.suse/thunderbolt-add-bandwidth-management-for-display-port-tunnels.patch
	patches.suse/thunderbolt-do-not-start-firmware-unless-asked-by-the-user.patch
	patches.suse/fsi-core-Fix-small-accesses-and-unaligned-offsets-vi.patch
	patches.suse/fpga-Remove-dev_err-usage-after-platform_get_irq.patch
	patches.suse/fpga-dfl-fme-add-thermal-management-support.patch
	patches.suse/fpga-dfl-fme-add-power-management-support.patch
	patches.suse/soundwire-intel-add-missing-headers-for-cross-compil.patch
	patches.suse/soundwire-intel-remove-X86-dependency.patch
	patches.suse/soundwire-remove-DAI_ID_RANGE-definitions.patch
	patches.suse/soundwire-intel-remove-playback-capture-stream_name.patch
	patches.suse/soundwire-cadence-intel-simplify-PDI-port-mapping.patch
	patches.suse/soundwire-intel-don-t-filter-out-PDI0-1.patch
	patches.suse/soundwire-cadence_master-improve-PDI-allocation.patch
	patches.suse/soundwire-intel-use-correct-header-for-io-calls.patch
	patches.suse/soundwire-intel-cadence-fix-startup-sequence.patch
	patches.suse/soundwire-cadence_master-add-hw_reset-capability-in-.patch
	patches.suse/soundwire-intel-add-helper-for-initialization.patch
	patches.suse/soundwire-intel-cadence-add-flag-for-interrupt-enabl.patch
	patches.suse/soundwire-cadence_master-make-clock-stop-exit-config.patch
	patches.suse/soundwire-intel-fix-PDI-stream-mapping-for-Bulk.patch
	patches.suse/soundwire-remove-bitfield-for-unique_id-use-u8.patch
	patches.suse/soundwire-slave-add-helper-to-extract-slave-ID.patch
	patches.suse/soundwire-ignore-uniqueID-when-irrelevant.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/mei-bus-add-more-client-attributes-to-sysfs.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-rtl8723bs-Removed-unneeded-variables.patch
	patches.suse/staging-rtl8723bs-os_dep-fix-spelling-mistake-offet-.patch
	patches.suse/staging-rtl8723bs-core-make-array-op_class-static-co.patch
	patches.suse/staging-rtl8723bs-remove-unneeded-conversion-to-bool.patch
	patches.suse/staging-rtl8723bs-remove-return-statements-from-void.patch
	patches.suse/staging-rtl8188eu-cleanup-long-line-in-rtw_mlme_ext..patch
	patches.suse/staging-rtl8188eu-remove-unnecessary-self-assignment.patch
	patches.suse/staging-rtl8192u-ieee80211-Replace-snprintf-with-scn.patch
	patches.suse/0146-staging-rtl8192u-Remove-unnecessary-blank-lines.patch
	patches.suse/staging-rtl8192u-Fix-alignment-to-match-open-parenth.patch
	patches.suse/staging-rtl8192u-Remove-unnecessary-line-breaks-in-f.patch
	patches.suse/staging-rtl8712-Replace-snprintf-with-scnprintf.patch
	patches.suse/staging-qlge-Removed-unnecessary-variable.patch
	patches.suse/staging-rtl8192u-release-memory-on-error-path.patch
	patches.suse/staging-rtl8192u-fix-multiple-memory-leaks-on-error-.patch
	patches.suse/staging-rtl8188eu-remove-dead-code-vestigial-do.whil.patch
	patches.suse/staging-rtl8192e-clean-up-indentation-issue.patch
	patches.suse/staging-rtl8723bs-remove-unused-function-write_cam_f.patch
	patches.suse/staging-rtl8188eu-fix-possible-null-dereference.patch
	patches.suse/staging-rtl8712-fix-boundary-condition-for-n.patch
	patches.suse/staging-rtl8188eu-convert-variables-from-unsigned-ch.patch
	patches.suse/staging-rtl8188eu-rename-variables-to-avoid-mixed-ca.patch
	patches.suse/staging-rtl8188eu-cleanup-whitespace-in-update_hw_ht.patch
	patches.suse/staging-rtl8188eu-cleanup-comments-in-update_hw_ht_p.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-rtl8723bs-Remove-unnecessary-braces.patch
	patches.suse/staging-rtl8188eu-remove-unnecessary-asignment-and-i.patch
	patches.suse/staging-rtl8723bs-Remove-set-but-not-used-variable-o.patch
	patches.suse/staging-rtl8192u-Fix-indentation-for-cleaner-code.patch
	patches.suse/staging-mt7621-pci-add-quirks-for-E2-revision-using-.patch
	patches.suse/0163-staging-rtl8723bs-Remove-unnecessary-braces.patch
	patches.suse/staging-rtl8723bs-Switch-constant-place-in-test.patch
	patches.suse/staging-rtl8712-align-arguments-with-open-parenthesi.patch
	patches.suse/staging-rtl8723bs-Remove-set-but-not-used-variable-t.patch
	patches.suse/staging-rtl8723bs-Remove-set-but-not-used-variable-p.patch
	patches.suse/staging-rtl8723bs-Remove-set-but-not-used-variables-.patch
	patches.suse/staging-rtl8723bs-Remove-set-but-not-used-variable-a.patch
	patches.suse/staging-wlan-ng-p80211wep.c-use-lib-crc32.patch
	patches.suse/staging-rtl8723bs-fix-typo-of-mechanism-in-comment.patch
	patches.suse/staging-rtl8723bs-Remove-commented-code.patch
	patches.suse/staging-rtl8723bs-os_dep-Remove-typecast-in-kfree.patch
	patches.suse/staging-rtl8723bs-core-Remove-typecast-in-call-to-kf.patch
	patches.suse/staging-rtl8723bs-Replace-string-with-identifier.patch
	patches.suse/staging-rtl8723bs-Remove-space-before-tab.patch
	patches.suse/staging-rtl8723bs-Remove-set-but-not-used-variable-i.patch
	patches.suse/staging-rtl8723bs-Remove-phy_Config-With-ParaFile-ca.patch
	patches.suse/staging-rtl8723bs-Remove-phy_Config-WithParaFile-fun.patch
	patches.suse/staging-rtl8723bs-Remove-phy_Config-WithParaFile-con.patch
	patches.suse/staging-rtl8723bs-Remove-rtw_merge_string-function.patch
	patches.suse/staging-rtl8723bs-Remove-File-operation-APIs.patch
	patches.suse/staging-rtl8723bs-Fix-line-over-80-characters.patch
	patches.suse/staging-rtl8723bs-Fix-function-call-wrapping-style.patch
	patches.suse/staging-rtl8723bs-Add-space-between-elements.patch
	patches.suse/staging-rtl8723bs-Fix-incorrect-type-in-declaration.patch
	patches.suse/0186-staging-rtl8723bs-Remove-commented-code.patch
	patches.suse/staging-rtl8723bs-Remove-duplicate-blank-lines.patch
	patches.suse/staging-rtl8723bs-Remove-space-before-tabs.patch
	patches.suse/staging-rtl8723bs-Fix-style-in-definitions.patch
	patches.suse/staging-rtl8712-Align-function-arguments-with-openin.patch
	patches.suse/staging-rtl8723bs-Remove-comparisons-to-NULL-in-cond.patch
	patches.suse/staging-rtl8723bs-Remove-unnecessary-braces-for-sing.patch
	patches.suse/staging-rtl8723bs-Remove-comparisons-to-booleans-in-.patch
	patches.suse/staging-rtl8723bs-Remove-unnecessary-blank-lines.patch
	patches.suse/staging-rtl8723bs-Remove-unnecessary-null-check.patch
	patches.suse/staging-qlge-correct-a-misspelled-word.patch
	patches.suse/staging-qlge-fix-alignment-should-match-open-parenth.patch
	patches.suse/staging-qlge-Fix-multiple-assignments-warning-by-rep.patch
	patches.suse/staging-qlge-add-space-to-fix-check-warning.patch
	patches.suse/staging-qlge-fix-comparison-to-NULL-warning.patch
	patches.suse/staging-rtl8723bs-Remove-comparison-to-NULL.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-rtl8712-remove-unnecessary-return-variables.patch
	patches.suse/staging-rtl8712-clean-up-function-headers.patch
	patches.suse/staging-rtl8188eu-remove-braces-from-single-statemen.patch
	patches.suse/staging-rtl8188eu-remove-unnecessary-conversion-to-b.patch
	patches.suse/staging-rtl8723bs-use-DIV_ROUND_UP-helper-macro.patch
	patches.suse/staging-rtl8723bs-remove-unnecessary-null-check.patch
	patches.suse/staging-rtl8723bs-remove-casts-to-pointers-in-kfree.patch
	patches.suse/staging-rtl8188eu-rename-variables-to-avoid-mixed-2.patch
	patches.suse/staging-rtl8188eu-convert-variables-from-unsigned-2.patch
	patches.suse/staging-rtl8188eu-remove-blank-lines.patch
	patches.suse/staging-rtl8188eu-make-efuse_power_switch-function-s.patch
	patches.suse/staging-rtl8723bs-removed-unwanted-if.else-condition.patch
	patches.suse/staging-rtl8723bs-reduce-stack-usage-of-rtw_cfg80211.patch
	patches.suse/staging-rtl8723bs-reduce-stack-usage-of-cfg80211_rtw.patch
	patches.suse/staging-rtl8188eu-remove-code-valid-only-for-5-GHz.patch
	patches.suse/staging-wilc1000-potential-corruption-in-wilc_parse_.patch
	patches.suse/staging-rtl8723bs-Replace-string-with-identifier2.patch
	patches.suse/staging-rtl8723bs-Fix-lines-over-80-characters.patch
	patches.suse/staging-rtl8723bs-Add-spaces-between-operators.patch
	patches.suse/staging-rtl8723bs-Remove-commented-code2.patch
	patches.suse/staging-rtl8723bs-Fix-indentation-warnings.patch
	patches.suse/staging-rtl8723bs-Fix-function-call-format.patch
	patches.suse/staging-rtl8723bs-Change-tabs-for-spaces.patch
	patches.suse/staging-rtl8188eu-cleanup-comments-in-rtw_sta_mgt.c.patch
	patches.suse/staging-rtl8188eu-convert-unsigned-char-array-to-u8.patch
	patches.suse/staging-rtl8188eu-rename-array-bcast_addr.patch
	patches.suse/staging-rtl8188eu-convert-rtw_access_ctrl-to-return-.patch
	patches.suse/staging-rtl8188eu-remove-ternary-operator.patch
	patches.suse/staging-rtl8188eu-cleanup-long-lines-in-rtw_sta_mgt..patch
	patches.suse/staging-rtl8188eu-reduce-indentation-level-in-rtw_al.patch
	patches.suse/staging-wlan-ng-remove-unnecessary-casts-from-prism2.patch
	patches.suse/staging-wlan-ng-shorten-lines-over-80-characters-in-.patch
	patches.suse/staging-wlan-ng-correct-parameter-alignment-in-hfa38.patch
	patches.suse/staging-wlan-ng-fix-compilation-for-USB-debugging.patch
	patches.suse/staging-wlan-ng-remove-unused-field-from-struct-hfa3.patch
	patches.suse/Staging-qlge-Rewrite-two-while-loops-as-simple-for-l.patch
	patches.suse/staging-rtl8712-Remove-lines-before-a-close-brace.patch
	patches.suse/staging-rtl8188eu-remove-exit-label-from-rtw_alloc_s.patch
	patches.suse/staging-rtl8188eu-reduce-indentation-level-in-_rtw_f.patch
	patches.suse/staging-rtl8188eu-remove-return-variable-from-rtw_in.patch
	patches.suse/staging-rtl8188eu-replace-tabs-with-spaces-style.patch
	patches.suse/staging-rtl8712-Fix-Alignment-of-open-parenthesis.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-rtl8723bs-Remove-unnecessary-parentheses.patch
	patches.suse/staging-qlge-Avoid-NULL-comparison.patch
	patches.suse/staging-rtl8192e-fix-potential-use-after-free.patch
	patches.suse/staging-rtl8723bs-os_dep-Remove-unnecessary-variable.patch
	patches.suse/0234-staging-rtl8723bs-Fix-lines-over-80-characters.patch
	patches.suse/staging-rtl8723bs-hal-Remove-unnecessary-typecast-in.patch
	patches.suse/staging-rtl8723bs-Fix-line-over-80-characters2.patch
	patches.suse/staging-rtl8723bs-Simplify-boolean-expression.patch
	patches.suse/staging-wilc1000-fix-illegal-memory-access-in-wilc_p.patch
	patches.suse/staging-rtl8192u-Fix-typo-in-comment.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/0239-staging-rtl8723bs-Remove-commented-code.patch
	patches.suse/staging-rtl8723bs-Remove-multiple-blank-lines.patch
	patches.suse/staging-rtl8723bs-Remove-blank-lines-before-a-close-.patch
	patches.suse/staging-rtl8723bs-Remove-blank-lines-after-an-open-b.patch
	patches.suse/staging-rtl8723bs-Remove-unnecessary-braces2.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/staging-rtl8192u-fix-indentation-issue.patch
	patches.suse/staging-rtl8723bs-fix-indentation-issue.patch
	patches.suse/staging-rtl-Remove-tasklet-callback-casts.patch
	patches.suse/staging-rtl8192e-remove-set-but-not-used-variable-fr.patch
	patches.suse/staging-rtl8723bs-remove-set-but-not-used-variable-2.patch
	patches.suse/0249-staging-rtl8723bs-remove-set-but-not-used-variable-p.patch
	patches.suse/staging-rtl8723bs-remove-set-but-not-used-variable-4.patch
	patches.suse/staging-rtl8723bs-remove-set-but-not-used-variable-n.patch
	patches.suse/staging-rtl8723bs-remove-set-but-not-used-variable-3.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-Add-fwnode_to_dev-to-look-up-device-from.patch
	patches.suse/driver-core-Add-support-for-linking-devices-during-d.patch
	patches.suse/base-soc-Handle-custom-soc-information-sysfs-entries.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/lib-devres-prepare-devm_ioremap_resource-for-more-va.patch
	patches.suse/lib-devres-provide-devm_ioremap_resource_wc.patch
	patches.suse/drivers-platform-provide-devm_platform_ioremap_resou.patch
	patches.suse/misc-sram-use-devm_platform_ioremap_resource_wc.patch
	patches.suse/drivers-provide-devm_platform_ioremap_resource_bynam.patch
	patches.suse/mac80211-Use-debugfs_create_xul-helper.patch
	patches.suse/0004-net-caif-Fix-debugfs-on-64-bit-platforms.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/ftrace-Separate-out-the-copying-of-a-ftrace_hash-fro.patch
	patches.suse/ftrace-Separate-out-functionality-from-ftrace_locati.patch
	patches.suse/ftrace-Add-register_ftrace_direct.patch
	patches.suse/ftrace-Add-ftrace_find_direct_func.patch
	patches.suse/ftrace-Add-sample-module-that-uses-register_ftrace_d.patch
	patches.suse/ftrace-selftest-Add-tests-to-test-register_ftrace_di.patch
	patches.suse/ftrace-Add-another-example-of-register_ftrace_direct.patch
	patches.suse/ftrace-selftests-Update-the-direct-call-selftests-to.patch
	patches.suse/ftrace-x86-Add-register_ftrace_direct-for-custom-tra.patch
	patches.suse/ftrace-x86-Add-a-counter-to-test-function_graph-with.patch
	patches.suse/ftrace-x86-tell-objtool-to-ignore-nondeterministic-ftrace-stack-layout.patch
	patches.suse/tracing-kprobe-check-whether-the-non-suffixed-symbol-is-notrace.patch
	patches.suse/ftrace-Add-modify_ftrace_direct.patch
	patches.suse/ftrace-samples-Add-a-sample-module-that-implements-m.patch
	patches.suse/ftrace-Fix-accounting-bug-with-direct-count-in-regis.patch
	patches.suse/ftrace-Add-another-check-for-match-in-register_ftrac.patch
	patches.suse/ftrace-Add-helper-find_direct_entry-to-consolidate-c.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/0007-drm-i915-psr-Make-PSR-registers-relative-to-transcod.patch
	patches.suse/0008-drm-i915-Add-transcoder-restriction-to-PSR2.patch
	patches.suse/0009-drm-i915-Do-not-unmask-PSR-interruption-in-IRQ-posti.patch
	patches.suse/0010-drm-dp-dsc-Add-Support-for-all-BPCs-supported-by-TGL.patch
	patches.suse/0012-drm-i915-tgl-Move-GTCR-register-to-cope-with-GAM-MMI.patch
	patches.suse/0013-drm-i915-tgl-Enable-VD-HCP-MFX-sub-pipe-power-gating.patch
	patches.suse/0014-drm-i915-Use-variable-for-debugfs-device-status.patch
	patches.suse/0015-drm-i915-Add-function-to-set-SSEU-info-per-platform.patch
	patches.suse/0016-drm-i915-Add-subslice-stride-runtime-parameter.patch
	patches.suse/0017-drm-i915-Add-EU-stride-runtime-parameter.patch
	patches.suse/0018-drm-i915-Use-local-variables-for-subslice_mask-for-d.patch
	patches.suse/0019-drm-i915-Add-function-to-set-subslices.patch
	patches.suse/0020-drm-i915-Use-subslice-stride-to-set-subslices-for-a-.patch
	patches.suse/0021-drm-i915-Add-function-to-determine-if-a-slice-has-a-.patch
	patches.suse/0022-drm-i915-Refactor-instdone-loops-on-new-subslice-fun.patch
	patches.suse/0023-drm-i915-Add-new-function-to-copy-subslices-for-a-sl.patch
	patches.suse/0001-drm-i915-Expand-subslice-mask.patch
	patches.suse/0025-drm-i915-Use-enum-pipe-instead-of-crtc-index-to-trac.patch
	patches.suse/0026-drm-i915-Unconfuse-pipe-vs.-crtc-index-in-i915_get_c.patch
	patches.suse/0027-drm-i915-Use-enum-pipe-consistently.patch
	patches.suse/0028-drm-i915-s-num_active_crtcs-num_active_pipes.patch
	patches.suse/0029-drm-i915-Use-hweight8-for-8bit-masks.patch
	patches.suse/0031-drm-i915-gtt-Preallocate-Braswell-top-level-page-dir.patch
	patches.suse/0033-drm-i915-uc-define-GuC-and-HuC-FWs-for-EHL.patch
	patches.suse/0034-drm-i915-Keep-drm_i915_file_private-around-under-RCU.patch
	patches.suse/0035-drm-i915-selftests-Teach-igt_gpu_fill_dw-to-take-int.patch
	patches.suse/0038-drm-i915-selftests-Add-the-usual-batch-vma-managemen.patch
	patches.suse/0040-drm-i915-selftests-Markup-impossible-error-pointers.patch
	patches.suse/0041-drm-i915-Only-activate-i915_active-debugobject-once.patch
	patches.suse/0042-drm-i915-Make-engine-s-batch-pool-safe-for-use-with-.patch
	patches.suse/0043-drm-i915-tgl-Guard-and-warn-if-more-than-one-eDP-pan.patch
	patches.suse/0044-drm-i915-Do-not-read-PSR2-register-in-transcoders-wi.patch
	patches.suse/0045-drm-i915-tgl-Add-maximum-resolution-supported-by-PSR.patch
	patches.suse/0046-drm-Add-for_each_oldnew_intel_crtc_in_state_reverse.patch
	patches.suse/0047-drm-i915-Disable-pipes-in-reverse-order.patch
	patches.suse/0048-drm-i915-tgl-Implement-TGL-DisplayPort-training-sequ.patch
	patches.suse/0049-drm-i915-tgl-Do-not-apply-WaIncreaseDefaultTLBEntrie.patch
	patches.suse/0050-drm-i915-tgl-perf-use-the-same-oa-ctx_id-format-as-i.patch
	patches.suse/0051-drm-i915-use-a-separate-context-for-gpu-relocs.patch
	patches.suse/0052-drm-i915-selftests-Remove-accidental-serialization-b.patch
	patches.suse/0053-drm-i915-selftests-Try-to-recycle-context-allocation.patch
	patches.suse/0054-drm-i915-execlists-Flush-the-post-sync-breadcrumb-wr.patch
	patches.suse/0055-drm-i915-Extend-non-readable-mcr-range.patch
	patches.suse/0056-drm-i915-selftests-Ignore-coherency-failures-on-Broa.patch
	patches.suse/0057-drm-i915-Align-power-domain-names-with-port-names.patch
	patches.suse/0058-drm-i915-Protect-our-local-workers-against-I915_FENC.patch
	patches.suse/0059-drm-i915-tgl-Enabling-DSC-on-Pipe-A-for-TGL.patch
	patches.suse/0060-drm-i915-tgl-Gen-12-display-loses-Yf-tiling-and-lega.patch
	patches.suse/0061-drm-i915-tgl-PSR-link-standby-is-not-supported-anymo.patch
	patches.suse/0062-drm-i915-selftests-cond_resched-within-the-longer-bu.patch
	patches.suse/0063-drm-i915-uc-Extract-common-code-from-GuC-stop-disabl.patch
	patches.suse/0064-drm-i915-s-for_each_sgt_dma-for_each_sgt_daddr.patch
	patches.suse/0065-drm-i915-display-Rename-update_crtcs-to-commit_modes.patch
	patches.suse/0066-drm-i915-display-Move-the-commit_tail-disable-sequen.patch
	patches.suse/0067-drm-i915-execlists-Try-rearranging-breadcrumb-flush.patch
	patches.suse/0068-drm-i915-mei_hdcp-I915-sends-ddi-index-as-per-ME-FW.patch
	patches.suse/0069-drm-Move-port-definition-back-to-i915-header.patch
	patches.suse/0070-drm-Extend-I915-mei-interface-for-transcoder-info.patch
	patches.suse/0071-drm-i915-hdcp-update-current-transcoder-into-intel_h.patch
	patches.suse/0072-drm-i915-hdcp-Enable-HDCP-1.4-and-2.2-on-Gen12.patch
	patches.suse/0073-drm-i915-Remove-link-to-missing-Batchbuffer-Pools-do.patch
	patches.suse/0074-drm-i915-Indent-GuC-WOPCM-documentation-sections.patch
	patches.suse/0075-drm-i915-parameterize-south-hpd-macros.patch
	patches.suse/0076-drm-i915-unify-icp-tgp-and-mcc-irq-handling.patch
	patches.suse/0077-drm-i915-parameterize-SDE-hotplug-registers.patch
	patches.suse/0078-drm-i915-unify-icp-tgp-and-mcc-irq-setup.patch
	patches.suse/0079-drm-i915-gtt-Downgrade-gen7-ivb-byt-hsw-back-to-alia.patch
	patches.suse/0080-drm-i915-gtt-Downgrade-Cherryview-back-to-aliasing-p.patch
	patches.suse/0081-drm-i915-Remove-ppgtt-dirty_engines.patch
	patches.suse/0082-drm-i915-Use-RCU-for-unlocked-vm_idr-lookup.patch
	patches.suse/0083-drm-i915-Fix-regression-with-crtc-disable-ordering.patch
	patches.suse/0084-drm-i915-Allow-2-CD2X-divider-on-gen11.patch
	patches.suse/0085-drm-i915-Add-324mhz-and-326.4mhz-cdclks-for-gen11.patch
	patches.suse/0086-drm-i915-perf-Assert-locking-for-i915_init_oa_perf_s.patch
	patches.suse/0088-drm-i915-Prefer-encoder-name-over-port_name.patch
	patches.suse/0089-drm-i915-Clean-up-HDMI-deep-color-handling-a-bit.patch
	patches.suse/0090-drm-i915-Restrict-the-aliasing-ppgtt-to-the-size-of-.patch
	patches.suse/0091-drm-i915-Report-aliasing-ppgtt-size-as-ggtt-size.patch
	patches.suse/0092-drm-i915-Replace-obj-pin_global-with-obj-frontbuffer.patch
	patches.suse/0093-drm-i915-selftests-Remove-unused-__engines_name.patch
	patches.suse/0094-drm-i915-Refresh-the-errno-to-vmf_fault-translations.patch
	patches.suse/0095-drm-i915-display-Add-debug-log-for-color-parameters.patch
	patches.suse/0096-drm-i915-display-Add-func-to-get-gamma-bit-precision.patch
	patches.suse/0097-drm-i915-display-Add-func-to-compare-hw-sw-gamma-lut.patch
	patches.suse/0098-drm-i915-display-Add-macro-to-compare-gamma-hw-sw-lu.patch
	patches.suse/0099-drm-i915-display-Extract-i9xx_read_luts.patch
	patches.suse/0100-drm-i915-display-Extract-ilk_read_luts.patch
	patches.suse/0101-drm-i915-display-Extract-glk_read_luts.patch
	patches.suse/0104-drm-i915-disable-set-get_tiling-ioctl-on-gen12.patch
	patches.suse/0105-drm-i915-psr-Only-handle-interruptions-of-the-transc.patch
	patches.suse/0106-drm-i915-tgl-Access-the-right-register-when-handling.patch
	patches.suse/0107-drm-i915-protect-access-to-DP_TP_-on-non-dp.patch
	patches.suse/0108-drm-i915-tgl-move-DP_TP_-to-transcoder.patch
	patches.suse/0109-drm-i915-tgl-disable-SAGV-temporarily.patch
	patches.suse/0110-drm-i915-tgl-add-gen12-to-stolen-initialization.patch
	patches.suse/0111-drm-i915-Apply-FBC-WA-for-TGL-too.patch
	patches.suse/0112-drm-i915-mst-Do-not-hardcoded-the-crtcs-that-encoder.patch
	patches.suse/0113-drm-i915-Protect-debugfs-per_file_stats-with-RCU-loc.patch
	patches.suse/0114-drm-i915-add-immutable-zpos-plane-properties.patch
	patches.suse/0115-drm-i915-tgl-Use-refclk-2-as-bypass-frequency.patch
	patches.suse/0116-drm-i915-Use-engine-relative-LRIs-on-context-setup.patch
	patches.suse/0117-drm-i915-tgl-Register-state-context-definition-for-G.patch
	patches.suse/0118-drm-i915-Hook-up-GT-power-management.patch
	patches.suse/0119-drm-i915-buddy-add-missing-call-to-i915_global_regis.patch
	patches.suse/0121-drm-i915-export-color_differs.patch
	patches.suse/0122-drm-i915-s-i915_gtt_color_adjust-i915_ggtt_color_adj.patch
	patches.suse/0123-drm-i915-cleanup-cache-coloring.patch
	patches.suse/0124-drm-i915-include-GTT-page-size-info-in-error-state.patch
	patches.suse/0125-drm-i915-execlists-Clear-STOP_RING-bit-on-reset.patch
	patches.suse/0126-drm-i915-display-Add-gamma-precision-function-for-CH.patch
	patches.suse/0127-drm-i915-display-Extract-i965_read_luts.patch
	patches.suse/0128-drm-i915-display-Extract-chv_read_luts.patch
	patches.suse/0129-drm-i915-execlists-Ignore-lost-completion-events.patch
	patches.suse/0130-drm-i915-ringbuffer-Flush-writes-before-RING_TAIL-up.patch
	patches.suse/0132-drm-i915-selftests-Take-runtime-wakeref-for-igt_ggtt.patch
	patches.suse/0133-drm-i915-selftests-Tighten-the-timeout-testing-for-p.patch
	patches.suse/0134-drm-i915-tgl-Disable-rc6-for-debugging.patch
	patches.suse/0135-drm-i915-Consolidate-bxt-cnl-icl-cdclk-readout.patch
	patches.suse/0136-drm-i915-Use-literal-representation-of-cdclk-tables.patch
	patches.suse/0137-drm-i915-Combine-bxt_set_cdclk-and-cnl_set_cdclk.patch
	patches.suse/0138-drm-i915-Kill-cnl_sanitize_cdclk.patch
	patches.suse/0139-drm-i915-Consolidate-bxt-cnl-icl-_uninit_cdclk.patch
	patches.suse/0140-drm-i915-Add-calc_voltage_level-display-vfunc.patch
	patches.suse/0141-drm-i915-Enhance-cdclk-sanitization.patch
	patches.suse/0142-drm-i915-Consolidate-bxt-cnl-icl-_init_cdclk.patch
	patches.suse/0143-drm-i915-Move-GT-init-to-intel_gt.c.patch
	patches.suse/0144-drm-i915-Make-wait_for_timelines-take-struct-intel_g.patch
	patches.suse/0145-drm-i915-Avoid-round-trip-via-i915-in-intel_gt_park.patch
	patches.suse/0146-drm-i915-Make-pm_notify-take-intel_gt.patch
	patches.suse/0147-drm-i915-Make-shrink-unshrink-be-atomic.patch
	patches.suse/0149-drm-i915-Make-i915_vma.flags-atomic_t-for-mutex-redu.patch
	patches.suse/0150-drm-i915-display-Add-glk_cdclk_table.patch
	patches.suse/0151-drm-i915-Use-a-high-priority-wq-for-nonblocking-plan.patch
	patches.suse/0152-drm-i915-Remove-pointless-planes_changed-true-assign.patch
	patches.suse/0153-drm-i915-tgl-Disable-read-only-ppgtt-support.patch
	patches.suse/0154-drm-i915-Squeeze-iommu-status-into-debugfs-i915_capa.patch
	patches.suse/0155-drm-i915-add-INTEL_NUM_PIPES-and-use-it.patch
	patches.suse/0156-drm-i915-Fix-cdclk-bypass-freq-readout-for-tgl-bxt-g.patch
	patches.suse/0157-drm-i915-Fix-CD2X-pipe-select-masking-during-cdclk-s.patch
	patches.suse/0158-drm-i915-Reuse-cnl_modeset_calc_cdclk-on-icl.patch
	patches.suse/0159-drm-i915-Remove-duplicated-bxt-cnl-icl-.modeset_calc.patch
	patches.suse/0160-drm-i915-Disable-FBC-if-BIOS-reserved-memory-stolen-.patch
	patches.suse/0161-drm-i915-execlists-Add-a-paranoid-flush-of-the-CSB-p.patch
	patches.suse/0162-drm-i915-execlists-Ensure-the-context-is-reloaded-af.patch
	patches.suse/0163-drm-i915-pmu-Skip-busyness-sampling-when-and-where-n.patch
	patches.suse/0164-drm-i915-convert-device-info-num_pipes-to-pipe_mask.patch
	patches.suse/0165-drm-i915-pmu-Use-GT-parked-for-estimating-RC6-while-.patch
	patches.suse/0166-drm-i915-tgl-Disable-preemption-while-being-debugged.patch
	patches.suse/0167-drm-i915-Get-the-correct-wakeref-for-reading-HOTPLUG.patch
	patches.suse/0168-drm-i915-selftests-Keep-the-engine-awake-while-we-ke.patch
	patches.suse/0169-drm-i915-gtt-Make-sure-the-gen6-ppgtt-is-bound-befor.patch
	patches.suse/0170-drm-i915-display-icl-Bump-up-the-hdisplay-and-vdispl.patch
	patches.suse/0171-drm-i915-display-icl-Bump-up-the-plane-fb-height.patch
	patches.suse/0173-drm-i915-tgl-Limit-ourselves-to-just-rcs0.patch
	patches.suse/0174-drm-i915-Update-Gen11-forcewake-ranges.patch
	patches.suse/0175-drm-i915-tgl-Introduce-gen12-forcewake-ranges.patch
	patches.suse/0176-drm-i915-tgl-Re-enable-rc6.patch
	patches.suse/0177-drm-i915-introduce-INTEL_DISPLAY_ENABLED.patch
	patches.suse/0178-drm-i915-Replace-is_planar_yuv_format-with-drm_forma.patch
	patches.suse/0179-drm-i915-Allow-downscale-factor-of-3.0-on-glk-for-al.patch
	patches.suse/0180-drm-i915-Extract-intel_modeset_calc_cdclk.patch
	patches.suse/0181-drm-i915-s-pipe_config-crtc_state-in-intel_crtc_atom.patch
	patches.suse/0182-drm-i915-stop-conflating-HAS_DISPLAY-and-disabled-di.patch
	patches.suse/0183-drm-i915-Show-the-logical-context-ring-state-on-dump.patch
	patches.suse/0184-drm-i915-Only-apply-a-rmw-mmio-update-if-the-value-c.patch
	patches.suse/0185-drm-i915-tgl-Extend-MI_SEMAPHORE_WAIT.patch
	patches.suse/0188-drm-i915-fix-SFC-reset-flow.patch
	patches.suse/0190-drm-i915-selftests-Exercise-CS-TLB-invalidation.patch
	patches.suse/0191-drm-i915-Future-proof-DDC-pin-mapping.patch
	patches.suse/0192-drm-i915-Unify-ICP-and-MCC-hotplug-pin-tables.patch
	patches.suse/0193-drm-i915-tgl-Implement-Wa_1409142259.patch
	patches.suse/0194-drm-i915-tgl-Implement-Wa_1406941453.patch
	patches.suse/0196-drm-i915-Don-t-advertise-modes-that-exceed-the-max-p.patch
	patches.suse/0197-drm-i915-tgl-Suspend-pre-parser-across-GTT-invalidat.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/0200-drm-i915-Protect-timeline-hwsp-dereferencing.patch
	patches.suse/0201-Revert-drm-i915-tgl-Implement-Wa_1406941453.patch
	patches.suse/0202-drm-i915-uc-Update-HuC-firmware-naming-convention-an.patch
	patches.suse/0203-drm-i915-Fix-HSW-DP-MSA-YCbCr-colorspace-indication.patch
	patches.suse/0204-drm-i915-Fix-AVI-infoframe-quantization-range-for-YC.patch
	patches.suse/0205-drm-i915-Extract-intel_hdmi_limited_color_range.patch
	patches.suse/0206-drm-i915-Never-set-limited_color_range-true-for-YCbC.patch
	patches.suse/0207-drm-i915-Don-t-look-at-unrelated-PIPECONF-bits-for-i.patch
	patches.suse/0208-drm-i915-Simplify-intel_get_crtc_ycbcr_config.patch
	patches.suse/0209-drm-i915-Add-PIPECONF-YCbCr-4-4-4-programming-for-HS.patch
	patches.suse/0210-drm-i915-Document-ILK-pipe-csc-matrix-better.patch
	patches.suse/0211-drm-i915-Set-up-ILK-SNB-csc-unit-properly-for-YCbCr-.patch
	patches.suse/0212-drm-i915-Add-PIPECONF-YCbCr-4-4-4-programming-for-IL.patch
	patches.suse/0213-drm-i915-tgl-s-ss-eu-fuse-reading-support.patch
	patches.suse/0214-drm-i915-color-Fix-formatting-issues.patch
	patches.suse/0215-drm-i915-color-Extract-icl_read_luts.patch
	patches.suse/0216-drm-i915-dsb-feature-flag-added-for-display-state-bu.patch
	patches.suse/0217-drm-i915-dsb-DSB-context-creation.patch
	patches.suse/0218-drm-i915-dsb-single-register-write-function-for-DSB.patch
	patches.suse/0219-drm-i915-dsb-Indexed-register-write-function-for-DSB.patch
	patches.suse/0220-drm-i915-dsb-Check-DSB-engine-status.patch
	patches.suse/0221-drm-i915-dsb-functions-to-enable-disable-DSB-engine.patch
	patches.suse/0222-drm-i915-dsb-function-to-trigger-workload-execution-.patch
	patches.suse/0223-drm-i915-dsb-Enable-gamma-lut-programming-using-DSB.patch
	patches.suse/0224-drm-i915-dsb-Enable-DSB-for-gen12.patch
	patches.suse/0225-drm-i915-dsb-Documentation-for-DSB.patch
	patches.suse/0226-drm-i915-save-AUD_FREQ_CNTRL-state-at-audio-domain-s.patch
	patches.suse/0227-drm-i915-add-i915_driver_modeset_remove.patch
	patches.suse/0228-drm-i915-pass-i915-to-i915_driver_modeset_probe.patch
	patches.suse/0229-drm-i915-pass-i915-to-intel_modeset_driver_remove.patch
	patches.suse/0230-drm-i915-abstract-intel_panel_sanitize_ssc-from-inte.patch
	patches.suse/0231-drm-i915-abstract-intel_mode_config_init-from-intel_.patch
	patches.suse/0232-drm-i915-pass-i915-to-intel_modeset_init-and-intel_m.patch
	patches.suse/0233-drm-i915-execlists-Relax-assertion-for-a-pinned-cont.patch
	patches.suse/0237-drm-i915-tgl-Add-missing-ddi-clock-select-during-DP-.patch
	patches.suse/0238-drm-i915-tgl-Finish-modular-FIA-support-on-registers.patch
	patches.suse/0239-drm-i915-tgl-pll-Set-update_active_dpll.patch
	patches.suse/0240-drm-i915-tgl-Add-dkl-phy-registers.patch
	patches.suse/0241-drm-i915-icl-Unify-disable-and-enable-phy-clock-gati.patch
	patches.suse/0242-drm-i915-tgl-Check-the-UC-health-of-tc-controllers-a.patch
	patches.suse/0247-drm-i915-Add-TigerLake-bandwidth-checking.patch
	patches.suse/0248-drm-i915-selftests-Verify-the-LRC-register-layout-be.patch
	patches.suse/0249-drm-i915-Add-Pipe-D-cursor-ctrl-register-for-Gen12.patch
	patches.suse/0250-drm-i915-tgl-Swap-engines-for-no-rps-gpu-reclocking.patch
	patches.suse/0251-Revert-drm-i915-color-Extract-icl_read_luts.patch
	patches.suse/0253-drm-i915-Add-hardware-readout-for-FEC.patch
	patches.suse/0254-drm-i915-Get-rid-of-crtc_state-fb_changed.patch
	patches.suse/0255-drm-i915-Rename-planar-linked-plane-variables.patch
	patches.suse/0256-drm-i915-Do-not-add-all-planes-when-checking-scalers.patch
	patches.suse/0257-drm-i915-execlists-Simplify-gen12_csb_parse.patch
	patches.suse/0258-drm-i915-tgl-Add-initial-dkl-pll-support.patch
	patches.suse/0259-drm-i915-tgl-Add-support-for-dkl-pll-write.patch
	patches.suse/0260-drm-i915-tgl-re-indent-code-to-prepare-for-DKL-chang.patch
	patches.suse/0261-drm-i915-tgl-Add-dkl-phy-pll-calculations.patch
	patches.suse/0262-drm-i915-tgl-Return-the-mg-dkl-pll-as-DDI-clock-for-.patch
	patches.suse/0263-drm-i915-tgl-Add-memory-type-decoding-for-bandwidth-.patch
	patches.suse/0264-drm-i915-Small-joiner-RAM-buffer-size-is-platform-sp.patch
	patches.suse/0265-drm-i915-Define-explicit-wedged-on-init-reset-state.patch
	patches.suse/0266-drm-i915-execlists-Use-per-process-HWSP-as-scratch.patch
	patches.suse/0267-drm-i915-Adjust-length-of-MI_LOAD_REGISTER_REG.patch
	patches.suse/0268-drm-i915-Drop-the-IRQ-off-asserts.patch
	patches.suse/0269-drm-i915-Don-t-disable-interrupts-for-intel_engine_b.patch
	patches.suse/0270-drm-i915-perf-Fix-use-of-kernel-doc-format-in-struct.patch
	patches.suse/0271-drm-i915-Add-definitions-for-MI_MATH-command.patch
	patches.suse/0272-drm-i915-selftests-Exercise-concurrent-submission-to.patch
	patches.suse/0273-drm-i915-Extract-GT-render-sleep-rc6-management.patch
	patches.suse/0274-drm-i915-Update-DRIVER_DATE-to-20190927.patch
	patches.suse/0275-drm-i915-huc-fix-version-parsing-from-CSS-header.patch
	patches.suse/0276-drm-i915-dmc-Update-ICL-DMC-version-to-v1.09.patch
	patches.suse/0277-drm-i915-tc-Update-DP_MODE-programming.patch
	patches.suse/0278-drm-i915-tgl-Add-dkl-phy-programming-sequences.patch
	patches.suse/0279-drm-i915-tgl-Fix-dkl-link-training.patch
	patches.suse/0280-drm-i915-tgl-initialize-TC-and-TBT-ports.patch
	patches.suse/0281-drm-i915-check-for-kernel_context.patch
	patches.suse/0282-drm-i915-simplify-i915_gem_init_early.patch
	patches.suse/0283-drm-i915-selftests-Do-not-try-to-sanitize-mock-HW.patch
	patches.suse/0284-drm-i915-Pass-intel_gt-to-has-reset.patch
	patches.suse/0285-drm-i915-selftests-Distinguish-mock-device-from-no-w.patch
	patches.suse/0286-drm-i915-selftests-Provide-a-mock-GPU-reset-routine.patch
	patches.suse/0287-drm-i915-selftests-Exercise-context-switching-in-par.patch
	patches.suse/0288-drm-i915-gt-Only-unwedge-if-we-can-reset-first.patch
	patches.suse/drm-i915-Initialise-breadcrumb-lists-on-the-virtual-.patch
	patches.suse/0290-drm-i915-dp-Fix-DP-MST-error-after-unplugging-TypeC-.patch
	patches.suse/0292-drm-i915-display-abstract-all-vgaarb-access-to-intel.patch
	patches.suse/0293-drm-i915-Limit-MST-modes-based-on-plane-size-too.patch
	patches.suse/0294-drm-i915-Polish-intel_tv_mode_valid.patch
	patches.suse/0296-drm-i915-selftests-Extract-random_offset-for-use-wit.patch
	patches.suse/0297-drm-i915-gem-Refactor-tests-on-obj-ops-flags.patch
	patches.suse/0298-drm-i915-Populate-possible_crtcs-correctly.patch
	patches.suse/0299-drm-i915-Clean-up-encoder-crtc_mask-setup.patch
	patches.suse/0300-drm-i915-mg-Use-tc_port-instead-of-port-parameter-to.patch
	patches.suse/0301-drm-i915-selftests-Exercise-potential-false-lite-res.patch
	patches.suse/0302-drm-i915-use-DRM_ERROR-instead-of-drm_err.patch
	patches.suse/0303-drm-i915-use-DRM_DEBUG_KMS-instead-of-drm_dbg-DRM_UT.patch
	patches.suse/0304-drm-i915-tgl-Add-the-Thunderbolt-PLL-divider-values.patch
	patches.suse/0305-drm-i915-execlists-Skip-redundant-resubmission.patch
	patches.suse/0306-drm-i915-dp-remove-static-variable-for-aux-last-stat.patch
	patches.suse/0307-drm-i915-Fix-audio-power-up-sequence-for-gen10-displ.patch
	patches.suse/drm-i915-extend-audio-CDCLK-2-BCLK-constraint-to-mor.patch
	patches.suse/0309-drm-i915-Restrict-L3-remapping-sysfs-interface-to-dw.patch
	patches.suse/0310-drm-i915-Use-helpers-for-drm_mm_node-booleans.patch
	patches.suse/0311-drm-i915-Only-track-bound-elements-of-the-GTT.patch
	patches.suse/0312-drm-i915-Mark-up-address-spaces-that-may-need-to-all.patch
	patches.suse/0313-drm-i915-Pull-i915_vma_pin-under-the-vm-mutex.patch
	patches.suse/0314-drm-i915-Push-the-i915_active.retire-into-a-worker.patch
	patches.suse/0315-drm-i915-Coordinate-i915_active-with-its-own-mutex.patch
	patches.suse/0316-drm-i915-Move-idle-barrier-cleanup-into-engine-pm.patch
	patches.suse/0317-drm-i915-Drop-struct_mutex-from-around-i915_retire_r.patch
	patches.suse/0318-drm-i915-Remove-the-GEM-idle-worker.patch
	patches.suse/0319-drm-i915-Merge-wait_for_timelines-with-retire_reques.patch
	patches.suse/0320-drm-i915-gem-Retire-directly-for-mmap-offset-shrinki.patch
	patches.suse/0321-drm-i915-Move-request-runtime-management-onto-gt.patch
	patches.suse/0322-drm-i915-Move-global-activity-tracking-from-GEM-to-G.patch
	patches.suse/0323-drm-i915-Remove-logical-HW-ID.patch
	patches.suse/0324-drm-i915-Move-context-management-under-GEM.patch
	patches.suse/0325-drm-i915-overlay-Drop-struct_mutex-guard.patch
	patches.suse/0326-drm-i915-Drop-struct_mutex-guard-from-debugfs-frameb.patch
	patches.suse/0327-drm-i915-Remove-struct_mutex-guard-for-debugfs-opreg.patch
	patches.suse/0328-drm-i915-Drop-struct_mutex-from-suspend-state-save-r.patch
	patches.suse/0329-drm-i915-selftests-Drop-vestigal-struct_mutex-guards.patch
	patches.suse/0330-drm-i915-Drop-struct_mutex-from-around-GEM-initialis.patch
	patches.suse/0331-drm-i915-Implement-a-better-i945gm-vblank-irq-vs.-C-.patch
	patches.suse/0332-drm-i915-stolen-make-the-object-creation-interface-c.patch
	patches.suse/0333-drm-i915-vga-rename-intel_vga_msr_write-to-intel_vga.patch
	patches.suse/0334-drm-i915-split-out-i915_switcheroo.-ch-from-i915_drv.patch
	patches.suse/0335-drm-i915-move-gmbus-setup-down-to-intel_modeset_init.patch
	patches.suse/0336-drm-i915-Update-DRIVER_DATE-to-20191007.patch
	patches.suse/0337-drm-i915-gt-Restore-dropped-interruptible-flag.patch
	patches.suse/0338-drm-i915-perf-move-perf-types-to-their-own-header.patch
	patches.suse/0339-drm-i915-vbt-Child-device-size-remains-unchanged-thr.patch
	patches.suse/0340-drm-i915-make-array-hw_engine_mask-static-makes-obje.patch
	patches.suse/0341-drm-i915-gt-Prefer-local-path-to-runtime-powermanage.patch
	patches.suse/drm-i915-execlists-Fix-annotation-for-decoupling-vir.patch
	patches.suse/0343-drm-i915-selftests-Appease-lockdep.patch
	patches.suse/0344-drm-i915-gt-Treat-a-busy-timeline-as-active-while-wa.patch
	patches.suse/0345-drm-i915-Fix-Kconfig-indentation.patch
	patches.suse/0346-drm-i915-perf-Wean-ourselves-off-dev_priv.patch
	patches.suse/0347-drm-i915-perf-Set-the-exclusive-stream-under-perf-lo.patch
	patches.suse/0348-drm-i915-tgl-Add-DC3CO-required-register-and-bits.patch
	patches.suse/0349-drm-i915-tgl-Add-DC3CO-mask-to-allowed_dc_mask-and-g.patch
	patches.suse/0350-drm-i915-tgl-Enable-DC3CO-state-in-DC-Off-power-well.patch
	patches.suse/0351-drm-i915-tgl-Do-modeset-to-enable-and-configure-DC3C.patch
	patches.suse/0352-drm-i915-tgl-Switch-between-dc3co-and-dc5-based-on-d.patch
	patches.suse/0353-drm-i915-tgl-Add-DC3CO-counter-in-i915_dmc_info.patch
	patches.suse/0354-drm-i915-execlists-Assign-virtual_engine-uncore-from.patch
	patches.suse/0355-drm-i915-selftests-Assign-the-mock_engine-uncore-sho.patch
	patches.suse/0356-drm-i915-selftests-Assign-the-intel_runtime_pm-point.patch
	patches.suse/0357-drm-i915-perf-drop-list-of-streams.patch
	patches.suse/drm-i915-gt-Flush-submission-tasklet-before-waiting-.patch
	patches.suse/0359-drm-i915-introduce-intel_memory_region.patch
	patches.suse/0360-drm-i915-region-support-contiguous-allocations.patch
	patches.suse/0361-drm-i915-region-support-volatile-objects.patch
	patches.suse/0362-drm-i915-gt-Give-engine-kernel_context-distinct-time.patch
	patches.suse/0363-drm-i915-selftests-Hold-request-reference-over-waits.patch
	patches.suse/0364-drm-i915-selftests-fix-null-pointer-dereference-on-p.patch
	patches.suse/0365-drm-i915-color-fix-broken-gamma-state-checker-during.patch
	patches.suse/0366-drm-i915-color-move-check-of-gamma_enable-to-specifi.patch
	patches.suse/0367-drm-i915-Select-DPLL-s-via-mask.patch
	patches.suse/0370-drm-i915-tgl-the-BCS-engine-supports-relative-MMIO.patch
	patches.suse/0371-drm-i915-tgl-simplify-the-lrc-register-list-for-RCS.patch
	patches.suse/0372-drm-i915-gt-Warn-CI-about-an-unrecoverable-wedge.patch
	patches.suse/0373-drm-i915-execlists-Mark-up-expected-state-during-res.patch
	patches.suse/0374-drm-i915-selftests-Check-that-registers-are-preserve.patch
	patches.suse/0375-drm-i915-Fix-for_each_intel_plane_mask-definition.patch
	patches.suse/0376-drm-i915-Introduce-and-use-intel_atomic_crtc_state_f.patch
	patches.suse/0377-drm-i915-Use-intel_plane_state-in-prepare-and-cleanu.patch
	patches.suse/0378-drm-i915-Remove-begin-finish_crtc_commit-v4.patch
	patches.suse/0379-drm-i915-Remove-cursor-use-of-properties-for-coordin.patch
	patches.suse/0380-drm-i915-perf-store-the-associated-engine-of-a-strea.patch
	patches.suse/0381-drm-i915-perf-Store-shortcut-to-intel_uncore.patch
	patches.suse/0382-drm-i915-Move-SAGV-block-time-to-dev_priv.patch
	patches.suse/0383-drm-i915-tgl-Read-SAGV-block-time-from-PCODE.patch
	patches.suse/0384-drm-i915-Note-the-addition-of-timeslicing-to-the-pre.patch
	patches.suse/0385-drm-i915-execlists-Leave-tell-tales-as-to-why-pendin.patch
	patches.suse/0386-drm-i915-execlists-Only-mark-incomplete-requests-as-.patch
	patches.suse/0387-drm-i915-Add-an-rcu_barrier-option-to-i915_drop_cach.patch
	patches.suse/0388-drm-i915-selftests-Serialise-write-to-scratch-with-i.patch
	patches.suse/0389-drm-i915-perf-Replace-global-wakeref-tracking-with-e.patch
	patches.suse/0390-drm-i915-execlists-Prevent-merging-requests-with-con.patch
	patches.suse/0391-drm-i915-Mark-up-sentinel-requests.patch
	patches.suse/0392-drm-i915-perf-allow-for-CS-OA-configs-to-be-created-.patch
	patches.suse/0393-drm-i915-perf-implement-active-wait-for-noa-configur.patch
	patches.suse/0394-drm-i915-perf-execute-OA-configuration-from-command-.patch
	patches.suse/0395-drm-i915-perf-Prefer-using-the-pinned_ctx-for-emitti.patch
	patches.suse/0396-drm-i915-perf-Avoid-polluting-the-i915_oa_config-wit.patch
	patches.suse/0397-drm-i915-selftests-Fixup-naked-64b-divide.patch
	patches.suse/0398-drm-i915-display-Squelch-kerneldoc-warnings.patch
	patches.suse/0399-drm-i915-selftests-Check-known-register-values-withi.patch
	patches.suse/0400-drm-i915-selftests-Check-that-GPR-are-cleared-for-ne.patch
	patches.suse/0401-drm-i915-execlists-Tweak-virtual-unsubmission.patch
	patches.suse/0403-drm-i915-ehl-Port-C-s-hotplug-interrupt-is-associate.patch
	patches.suse/0404-drm-i915-execlists-Assert-tasklet-is-locked-for-proc.patch
	patches.suse/0405-drm-i915-perf-introduce-a-versioning-of-the-i915-per.patch
	patches.suse/0406-drm-i915-add-support-for-perf-configuration-queries.patch
	patches.suse/0407-drm-i915-perf-Allow-dynamic-reconfiguration-of-the-O.patch
	patches.suse/0408-drm-i915-perf-allow-holding-preemption-on-filtered-c.patch
	patches.suse/0409-fbdev-drop-res_id-parameter-from-remove_conflicting_.patch
	patches.suse/0410-drm-drop-resource_id-parameter-from-drm_fb_helper_re.patch
	patches.suse/0411-drm-i915-switch-to-drm_fb_helper_remove_conflicting_.patch
	patches.suse/0417-drm-panfrost-Add-errata-descriptions-from-kbase.patch
	patches.suse/drm-panel-Add-missing-drm_panel_init-in-panel-driver.patch
	patches.suse/0419-drm-panel-Initialise-panel-dev-and-funcs-through-drm.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/0423-drm_dp_cec-add-connector-info-support.patch
	patches.suse/0424-drm-i915-intel_hdmi-use-cec_notifier_conn_-un-regist.patch
	patches.suse/drm-vc4-vc4_hdmi-fill-in-connector-info.patch
	patches.suse/0426-drm-virtio-add-plane-check.patch
	patches.suse/0427-drm-virtio-cleanup-queue-functions.patch
	patches.suse/0428-drm-virtio-notify-virtqueues-without-holding-spinloc.patch
	patches.suse/0001-drm-virtio-module_param_named-requires-linux-modulep.patch
	patches.suse/0430-drm-meson-dw_hdmi-add-resume-suspend-hooks.patch
	patches.suse/0431-drm-meson-add-resume-suspend-hooks.patch
	patches.suse/0432-drm-Stop-including-drm_bridge.h-from-drm_crtc.h.patch
	patches.suse/0433-drm-msm-Use-drm_attach_bridge-to-attach-a-bridge-to-.patch
	patches.suse/drm-mst-Fix-query_payload-ack-reply-struct.patch
	patches.suse/0436-drm-dw-hdmi-i2s-enable-audio-clock-in-audio_startup.patch
	patches.suse/0437-drm-sti-use-cec_notifier_conn_-un-register.patch
	patches.suse/0438-drm-sti-Include-the-right-header.patch
	patches.suse/0439-drm-Add-high-precision-time-to-vblank-trace-event.patch
	patches.suse/0440-drm-komeda-Add-ACLK-rate-to-sysfs.patch
	patches.suse/0441-drm-vblank-Document-and-fix-vblank-count-barrier-sem.patch
	patches.suse/0442-drm-vkms-Use-wait_for_flip_done.patch
	patches.suse/0443-drm-vkms-Reduce-critical-section-in-vblank_simulate.patch
	patches.suse/0444-drm-dp_mst-Move-link-address-dumping-into-a-function.patch
	patches.suse/0445-drm-dp_mst-Get-rid-of-list-clear-in-destroy_connecto.patch
	patches.suse/0446-drm-dp_mst-Move-test_calc_pbn_mode-into-an-actual-se.patch
	patches.suse/0447-drm-print-Add-drm_err_printer.patch
	patches.suse/0448-drm-dp_mst-Combine-redundant-cases-in-drm_dp_encode_.patch
	patches.suse/0449-drm-dp_mst-Add-sideband-down-request-tracing-selftes.patch
	patches.suse/0450-drm-dp_mst-Refactor-drm_dp_send_enum_path_resources.patch
	patches.suse/0451-drm-dp_mst-Remove-huge-conditional-in-drm_dp_mst_han.patch
	patches.suse/0452-drm-dp_mst-Constify-guid-in-drm_dp_get_mst_branch_by.patch
	patches.suse/0453-drm-dp_mst-Refactor-drm_dp_mst_handle_up_req.patch
	patches.suse/0454-drm-dp_mst-Refactor-drm_dp_mst_handle_down_rep.patch
	patches.suse/0455-drm-dp_mst-Cleanup-drm_dp_send_link_address-a-bit.patch
	patches.suse/0456-drm-virtio-pass-gem-reservation-object-to-ttm-init.patch
	patches.suse/0457-drm-virtio-switch-virtio_gpu_wait_ioctl-to-gem-helpe.patch
	patches.suse/0458-drm-virtio-simplify-cursor-updates.patch
	patches.suse/0459-drm-virtio-remove-virtio_gpu_object_wait.patch
	patches.suse/0460-drm-virtio-drop-no_wait-argument-from-virtio_gpu_obj.patch
	patches.suse/0461-drm-virtio-remove-ttm-calls-from-in-virtio_gpu_objec.patch
	patches.suse/0462-drm-virtio-add-virtio_gpu_object_array-helpers.patch
	patches.suse/0463-drm-virtio-rework-virtio_gpu_execbuffer_ioctl-fencin.patch
	patches.suse/0464-drm-virtio-rework-virtio_gpu_object_create-fencing.patch
	patches.suse/0465-drm-virtio-rework-virtio_gpu_transfer_from_host_ioct.patch
	patches.suse/0466-drm-virtio-rework-virtio_gpu_transfer_to_host_ioctl-.patch
	patches.suse/0467-drm-virtio-rework-virtio_gpu_cmd_context_-attach-det.patch
	patches.suse/0001-drm-virtio-drop-virtio_gpu_object_list_validate-virt.patch
	patches.suse/0469-drm-virtio-switch-from-ttm-to-gem-shmem-helpers.patch
	patches.suse/0470-drm-virtio-remove-virtio_gpu_alloc_object.patch
	patches.suse/0471-drm-virtio-drop-virtio_gpu_object_-ref-unref.patch
	patches.suse/0472-drm-virtio-drop-virtio_gpu_object_-reserve-unreserve.patch
	patches.suse/0473-drm-virtio-add-fence-sanity-check.patch
	patches.suse/0474-drm-virtio-add-worker-for-object-release.patch
	patches.suse/0475-drm-virtio-fix-command-submission-with-objects-but-w.patch
	patches.suse/0476-drm-Use-EOPNOTSUPP-not-ENOTSUPP.patch
	patches.suse/0477-drm-blend-Define-the-direction-of-Z-position-values.patch
	patches.suse/0001-fbdev-sa1100fb-Remove-even-more-dead-code.patch
	patches.suse/0479-drm-panel-Add-and-fill-drm_panel-type-field.patch
	patches.suse/0480-drm-bridge-panel-Infer-connector-type-from-panel-by-.patch
	patches.suse/0481-drm-panel-panel-simple-Set-OSD070T1718-panel-type.patch
	patches.suse/0482-drm-stm-ltdc-add-pinctrl-for-DPI-encoder-mode.patch
	patches.suse/0483-drm-sun4i-sun4i_hdmi_enc-call-cec_s_conn_info.patch
	patches.suse/drm-exynos-exynos_hdmi-use-cec_notifier_conn_-un-reg.patch
	patches.suse/0485-tda9950-use-cec_notifier_cec_adap_-un-register.patch
	patches.suse/0486-drm-vram-Add-kmap-ref-counting-to-GEM-VRAM-objects.patch
	patches.suse/0487-drm-vram-Acquire-lock-only-once-per-call-to-vmap-vun.patch
	patches.suse/0488-drm-vram-Add-infrastructure-for-move_notify.patch
	patches.suse/0489-drm-vram-Implement-lazy-unmapping-for-GEM-VRAM-buffe.patch
	patches.suse/0490-drm-add-drm_print_bits.patch
	patches.suse/0491-drm-ttm-add-drm-gem-ttm-helpers-starting-with-drm_ge.patch
	patches.suse/0492-drm-vram-use-drm_gem_ttm_print_info.patch
	patches.suse/0493-drm-vram-add-vram-mm-debugfs-file.patch
	patches.suse/0494-drm-qxl-use-drm_gem_object_funcs-callbacks.patch
	patches.suse/0495-drm-qxl-use-drm_gem_ttm_print_info.patch
	patches.suse/0496-drm-vram-fix-Kconfig.patch
	patches.suse/0497-drm-ttm-turn-ttm_bo_device.vma_manager-into-a-pointe.patch
	patches.suse/0498-drm-nouveau-switch-to-gem-vma-offset-manager.patch
	patches.suse/0499-drm-vram-switch-to-gem-vma-offset-manager.patch
	patches.suse/0500-drm-radeon-switch-to-gem-vma-offset-manager.patch
	patches.suse/0501-drm-amdgpu-switch-to-gem-vma-offset-manager.patch
	patches.suse/0502-drm-qxl-switch-to-gem-vma-offset-manager.patch
	patches.suse/0503-drm-vmwgfx-switch-to-own-vma-manager.patch
	patches.suse/0504-drm-ttm-remove-embedded-vma_offset_manager.patch
	patches.suse/0505-drm-virtio-Rewrite-virtio_gpu_queue_ctrl_buffer-usin.patch
	patches.suse/0506-drm-virtio-Use-vmalloc-for-command-buffer-allocation.patch
	patches.suse/0507-drm-vram-Move-VRAM-memory-manager-to-GEM-VRAM-implem.patch
	patches.suse/0508-drm-vram-Have-VRAM-MM-call-GEM-VRAM-functions-direct.patch
	patches.suse/0509-drm-vram-Unexport-internal-functions-of-VRAM-MM.patch
	patches.suse/0510-drm-vram-Unconditonally-set-BO-call-back-functions.patch
	patches.suse/0511-drm-virtio-enable-prime-mmap-support.patch
	patches.suse/0512-drm-virtio-Fix-warning-in-virtio_gpu_queue_fenced_ct.patch
	patches.suse/0513-drm-bridge-dw_hdmi-add-audio-sample-channel-status-s.patch
	patches.suse/0514-drm-bridge-Fix-references-to-drm_bridge_funcs-in-doc.patch
	patches.suse/0515-drm-bridge-analogix-anx78xx-add-new-variants.patch
	patches.suse/drm-bridge-analogix-anx78xx-silence-EPROBE_DEFER-war.patch
	patches.suse/0517-drm-bridge-analogix-anx78xx-convert-to-i2c_new_dummy.patch
	patches.suse/0518-drm-stm-dsi-higher-pll-out-only-in-video-burst-mode.patch
	patches.suse/0519-drm-sti-fix-W-1-warnings.patch
	patches.suse/0520-drm-fix-warnings-in-DSC.patch
	patches.suse/0521-drm-prime-Remove-duplicate-forward-declaration.patch
	patches.suse/0522-drm-connector-Share-with-non-atomic-drivers-the-func.patch
	patches.suse/0523-drm-connector-Allow-max-possible-encoders-to-attach-.patch
	patches.suse/0524-drm-komeda-Adds-error-event-print-functionality.patch
	patches.suse/0525-drm-vram-Provide-vmap-and-vunmap-operations-for-GEM-.patch
	patches.suse/0526-drm-ast-Use-drm_gem_vram_-vmap-vunmap-to-map-cursor-.patch
	patches.suse/0527-drm-mgag200-Use-drm_gem_vram_-vmap-vunmap-to-map-cur.patch
	patches.suse/0528-drm-selftests-fix-spelling-mistake-misssing-missing.patch
	patches.suse/0529-drm-encoder-Fix-possible_clones-documentation.patch
	patches.suse/0530-drm-encoder-Fix-possible_crtcs-documentation.patch
	patches.suse/0531-drm-encoder-Don-t-raise-voice-in-drm_encoder_mask-do.patch
	patches.suse/0532-drm-komeda-Remove-in-code-use-of-ifdef.patch
	patches.suse/0533-drm-komeda-Adds-register-dump-support-for-gcu-lup-an.patch
	patches.suse/0534-drm-doc-Improve-docs-around-connector-un-registratio.patch
	patches.suse/drm-v3d-don-t-leak-bin-job-if-v3d_job_init-fails.patch
	patches.suse/0536-drm-Add-drm_modeset_lock_assert_held.patch
	patches.suse/0537-drm-atomic-helper-Make-crtc-helper-funcs-optional.patch
	patches.suse/0538-drm-dp-Add-definitons-for-MSA-MISC-bits.patch
	patches.suse/0539-drm-edid-Add-CTA-861-G-modes-with-VIC-128.patch
	patches.suse/0540-drm-v3d-clean-caches-at-the-end-of-render-jobs-on-re.patch
	patches.suse/0541-drm-Rename-HDMI-colorspace-property-creation-functio.patch
	patches.suse/0542-drm-Add-DisplayPort-colorspace-property-creation-fun.patch
	patches.suse/0002-video-hdmi-Fix-AVI-bar-unpack.patch
	patches.suse/0544-drm-Remove-redundant-of_device_is_available-check.patch
	patches.suse/drm-panel-lvds-Potential-Oops-in-probe-error-handlin.patch
	patches.suse/0547-Documentation-gpu-Fix-no-structured-comments-warning.patch
	patches.suse/0548-drm-tweak-drm_print_bits.patch
	patches.suse/0549-drm-bridge-synopsys-dsi-Use-devm_platform_ioremap_re.patch
	patches.suse/0550-drm-dp_mst-Destroy-topology_mgr-mutexes.patch
	patches.suse/0551-drm-dp_mst-Rename-drm_dp_add_port-and-drm_dp_update_.patch
	patches.suse/0552-drm-dp_mst-Remove-lies-in-up-down-_rep_recv-document.patch
	patches.suse/0553-drm-Destroy-the-correct-mutex-name-in-drm_dp_mst_top.patch
	patches.suse/0554-drm-komeda-Adds-power-management-support.patch
	patches.suse/0555-drm-vram-Support-top-down-placement-flag.patch
	patches.suse/0556-drm-komeda-SW-workaround-for-D71-doesn-t-flush-shado.patch
	patches.suse/0002-drm-meson-vclk-use-the-correct-G12A-frac-max-value.patch
	patches.suse/0558-drm-fb-helper-Include-prototype-for-drm_fb_helper_mo.patch
	patches.suse/0559-drm-dsc-Fix-bogus-cpu_to_be16-usage.patch
	patches.suse/0560-drm-Include-prototype-for-drm_need_swiotlb.patch
	patches.suse/0561-drm-syncobj-Include-the-prototype-for-drm_timeout_ab.patch
	patches.suse/0562-drm-Fix-return-type-of-crc-.poll.patch
	patches.suse/0563-drm-dp-mst-Reduce-nested-ifs.patch
	patches.suse/0564-drm-dp-mst-Handle-arbitrary-DP_LINK_BW-values.patch
	patches.suse/0565-drm-dp-mst-Replace-the-fixed-point-thing-with-straig.patch
	patches.suse/0567-drm-komeda-Use-IRQ_RETVAL-shorthand-in-d71_irq_handl.patch
	patches.suse/drm-komeda-Workaround-for-broken-FLIP_COMPLETE-times.patch
	patches.suse/0569-drm-rect-Add-drm_rect_translate_to.patch
	patches.suse/0570-drm-rect-Add-drm_rect_init.patch
	patches.suse/0571-drm-print-move-drm_debug-variable-to-drm_print.-ch.patch
	patches.suse/0572-drm-print-add-drm_debug_enabled.patch
	patches.suse/0573-drm-etnaviv-use-drm_debug_enabled-to-check-for-debug.patch
	patches.suse/0574-drm-i2c-sil164-use-drm_debug_enabled-to-check-for-de.patch
	patches.suse/0575-drm-msm-use-drm_debug_enabled-to-check-for-debug-cat.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/0579-drm-ast-Don-t-call-ast_show_cursor-from-ast_cursor_m.patch
	patches.suse/0580-drm-ast-Move-ast_-show-hide-_cursor-within-source-fi.patch
	patches.suse/0581-drm-ast-Move-cursor-update-code-to-ast_show_cursor.patch
	patches.suse/0582-drm-ast-Move-cursor-offset-swapping-into-ast_show_cu.patch
	patches.suse/0583-drm-ast-Allocate-cursor-BOs-at-high-end-of-video-mem.patch
	patches.suse/0584-drm-mgag200-Rename-cursor-functions-to-use-mgag200_-.patch
	patches.suse/0585-drm-mgag200-Add-init-and-fini-functions-for-cursor-h.patch
	patches.suse/0586-drm-mgag200-Add-separate-move-cursor-function.patch
	patches.suse/0587-drm-mgag200-Move-cursor-image-update-to-mgag200_show.patch
	patches.suse/0588-drm-mgag200-Move-cursor-BO-swapping-into-mgag200_sho.patch
	patches.suse/0589-drm-mgag200-Reserve-video-memory-for-cursor-plane.patch
	patches.suse/0590-drm-mgag200-Allocate-cursor-BOs-at-high-end-of-video.patch
	patches.suse/0591-drm-omap-drop-unneeded-locking-from-mgr_fld_write.patch
	patches.suse/0592-drm-omap-avoid-copy-in-mgr_fld_read-write.patch
	patches.suse/0593-drm-omap-tweak-HDMI-DDC-timings.patch
	patches.suse/0594-drm-omap-fix-missing-scaler-pixel-fmt-limitations.patch
	patches.suse/0595-drm-omap-dss-move-platform_register_drivers-to-dss.c.patch
	patches.suse/0596-drm-omap-hdmi5-automatically-choose-limited-full-ran.patch
	patches.suse/0597-drm-omap-hdmi4-fix-use-of-uninitialized-var.patch
	patches.suse/dma-fence-Serialise-signal-enabling-dma_fence_enable.patch
	patches.suse/0599-drm-mm-Use-helpers-for-drm_mm_node-booleans.patch
	patches.suse/0600-drm-mm-Convert-drm_mm_node-booleans-to-bitops.patch
	patches.suse/0601-drm-mm-Use-clear_bit_unlock-for-releasing-the-drm_mm.patch
	patches.suse/0602-drm-fourcc-Add-Arm-16x16-block-modifier.patch
	patches.suse/drm-i810-Prevent-underflow-in-ioctl.patch
	patches.suse/0604-drm-lima-Add-support-for-multiple-reset-lines.patch
	patches.suse/drm-mcde-Fix-reference-to-DOC-comment.patch
	patches.suse/0606-cec-add-cec_adapter-to-cec_notifier_cec_adap_unregis.patch
	patches.suse/0607-drm-sun4i-dsi-fix-the-overhead-of-the-horizontal-fro.patch
	patches.suse/0608-drm-sun4i-sun6i_mipi_dsi-fix-DCS-long-write-packet-l.patch
	patches.suse/drm-bridge-dw-hdmi-Refuse-DDC-CI-transfers-on-the-in.patch
	patches.suse/0610-drm-tilcdc-plane-Make-structure-tilcdc_plane_funcs-c.patch
	patches.suse/0611-drm-sun4i-dsi-Fix-video-start-delay-computation.patch
	patches.suse/drm-damage_helper-Fix-race-checking-plane-state-fb.patch
	patches.suse/0613-drm-i915-Drop-obj.page_pin_count-after-a-failed-vma-.patch
	patches.suse/0614-drm-i915-Remove-leftover-vma-obj-pages_pin_count-on-.patch
	patches.suse/0615-drm-i915-execlists-Clear-semaphore-immediately-upon-.patch
	patches.suse/0616-drm-i915-dp-Extend-program-of-VSC-Header-and-DB-for-.patch
	patches.suse/0617-drm-i915-dp-Add-support-of-BT.2020-Colorimetry-to-DP.patch
	patches.suse/0618-drm-i915-dp-Attach-colorspace-property.patch
	patches.suse/0619-drm-i915-Add-new-GMP-register-size-for-GEN11.patch
	patches.suse/0620-drm-i915-dp-Program-an-Infoframe-SDP-Header-and-DB-f.patch
	patches.suse/0621-drm-i915-dp-Attach-HDR-metadata-property-to-DP-conne.patch
	patches.suse/0622-drm-i915-Switch-to-using-DP_MSA_MISC_-defines.patch
	patches.suse/0623-drm-i915-Stop-using-drm_atomic_helper_check_planes.patch
	patches.suse/0624-drm-i915-Make-.modeset_calc_cdclk-mandatory.patch
	patches.suse/0625-drm-i915-Use-drm_rect_translate_to.patch
	patches.suse/0626-drm-i915-Use-drm_rect_init.patch
	patches.suse/drm-i915-Flush-tasklet-submission-before-sleeping-on.patch
	patches.suse/0628-drm-i915-icl-Wa_1607087056.patch
	patches.suse/0629-drm-i915-tgl-Add-IS_TGL_REVID.patch
	patches.suse/0630-drm-i915-tgl-Include-ro-parts-of-l3-to-invalidate.patch
	patches.suse/0631-drm-i915-tgl-Add-HDC-Pipeline-Flush.patch
	patches.suse/0632-drm-i915-tgl-Add-extra-hdc-flush-workaround.patch
	patches.suse/0633-drm-i915-tgl-Keep-FF-dop-clock-enabled-for-A0.patch
	patches.suse/0634-drm-i915-tgl-Wa_1409420604.patch
	patches.suse/0635-drm-i915-tgl-Wa_1409170338.patch
	patches.suse/0636-drm-i915-tgl-Wa_1409600907.patch
	patches.suse/0637-drm-i915-tgl-Wa_1607138336.patch
	patches.suse/0638-drm-i915-tgl-Wa_1607030317-Wa_1607186500-Wa_16072976.patch
	patches.suse/0639-drm-i915-tgl-Wa_1607138340.patch
	patches.suse/0640-drm-i915-selftests-Drop-stale-struct_mutex.patch
	patches.suse/0641-drm-i915-execlist-Trim-immediate-timeslice-expiry.patch
	patches.suse/0642-drm-i915-Refactor-timestamping-constants-update.patch
	patches.suse/0643-drm-i915-Switch-intel_legacy_cursor_update-to-intel_.patch
	patches.suse/0644-drm-i915-Prepare-the-connector-encoder-mask-readout-.patch
	patches.suse/0645-drm-i915-Prepare-the-mode-readout-for-hw-vs.-uapi-st.patch
	patches.suse/0646-drm-i915-ehl-Don-t-forget-to-set-TC-long-detect-func.patch
	patches.suse/0647-drm-i915-Introduce-Jasper-Lake-PCH.patch
	patches.suse/0648-drm-i915-selftests-Teach-execlists-to-take-intel_gt-.patch
	patches.suse/0649-drm-i915-selftests-Teach-guc-to-take-intel_gt-as-its.patch
	patches.suse/0650-drm-i915-selftests-Teach-workarounds-to-take-intel_g.patch
	patches.suse/0651-drm-i915-selftests-Teach-timelines-to-take-intel_gt-.patch
	patches.suse/0652-drm-i915-Do-initial-mocs-configuration-directly.patch
	patches.suse/0653-drm-i915-Store-i915_ggtt-as-the-backpointer-on-fence.patch
	patches.suse/0654-drm-i915-Move-swizzle_bit-under-i915_ggtt.patch
	patches.suse/0655-drm-i915-tgl-Enable-DDI-Port-G.patch
	patches.suse/0656-drm-i915-pmu-Support-multiple-GPUs.patch
	patches.suse/0657-drm-i915-Fix-MST-oops-due-to-MSA-changes.patch
	patches.suse/0658-drm-i915-Add-microcontrollers-documentation-section.patch
	patches.suse/0659-drm-i915-guc-improve-documentation.patch
	patches.suse/0660-drm-i915-huc-improve-documentation.patch
	patches.suse/0661-drm-i915-selftests-Teach-requests-to-use-all-availab.patch
	patches.suse/drm-i915-Don-t-disable-interrupts-independently-of-t.patch
	patches.suse/0663-drm-i915-Make-for_each_engine_masked-work-on-intel_g.patch
	patches.suse/0664-drm-i915-Pass-in-intel_gt-at-some-for_each_engine-si.patch
	patches.suse/0665-drm-i915-pmu-Fix-uninitialized-variable-on-error-pat.patch
	patches.suse/0666-drm-i915-execlists-Don-t-merely-skip-submission-if-m.patch
	patches.suse/0667-drm-i915-enumerate-and-init-each-supported-region.patch
	patches.suse/0668-drm-i915-treat-shmem-as-a-region.patch
	patches.suse/0669-drm-i915-treat-stolen-as-a-region.patch
	patches.suse/0670-drm-i915-selftests-Add-the-mock-engine-to-the-gt-eng.patch
	patches.suse/0671-drm-i915-gt-Convert-the-leftover-for_each_engine-gt.patch
	patches.suse/0672-drm-i915-Move-the-cursor-rotation-handling-into-inte.patch
	patches.suse/0673-drm-i915-Polish-possible_clones-setup.patch
	patches.suse/0674-drm-i915-Refuse-modes-with-hdisplay-4096-on-pre-HSW-.patch
	patches.suse/0675-drm-i915-Nuke-the-useless-changed-param-from-skl_ddb.patch
	patches.suse/0676-drm-i915-Nuke-realloc_pipes.patch
	patches.suse/0677-drm-i915-Make-dirty_pipes-refer-to-pipes.patch
	patches.suse/0678-drm-i915-Shrink-eDRAM-ways-sets-arrays.patch
	patches.suse/0679-drm-i915-s-hdcp2_hdmi_msg_data-hdcp2_hdmi_msg_timeou.patch
	patches.suse/0680-drm-i915-Remove-dead-weight-from-hdcp2_msg_timeout.patch
	patches.suse/0681-drm-i915-Remove-hdcp2_hdmi_msg_timeout.timeout2.patch
	patches.suse/0682-drm-i915-Make-hdcp2_msg_timeout.timeout-u16.patch
	patches.suse/0683-drm-i915-Correct-the-PCH-type-in-irq-postinstall.patch
	patches.suse/0684-drm-i915-Restore-full-symmetry-in-i915_driver_modese.patch
	patches.suse/0685-drm-i915-display-icl-Save-Master-transcoder-in-slave.patch
	patches.suse/0686-drm-i915-display-icl-Enable-TRANSCODER-PORT-SYNC-for.patch
	patches.suse/0687-drm-i915-display-icl-HW-state-readout-for-transcoder.patch
	patches.suse/0688-drm-i915-display-icl-Enable-master-slaves-in-trans-p.patch
	patches.suse/0689-drm-i915-display-icl-Disable-transcoder-port-sync-as.patch
	patches.suse/0690-drm-i915-display-icl-In-port-sync-mode-disable-slave.patch
	patches.suse/0691-drm-i915-simplify-setting-of-ddi_io_power_domain.patch
	patches.suse/drm-i915-fix-port-checks-for-MST-support-on-gen-11.patch
	patches.suse/0693-drm-i915-remove-extra-new-line-on-pipe_config-mismat.patch
	patches.suse/0694-drm-i915-add-pipe-id-name-to-pipe-mismatch-logs.patch
	patches.suse/0695-drm-i915-prettify-MST-debug-message.patch
	patches.suse/0696-drm-i915-perf-fix-oa-config-reconfiguration.patch
	patches.suse/0697-drm-i915-Extract-GT-ring-management.patch
	patches.suse/0698-drm-i915-gvt-Wean-off-struct_mutex.patch
	patches.suse/0699-drm-i915-Update-DRIVER_DATE-to-20191021.patch
	patches.suse/0700-drm-mediatek-separate-mipi_tx-to-different-file.patch
	patches.suse/0701-drm-mediatek-add-mipi_tx-driver-for-mt8183.patch
	patches.suse/0702-drm-mediatek-move-mipi_dsi_host_register-to-probe.patch
	patches.suse/0703-drm-mediatek-fixes-CMDQ-reg-address-of-mt8173-is-dif.patch
	patches.suse/0704-drm-mediatek-replace-writeb-with-mtk_dsi_mask.patch
	patches.suse/0705-drm-mediatek-add-dsi-reg-commit-disable-control.patch
	patches.suse/0706-drm-mediatek-add-frame-size-control.patch
	patches.suse/0707-drm-mediatek-add-mt8183-dsi-driver-support.patch
	patches.suse/0708-drm-mediatek-change-the-dsi-phytiming-calculate-meth.patch
	patches.suse/0709-drm-mediatek-adjust-dsi-and-mipi_tx-probe-sequence.patch
	patches.suse/0710-drm-mediatek-add-dphy-reset-after-setting-lanes-numb.patch
	patches.suse/0711-drm-mediatek-add-ddp-component-CCORR.patch
	patches.suse/0712-drm-mediatek-add-component-DITHER.patch
	patches.suse/0713-drm-mediatek-add-component-OVL_2L0.patch
	patches.suse/0714-drm-mediatek-add-component-OVL_2L1.patch
	patches.suse/0715-drm-mediatek-add-gmc_bits-for-ovl-private-data.patch
	patches.suse/0716-drm-medaitek-add-layer_nr-for-ovl-private-data.patch
	patches.suse/0717-drm-mediatek-add-function-to-background-color-input-.patch
	patches.suse/0718-drm-mediatek-add-background-color-input-select-funct.patch
	patches.suse/0719-drm-mediatek-distinguish-ovl-and-ovl_2l-by-layer_nr.patch
	patches.suse/0720-drm-mediatek-add-ovl0-ovl_2l0-usecase.patch
	patches.suse/0721-drm-mediatek-add-mutex-mod-into-ddp-private-data.patch
	patches.suse/0722-drm-mediatek-add-mutex-mod-register-offset-into-ddp-.patch
	patches.suse/0723-drm-mediatek-add-mutex-sof-into-ddp-private-data.patch
	patches.suse/0724-drm-mediatek-add-mutex-sof-register-offset-into-ddp-.patch
	patches.suse/0725-drm-mediatek-add-no_clk-into-ddp-private-data.patch
	patches.suse/0726-drm-rcar-du-kms-Expand-comment-in-vsps-parsing-routi.patch
	patches.suse/drm-rcar_lvds-Fix-color-mismatches-on-R-Car-H2-ES2.0.patch
	patches.suse/0728-drm-rcar-du-Add-R8A774B1-support.patch
	patches.suse/0729-drm-rcar-du-lvds-Add-r8a774b1-support.patch
	patches.suse/0730-drm-amdgpu-add-new-amdgpu-nbio-header-file.patch
	patches.suse/0731-drm-amdgpu-switch-to-new-amdgpu_nbio-structure.patch
	patches.suse/0732-drm-amdgpu-nbio-add-functions-to-query-ras-specific-.patch
	patches.suse/0733-drm-amdgpu-add-nbif-v7_4-irq-source-header-for-vega2.patch
	patches.suse/0734-drm-amdgpu-update-nbio-v7_4-ip-header-files.patch
	patches.suse/0735-drm-amdgpu-add-ras_controller-and-err_event_athub-in.patch
	patches.suse/0736-drm-amdgpu-poll-ras_controller_irq-and-err_event_ath.patch
	patches.suse/0737-drm-amdgpu-add-helper-function-to-do-common-ras_late.patch
	patches.suse/0738-drm-amdgpu-switch-to-amdgpu_ras_late_init-for-gfx-v9.patch
	patches.suse/0739-drm-amdgpu-switch-to-amdgpu_ras_late_init-for-sdma-v.patch
	patches.suse/0740-drm-amdgpu-switch-to-amdgpu_ras_late_init-for-gmc-v9.patch
	patches.suse/0741-drm-amdgpu-add-mmhub-ras_late_init-callback-function.patch
	patches.suse/0742-drm-amdgpu-add-ras_late_init-callback-function-for-n.patch
	patches.suse/0743-drm-amdgpu-switch-to-amdgpu_ras_late_init-for-nbio-v.patch
	patches.suse/0744-drm-amdgpu-Extends-amdgpu-vm-definitions-v2.patch
	patches.suse/0745-drm-amdgpu-Support-new-arcturus-mtype.patch
	patches.suse/0746-drm-amdgpu-Determing-PTE-flags-separately-for-each-m.patch
	patches.suse/0747-drm-amdgpu-Use-optimal-mtypes-and-PTE-bits-for-Arctu.patch
	patches.suse/0748-drm-amdgpu-Remove-unnecessary-TLB-workaround-v2.patch
	patches.suse/0749-drm-amdgpu-check-mmhub_funcs-pointer-before-refering.patch
	patches.suse/0750-drm-amdgpu-fix-memory-leak-when-ras-is-not-supported.patch
	patches.suse/0751-drm-amdgpu-only-apply-gds-clearing-workaround-when-r.patch
	patches.suse/0752-drm-amd-powerplay-guard-manual-mode-prerequisite-for.patch
	patches.suse/0753-drm-amd-powerplay-update-cached-feature-enablement-s.patch
	patches.suse/0754-drm-amd-powerplay-do-proper-cleanups-on-hw_fini.patch
	patches.suse/0755-drm-amdgpu-use-moving-fence-instead-of-exclusive-for.patch
	patches.suse/0756-drm-amdgpu-reserve-at-least-4MB-of-VRAM-for-page-tab.patch
	patches.suse/0757-drm-amdgpu-remove-amdgpu_cs_try_evict.patch
	patches.suse/0758-drm-amdgpu-Fix-bugs-in-amdgpu_device_gpu_recover-in-.patch
	patches.suse/0759-drm-amdgpu-Avoid-HW-GPU-reset-for-RAS.patch
	patches.suse/0760-dmr-amdgpu-Add-system-auto-reboot-to-RAS.patch
	patches.suse/0761-drm-amdgpu-set-ip-specific-ras-interface-pointer-to-.patch
	patches.suse/0762-drm-amdgpu-gmc-switch-to-amdgpu_gmc_ras_late_init-he.patch
	patches.suse/0763-drm-amdgpu-gfx-switch-to-amdgpu_gfx_ras_late_init-he.patch
	patches.suse/0764-drm-amdgpu-sdma-switch-to-amdgpu_sdma_ras_late_init-.patch
	patches.suse/0765-drm-amdgpu-mmhub-switch-to-amdgpu_mmhub_ras_late_ini.patch
	patches.suse/0766-drm-amdgpu-nbio-switch-to-amdgpu_nbio_ras_late_init-.patch
	patches.suse/0767-drm-amdgpu-init-UMC-RSMU-register-base-address.patch
	patches.suse/0768-drm-amd-amdgpu-add-sw_fini-interface-for-df_funcs.patch
	patches.suse/0769-drm-amd-powerplay-replace-smu-table_count-with-SMU_T.patch
	patches.suse/0770-drm-amdgpu-change-r-type-to-int-in-gmc_v9_0_late_ini.patch
	patches.suse/0771-drm-amdgpu-enable-TA-load-support-in-Arcturus.patch
	patches.suse/0772-drm-amdgpu-clean-up-load-TMR-sequence.patch
	patches.suse/0776-drm-amdgpu-Disable-page-faults-while-reading-user-wp.patch
	patches.suse/0777-drm-amdkfd-Query-kfd-device-info-by-CHIP-id-instead-.patch
	patches.suse/0781-drm-madgpu-Fix-EEPROM-Checksum-calculation.patch
	patches.suse/0782-drm-amdgpu-change-ras-bps-type-to-eeprom-table-recor.patch
	patches.suse/0783-drm-amdgpu-Hook-EEPROM-table-to-RAS.patch
	patches.suse/0784-drm-amdgpu-save-umc-error-records.patch
	patches.suse/0785-drm-amdgpu-move-the-call-of-ras-recovery_init-and-ba.patch
	patches.suse/0786-drm-amdkfd-Fix-a-building-error-when-KFD_SUPPORT_IOM.patch
	patches.suse/0787-drm-amd-display-Fix-DML-tests.patch
	patches.suse/0788-drm-amd-display-refine-i2c-over-aux.patch
	patches.suse/0789-drm-amd-display-Subsample-mode-suboptimal-for-YCbCr4.patch
	patches.suse/0790-drm-amd-display-Don-t-allocate-payloads-if-link-lost.patch
	patches.suse/0791-drm-amd-display-Add-back-support-for-DSC-4-2-2-Simpl.patch
	patches.suse/0792-drm-amd-display-config-to-override-DSC-start-slice-h.patch
	patches.suse/0793-drm-amd-display-3.2.49.patch
	patches.suse/0794-drm-amd-display-Add-missing-surface-address-register.patch
	patches.suse/0795-drm-amd-display-update-navi-to-use-new-surface-progr.patch
	patches.suse/0796-drm-amd-display-remove-temporary-transition-code.patch
	patches.suse/0797-drm-amd-display-Reuse-dcn2-registers.patch
	patches.suse/0798-drm-amd-display-remove-hw-access-from-dc_destroy.patch
	patches.suse/0799-drm-amd-display-OTC-underflow-fix.patch
	patches.suse/0800-drm-amd-display-Isolate-DSC-module-from-driver-depen.patch
	patches.suse/drm-amd-display-verify-stream-link-before-link-test.patch
	patches.suse/0803-drm-amd-display-replace-FIXME-with-TODO.patch
	patches.suse/0804-drm-amdgpu-irq-check-if-nbio-funcs-exist.patch
	patches.suse/0805-drm-amdgpu-Add-a-kernel-parameter-for-specifying-the.patch
	patches.suse/0806-drm-amdgpu-Disable-retry-faults-in-VMID0.patch
	patches.suse/0807-drm-amdkfd-Support-Navi14-in-KFD.patch
	patches.suse/0808-drm-amdkfd-add-renoir-cache-info-for-CRAT-v2.patch
	patches.suse/0809-drm-amdkfd-add-renoir-kfd-device-info-v2.patch
	patches.suse/0810-drm-amdkfd-enable-kfd-device-queue-manager-v9-for-re.patch
	patches.suse/0811-drm-amdkfd-add-renoir-type-for-the-workaround-of-iom.patch
	patches.suse/0812-drm-amdkfd-init-kfd-apertures-v9-for-renoir.patch
	patches.suse/0813-drm-amdkfd-init-kernel-queue-for-renoir.patch
	patches.suse/0814-drm-amdkfd-add-package-manager-for-renoir.patch
	patches.suse/0815-drm-amdkfd-add-renoir-kfd-topology.patch
	patches.suse/0816-drm-amdgpu-disable-gfxoff-while-use-no-H-W-schedulin.patch
	patches.suse/0817-drm-amdkfd-enable-renoir-while-device-probes.patch
	patches.suse/0819-drm-amdgpu-check-if-nbio-ras_if-exist.patch
	patches.suse/0820-drm-amd-powerplay-Add-the-interface-for-geting-dpm-c.patch
	patches.suse/0822-drm-amdgpu-cleanup-mtype-mapping.patch
	patches.suse/0823-drm-amdgpu-cleanup-PTE-flag-generation-v3.patch
	patches.suse/0824-drm-amdgpu-Avoid-RAS-recovery-init-when-no-RAS-suppo.patch
	patches.suse/0825-drm-amd-powerplay-issue-DC-BTC-for-arcturus-on-SMU-i.patch
	patches.suse/0827-drm-amdgpu-fix-build-error-without-CONFIG_HSA_AMD.patch
	patches.suse/0828-drm-amdgpu-remove-needless-usage-of-ifdef.patch
	patches.suse/0829-drm-amdgpu-remove-duplicated-header-file-include.patch
	patches.suse/0830-drm-amdgpu-move-umc-late-init-from-gmc-to-umc-block.patch
	patches.suse/0831-drm-amdgpu-move-umc-ras-init-to-umc-block.patch
	patches.suse/0832-drm-amdgpu-rename-umc-ras_init-to-err_cnt_init.patch
	patches.suse/0833-drm-amdgpu-Add-amdgpu_ras_eeprom_reset_table.patch
	patches.suse/0834-drm-amdgpu-Allow-to-reset-to-EERPOM-table.patch
	patches.suse/0837-drm-amdkfd-fix-the-missed-asic-name-while-inited-ren.patch
	patches.suse/0838-drm-amdgpu-initialize-ras-structures-for-xgmi-block-.patch
	patches.suse/0839-drm-amdgpu-enable-error-injection-to-XGMI-block-via-.patch
	patches.suse/0840-drm-amdgpu-fix-CPDMA-hang-in-PRT-mode-for-VEGA10.patch
	patches.suse/0841-drm-amdgpu-add-ras-error-query-count-interface-for-n.patch
	patches.suse/0842-drm-amdgpu-support-pcie-bif-ras-query-and-inject.patch
	patches.suse/0843-drm-amdgpu-add-pcie-bif-ras-related-registers.patch
	patches.suse/0844-drm-amdgpu-implement-ras-query-function-for-pcie-bif.patch
	patches.suse/0845-drm-amdgpu-Add-SRIOV-mailbox-backend-for-Navi1x.patch
	patches.suse/0846-drm-amdgpu-Fix-mutex-lock-from-atomic-context.patch
	patches.suse/0848-drm-amd-powerplay-properly-set-mp1-state-for-SW-SMU-.patch
	patches.suse/0849-drm-amd-powerplay-check-SMU-engine-readiness-before-.patch
	patches.suse/drm-amdgpu-sriov-add-ring_stop-before-ring_create-in.patch
	patches.suse/0851-drm-amdgpu-For-Navi12-SRIOV-VF-register-mailbox-func.patch
	patches.suse/0853-drm-amdgpu-SRIOV-Navi10-12-VF-doesn-t-support-SMU.patch
	patches.suse/0854-drm-amdgpu-SRIOV-Navi12-SRIOV-VF-doesn-t-load-TOC.patch
	patches.suse/drm-amdgpu-grab-the-id-mgr-lock-while-accessing-pass.patch
	patches.suse/0856-drm-ttm-return-EBUSY-on-pipelining-with-no_gpu_wait-.patch
	patches.suse/0857-drm-amdgpu-split-the-VM-entity-into-direct-and-delay.patch
	patches.suse/0858-drm-amdgpu-allow-direct-submission-in-the-VM-backend.patch
	patches.suse/0859-drm-amdgpu-allow-direct-submission-of-PDE-updates-v2.patch
	patches.suse/0860-drm-amdgpu-allow-direct-submission-of-PTE-updates.patch
	patches.suse/0861-drm-amdgpu-allow-direct-submission-of-clears.patch
	patches.suse/0862-drm-amdgpu-allocate-PDs-PTs-with-no_gpu_wait-in-a-pa.patch
	patches.suse/0863-drm-amdgpu-reserve-the-root-PD-while-freeing-PASIDs.patch
	patches.suse/0864-drm-amdgpu-add-graceful-VM-fault-handling-v3.patch
	patches.suse/Revert-drm-amdgpu-nbio7.4-add-hw-bug-workaround-for-.patch
	patches.suse/0866-drm-amd-display-rename-variable-eanble-enable.patch
	patches.suse/0869-drm-amd-be-quiet-when-no-SAD-block-is-found.patch
	patches.suse/0870-drm-radeon-be-quiet-when-no-SAD-block-is-found.patch
	patches.suse/0871-drm-amdgpu-remove-the-redundant-null-checks.patch
	patches.suse/0874-drm-amdgpu-SRIOV-Navi12-SRIOV-VF-gets-GTT-base.patch
	patches.suse/0876-drm-amdgpu-cleanup-coding-style-in-the-VM-code-a-bit.patch
	patches.suse/0877-drm-amdgpu-drop-double-HDP-flush-in-the-VM-code.patch
	patches.suse/0878-drm-amdgpu-trace-if-a-PD-PT-update-is-done-directly.patch
	patches.suse/0879-drm-amdgpu-fix-ras-ctrl-debugfs-node-leak.patch
	patches.suse/0880-drm-amdgpu-Fix-EEPROM-checksum-calculation.patch
	patches.suse/0001-drm-amdgpu-cleanup-creating-BOs-at-fixed-location-v2.patch
	patches.suse/0882-drm-amd-display-Fix-HUBP-secondary-viewport-programm.patch
	patches.suse/0883-drm-amd-display-define-parameters-for-abm-2.3.patch
	patches.suse/0884-drm-amd-display-3.2.50.patch
	patches.suse/0885-drm-amd-display-Rebuild-mapped-resources-after-pipe-.patch
	patches.suse/0886-drm-amd-display-Replace-for-loop-w-function-call.patch
	patches.suse/0887-drm-amd-display-add-additional-flag-consideration-fo.patch
	patches.suse/0888-drm-amd-display-Add-debugfs-entry-to-force-YUV420-ou.patch
	patches.suse/0889-drm-amd-display-add-vtg-update-after-global-sync-upd.patch
	patches.suse/0890-drm-amd-display-fix-global-sync-param-extraction-ind.patch
	patches.suse/drm-amd-display-Handle-virtual-signal-type-in-disabl.patch
	patches.suse/0892-drm-amd-display-fix-i2c-wtire-mot-incorrect-issue.patch
	patches.suse/0893-drm-amd-display-Separate-hardware-initialization-fro.patch
	patches.suse/drm-amd-display-Do-not-double-buffer-DTO-adjustments.patch
	patches.suse/0895-drm-amd-display-Revert-fixup-DPP-programming-sequenc.patch
	patches.suse/0896-drm-amd-display-set-minimum-abm-backlight-level.patch
	patches.suse/drm-amd-display-Set-number-of-pipes-to-1-if-the-seco.patch
	patches.suse/0898-drm-amd-display-Optimize-clocks-on-clock-change.patch
	patches.suse/0899-drm-amd-display-update-odm-mode-validation-to-be-in-.patch
	patches.suse/0900-drm-amd-display-enable-single-dp-seamless-boot.patch
	patches.suse/0901-drm-amd-display-3.2.51.patch
	patches.suse/0903-drm-amd-display-3.2.51.1.patch
	patches.suse/0904-drm-amd-display-fix-use-of-uninitialized-variable.patch
	patches.suse/0905-drm-amd-display-Add-detile-buffer-size-for-DCN20.patch
	patches.suse/0906-drm-amd-display-Improve-LFC-behaviour.patch
	patches.suse/0907-drm-amdgpu-psp-HDCP-init.patch
	patches.suse/0908-drm-amdgpu-psp-DTM-init.patch
	patches.suse/0909-drm-amd-display-Add-HDCP-module.patch
	patches.suse/0910-drm-amd-display-add-PSP-block-to-verify-hdcp-steps.patch
	patches.suse/0911-drm-amd-display-Update-hdcp-display-config.patch
	patches.suse/0912-drm-amd-display-Create-amdgpu_dm_hdcp.patch
	patches.suse/0913-drm-amd-display-Create-dpcd-and-i2c-packing-function.patch
	patches.suse/0914-drm-amd-display-Initialize-HDCP-work-queue.patch
	patches.suse/0915-drm-amd-display-Handle-Content-protection-property-c.patch
	patches.suse/0916-drm-amd-display-handle-DP-cpirq.patch
	patches.suse/0917-drm-amd-display-Update-CP-property-based-on-HW-query.patch
	patches.suse/0918-drm-amd-display-only-enable-HDCP-for-DCN.patch
	patches.suse/0919-drm-amd-display-Add-hdcp-to-Kconfig.patch
	patches.suse/0920-drm-amdkfd-Delete-unused-KFD_IS_-macro.patch
	patches.suse/0921-drm-amdgpu-vm-fix-documentation-for-amdgpu_vm_bo_par.patch
	patches.suse/0922-docs-drm-amdgpu-Resolve-build-warnings.patch
	patches.suse/0923-drm-amdgpu-replace-DRM_ERROR-with-DRM_WARN-in-ras_re.patch
	patches.suse/0925-drm-amd-powerplay-implement-VCN-power-gating-control.patch
	patches.suse/0926-drm-amdgpu-use-GPU-PAGE-SHIFT-for-umc-retired-page.patch
	patches.suse/0927-drm-amdgpu-discovery-get-gpu-info-from-ip-discovery-.patch
	patches.suse/0928-drm-amdgpu-ras-use-GPU-PAGE_SIZE-SHIFT-for-reserving.patch
	patches.suse/0930-drm-amdgpu-add-psp-ip-block-for-arct.patch
	patches.suse/0931-drm-amdgpu-do-not-init-mec2-jt-for-renoir.patch
	patches.suse/0932-drm-amdgpu-powerplay-add-new-mapping-for-APCC_DFLL-f.patch
	patches.suse/0933-drm-amdgpu-avoid-null-pointer-dereference.patch
	patches.suse/0934-drm-amdgpu-remove-redundant-variable-definition.patch
	patches.suse/0935-drm-amdgpu-psp-flush-HDP-write-fifo-after-submitting.patch
	patches.suse/0936-drm-amdgpu-psp-invalidate-the-hdp-read-cache-before-.patch
	patches.suse/0001-drm-amdgpu-gfx10-update-gfx-golden-settings-2.patch
	patches.suse/0001-drm-amdgpu-gfx10-update-gfx-golden-settings-for-navi.patch
	patches.suse/0940-drm-amdgpu-SRIOV-add-navi12-pci-id-for-SRIOV-v2.patch
	patches.suse/0941-drm-amdgpu-enable-full-ras-by-default.patch
	patches.suse/0943-drm-amdgpu-remove-excess-function-parameter-descript.patch
	patches.suse/0944-drm-amd-display-Fix-kernel-doc-warnings.patch
	patches.suse/0945-drm-amdgpu-fix-documentation-for-amdgpu_gem_prime_ex.patch
	patches.suse/drm-amdgpu-mn-fix-documentation-for-amdgpu_mn_read_l.patch
	patches.suse/0947-drm-amdgpu-vm-fix-up-documentation-in-amdgpu_vm.c.patch
	patches.suse/0948-drm-amdgpu-ih-fix-documentation-in-amdgpu_irq_dispat.patch
	patches.suse/0949-drm-amdgpu-fix-documentation-for-amdgpu_pm.c.patch
	patches.suse/0950-drm-amdgpu-ras-fix-and-update-the-documentation-for-.patch
	patches.suse/drm-amdkfd-fix-a-potential-NULL-pointer-dereference-.patch
	patches.suse/0953-drm-amdgpu-disable-vcn-ip-block-for-front-door-loadi.patch
	patches.suse/0954-drm-amdgpu-enable-psp-front-door-loading-by-default-.patch
	patches.suse/0955-drm-amdgpu-add-command-id-in-psp-response-failure-me.patch
	patches.suse/0956-drm-amdgpu-correct-condition-check-for-psp-rlc-autol.patch
	patches.suse/0958-drm-amdkfd-Add-an-error-print-if-SDMA-RLC-is-not-idl.patch
	patches.suse/0959-drm-amdkfd-Remove-excessive-print-when-reserving-doo.patch
	patches.suse/0960-drm-amdkfd-Remove-unnecessary-pm_init-for-non-HWS-mo.patch
	patches.suse/0961-drm-amdkfd-Fix-NULL-pointer-dereference-for-set_scra.patch
	patches.suse/0962-drm-amdkfd-Sync-gfx10-kfd2kgd_calls-function-pointer.patch
	patches.suse/0963-drm-amd-powerplay-Add-mode2-mode-for-GPU-RESET-in-SM.patch
	patches.suse/drm-amd-powerplay-A-workaround-to-GPU-RESET-on-APU.patch
	patches.suse/0965-drm-amdgpu-Use-mode2-mode-to-perform-GPU-RESET-for-R.patch
	patches.suse/0966-drm-amd-amdgpu-Fix-compute-ring-unable-to-detect-han.patch
	patches.suse/0967-drm-amd-powerplay-remove-duplicate-macro-of-smu_get_.patch
	patches.suse/0968-drm-amdgpu-psp-silence-response-status-warning.patch
	patches.suse/0970-drm-amdgpu-atomfirmware-use-proper-index-for-queryin.patch
	patches.suse/0971-drm-amdgpu-atomfirmware-simplify-the-interface-to-ge.patch
	patches.suse/0972-drm-amdgpu-remove-gfx9-NGG.patch
	patches.suse/0973-drm-amdgpu-fix-an-UMC-hw-arbitrator-bug-v3.patch
	patches.suse/0974-drm-amdgpu-update-parameter-of-ras_ih_cb.patch
	patches.suse/0975-drm-amdgpu-move-umc-ras-irq-functions-to-umc-block.patch
	patches.suse/0976-drm-amdgpu-move-gfx-ecc-functions-to-generic-gfx-fil.patch
	patches.suse/0977-drm-amdgpu-move-sdma-ecc-functions-to-generic-sdma-f.patch
	patches.suse/0978-drm-amdgpu-refine-sdma4-ras_data_cb.patch
	patches.suse/0979-drm-amdgpu-move-umc_ras_if-from-gmc-to-umc-block.patch
	patches.suse/0980-drm-amdgpu-add-common-mmhub-member-for-adev.patch
	patches.suse/0981-drm-amdgpu-replace-mmhub_funcs-with-mmhub.funcs.patch
	patches.suse/0982-drm-amdgpu-move-mmhub_ras_if-from-gmc-to-mmhub-block.patch
	patches.suse/0983-drm-amdgpu-add-common-gmc_ras_fini-function.patch
	patches.suse/0984-drm-amdgpu-add-common-gfx_ras_fini-function.patch
	patches.suse/0985-drm-amdgpu-add-common-sdma_ras_fini-function.patch
	patches.suse/0986-drm-amdgpu-remove-ih_info-parameter-of-umc_ras_late_.patch
	patches.suse/0987-drm-amdgpu-remove-ih_info-parameter-of-gfx_ras_late_.patch
	patches.suse/0988-drm-amdgpu-simplify-the-access-to-eeprom_control-str.patch
	patches.suse/0989-drm-amdgpu-add-ras-fini-for-nbio.patch
	patches.suse/0990-drm-amdgpu-add-ras-fini-for-xgmi.patch
	patches.suse/0991-drm-amdgpu-move-umc-ras-fini-to-umc-block.patch
	patches.suse/0992-drm-amdgpu-move-mmhub-ras-fini-to-mmhub-block.patch
	patches.suse/0993-drm-amdgpu-move-xgmi-ras-fini-to-xgmi-block.patch
	patches.suse/0994-drm-amdgpu-implement-common-gmc_ras_late_init.patch
	patches.suse/0995-drm-amdgpu-add-comments-in-ras-interrupt-callback.patch
	patches.suse/0996-drm-amd-powerplay-update-arcturus-smu-driver-interac.patch
	patches.suse/0997-drm-amdgpu-once-more-fix-amdgpu_bo_create_kernel_at.patch
	patches.suse/0998-drm-amdgpu-restrict-hotplug-error-message.patch
	patches.suse/0999-drm-amdkfd-Add-NAVI12-support-from-kfd-side.patch
	patches.suse/1001-drm-amdkfd-Delete-useless-SDMA-register-setting-on-n.patch
	patches.suse/1002-drm-amdkfd-Use-better-name-for-sdma-queue-non-HWS-pa.patch
	patches.suse/1003-drm-amdgpu-Add-SMUIO-values-for-other-I2C-controller.patch
	patches.suse/1004-drm-amdkfd-use-navi12-specific-family-id-for-navi12-.patch
	patches.suse/1005-drm-amdkfd-Store-kfd_dev-in-iolink-and-cache-propert.patch
	patches.suse/1006-drm-amd-Pass-drm_device-to-kfd.patch
	patches.suse/1007-drm-amdkfd-Move-the-control-stack-on-GFX10-to-usersp.patch
	patches.suse/1008-drm-amdkfd-Delete-unused-defines.patch
	patches.suse/1009-drm-amdkfd-Use-hex-print-format-for-pasid.patch
	patches.suse/1010-drm-amdkfd-Record-vmid-pasid-mapping-in-the-driver-f.patch
	patches.suse/1011-drm-amdkfd-Query-vmid-pasid-mapping-through-stored-i.patch
	patches.suse/1012-drm-amdkfd-Eliminate-get_atc_vmid_pasid_mapping_vali.patch
	patches.suse/1013-drm-amdgpu-Export-setup_vm_pt_regs-logic-for-gfxhub-.patch
	patches.suse/1014-drm-amdkfd-Use-setup_vm_pt_regs-function-from-base-d.patch
	patches.suse/1015-drm-amdkfd-Fix-race-in-gfx10-context-restore-handler.patch
	patches.suse/1018-drm-amd-amdgpu-add-IH-cg-support-on-soc15-project.patch
	patches.suse/1019-drm-amd-powerplay-bypass-dpm_context-null-pointer-ch.patch
	patches.suse/1020-drm-amd-powerplay-implement-the-interface-for-settin.patch
	patches.suse/1021-drm-amd-powerplay-add-interface-for-forcing-and-unfo.patch
	patches.suse/1022-drm-amd-powerplay-add-interface-for-getting-workload.patch
	patches.suse/1023-drm-amd-powerplay-add-the-interfaces-for-getting-and.patch
	patches.suse/1024-drm-amd-powerplay-implement-interface-set_power_prof.patch
	patches.suse/1025-drm-amd-powerplay-implement-the-interface-for-settin.patch
	patches.suse/1026-drm-amd-powerplay-update-the-interface-for-getting-d.patch
	patches.suse/1028-drm-amd-powerplay-initlialize-smu-is_apu-is-false-by.patch
	patches.suse/1029-drm-amdkfd-fix-kgd2kfd_device_init-definition-confli.patch
	patches.suse/1030-drm-amdgpu-dm-Resume-short-HPD-IRQs-before-resuming-.patch
	patches.suse/1031-drm-amdgpu-Iterate-through-DRM-connectors-correctly.patch
	patches.suse/1032-drm-amdgpu-dm-mst-Remove-unnecessary-NULL-check.patch
	patches.suse/1033-drm-amdgpu-dm-mst-Don-t-create-MST-topology-managers.patch
	patches.suse/1034-drm-amdgpu-dm-mst-Use-atomic_best_encoder.patch
	patches.suse/1036-drm-amd-amdgpu-sriov-ip-block-setting-of-Arcturus.patch
	patches.suse/1037-drm-amdgpu-Delete-useless-header-file-reference.patch
	patches.suse/1038-drm-amdkfd-Delete-unnecessary-function-declarations.patch
	patches.suse/1039-drm-amdkfd-Use-array-to-probe-kfd2kgd_calls.patch
	patches.suse/1040-drm-amdgpu-Add-the-HDP-flush-support-for-Navi.patch
	patches.suse/1041-drm-amdgpu-Export-setup_vm_pt_regs-logic-for-mmhub-2.patch
	patches.suse/1042-drm-amdkfd-Improve-KFD-IOCTL-printing.patch
	patches.suse/1043-drm-amdgpu-enable-msix-for-amdgpu-driver.patch
	patches.suse/1046-drm-amdgpu-Drop-unused-variable-and-statement.patch
	patches.suse/1047-drm-amdgpu-remove-set-but-not-used-variable-pipe.patch
	patches.suse/0001-drm-amd-display-memory-leak.patch
	patches.suse/1052-drm-amd-display-fix-spelling-mistake-AUTHENICATED-AU.patch
	patches.suse/1053-drm-amdgpu-improve-MSI-X-handling-v3.patch
	patches.suse/1054-drm-amdgpu-vcn-use-amdgpu_ring_test_helper.patch
	patches.suse/1055-drm-amdgpu-add-code-comment-in-vcn_v2_5_hw_init.patch
	patches.suse/drm-amd-display-fix-struct-init-in-update_bounding_b.patch
	patches.suse/1057-drm-amd-display-Make-some-functions-static.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/1060-drm-amdgpu-Fix-error-handling-in-amdgpu_ras_recovery.patch
	patches.suse/drm-amdkfd-Fix-MQD-size-calculation.patch
	patches.suse/1062-drm-amdkfd-Print-more-sdma-engine-hqds-in-debug-fs.patch
	patches.suse/1063-drm-amd-display-Fix-typo-in-some-comments.patch
	patches.suse/1064-drm-amd-display-remove-set-but-not-used-variable-cor.patch
	patches.suse/1065-drm-amdgpu-move-amdgpu_device_get_job_timeout_settin.patch
	patches.suse/1066-drm-amdgpu-remove-duplicated-include-from-mmhub_v1_0.patch
	patches.suse/1067-drm-amdkfd-add-missing-void-argument-to-function-kgd.patch
	patches.suse/1068-drm-amd-display-Make-function-wait_for_alt_mode-stat.patch
	patches.suse/1069-drm-amd-display-Remove-set-but-not-used-variable-sou.patch
	patches.suse/1070-drm-amd-display-Remove-set-but-not-used-variables-h_.patch
	patches.suse/1071-drm-amd-display-Remove-set-but-not-used-variable-pix.patch
	patches.suse/1072-drm-amd-display-Remove-set-but-not-used-variables-pp.patch
	patches.suse/1073-drm-amd-powerplay-unlock-on-error-in-smu_resume.patch
	patches.suse/0001-drm-amd-powerplay-Fix-error-handling-in-smu_init_fb_.patch
	patches.suse/1075-drm-amdkfd-Fix-a-vs-typo.patch
	patches.suse/1076-drm-amdgpu-Report-vram-vendor-with-sysfs-v3.patch
	patches.suse/1077-drm-amd-Fix-Kconfig-indentation.patch
	patches.suse/1078-drm-amdkfd-fix-the-build-when-CIK-support-is-disable.patch
	patches.suse/0001-device_cgroup-Export-devcgroup_check_permission.patch
	patches.suse/1079-drm-amdkfd-Check-against-device-cgroup.patch
	patches.suse/1080-drm-amdkfd-update-for-drmP.h-removal.patch
	patches.suse/1081-drm-amdgpu-simplify-gds_compute_max_wave_id-computat.patch
	patches.suse/1082-drm-amdgpu-Clean-up-gmc_v9_0_gart_enable.patch
	patches.suse/1083-drm-amdgpu-Enable-gfx-cache-probing-on-HDP-write-for.patch
	patches.suse/1084-drm-amd-display-Added-pixel-dynamic-expansion-contro.patch
	patches.suse/1085-drm-amd-display-Correct-values-in-AVI-infoframe.patch
	patches.suse/1086-drm-amd-display-skip-enable-stream-on-disconnected-d.patch
	patches.suse/0001-drm-amd-display-Add-Logging-for-Gamma-Related-inform.patch
	patches.suse/1088-drm-amd-display-Update-V_UPDATE-whenever-VSTARTUP-ch.patch
	patches.suse/1089-drm-amd-display-Reprogram-FMT-on-pipe-change.patch
	patches.suse/1090-drm-amd-display-fix-pipe-re-assignment-when-odm-pres.patch
	patches.suse/1091-drm-amd-display-fix-hotplug-during-display-off.patch
	patches.suse/1092-drm-amd-display-add-support-for-VSIP-info-packet.patch
	patches.suse/1093-drm-amd-display-add-explicit-comparator-as-default-o.patch
	patches.suse/1094-drm-amd-display-Add-missing-shifts-and-masks-for-dpp.patch
	patches.suse/1095-drm-amd-display-3.2.52.patch
	patches.suse/1096-drm-amd-display-build-up-VSIF-infopacket.patch
	patches.suse/1097-drm-amd-display-check-phy-dpalt-lane-count-config.patch
	patches.suse/1098-drm-amd-display-Restore-should_update_pstate_support.patch
	patches.suse/drm-amd-display-Properly-round-nominal-frequency-for.patch
	patches.suse/1100-drm-amd-display-Add-output-bitrate-to-DML-calculatio.patch
	patches.suse/drm-amd-display-wait-for-set-pipe-mcp-command-comple.patch
	patches.suse/1102-drm-amd-display-fix-bug-with-check-for-HPD-Low-in-ve.patch
	patches.suse/1103-drm-amd-display-Use-dcn1-Optimal-Taps-Get.patch
	patches.suse/1104-drm-amd-display-3.2.53.patch
	patches.suse/drm-amd-display-Program-DWB-watermarks-from-correct-.patch
	patches.suse/1106-drm-amd-display-exit-PSR-during-detection.patch
	patches.suse/1107-drm-amd-display-fix-code-to-control-48mhz-refclk.patch
	patches.suse/1108-drm-amd-display-add-guard-for-SMU-ver-for-48mhz-clk.patch
	patches.suse/1109-drm-amd-display-Update-number-of-dcn21-audio-endpoin.patch
	patches.suse/1110-drm-amd-display-add-new-active-dongle-to-existent-w-.patch
	patches.suse/1111-drm-amd-display-add-more-checks-to-validate-seamless.patch
	patches.suse/1112-drm-amd-display-Fix-maybe-uninitialized-warning.patch
	patches.suse/1113-drm-amd-display-use-vbios-message-to-call-smu-for-dp.patch
	patches.suse/1114-drm-amd-display-make-aux-defer-delay-and-aux-sw-star.patch
	patches.suse/1115-drm-amd-display-3.2.54.patch
	patches.suse/1116-drm-amd-display-Add-capability-check-for-static-ramp.patch
	patches.suse/drm-amd-display-Fix-dongle_caps-containing-stale-inf.patch
	patches.suse/1118-drm-amd-display-correct-stream-LTE_340MCSC_SCRAMBLE-.patch
	patches.suse/1119-drm-amd-display-Skip-DIG-Check-if-Link-is-Virtual-fo.patch
	patches.suse/1120-drm-amd-display-hook-up-notify-watermark-ranges-and-.patch
	patches.suse/1121-drm-amd-display-add-renoir-specific-watermark-range-.patch
	patches.suse/1122-drm-amdgpu-ras-fix-typos-in-documentation.patch
	patches.suse/1123-drm-amdgpu-ras-document-the-reboot-ras-option.patch
	patches.suse/1124-drm-amdgpu-Use-the-ALIGN-macro.patch
	patches.suse/1125-drm-amdgpu-avoid-ras-error-injection-for-retired-pag.patch
	patches.suse/1129-drm-amd-powerplay-add-more-feature-bits.patch
	patches.suse/1130-drm-amdgpu-Do-not-implement-power-on-for-SDMA-after-.patch
	patches.suse/1131-drm-amd-display-Use-swap-where-appropriate.patch
	patches.suse/1132-drm-amdgpu-powerplay-Use-swap-where-appropriate.patch
	patches.suse/1133-drm-amdgpu-swSMU-navi-add-feature-toggles-for-more-t.patch
	patches.suse/1134-drm-amd-powerplay-enable-df-cstate-control-on-powerp.patch
	patches.suse/1135-drm-amd-powerplay-enable-df-cstate-control-on-swSMU-.patch
	patches.suse/1136-drm-amdgpu-swSMU-custom-UMD-pstate-peak-clock-for-na.patch
	patches.suse/0001-drm-amdgpu-discovery-reserve-discovery-data-at-the-t.patch
	patches.suse/1138-drm-amd-powerplay-re-enable-FW_DSTATE-feature-bit.patch
	patches.suse/1139-drm-amdgpu-display-clean-up-dcn2-_pp_smu-functions.patch
	patches.suse/1141-drm-amdgpu-soc15-disable-doorbell-interrupt-as-part-.patch
	patches.suse/drm-amd-powerplay-avoid-disabling-ECC-if-RAS-is-enab.patch
	patches.suse/1143-drm-amd-powerplay-send-EnterBaco-msg-with-argument-a.patch
	patches.suse/1144-drm-amd-powerplay-add-BACO-platformCaps-for-VEGA20.patch
	patches.suse/1145-drm-amdgpu-change-to-query-the-actual-EDC-counter.patch
	patches.suse/1146-drm-amd-include-add-register-define-for-VML2-and-ATC.patch
	patches.suse/1147-drm-amdgpu-add-RAS-support-for-VML2-and-ATCL2.patch
	patches.suse/1150-drm-amdgpu-Fix-tdr3-could-hang-with-slow-compute-iss.patch
	patches.suse/1151-drm-amd-powerplay-bug-fix-for-pcie-parameters-overri.patch
	patches.suse/1152-drm-amd-powerplay-enable-Arcturus-runtime-VCN-dpm-on.patch
	patches.suse/1153-drm-amdgpu-powerplay-add-renoir-funcs-to-support-dc.patch
	patches.suse/1155-dmr-amdgpu-Fix-crash-on-SRIOV-for-ERREVENT_ATHUB_INT.patch
	patches.suse/1156-drm-amdgpu-display-hook-renoir-dc-to-pplib-funcs.patch
	patches.suse/1157-drm-amdgpu-display-fix-build-error-casused-by-CONFIG.patch
	patches.suse/1159-drm-amdgpu-move-pci_save_state-into-suspend-path.patch
	patches.suse/1160-drm-amdgpu-move-gpu-reset-out-of-amdgpu_device_suspe.patch
	patches.suse/1161-drm-amdgpu-simplify-ATPX-detection.patch
	patches.suse/1162-drm-amdgpu-remove-in_baco_reset-hack.patch
	patches.suse/1163-drm-amdgpu-soc15-add-support-for-baco-reset-with-swS.patch
	patches.suse/1164-drm-amdgpu-add-new-BIF-4.1-register-for-BACO.patch
	patches.suse/1165-drm-amdgpu-add-new-BIF-5.0-register-for-BACO.patch
	patches.suse/1166-drm-amdgpu-add-new-SMU-7.0.1-registers-for-BACO.patch
	patches.suse/1167-drm-amdgpu-add-new-SMU-7.1.2-registers-for-BACO.patch
	patches.suse/1168-drm-amdgpu-add-new-SMU-7.1.3-registers-for-BACO.patch
	patches.suse/1169-drm-amdgpu-powerplay-add-core-support-for-pre-SOC15-.patch
	patches.suse/1170-drm-amdgpu-powerplay-add-support-for-BACO-on-tonga.patch
	patches.suse/1171-drm-amdgpu-powerplay-add-support-for-BACO-on-Iceland.patch
	patches.suse/1172-drm-amdgpu-powerplay-add-support-for-BACO-on-polaris.patch
	patches.suse/1173-drm-amdgpu-powerplay-add-support-for-BACO-on-VegaM.patch
	patches.suse/1174-drm-amdgpu-powerplay-add-support-for-BACO-on-Fiji.patch
	patches.suse/1175-drm-amdgpu-powerplay-add-support-for-BACO-on-CI.patch
	patches.suse/1176-drm-amdgpu-powerplay-split-out-common-smu7-BACO-code.patch
	patches.suse/1177-drm-amdgpu-powerplay-wire-up-BACO-to-powerplay-API-f.patch
	patches.suse/1178-drm-amdgpu-enable-BACO-reset-for-SMU7-based-dGPUs-v2.patch
	patches.suse/1179-drm-amd-display-add-NULL-checks-for-clock-manager-po.patch
	patches.suse/1180-drm-amdgpu-add-GFX_PIPELINE-capacity-check-for-updat.patch
	patches.suse/1181-drm-amdgpu-fix-S3-failed-as-RLC-safe-mode-entry-stuc.patch
	patches.suse/1182-drm-amd-powerplay-bug-fix-for-memory-clock-request-f.patch
	patches.suse/1183-drm-amdgpu-No-need-to-check-gfxoff-status-after-enab.patch
	patches.suse/1184-drm-amd-display-update-register-field-access-mechani.patch
	patches.suse/1185-drm-amd-display-configurable-aux-timeout-support.patch
	patches.suse/1186-drm-amd-display-disable-ext-aux-support-for-vega.patch
	patches.suse/1187-drm-amd-display-Add-DP_DPHY_INTERNAL_CTR-regs.patch
	patches.suse/1188-drm-amd-display-Add-DCN_BASE-regs.patch
	patches.suse/1189-drm-amd-display-Add-renoir-hw_seq.patch
	patches.suse/1190-drm-amd-display-create-dcn21_link_encoder-files.patch
	patches.suse/1191-drm-amd-display-add-REFCYC_PER_TRIP_TO_MEMORY-progra.patch
	patches.suse/1192-drm-amd-display-move-the-bounding-box-patch-before-c.patch
	patches.suse/1193-drm-amd-display-enable-hostvm-based-on-roimmu-active.patch
	patches.suse/1194-drm-amd-display-fix-incorrect-page-table-address-for.patch
	patches.suse/1195-drm-amd-display-Temporary-workaround-to-toggle-water.patch
	patches.suse/1196-drm-amd-display-initialize-RN-gpuvm-context-programm.patch
	patches.suse/1197-drm-amd-display-use-dcn10-version-of-program-tiling-.patch
	patches.suse/1198-drm-amd-display-correct-dcn21-NUM_VMID-to-16.patch
	patches.suse/1199-drm-amd-display-add-detile-buffer-size-for-renoir.patch
	patches.suse/1200-drm-amd-display-update-dcn21-hubbub-registers.patch
	patches.suse/1201-drm-amd-display-update-renoir-bounding-box-and-res_c.patch
	patches.suse/1202-drm-amd-display-change-PP_SM-defs-to-8.patch
	patches.suse/1203-drm-amd-display-add-dummy-functions-to-smu-for-Renoi.patch
	patches.suse/1204-drm-amd-display-update-odm-mode-validation-to-be-in-.patch
	patches.suse/1205-drm-amd-display-handle-18-case-in-TruncToValidBPP.patch
	patches.suse/1206-drm-amd-display-Fix-rn-audio-playback-and-video-play.patch
	patches.suse/1207-drm-amd-display-add-sanity-check-for-clk-table-from-.patch
	patches.suse/1208-drm-amd-display-fix-header-for-RN-clk-mgr.patch
	patches.suse/1209-drm-amd-display-enable-smu-set-dcfclk.patch
	patches.suse/1210-drm-amd-display-use-requested_dispclk_khz-instead-of.patch
	patches.suse/1211-drm-amd-display-handle-dp-is-usb-c.patch
	patches.suse/1212-drm-amd-display-null-check-pp_smu-clock-table-before.patch
	patches.suse/1213-drm-amd-display-Make-dc_link_detect_helper-static.patch
	patches.suse/1214-drm-amdgpu-display-fix-build-when-CONFIG_DRM_AMD_DC_.patch
	patches.suse/1218-drm-amdgpu-powerplay-implement-interface-pp_power_pr.patch
	patches.suse/1219-drm-amdgpu-update-amdgpu_discovery-to-handle-revisio.patch
	patches.suse/1220-drm-amdgpu-add-a-generic-fb-accessing-helper-functio.patch
	patches.suse/1221-drm-amdgpu-introduce-psp_v11_0_is_sos_alive-interfac.patch
	patches.suse/1222-drm-amdgpu-update-atomfirmware-header-with-memory-tr.patch
	patches.suse/1223-drm-amdgpu-atomfirmware-add-memory-training-related-.patch
	patches.suse/1224-drm-amdgpu-add-psp-memory-training-callbacks-and-mac.patch
	patches.suse/1225-drm-amdgpu-reserve-vram-for-memory-training-v4.patch
	patches.suse/1226-drm-amdgpu-psp-add-psp-memory-training-implementatio.patch
	patches.suse/drm-amdgpu-fix-amdgpu-trace-event-print-string-forma.patch
	patches.suse/1228-drm-amdgpu-psp-declare-PSP-TA-firmware.patch
	patches.suse/1230-drm-amdgpu-vce-make-some-functions-static.patch
	patches.suse/drm-amdgpu-vi-silence-an-uninitialized-variable-warn.patch
	patches.suse/1232-drm-amdgpu-call-amdgpu_vm_prt_fini-before-deleting-t.patch
	patches.suse/1233-drm-amdgpu-powerplay-use-local-renoir-array-sizes-fo.patch
	patches.suse/1234-drm-arm-mali-dp-Add-display-QoS-interface-configurat.patch
	patches.suse/1235-drm_dp_cec-drop-use-of-drmP.h.patch
	patches.suse/1236-drm-delete-drmP.h-drm_os_linux.h.patch
	patches.suse/1237-drm-Add-link-training-repeaters-addresses.patch
	patches.suse/drm-drm_vblank-Change-EINVAL-by-the-correct-errno.patch
	patches.suse/1239-drm-vkms-prime-import-support.patch
	patches.suse/1240-drm-komeda-remove-redundant-assignment-to-pointer-di.patch
	patches.suse/1241-drm-edid-Select-DMT-timing-if-EDID-s-display-feature.patch
	patches.suse/1242-drm-vkms-Fix-an-undefined-reference-error-in-vkms_co.patch
	patches.suse/1243-drm-two-planes-with-the-same-zpos-have-undefined-ord.patch
	patches.suse/1246-drm-panfrost-Remove-commented-out-call-to-panfrost_c.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/1249-gpu-drm-bridge-sii9234-convert-to-devm_i2c_new_dummy.patch
	patches.suse/1250-drm-bridge-sil_sii8620-make-remote-control-optional.patch
	patches.suse/1251-drm-bridge-analogix-anx78xx-add-support-for-7808-add.patch
	patches.suse/1252-drm-bridge-dw-hdmi-Add-Dynamic-Range-and-Mastering-I.patch
	patches.suse/1253-drm-rockchip-Enable-DRM-InfoFrame-support-on-RK3328-.patch
	patches.suse/1254-drm-meson-Enable-DRM-InfoFrame-support-on-GXL-GXM-an.patch
	patches.suse/1255-drm-sun4i-Enable-DRM-InfoFrame-support-on-H6.patch
	patches.suse/1256-drm-dp-mst-Drop-connection_mutex-check.patch
	patches.suse/1257-drm-vkms-Remove-duplicated-include-from-vkms_drv.c.patch
	patches.suse/1258-drm-plane-Clarify-our-expectations-for-src-dst-recta.patch
	patches.suse/1259-drm-scheduler-make-unexported-items-static.patch
	patches.suse/1260-drm-rockchip-Add-optional-support-for-CRTC-gamma-LUT.patch
	patches.suse/1261-drm-omap-use-refcount-API-to-track-the-number-of-use.patch
	patches.suse/1262-drm-omap-add-omap_gem_unpin_locked.patch
	patches.suse/1263-drm-omap-accept-NULL-for-dma_addr-in-omap_gem_pin.patch
	patches.suse/1264-drm-omap-cleanup-OMAP_BO-flags.patch
	patches.suse/1265-drm-omap-remove-OMAP_BO_TILED-define.patch
	patches.suse/1266-drm-omap-cleanup-OMAP_BO_SCANOUT-use.patch
	patches.suse/1267-drm-omap-add-omap_gem_validate_flags.patch
	patches.suse/1268-drm-omap-add-OMAP_BO-flags-to-affect-buffer-allocati.patch
	patches.suse/1269-drm-atmel-hlcdc-Use-swap-where-appropriate.patch
	patches.suse/1270-drm-rockchip-rk3066_hdmi-Use-devm_platform_ioremap_r.patch
	patches.suse/1271-drm-rockchip-include-rockchip_drm_drv.h.patch
	patches.suse/1272-drm-rockchip-make-rockchip_gem_alloc_object-static.patch
	patches.suse/1273-drm-rockchip-vop-add-the-definition-of-dclk_pol.patch
	patches.suse/1274-drm-omap-Remove-set-but-not-used-variable-plane.patch
	patches.suse/1275-drm-omap-Remove-set-but-not-used-variable-tclk_trail.patch
	patches.suse/1276-drm-omap-Remove-set-but-not-used-variable-err-in-hdm.patch
	patches.suse/1277-drm-omap-Remove-set-but-not-used-variable-err-in-hdm.patch
	patches.suse/1278-drm-dp-mst-fix-warning-on-unused-var.patch
	patches.suse/1279-drm-mxsfb-Update-mxsfb-to-support-a-bridge.patch
	patches.suse/1280-drm-mxsfb-Read-bus-flags-from-bridge-if-present.patch
	patches.suse/drm-bridge-dw-hdmi-Restore-audio-when-setting-a-mode.patch
	patches.suse/1282-drm-Add-LT-tunable-PHY-repeater-mode-operations.patch
	patches.suse/1283-drm-vboxvideo-Switch-to-generic-fbdev-emulation.patch
	patches.suse/1284-drm-vboxvideo-Switch-to-drm_atomic_helper_dirty_fb.patch
	patches.suse/1285-drm-vboxvideo-Replace-struct-vram_framebuffer-with-g.patch
	patches.suse/1286-drm-komeda-Add-line-size-support.patch
	patches.suse/1287-drm-komeda-Adds-layer-horizontal-input-size-limitati.patch
	patches.suse/1288-drm-komeda-Set-output-color-depth-for-output.patch
	patches.suse/1289-drm-komeda-Adds-output-color-format-support.patch
	patches.suse/drm-i810-Refer-to-PREEMPTION-in-comment.patch
	patches.suse/1291-drm-Add-TODO-item-for-fbdev-driver-conversion.patch
	patches.suse/1292-drm-add-mmap-to-drm_gem_object_funcs.patch
	patches.suse/1293-drm-shmem-switch-shmem-helper-to-drm_gem_object_func.patch
	patches.suse/1294-drm-shmem-drop-VM_DONTDUMP.patch
	patches.suse/1295-drm-shmem-drop-VM_IO.patch
	patches.suse/1296-drm-shmem-drop-DEFINE_DRM_GEM_SHMEM_FOPS.patch
	patches.suse/1297-drm-ttm-factor-out-ttm_bo_mmap_vma_setup.patch
	patches.suse/1298-drm-ttm-rename-ttm_fbdev_mmap.patch
	patches.suse/1299-drm-ttm-add-drm_gem_ttm_mmap.patch
	patches.suse/1300-drm-vram-switch-vram-helper-to-drm_gem_object_funcs..patch
	patches.suse/1301-drm-vram-drop-verify_access.patch
	patches.suse/1302-drm-vram-drop-DRM_VRAM_MM_FILE_OPERATIONS.patch
	patches.suse/1303-drm-cirrus-Remove-obsolete-header-file.patch
	patches.suse/1304-drm-qxl-Fix-randbuild-error.patch
	patches.suse/1305-drm-lima-use-drm_gem_shmem_helpers.patch
	patches.suse/1306-drm-lima-use-drm_gem_-un-lock_reservations.patch
	patches.suse/1307-drm-lima-add-__GFP_NOWARN-flag-to-all-dma_alloc_wc.patch
	patches.suse/1308-drm-arm-make-undeclared-items-static.patch
	patches.suse/1309-drm-syncobj-extend-syncobj-query-ability-v3.patch
	patches.suse/1310-drm-fourcc-Fix-undefined-left-shift-in-DRM_FORMAT_BI.patch
	patches.suse/1311-drm-edid-Make-drm_get_cea_aspect_ratio-static.patch
	patches.suse/1312-drm-edid-Extract-drm_mode_cea_vic.patch
	patches.suse/1313-drm-edid-Fix-HDMI-VIC-handling.patch
	patches.suse/1314-drm-tda998x-use-cec_notifier_conn_-un-register.patch
	patches.suse/1315-drm-komeda-Dump-SC_ENH_-registers-from-scaler-block.patch
	patches.suse/1316-gma-gma500-fix-a-memory-disclosure-bug-due-to-uninit.patch
	patches.suse/drm-gma500-fix-memory-disclosures-due-to-uninitializ.patch
	patches.suse/1318-drm-remove-unnecessary-return-variable.patch
	patches.suse/1319-drm-qxl-drop-qxl_ttm_fault.patch
	patches.suse/1320-drm-qxl-switch-qxl-to-drm_gem_object_funcs.mmap.patch
	patches.suse/1321-drm-qxl-drop-verify_access.patch
	patches.suse/1322-drm-qxl-use-DEFINE_DRM_GEM_FOPS.patch
	patches.suse/1323-drm-qxl-allocate-small-objects-top-down.patch
	patches.suse/1324-drm-virtio-print-a-single-line-with-device-features.patch
	patches.suse/1325-drm-virtio-move-byteorder-handling-into-virtio_gpu_c.patch
	patches.suse/1326-drm-mipi_dbi-Use-simple-right-shift-instead-of-doubl.patch
	patches.suse/1327-drm-edid-Add-drm_hdmi_avi_infoframe_bars.patch
	patches.suse/1328-drm-vc4-Use-drm_hdmi_avi_infoframe_bars.patch
	patches.suse/1329-drm-doc-Drop-misleading-comment-on-drm_mode_config_c.patch
	patches.suse/1330-drm-todo-Remove-i915-device_link-task.patch
	patches.suse/1331-drm-todo-Add-levels.patch
	patches.suse/1332-Revert-drm-omap-add-OMAP_BO-flags-to-affect-buffer-a.patch
	patches.suse/1333-drm-dp-Sort-includes-alphabetically.patch
	patches.suse/1334-drm-dp-Remove-a-gratuituous-blank-line.patch
	patches.suse/1335-drm-dp-Add-drm_dp_fast_training_cap-helper.patch
	patches.suse/1336-drm-dp-Add-drm_dp_channel_coding_supported-helper.patch
	patches.suse/1337-drm-dp-Add-drm_dp_alternate_scrambler_reset_cap-help.patch
	patches.suse/1338-drm-dp-Do-not-busy-loop-during-link-training.patch
	patches.suse/1339-drm-dp-Add-helper-to-get-post-cursor-adjustments.patch
	patches.suse/1340-drm-bridge-analogix-anx78xx-Avoid-drm_dp_link-helper.patch
	patches.suse/1341-drm-bridge-tc358767-Avoid-drm_dp_link-helpers.patch
	patches.suse/1342-drm-bridge-tc358767-Use-DP-nomenclature.patch
	patches.suse/1343-drm-msm-edp-Avoid-drm_dp_link-helpers.patch
	patches.suse/1344-drm-rockchip-Avoid-drm_dp_link-helpers.patch
	patches.suse/1345-drm-tegra-Move-drm_dp_link-helpers-to-Tegra-DRM.patch
	patches.suse/1346-drm-exynos-Move-static-keyword-to-the-front-of-decla.patch
	patches.suse/1347-drm-dp_mst-Destroy-MSTBs-asynchronously.patch
	patches.suse/1348-drm-dp_mst-Remove-PDT-teardown-in-drm_dp_destroy_por.patch
	patches.suse/1349-drm-dp_mst-Refactor-pdt-setup-teardown-add-more-lock.patch
	patches.suse/1350-drm-dp_mst-Handle-UP-requests-asynchronously.patch
	patches.suse/1351-drm-dp_mst-Add-probe_lock.patch
	patches.suse/1352-drm-dp_mst-Protect-drm_dp_mst_port-members-with-lock.patch
	patches.suse/1353-drm-dp_mst-Don-t-forget-to-update-port-input-in-drm_.patch
	patches.suse/1354-drm-dp_mst-Lessen-indenting-in-drm_dp_mst_topology_m.patch
	patches.suse/drm-nouveau-Don-t-grab-runtime-PM-refs-for-HPD-IRQs.patch
	patches.suse/1356-drm-nouveau-Resume-hotplug-interrupts-earlier.patch
	patches.suse/0001-drm-amdgpu-dm-Resume-short-HPD-IRQs-before-resuming-.patch
	patches.suse/1359-drm-dp_mst-Add-basic-topology-reprobing-when-resumin.patch
	patches.suse/1360-drm-dp_mst-Add-topology-ref-history-tracking-for-deb.patch
	patches.suse/1361-dma-buf-change-DMA-buf-locking-convention-v3.patch
	patches.suse/1362-dma-buf-stop-using-the-dmabuf-lock-so-much-v2.patch
	patches.suse/1363-drm-simple-kms-Standardize-arguments-for-callbacks.patch
	patches.suse/1364-drm-mediatek-remove-cast-to-pointers-passed-to-kfree.patch
	patches.suse/1365-drm-gpu-Add-comment-for-memory-barrier.patch
	patches.suse/1366-drm-vram-helpers-Add-helpers-for-prepare_fb-and-clea.patch
	patches.suse/1367-drm-bochs-Replace-prepare_fb-cleanup_fb-with-GEM-VRA.patch
	patches.suse/1368-drm-hisilicon-hibmc-Use-GEM-VRAM-s-prepare_fb-and-cl.patch
	patches.suse/1369-drm-vboxvideo-Replace-prepare_fb-cleanup_fb-with-GEM.patch
	patches.suse/1370-drm-Spelling-s-connet-connect.patch
	patches.suse/1371-drm-gpu-Fix-Missing-blank-line-after-declarations.patch
	patches.suse/1372-drm-gpu-Fix-Memory-barrier-without-comment-Issue.patch
	patches.suse/1373-drm-ttm-drm-vmwgfx-move-cpu_writers-handling-into-vm.patch
	patches.suse/1374-drm-ttm-always-keep-BOs-on-the-LRU.patch
	patches.suse/1375-drm-ttm-remove-pointers-to-globals.patch
	patches.suse/1376-drm-ttm-use-the-parent-resv-for-ghost-objects-v3.patch
	patches.suse/1377-drm-qxl-stop-using-TTM-to-call-driver-internal-funct.patch
	patches.suse/1378-drm-ttm-stop-exporting-ttm_mem_io_-functions.patch
	patches.suse/1379-dma-buf-Add-dma-buf-heaps-framework.patch
	patches.suse/1380-dma-buf-heaps-Add-heap-helpers.patch
	patches.suse/1381-dma-buf-heaps-Add-system-heap-to-dmabuf-heaps.patch
	patches.suse/1382-dma-buf-heaps-Add-CMA-heap-to-dmabuf-heaps.patch
	patches.suse/drm-Don-t-free-jobs-in-wait_event_interruptible.patch
	patches.suse/1384-drm-fb-helper-Remove-drm_fb_helper_defio_init-and-up.patch
	patches.suse/1385-drm-todo-Clarify-situation-around-fbdev-and-defio.patch
	patches.suse/1386-drm-amdgpu-add-independent-DMA-buf-export-v8.patch
	patches.suse/1387-drm-amdgpu-add-independent-DMA-buf-import-v9.patch
	patches.suse/1388-drm-vboxvideo-Use-drm_gem_fb_create_with_dirty-inste.patch
	patches.suse/1389-drm-panfrost-Use-generic-code-for-devfreq.patch
	patches.suse/1390-drm-panfrost-Simplify-devfreq-utilisation-tracking.patch
	patches.suse/1391-drm-gem-Fix-mmap-fake-offset-handling-for-drm_gem_ob.patch
	patches.suse/1392-Revert-dma-buf-heaps-Add-CMA-heap-to-dmabuf-heaps.patch
	patches.suse/1393-Revert-dma-buf-heaps-Add-system-heap-to-dmabuf-heaps.patch
	patches.suse/1394-Revert-dma-buf-heaps-Add-heap-helpers.patch
	patches.suse/1395-Revert-dma-buf-Add-dma-buf-heaps-framework.patch
	patches.suse/1396-drm-tegra-sor-Move-register-programming-out-of-init.patch
	patches.suse/drm-tegra-Fix-ordering-of-cleanup-code.patch
	patches.suse/1398-drm-tegra-Use-cec_notifier_conn_-un-register.patch
	patches.suse/1399-gpu-host1x-Do-not-limit-DMA-segment-size.patch
	patches.suse/1400-gpu-host1x-Remove-gratuitous-blank-line.patch
	patches.suse/1401-gpu-host1x-Explicitly-initialize-host1x_info-structu.patch
	patches.suse/1402-gpu-host1x-Request-channels-for-clients-not-devices.patch
	patches.suse/1403-gpu-host1x-Make-host1x_cdma_wait_pushbuffer_space-st.patch
	patches.suse/1404-drm-tegra-Inherit-device-DMA-parameters-from-host1x.patch
	patches.suse/1405-drm-tegra-Use-DRM_DEBUG_DRIVER-for-driver-messages.patch
	patches.suse/1406-drm-tegra-vic-Skip-stream-ID-programming-without-IOM.patch
	patches.suse/1407-drm-tegra-vic-Inherit-DMA-mask-from-host1x.patch
	patches.suse/1408-drm-tegra-vic-Use-common-IOMMU-attach-detach-code.patch
	patches.suse/1409-drm-tegra-Move-IOMMU-group-into-host1x-client.patch
	patches.suse/1410-drm-tegra-gem-Rename-paddr-iova.patch
	patches.suse/1411-drm-tegra-gem-Use-dma_get_sgtable.patch
	patches.suse/1412-drm-tegra-gem-Always-map-SG-tables-for-DMA-BUFs.patch
	patches.suse/1413-drm-tegra-gem-Use-sg_alloc_table_from_pages.patch
	patches.suse/1414-drm-tegra-dpaux-Support-monitor-hotplugging.patch
	patches.suse/1415-drm-tegra-dpaux-Retry-on-transfer-size-mismatch.patch
	patches.suse/1416-drm-tegra-dpaux-Fix-crash-if-VDD-supply-is-absent.patch
	patches.suse/1417-drm-tegra-dpaux-Parameterize-CMH-DRVZ-and-DRVI.patch
	patches.suse/1418-drm-tegra-Add-missing-kerneldoc-for-struct-drm_dp_li.patch
	patches.suse/1419-drm-tegra-dp-Add-drm_dp_link_reset-implementation.patch
	patches.suse/1420-drm-tegra-dp-Track-link-capabilities-alongside-setti.patch
	patches.suse/1421-drm-tegra-dp-Turn-link-capabilities-into-booleans.patch
	patches.suse/1422-drm-tegra-dp-Probe-link-using-existing-parsing-helpe.patch
	patches.suse/1423-drm-tegra-dp-Read-fast-training-capability-from-link.patch
	patches.suse/1424-drm-tegra-dp-Read-TPS3-capability-from-sink.patch
	patches.suse/1425-drm-tegra-dp-Read-channel-coding-capability-from-sin.patch
	patches.suse/1426-drm-tegra-dp-Read-alternate-scrambler-reset-capabili.patch
	patches.suse/1427-drm-tegra-dp-Read-eDP-version-from-DPCD.patch
	patches.suse/1428-drm-tegra-dp-Read-AUX-read-interval-from-DPCD.patch
	patches.suse/1429-drm-tegra-dp-Set-channel-coding-on-link-configuratio.patch
	patches.suse/1430-drm-tegra-dp-Enable-alternate-scrambler-reset-when-s.patch
	patches.suse/1431-drm-tegra-dp-Add-drm_dp_link_choose-helper.patch
	patches.suse/1432-drm-tegra-dp-Add-support-for-eDP-link-rates.patch
	patches.suse/1433-drm-tegra-dp-Add-DisplayPort-link-training-helper.patch
	patches.suse/1434-drm-tegra-sor-Use-DP-link-training-helpers.patch
	patches.suse/1435-drm-tegra-sor-Hook-up-I2C-over-AUX-to-output.patch
	patches.suse/1436-drm-tegra-sor-Stabilize-eDP.patch
	patches.suse/1437-drm-tegra-sor-Filter-eDP-rates.patch
	patches.suse/1438-drm-tegra-sor-Add-DisplayPort-support.patch
	patches.suse/1439-drm-tegra-sor-Remove-tegra186-sor1-support.patch
	patches.suse/drm-tegra-sor-Use-correct-SOR-index-on-Tegra210.patch
	patches.suse/1441-drm-tegra-sor-Implement-pad-clock-for-all-SOR-instan.patch
	patches.suse/1442-drm-tegra-sor-Deduplicate-connector-type-detection-c.patch
	patches.suse/1443-drm-tegra-sor-Support-DisplayPort-on-Tegra194.patch
	patches.suse/1444-drm-tegra-sor-Unify-clock-setup-for-eDP-HDMI-and-DP.patch
	patches.suse/1445-drm-tegra-sor-Use-correct-I-O-pad-for-DP.patch
	patches.suse/1446-drm-tegra-sor-Unify-eDP-and-DP-support.patch
	patches.suse/1447-drm-tegra-sor-Avoid-timeouts-on-unplug-events.patch
	patches.suse/1448-drm-tegra-sor-Extract-common-audio-enabling-code.patch
	patches.suse/1449-drm-tegra-sor-Introduce-audio-enable-disable-callbac.patch
	patches.suse/1450-drm-tegra-Do-not-use-load-and-unload-callbacks.patch
	patches.suse/1451-drm-tegra-Simplify-IOMMU-group-selection.patch
	patches.suse/1452-gpu-host1x-Overhaul-host1x_bo_-pin-unpin-API.patch
	patches.suse/1453-gpu-host1x-Clean-up-debugfs-on-removal.patch
	patches.suse/1454-gpu-host1x-Add-direction-flags-to-relocations.patch
	patches.suse/gpu-host1x-Allocate-gather-copy-for-host1x.patch
	patches.suse/1456-gpu-host1x-Support-DMA-mapping-of-buffers.patch
	patches.suse/1457-gpu-host1x-Set-DMA-mask-based-on-IOMMU-setup.patch
	patches.suse/1458-drm-tegra-Remove-memory-allocation-from-Falcon-libra.patch
	patches.suse/1459-drm-tegra-falcon-Clarify-address-usage.patch
	patches.suse/1460-drm-tegra-Support-DMA-API-for-display-controllers.patch
	patches.suse/1461-drm-tegra-Optionally-attach-clients-to-the-IOMMU.patch
	patches.suse/1462-gpu-host1x-Unconditionally-select-IOMMU_IOVA.patch
	patches.suse/1463-drm-tegra-Unconditionally-select-IOMMU_IOVA.patch
	patches.suse/1464-drm-i915-Don-t-set-queue_priority_hint-if-we-don-t-k.patch
	patches.suse/1465-drm-i915-Check-some-transcoder-timing-minimum-limits.patch
	patches.suse/1466-drm-i915-selftests-Use-all-physical-engines-for-i915.patch
	patches.suse/1467-drm-i915-gt-Introduce-barrier-pulses-along-engines.patch
	patches.suse/1468-drm-i915-Lift-i915_vma_parked-onto-the-gt.patch
	patches.suse/1469-drm-i915-Remove-pm-park-unpark-notifications.patch
	patches.suse/1470-drm-i915-selftests-Set-vm-gt-backpointer-for-mock_pp.patch
	patches.suse/1471-drm-i915-Pass-intel_gt-to-intel_engines_init_mmio.patch
	patches.suse/1472-drm-i915-Pass-intel_gt-to-intel_setup_engine_capabil.patch
	patches.suse/1473-drm-i915-Pass-intel_gt-to-intel_engines_cleanup.patch
	patches.suse/1474-drm-i915-Pass-intel_gt-to-intel_engines_setup.patch
	patches.suse/1475-drm-i915-Pass-intel_gt-to-intel_engines_init.patch
	patches.suse/1476-drm-i915-Pass-intel_gt-to-intel_engines_verify_worka.patch
	patches.suse/1477-drm-i915-Split-drop-caches-into-GT-and-i915-parts.patch
	patches.suse/1478-drm-i915-selftests-Convert-eviction-selftests-to-gt-.patch
	patches.suse/1479-drm-i915-selftests-Use-GT-engines-in-mock_gem_device.patch
	patches.suse/1480-drm-i915-selftests-Use-GT-engines-in-igt_live_test.patch
	patches.suse/1481-drm-i915-selftests-Use-for_each_uabi_engine-in-conte.patch
	patches.suse/1482-drm-i915-selftests-Make-the-mman-object-busy-everywh.patch
	patches.suse/1483-drm-i915-Drop-assertion-that-ce-pin_mutex-guards-sta.patch
	patches.suse/1484-drm-i915-aml-Allow-SPT-PCH-for-all-AML-devices.patch
	patches.suse/1485-drm-i915-gem-Distinguish-each-object-type.patch
	patches.suse/1486-drm-i915-Teach-record_defaults-to-operate-on-the-int.patch
	patches.suse/1487-drm-i915-selftests-Teach-switch_to_context-to-use-th.patch
	patches.suse/1488-drm-i915-selftests-Move-uncore-fw-selftests-to-opera.patch
	patches.suse/1489-drm-i915-selftests-Synchronize-checking-active-statu.patch
	patches.suse/1490-drm-i915-selftests-Release-ctx-engine_mutex-after-it.patch
	patches.suse/1491-drm-i915-dsc-rename-crtc-state-dsc_params-member-to-.patch
	patches.suse/1492-drm-i915-dsc-move-crtc-state-dp_dsc_cfg-member-under.patch
	patches.suse/1493-drm-i915-Add-new-CNL-PCH-ID-seen-on-a-CML-platform.patch
	patches.suse/1494-drm-i915-guc-Enable-guc-logging-on-guc-log-relay-wri.patch
	patches.suse/1495-drm-i915-guc-Update-H2G-enable-logging-action-defini.patch
	patches.suse/1496-drm-i915-gt-Try-to-more-gracefully-quiesce-the-syste.patch
	patches.suse/1497-drm-i915-execlists-Force-preemption.patch
	patches.suse/1498-drm-i915-execlists-Cancel-banned-contexts-on-schedul.patch
	patches.suse/1499-drm-i915-gem-Cancel-contexts-when-hangchecking-is-di.patch
	patches.suse/1500-drm-i915-gt-Replace-hangcheck-by-heartbeats.patch
	patches.suse/1501-drm-i915-gvt-fix-dead-locking-in-early-workload-shad.patch
	patches.suse/1502-drm-i915-selftests-Flush-interrupts-before-disabling.patch
	patches.suse/1503-drm-i915-selftests-Flush-any-i915_active-callback-wo.patch
	patches.suse/1504-drm-i915-Convert-PAT-setup-to-uncore-mmio.patch
	patches.suse/1505-drm-i915-gt-Split-intel_ring_submission.patch
	patches.suse/1506-drm-i915-perf-Describe-structure-members-in-document.patch
	patches.suse/1507-drm-i915-Add-debugs-to-distingiush-a-cd2x-update-fro.patch
	patches.suse/1508-drm-i915-Rework-global-state-locking.patch
	patches.suse/1509-drm-i915-Move-check_digital_port_conflicts-earier.patch
	patches.suse/1510-drm-i915-Allow-planes-to-declare-their-minimum-accep.patch
	patches.suse/1511-drm-i915-Eliminate-skl_check_pipe_max_pixel_rate.patch
	patches.suse/1512-drm-i915-Simplify-skl_max_scale.patch
	patches.suse/1513-drm-i915-Add-support-for-half-float-framebuffers-for.patch
	patches.suse/1514-drm-i915-Add-support-for-half-float-framebuffers-for.patch
	patches.suse/1515-drm-i915-Add-support-for-half-float-framebuffers-for.patch
	patches.suse/1516-drm-i915-Add-support-for-half-float-framebuffers-on-.patch
	patches.suse/1517-drm-i915-Making-loglevel-of-PSR2-SU-logs-same.patch
	patches.suse/1518-drm-i915-Remove-nonpriv-flags-when-srm-lrm.patch
	patches.suse/1519-drm-i915-tgl-whitelist-PS_-DEPTH-INVOCATION-_COUNT.patch
	patches.suse/1520-drm-i915-Catch-GTT-fault-errors-for-gen11-planes.patch
	patches.suse/1521-drm-i915-display-psr-Print-in-debugfs-if-PSR-is-not-.patch
	patches.suse/1522-drm-i915-selftests-Tweak-the-default-subtest-runtime.patch
	patches.suse/1523-doc-Update-header-files-names.patch
	patches.suse/1524-drm-i915-Describe-structure-member-in-documentation.patch
	patches.suse/1526-drm-i915-Move-intel_engine_context_in-out-into-intel.patch
	patches.suse/1527-drm-i915-selftests-Force-ordering-of-context-switche.patch
	patches.suse/1529-drm-i915-capture-aux-page-table-error-register.patch
	patches.suse/1530-drm-i915-Add-is_dgfx-to-device-info.patch
	patches.suse/1531-drm-i915-add-new-gen12-dgfx-platform-macro.patch
	patches.suse/1532-drm-i915-do-not-set-MOCS-control-values-on-dgfx.patch
	patches.suse/1533-drm-i915-split-gen11_irq_handler-to-make-it-shareabl.patch
	patches.suse/1534-drm-i915-support-creating-LMEM-objects.patch
	patches.suse/1535-drm-i915-setup-io-mapping-for-LMEM.patch
	patches.suse/1536-drm-i915-lmem-support-kernel-mapping.patch
	patches.suse/1537-drm-i915-selftests-add-write-dword-test-for-LMEM.patch
	patches.suse/1538-drm-i915-selftests-extend-coverage-to-include-LMEM-h.patch
	patches.suse/1539-drm-i915-selftests-prefer-random-sizes-for-the-huge-.patch
	patches.suse/1540-drm-i915-selftests-add-sanity-selftest-for-huge-GTT-.patch
	patches.suse/1541-drm-i915-selftests-blt-add-some-kthreads-into-the-mi.patch
	patches.suse/1542-drm-i915-pmu-Initialise-the-spinlock-before-register.patch
	patches.suse/1543-drm-i915-tc-Clear-DKL_TX_PMD_LANE_SUS-before-program.patch
	patches.suse/1544-drm-i915-Encapsulate-kconfig-constant-values-inside-.patch
	patches.suse/1545-drm-i915-tgl-Adjust-the-location-of-RING_MI_MODE-in-.patch
	patches.suse/1546-drm-i915-Extract-GT-render-power-state-management.patch
	patches.suse/1547-drm-i915-Extract-the-GuC-interrupt-handlers.patch
	patches.suse/1548-drm-i915-Split-memory_region-initialisation-into-its.patch
	patches.suse/1549-drm-i915-Put-future-HW-and-their-uAPIs-under-STAGING.patch
	patches.suse/1550-drm-i915-rps-Flip-interpretation-of-ips-fmin-fmax-to.patch
	patches.suse/1551-drm-i915-Use-_PICK-for-CHICKEN_TRANS.patch
	patches.suse/1552-drm-i915-Add-CHICKEN_TRANS_D.patch
	patches.suse/1553-drm-i915-selftests-Measure-basic-throughput-of-blit-.patch
	patches.suse/1554-drm-i915-selftests-Drop-global-engine-lookup-for-gt-.patch
	patches.suse/1555-drm-i915-selftests-Check-all-blitter-engines-for-cli.patch
	patches.suse/1556-drm-i915-bios-add-compression-parameter-block-defini.patch
	patches.suse/1557-drm-i915-selftests-Use-a-random-engine-for-GEM-coher.patch
	patches.suse/1558-drm-i915-gt-Tidy-up-rps-irq-handler-to-use-intel_gt.patch
	patches.suse/1559-drm-i915-selftests-Select-a-random-engine-for-testin.patch
	patches.suse/1560-drm-i915-selftests-Exercise-adjusting-rpcs-over-all-.patch
	patches.suse/1561-drm-i915-tgl-Handle-AUX-interrupts-for-TC-ports.patch
	patches.suse/1562-drm-i915-selftests-Check-a-few-more-fixed-locations-.patch
	patches.suse/1563-drm-i915-execlists-Simply-walk-back-along-request-ti.patch
	patches.suse/1564-drm-i915-selftests-Initialise-err-in-case-there-are-.patch
	patches.suse/1565-drm-i915-selftests-Initialise-ret.patch
	patches.suse/1566-drm-i915-display-Mark-conn-as-initialised-by-iterato.patch
	patches.suse/1567-drm-i915-execlists-Use-vfunc-to-check-engine-submiss.patch
	patches.suse/1568-drm-i915-gem-Limit-the-blitter-sizes-to-ensure-low-p.patch
	patches.suse/1569-drm-i915-blt-fixup-block_size-rounding.patch
	patches.suse/1570-drm-i915-define-i915_ggtt_has_aperture.patch
	patches.suse/1571-drm-i915-do-not-map-aperture-if-it-is-not-available.patch
	patches.suse/1572-drm-i915-set-num_fence_regs-to-0-if-there-is-no-aper.patch
	patches.suse/1573-drm-i915-error-capture-with-no-ggtt-slot.patch
	patches.suse/1574-drm-i915-Don-t-try-to-place-HWS-in-non-existing-mapp.patch
	patches.suse/1575-drm-i915-don-t-allocate-the-ring-in-stolen-if-we-lac.patch
	patches.suse/1576-drm-i915-selftests-check-for-missing-aperture.patch
	patches.suse/1577-drm-i915-perf-Add-helper-macros-for-comparing-with-w.patch
	patches.suse/1578-drm-i915-tgl-Add-perf-support-on-TGL.patch
	patches.suse/1579-drm-i915-Fix-i845-i865-cursor-width.patch
	patches.suse/1580-drm-i915-Fix-i915_inject_load_error-name-to-read-_pr.patch
	patches.suse/1581-drm-i915-Rename-inject_load_failure-module-parameter.patch
	patches.suse/1582-drm-i915-gt-Make-timeslice-duration-configurable.patch
	patches.suse/1583-drm-i915-Drop-unused-AUX-register-offsets.patch
	patches.suse/1584-drm-i915-tgl-Add-AUX-B-C-to-DC_OFF_POWER_DOMAINS.patch
	patches.suse/1585-drm-i915-perf-ensure-selftests-select-valid-format.patch
	patches.suse/1586-drm-i915-Add-two-spaces-before-the-SKL_DFSM-register.patch
	patches.suse/1587-drm-i915-display-Handle-fused-off-HDCP.patch
	patches.suse/1588-drm-i915-display-Check-if-FBC-is-fused-off.patch
	patches.suse/1589-drm-i915-display-icl-Check-if-DMC-is-fused-off.patch
	patches.suse/1590-drm-i915-display-cnl-Handle-fused-off-DSC.patch
	patches.suse/1591-drm-i915-Provide-more-information-on-DP-AUX-failures.patch
	patches.suse/1592-drm-i915-gem-Make-context-persistence-optional.patch
	patches.suse/1593-drm-i915-tgl-add-support-to-one-DP-MST-stream.patch
	patches.suse/1594-drm-i915-tgl-Add-SFC-instdone-to-error-state.patch
	patches.suse/1595-drm-i915-tgl-Add-gam-instdone.patch
	patches.suse/1596-drm-i915-gt-Always-track-callers-to-intel_rps_mark_i.patch
	patches.suse/1598-drm-i915-Nuke-mode-argument-to-intel_get_load_detect.patch
	patches.suse/1599-drm-i915-Stop-frobbing-crtc-base.mode.patch
	patches.suse/1600-drm-i915-uc-define-GuC-and-HuC-binaries-for-TGL.patch
	patches.suse/1601-drm-i915-Simplify-LVDS-crtc_mask-setup.patch
	patches.suse/1602-drm-i915-s-crtc_mask-pipe_mask.patch
	patches.suse/1603-drm-i915-Allow-ICL-DSI-on-any-pipe.patch
	patches.suse/1604-drm-i915-Simplify-pipe_mask-setup-even-further.patch
	patches.suse/1605-drm-i915-mst-Document-the-userspace-fail-with-possib.patch
	patches.suse/1606-drm-i915-selftests-Assert-that-the-idle_pulse-is-sen.patch
	patches.suse/1607-drm-i915-selftests-Pretty-print-the-i915_active.patch
	patches.suse/1608-drm-i915-Split-detaching-and-removing-the-vma.patch
	patches.suse/1609-drm-i915-drop-lrc-header-page.patch
	patches.suse/1610-drm-i915-guc-drop-guc-shared-area.patch
	patches.suse/1612-drm-i915-lmem-add-the-fake-lmem-region.patch
	patches.suse/1613-drm-i915-Update-DRIVER_DATE-to-20191101.patch
	patches.suse/1614-drm-i915-gem-Refine-occupancy-test-in-kill_context.patch
	patches.suse/1615-drm-i915-lmem-Check-against-i915_selftest-only-under.patch
	patches.suse/1616-drm-i915-selftests-Start-kthreads-before-stopping.patch
	patches.suse/1617-drm-i915-Update-DRIVER_DATE-to-20191101.patch
	patches.suse/1619-drm-amdgpu-psp11-wait-for-sOS-ready-for-ring-creatio.patch
	patches.suse/1620-drm-amdgpu-psp11-fix-typo-in-comment.patch
	patches.suse/drm-amd-display-Free-gamma-after-calculating-legacy-.patch
	patches.suse/1622-drm-amdgpu-psp-fix-spelling-mistake-initliaze-initia.patch
	patches.suse/1623-drm-amd-powerplay-update-Arcturus-driver-smu-interfa.patch
	patches.suse/1624-drm-amd-display-Avoid-sending-abnormal-VSIF.patch
	patches.suse/1626-drm-amd-display-add-odm-visual-confirm.patch
	patches.suse/1627-drm-amd-display-Add-unknown-clk-state.patch
	patches.suse/1628-drm-amd-display-Don-t-use-optimized-gamma22-with-eet.patch
	patches.suse/1629-drm-amd-display-Remove-superfluous-assert.patch
	patches.suse/1630-drm-amd-display-remove-unused-code.patch
	patches.suse/1631-drm-amd-display-3.2.55.patch
	patches.suse/1632-drm-amd-display-Add-debugfs-entry-for-reading-psr-st.patch
	patches.suse/1633-drm-amd-display-Enable-PSR.patch
	patches.suse/drm-amd-display-correctly-populate-dpp-refclk-in-fpg.patch
	patches.suse/1635-drm-amd-display-split-dcn20-fast-validate-into-more-.patch
	patches.suse/1636-drm-amd-display-correctly-initialize-dml-odm-variabl.patch
	patches.suse/1637-drm-amd-display-move-dispclk-vco-freq-to-clk-mgr-bas.patch
	patches.suse/1638-drm-amd-display-remove-unnecessary-assert.patch
	patches.suse/1639-drm-amd-display-Fix-MPO-pipe-split-on-3-pipe-dcn2x.patch
	patches.suse/1640-drm-amd-display-audio-endpoint-cannot-switch.patch
	patches.suse/1641-drm-amd-display-Update-min-dcfclk.patch
	patches.suse/1643-drm-amd-display-enable-vm-by-default-for-rn.patch
	patches.suse/1644-drm-amd-display-fix-number-of-dcn21-dpm-clock-levels.patch
	patches.suse/1645-drm-amd-display-add-embedded-flag-to-dml.patch
	patches.suse/1646-drm-amd-display-add-flag-to-allow-diag-to-force-enum.patch
	patches.suse/1647-drm-amd-display-map-TRANSMITTER_UNIPHY_x-to-LINK_REG.patch
	patches.suse/1649-drm-amd-display-Disable-force_single_disp_pipe_split.patch
	patches.suse/1650-drm-amd-display-Proper-return-of-result-when-aux-eng.patch
	patches.suse/1652-drm-amd-display-move-wm-ranges-reporting-to-end-of-i.patch
	patches.suse/1653-drm-amd-display-Only-use-EETF-when-maxCL-max-display.patch
	patches.suse/1654-drm-amd-display-Make-clk-mgr-the-only-dto-update-poi.patch
	patches.suse/1655-drm-amd-display-3.2.56.patch
	patches.suse/1656-drm-amd-display-take-signal-type-from-link.patch
	patches.suse/1657-drm-amd-display-Add-center-mode-for-integer-scaling-.patch
	patches.suse/1658-drm-amd-display-Do-not-call-update-bounding-box-on-d.patch
	patches.suse/1659-drm-amd-display-fix-avoid_split-for-dcn2-validation.patch
	patches.suse/1660-drm-amd-display-fix-hubbub-deadline-programing.patch
	patches.suse/1661-drm-amd-display-Apply-vactive-dram-clock-change-work.patch
	patches.suse/1662-drm-amdgpu-add-VCN0-and-VCN1-needed-headers.patch
	patches.suse/1663-drm-amd-powerplay-add-lock-protection-for-swSMU-APIs.patch
	patches.suse/1664-drm-amd-powerplay-split-out-those-internal-used-swSM.patch
	patches.suse/1665-drm-amd-powerplay-clear-the-swSMU-code-layer.patch
	patches.suse/1666-drm-amdgpu-display-add-dc-feature-mask-for-psr-enabl.patch
	patches.suse/1668-drm-amdkfd-don-t-use-dqm-lock-during-device-reset-su.patch
	patches.suse/1669-drm-amdgpu-refine-reboot-debugfs-operation-in-ras-ca.patch
	patches.suse/1670-drm-amdgpu-define-macros-for-retire-page-reservation.patch
	patches.suse/1673-drm-amdgpu-vcn-Enable-VCN2.5-encoding.patch
	patches.suse/1674-drm-amdgpu-remove-unused-parameter-in-amdgpu_gfx_kiq.patch
	patches.suse/drm-amdgpu-Add-DC-feature-mask-to-disable-fractional.patch
	patches.suse/1676-drm-amd-powerplay-Add-interface-for-I2C-transactions.patch
	patches.suse/1677-drm-amd-powerplay-Add-EEPROM-I2C-read-write-support-.patch
	patches.suse/1678-drm-amdgpu-Use-ARCTURUS-in-RAS-EEPROM.patch
	patches.suse/1679-drm-amdgpu-Move-amdgpu_ras_recovery_init-to-after-SM.patch
	patches.suse/1680-drm-amdgpu-Allow-reading-more-status-registers-on-si.patch
	patches.suse/1681-drm-amd-powerplay-skip-unsupported-clock-limit-setti.patch
	patches.suse/1682-drm-amd-powerplay-correct-current-clock-level-label-.patch
	patches.suse/1686-drm-amdgpu-powerplay-modify-the-parameters-of-SMU_MS.patch
	patches.suse/1689-drm-amd-display-remove-gcc-warning-Wunused-but-set-v.patch
	patches.suse/1691-drm-radeon-remove-assignment-for-return-value.patch
	patches.suse/1692-drm-amd-powerplay-Disable-gfx-CGPG-when-suspend-smu.patch
	patches.suse/1694-drm-amd-display-Make-calculate_integer_scaling-stati.patch
	patches.suse/1695-drm-amd-declare-amdgpu_exp_hw_support-in-amdgpu.h.patch
	patches.suse/1696-drm-amd-correct-_LENTH-mispelling-in-constant.patch
	patches.suse/1697-drm-amd-powerplay-Make-two-functions-static.patch
	patches.suse/1699-drm-amdkfd-Delete-unnecessary-pr_fmt-switch.patch
	patches.suse/1700-drm-amdkfd-Delete-duplicated-queue-bit-map-reservati.patch
	patches.suse/1701-drm-amdkfd-bug-fix-for-out-of-bounds-mem-on-gpu-cach.patch
	patches.suse/1702-drm-amdgpu-remove-set-but-not-used-variable-adev.patch
	patches.suse/1703-drm-amdgpu-Remove-superfluous-void-cast-in-debugfs_c.patch
	patches.suse/1704-drm-amdgpu-SRIOV-SRIOV-VF-doesn-t-support-BACO.patch
	patches.suse/1705-drm-amdgpu-clear-UVD-VCPU-buffer-when-err_event_athu.patch
	patches.suse/1706-drm-amdgpu-bypass-some-cleanup-work-after-err_event_.patch
	patches.suse/1707-drm-amdgpu-fix-gfx-VF-FLR-test-fail-on-navi.patch
	patches.suse/1708-drm-amdgpu-fix-no-ACK-from-LDS-read-during-stress-te.patch
	patches.suse/1711-drm-amd-display-Add-a-conversion-function-for-transm.patch
	patches.suse/1712-drm-dp_mst-fix-gcc-compile-error.patch
	patches.suse/1713-drm-i915-Don-t-select-BROKEN.patch
	patches.suse/1714-drm-mediatek-Add-RGB-A-variants-to-published-plane-f.patch
	patches.suse/1715-drm-mediatek-Refactor-plane-init.patch
	patches.suse/1716-drm-mediatek-Add-helper-to-get-component-for-a-plane.patch
	patches.suse/1717-drm-mediatek-Add-plumbing-for-layer_check-hook.patch
	patches.suse/1718-drm-mediatek-Plumb-supported-rotation-values-from-co.patch
	patches.suse/1719-drm-mediatek-Support-reflect-y-plane-rotation.patch
	patches.suse/1720-drm-mediatek-Support-reflect-x-plane-rotation.patch
	patches.suse/1721-drm-mediatek-Support-180-degree-rotation.patch
	patches.suse/0001-drm-i915-Protect-request-peeking-with-RCU.patch
	patches.suse/1723-drm-i915-gt-Call-intel_gt_sanitize-directly.patch
	patches.suse/1724-drm-i915-gem-Leave-reloading-kernel-context-on-resum.patch
	patches.suse/1725-drm-i915-gt-Move-user_forcewake-application-to-GT.patch
	patches.suse/1726-drm-i915-Defer-rc6-shutdown-to-suspend_late.patch
	patches.suse/1727-drm-i915-gt-Drop-false-assertion-on-user_forcewake.patch
	patches.suse/1728-drm-i915-selftests-Add-intel_gt_suspend_prepare.patch
	patches.suse/drm-msm-a6xx-fix-debug-bus-register-configuration.patch
	patches.suse/1730-drm-mst-Fix-up-u64-division.patch
	patches.suse/1733-drm-amdgpu-change-pstate-only-after-all-XGMI-device-.patch
	patches.suse/1734-drm-amd-powerplay-update-is_sw_smu_xgmi-check.patch
	patches.suse/1735-drm-amd-powerplay-support-xgmi-pstate-setting-on-pow.patch
	patches.suse/1737-drm-amdgpu-enable-VCN-DPG-on-Raven-and-Raven2.patch
	patches.suse/1738-drm-amdgpu-gpuvm-add-some-additional-comments-in-amd.patch
	patches.suse/1739-drm-amdgpu-Show-resolution-correctly-in-mode-validat.patch
	patches.suse/1742-drm-amd-powerplay-print-the-pptable-provider.patch
	patches.suse/1743-drm-amdgpu-discovery-Need-to-free-discovery-memory.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/1746-drm-amd-powerplay-update-Arcturus-driver-smu-interfa.patch
	patches.suse/1749-drm-amdgpu-fix-possible-pstate-switch-race-condition.patch
	patches.suse/1750-drm-amdgpu-perform-p-state-switch-after-the-whole-hi.patch
	patches.suse/1751-drm-amd-powerplay-fix-deadlock-on-setting-power_dpm_.patch
	patches.suse/1754-drm-amdgpu-change-read-of-GPU-clock-counter-on-Vega1.patch
	patches.suse/drm-amdgpu-fix-potential-double-drop-fence-reference.patch
	patches.suse/1756-drm-amd-powerplay-fix-struct-init-in-renoir_print_cl.patch
	patches.suse/1757-drm-amdgpu-fix-double-reference-dropping.patch
	patches.suse/1760-drm-amdgpu-Improve-RAS-documentation-v2.patch
	patches.suse/1761-drm-amdgpu-Add-comments-to-gmc-structure.patch
	patches.suse/1762-drm-amdgpu-Need-to-disable-msix-when-unloading-drive.patch
	patches.suse/1763-drm-amdgpu-fix-sysfs-interface-pcie_replay_count-err.patch
	patches.suse/1764-drm-amdgpu-fix-vega20-pstate-status-change.patch
	patches.suse/1765-drm-sched-Use-completion-to-wait-for-sched-thread-id.patch
	patches.suse/1766-Revert-drm-amdgpu-dont-schedule-jobs-while-in-reset.patch
	patches.suse/1767-drm-sched-Avoid-job-cleanup-if-sched-thread-is-parke.patch
	patches.suse/drm-amdgpu-Avoid-accidental-thread-reactivation.patch
	patches.suse/1769-drm-sched-struct-completion-requires-linux-completio.patch
	patches.suse/drm-amdgpu-allow-direct-upload-save-restore-list-for.patch
	patches.suse/1771-drm-amd-powerplay-correct-Arcturus-OD-support.patch
	patches.suse/1772-drm-amd-powerplay-dynamically-disable-ds-and-ulv-for.patch
	patches.suse/drm-amdgpu-powerplay-fix-AVFS-handling-with-custom-p.patch
	patches.suse/drm-msm-fix-memleak-on-release.patch
	patches.suse/1775-drm-arcpgu-rework-encoder-search.patch
	patches.suse/0001-drm-i915-gen8-Add-RC6-CTX-corruption-WA.patch
	patches.suse/1777-drm-i915-gt-Only-drop-heartbeat.systole-if-the-sole-.patch
	patches.suse/1778-drm-i915-gem-Fix-error-path-to-unlock-if-the-GEM-con.patch
	patches.suse/1779-drm-i915-display-only-include-intel_dp_link_training.patch
	patches.suse/1780-drm-i915-Leave-the-aliasing-ppgtt-size-alone.patch
	patches.suse/1783-drm-i915-perf-always-consider-holding-preemption-a-p.patch
	patches.suse/drm-i915-Protect-context-while-grabbing-its-name-for.patch
	patches.suse/1787-drm-i915-execlists-Move-reset_active-from-schedule-o.patch
	patches.suse/1788-drm-i915-Split-a-setting-of-MSA-to-MST-and-SST.patch
	patches.suse/1789-drm-ttm-drm-vmwgfx-Use-a-configuration-option-for-th.patch
	patches.suse/1790-drm-vmwgfx-remove-set-but-not-used-variable-srf.patch
	patches.suse/1791-drm-amdgpu-avoid-upload-corrupted-ta-ucode-to-psp.patch
	patches.suse/drm-amdgpu-powerplay-smu7-fix-AVFS-handling-with-cus.patch
	patches.suse/1793-drm-radeon-Clean-up-code-in-radeon_pci_shutdown.patch
	patches.suse/1794-drm-amd-amdgpu-finish-delay-works-before-release-res.patch
	patches.suse/1795-drm-amdgpu-navi10-implement-sclk-mclk-OD-via-pp_od_c.patch
	patches.suse/1796-drm-amdgpu-navi10-implement-GFXCLK_CURVE-overdrive.patch
	patches.suse/1797-drm-amdgpu-navi10-Implement-od-clk-printing.patch
	patches.suse/1798-drm-amdgpu-smu_v11-Unify-and-fix-power-limits.patch
	patches.suse/1799-drm-amd-powerplay-read-pcie-speed-width-info-v2.patch
	patches.suse/1800-drm-amdgpu-vcn-finish-delay-work-before-release-reso.patch
	patches.suse/1801-drm-i915-Flush-context-free-work-on-cleanup.patch
	patches.suse/1802-drm-i915-Fix-detection-for-a-CMP-V-PCH.patch
	patches.suse/1803-drm-i915-display-Fix-TRANS_DDI_MST_TRANSPORT_SELECT-.patch
	patches.suse/1804-drm-i915-Avoid-atomic-context-for-error-capture.patch
	patches.suse/1805-drm-i915-perf-don-t-forget-noa-wait-after-oa-config.patch
	patches.suse/1807-drm-i915-Restore-GT-coarse-power-gating-workaround.patch
	patches.suse/1808-drm-i915-gt-Wait-for-new-requests-in-intel_gt_retire.patch
	patches.suse/drm-i915-guc-Skip-suspend-resume-GuC-action-on-platf.patch
	patches.suse/1810-drm-i915-fix-accidental-static-variable-use.patch
	patches.suse/1811-drm-i915-Split-i915_active.mutex-into-an-irq-safe-sp.patch
	patches.suse/1812-drm-i915-gvt-Stop-initializing-pvinfo-through-readin.patch
	patches.suse/1813-drm-ttm-fix-mmap-refcounting.patch
	patches.suse/1814-Revert-drm-i915-gt-Wait-for-new-requests-in-intel_gt.patch
	patches.suse/1815-drm-amdgpu-gfx10-fix-mqd-backup-restore-for-gfx-ring.patch
	patches.suse/1816-drm-amd-powerplay-avoid-DPM-reenable-process-on-Navi.patch
	patches.suse/1817-drm-amd-powerplay-issue-BTC-on-Navi-during-SMU-setup.patch
	patches.suse/1820-drm-amdgpu-vcn2.5-fix-the-enc-loop-with-hw-fini.patch
	patches.suse/1821-drm-amdgpu-put-flush_delayed_work-at-first.patch
	patches.suse/1822-drm-amdgpu-nv-add-asic-func-for-fetching-vbios-from-.patch
	patches.suse/1823-drm-amd-display-Fix-debugfs-on-MST-connectors.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/1826-drm-amdgpu-powerplay-properly-set-PP_GFXOFF_MASK-v2.patch
	patches.suse/drm-amdgpu-gfx10-explicitly-wait-for-cp-idle-after-h.patch
	patches.suse/1832-drm-amdgpu-gfx10-fix-out-of-bound-mqd_backup-array-a.patch
	patches.suse/1833-drm-amdgpu-Update-Arcturus-golden-registers.patch
	patches.suse/1834-merge-fix-for-ftrace-Rework-event_create_dir.patch
	patches.suse/0001-drm-amdgpu-gfx10-re-init-clear-state-buffer-after-gp.patch
	patches.suse/1836-drm-amd-amdgpu-sriov-temporarily-skip-ras-dtm-hdcp-f.patch
	patches.suse/1837-drm-amd-amdgpu-sriov-skip-RLCG-s-r-list-for-arcturus.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/kernel-dma-contiguous-mark-cma-parameters-_initdata-_initconst
	patches.suse/dma-direct-remove-_dma_direct_free_pages
	patches.suse/dma-direct-remove-the-dma_handle-argument-to-_dma_direct_alloc_pages
	patches.suse/dma-direct-provide-mmap-and-get_sgtable-method-overrides
	patches.suse/dma-mapping-merge-the-generic-remapping-helpers-into-dma-direct
	patches.suse/dma-debug-reorder-struct-dma_debug_entry-fields
	patches.suse/dma-debug-increase-hash_size
	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-mapping-drop-the-dev-argument-to-arch_sync_dma_for_
	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-debug-clean-up-put_hash_bucket
	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/1840-drm-ttm-Remove-explicit-typecasts-of-vm_private_data.patch
	patches.suse/1841-drm-ttm-Convert-vm-callbacks-to-helpers.patch
	patches.suse/mm-pagewalk-take-the-pagetable-lock-in-walk_pte_range.patch
	patches.suse/0001-mm-Add-a-walk_page_mapping-function-to-the-pagewalk-.patch
	patches.suse/0001-mm-Add-write-protect-and-clean-utilities-for-address.patch
	patches.suse/0001-drm-vmwgfx-Implement-an-infrastructure-for-write-coh.patch
	patches.suse/0001-drm-vmwgfx-Use-an-RBtree-instead-of-linked-list-for-.patch
	patches.suse/0001-drm-vmwgfx-Implement-an-infrastructure-for-read-cohe.patch
	patches.suse/0001-drm-vmwgfx-Add-surface-dirty-tracking-callbacks.patch
	patches.suse/mm-hmm-allow-snapshot-of-the-special-zero-page.patch
	patches.suse/mm-mmu_notifier-define-the-header-pre-processor-part.patch
	patches.suse/mm-mmu_notifier-add-an-interval-tree-notifier.patch
	patches.suse/mm-hmm-allow-hmm_range-to-be-used-with-a-mmu_interval_notifier-or-hmm_mirror.patch
	patches.suse/mm-hmm-define-the-pre-processor-related-parts-of-hmm-h-even-if-disabled.patch
	patches.suse/RDMA-odp-Use-mmu_interval_notifier_insert.patch
	patches.suse/RDMA-hfi1-Use-mmu_interval_notifier_insert-for-user_.patch
	patches.suse/1846-drm-radeon-use-mmu_interval_notifier_insert.patch
	patches.suse/1847-nouveau-use-mmu_notifier-directly-for-invalidate_ran.patch
	patches.suse/nouveau-use-mmu_interval_notifier-instead-of-hmm_mirror.patch
	patches.suse/0003-drm-amdgpu-Call-find_vma-under-mmap_sem.patch
	patches.suse/1850-drm-amdgpu-Use-mmu_interval_insert-instead-of-hmm_mi.patch
	patches.suse/1851-drm-amdgpu-Use-mmu_interval_notifier-instead-of-hmm_.patch
	patches.suse/mm-hmm-remove-hmm_mirror-and-related.patch
	patches.suse/mm-hmm-make-full-use-of-walk_page_range.patch
	patches.suse/mm-hmm-remove-hmm_range_dma_map-and-hmm_range_dma_unmap.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-sort-interface-list-by-speed.patch
	patches.suse/cifs-add-multichannel-mount-options-and-data-structs.patch
	patches.suse/cifs-add-server-param.patch
	patches.suse/cifs-switch-servers-depending-on-binding-state.patch
	patches.suse/CIFS-refactor-cifs_get_inode_info-.patch
	patches.suse/cifs-try-opening-channels-after-mounting.patch
	patches.suse/cifs-move-cifsFileInfo_put-logic-into-a-work-queue.patch
	patches.suse/CIFS-Properly-process-SMB3-lease-breaks.patch
	patches.suse/cifs-try-harder-to-open-new-channels.patch
	patches.suse/smb3-dump-in_send-and-num_waiters-stats-counters-by-default.patch
	patches.suse/cifs-dump-channel-info-in-DebugData.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-Always-update-signing-key-of-first-channel.patch
	patches.suse/01-cifs-update-internal-module-version-number.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-xmon-Allow-listing-and-clearing-breakpoints-.patch
	patches.suse/powerpc-xmon-Restrict-when-kernel-is-locked-down.patch
	patches.suse/powerpc-pseries-Mark-accumulate_stolen_time-as-notra.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/selftests-powerpc-Add-a-test-of-spectre_v2-mitigatio.patch
	patches.suse/powerpc-ptrace-Add-prototype-for-function-pt_regs_ch.patch
	patches.suse/powerpc-Add-build-time-check-of-ptrace-PT_xx-defines.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-book3s64-hash-Add-cond_resched-to-avoid-soft.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-Detect-the-secure-boot-mode-of-the-system.patch
	patches.suse/powerpc-ima-Add-support-to-initialize-ima-policy-rul.patch
	patches.suse/powerpc-Detect-the-trusted-boot-state-of-the-system.patch
	patches.suse/powerpc-ima-Define-trusted-boot-policy.patch
	patches.suse/ima-Make-process_buffer_measurement-generic.patch
	patches.suse/certs-Add-wrapper-function-to-check-blacklisted-bina.patch
	patches.suse/ima-Check-against-blacklisted-hashes-for-files-with-.patch
	patches.suse/powerpc-ima-Update-ima-arch-policy-to-check-for-blac.patch
	patches.suse/powerpc-ima-Indicate-kernel-modules-appended-signatu.patch
	patches.suse/powerpc-powernv-Add-OPAL-API-interface-to-access-sec.patch
	patches.suse/powerpc-expose-secure-variables-to-userspace-via-sys.patch
	patches.suse/x86-efi-move-common-keyring-handler-functions-to-new.patch
	patches.suse/powerpc-Load-firmware-trusted-keys-hashes-into-kerne.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-watchpoint-Introduce-macros-for-watchpoint-l.patch
	patches.suse/powerpc-watchpoint-Fix-length-calculation-for-unalig.patch
	patches.suse/powerpc-watchpoint-Fix-ptrace-code-that-muck-around-.patch
	patches.suse/powerpc-watchpoint-Don-t-ignore-extraneous-exception.patch
	patches.suse/powerpc-pseries-Drop-pointless-static-qualifier-in-v.patch
	patches.suse/powerpc-64s-exception-Fix-kaup-kuap-typo.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-perf-remove-current_is_64bit.patch
	patches.suse/powerpc-fadump-when-fadump-is-supported-register-the.patch
	patches.suse/powerpc-unify-definition-of-M_IF_NEEDED.patch
	patches.suse/powerpc-85xx-remove-mostly-pointless-mpc85xx_qe_init.patch
	patches.suse/powerpc-mm-drop-ifdef-CONFIG_MMU-in-is_ioremap_addr.patch
	patches.suse/powerpc-permanently-include-8xx-registers-in-reg.h.patch
	patches.suse/powerpc-cleanup-hw_irq.h.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/selftests-powerpc-spectre_v2-test-must-be-built-64-b.patch
	patches.suse/powerpc-Fix-Kconfig-indentation.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/x86-efi-remove-unused-variables.patch
	patches.suse/msft-hv-1966-Drivers-hv-vmbus-Introduce-table-of-VMBus-protocol-v.patch
	patches.suse/msft-hv-1967-Drivers-hv-vmbus-Enable-VMBus-protocol-versions-4.1-.patch
	patches.suse/msft-hv-1968-Drivers-hv-vmbus-Add-module-parameter-to-cap-the-VMB.patch
	patches.suse/msft-hv-1969-scsi-storvsc-Add-the-support-of-hibernation.patch
	patches.suse/msft-hv-1970-video-hyperv_fb-Add-the-support-of-hibernation.patch
	patches.suse/msft-hv-1971-hv_netvsc-Add-the-support-of-hibernation.patch
	patches.suse/msft-hv-1972-video-hyperv-hyperv_fb-Obtain-screen-resolution-from.patch
	patches.suse/msft-hv-1973-video-hyperv-hyperv_fb-Support-deferred-IO-for-Hyper.patch
	patches.suse/msft-hv-1974-drivers-hv-vmbus-Introduce-latency-testing.patch
	patches.suse/msft-hv-1975-tools-hv-add-vmbus-testing-tool.patch
	patches.suse/msft-hv-1976-Drivers-hv-Specify-receive-buffer-size-using-Hyper-V.patch
	patches.suse/msft-hv-1977-Drivers-hv-util-Specify-ring-buffer-size-using-Hyper.patch
	patches.suse/msft-hv-1978-x86-hv-Add-function-to-allocate-zeroed-page-for-Hype.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-1981-x86-hyperv-Implement-hv_is_hibernation_supported.patch
	patches.suse/msft-hv-1982-hv_balloon-Add-the-support-of-hibernation.patch
	patches.suse/msft-hv-1983-HID-hyperv-Add-the-support-of-hibernation.patch
	patches.suse/drivers-iommu-hyperv-make-hyperv_iommu-only-available-on-x86
	patches.suse/msft-hv-1984-drivers-hv-Replace-binary-semaphore-with-mutex.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/FIGETBSZ-fix-compat.patch
	patches.suse/compat-itanic-doesn-t-have-one.patch
	patches.suse/do_vfs_ioctl-use-saner-types.patch
	patches.suse/compat-move-FS_IOC_RESVSP_32-handling-to-fs-ioctl.c.patch
	patches.suse/compat_sys_ioctl-make-parallel-to-do_vfs_ioctl.patch
	patches.suse/ceph-fix-compat_ioctl-for-ceph_dir_operations.patch
	patches.suse/compat_ioctl-move-rtc-handling-into-drivers-rtc-dev..patch
	patches.suse/compat_ioctl-move-drivers-to-compat_ptr_ioctl.patch
	patches.suse/1855-compat_ioctl-move-more-drivers-to-compat_ptr_ioctl.patch
	patches.suse/compat_ioctl-use-correct-compat_ptr-translation-in-d-01b8bca8.patch
	patches.suse/compat_ioctl-move-tape-handling-into-drivers.patch
	patches.suse/1856-compat_ioctl-move-ATYFB_CLK-handling-to-atyfb-driver.patch
	patches.suse/compat_ioctl-move-isdn-capi-ioctl-translation-into-d.patch
	patches.suse/compat_ioctl-move-rfcomm-handlers-into-driver.patch
	patches.suse/compat_ioctl-move-hci_sock-handlers-into-driver.patch
	patches.suse/compat_ioctl-remove-HCIUART-handling.patch
	patches.suse/compat_ioctl-remove-HIDIO-translation.patch
	patches.suse/compat_ioctl-remove-translation-for-sound-ioctls.patch
	patches.suse/compat_ioctl-remove-IGNORE_IOCTL.patch
	patches.suse/compat_ioctl-remove-dev-random-commands.patch
	patches.suse/compat_ioctl-remove-joystick-ioctl-translation.patch
	patches.suse/compat_ioctl-remove-PCI-ioctl-translation.patch
	patches.suse/compat_ioctl-remove-dev-raw-ioctl-translation.patch
	patches.suse/compat_ioctl-remove-last-RAID-handling-code.patch
	patches.suse/compat_ioctl-remove-unused-convert_in_user-macro.patch
	patches.suse/gfs2-add-compat_ioctl-support.patch
	patches.suse/fs-compat_ioctl-move-FITRIM-emulation-into-file-syst.patch
	patches.suse/compat_ioctl-move-WDIOC-handling-into-wdt-drivers.patch
	patches.suse/compat_ioctl-reimplement-SG_IO-handling.patch
	patches.suse/0002-af_unix-add-compat_ioctl-support.patch
	patches.suse/compat_ioctl-handle-SIOCOUTQNSD.patch
	patches.suse/compat_ioctl-move-SIOCOUTQ-out-of-compat_ioctl.c.patch
	patches.suse/tty-handle-compat-PPP-ioctls.patch
	patches.suse/compat_ioctl-unify-copy-in-of-ppp-filters.patch
	patches.suse/compat_ioctl-move-PPPIOCSCOMPRESS-to-ppp_generic.patch
	patches.suse/compat_ioctl-handle-PPPIOCGIDLE-for-64-bit-time_t.patch
	patches.suse/compat_ioctl-ppp-move-simple-commands-into-ppp_gener.patch
	patches.suse/compat_ioctl-move-SG_GET_REQUEST_TABLE-handling.patch
	patches.suse/pktcdvd-add-compat_ioctl-handler.patch
	patches.suse/scsi-sd-enable-compat-ioctls-for-sed-opal
	patches.suse/clk-imx-imx8mn-drop-unused-pll-enum.patch
	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-imx8mm-move-1443x-1416x-pll-clock-structure-to-common-place.patch
	patches.suse/clk-imx8mn-use-common-1443x-1416x-pll-clock-structure.patch
	patches.suse/clk-imx8mq-add-video2_pll-clock.patch
	patches.suse/clk-imx8mq-define-gates-for-pll1-2-fixed-dividers.patch
	patches.suse/clk-imx8mm-define-gates-for-pll1-2-fixed-dividers.patch
	patches.suse/clk-imx8mn-define-gates-for-pll1-2-fixed-dividers.patch
	patches.suse/clk-imx-imx8mm-mark-sys_pll1-2-as-fixed-clock.patch
	patches.suse/clk-imx-imx8mn-mark-sys_pll1-2-as-fixed-clock.patch
	patches.suse/clk-imx-imx8mq-mark-sys1-2_pll-as-fixed-clock.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-ti-adpll-allocate-room-for-terminating-null.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/clk-tegra-Add-Tegra20-30-EMC-clock-implementation.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-tegra-Use-match_string-helper-to-simplify-the-co.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-zero-init-clk_init_data-in-helpers.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-mlxreg-Fix-possible-buffer-overflow.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/1857-backlight-lm3630a-Fix-module-aliases.patch
	patches.suse/1858-backlight-ipaq_micro-Make-structure-micro_bl_props-c.patch
	patches.suse/1859-backlight-lm3630a-Add-an-enable-gpio-for-the-HWEN-pi.patch
	patches.suse/1860-backlight-pwm_bl-Don-t-assign-levels-table-repeatedl.patch
	patches.suse/1861-backlight-pwm_bl-Add-missing-curly-branches-in-else-.patch
	patches.suse/1862-backlight-pwm_bl-Fix-cie1913-comments-and-constant.patch
	patches.suse/1863-backlight-pwm_bl-Eliminate-a-64-32-division.patch
	patches.suse/1864-backlight-pwm_bl-Drop-use-of-int_pow.patch
	patches.suse/1865-backlight-pwm_bl-Switch-to-power-of-2-base-for-fixed.patch
	patches.suse/backlight-Kconfig-jornada720-Use-CONFIG_PREEMPTION.patch
	patches.suse/1867-backlight-qcom-wled-Rename-pm8941-wled.c-to-qcom-wle.patch
	patches.suse/1868-backlight-qcom-wled-Rename-PM8941-to-WLED3.patch
	patches.suse/1869-backlight-qcom-wled-Restructure-the-driver-for-WLED3.patch
	patches.suse/1870-backlight-qcom-wled-Add-support-for-WLED4-peripheral.patch
	patches.suse/1871-backlight-qcom-wled-Add-support-for-short-circuit-ha.patch
	patches.suse/1872-backlight-qcom-wled-Add-auto-string-detection-logic.patch
	patches.suse/1873-video-backlight-tosa-Use-GPIO-lookup-table.patch
	patches.suse/1874-backlight-gpio-Remove-unneeded-include.patch
	patches.suse/1875-backlight-gpio-Remove-stray-newline.patch
	patches.suse/1876-backlight-gpio-Explicitly-set-the-direction-of-the-G.patch
	patches.suse/1877-backlight-gpio-Simplify-the-platform-data-handling.patch
	patches.suse/1878-backlight-gpio-Use-a-helper-variable-for-pdev-dev.patch
	patches.suse/1879-backlight-gpio-Pull-gpio_backlight_initial_power_sta.patch
	patches.suse/1880-backlight-qcom-wled-Fix-spelling-mistake-trigged-tri.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-mfd-core-Protect-against-NULL-call-back-function.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-aspeed-sgpio-Rename-and-add-Kconfig-Makefile.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-fix-kernel-doc-for-of_gpio_need_valid_mask.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-of-don-t-warn-if-ignored-GPIO-flag-matches-the-.patch
	patches.suse/ata-ahci-imx-Covert-to-use-GPIO-descriptor.patch
	patches.suse/gpiolib-Switch-order-of-valid-mask-and-hw-init.patch
	patches.suse/gpio-Add-definition-for-GPIO-direction.patch
	patches.suse/gpio-Use-new-GPIO_LINE_DIRECTION.patch
	patches.suse/gpiolib-No-need-to-call-gpiochip_remove_pin_ranges-t.patch
	patches.suse/1881-drm-bridge-ti-tfp410-switch-to-using-fwnode_gpiod_ge.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/gpiolib-Introduce-add_pin_ranges-callback.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/gpio-of-Fix-bogus-reference-to-gpiod_get_count.patch
	patches.suse/watchdog-imx2_wdt-remove-unnecessary-blank-line.patch
	patches.suse/watchdog-imx2_wdt-use-_maybe_unused-instead-of-if-config_pm_sleep.patch
	patches.suse/watchdog-imx2_wdt-use-dev-instead-of-dereferencing-it-repeatedly.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-tegra-Use-dma_request_chan-directly-for-channel-.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/1882-video-fbdev-matrox-convert-to-i2c_new_scanned_device.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/mailbox-imx-add-support-for-imx-v1-mu.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/0004-libnvdimm-Move-attribute-groups-to-device-type.patch
	patches.suse/0005-libnvdimm-Move-region-attribute-group-definition.patch
	patches.suse/0006-libnvdimm-Move-nd_device_attribute_group-to-device_t.patch
	patches.suse/0007-libnvdimm-Move-nd_numa_attribute_group-to-device_typ.patch
	patches.suse/0008-libnvdimm-Move-nd_region_attribute_group-to-device_t.patch
	patches.suse/0009-libnvdimm-Move-nd_mapping_attribute_group-to-device_.patch
	patches.suse/0010-libnvdimm-Move-nvdimm_attribute_group-to-device_type.patch
	patches.suse/0011-libnvdimm-Move-nvdimm_bus_attribute_group-to-device_.patch
	patches.suse/0002-dax-Create-a-dax-device_type.patch
	patches.suse/0003-dax-Simplify-root-read-only-definition-for-the-resou.patch
	patches.suse/0004-dax-Add-numa_node-to-the-default-device-dax-attribut.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/x86-insn-add-some-more-intel-instructions-to-the-opcode-map.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/0003-net-ethernet-ti-ale-ensure-vlan-mdb-deleted-when-no-.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/net-phy-realtek-fix-using-paged-operations-with-RTL8.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-disallow-swapon-on-zoned-block-devices.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/0005-mm-memory_hotplug.c-add-a-bounds-check-to-__add_page.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-fsl-dpaa2-qdma-Add-the-DPDMAI-Data-Path-DM.patch
	patches.suse/dmaengine-fsl-dpaa2-qdma-Add-NXP-dpaa2-qDMA-controll.patch
	patches.suse/dmaengine-xilinx_dma-Clear-desc_pendingcount-in-xili.patch
	patches.suse/dmaengine-fsl-dpaa2-qdma-export-the-symbols.patch
	patches.suse/dmaengine-fsl-qdma-Handle-invalid-qdma-queue0-IRQ.patch
	patches.suse/dmaengine-fsl-dpaa2-qdma-Remove-unnecessary-local-va.patch
	patches.suse/dmaengine-mediatek-hsdma_probe-fixed-a-memory-leak-w.patch
	patches.suse/dmaengine-ti-edma-fix-missed-failure-handling.patch
	patches.suse/iommu-qcom-simplify-a-test-in-qcom_iommu_add_device
	patches.suse/iommu-ipmmu-vmsa-hook-up-r8a774b1-dt-matching-code
	patches.suse/iommu-ipmmu-vmsa-remove-all-unused-register-definitions
	patches.suse/iommu-ipmmu-vmsa-tidyup-register-definitions
	patches.suse/iommu-ipmmu-vmsa-add-helper-functions-for-mmu-context-registers
	patches.suse/iommu-ipmmu-vmsa-calculate-context-registers-offset-instead-of-a-macro
	patches.suse/iommu-ipmmu-vmsa-add-helper-functions-for-utlb-registers
	patches.suse/iommu-ipmmu-vmsa-add-utlb_offset_base
	patches.suse/iommu-rockchip-free-domain-on-domain_free
	patches.suse/iommu-rockchip-don-t-provoke-warn-for-harmless-irqs
	patches.suse/memory-mtk-smi-add-pm-suspend-and-resume-ops
	patches.suse/iommu-mediatek-correct-the-flush_iotlb_all-callback
	patches.suse/iommu-mediatek-add-a-new-tlb_lock-for-tlb_flush
	patches.suse/iommu-mediatek-use-gather-to-achieve-the-tlb-range-flush
	patches.suse/iommu-mediatek-delete-the-leaf-in-the-tlb_flush
	patches.suse/iommu-mediatek-move-the-tlb_sync-into-tlb_flush
	patches.suse/iommu-mediatek-get-rid-of-the-pgtlock
	patches.suse/iommu-mediatek-reduce-the-tlb-flush-timeout-value
	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/iommu-arm-smmu-remove-tlb_inv_range-indirection
	patches.suse/iommu-arm-smmu-remove-leaf-indirection
	patches.suse/iommu-arm-smmu-move-tlb_sync-method-to-implementation
	patches.suse/iommu-arm-smmu-remove-arm_smmu_flush_ops
	patches.suse/iommu-arm-smmu-report-usf-more-clearly
	patches.suse/iommu-io-pgtable-move-some-initialization-data-to-init-rodata
	patches.suse/iommu-arm-smmu-axe-a-useless-test-in-arm_smmu_master_alloc_smes
	patches.suse/iommu-arm-smmu-avoid-pathological-rpm-behaviour-for-unmaps
	patches.suse/firmware-qcom-scm-Ensure-a0-status-code-is-treated-a.patch
	patches.suse/firmware-qcom_scm-64-add-atomic-version-of-qcom_scm_call
	patches.suse/firmware-qcom_scm-add-scm-call-to-handle-smmu-errata
	patches.suse/iommu-arm-smmu-impl-add-sdm845-implementation-hook
	patches.suse/iommu-io-pgtable-make-selftest-gubbins-consistently-_init
	patches.suse/iommu-io-pgtable-arm-rationalise-size-check
	patches.suse/iommu-io-pgtable-arm-simplify-bounds-checks
	patches.suse/iommu-io-pgtable-arm-simplify-start-level-lookup
	patches.suse/iommu-io-pgtable-arm-simplify-pgd-size-handling
	patches.suse/iommu-io-pgtable-arm-simplify-level-indexing
	patches.suse/iommu-io-pgtable-arm-rationalise-mair-handling
	patches.suse/iommu-io-pgtable-arm-rename-iommu_qcom_sys_cache-and-improve-doc
	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-amd-remove-unnecessary-locking-from-amd-iommu-driver
	patches.suse/iommu-add-gfp-parameter-to-iommu_ops-map
	patches.suse/iommu-dma-iommu-handle-deferred-devices
	patches.suse/iommu-dma-iommu-use-the-dev-coherent_dma_mask
	patches.suse/iommu-amd-convert-amd-iommu-driver-to-the-dma-iommu-api
	patches.suse/iommu-amd-simpify-decoding-logic-for-invalid_ppr_request-event
	patches.suse/iommu-amd-pass-gfp-flags-to-iommu_map_page-in-amd_iommu_map
	patches.suse/iommu-amd-do-not-re-fetch-iommu-cmd_buf_tail
	patches.suse/iommu-amd-support-multiple-pci-dma-aliases-in-device-table
	patches.suse/iommu-amd-support-multiple-pci-dma-aliases-in-irq-remapping
	patches.suse/iommu-vt-d-refactor-find_domain-helper
	patches.suse/iommu-vt-d-check-vt-d-rmrr-region-in-bios-is-reported-as-reserved
	patches.suse/iommu-vt-d-turn-off-translations-at-shutdown
	patches.suse/iommu-virtio-remove-unused-variable
	patches.suse/iommu-introduce-cache_invalidate-api
	patches.suse/iommu-add-i-o-asid-allocator
	patches.suse/iommu-ioasid-add-custom-allocators
	patches.suse/iommu-introduce-guest-pasid-bind-function
	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/Updated-iostats-docs.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-csiostor-fix-spelling-typos
	patches.suse/scsi-qedf-Add-port_id-getter.patch
	patches.suse/scsi-csiostor-clean-up-indentation-issue
	patches.suse/scsi-libcxgbi-remove-unused-function-to-stop-warning
	patches.suse/scsi-target-remove-tpg_list-and-se_portal_group-se_tpg_node
	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-aacraid-fix-illegal-io-beyond-last-lba
	patches.suse/scsi-aacraid-fixed-io-reporting-error
	patches.suse/scsi-aacraid-fixed-firmware-assert-issue
	patches.suse/scsi-aacraid-setting-different-timeout-for-src-and-thor
	patches.suse/scsi-aacraid-check-adapter-health
	patches.suse/scsi-aacraid-send-aif-request-post-iop-reset
	patches.suse/scsi-aacraid-bump-version
	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-cxgb4i-remove-set-but-not-used-variable-ppmax
	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-pm8001-fix-use-plain-integer-as-null-pointer
	patches.suse/scsi-csiostor-fix-null-check-before-debugfs_remove_recursive
	patches.suse/scsi-csiostor-return-value-not-required-for-csio_dfs_destroy
	patches.suse/scsi-core-scsi_trace-use-get_unaligned_be
	patches.suse/scsi-sg-sg_ioctl-fix-copyout-handling.patch
	patches.suse/scsi-sg-sg_new_write-replace-access_ok-__copy_from_u.patch
	patches.suse/scsi-sg-sg_write-__get_user-can-fail.patch
	patches.suse/scsi-sg-sg_read-get-rid-of-access_ok-__copy_._user.patch
	patches.suse/scsi-sg-sg_write-get-rid-of-access_ok-__copy_from_us.patch
	patches.suse/scsi-sg-sg_ioctl-get-rid-of-access_ok.patch
	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-core-Fix-scsi_get-set_resid-interface.patch
	patches.suse/scsi-target-tcmu-prevent-memory-reclaim-recursion
	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-csiostor-remove-set-but-not-used-variable-rln
	patches.suse/scsi-zorro_esp-limit-dma-transfers-to-65536-bytes-except-on-fastlane
	patches.suse/scsi-pm80xx-fix-for-sata-device-discovery
	patches.suse/scsi-pm80xx-make-phy-enable-completion-as-null
	patches.suse/scsi-pm80xx-initialize-variable-used-as-return-status
	patches.suse/scsi-pm80xx-convert-long-mdelay-to-msleep
	patches.suse/scsi-pm80xx-squashed-logging-cleanup-changes
	patches.suse/scsi-pm80xx-increase-timeout-for-pm80xx-mpi_uninit_check
	patches.suse/scsi-pm80xx-fix-dereferencing-dangling-pointer
	patches.suse/scsi-pm80xx-fix-command-issue-sizing
	patches.suse/scsi-pm80xx-cleanup-command-when-a-reset-times-out
	patches.suse/scsi-pm80xx-do-not-request-12g-sas-speeds
	patches.suse/scsi-pm80xx-controller-fatal-error-through-sysfs
	patches.suse/scsi-pm80xx-tie-the-interrupt-name-to-the-module-instance
	patches.suse/scsi-pm80xx-modified-the-logic-to-collect-fatal-dump
	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/scsi-target-core-document-target_cmd_size_check
	patches.suse/scsi-target-core-release-spc-2-reservations-when-closing-a-session
	patches.suse/scsi-target-iscsi-wait-for-all-commands-to-finish-before-freeing-a-session
	patches.suse/scsi-target-core-fix-a-pr_debug-argument
	patches.suse/scsi-bnx2fc-timeout-calculation-invalid-for-bnx2fc_eh_abort
	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-merge-the-projid-fields-in-struct-xfs_icdinode.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/crypto-talitos-fix-build-error-by-selecting-lib_des.patch
	patches.suse/crypto-hisilicon-fix-a-NULL-vs-IS_ERR-bug-in-sec_cre.patch
	patches.suse/1883-video-logo-simplify-cmd_logo.patch
	patches.suse/1884-video-logo-move-pnmtologo-tool-to-drivers-video-logo.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/1885-kbuild-remove-header-compile-test.patch
	patches.suse/percpu-refcount-Use-normal-instead-of-RCU-sched.patch
	patches.suse/irq_work-Convert-flags-to-atomic_t.patch
	patches.suse/irq_work-Fix-irq_work_claim-memory-ordering.patch
	patches.suse/irq_work-Slightly-simplify-IRQ_WORK_PENDING-clearing.patch
	patches.suse/irq_work-Fix-IRQ_WORK_BUSY-bit-clearing.patch
	patches.suse/irqchip-Remove-redundant-semicolon-after-while.patch
	patches.suse/irqchip-gic-v3-its-Fix-u64-to-__le64-warnings.patch
	patches.suse/irqchip-irq-bcm7038-l1-Enable-parent-IRQ-if-necessar.patch
	patches.suse/irqchip-Add-support-for-Layerscape-external-interrup.patch
	patches.suse/irqchip-gic-v3-its-Free-collection-mapping-on-device.patch
	patches.suse/irqchip-gic-v3-its-Factor-out-wait_for_syncr-primiti.patch
	patches.suse/irqchip-gic-v3-its-Allow-LPI-invalidation-via-the-Di.patch
	patches.suse/irqchip-gic-v3-its-Make-is_v4-use-a-TYPER-copy.patch
	patches.suse/irqchip-gic-v3-its-Kill-its-ite_size-and-use-TYPER-c.patch
	patches.suse/irqchip-gic-v3-its-Kill-its-device_ids-and-use-TYPER.patch
	patches.suse/irqchip-gic-v3-its-Add-its_vlpi_map-helpers.patch
	patches.suse/irqchip-gic-v3-its-Synchronise-INV-command-targettin.patch
	patches.suse/irqchip-gic-v3-its-Synchronise-INT-CLEAR-commands-ta.patch
	patches.suse/irqchip-gic-v3-its-Lock-VLPI-map-array-before-transl.patch
	patches.suse/irqchip-gic-v3-its-Make-vlpi_lock-a-spinlock.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-zcrypt-handle-new-reply-code-filtered_by_hypervisor
	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-pcf2127-handle-boot-enabled-watchdog-feature.patch
	patches.suse/rtc-fsl-ftm-alarm-switch-to-ktime_get_real_seconds.patch
	patches.suse/rtc-fsl-ftm-alarm-switch-to-rtc_time64_to_tm-rtc_tm_.patch
	patches.suse/rtc-fsl-ftm-alarm-avoid-struct-rtc_time-conversions.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/rtc-tegra-remove-set-but-unused-variable.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/PCI-Remove-unused-includes-and-superfluous-struct-de.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/0001-PCI-Add-defines-for-Enter-Compliance-Transmit-Margin.patch
	patches.suse/1886-drm-amdgpu-Correct-Transmit-Margin-masks.patch
	patches.suse/1887-drm-amdgpu-Replace-numbers-with-PCI_EXP_LNKCTL2-defi.patch
	patches.suse/1888-drm-amdgpu-Prefer-pcie_capability_read_word.patch
	patches.suse/1889-drm-radeon-Correct-Transmit-Margin-masks.patch
	patches.suse/1890-drm-radeon-Replace-numbers-with-PCI_EXP_LNKCTL2-defi.patch
	patches.suse/1891-drm-radeon-Prefer-pcie_capability_read_word.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/asm-generic-Make-msi.h-a-mandatory-include-asm-heade.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/1892-PCI-PM-Avoid-exporting-__pci_complete_power_transiti.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-add-pci_std_num_bars-for-the-number-of-standard-bars
	patches.suse/PCI-Avoid-double-hpmemsize-MMIO-window-assignment.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/iommu-vt-d-select-pci_pri-for-intel_iommu_svm
	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-aardvark-Don-t-rely-on-jiffies-while-holding-spi.patch
	patches.suse/PCI-pci-bridge-emul-Fix-big-endian-support.patch
	patches.suse/PCI-cadence-Refactor-driver-to-use-as-a-core-library.patch
	patches.suse/PCI-cadence-Move-all-files-to-per-device-cadence-dir.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-1990-PCI-hv-Add-hibernation-support.patch
	patches.suse/msft-hv-1991-PCI-hv-Change-pci_protocol_version-to-per-hbus.patch
	patches.suse/msft-hv-1992-PCI-hv-Avoid-a-kmemleak-false-positive-caused-by-the.patch
	patches.suse/PCI-layerscape-Add-LS1028a-support.patch
	patches.suse/PCI-amlogic-Fix-reset-assertion-via-gpio-descriptor.patch
	patches.suse/PCI-amlogic-Fix-probed-clock-names.patch
	patches.suse/PCI-amlogic-meson-Add-support-for-G12A.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-uniphier-Set-mode-register-to-host-mode.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/PCI-Make-devm_of_pci_get_host_bridge_resources-stati.patch
	patches.suse/tools-PCI-Fix-fd-leakage.patch
	patches.suse/serial-imx-adapt-rx-buffer-and-dma-periods.patch
	patches.suse/tty-8250_of-use-software-emulated-rs485-direction-control.patch
	patches.suse/serial-8250_lpss-Switch-over-to-MSI-interrupts.patch
	patches.suse/tty-serial-lpuart-Remove-unnecessary-code-from-set_m.patch
	patches.suse/tty-serial-lpuart-Use-defines-that-correspond-to-cor.patch
	patches.suse/tty-serial-lpuart-Add-RS485-support-for-32-bit-uart-.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/ACPI-EC-Rework-flushing-of-pending-work.patch
	patches.suse/ACPI-PM-s2idle-Rework-ACPI-events-synchronization.patch
	patches.suse/bsc1175543-cpuidle-Drop-disabled-field-from-struct-cpuidle_stat.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-button-Add-DMI-quirk-for-Acer-Switch-10-SW5-032.patch
	patches.suse/ACPI-sysfs-Change-ACPI_MASKABLE_GPE_MAX-to-0x100.patch
	patches.suse/ACPI-Fix-Kconfig-indentation.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/bitops-introduce-the-for_each_set_clump8-macro.patch
	patches.suse/lib-test_bitmap.c-add-for_each_set_clump8-test-cases.patch
	patches.suse/gpio-pca953x-utilize-the-for_each_set_clump8-macro.patch
	patches.suse/lib-genalloc-c-rename-addr_in_gen_pool-to-gen_pool_has_addr
	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/lib-test_bitmap-force-argument-of-bitmap_parselist_u.patch
	patches.suse/lib-test_bitmap-undefine-macros-after-use.patch
	patches.suse/lib-test_bitmap-name-EXP_BYTES-properly.patch
	patches.suse/lib-test_bitmap-rename-exp-to-exp1-to-avoid-ambiguou.patch
	patches.suse/lib-test_bitmap-move-exp1-and-exp2-upper-for-others-.patch
	patches.suse/lib-test_bitmap-fix-comment-about-this-file.patch
	patches.suse/lib-bitmap-introduce-bitmap_replace-helper.patch
	patches.suse/gpio-pca953x-remove-redundant-variable-and-check-in-.patch
	patches.suse/gpio-pca953x-use-input-from-regs-structure-in-pca953.patch
	patches.suse/gpio-pca953x-convert-to-use-bitmap-API.patch
	patches.suse/gpio-pca953x-tighten-up-indentation.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-tegra-Use-WFE-for-power-gating-on-Tegra30.patch
	patches.suse/OMAP2-fixup-doc-comments-in-omap_device.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-fuse-Restore-base-on-sysfs-failure.patch
	patches.suse/soc-tegra-fuse-Implement-nvmem-device.patch
	patches.suse/soc-tegra-fuse-Add-cell-information.patch
	patches.suse/soc-tegra-fuse-Register-cell-lookups-for-compatibili.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/soc-tegra-pmc-Query-PCLK-clock-rate-at-probe-time.patch
	patches.suse/soc-tegra-pmc-Remove-unnecessary-memory-barrier.patch
	patches.suse/firmware-imx-warn-on-unexpected-RX.patch
	patches.suse/soc-imx8-using-existing-serial_number-instead-of-uid.patch
	patches.suse/soc-imx-scu-using-existing-serial_number-instead-of-uid.patch
	patches.suse/soc-imx8mq-read-soc-revision-from-tf-a.patch
	patches.suse/memory-tegra-Set-DMA-mask-based-on-supported-address.patch
	patches.suse/memory-tegra-Add-gr2d-and-gr3d-to-DRM-IOMMU-group.patch
	patches.suse/memory-tegra-Introduce-Tegra30-EMC-driver.patch
	patches.suse/memory-tegra-Ensure-timing-control-debug-features-ar.patch
	patches.suse/memory-tegra-Consolidate-registers-definition-into-c.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/ARM-dts-imx6qdl-gw551x-Do-not-use-simple-audio-card-dai-link.patch
	patches.suse/ARM-dts-imx7d-Correct-speed-grading-fuse-settings.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-write-return.patch
	patches.suse/fuse-verify-nlink.patch
	patches.suse/0008-virtiofs-use-a-common-function-to-send-forget.patch
	patches.suse/0009-virtiofs-do-not-send-forget-request-struct-list_head-element.patch
	patches.suse/0010-virtiofs-use-completions-while-waiting-for-queue-to-be-drained.patch
	patches.suse/0011-fuse-fix-leak-of-fuse_io_priv.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/block-don-t-send-uevent-for-empty-disk-when-not-inva.patch
	patches.suse/block-optimise-bvec_iter_advance.patch
	patches.suse/null_blk-fix-zone-size-paramter-check.patch
	patches.suse/null_blk-cleanup-null_gendisk_register.patch
	patches.suse/block-remove-the-empty-line-at-the-end-of-blk-zoned..patch
	patches.suse/block-simplify-blkdev_nr_zones.patch
	patches.suse/block-replace-seq_zones_bitmap-with-conv_zones_bitma.patch
	patches.suse/block-allocate-the-zone-bitmaps-lazily.patch
	patches.suse/block-don-t-handle-bio-based-drivers-in-blk_revalida.patch
	patches.suse/block-set-the-zone-size-in-blk_revalidate_disk_zones.patch
	patches.suse/0001-xen-blkback-Avoid-unmapping-unmapped-grant-pages.patch
	patches.suse/brd-remove-max_hw_sectors-queue-limit.patch
	patches.suse/brd-warn-on-un-aligned-buffer.patch
	patches.suse/null_blk-remove-unused-variable-warning-on-CONFIG_BL.patch
	patches.suse/bfq-iosched-Ensure-bio-bi_blkg-is-valid-before-using.patch
	patches.suse/0003-block-fix-memleak-of-bio-integrity-data.patch
	patches.suse/firmware-qcom-scm-add-ocmem-lock-unlock-interface
	patches.suse/firmware-qcom-scm-add-support-to-restore-secure-config-to-qcm_scm-32
	patches.suse/1895-drm-msm-gpu-add-ocmem-init-cleanup-functions.patch
	patches.suse/1896-drm-msm-dpu-Remove-unused-variables.patch
	patches.suse/1897-drm-msm-dpu-Remove-unused-macro.patch
	patches.suse/1898-drm-msm-dpu-Remove-unnecessary-NULL-checks.patch
	patches.suse/1899-drm-msm-dpu-Remove-unnecessary-NULL-checks.patch
	patches.suse/1900-drm-msm-dpu-Remove-unnecessary-NULL-checks.patch
	patches.suse/1901-drm-msm-dpu-Remove-unnecessary-NULL-checks.patch
	patches.suse/1902-drm-msm-Remove-unused-function-arguments.patch
	patches.suse/1903-drm-msm-dsi-Move-static-keyword-to-the-front-of-decl.patch
	patches.suse/drm-msm-include-linux-sched-task.h.patch
	patches.suse/1905-drm-msm-dpu-Remove-set-but-not-used-variable-priv-in.patch
	patches.suse/1906-drm-msm-dpu-Remove-set-but-not-used-variable-priv-in.patch
	patches.suse/1907-drm-msm-dpu-Remove-set-but-not-used-variable-priv-in.patch
	patches.suse/1908-drm-msm-dpu-Remove-set-but-not-used-variables-dpu_cs.patch
	patches.suse/1909-drm-msm-dpu-Remove-set-but-not-used-variables-cmd_en.patch
	patches.suse/1910-drm-msm-dpu-Remove-set-but-not-used-variables-mode-d.patch
	patches.suse/drm-msm-Sanitize-the-modeset_is_locked-checks-in-dpu.patch
	patches.suse/1912-drm-msm-mdp5-Remove-set-but-not-used-variable-fmt.patch
	patches.suse/1913-drm-msm-mdp5-Remove-set-but-not-used-variable-hw_cfg.patch
	patches.suse/1914-drm-msm-dsi-Remove-set-but-not-used-variable-lpx.patch
	patches.suse/1915-drm-msm-dsi-Remove-set-but-not-used-variable-lp.patch
	patches.suse/1916-drm-msm-mdp5-Remove-set-but-not-used-variable-hw_cfg.patch
	patches.suse/1917-drm-msm-make-a5xx_show-and-a5xx_gpu_state_put-static.patch
	patches.suse/1918-drm-msm-mdp5-make-config-variables-static.patch
	patches.suse/1919-drm-msm-dsi-Implement-qcom-dsi-phy-regulator-ldo-mod.patch
	patches.suse/1920-drm-msm-hdmi-silence-EPROBE_DEFER-warning.patch
	patches.suse/1921-drm-msm-fix-rd-dumping-for-split-IB1.patch
	patches.suse/1922-drm-msm-always-dump-buffer-base-size.patch
	patches.suse/1923-drm-msm-mdp5-Add-optional-TBU-and-TBU_RT-clocks.patch
	patches.suse/1924-drm-msm-mdp5-Add-configuration-for-msm8x76.patch
	patches.suse/1925-drm-msm-dsi-Add-configuration-for-28nm-PLL-on-family.patch
	patches.suse/1926-drm-msm-dsi-Add-configuration-for-8x76.patch
	patches.suse/1927-drm-msm-adreno-Add-support-for-Adreno-510-GPU.patch
	patches.suse/1928-drm-i915-ehl-Update-voltage-level-checks.patch
	patches.suse/1929-drm-i915-tgl-Add-DKL-PHY-vswing-table-for-HDMI.patch
	patches.suse/drm-i915-query-Align-flavour-of-engine-data-lookup.patch
	patches.suse/1931-drm-i915-gt-Fixup-config-ifdeffery-for-pm_suspend_ta.patch
	patches.suse/1932-drm-i915-Wait-until-the-intel_wakeref-idle-callback-.patch
	patches.suse/1933-drm-i915-Mark-up-the-calling-context-for-intel_waker.patch
	patches.suse/1934-drm-i915-gt-Close-race-between-engine_park-and-intel.patch
	patches.suse/1935-drm-i915-gt-Unlock-engine-pm-after-queuing-the-kerne.patch
	patches.suse/1936-drm-i915-gt-Mark-the-execlists-active-as-the-primary.patch
	patches.suse/1937-drm-i915-execlists-Fixup-cancel_port_requests.patch
	patches.suse/1938-drm-i915-gt-Adapt-engine_park-synchronisation-rules-.patch
	patches.suse/1939-drm-i915-gt-Schedule-request-retirement-when-timelin.patch
	patches.suse/1940-drm-i915-gt-Make-intel_ring_unpin-safe-for-concurren.patch
	patches.suse/1941-drm-i915-Default-to-a-more-lenient-forced-preemption.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/1944-drm-amdgpu-Resolved-offchip-EEPROM-I-O-issue.patch
	patches.suse/1945-drm-amdgpu-flag-vram-lost-on-baco-reset-for-VI-CIK.patch
	patches.suse/1946-drm-amdgpu-Optimize-KFD-page-table-reservation.patch
	patches.suse/1947-amdgpu-Enable-KFD-on-POWER-systems.patch
	patches.suse/1948-drm-amdgpu-use-CPU-to-flush-vmhub-if-sched-stopped.patch
	patches.suse/1949-drm-amd-display-Include-num_vmid-and-num_dsc-within-.patch
	patches.suse/1950-drm-amd-display-Adding-NV14-IP-Parameters.patch
	patches.suse/1951-drm-amd-display-Get-NV14-specific-ip-params-as-neede.patch
	patches.suse/drm-amd-display-re-enable-wait-in-pipelock-but-add-t.patch
	patches.suse/1953-drm-amdgpu-powerplay-unify-smu-send-message-function.patch
	patches.suse/1954-drm-amdgpu-Added-ASIC-specific-checks-in-gfxhub-V1.1.patch
	patches.suse/1955-drm-amdgpu-gfx10-unlock-srbm_mutex-after-queue-progr.patch
	patches.suse/1956-drm-amdgpu-fix-calltrace-during-kmd-unload-v3.patch
	patches.suse/1957-drm-amdgpu-skip-rlc-ucode-loading-for-SRIOV-gfx10.patch
	patches.suse/1958-drm-amdgpu-do-autoload-right-after-MEC-loaded-for-SR.patch
	patches.suse/1959-drm-amdgpu-should-stop-GFX-ring-in-hw_fini.patch
	patches.suse/1960-drm-amdgpu-fix-GFX10-missing-CSIB-set-v3.patch
	patches.suse/drm-radeon-fix-r1xx-r2xx-register-checker-for-POT-te.patch
	patches.suse/1962-drm-tegra-hub-Remove-bogus-connection-mutex-check.patch
	patches.suse/1963-drm-tegra-gem-Properly-pin-imported-buffers.patch
	patches.suse/1964-drm-tegra-gem-Remove-premature-import-restrictions.patch
	patches.suse/1965-drm-tegra-Use-proper-IOVA-address-for-cursor-image.patch
	patches.suse/1966-drm-tegra-sor-Implement-system-suspend-resume.patch
	patches.suse/1967-drm-tegra-vic-Export-module-device-table.patch
	patches.suse/1968-drm-tegra-Silence-expected-errors-on-IOMMU-attach.patch
	patches.suse/1969-drm-tegra-sor-Make-the-5V-HDMI-supply-optional.patch
	patches.suse/1970-drm-tegra-Run-hub-cleanup-on-remove.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/1974-drm-dp_mst-Fix-build-on-systems-with-STACKTRACE_SUPP.patch
	patches.suse/1975-drm-omap-fix-dma_addr-refcounting.patch
	patches.suse/drm-dp_mst-Correct-the-bug-in-drm_dp_update_payload_.patch
	patches.suse/1977-drm-i915-gem-Take-timeline-mutex-to-walk-list-of-req.patch
	patches.suse/1978-drm-i915-gvt-Refine-non-privilege-register-address-c.patch
	patches.suse/drm-i915-gvt-Fix-cmd-length-check-for-MI_ATOMIC.patch
	patches.suse/1981-drm-i915-ehl-Make-icp_digital_port_connected-use-phy.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-aloop-Avoid-pointer-dereference-before-null-che.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/tee-optee-Fix-dynamic-shm-pool-allocations.patch
	patches.suse/tee-optee-fix-device-enumeration-error-handling.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/memory-tegra30-emc-Fix-panic-on-suspend.patch
	patches.suse/ARM-8943-1-Fix-topology-setup-in-case-of-CPU-hotplug.patch
	patches.suse/vfio-type1-remove-hugepage-checks-in-is_invalid_reserved_pfn
	patches.suse/vfio-pci-call-irq_bypass_unregister_producer-before-.patch
	patches.suse/NFSv2-Fix-a-typo-in-encode_sattr.patch
	patches.suse/NFSv4.1-Don-t-rebind-to-the-same-source-port-when-re.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-snvs_pwrkey-send-key-events-for-i-mx6-s-dl-and-q.patch
	patches.suse/input-snvs_pwrkey-remove-gratuitous-null-initializers.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/cifs-Fix-lookup-of-SMB-connections-on-multichannel.patch
	patches.suse/cifs-fix-possible-uninitialized-access-and-race-on-iface_list.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-pm80xx-fix-logic-to-break-out-of-loop-when-register-value-is-2-or-3
	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/scsi-sd_zbc-Improve-report-zones-error-printout.patch
	patches.suse/scsi-megaraid_sas-Make-poll_aen_lock-static.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/bpf-Avoid-setting-bpf-insns-pages-read-only-when-pro.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-ethernet-ti-cpsw_switchdev-fix-unmet-direct-depe.patch
	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/ppp-fix-out-of-bounds-access-in-bpf_prog_create.patch
	patches.suse/samples-bpf-Fix-broken-xdp_rxq_info-due-to-map-order.patch
	patches.suse/selftests-bpf-Don-t-hard-code-root-cgroup-id.patch
	patches.suse/selftests-bpf-Bring-back-c-include-link-test.patch
	patches.suse/selftests-bpf-De-flake-test_tcpbpf.patch
	patches.suse/bpf-Fix-a-bug-when-getting-subprog-0-jited-image-in-.patch
	patches.suse/selftests-bpf-Add-a-fexit-bpf2bpf-test-with-target-b.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/net-core-rename-indirect-block-ingress-cb-function.patch
	patches.suse/net-sched-allow-indirect-blocks-to-bind-to-clsact-in.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/r8169-add-missing-RX-enabling-for-WoL-on-RTL8125.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/treewide-Use-sizeof_field-macro.patch
	patches.suse/0004-dm-mpath-remove-harmful-bio-based-optimization.patch
	patches.suse/dm-add-dm-clone-to-the-documentation-index.patch
	patches.suse/0005-dm-btree-increase-rebalance-threshold-in-__rebalance.patch
	patches.suse/dm-clone-metadata-Track-exact-changes-per-transactio.patch
	patches.suse/dm-clone-metadata-Use-a-two-phase-commit.patch
	patches.suse/dm-clone-Flush-destination-device-before-committing-.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/nvmet-loop-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/block-fix-NULL-pointer-dereference-in-account-statis.patch
	patches.suse/blk-cgroup-remove-blkcg_drain_queue.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/1992-drm-panfrost-devfreq-Round-frequencies-to-OPPs.patch
	patches.suse/1993-drm-panfrost-Fix-a-race-in-panfrost_ioctl_madvise.patch
	patches.suse/1994-drm-panfrost-Fix-a-BO-leak-in-panfrost_ioctl_mmap_bo.patch
	patches.suse/1995-drm-panfrost-Fix-a-race-in-panfrost_gem_free_object.patch
	patches.suse/1996-drm-panfrost-Open-close-the-perfcnt-BO.patch
	patches.suse/drm-i915-gt-Save-irqstate-around-virtual_context_des.patch
	patches.suse/1998-drm-i915-perf-Allow-non-privileged-access-when-OA-bu.patch
	patches.suse/1999-drm-i915-perf-Configure-OAR-for-specific-context.patch
	patches.suse/drm-i915-fbc-Disable-fbc-by-default-on-all-glk.patch
	patches.suse/2001-drm-i915-hdcp-Nuke-intel_hdcp_transcoder_config.patch
	patches.suse/drm-i915-gt-Detect-if-we-miss-WaIdleLiteRestore.patch
	patches.suse/2003-drm-i915-Serialise-with-remote-retirement.patch
	patches.suse/drm-amdgpu-add-check-before-enabling-disabling-broad.patch
	patches.suse/2005-drm-amdgpu-add-header-line-for-power-profile-on-Arct.patch
	patches.suse/drm-amdgpu-add-cache-flush-workaround-to-gfx8-emit_f.patch
	patches.suse/2007-drm-amd-display-update-sr-and-pstate-latencies-for-R.patch
	patches.suse/2008-drm-amd-display-Map-DSC-resources-1-to-1-if-numbers-.patch
	patches.suse/2009-drm-amd-display-fix-DalDramClockChangeLatencyNs-over.patch
	patches.suse/2010-drm-amd-display-populate-bios-integrated-info-for-re.patch
	patches.suse/drm-amd-display-Fixed-kernel-panic-when-booting-with.patch
	patches.suse/2012-drm-amd-display-have-two-different-sr-and-pstate-lat.patch
	patches.suse/drm-amd-display-Change-the-delay-time-before-enablin.patch
	patches.suse/2014-drm-amd-display-fixed-that-I2C-over-AUX-didn-t-read-.patch
	patches.suse/drm-amd-display-Reset-steer-fifo-before-unblanking-t.patch
	patches.suse/2016-drm-amd-display-Fix-screen-tearing-on-vrr-tests.patch
	patches.suse/2017-drm-amd-display-update-dispclk-and-dppclk-vco-freque.patch
	patches.suse/2018-drm-amd-display-Increase-the-number-of-retries-after.patch
	patches.suse/2019-drm-amdgpu-display-add-fallthrough-comment.patch
	patches.suse/2020-drm-amd-display-Compare-clock-state-member-to-determ.patch
	patches.suse/2021-drm-amd-display-fix-undefined-struct-member-referenc.patch
	patches.suse/2022-drm-amd-display-include-linux-slab.h-where-needed.patch
	patches.suse/0001-drm-amdgpu-gfx10-update-gfx-golden-settings-3.patch
	patches.suse/0001-drm-amdgpu-gfx10-update-gfx-golden-settings-for-navi-2.patch
	patches.suse/0001-drm-amdgpu-gfx10-update-gfx-golden-settings-4.patch
	patches.suse/0001-drm-amdgpu-gfx10-update-gfx-golden-settings-for-navi-3.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/2031-drm-amdgpu-add-invalidate-semaphore-limit-for-SRIOV-.patch
	patches.suse/ALSA-echoaudio-simplify-get_audio_levels.patch
	patches.suse/ALSA-firewire-motu-fix-double-unlocked-motu-mutex.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/bsc1175543-cpuidle-Fix-cpuidle_driver_state_disabled.patch
	patches.suse/ACPI-PM-Avoid-attaching-ACPI-PM-domain-to-certain-de.patch
	patches.suse/i2c-add-helper-to-check-if-a-client-has-a-driver-att.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-common-usb-conn-gpio-Don-t-log-an-error-on-probe.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-Fix-incorrect-DMA-allocations-for-local-memory-p.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/iommu-fix-kasan-use-after-free-in-iommu_insert_resv_region
	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-Fix-efi_loaded_image_t-unload-type-9fa76ca7.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/x86-efi-Update-e820-with-reserved-EFI-boot-services--af164898.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-SOF-Intel-BYT-fix-a-copy-paste-mistake-in-byt_d.patch
	patches.suse/ASoC-SOF-topology-Fix-unload-for-SAI-ESAI.patch
	patches.suse/ASoC-rt5677-Fix-build-error-without-CONFIG_SPI.patch
	patches.suse/ASoC-wm8904-fix-automatic-sysclk-configuration.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-core-Init-pcm-runtime-work-early-to-avoid-warni.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Update-quirk-for-Teclast-X89.patch
	patches.suse/ASoC-core-only-flush-inited-work-during-free.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-Intel-common-work-around-incorrect-ACPI-HID-for.patch
	patches.suse/ASoC-wm8962-fix-lambda-value.patch
	patches.suse/KEYS-remove-CONFIG_KEYS_COMPAT.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/security-keys-trusted-fix-lost-handle-flush.patch
	patches.suse/tpm-fix-invalid-locking-in-NONBLOCKING-mode.patch
	patches.suse/tpm-tpm_ftpm_tee-add-shutdown-call-back.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/pinctrl-pinmux-fix-a-possible-null-pointer-in-pinmux.patch
	patches.suse/0001-pinctrl-baytrail-Really-serialize-all-register-acces.patch
	patches.suse/pinctrl-baytrail-Update-North-Community-pin-list.patch
	patches.suse/pinctrl-baytrail-Add-GPIO-pin-mapping-ranges-via-cal.patch
	patches.suse/pinctrl-baytrail-Pass-irqchip-when-adding-gpiochip.patch
	patches.suse/pinctrl-cherryview-Split-out-irq-hw-init-into-a-sepa.patch
	patches.suse/pinctrl-cherryview-Add-GPIO-pin-mapping-ranges-via-c.patch
	patches.suse/pinctrl-cherryview-Pass-irqchip-when-adding-gpiochip.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/random-don-t-forget-compat_ioctl-on-urandom.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-dma-rationalise-types-for-dma-masks
	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/iommu-dma-relax-locking-in-iommu_dma_prepare_msi
	patches.suse/drm-exynos-gsc-add-missed-component_del.patch
	patches.suse/2033-drm-i915-dsb-Fix-in-mmio-offset-calculation-of-DSB-i.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/2036-drm-i915-ehl-Define-EHL-powerwells-independently-of-.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/2044-drm-i915-gvt-Fix-guest-boot-warning.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-purgatory-do-not-build-purgatory-with-kcov-kasan-and-friends
	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/netfilter-nf_flow_table_offload-Fix-block-setup-as-T.patch
	patches.suse/netfilter-nf_flow_table_offload-Fix-block_cb-tc_setu.patch
	patches.suse/netfilter-nf_flow_table_offload-Don-t-use-offset-uni.patch
	patches.suse/netfilter-conntrack-tell-compiler-to-not-inline-nf_c.patch
	patches.suse/netfilter-nf_flow_table_offload-add-IPv6-match-descr.patch
	patches.suse/netfilter-nf_tables_offload-Check-for-the-NETDEV_UNR.patch
	patches.suse/0003-netfilter-nf_queue-enqueue-skbs-with-NULL-dst.patch
	patches.suse/netfilter-nft_set_rbtree-bogus-lookup-get-on-consecu.patch
	patches.suse/netfilter-nf_tables-validate-NFT_SET_ELEM_INTERVAL_E.patch
	patches.suse/netfilter-nf_tables-validate-NFT_DATA_VALUE-after-nf.patch
	patches.suse/netfilter-nf_tables-skip-module-reference-count-bump.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/netfilter-nf_flow_table_offload-Correct-memcpy-size-.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/bpf-Make-BPF-trampoline-use-register_ftrace_direct-A.patch
	patches.suse/selftests-bpf-Test-function_graph-tracer-and-bpf-tra.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/net-ethernet-ti-select-PAGE_POOL-for-switchdev-drive.patch
	patches.suse/net-ethernet-ti-build-cpsw-common-for-switchdev.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/mac80211-airtime-Fix-an-off-by-one-in-ieee80211_calc.patch
	patches.suse/mac80211-Turn-AQL-into-an-NL80211_EXT_FEATURE.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/ath9k-use-iowrite32-over-__raw_writel.patch
	patches.suse/mt76-mt76x0-fix-default-mac-address-overwrite.patch
	patches.suse/mwifiex-Fix-heap-overflow-in-mmwifiex_process_tdls_a.patch
	patches.suse/Revert-iwlwifi-assign-directly-to-iwl_trans-cfg-in-Q.patch
	patches.suse/iwlwifi-pcie-move-power-gating-workaround-earlier-in.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/net-ag71xx-fix-compile-warnings.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/0005-net-stmmac-selftests-Needs-to-check-the-number-of-Mu.patch
	patches.suse/0006-net-stmmac-Do-not-accept-invalid-MTU-values.patch
	patches.suse/0007-net-stmmac-xgmac-Clear-previous-RX-buffer-size.patch
	patches.suse/0008-net-stmmac-RX-buffer-size-must-be-16-byte-aligned.patch
	patches.suse/0009-net-stmmac-16KB-buffer-must-be-16-byte-aligned.patch
	patches.suse/0010-net-stmmac-Enable-16KB-buffer-size.patch
	patches.suse/0012-net-stmmac-Always-arm-TX-Timer-at-end-of-transmissio.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/bpf-Add-further-test_verifier-cases-for-record_func_.patch
	patches.suse/of-mdio-export-of_mdiobus_child_is_phy.patch
	patches.suse/net-macb-fix-probing-of-PHY-not-described-in-the-dt.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-end-bio-with-BLK_STS_AGAIN-in-case-of-non-mq-d.patch
	patches.suse/block-Fix-the-type-of-sts-in-bsg_queue_rq.patch
	patches.suse/block-Fix-a-lockdep-complaint-triggered-by-request-q.patch
	patches.suse/s390-dasd-cio-Interpret-ccw_device_get_mdc-return-va.patch
	patches.suse/s390-dasd-fix-memleak-in-path-handling-error-case.patch
	patches.suse/s390-dasd-fix-typo-in-copyright-statement.patch
	patches.suse/block-fix-memleak-when-__blk_rq_map_user_iov-is-fail.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/gpio-mockup-Fix-usage-of-new-GPIO_LINE_DIRECTION.patch
	patches.suse/gpio-aspeed-avoid-return-type-warning.patch
	patches.suse/MAINTAINERS-Append-missed-file-to-the-database.patch
	patches.suse/gpiolib-fix-up-emulated-open-drain-outputs.patch
	patches.suse/gpio-pca953x-Switch-to-bitops-in-IRQ-callbacks.patch
	patches.suse/gpio-tegra186-Allow-building-on-Tegra194-only-config.patch
	patches.suse/pktcdvd-fix-regression-on-64-bit-architectures.patch
	patches.suse/compat_ioctl-block-handle-BLKREPORTZONE-BLKRESETZONE.patch
	patches.suse/compat_ioctl-block-handle-BLKGETZONESZ-BLKGETNRZONES.patch
	patches.suse/compat_ioctl-block-handle-add-zone-open-close-and-fi.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/2045-drm-i915-pmu-Ensure-monotonic-rc6.patch
	patches.suse/2046-drm-i915-gt-Ratelimit-display-power-w-a.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/scsi-libcxgbi-fix-null-pointer-dereference-in-cxgbi_device_destroy
	patches.suse/scsi-target-iblock-fix-protection-error-with-blocks-greater-than-512b
	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/netfilter-nf_flow_table-fix-big-endian-integer-overf.patch
	patches.suse/netfilter-ebtables-compat-reject-all-padding-in-matc.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/of-mdio-Add-missing-inline-to-of_mdiobus_child_is_ph.patch
	patches.suse/bpf-Fix-precision-tracking-for-unbounded-scalars.patch
	patches.suse/libbpf-Fix-build-on-read-only-filesystems.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/gcc-plugins-make-it-possible-to-disable-CONFIG_GCC_P.patch
	patches.suse/2048-drm-mediatek-Check-return-value-of-mtk_drm_ddp_comp_.patch
	patches.suse/2049-drm-mediatek-Fix-can-t-get-component-for-external-di.patch
	patches.suse/2050-drm-mediatek-reduce-the-hbp-and-hfp-for-phy-timing.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/2053-Revert-drm-amdgpu-simplify-ATPX-detection.patch
	patches.suse/drm-amdgpu-smu-add-metrics-table-lock.patch
	patches.suse/2055-drm-amdgpu-smu-add-metrics-table-lock-for-arcturus-v.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/2059-drm-amdgpu-correct-RLC-firmwares-loading-sequence.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-add-bio_truncate-to-fix-guard_bio_eod.patch
	patches.suse/block-fix-splitting-segments-on-boundary-masks.patch
	patches.suse/null_blk-Fix-REQ_OP_ZONE_CLOSE-handling.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/mm-memory_hotplug-shrink-zones-when-offlining-memory.patch
	patches.suse/mm-zsmalloc-c-fix-the-migrated-zspage-statistics.patch
	patches.suse/memcg-account-security-cred-as-well-to-kmemcg.patch
	patches.suse/mm-move_pages-return-valid-node-id-in-status-if-the-page-is-already-on-the-target-node.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-Don-t-look-at-TX-buffer-for-PTP-system-timestamp.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/drivers-net-b44-change-to-non-atomic-bit-operations-on-pwol_mask.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/0036-net-atlantic-broken-link-status-on-old-fw.patch
	patches.suse/0037-net-atlantic-loopback-configuration-in-improper-plac.patch
	patches.suse/0038-net-atlantic-remove-duplicate-entries.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-nf_flow_table_offload-fix-incorrect-ethern.patch
	patches.suse/netfilter-nf_flow_table_offload-check-the-status-of-.patch
	patches.suse/netfilter-nf_flow_table_offload-fix-the-nat-port-man.patch
	patches.suse/netfilter-nf_tables-unbind-callbacks-from-flowtable-.patch
	patches.suse/netfilter-flowtable-add-nf_flowtable_time_stamp.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/2063-Revert-drm-amdgpu-Set-no-retry-as-default.patch
	patches.suse/drm-amd-display-Reduce-HDMI-pixel-encoding-if-max-cl.patch
	patches.suse/0001-drm-amdgpu-add-DRIVER_SYNCOBJ_TIMELINE-to-amdgpu.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/2068-drm-i915-gt-Do-not-restore-invalid-RS-state.patch
	patches.suse/2069-drm-i915-gt-Restore-coarse-power-gating.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/2072-drm-i915-dp-Disable-Port-sync-mode-correctly-on-tear.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-SOF-Intel-hda-hda-dai-fix-oops-on-hda_link-.hw_.patch
	patches.suse/ASoC-SOF-imx8-fix-memory-allocation-failure-check-on.patch
	patches.suse/ASoC-soc-core-Set-dpcm_playback-dpcm_capture.patch
	patches.suse/ASoC-core-Fix-access-to-uninitialized-list-heads.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/ASoC-SOF-imx8-Fix-dsp_box-offset.patch
	patches.suse/ASoC-Intel-boards-Fix-compile-testing-RT1011-RT5682.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/mtd-spi-nor-Fix-the-writing-of-the-Status-Register-o.patch
	patches.suse/block-remove-unused-mp_bvec_last_segment.patch
	patches.suse/fs-move-guard_bio_eod-after-bio_set_op_attrs.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-typec-ucsi-fix-the-notification-bit-offsets.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/iommu-dma-fix-variable-cookie-set-but-not-used
	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-page-writeback-c-avoid-potential-division-by-zero-in-wb_min_max_ratio.patch
	patches.suse/mm-page-writeback-c-improve-arithmetic-divisions.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/crypto-hisilicon-sec2-Use-atomics-instead-of-__sync.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/optee-Fix-multi-page-dynamic-shm-pool-alloc.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/dt-bindings-reset-meson8b-fix-duplicate-reset-IDs.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/null_blk-Fix-zone-write-handling.patch
	patches.suse/0009-block-fix-an-integer-overflow-in-logical-block-size.patch
	patches.suse/Revert-gpio-thunderx-Switch-to-GPIOLIB_IRQCHIP.patch
	patches.suse/ALSA-hda-Rename-back-to-dmic_detect-option.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-Fix-NULL-dereference-at-freeing.patch
	patches.suse/ASoC-stm32-sai-fix-possible-circular-locking.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/0017-fuse-fix-fuse_send_readpages-in-the-syncronous-read-case.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-zcrypt-move-ap-device-reset-from-bus-to-driver-code
	patches.suse/s390-setup-fix-secure-ipl-message
	patches.suse/ptrace-reintroduce-usage-of-subjective-credentials-in-ptrace_has_cap.patch
	patches.suse/efi-earlycon-Fix-write-combine-mapping-on-x86.patch
	patches.suse/efi-libstub-random-Initialize-pointer-variables-to-z-818c7ce7.patch
	patches.suse/x86-efistub-Disable-paging-at-mixed-mode-entry.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-Correctly-handle-failed-perf_get_aux_event.patch
	patches.suse/perf-x86-intel-uncore-fix-missing-marker-for-snr_uncore_imc_freerunning_events.patch
	patches.suse/perf-x86-intel-uncore-remove-pcie3-unit-for-snr.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/2074-drm-amdgpu-update-goldensetting-for-renoir.patch
	patches.suse/2075-drm-amd-display-Reorder-detect_edp_sink_caps-before-.patch
	patches.suse/drm-i915-Add-missing-include-file-linux-math64.h.patch
	patches.suse/2077-drm-i915-gt-Skip-trying-to-unbind-in-restore_ggtt_ma.patch
	patches.suse/2078-drm-i915-gt-Mark-context-state-vma-as-active-while-p.patch
	patches.suse/2079-drm-i915-gt-Mark-ring-vma-as-active-while-pinned.patch
	patches.suse/2080-drm-i915-pmu-Do-not-use-colons-or-dashes-in-PMU-name.patch
	patches.suse/2081-drm-virtio-add-missing-virtio_gpu_array_lock_resv-ca.patch
	patches.suse/2082-drm-rockchip-fix-integer-type-used-for-storing-dp-da.patch
	patches.suse/2083-drm-dp_mst-clear-time-slots-for-ports-invalid.patch
	patches.suse/2084-drm-dp_mst-Have-DP_Tx-send-one-msg-at-a-time.patch
	patches.suse/mtd-spi-nor-Fix-selection-of-4-byte-addressing-opcod.patch
	patches.suse/mtd-spi-nor-Fix-quad-enable-for-Spansion-like-flashe.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/net-macb-fix-for-fixed-link-mode.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/selftests-mlxsw-qos_mc_aware-Fix-mausezahn-invocatio.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-memory-leak-in-nf_tables_par.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/xarray-add-xa_for_each_range.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/2085-drm-dp_mst-Handle-SST-only-branch-device-case.patch
	patches.suse/2086-drm-panfrost-Add-the-panfrost_gem_mapping-concept.patch
	patches.suse/drm-i915-userptr-fix-size-calculation.patch
	patches.suse/drm-i915-Align-engine-uabi_class-instance-with-i915_.patch
	patches.suse/2089-drm-amdgpu-remove-the-experimental-flag-for-renoir.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/pinctrl-sunrisepoint-Add-missing-Interrupt-Status-re.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/tee-optee-Fix-compilation-issue-with-nommu.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-interface-do-not-confirm-neighbor-when-do-pmtu-.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-fix-runtime-resume-for-linking-change.patch
	patches.suse/r8152-reset-flow-control-patch-when-linking-on-for-R.patch
	patches.suse/r8152-get-default-setting-of-WOL-before-initializing.patch
	patches.suse/r8152-disable-U2P3-for-RTL8153B.patch
	patches.suse/r8152-Disable-PLA-MCU-clock-speed-down.patch
	patches.suse/r8152-disable-test-IO-for-RTL8153B.patch
	patches.suse/r8152-don-t-enable-U1U2-with-USB_SPEED_HIGH-for-RTL8.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/mt76-fix-LED-link-time-failure.patch
	patches.suse/mt76-Off-by-one-in-mt76_calc_rx_airtime.patch
	patches.suse/libertas-Fix-two-buffer-overflows-at-parsing-bss-des.patch
	patches.suse/iwlwifi-don-t-send-PPAG-command-if-disabled.patch
	patches.suse/iwlwifi-pcie-move-page-tracking-into-get_page_hdr.patch
	patches.suse/iwlwifi-pcie-work-around-DMA-hardware-bug.patch
	patches.suse/iwlwifi-pcie-detect-the-DMA-bug-and-warn-if-it-happe.patch
	patches.suse/iwlwifi-pcie-allocate-smaller-dev_cmd-for-TX-headers.patch
	patches.suse/iwlwifi-fix-TLV-fragment-allocation-loop.patch
	patches.suse/iwlwifi-mvm-fix-NVM-check-for-3168-devices.patch
	patches.suse/iwlwifi-mvm-report-TX-rate-to-mac80211-directly-for-.patch
	patches.suse/iwlwifi-Don-t-ignore-the-cap-field-upon-mcc-update.patch
	patches.suse/iwlwifi-pcie-extend-hardware-workaround-to-context-i.patch
	patches.suse/iwlwifi-mvm-fix-SKB-leak-on-invalid-queue.patch
	patches.suse/iwlwifi-mvm-fix-potential-SKB-leak-on-TXQ-TX.patch
	patches.suse/iwlwifi-pcie-rename-L0S_ENABLED-bit-to-L0S_DISABLED.patch
	patches.suse/iwlwifi-pcie-always-disable-L0S-states.patch
	patches.suse/iwlwifi-dbg-force-stop-the-debug-monitor-HW.patch
	patches.suse/iwlwifi-remove-lar_disable-module-parameter.patch
	patches.suse/iwlwifi-fw-make-pos-static-in-iwl_sar_get_ewrd_table.patch
	patches.suse/Revert-iwlwifi-mvm-fix-scan-config-command-size.patch
	patches.suse/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-fsl-treat-fsl-erratum-a011043.patch
	patches.suse/net-fsl-fman-rename-IF_MODE_XGMII-to-IF_MODE_10G.patch
	patches.suse/0013-net-sonic-Add-mutual-exclusion-for-accessing-shared-.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_offload-fix-check-the-chain-offl.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/scsi-rdma-isert-fix-a-recently-introduced-regression-related-to-logout
	patches.suse/0024-block-allow-partitions-on-host-aware-zone-devices.patch
	patches.suse/arm64-cpufeature-Export-matrix-and-other-features-to.patch
	patches.suse/arm64-Introduce-ID_ISAR6-CPU-register.patch
	patches.suse/arm64-Implement-optimised-checksum-routine.patch
	patches.suse/arm64-csum-Fix-pathological-zero-length-calls.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-kpti-Add-Broadcom-Brahma-B53-core-to-the-KPTI-.patch
	patches.suse/arm64-Introduce-system_capabilities_finalized-marker.patch
	patches.suse/arm64-fpsimd-Make-sure-SVE-setup-is-complete-before-.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-signal-nofpsimd-Handle-fp-simd-context-for-sig.patch
	patches.suse/arm64-nofpsmid-Handle-TIF_FOREIGN_FPSTATE-flag-clean.patch
	patches.suse/drivers-perf-hisi-Simplify-hisi_read_sccl_and_ccl_id.patch
	patches.suse/perf-imx_ddr-fix-cpu-hotplug-state-cleanup.patch
	patches.suse/arm64-Implement-archrandom.h-for-ARMv8.5-RNG.patch
	patches.suse/arm64-Use-v8.5-RNG-entropy-for-KASLR-seed.patch
	patches.suse/arm64-acpi-fix-DAIF-manipulation-with-pNMI.patch
	patches.suse/tpm-Add-tpm_version_major-sysfs-file.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/edac-amd64-do-not-warn-when-removing-instances.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/pinctrl-core-add-pinctrl_select_default_state-and-export-it.patch
	patches.suse/mmc-sdhci-esdhc-imx-convert-to-pinctrl_select_default_state.patch
	patches.suse/gpio-add-gpiod_toggle_active_low.patch
	patches.suse/mmc-core-Rework-wp-gpio-handling.patch
	patches.suse/mmc-sdhci-of-esdhc-use-1-2-periperhal-clock-for-ls10.patch
	patches.suse/mmc-mmci-Support-any-block-sizes-for-ux500v2-and-qco.patch
	patches.suse/mmc-sdhci-of-esdhc-convert-to-use-esdhc_tuning_windo.patch
	patches.suse/mmc-sdhci-of-esdhc-update-tuning-erratum-A-008171.patch
	patches.suse/mmc-sdhci-of-esdhc-fix-esdhc_reset-for-different-con.patch
	patches.suse/mmc-sdhci-of-esdhc-fix-clock-setting-for-different-c.patch
	patches.suse/0001-mmc-sdhci-of-at91-fix-memleak-on-clk_get-failure.patch
	patches.suse/mmc-sdhci-Factor-out-some-operations-set-to-their-ow.patch
	patches.suse/mmc-sdhci-add-support-for-using-external-DMA-devices.patch
	patches.suse/mmc-sdhci-Convert-sdhci_set_timeout_irq-to-non-stati.patch
	patches.suse/mmc-sdhci-Refactor-sdhci_set_timeout.patch
	patches.suse/mmc-sdhci-fix-an-issue-of-mixing-different-types.patch
	patches.suse/mmc-sdhci-of-esdhc-fix-transfer-mode-register-readin.patch
	patches.suse/mmc-sdhci-of-esdhc-fix-serious-issue-clock-is-always.patch
	patches.suse/platform-x86-intel_pmc_core-Clean-up-Remove-comma-af.patch
	patches.suse/platform-x86-intel_pmc_core-Remove-unnecessary-assig.patch
	patches.suse/platform-x86-intel_pmc_core-Create-platform-dependen.patch
	patches.suse/platform-x86-intel_pmc_core-Make-debugfs-entry-for-p.patch
	patches.suse/platform-x86-intel_pmc_core-Add-Intel-Tiger-Lake-sup.patch
	patches.suse/platform-x86-intel_pmc_core-Add-Intel-Elkhart-Lake-s.patch
	patches.suse/platform-x86-intel_pmc_core-Respect-error-code-of-ks.patch
	patches.suse/platform-x86-intel_pmc_core-Put-more-stuff-under-ifd.patch
	patches.suse/platform-x86-intel_pmc_core-Fix-indentation-in-funct.patch
	patches.suse/platform-x86-intel_pmc_core-Fix-spelling-of-MHz-unit.patch
	patches.suse/platform-x86-intel-ips-Use-the-correct-style-for-SPD.patch
	patches.suse/platform-x86-mlx-platform-Cosmetic-changes.patch
	patches.suse/platform-x86-mlx-platform-Add-more-definitions-for-s.patch
	patches.suse/platform-x86-mlx-platform-Set-system-mux-configurati.patch
	patches.suse/platform-x86-mlx-platform-Add-support-for-new-system.patch
	patches.suse/platform-x86-mlx-platform-Add-support-for-new-capabi.patch
	patches.suse/platform-mellanox-mlxreg-hotplug-Add-support-for-new.patch
	patches.suse/platform-x86-mlx-platform-Add-support-for-next-gener.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/platform-x86-intel_scu_ipc-add-constants-for-register-offsets.patch
	patches.suse/platform-x86-intel_scu_ipc-remove-lincroft-support.patch
	patches.suse/platform-x86-intel_scu_ipc-drop-intel_scu_ipc_i2c_cntrl.patch
	patches.suse/platform-x86-intel_scu_ipc-sleeping-is-fine-when-polling.patch
	patches.suse/platform-x86-intel_scu_ipc-drop-unused-prototype-intel_scu_ipc_fw_update.patch
	patches.suse/platform-x86-intel_scu_ipc-drop-unused-macros.patch
	patches.suse/platform-x86-intel_scu_ipc-drop-intel_scu_ipc_io.patch
	patches.suse/platform-x86-intel_scu_ipc-drop-intel_scu_ipc_raw_command.patch
	patches.suse/platform-x86-intel_scu_ipc-reformat-kernel-doc-comments-of-exported-functions.patch
	patches.suse/platform-x86-intel_pmc_ipc-make-intel_pmc_gcr_update-static.patch
	patches.suse/platform-x86-intel_pmc_ipc-make-intel_pmc_ipc_simple_command-static.patch
	patches.suse/platform-x86-intel_pmc_ipc-make-intel_pmc_ipc_raw_cmd-static.patch
	patches.suse/platform-x86-intel_pmc_ipc-drop-intel_pmc_gcr_read-and-intel_pmc_gcr_write.patch
	patches.suse/platform-x86-intel_pmc_ipc-drop-ipc_data_readb.patch
	patches.suse/platform-x86-intel_pmc_ipc-get-rid-of-unnecessary-includes.patch
	patches.suse/platform-x86-intel_pmc_ipc-use-octal-permissions-in-sysfs-attributes.patch
	patches.suse/platform-x86-intel_pmc_ipc-propagate-error-from-kstrtoul.patch
	patches.suse/platform-x86-intel_pmc_ipc-switch-to-use-driver-dev_groups.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-Call-module_put-after-device_free_chan_res.patch
	patches.suse/dmaengine-Move-dma_channel_rebalance-infrastructure-.patch
	patches.suse/dmaengine-Add-reference-counting-to-dma_device-struc.patch
	patches.suse/dmaengine-ioat-Support-in-use-unbind.patch
	patches.suse/dmaengine-move-module_-dma_device_put-after-route-fr.patch
	patches.suse/dmaengine-print-more-meaningful-error-message.patch
	patches.suse/dmaengine-imx-sdma-rename-function.patch
	patches.suse/dmaengine-imx-sdma-find-desc-first-in-sdma_tx_status.patch
	patches.suse/dmaengine-imx-sdma-fix-memory-leak.patch
	patches.suse/dmaengine-Add-support-for-reporting-DMA-cached-data-.patch
	patches.suse/dmaengine-fsl-qdma-fix-duplicated-argument-to.patch
	patches.suse/dmaengine-zynqmp_dma-fix-burst-length-configuration.patch
	patches.suse/x86-asm-add-iosubmit_cmds512-based-on-MOVDIR64B-CPU-.patch
	patches.suse/dmaengine-break-out-channel-registration.patch
	patches.suse/dmaengine-add-support-to-dynamic-register-unregister.patch
	patches.suse/dmaengine-idxd-Init-and-probe-for-Intel-data-acceler.patch
	patches.suse/dmaengine-idxd-add-configuration-component-of-driver.patch
	patches.suse/dmaengine-idxd-add-sysfs-ABI-for-idxd-driver.patch
	patches.suse/dmaengine-idxd-add-descriptor-manipulation-routines.patch
	patches.suse/dmaengine-idxd-connect-idxd-to-dmaengine-subsystem.patch
	patches.suse/dmaengine-idxd-add-char-driver-to-expose-submission-.patch
	patches.suse/regmap-i2c-constify-regmap_bus-structures.patch
	patches.suse/regmap-add-iopoll-like-atomic-polling-macro.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-spi-fsl-dspi-Use-dma_request_chan-instead-dma_re.patch
	patches.suse/spi-imx-use-true-false-for-bool-variable.patch
	patches.suse/spi-tegra114-use-true-false-for-bool-variable.patch
	patches.suse/spi-Add-HiSilicon-v3xx-SPI-NOR-flash-controller-driv.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/bsc1175543-ACPI-processor-Export-function-to-claim-_CST-control.patch
	patches.suse/bsc1175543-ACPI-processor-Introduce-acpi_processor_evaluate_cst.patch
	patches.suse/bsc1175543-ACPI-processor-Clean-up-acpi_processor_evaluate_cst.patch
	patches.suse/bsc1175543-ACPI-processor-Make-ACPI_PROCESSOR_CSTATE-depend-on-.patch
	patches.suse/bsc1175543-ACPI-processor-Export-acpi_processor_evaluate_cst.patch
	patches.suse/bsc1175543-intel_idle-Refactor-intel_idle_cpuidle_driver_init.patch
	patches.suse/bsc1175543-intel_idle-Use-ACPI-_CST-for-processor-models-withou.patch
	patches.suse/bsc1175543-cpuidle-Allow-idle-states-to-be-disabled-by-default.patch
	patches.suse/bsc1175543-intel_idle-Allow-ACPI-_CST-to-be-used-for-selected-k.patch
	patches.suse/bsc1175543-intel_idle-Add-module-parameter-to-prevent-ACPI-_CST.patch
	patches.suse/bsc1175543-intel_idle-Use-ACPI-_CST-on-server-systems.patch
	patches.suse/bsc1175543-Documentation-admin-guide-PM-Add-intel_idle-document.patch
	patches.suse/cpufreq-CPPC-Break-out-if-HiSilicon-CPPC-workaround-.patch
	patches.suse/cpufreq-CPPC-put-ACPI-table-after-using-it.patch
	patches.suse/PM-wakeup-Show-statistics-for-deleted-wakeup-sources.patch
	patches.suse/0012-PM-hibernate-Add-more-logging-on-hibernation-failure.patch
	patches.suse/powercap-intel_rapl-add-support-for-TigerLake-Mobile.patch
	patches.suse/x86-cpu-add-jasper-lake-to-intel-family.patch
	patches.suse/powercap-intel_rapl-add-support-for-JasperLake.patch
	patches.suse/opp-Free-static-OPPs-on-errors-while-adding-them.patch
	patches.suse/pm-devfreq-add-dynamic-scaling-for-imx8m-ddr-controller.patch
	patches.suse/PM-devfreq-Add-new-name-attribute-for-sysfs.patch
	patches.suse/PM-devfreq-rk3399_dmc-Add-missing-of_node_put.patch
	patches.suse/pm-devfreq-imx8m-ddrc-remove-unused-defines.patch
	patches.suse/PM-devfreq-rk3399_dmc-Disable-devfreq-event-device-w.patch
	patches.suse/pm-devfreq-imx8m-ddrc-fix-inconsistent-is_err-and-ptr_err.patch
	patches.suse/apei-ghes-Do-not-delay-GHES-polling.patch
	patches.suse/ACPICA-debugger-fix-spelling-mistake-adress-address.patch
	patches.suse/ACPICA-Disassembler-create-buffer-fields-in-ACPI_PAR.patch
	patches.suse/ACPICA-acpisrc-add-unix-line-ending-support-for-non-.patch
	patches.suse/ACPICA-Dispatcher-always-generate-buffer-objects-for.patch
	patches.suse/ACPICA-Update-version-to-20191213.patch
	patches.suse/ACPICA-All-acpica-Update-copyrights-to-2020-Includin.patch
	patches.suse/ACPICA-Update-version-to-20200110.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-fix-typo-in-comment.patch
	patches.suse/ACPI-video-Use-native-backlight-on-Lenovo-E41-25-45.patch
	patches.suse/ACPI-video-Do-not-export-a-non-working-backlight-int.patch
	patches.suse/ACPI-fan-Expose-fan-performance-state-information.patch
	patches.suse/ACPI-DPTF-Add-Tiger-Lake-ACPI-device-IDs.patch
	patches.suse/ACPI-fan-Add-Tiger-Lake-ACPI-device-ID.patch
	patches.suse/platform-x86-intel-hid-Add-Tiger-Lake-ACPI-device-ID.patch
	patches.suse/thermal-int340x_thermal-Add-Tiger-Lake-ACPI-device-I.patch
	patches.suse/ACPI-PPTT-Consistently-use-unsigned-int-as-parameter.patch
	patches.suse/ACPI-button-Add-DMI-quirk-for-Razer-Blade-Stealth-13.patch
	patches.suse/ACPI-EC-Reference-count-query-handlers-under-lock.patch
	patches.suse/tools-power-acpi-fix-compilation-error.patch
	patches.suse/usb-dwc3-use-proper-initializers-for-property-entrie.patch
	patches.suse/blk-mq-optimise-rq-sort-function.patch
	patches.suse/list-introduce-list_for_each_continue.patch
	patches.suse/blk-mq-optimise-blk_mq_flush_plug_list.patch
	patches.suse/block-Allow-t10-pi-to-be-modular.patch
	patches.suse/blk-mq-Document-functions-for-sending-request.patch
	patches.suse/block-mark-zone-mgmt-bios-with-REQ_SYNC.patch
	patches.suse/block-bfq-remove-unused-bfq_class_rt-which-never-use.patch
	patches.suse/block-bfq-improve-arithmetic-division-in-bfq_delta.patch
	patches.suse/partitions-ldm-fix-spelling-mistake-to-too.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/0002-md-prepare-for-enable-raid1-io-serialization.patch
	patches.suse/0003-md-add-serialize_policy-sysfs-node-for-raid1.patch
	patches.suse/0004-md-reorgnize-mddev_create-destroy_serial_pool.patch
	patches.suse/0005-raid1-serialize-the-overlap-write.patch
	patches.suse/0006-md-don-t-destroy-serial_info_pool-if-serialize_polic.patch
	patches.suse/0007-md-introduce-a-new-struct-for-IO-serialization.patch
	patches.suse/0008-md-raid1-use-bucket-based-mechanism-for-IO-serializa.patch
	patches.suse/0009-md-raid1-introduce-wait_for_serialization.patch
	patches.suse/bcache-cached_dev_free-needs-to-put-the-sb-page.patch
	patches.suse/bcache-use-a-separate-data-structure-for-the-on-disk.patch
	patches.suse/bcache-rework-error-unwinding-in-register_bcache.patch
	patches.suse/bcache-properly-initialize-path-and-err-in-register_.patch
	patches.suse/bcache-fix-use-after-free-in-register_bcache.patch
	patches.suse/bcache-transfer-the-sb_page-reference-to-register_-b.patch
	patches.suse/bcache-return-a-pointer-to-the-on-disk-sb-from-read_.patch
	patches.suse/bcache-store-a-pointer-to-the-on-disk-sb-in-the-cach.patch
	patches.suse/bcache-use-read_cache_page_gfp-to-read-the-superbloc.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/ata-ahci_brcm-Manage-reset-line-during-suspend-resum.patch
	patches.suse/ata-ahci_brcm-Add-a-shutdown-callback.patch
	patches.suse/ata-ahci_brcm-Support-BCM7216-reset-controller-name.patch
	patches.suse/ata-brcm-mark-PM-functions-as-__maybe_unused.patch
	patches.suse/ata-brcm-fix-reset-controller-API-usage.patch
	patches.suse/ata-ahci_brcm-Perform-reset-after-obtaining-resource.patch
	patches.suse/ata-ahci_brcm-BCM7216-reset-is-self-de-asserting.patch
	patches.suse/ata-pata_macio-fix-comparing-pointer-to-0.patch
	patches.suse/ata-acard_ahci-remove-unused-variable-n_elem.patch
	patches.suse/0001-remove-ioremap_nocache-and-devm_ioremap_nocache.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-Remove-obsolete-check-of-last-re.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/msft-hv-2003-clocksource-drivers-hyper-v-Suspend-resume-Hyper-V-c.patch
	patches.suse/msft-hv-2004-clocksource-drivers-hyper-v-Reserve-PAGE_SIZE-space-.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/genirq-sched-isolation-Isolate-from-handling-managed-interrupts.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/irqchip-gic-v3-its-Fix-get_vlpi_map-breakage-with-do.patch
	patches.suse/irqchip-gic-v3-Detect-GICv4.1-supporting-RVPEID.patch
	patches.suse/irqchip-gic-v3-Add-GICv4.1-VPEID-size-discovery.patch
	patches.suse/irqchip-gic-v4.1-VPE-table-aka-GICR_VPROPBASER-alloc.patch
	patches.suse/irqchip-gic-v4.1-Implement-the-v4.1-flavour-of-VMAPP.patch
	patches.suse/irqchip-gic-v4.1-Don-t-use-the-VPE-proxy-if-RVPEID-i.patch
	patches.suse/irqchip-gic-v4.1-Implement-the-v4.1-flavour-of-VMOVP.patch
	patches.suse/irqchip-gic-v4.1-Plumb-skeletal-VPE-irqchip.patch
	patches.suse/irqchip-gic-v4.1-Add-mask-unmask-doorbell-callbacks.patch
	patches.suse/irqchip-gic-v4.1-Add-VPE-residency-callback.patch
	patches.suse/irqchip-gic-v4.1-Add-VPE-eviction-callback.patch
	patches.suse/irqchip-gic-v4.1-Add-VPE-INVALL-callback.patch
	patches.suse/irqchip-gic-v4.1-Suppress-per-VLPI-doorbell.patch
	patches.suse/irqchip-gic-v4.1-Allow-direct-invalidation-of-VLPIs.patch
	patches.suse/x86-cpu-Update-cached-HLE-state-on-write-to-TSX_CTRL.patch
	patches.suse/x86-efi-Explicitly-include-realmode.h-to-handle-RM-t-e71b6f0b.patch
	patches.suse/efi-capsule-loader-Explicitly-include-linux-io.h-for-c6625a31.patch
	patches.suse/ASoC-Intel-Skylake-Explicitly-include-linux-io.h-for.patch
	patches.suse/ACPI-sleep-Convert-acpi_wakeup_address-into-a-functi.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/efi-gop-Remove-bogus-packed-attribute-from-GOP-struc-8d62af17.patch
	patches.suse/efi-gop-Remove-unused-typedef-6c895c2f.patch
	patches.suse/efi-gop-Convert-GOP-structures-to-typedef-and-clean--44c84b4a.patch
	patches.suse/efi-gop-Unify-32-64-bit-functions-8de8788d.patch
	patches.suse/efi-libstub-Remove-unused-__efi_call_early-macro-58ec655a.patch
	patches.suse/efi-x86-Rename-efi_is_native-to-efi_is_mixed-a8147dba.patch
	patches.suse/efi-libstub-Use-a-helper-to-iterate-over-a-EFI-handl-2732ea0d.patch
	patches.suse/efi-libstub-Extend-native-protocol-definitions-with--1786e830.patch
	patches.suse/efi-libstub-Distinguish-between-native-mixed-not-32--f958efe9.patch
	patches.suse/efi-libstub-Drop-explicit-32-64-bit-protocol-definit-e8bd5ddf.patch
	patches.suse/efi-libstub-Use-stricter-typing-for-firmware-functio-960a8d01.patch
	patches.suse/efi-libstub-Annotate-firmware-routines-as-__efiapi-8f24f8c2.patch
	patches.suse/efi-libstub-x86-Avoid-thunking-for-native-firmware-c-afc4cc71.patch
	patches.suse/efi-libstub-Avoid-protocol-wrapper-for-file-I-O-rout-14e900c7.patch
	patches.suse/efi-libstub-Get-rid-of-sys_table_arg-macro-parameter-2fcdad2a.patch
	patches.suse/efi-libstub-Unify-the-efi_char16_printk-implementati-dc29da14.patch
	patches.suse/efi-libstub-x86-Drop-__efi_early-export-and-efi_conf-c3710de5.patch
	patches.suse/efi-libstub-Drop-sys_table_arg-from-printk-routines-8173ec79.patch
	patches.suse/efi-libstub-Remove-sys_table_arg-from-all-function-p-cd33a5c1.patch
	patches.suse/efi-libstub-x86-Work-around-page-freeing-issue-in-mi-23e60394.patch
	patches.suse/efi-libstub-Drop-protocol-argument-from-efi_call_pro-47c0fd39.patch
	patches.suse/efi-libstub-Drop-table-argument-from-efi_table_attr--99ea8b1d.patch
	patches.suse/efi-libstub-Rename-efi_call_early-_runtime-macros-to-966291f6.patch
	patches.suse/efi-libstub-Tidy-up-types-and-names-of-global-cmdlin-7d4e323d.patch
	patches.suse/efi-libstub-x86-Avoid-globals-to-store-context-durin-0679715e.patch
	patches.suse/efi-libstub-Fix-boot-argument-handling-in-mixed-mode.patch
	patches.suse/efi-libstub-x86-Force-hidden-visibility-for-extern-d-bc7c9d62.patch
	patches.suse/efi-x86-Re-disable-RT-services-for-32-bit-kernels-ru-6cfcd6f0.patch
	patches.suse/efi-x86-Map-the-entire-EFI-vendor-string-before-copy.patch
	patches.suse/efi-x86-Avoid-redundant-cast-of-EFI-firmware-service-89ed4865.patch
	patches.suse/efi-x86-Split-off-some-old-memmap-handling-into-sepa-98dd0e3a.patch
	patches.suse/efi-x86-Split-SetVirtualAddresMap-wrappers-into-32-a-69829470.patch
	patches.suse/efi-x86-Simplify-i386-efi_call_phys-firmware-call-wr-a46d6740.patch
	patches.suse/efi-x86-Simplify-64-bit-EFI-firmware-call-wrapper-e5f930fe.patch
	patches.suse/efi-x86-Simplify-mixed-mode-call-wrapper-ea5e1919.patch
	patches.suse/efi-x86-Drop-two-near-identical-versions-of-efi_runt-33b85447.patch
	patches.suse/efi-x86-Clean-up-efi_systab_init-routine-for-legibil-5b279a26.patch
	patches.suse/efi-x86-Don-t-panic-or-BUG-on-non-critical-error-con.patch
	patches.suse/efi-x86-Remove-unreachable-code-in-kexec_enter_virtu-4684abe3.patch
	patches.suse/efi-x86-Check-number-of-arguments-to-variadic-functi-14b864f4.patch
	patches.suse/efi-x86-Allow-translating-64-bit-arguments-for-mixed-ea7d87f9.patch
	patches.suse/efi-Allow-disabling-PCI-busmastering-on-bridges-duri-4444f854.patch
	patches.suse/efi-libstub-x86-Use-const-attribute-for-efi_is_64bit.patch
	patches.suse/efi-libstub-x86-Use-mandatory-16-byte-stack-alignmen.patch
	patches.suse/efi-libstub-x86-Fix-unused-variable-warning.patch
	patches.suse/x86-mm-fix-nx-bit-clearing-issue-in-kernel_map_pages_in_pgd.patch
	patches.suse/efi-x86-Don-t-map-the-entire-kernel-text-RW-for-mixe.patch
	patches.suse/efi-x86-Avoid-RWX-mappings-for-all-of-DRAM.patch
	patches.suse/efi-x86-Limit-EFI-old-memory-map-to-SGI-UV-machines.patch
	patches.suse/efi-arm-Defer-probe-of-PCIe-backed-efifb-on-DT-syste.patch
	patches.suse/efi-Fix-comment-for-efi_mem_type-wrt-absent-physical.patch
	patches.suse/efi-Add-a-flags-parameter-to-efi_memory_map.patch
	patches.suse/efi-Add-tracking-for-dynamically-allocated-memmaps.patch
	patches.suse/efi-Fix-efi_memmap_alloc-leaks.patch
	patches.suse/efi-Fix-handling-of-multiple-efi_fake_mem-entries.patch
	patches.suse/efi-x86-avoid-KASAN-false-positives-when-accessing-t.patch
	patches.suse/x86-boot-compressed-Relax-sed-symbol-type-regex-for-.patch
	patches.suse/efi-x86-Disallow-efi-old_map-in-mixed-mode.patch
	patches.suse/efi-libstub-x86-Fix-EFI-server-boot-failure.patch
	patches.suse/efi-x86-Disable-instrumentation-in-the-EFI-runtime-h.patch
	patches.suse/0001-locking-osq-Use-optimized-spinning-loop-for-arm64.patch
	patches.suse/x86-alternatives-sync-bp_patching-update-for-avoiding-null-pointer-exception.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-intel-rapl-Add-Comet-Lake-support.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-apic-uv-Avoid-unused-variable-warning.patch
	patches.suse/x86-cpufeatures-Add-support-for-fast-short-REP-MOVSB.patch
	patches.suse/x86-boot-Simplify-calculation-of-output-address.patch
	patches.suse/x86-resctrl-check-monitoring-static-key-in-the-mbm-overflow-handler.patch
	patches.suse/x86-insn-eval-add-support-for-64-bit-kernel-mode
	patches.suse/perf-x86-provide-stubs-of-kvm-helpers-for-non-intel-cpus.patch
	patches.suse/x86-fpu-xstate-fix-small-issues.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/btrfs-free-block-groups-after-free-ing-fs-trees.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-Don-t-use-iov_iter-type-directly.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-hisilicon-Fix-issue-with-wrong-number-of-sg-e.patch
	patches.suse/crypto-hisilicon-Use-the-offset-fields-in-sqe-to-avo.patch
	patches.suse/crypto-hisilicon-Remove-useless-MODULE-macros.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/crypto-sun4i-ss-add-the-A33-variant-of-SS.patch
	patches.suse/0001-crypto-pcrypt-Avoid-deadlock-by-using-per-instance-p.patch
	patches.suse/crypto-caam-do-not-reset-pointer-size-from-mcfgr-register.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-hisilicon-still-no-need-to-check-return-value.patch
	patches.suse/crypto-picoxcell-adjust-the-position-of-tasklet_init.patch
	patches.suse/crypto-caam-remove-double-buffering-for-ahash.patch
	patches.suse/crypto-caam-qi2-remove-double-buffering-for-ahash.patch
	patches.suse/crypto-api-fix-unexpectedly-getting-generic-implemen.patch
	patches.suse/padata-update-documentation-file-path-in-MAINTAINERS.patch
	patches.suse/crypto-chelsio-calculating-tx_channel_id-as-per-the-.patch
	patches.suse/crypto-lib-curve25519-re-add-selftests.patch
	patches.suse/crypto-caam-add-support-for-i-mx8m-mini.patch
	patches.suse/crypto-chtls-Add-support-for-AES256-GCM-based-cipher.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-chelsio-Resetting-crypto-counters-during-the-.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-caam-add-support-for-i-mx8m-nano.patch
	patches.suse/crypto-curve25519-fix-selftest-build-error.patch
	patches.suse/crypto-hisilicon-Update-debugfs-usage-of-SEC-V2.patch
	patches.suse/crypto-hisilicon-fix-print-comment-of-SEC-V2.patch
	patches.suse/crypto-hisilicon-Update-some-names-on-SEC-V2.patch
	patches.suse/crypto-hisilicon-Update-QP-resources-of-SEC-V2.patch
	patches.suse/crypto-hisilicon-Adjust-some-inner-logic.patch
	patches.suse/crypto-hisilicon-Add-callback-error-check.patch
	patches.suse/crypto-hisilicon-Add-branch-prediction-macro.patch
	patches.suse/crypto-hisilicon-redefine-skcipher-initiation.patch
	patches.suse/crypto-hisilicon-Add-aead-support-on-SEC2.patch
	patches.suse/crypto-hisilicon-Bugfixed-tfm-leak.patch
	patches.suse/crypto-hisilicon-Fixed-some-tiny-bugs-of-HPRE.patch
	patches.suse/crypto-hisilicon-adjust-hpre_crt_para_get.patch
	patches.suse/crypto-hisilicon-add-branch-prediction-macro.patch
	patches.suse/crypto-essiv-fix-AEAD-capitalization-and-preposition.patch
	patches.suse/crypto-caam-qi2-fix-typo-in-algorithm-s-driver-name.patch
	patches.suse/crypto-chtls-Corrected-function-call-context.patch
	patches.suse/crypto-chtls-Fixed-listen-fail-when-max-stid-range-r.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-hisilicon-fix-spelling-mistake-disgest-digest.patch
	patches.suse/crypto-x86-poly1305-emit-does-base-conversion-itself.patch
	patches.suse/crypto-caam-add-support-for-i-mx8m-plus.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-btusb-Edit-the-logical-value-for-Realtek-B.patch
	patches.suse/Bluetooth-hci_bcm-Disallow-set_baudrate-for-BCM4354.patch
	patches.suse/Bluetooth-btbcm-Support-pcm-configuration.patch
	patches.suse/Bluetooth-hci_bcm-Support-pcm-params-in-dts.patch
	patches.suse/Bluetooth-btusb-fix-non-atomic-allocation-in-complet.patch
	patches.suse/Bluetooth-btusb-fix-memory-leak-on-fw.patch
	patches.suse/Bluetooth-btusb-Disable-runtime-suspend-on-Realtek-d.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/net-sfp-avoid-tx-fault-with-Nokia-GPON-module.patch
	patches.suse/net-tulip-Adjust-indentation-in-dmfe-uli526x-_init_m.patch
	patches.suse/net-smc911x-Adjust-indentation-in-smc911x_phy_config.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/net-sfp-remove-incomplete-100BASE-FX-and-100BASE-LX-.patch
	patches.suse/net-sfp-derive-interface-mode-from-ethtool-link-mode.patch
	patches.suse/net-sfp-add-more-extended-compliance-codes.patch
	patches.suse/net-sfp-add-module-start-stop-upstream-notifications.patch
	patches.suse/net-sfp-move-phy_start-phy_stop-to-phylink.patch
	patches.suse/net-mdio-i2c-add-support-for-Clause-45-accesses.patch
	patches.suse/net-phylink-re-split-__phylink_connect_phy.patch
	patches.suse/net-phylink-support-Clause-45-PHYs-on-SFP-modules.patch
	patches.suse/net-phylink-split-link_an_mode-configured-and-curren.patch
	patches.suse/net-phylink-split-phylink_sfp_module_insert.patch
	patches.suse/net-phylink-delay-MAC-configuration-for-copper-SFP-m.patch
	patches.suse/net-sfp-add-support-for-Clause-45-PHYs.patch
	patches.suse/net-sfp-use-a-definition-for-the-fault-recovery-atte.patch
	patches.suse/net-sfp-rename-sm_retries.patch
	patches.suse/net-sfp-error-handling-for-phy-probe.patch
	patches.suse/net-sfp-re-attempt-probing-for-phy.patch
	patches.suse/net-Allow-to-show-socket-specific-information-in-pro.patch
	patches.suse/unix-Show-number-of-pending-scm-files-of-receive-que.patch
	patches.suse/rtnetlink-provide-permanent-hardware-address-in-RTM_.patch
	patches.suse/netlink-rename-nl80211_validate_nested-to-nla_valida.patch
	patches.suse/ethtool-move-to-its-own-directory.patch
	patches.suse/ethtool-move-string-arrays-into-common-file.patch
	patches.suse/ethtool-provide-link-mode-names-as-a-string-set.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/netdev-pass-the-stuck-queue-to-the-timeout-handler.patch
	patches.suse/mlx4-use-new-txqueue-timeout-argument.patch
	patches.suse/netronome-use-the-new-txqueue-timeout-argument.patch
	patches.suse/Revert-nfp-abm-fix-memory-leak-in-nfp_abm_u32_knode_.patch
	patches.suse/bonding-move-802.3ad-port-state-flags-to-uapi.patch
	patches.suse/net-bridge-add-STP-xstats.patch
	patches.suse/net-phylink-propagate-phy_attach_direct-return-code.patch
	patches.suse/net-smc-shorten-lgr_cnt-initialization
	patches.suse/tcp-Set-rcv-zerocopy-hint-correctly-if-skb-last-frag.patch
	patches.suse/ptp_qoriq-check-valid-status-before-reading-extts-fi.patch
	patches.suse/ptp_qoriq-export-extts_clean_up-function.patch
	patches.suse/dpaa2-ptp-add-external-trigger-event-support.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/net-fib_notifier-Add-temporary-events-to-the-FIB-not.patch
	patches.suse/ipv4-Notify-route-after-insertion-to-the-routing-tab.patch
	patches.suse/ipv4-Extend-FIB-alias-find-function.patch
	patches.suse/ipv4-Notify-route-if-replacing-currently-offloaded-o.patch
	patches.suse/ipv4-Notify-newly-added-route-if-should-be-offloaded.patch
	patches.suse/ipv4-Handle-route-deletion-notification.patch
	patches.suse/ipv4-Handle-route-deletion-notification-during-flush.patch
	patches.suse/ipv4-Only-Replay-routes-of-interest-to-new-listeners.patch
	patches.suse/mlxsw-spectrum_router-Start-using-new-IPv4-route-not.patch
	patches.suse/ipv4-Remove-old-route-notifications-and-convert-list.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-phylink-improve-clause-45-PHY-ksettings_set-impl.patch
	patches.suse/net-phylink-extend-clause-45-PHY-validation-workarou.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/net-dsa-Make-PHYLINK-related-function-static-again.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/s390-qeth-only-handle-irqs-while-device-is-online
	patches.suse/s390-qeth-wake-up-all-waiters-from-qeth_irq
	patches.suse/s390-qeth-overhaul-l3-ip-address-dump-code
	patches.suse/s390-qeth-clean-up-l3-sysfs-code
	patches.suse/s390-qeth-remove-open-coded-inet_make_mask
	patches.suse/s390-qeth-don-t-raise-netdev_reboot-event-from-l3-offline-path
	patches.suse/s390-qeth-stop-yielding-the-ip_lock-during-ipv4-registration
	patches.suse/s390-qeth-consolidate-helpers-for-capability-checking
	patches.suse/s390-qeth-make-use-of-napi_schedule_irqoff
	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/net-sch_ets-Add-a-new-Qdisc.patch
	patches.suse/net-sch_ets-Make-the-ETS-qdisc-offloadable.patch
	patches.suse/mlxsw-spectrum_qdisc-Generalize-PRIO-offload-to-supp.patch
	patches.suse/mlxsw-spectrum_qdisc-Support-offloading-of-ETS-Qdisc.patch
	patches.suse/selftests-forwarding-Move-start_-stop_traffic-from-m.patch
	patches.suse/selftests-forwarding-sch_ets-Add-test-coverage-for-E.patch
	patches.suse/net-phy-remove-redundant-.aneg_done-initialisers.patch
	patches.suse/net-phy-use-phy_resolve_aneg_pause.patch
	patches.suse/net-phy-add-genphy_check_and_restart_aneg.patch
	patches.suse/net-phy-provide-and-use-genphy_read_status_fixed.patch
	patches.suse/net-phy-marvell-rearrange-to-use-genphy_read_lpa.patch
	patches.suse/net-phy-marvell-initialise-link-partner-state-earlie.patch
	patches.suse/net-phy-marvell-use-positive-logic-for-link-state.patch
	patches.suse/net-phy-marvell-consolidate-phy-status-reading.patch
	patches.suse/net-phy-marvell-use-existing-clause-37-definitions.patch
	patches.suse/net-phy-marvell-use-phy_modify_changed.patch
	patches.suse/net-phy-marvell-use-genphy_check_and_restart_aneg.patch
	patches.suse/net-sfp-report-error-on-failure-to-read-sfp-soft-sta.patch
	patches.suse/nfp-flower-pass-flow-rule-pointer-directly-to-match-.patch
	patches.suse/nfp-flower-move-udp-tunnel-key-match-compilation-to-.patch
	patches.suse/nfp-flower-compile-match-for-IPv6-tunnels.patch
	patches.suse/nfp-flower-offload-list-of-IPv6-tunnel-endpoint-addr.patch
	patches.suse/nfp-flower-modify-pre-tunnel-and-set-tunnel-action-f.patch
	patches.suse/nfp-flower-handle-ipv6-tunnel-no-neigh-request.patch
	patches.suse/nfp-flower-handle-notifiers-for-ipv6-route-changes.patch
	patches.suse/nfp-flower-support-ipv6-tunnel-keep-alive-messages-f.patch
	patches.suse/nfp-flower-update-flow-merge-code-to-support-IPv6-tu.patch
	patches.suse/nfp-pass-packet-pointer-to-nfp_net_parse_meta.patch
	patches.suse/net-tls-add-helper-for-testing-if-socket-is-RX-offlo.patch
	patches.suse/nfp-tls-implement-the-stream-sync-RX-resync.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-enable-RX-bundle-receive-for-sdio.patch
	patches.suse/ath10k-change-max-RX-bundle-size-from-8-to-32-for-sd.patch
	patches.suse/ath10k-add-workqueue-for-RX-path-of-sdio.patch
	patches.suse/ath10k-sdio-cosmetic-cleanup.patch
	patches.suse/ath10k-sdio-remove-struct-ath10k_sdio_rx_data-status.patch
	patches.suse/ath10k-correct-the-tlv-len-of-ath10k_wmi_tlv_op_gen_.patch
	patches.suse/ath10k-add-large-size-for-BMI-download-data-for-SDIO.patch
	patches.suse/ath10k-Handle-when-FW-doesn-t-support-QMI_WLFW_HOST_.patch
	patches.suse/ath10k-add-NL80211_FEATURE_ND_RANDOM_MAC_ADDR-for-NL.patch
	patches.suse/ath10k-Fix-qmi-init-error-handling.patch
	patches.suse/ath10k-Handle-invalid-BDFs-for-msm8998-devices.patch
	patches.suse/ath10k-report-rssi-of-each-chain-to-mac80211-for-sdi.patch
	patches.suse/ath10k-fix-RX-of-frames-with-broken-FCS-in-monitor-m.patch
	patches.suse/wil6210-fix-break-that-is-never-reached-because-of-z.patch
	patches.suse/ath10k-move-non-fatal-warn-logs-to-dbg-level.patch
	patches.suse/ath10k-enable-firmware-log-by-default-for-sdio.patch
	patches.suse/ath10k-set-max-mtu-to-1500-for-sdio-chip.patch
	patches.suse/ath10k-set-WMI_PEER_AUTHORIZE-after-a-firmware-crash.patch
	patches.suse/ath10k-change-log-level-for-mpdu-status-of-sdio-chip.patch
	patches.suse/ath10k-enable-wow-feature-for-sdio-chip.patch
	patches.suse/ath10k-enable-napi-on-RX-path-for-sdio.patch
	patches.suse/ath10k-change-bundle-count-for-max-rx-bundle-for-sdi.patch
	patches.suse/ath-add-support-for-special-0x0-regulatory-domain.patch
	patches.suse/brcmfmac-Fix-memory-leak-in-brcmf_p2p_create_p2pdev.patch
	patches.suse/rtlwifi-rtl8192de-Remove-unused-GET_XXX-and-SET_XXX-.patch
	patches.suse/rtlwifi-rtl8192de-Replace-local-bit-manipulation-mac.patch
	patches.suse/rtlwifi-rtl8192de-Convert-macros-that-set-descriptor.patch
	patches.suse/rtlwifi-rtl8192de-Convert-inline-routines-to-little-.patch
	patches.suse/rtlwifi-rtl8192de-Remove-usage-of-private-bit-manipu.patch
	patches.suse/rtlwifi-rtl8188ee-Remove-usage-of-private-bit-manipu.patch
	patches.suse/rtlwifi-rtl8192ce-rtl8192c_com-Remove-usage-of-priva.patch
	patches.suse/rtlwifi-Remove-dependence-on-special-bit-manipulatio.patch
	patches.suse/rtlwifi-rtl88821ae-Remove-usage-of-private-bit-manip.patch
	patches.suse/rtlwifi-rtl8192ee-Remove-usage-of-private-bit-manipu.patch
	patches.suse/rtlwifi-rtl8723ae-Remove-usage-of-private-bit-manipu.patch
	patches.suse/rtlwifi-rtl8723be-Remove-usage-of-private-bit-manipu.patch
	patches.suse/rtlwifi-Remove-last-definitions-of-local-bit-manipul.patch
	patches.suse/brcmsmac-Remove-always-false-channel-0-statement.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/rt2x00-implement-reconfig_complete.patch
	patches.suse/rt2x00-use-RESET-state-bit-to-prevent-IV-changes-on-.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/rsi-add-missing-endpoint-sanity-checks.patch
	patches.suse/brcmfmac-Fix-use-after-free-in-brcmf_sdio_readframes.patch
	patches.suse/rt2x00usb-Fix-a-warning-message-in-rt2x00usb_watchdo.patch
	patches.suse/mwifiex-delete-unused-mwifiex_get_intf_num.patch
	patches.suse/brcmfmac-set-interface-carrier-to-off-by-default.patch
	patches.suse/at76c50x-usb-fix-endpoint-debug-message.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/rtlwifi-rtl8192ce-use-generic-rtl_query_rxpwrpercent.patch
	patches.suse/rtlwifi-rtl8192cu-use-generic-rtl_query_rxpwrpercent.patch
	patches.suse/rtlwifi-rtl8192de-use-generic-rtl_query_rxpwrpercent.patch
	patches.suse/rtlwifi-rtl8192ce-use-generic-rtl_signal_scale_mappi.patch
	patches.suse/rtlwifi-rtl8192cu-use-generic-rtl_signal_scale_mappi.patch
	patches.suse/rtlwifi-rtl8192de-use-generic-rtl_signal_scale_mappi.patch
	patches.suse/brcmfmac-reset-two-D11-cores-if-chip-has-two-D11-cor.patch
	patches.suse/brcmfmac-set-F2-blocksize-and-watermark-for-4359.patch
	patches.suse/brcmfmac-fix-rambase-for-4359-9.patch
	patches.suse/brcmfmac-make-errors-when-setting-roaming-parameters.patch
	patches.suse/brcmfmac-add-support-for-BCM4359-SDIO-chipset.patch
	patches.suse/brcmfmac-add-RSDB-condition-when-setting-interface-c.patch
	patches.suse/brcmfmac-not-set-mbss-in-vif-if-firmware-does-not-su.patch
	patches.suse/brcmfmac-Fix-memory-leak-in-brcmf_usbdev_qinit.patch
	patches.suse/brcmfmac-Keep-OOB-wake-interrupt-disabled-when-it-sh.patch
	patches.suse/orinoco-avoid-assertion-in-case-of-NULL-pointer.patch
	patches.suse/ath10k-Fix-some-typo-in-some-warning-messages.patch
	patches.suse/ath9k-fix-storage-endpoint-lookup.patch
	patches.suse/wcn36xx-disable-HW_CONNECTION_MONITOR.patch
	patches.suse/wil6210-dump-Rx-status-message-on-errors.patch
	patches.suse/wil6210-minimize-the-time-that-mem_lock-is-held.patch
	patches.suse/wil6210-take-mem_lock-for-writing-in-crash-dump-coll.patch
	patches.suse/wil6210-add-verification-for-cid-upper-bound.patch
	patches.suse/wil6210-reduce-ucode_debug-memory-region.patch
	patches.suse/wil6210-fix-MID-valid-bits-in-Rx-status-message.patch
	patches.suse/wil6210-support-set_multicast_to_unicast-cfg80211-op.patch
	patches.suse/wil6210-add-support-for-set_cqm_rssi_config.patch
	patches.suse/r8169-factor-out-rtl8168h_2_get_adc_bias_ioffset.patch
	patches.suse/r8169-remove-MAC-workaround-in-rtl8168e_2_hw_phy_con.patch
	patches.suse/r8169-move-enabling-EEE-to-rtl8169_init_phy.patch
	patches.suse/net-fib_notifier-Add-temporary-events-to-the-FIB-not-6b722237.patch
	patches.suse/ipv6-Notify-newly-added-route-if-should-be-offloaded.patch
	patches.suse/ipv6-Notify-route-if-replacing-currently-offloaded-o.patch
	patches.suse/ipv6-Notify-multipath-route-if-should-be-offloaded.patch
	patches.suse/ipv6-Only-Replay-routes-of-interest-to-new-listeners.patch
	patches.suse/ipv6-Handle-route-deletion-notification.patch
	patches.suse/ipv6-Handle-multipath-route-deletion-notification.patch
	patches.suse/mlxsw-spectrum_router-Start-using-new-IPv6-route-not.patch
	patches.suse/ipv6-Remove-old-route-notifications-and-convert-list.patch
	patches.suse/net-phy-Introduce-helper-functions-for-time-stamping.patch
	patches.suse/net-macvlan-Use-the-PHY-time-stamping-interface.patch
	patches.suse/net-vlan-Use-the-PHY-time-stamping-interface.patch
	patches.suse/net-ethtool-Use-the-PHY-time-stamping-interface.patch
	patches.suse/net-netcp_ethss-Use-the-PHY-time-stamping-interface.patch
	patches.suse/net-phy-dp83640-Move-the-probe-and-remove-methods-ar.patch
	patches.suse/net-Introduce-a-new-MII-time-stamping-interface.patch
	patches.suse/net-Add-a-layer-for-non-PHY-MII-time-stamping-driver.patch
	patches.suse/net-Introduce-peer-to-peer-one-step-PTP-time-stampin.patch
	patches.suse/bonding-rename-AD_STATE_-to-LACP_STATE_.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/mlxsw-spectrum_router-Consolidate-identical-function.patch
	patches.suse/mlxsw-spectrum_router-Remove-FIB-entry-list-from-FIB.patch
	patches.suse/net-phy-realtek-add-logging-for-the-RGMII-TX-delay-c.patch
	patches.suse/net-phy-realtek-add-support-for-configuring-the-RX-d.patch
	patches.suse/s390-qeth-consolidate-rx-code
	patches.suse/s390-qeth-use-napi_gro_frags-for-sg-skbs
	patches.suse/s390-qeth-remove-qeth_rx_pull_len
	patches.suse/libbpf-Bump-libpf-current-version-to-v0.0.7.patch
	patches.suse/bpf-Switch-to-offsetofend-in-BPF_PROG_TEST_RUN.patch
	patches.suse/bpf-Emit-audit-messages-upon-successful-prog-load-an.patch
	patches.suse/bpf-x86-arm64-Enable-jit-by-default-when-not-built-a.patch
	patches.suse/libbpf-Fix-printf-compilation-warnings-on-ppc64le-ar.patch
	patches.suse/libbpf-Recognize-SK_REUSEPORT-programs-from-section-.patch
	patches.suse/selftests-bpf-Let-libbpf-determine-program-type-from.patch
	patches.suse/selftests-bpf-Use-sa_family_t-everywhere-in-reusepor.patch
	patches.suse/selftests-bpf-Add-helpers-for-getting-socket-family-.patch
	patches.suse/selftests-bpf-Unroll-the-main-loop-in-reuseport-test.patch
	patches.suse/selftests-bpf-Run-reuseport-tests-in-a-loop.patch
	patches.suse/selftests-bpf-Propagate-errors-during-setup-for-reus.patch
	patches.suse/selftests-bpf-Pull-up-printing-the-test-name-into-te.patch
	patches.suse/selftests-bpf-Move-reuseport-tests-under-prog_tests.patch
	patches.suse/selftests-bpf-Switch-reuseport-tests-for-test_progs-.patch
	patches.suse/libbpf-Extract-and-generalize-CPU-mask-parsing-logic.patch
	patches.suse/selftests-bpf-Add-CPU-mask-parsing-tests.patch
	patches.suse/libbpf-Don-t-attach-perf_buffer-to-offline-missing-C.patch
	patches.suse/selftests-bpf-Fix-perf_buffer-test-on-systems-w-offl.patch
	patches.suse/bpf-Move-trampoline-JIT-image-allocation-to-a-functi.patch
	patches.suse/bpf-Introduce-BPF-dispatcher.patch
	patches.suse/bpf-xdp-Start-using-the-BPF-dispatcher-for-XDP.patch
	patches.suse/bpf-Start-using-the-BPF-dispatcher-in-BPF_TEST_RUN.patch
	patches.suse/selftests-bpf-Add-xdp_perf-test.patch
	patches.suse/bpf-x86-Align-dispatcher-branch-targets-to-16B.patch
	patches.suse/bpf-Expose-__sk_buff-wire_len-gso_segs-to-BPF_PROG_T.patch
	patches.suse/selftests-bpf-Test-wire_len-gso_segs-in-BPF_PROG_TES.patch
	patches.suse/bpftool-Match-several-programs-with-same-tag.patch
	patches.suse/bpftool-Match-programs-by-name.patch
	patches.suse/bpftool-Match-maps-by-name.patch
	patches.suse/libbpf-Fix-readelf-output-parsing-for-Fedora.patch
	patches.suse/libbpf-Don-t-require-root-for-bpf_object__open.patch
	patches.suse/libbpf-Add-generic-bpf_program__attach.patch
	patches.suse/libbpf-Move-non-public-APIs-from-libbpf.h-to-libbpf_.patch
	patches.suse/libbpf-Add-BPF_EMBED_OBJ-macro-for-embedding-BPF-.o-.patch
	patches.suse/libbpf-Extract-common-user-facing-helpers.patch
	patches.suse/libbpf-Expose-btf__align_of-API.patch
	patches.suse/libbpf-Expose-BTF-to-C-type-declaration-emitting-API.patch
	patches.suse/libbpf-Expose-BPF-program-s-function-name.patch
	patches.suse/libbpf-Refactor-global-data-map-initialization.patch
	patches.suse/libbpf-Postpone-BTF-ID-finding-for-TRACING-programs-.patch
	patches.suse/libbpf-Reduce-log-level-of-supported-section-names-d.patch
	patches.suse/libbpf-Add-BPF-object-skeleton-support.patch
	patches.suse/bpftool-Add-skeleton-codegen-command.patch
	patches.suse/selftests-bpf-Add-BPF-skeletons-selftests-and-conver.patch
	patches.suse/selftests-bpf-Convert-few-more-selftest-to-skeletons.patch
	patches.suse/selftests-bpf-Add-test-validating-data-section-to-st.patch
	patches.suse/bpftool-Add-gen-skeleton-BASH-completions.patch
	patches.suse/libbpf-Extract-internal-map-names-into-constants.patch
	patches.suse/libbpf-Support-libbpf-provided-extern-variables.patch
	patches.suse/bpftool-Generate-externs-datasec-in-BPF-skeleton.patch
	patches.suse/selftests-bpf-Add-tests-for-libbpf-provided-externs.patch
	patches.suse/libbpf-Support-flexible-arrays-in-CO-RE.patch
	patches.suse/selftests-bpf-Add-flexible-array-relocation-tests.patch
	patches.suse/libbpf-Fix-build-by-renaming-variables.patch
	patches.suse/bpftool-Fix-compilation-warning-on-shadowed-variable.patch
	patches.suse/samples-bpf-Reintroduce-missed-build-targets.patch
	patches.suse/samples-bpf-Add-missing-lz-to-TPROGS_LDLIBS.patch
	patches.suse/samples-bpf-Set-fno-stack-protector-when-building-BP.patch
	patches.suse/samples-bpf-Attach-XDP-programs-in-driver-mode-by-de.patch
	patches.suse/libbpf-Print-hint-about-ulimit-when-getting-permissi.patch
	patches.suse/libbpf-Add-zlib-as-a-dependency-in-pkg-config-templa.patch
	patches.suse/selftests-bpf-More-succinct-Makefile-output.patch
	patches.suse/libbpf-Fix-libbpf_common.h-when-installing-libbpf-th.patch
	patches.suse/libbpf-Reduce-log-level-for-custom-section-names.patch
	patches.suse/bpftool-selftests-bpf-Embed-object-file-inside-skele.patch
	patches.suse/libbpf-Remove-BPF_EMBED_OBJ-macro-from-libbpf.h.patch
	patches.suse/bpftool-Add-gen-subcommand-manpage.patch
	patches.suse/bpftool-Simplify-format-string-to-not-use-positional.patch
	patches.suse/bpftool-Work-around-rst2man-conversion-bug.patch
	patches.suse/bpf-Allow-to-change-skb-mark-in-test_run.patch
	patches.suse/libbpf-Add-bpf_link__disconnect-API-to-preserve-unde.patch
	patches.suse/libbpf-Put-Kconfig-externs-into-.kconfig-section.patch
	patches.suse/libbpf-Allow-to-augment-system-Kconfig-through-extra.patch
	patches.suse/libbpf-BTF-is-required-when-externs-are-present.patch
	patches.suse/riscv-bpf-Fix-broken-BPF-tail-calls.patch
	patches.suse/libbpf-Add-missing-newline-in-opts-validation-macro.patch
	patches.suse/selftests-bpf-Fix-test_attach_probe.patch
	patches.suse/libbpf-Fix-printing-of-ulimit-value.patch
	patches.suse/libbpf-Fix-another-__u64-printf-warning.patch
	patches.suse/bpf-Remove-unnecessary-assertion-on-fp_old.patch
	patches.suse/xdp-Simplify-devmap-cleanup.patch
	patches.suse/xdp-Simplify-cpumap-cleanup.patch
	patches.suse/xdp-Fix-graze-grace-type-o-in-cpumap-comments.patch
	patches.suse/xsk-Make-xskmap-flush_list-common-for-all-map-instan.patch
	patches.suse/xdp-Make-devmap-flush_list-common-for-all-map-instan.patch
	patches.suse/xdp-Make-cpumap-flush_list-common-for-all-map-instan.patch
	patches.suse/xdp-Remove-map_to_flush-and-map-swap-detection.patch
	patches.suse/xdp-Simplify-__bpf_tx_xdp_map.patch
	patches.suse/bpf-Simplify-__cgroup_bpf_attach.patch
	patches.suse/bpf-Remove-unused-new_flags-in-hierarchy_allows_atta.patch
	patches.suse/bpf-Support-replacing-cgroup-bpf-program-in-MULTI-mo.patch
	patches.suse/libbpf-Introduce-bpf_prog_attach_xattr.patch
	patches.suse/selftests-bpf-Convert-test_cgroup_attach-to-prog_tes.patch
	patches.suse/selftests-bpf-Test-BPF_F_REPLACE-in-cgroup_attach_mu.patch
	patches.suse/xsk-Eliminate-the-lazy-update-threshold.patch
	patches.suse/xsk-Simplify-detection-of-empty-and-full-rings.patch
	patches.suse/xsk-Consolidate-to-one-single-cached-producer-pointe.patch
	patches.suse/xsk-Standardize-naming-of-producer-ring-access-funct.patch
	patches.suse/xsk-Eliminate-the-RX-batch-size.patch
	patches.suse/xsk-Simplify-xskq_nb_avail-and-xskq_nb_free.patch
	patches.suse/xsk-Simplify-the-consumer-ring-access-functions.patch
	patches.suse/xsk-Change-names-of-validation-functions.patch
	patches.suse/xsk-ixgbe-i40e-ice-mlx5-Xsk_umem_discard_addr-to-xsk.patch
	patches.suse/xsk-Remove-unnecessary-READ_ONCE-of-data.patch
	patches.suse/xsk-Add-function-naming-comments-and-reorder-functio.patch
	patches.suse/xsk-Use-struct_size-helper.patch
	patches.suse/selftests-bpf-Preserve-errno-in-test_progs-CHECK-mac.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/libbpf-Support-CO-RE-relocations-for-LDX-ST-STX-inst.patch
	patches.suse/bpf-Print-error-message-for-bpftool-cgroup-show.patch
	patches.suse/bpftool-Make-skeleton-C-code-compilable-with-C-compi.patch
	patches.suse/net-ena-remove-set-but-not-used-variable-rx_ring.patch
	patches.suse/ethtool-introduce-ethtool-netlink-interface.patch
	patches.suse/ethtool-helper-functions-for-netlink-interface.patch
	patches.suse/ethtool-netlink-bitset-handling.patch
	patches.suse/ethtool-support-for-netlink-notifications.patch
	patches.suse/ethtool-default-handlers-for-GET-requests.patch
	patches.suse/ethtool-provide-string-sets-with-STRSET_GET-request.patch
	patches.suse/ethtool-provide-link-settings-with-LINKINFO_GET-requ.patch
	patches.suse/ethtool-set-link-settings-with-LINKINFO_SET-request.patch
	patches.suse/ethtool-add-default-notification-handler.patch
	patches.suse/ethtool-add-LINKINFO_NTF-notification.patch
	patches.suse/ethtool-provide-link-mode-information-with-LINKMODES.patch
	patches.suse/ethtool-set-link-modes-related-data-with-LINKMODES_S.patch
	patches.suse/ethtool-add-LINKMODES_NTF-notification.patch
	patches.suse/ethtool-provide-link-state-with-LINKSTATE_GET-reques.patch
	patches.suse/gianfar-Fix-TX-timestamping-with-a-stacked-DSA-drive.patch
	patches.suse/netfilter-Clean-up-unnecessary-ifdef.patch
	patches.suse/netfilter-Document-ingress-hook.patch
	patches.suse/netfilter-nft_tunnel-no-need-to-call-htons-when-dump.patch
	patches.suse/0006-netfilter-nft_tunnel-add-the-missing-ERSPAN_VERSION-.patch
	patches.suse/netfilter-nft_tunnel-also-dump-ERSPAN_VERSION.patch
	patches.suse/netfilter-nft_tunnel-also-dump-OPTS_ERSPAN-VXLAN.patch
	patches.suse/netfilter-nft_tunnel-add-the-missing-nla_nest_cancel.patch
	patches.suse/netfilter-conntrack-remove-two-export-symbols.patch
	patches.suse/netfilter-nft_meta-move-time-handling-to-helper.patch
	patches.suse/netfilter-nft_meta-move-pkttype-handling-to-helper.patch
	patches.suse/netfilter-nft_meta-move-sk-uid-git-handling-to-helpe.patch
	patches.suse/netfilter-nft_meta-move-cgroup-handling-to-helper.patch
	patches.suse/netfilter-nft_meta-move-interface-kind-handling-to-h.patch
	patches.suse/netfilter-nft_meta-move-all-interface-related-keys-t.patch
	patches.suse/netfilter-nft_meta-place-prandom-handling-in-a-helpe.patch
	patches.suse/netfilter-nft_meta-place-rtclassid-handling-in-a-hel.patch
	patches.suse/netfilter-nft_meta-add-support-for-slave-device-ifin.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/selftests-mlxsw-Add-a-self-test-for-port-default-pri.patch
	patches.suse/vxlan-Fix-alignment-and-code-style-of-vxlan.c.patch
	patches.suse/sfc-Remove-unnecessary-dependencies-on-I2C.patch
	patches.suse/fsl-fman-use-resource_size.patch
	patches.suse/enetc-add-support-time-specific-departure-base-on-th.patch
	patches.suse/ethtool-remove-set-but-not-used-variable-lsettings.patch
	patches.suse/net-remove-the-check-argument-from-__skb_gro_checksu.patch
	patches.suse/net-netsec-Change-page-pool-nid-to-NUMA_NO_NODE.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/wil6210-get-rid-of-begin-and-complete-ethtool_ops.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-an-off-by-one-in-enetc_setup_tc_txtime.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/socket-fix-unused-function-warning.patch
	patches.suse/net-introduce-skb_list_walk_safe-for-skb-segment-wal.patch
	patches.suse/net-tap-use-skb_list_walk_safe-helper-for-gso-segmen.patch
	patches.suse/net-sfc-use-skb_list_walk_safe-helper-for-gso-segmen.patch
	patches.suse/net-iwlwifi-use-skb_list_walk_safe-helper-for-gso-se.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/ethtool-fix-a-memory-leak-in-ethnl_default_start.patch
	patches.suse/ethtool-fix-reply_size-error-handling.patch
	patches.suse/ethtool-potential-NULL-dereference-in-strset_prepare.patch
	patches.suse/r8169-add-constant-EnAnaPLL.patch
	patches.suse/net-dsa-felix-fix-link-error.patch
	patches.suse/netronome-fix-ipv6-link-error.patch
	patches.suse/vmxnet3-Remove-always-false-conditional-statement.patch
	patches.suse/net-macb-add-support-for-C45-MDIO-read-write.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/mlxsw-spectrum-Update-firmware-version-to-xx.2000.27.patch
	patches.suse/mlxsw-spectrum-Only-require-minimum-firmware-version.patch
	patches.suse/flow_dissector-fix-document-for-skb_flow_get_icmp_tc.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/r8169-prepare-for-exporting-rtl_hw_phy_config.patch
	patches.suse/r8169-remove-not-needed-debug-print-in-rtl8169_init_.patch
	patches.suse/r8169-move-RTL8169scd-Gigabyte-PHY-quirk.patch
	patches.suse/r8169-change-argument-type-of-EEE-PHY-functions.patch
	patches.suse/r8169-change-argument-type-of-RTL8168g-specific-PHY-.patch
	patches.suse/r8169-switch-to-phylib-functions-in-rtl_writephy_bat.patch
	patches.suse/r8169-move-setting-ERI-register-0x1d0-for-RTL8106.patch
	patches.suse/r8169-move-disabling-MAC-EEE-for-RTL8402-RTL8106e.patch
	patches.suse/r8169-replace-rtl_patchphy.patch
	patches.suse/r8169-replace-rtl_w0w1_phy.patch
	patches.suse/r8169-use-phy_read-write-instead-of-rtl_readphy-writ.patch
	patches.suse/r8169-add-phydev-argument-to-rtl8168d_apply_firmware.patch
	patches.suse/r8169-rename-rtl_apply_firmware.patch
	patches.suse/r8169-add-r8169.h.patch
	patches.suse/r8169-factor-out-PHY-configuration-to-r8169_phy_conf.patch
	patches.suse/devlink-add-macro-for-fw.psid.patch
	patches.suse/devlink-move-devlink-documentation-to-subfolder.patch
	patches.suse/devlink-convert-devlink-health.txt-to-rst-format.patch
	patches.suse/devlink-rename-devlink-info-versions.rst-and-add-a-h.patch
	patches.suse/devlink-convert-devlink-params.txt-to-reStructuredTe.patch
	patches.suse/devlink-add-documentation-for-generic-devlink-parame.patch
	patches.suse/devlink-mention-reloading-in-devlink-params.rst.patch
	patches.suse/devlink-convert-driver-specific-files-to-reStructure.patch
	patches.suse/devlink-document-info-versions-for-each-driver.patch
	patches.suse/devlink-add-parameter-documentation-for-the-mlx4-dri.patch
	patches.suse/devlink-add-a-driver-specific-file-for-the-qed-drive.patch
	patches.suse/devlink-add-a-file-documenting-devlink-regions.patch
	patches.suse/devlink-add-documentation-for-ionic-device-driver.patch
	patches.suse/devlink-rename-and-expand-devlink-trap-netdevsim.rst.patch
	patches.suse/devlink-add-a-devlink-resource.rst-documentation-fil.patch
	patches.suse/devlink-introduce-devlink-dpipe.rst-documentation-fi.patch
	patches.suse/devlink-document-region-snapshot-triggering-from-use.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/net-skbuff-disambiguate-argument-and-member-for-skb_.patch
	patches.suse/net-xfrm-use-skb_list_walk_safe-helper-for-gso-segme.patch
	patches.suse/net-sched-use-skb_list_walk_safe-helper-for-gso-segm.patch
	patches.suse/net-netfilter-use-skb_list_walk_safe-helper-for-gso-.patch
	patches.suse/net-mac80211-use-skb_list_walk_safe-helper-for-gso-s.patch
	patches.suse/net-socionext-get-rid-of-huge-dma-sync-in-netsec_all.patch
	patches.suse/ipv4-Replace-route-in-list-before-notifying.patch
	patches.suse/ipv4-Encapsulate-function-arguments-in-a-struct.patch
	patches.suse/ipv4-Add-offload-and-trap-indications-to-routes.patch
	patches.suse/ipv6-Add-offload-and-trap-indications-to-routes.patch
	patches.suse/mlxsw-spectrum_router-Separate-nexthop-offload-indic.patch
	patches.suse/mlxsw-spectrum_router-Set-hardware-flags-for-routes.patch
	patches.suse/netdevsim-fib-Add-dummy-implementation-for-FIB-offlo.patch
	patches.suse/selftests-mlxsw-Add-test-for-FIB-offload-API.patch
	patches.suse/net-bridge-vlan-add-helpers-to-check-for-vlan-id-ran.patch
	patches.suse/net-bridge-netlink-add-extack-error-messages-when-pr.patch
	patches.suse/net-bridge-vlan-add-rtm-definitions-and-dump-support.patch
	patches.suse/net-bridge-vlan-add-new-rtm-message-support.patch
	patches.suse/net-bridge-vlan-add-del-rtm-message-support.patch
	patches.suse/net-bridge-vlan-add-rtm-range-support.patch
	patches.suse/net-bridge-vlan-add-rtnetlink-group-and-notify-suppo.patch
	patches.suse/net-bridge-vlan-notify-on-vlan-add-delete-change-fla.patch
	patches.suse/devlink-fix-typos-in-qed-documentation.patch
	patches.suse/sfc-remove-duplicated-include-from-efx.c.patch
	patches.suse/netdevsim-fix-nsim_fib6_rt_create-error-path.patch
	patches.suse/drivers-net-netdevsim-depends-on-INET.patch
	patches.suse/enetc-Don-t-print-from-enetc_sched_speed_set-when-li.patch
	patches.suse/Documentation-Fix-typo-in-devlink-documentation.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/fm10k-use-txqueue-parameter-in-fm10k_tx_timeout.patch
	patches.suse/i40e-Removing-hung_queue-variable-to-use-txqueue-fun.patch
	patches.suse/ice-Removing-hung_queue-variable-to-use-txqueue-func.patch
	patches.suse/ice-remove-redundant-assignment-to-variable-xmit_don.patch
	patches.suse/netfilter-flowtable-fetch-stats-only-if-flow-is-stil.patch
	patches.suse/netfilter-flowtable-restrict-flow-dissector-match-on.patch
	patches.suse/netfilter-flowtable-add-nf_flow_offload_work_alloc.patch
	patches.suse/netfilter-flowtable-remove-dying-bit-use-teardown-bi.patch
	patches.suse/netfilter-flowtable-use-atomic-bitwise-operations-fo.patch
	patches.suse/netfilter-flowtable-add-nf_flowtable_hw_offload-help.patch
	patches.suse/netfilter-flowtable-refresh-flow-if-hardware-offload.patch
	patches.suse/netfilter-hashlimit-do-not-use-indirect-calls-during.patch
	patches.suse/netfilter-flowtable-add-nf_flow_offload_tuple-helper.patch
	patches.suse/netfilter-flowtable-add-nf_flow_table_offload_cmd.patch
	patches.suse/netfilter-nf_tables-white-space-fixes.patch
	patches.suse/netfilter-bitwise-remove-NULL-comparisons-from-attri.patch
	patches.suse/netfilter-bitwise-replace-gotos-with-returns.patch
	patches.suse/netfilter-bitwise-add-NFTA_BITWISE_OP-netlink-attrib.patch
	patches.suse/netfilter-bitwise-add-helper-for-initializing-boolea.patch
	patches.suse/netfilter-bitwise-add-helper-for-evaluating-boolean-.patch
	patches.suse/netfilter-bitwise-add-helper-for-dumping-boolean-ope.patch
	patches.suse/netfilter-bitwise-only-offload-boolean-operations.patch
	patches.suse/netfilter-bitwise-add-NFTA_BITWISE_DATA-attribute.patch
	patches.suse/netfilter-bitwise-add-support-for-shifts.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/net-mlx5-ft-Use-getter-function-to-get-ft-chain.patch
	patches.suse/net-mlx5-ft-Check-prio-and-chain-sanity-for-ft-offlo.patch
	patches.suse/net-mlx5-E-Switch-Refactor-chains-and-priorities.patch
	patches.suse/net-mlx5-E-Switch-Increase-number-of-chains-and-prio.patch
	patches.suse/mlxsw-Add-irif-and-erif-disabled-traps.patch
	patches.suse/selftests-devlink_trap_l3_drops-Add-test-cases-of-ir.patch
	patches.suse/devlink-Add-non-routable-packet-trap.patch
	patches.suse/mlxsw-Add-NON_ROUTABLE-trap.patch
	patches.suse/mlxsw-reg-Add-Tunneling-IPinIP-Encapsulation-ECN-Map.patch
	patches.suse/mlxsw-reg-Add-Tunneling-IPinIP-Decapsulation-ECN-Map.patch
	patches.suse/mlxsw-Add-ECN-configurations-with-IPinIP-tunnels.patch
	patches.suse/mlxsw-spectrum_trap-Reorder-cases-according-to-enum-.patch
	patches.suse/devlink-Add-tunnel-generic-packet-traps.patch
	patches.suse/mlxsw-Add-tunnel-devlink-trap-support.patch
	patches.suse/selftests-devlink_trap_tunnel_vxlan-Add-test-case-fo.patch
	patches.suse/selftests-devlink_trap_tunnel_ipip-Add-test-case-for.patch
	patches.suse/devlink-Add-overlay-source-MAC-is-multicast-trap.patch
	patches.suse/mlxsw-Add-OVERLAY_SMAC_MC-trap.patch
	patches.suse/selftests-devlink_trap_tunnel_vxlan-Add-test-case-fo-b3073dfb.patch
	patches.suse/net-phylink-Allow-2.5BASE-T-5GBASE-T-and-10GBASE-T-f.patch
	patches.suse/net-phy-don-t-crash-in-phy_read-_write_mmd-without-a.patch
	patches.suse/net-phylink-allow-in-band-AN-for-USXGMII.patch
	patches.suse/net-phy-add-generic-ndo_do_ioctl-handler-phy_do_ioct.patch
	patches.suse/r8169-use-generic-ndo_do_ioctl-handler-phy_do_ioctl.patch
	patches.suse/mlxsw-spectrum-Push-code-getting-port-speed-into-a-h.patch
	patches.suse/mlxsw-spectrum_span-Put-buffsize-update-code-into-he.patch
	patches.suse/mlxsw-spectrum-Fix-SPAN-egress-mirroring-buffer-size.patch
	patches.suse/spectrum-Add-a-delayed-work-to-update-SPAN-buffsize-.patch
	patches.suse/IB-Allow-calls-to-ib_umem_get-from-kernel-ULPs.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-rds-Handle-ODP-mr-registration-unregistration.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/net-phy-rename-phy_do_ioctl-to-phy_do_ioctl_running.patch
	patches.suse/net-phy-add-new-version-of-phy_do_ioctl.patch
	patches.suse/net-convert-suitable-network-drivers-to-use-phy_do_ioctl.patch
	patches.suse/net-smc-allow-unprivileged-users-to-read-pnet-table
	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/net-add-queue-argument-to-__skb_wait_for_more_packet.patch
	patches.suse/xfrm-introduce-xfrm_trans_queue_net.patch
	patches.suse/esp4-prepare-esp_input_done2-for-non-UDP-encapsulati.patch
	patches.suse/esp4-split-esp_output_udp_encap-and-introduce-esp_ou.patch
	patches.suse/xfrm-add-espintcp-RFC-8229.patch
	patches.suse/libbpf-Add-probe-for-large-INSN-limit.patch
	patches.suse/bpftool-Add-misc-section-and-probe-for-large-INSN-li.patch
	patches.suse/selftests-bpf-Restore-original-comm-in-test_overhead.patch
	patches.suse/bpf-Save-PTR_TO_BTF_ID-register-state-when-spilling-.patch
	patches.suse/bpf-Avoid-storing-modifier-to-info-btf_id.patch
	patches.suse/bpf-Add-enum-support-to-btf_ctx_access.patch
	patches.suse/bpf-Support-bitfield-read-access-in-btf_struct_acces.patch
	patches.suse/bpf-Introduce-BPF_PROG_TYPE_STRUCT_OPS.patch
	patches.suse/bpf-Introduce-BPF_MAP_TYPE_STRUCT_OPS.patch
	patches.suse/bpf-tcp-Support-tcp_congestion_ops-in-bpf.patch
	patches.suse/bpf-Add-BPF_FUNC_tcp_send_ack-helper.patch
	patches.suse/bpf-Synch-uapi-bpf.h-to-tools.patch
	patches.suse/bpf-libbpf-Add-STRUCT_OPS-support.patch
	patches.suse/bpf-Add-bpf_dctcp-example.patch
	patches.suse/bpf-Document-BPF_F_QUERY_EFFECTIVE-flag.patch
	patches.suse/libbpf-Make-bpf_map-order-and-indices-stable.patch
	patches.suse/libbpf-selftests-bpf-Fix-clean-targets.patch
	patches.suse/selftests-bpf-Ensure-bpf_helper_defs.h-are-taken-fro.patch
	patches.suse/selftests-bpf-Further-clean-up-Makefile-output.patch
	patches.suse/libbpf-Sanitize-global-functions.patch
	patches.suse/bpf-Introduce-function-by-function-verification.patch
	patches.suse/selftests-bpf-Add-fexit-to-skb-test-for-global-funcs.patch
	patches.suse/selftests-bpf-Add-a-test-for-a-large-global-function.patch
	patches.suse/selftests-bpf-Modify-a-test-to-check-global-function.patch
	patches.suse/selftests-bpf-Add-unit-tests-for-global-functions.patch
	patches.suse/libbpf-Poison-kernel-only-integer-types.patch
	patches.suse/selftests-bpf-Add-BPF_PROG-BPF_KPROBE-and-BPF_KRETPR.patch
	patches.suse/tools-Sync-uapi-linux-if_link.h.patch
	patches.suse/libbpf-Clean-up-bpf_helper_defs.h-generation-output.patch
	patches.suse/selftests-bpf-Conform-selftests-bpf-Makefile-output-.patch
	patches.suse/bpftool-Apply-preserve_access_index-attribute-to-all.patch
	patches.suse/tools-bpf-Add-runqslower-tool-to-tools-bpf.patch
	patches.suse/selftests-bpf-Build-runqslower-from-selftests.patch
	patches.suse/bpf-Fix-seq_show-for-BPF_MAP_TYPE_STRUCT_OPS.patch
	patches.suse/bpf-Return-EBADRQC-for-invalid-map-type-in-__bpf_tx_.patch
	patches.suse/xsk-Support-allocations-of-large-umems.patch
	patches.suse/bpf-Add-bpf_send_signal_thread-helper.patch
	patches.suse/tools-bpf-Add-self-tests-for-bpf_send_signal_thread.patch
	patches.suse/libbpf-Support-.text-sub-calls-relocations.patch
	patches.suse/selftests-bpf-Add-a-test-for-attaching-a-bpf-fentry-.patch
	patches.suse/bpf-Add-bpf_map_-value_size-update_value-map_copy_va.patch
	patches.suse/bpf-Add-generic-support-for-lookup-batch-op.patch
	patches.suse/bpf-Add-generic-support-for-update-and-delete-batch-.patch
	patches.suse/bpf-Add-lookup-and-update-batch-ops-to-arraymap.patch
	patches.suse/bpf-Add-batch-ops-to-all-htab-bpf-map.patch
	patches.suse/tools-bpf-Sync-uapi-header-bpf.h.patch
	patches.suse/libbpf-Add-libbpf-support-to-batch-ops.patch
	patches.suse/selftests-bpf-Add-batch-ops-testing-for-htab-and-hta.patch
	patches.suse/selftests-bpf-Add-batch-ops-testing-to-array-bpf-map.patch
	patches.suse/bpftool-Fix-a-leak-of-btf-object.patch
	patches.suse/bpftool-Fix-missing-BTF-output-for-json-during-map-d.patch
	patches.suse/libbpf-Expose-bpf_find_kernel_btf-as-a-LIBBPF_API.patch
	patches.suse/bpftool-Add-struct_ops-map-name.patch
	patches.suse/bpftool-Support-dumping-a-map-with-btf_vmlinux_value.patch
	patches.suse/selftests-bpf-Add-whitelist-blacklist-of-test-names-.patch
	patches.suse/libbpf-Fix-unneeded-extra-initialization-in-bpf_map_.patch
	patches.suse/selftests-bpf-Fix-test_progs-send_signal-flakiness-w.patch
	patches.suse/libbpf-Revert-bpf_helper_defs.h-inclusion-regression.patch
	patches.suse/xdp-Move-devmap-bulk-queue-into-struct-net_device.patch
	patches.suse/xdp-Use-bulking-for-non-map-XDP_REDIRECT-and-consoli.patch
	patches.suse/devmap-Adjust-tracepoint-for-map-less-queue-flush.patch
	patches.suse/bpf-Remove-set-but-not-used-variable-first_key.patch
	patches.suse/libbpf-Fix-error-handling-bug-in-btf_dump__new.patch
	patches.suse/libbpf-Simplify-BTF-initialization-logic.patch
	patches.suse/libbpf-Fix-potential-multiplication-overflow-in-mmap.patch
	patches.suse/libbpf-Load-btf_vmlinux-only-once-per-object.patch
	patches.suse/bpf-Fix-memory-leaks-in-generic-update-delete-batch-.patch
	patches.suse/selftests-bpf-Don-t-check-for-btf-fd-in-test_btf.patch
	patches.suse/selftests-bpf-Skip-perf-hw-events-test-if-the-setup-.patch
	patches.suse/samples-bpf-Don-t-try-to-remove-user-s-homedir-on-cl.patch
	patches.suse/tools-bpf-runqslower-Fix-override-option-for-VMLINUX.patch
	patches.suse/selftests-Pass-VMLINUX_BTF-to-runqslower-Makefile.patch
	patches.suse/tools-runqslower-Use-consistent-include-paths-for-li.patch
	patches.suse/selftests-Use-consistent-include-paths-for-libbpf.patch
	patches.suse/bpftool-Use-consistent-include-paths-for-libbpf.patch
	patches.suse/samples-bpf-Use-consistent-include-paths-for-libbpf.patch
	patches.suse/tools-runqslower-Remove-tools-lib-bpf-from-include-p.patch
	patches.suse/runsqslower-Support-user-specified-libbpf-include-an.patch
	patches.suse/selftests-Refactor-build-to-remove-tools-lib-bpf-fro.patch
	patches.suse/bpf-don-t-bother-with-getname-kern_path-use-user_pat.patch
	patches.suse/xsk-net-Make-sock_def_readable-have-external-linkage.patch
	patches.suse/bpf-Fix-trampoline-usage-in-preempt.patch
	patches.suse/bpf-Fix-error-path-under-memory-pressure.patch
	patches.suse/selftests-bpf-Build-urandom_read-with-LDFLAGS-and-LD.patch
	patches.suse/bpf-btf-Always-output-invariant-hit-in-pahole-DWARF-.patch
	patches.suse/bpf-Introduce-dynamic-program-extensions.patch
	patches.suse/libbpf-Add-support-for-program-extensions.patch
	patches.suse/selftests-bpf-Add-tests-for-program-extensions.patch
	patches.suse/bpf-Add-BPF_FUNC_jiffies64.patch
	patches.suse/bpf-Sync-uapi-bpf.h-to-tools.patch
	patches.suse/bpf-tcp-Add-bpf_cubic-example.patch
	patches.suse/net-sched-pie-move-common-code-to-pie.h.patch
	patches.suse/pie-use-U64_MAX-to-denote-2-64-1.patch
	patches.suse/pie-rearrange-macros-in-order-of-length.patch
	patches.suse/pie-use-u8-instead-of-bool-in-pie_vars.patch
	patches.suse/pie-rearrange-structure-members-and-their-initializa.patch
	patches.suse/pie-improve-comments-and-commenting-style.patch
	patches.suse/net-sched-pie-fix-commenting.patch
	patches.suse/net-sched-pie-fix-alignment-in-struct-instances.patch
	patches.suse/net-sched-pie-export-symbols-to-be-reused-by-FQ-PIE.patch
	patches.suse/net-sched-add-Flow-Queue-PIE-packet-scheduler.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-mlx5-make-the-symbol-ESW_POOLS-static.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/net-bridge-check-port-state-before-br_allowed_egress.patch
	patches.suse/net-bridge-vlan-add-basic-option-dumping-support.patch
	patches.suse/net-bridge-vlan-add-basic-option-setting-support.patch
	patches.suse/net-bridge-vlan-add-per-vlan-state.patch
	patches.suse/devlink-Add-health-recover-notifications-on-devlink-.patch
	patches.suse/msft-hv-2010-hv_netvsc-Add-XDP-support.patch
	patches.suse/net-sched-sch_tbf-Don-t-overwrite-backlog-before-dum.patch
	patches.suse/net-sched-Make-TBF-Qdisc-offloadable.patch
	patches.suse/mlxsw-spectrum_qdisc-Extract-a-per-TC-stat-function.patch
	patches.suse/mlxsw-spectrum_qdisc-Add-mlxsw_sp_qdisc_get_class_st.patch
	patches.suse/mlxsw-spectrum_qdisc-Extract-a-common-leaf-unoffload.patch
	patches.suse/mlxsw-reg-Add-max_shaper_bs-to-QoS-ETS-Element-Confi.patch
	patches.suse/mlxsw-reg-Increase-MLXSW_REG_QEEC_MAS_DIS.patch
	patches.suse/mlxsw-spectrum-Add-lowest_shaper_bs-to-struct-mlxsw_.patch
	patches.suse/mlxsw-spectrum-Configure-shaper-rate-and-burst-size-.patch
	patches.suse/mlxsw-spectrum_qdisc-Support-offloading-of-TBF-Qdisc.patch
	patches.suse/selftests-Move-two-functions-from-mlxsw-s-qos_lib-to.patch
	patches.suse/selftests-forwarding-lib-Add-helpers-for-busywaiting.patch
	patches.suse/selftests-mlxsw-Add-a-TBF-selftest.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-shift-some-bridgeport-code-around
	patches.suse/s390-qeth-consolidate-qdio-queue-setup
	patches.suse/s390-qeth-consolidate-online-offline-code
	patches.suse/s390-qeth-make-cmd-reply-matching-more-flexible
	patches.suse/s390-qeth-remove-hardsetup-state
	patches.suse/netfilter-nf_tables-add-nft_setelem_parse_key.patch
	patches.suse/netfilter-nf_tables-add-NFTA_SET_ELEM_KEY_END-attrib.patch
	patches.suse/netfilter-nf_tables-Support-for-sets-with-multiple-r.patch
	patches.suse/bitmap-Introduce-bitmap_cut-cut-bits-and-shift-remai.patch
	patches.suse/nf_tables-Add-set-type-for-arbitrary-concatenation-o.patch
	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-Add-fraglist-GRO-GSO-feature-flags.patch
	patches.suse/net-Support-GRO-GSO-fraglist-chaining.patch
	patches.suse/net-push-code-from-net-notifier-reg-unreg-into-helpe.patch
	patches.suse/net-introduce-dev_net-notifier-register-unregister-v.patch
	patches.suse/mlx5-Use-dev_net-netdevice-notifier-registrations.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/r8169-don-t-set-min_mtu-max_mtu-if-not-needed.patch
	patches.suse/drivers-net-xgene-Fix-the-order-of-the-arguments-of-.patch
	patches.suse/Bluetooth-Adding-a-bt_dev_warn_ratelimited-macro.patch
	patches.suse/Bluetooth-Remove-usage-of-BT_ERR_RATELIMITED-macro.patch
	patches.suse/Bluetooth-hci_bcm-Add-device-tree-compatible-for-BCM.patch
	patches.suse/Bluetooth-hci_qca-Replace-of_device_get_match_data-w.patch
	patches.suse/Bluetooth-btbcm-Add-missing-static-inline-in-header.patch
	patches.suse/Bluetooth-hci_bcm-Drive-RTS-only-for-BCM43438.patch
	patches.suse/Bluetooth-hci_qca-Collect-controller-memory-dump-dur.patch
	patches.suse/Bluetooth-Add-support-for-LE-PHY-Update-Complete-eve.patch
	patches.suse/Bluetooth-Auto-tune-if-input-MTU-is-set-to-0.patch
	patches.suse/Bluetooth-btusb-Add-support-for-04ca-3021-QCA_ROME-d.patch
	patches.suse/Bluetooth-remove-redundant-assignment-to-variable-ic.patch
	patches.suse/Bluetooth-hci_qca-Use-vfree-instead-of-kfree.patch
	patches.suse/Bluetooth-hci_qca-Remove-set-but-not-used-variable-o.patch
	patches.suse/Bluetooth-btbcm-Fix-warning-about-missing-blank-line.patch
	patches.suse/Bluetooth-hci_qca-Add-qca_power_on-API-to-support-bo.patch
	patches.suse/Bluetooth-Implementation-of-MGMT_OP_SET_BLOCKED_KEYS.patch
	patches.suse/Bluetooth-Add-definitions-for-CIS-connections.patch
	patches.suse/Bluetooth-hci_vhci-Add-support-for-ISO-packets.patch
	patches.suse/Bluetooth-monitor-Add-support-for-ISO-packets.patch
	patches.suse/Bluetooth-Make-use-of-__check_timeout-on-hci_sched_l.patch
	patches.suse/Bluetooth-hci_h4-Add-support-for-ISO-packets.patch
	patches.suse/Bluetooth-hci_h5-Add-support-for-ISO-packets.patch
	patches.suse/Bluetooth-btsdio-Check-for-valid-packet-type.patch
	patches.suse/Bluetooth-hci_bcm-enable-IRQ-capability-from-devicet.patch
	patches.suse/Bluetooth-hci_qca-Add-QCA-Rome-power-off-support-to-.patch
	patches.suse/Bluetooth-hci_qca-Retry-btsoc-initialize-when-it-fai.patch
	patches.suse/Bluetooth-hci_qca-Enable-power-off-on-support-during.patch
	patches.suse/Bluetooth-Increment-management-interface-revision.patch
	patches.suse/Bluetooth-adding-missing-const-decoration-to-mgmt_st.patch
	patches.suse/Bluetooth-fix-appearance-typo-in-mgmt.c.patch
	patches.suse/Bluetooth-btrtl-Use-kvmalloc-for-FW-allocations.patch
	patches.suse/Bluetooth-Add-missing-checks-for-HCI_ISODATA_PKT-pac.patch
	patches.suse/Bluetooth-Move-min-max-_key_size-debugfs-into-hci_de.patch
	patches.suse/Bluetooth-Fix-race-condition-in-hci_release_sock.patch
	patches.suse/iwlwifi-mvm-update-powersave-correctly-for-D3.patch
	patches.suse/iwlwifi-dbg_ini-don-t-skip-a-TX-FIFO-when-dumping.patch
	patches.suse/iwlwifi-scan-remove-support-for-fw-scan-api-v11.patch
	patches.suse/iwlwifi-mvm-add-support-for-location-range-request-v.patch
	patches.suse/iwlwifi-mvm-add-support-for-responder-config-command.patch
	patches.suse/iwlwifi-allocate-more-receive-buffers-for-HE-devices.patch
	patches.suse/iwlwifi-pcie-map-only-used-part-of-RX-buffers.patch
	patches.suse/iwlwifi-pcie-use-partial-pages-if-applicable.patch
	patches.suse/iwlwifi-pcie-validate-queue-ID-before-array-deref-bi.patch
	patches.suse/iwlwifi-remove-some-outdated-iwl22000-configurations.patch
	patches.suse/iwlwifi-remove-CSR-registers-abstraction.patch
	patches.suse/iwlwifi-mvm-Update-BEACON_TEMPLATE_CMD-firmware-API.patch
	patches.suse/iwlwifi-yoyo-don-t-allow-changing-the-domain-via-deb.patch
	patches.suse/iwlwifi-yoyo-remove-unnecessary-active-triggers-stat.patch
	patches.suse/iwlwifi-yoyo-remove-the-iwl_dbg_tlv_gen_active_trigs.patch
	patches.suse/iwlwifi-add-new-iwlax411-struct-for-type-SoSnj.patch
	patches.suse/iwlwifi-yoyo-check-for-the-domain-on-all-TLV-types-d.patch
	patches.suse/iwlwifi-incorporate-firmware-filename-into-version.patch
	patches.suse/iwlwifi-mvm-print-out-extended-secboot-status-before.patch
	patches.suse/iwlwifi-prph-remove-some-unused-register-definitions.patch
	patches.suse/iwlwifi-assume-the-driver_data-is-a-trans_cfg-but-al.patch
	patches.suse/iwlwifi-implement-a-new-device-configuration-table.patch
	patches.suse/iwlwifi-add-device-name-to-device_info.patch
	patches.suse/mwifiex-drop-most-magic-numbers-from-mwifiex_process.patch
	patches.suse/wlcore-mesh-Add-support-for-RX-Broadcast-Key.patch
	patches.suse/hostap-Adjust-indentation-in-prism2_hostapd_add_sta.patch
	patches.suse/rtw88-pci-reset-ring-index-when-release-skbs-in-tx-r.patch
	patches.suse/rtw88-pci-reset-dma-when-reset-pci-trx-ring.patch
	patches.suse/rtw88-add-interface-config-for-8822c.patch
	patches.suse/rtw88-load-wowlan-firmware-if-wowlan-is-supported.patch
	patches.suse/rtw88-support-wowlan-feature-for-8822c.patch
	patches.suse/rtw88-Add-wowlan-pattern-match-support.patch
	patches.suse/rtw88-Add-wowlan-net-detect-support.patch
	patches.suse/rtw88-fix-rate-mask-for-1SS-chip.patch
	patches.suse/rtw88-fix-TX-secondary-channel-offset-of-40M-if-curr.patch
	patches.suse/rtw88-8822c-update-power-sequence-to-v15.patch
	patches.suse/rtw88-remove-unused-spinlock.patch
	patches.suse/rtw88-remove-unused-variable-in_lps.patch
	patches.suse/rtw88-remove-unused-vif-pointer-in-struct-rtw_vif.patch
	patches.suse/rtw88-use-rtw_hci_stop-instead-of-rtwdev-hci.ops-sto.patch
	patches.suse/rtw88-assign-NULL-to-skb-after-being-kfree-ed.patch
	patches.suse/rtw88-change-max_num_of_tx_queue-definition-to-inlin.patch
	patches.suse/rtlwifi-rtl8192cu-Fix-typo.patch
	patches.suse/rtlwifi-rtl8188ee-Make-functions-static-rm-sw.h.patch
	patches.suse/rtlwifi-rtl8192ce-Make-functions-static-rm-sw.h.patch
	patches.suse/rtlwifi-rtl8192cu-Remove-sw.h-header.patch
	patches.suse/rtlwifi-rtl8192ee-Make-functions-static-rm-sw.h.patch
	patches.suse/rtlwifi-rtl8192se-Remove-sw.h-header.patch
	patches.suse/rtlwifi-rtl8723ae-Make-functions-static-rm-sw.h.patch
	patches.suse/rtlwifi-rtl8723be-Make-functions-static-rm-sw.h.patch
	patches.suse/rtlwifi-rtl8821ae-Make-functions-static-rm-sw.h.patch
	patches.suse/rtw88-use-true-false-for-bool-variable.patch
	patches.suse/cw1200-use-true-false-for-bool-variable.patch
	patches.suse/brcmfmac-use-true-false-for-bool-variable.patch
	patches.suse/brcmfmac-sdio-Fix-OOB-interrupt-initialization-on-br.patch
	patches.suse/brcmfmac-simplify-building-interface-combinations.patch
	patches.suse/brcmfmac-add-initial-support-for-monitor-mode.patch
	patches.suse/rtw88-fix-potential-NULL-skb-access-in-TX-ISR.patch
	patches.suse/rtw88-use-shorter-delay-time-to-poll-PS-state.patch
	patches.suse/brcmfmac-Remove-always-false-idx-0-statement.patch
	patches.suse/qtnfmac-cleanup-slave_radar-access-function.patch
	patches.suse/qtnfmac-add-module-param-to-configure-DFS-offload.patch
	patches.suse/qtnfmac-control-qtnfmac-wireless-interfaces-bridging.patch
	patches.suse/qtnfmac-add-support-for-STA-HE-rates.patch
	patches.suse/qtnfmac-add-support-for-TWT-responder-and-spatial-re.patch
	patches.suse/rtlwifi-rtl8188ee-remove-redundant-assignment-to-var.patch
	patches.suse/rtlwifi-rtl8821ae-remove-unused-variables.patch
	patches.suse/rtlwifi-rtl8192ee-remove-unused-variables.patch
	patches.suse/rtlwifi-rtl8723ae-remove-unused-variables.patch
	patches.suse/rtlwifi-btcoex-fix-spelling-mistake-initilized-initi.patch
	patches.suse/iwlegacy-ensure-loop-counter-addr-does-not-wrap-and-.patch
	patches.suse/ath9k-use-true-false-for-bool-variable.patch
	patches.suse/wil6210-use-true-false-for-bool-variable.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/ath10k-Add-optional-qdss-clk.patch
	patches.suse/ath10k-use-true-false-for-bool-variable.patch
	patches.suse/ath10k-drop-RX-skb-with-invalid-length-for-sdio.patch
	patches.suse/Revert-ath10k-fix-DMA-related-firmware-crashes-on-mu.patch
	patches.suse/ath10k-Don-t-call-SCM-interface-for-statically-mappe.patch
	patches.suse/ath10k-Correct-the-DMA-direction-for-management-tx-b.patch
	patches.suse/ath10k-Add-newlines-to-printk-messages.patch
	patches.suse/ath10k-Use-device_get_match_data-to-simplify-code.patch
	patches.suse/ar5523-Add-USB-ID-of-SMCWUSBT-G2-wireless-adapter.patch
	patches.suse/ar5523-fix-spelling-mistake-to-too.patch
	patches.suse/wcn36xx-fix-spelling-mistake-to-too.patch
	patches.suse/ethtool-fix-kernel-doc-descriptions.patch
	patches.suse/ethtool-provide-message-mask-with-DEBUG_GET-request.patch
	patches.suse/ethtool-set-message-mask-with-DEBUG_SET-request.patch
	patches.suse/ethtool-add-DEBUG_NTF-notification.patch
	patches.suse/ethtool-provide-WoL-settings-with-WOL_GET-request.patch
	patches.suse/ethtool-set-wake-on-lan-settings-with-WOL_SET-reques.patch
	patches.suse/ethtool-add-WOL_NTF-notification.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/devlink-document-devlink-info-versions-reported-by-b.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/bpf-devmap-Pass-lockdep-expression-to-RCU-lists.patch
	patches.suse/selftests-bpf-Initialize-duration-variable-before-us.patch
	patches.suse/selftests-bpf-Improve-bpftool-changes-detection.patch
	patches.suse/bpftool-Print-function-linkage-in-BTF-dump.patch
	patches.suse/selftests-bpf-Use-a-temporary-file-in-test_sockmap.patch
	patches.suse/selftests-bpf-Ignore-FIN-packets-for-reuseport-tests.patch
	patches.suse/selftests-bpf-Make-reuseport-test-output-more-legibl.patch
	patches.suse/selftests-bpf-Reset-global-state-between-reuseport-t.patch
	patches.suse/libbpf-Improve-handling-of-failed-CO-RE-relocations.patch
	patches.suse/libbpf-Fix-realloc-usage-in-bpf_core_find_cands.patch
	patches.suse/bpf-Allow-BTF-ctx-access-for-string-pointers.patch
	patches.suse/bpf-Allow-to-resolve-bpf-trampoline-and-dispatcher-i.patch
	patches.suse/selftest-bpf-Add-test-for-allowed-trampolines-count.patch
	patches.suse/tools-bpf-Allow-overriding-llvm-tools-for-runqslower.patch
	patches.suse/bpf-map_seq_next-should-always-increase-position-ind.patch
	patches.suse/bpf-xdp-Update-devmap-comments-to-reflect-napi-rcu-u.patch
	patches.suse/bpf-xdp-virtio_net-use-access-ptr-macro-for-xdp-enab.patch
	patches.suse/bpf-xdp-Remove-no-longer-required-rcu_read_-un-lock.patch
	patches.suse/flow_dissector-Fix-to-use-new-variables-for-port-ran.patch
	patches.suse/selftests-bpf-Add-test-based-on-port-range-for-BPF-f.patch
	patches.suse/qed-FW-8.42.2.0-Internal-ram-offsets-modifications.patch
	patches.suse/qed-FW-8.42.2.0-Expose-new-registers-and-change-wind.patch
	patches.suse/qed-FW-8.42.2.0-Queue-Manager-changes.patch
	patches.suse/qed-FW-8.42.2.0-Parser-offsets-modified.patch
	patches.suse/qed-Use-dmae-to-write-to-widebus-registers-in-fw_fun.patch
	patches.suse/qed-FW-8.42.2.0-Additional-ll2-type.patch
	patches.suse/qed-Add-abstraction-for-different-hsi-values-per-chi.patch
	patches.suse/qed-FW-8.42.2.0-iscsi-fcoe-changes.patch
	patches.suse/qed-FW-8.42.2.0-HSI-changes.patch
	patches.suse/qed-FW-8.42.2.0-Add-fw-overlay-feature.patch
	patches.suse/qed-Debug-feature-ilt-and-mdump.patch
	patches.suse/qed-rt-init-valid-initialization-changed.patch
	patches.suse/qed-FW-8.42.2.0-debug-features.patch
	patches.suse/udp-segment-looped-gso-packets-correctly.patch
	patches.suse/ALSA-hda-Use-standard-waitqueue-for-RIRB-wakeup.patch
	patches.suse/ALSA-aoa-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-aaci-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-atmel-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-aloop-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-dummy-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-ml403-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-pcsp-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-vx-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-firewire-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-ad1816a-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-cmi8330-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-es1688-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-es18xx-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-sb-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-gus-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-wss-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-mips-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-parisc-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-ad1889-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-ali5451-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-als300-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-als4000-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-asihpi-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-atiixp-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-au88x0-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-aw2-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-azt3328-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-bt87x-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-ca0106-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-cmipci-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-cs4281-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-cs5535-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-ctxfi-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-echoaudio-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-emu10k1x-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-emu10k1-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-ens137x-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-es1938-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-fm801-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-hda-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-ice1712-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-ice1724-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-intel8x0-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-lola-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-lx6464es-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-maestro3-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-mixart-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-oxygen-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-riptide-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-rme32-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-sis7019-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-sonicvibes-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-trident-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-via82xx-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-ymfpci-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-pdaudiocf-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-pmac-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-ps3-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-aica-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-sh-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-sparc-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-spi-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-6fire-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-caiaq-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-hiface-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-line6-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-ua101-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-usx2y-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-usb-audio-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-pcxhr-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-hdml-lpe-audio-Use-managed-buffer-allocation.patch
	patches.suse/ALSA-aoa-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ALSA-arm-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ALSA-atmel-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ALSA-drivers-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ALSA-firewire-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ALSA-es1688-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ALSA-isa-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ALSA-mips-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ALSA-parisc-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ALSA-intel8x0-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ALSA-via82xx-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ALSA-atiixp-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ALSA-asihpi-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ALSA-trident-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ALSA-pci-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ALSA-pcmcia-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ALSA-ppc-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ALSA-sh-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ALSA-sparc-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ALSA-spi-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ALSA-usb-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ALSA-x86-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ALSA-xen-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ALSA-ad1889-Support-PCM-sync_stop.patch
	patches.suse/ALSA-ali5451-Support-PCM-sync_stop.patch
	patches.suse/ALSA-als300-Support-PCM-sync_stop.patch
	patches.suse/ALSA-atiixp-Support-PCM-sync_stop.patch
	patches.suse/ALSA-au88x0-Support-PCM-sync_stop.patch
	patches.suse/ALSA-aw2-Support-PCM-sync_stop.patch
	patches.suse/ALSA-azt3328-Support-PCM-sync_stop.patch
	patches.suse/ALSA-bt87x-Support-PCM-sync_stop.patch
	patches.suse/ALSA-ca0106-Support-PCM-sync_stop.patch
	patches.suse/ALSA-cmipci-Support-PCM-sync_stop.patch
	patches.suse/ALSA-cs4281-Support-PCM-sync_stop.patch
	patches.suse/ALSA-cs46xx-Support-PCM-sync_stop.patch
	patches.suse/ALSA-cs5535audio-Support-PCM-sync_stop.patch
	patches.suse/ALSA-ctxfi-Support-PCM-sync_stop.patch
	patches.suse/ALSA-echoaudio-Support-PCM-sync_stop.patch
	patches.suse/ALSA-emu10k1-Support-PCM-sync_stop.patch
	patches.suse/ALSA-ens137x-Support-PCM-sync_stop.patch
	patches.suse/ALSA-es1938-Support-PCM-sync_stop.patch
	patches.suse/ALSA-es1968-Support-PCM-sync_stop.patch
	patches.suse/ALSA-fm801-Support-PCM-sync_stop.patch
	patches.suse/ALSA-hda-Support-PCM-sync_stop.patch
	patches.suse/ALSA-ice1712-Support-PCM-sync_stop.patch
	patches.suse/ALSA-ice1724-Support-PCM-sync_stop.patch
	patches.suse/ALSA-intel8x0-Support-PCM-sync_stop.patch
	patches.suse/ALSA-korg1212-Support-PCM-sync_stop.patch
	patches.suse/ALSA-lola-Support-PCM-sync_stop.patch
	patches.suse/ALSA-maestro3-Support-PCM-sync_stop.patch
	patches.suse/ALSA-nm256-Support-PCM-sync_stop.patch
	patches.suse/ALSA-oxygen-Support-PCM-sync_stop.patch
	patches.suse/ALSA-riptide-Support-PCM-sync_stop.patch
	patches.suse/ALSA-rme32-Support-PCM-sync_stop.patch
	patches.suse/ALSA-rme96-Support-PCM-sync_stop.patch
	patches.suse/ALSA-rme9652-Support-PCM-sync_stop.patch
	patches.suse/ALSA-sis7019-Support-PCM-sync_stop.patch
	patches.suse/ALSA-sonicvibes-Support-PCM-sync_stop.patch
	patches.suse/ALSA-trident-Support-PCM-sync_stop.patch
	patches.suse/ALSA-via82xx-Support-PCM-sync_stop.patch
	patches.suse/ALSA-ymfpci-Support-PCM-sync_stop.patch
	patches.suse/ALSA-ad1816a-Support-PCM-sync_stop.patch
	patches.suse/ALSA-es1688-Support-PCM-sync_stop.patch
	patches.suse/ALSA-es18xx-Support-PCM-sync_stop.patch
	patches.suse/ALSA-gus-Support-PCM-sync_stop.patch
	patches.suse/ALSA-msnd-Support-PCM-sync_stop.patch
	patches.suse/ALSA-opl3sa2-Support-PCM-sync_stop.patch
	patches.suse/ALSA-opti9xx-Support-PCM-sync_stop.patch
	patches.suse/ALSA-sb-Support-PCM-sync_stop.patch
	patches.suse/ALSA-wavefront-Support-PCM-sync_stop.patch
	patches.suse/ALSA-wss-Support-PCM-sync_stop.patch
	patches.suse/ALSA-lx6464es-Support-PCM-sync_stop.patch
	patches.suse/ALSA-mixart-Support-PCM-sync_stop.patch
	patches.suse/ALSA-pcxhr-Support-PCM-sync_stop.patch
	patches.suse/ALSA-vx222-Support-PCM-sync_stop.patch
	patches.suse/ALSA-pdaudiocf-Support-PCM-sync_stop.patch
	patches.suse/ALSA-vxpocket-Support-PCM-sync_stop.patch
	patches.suse/ALSA-usb-audio-Support-PCM-sync_stop.patch
	patches.suse/ALSA-hda-tegra-Fix-unused-variable-compile-warning.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-cmipci-Allow-disabling-MPU-port-via-module-opti.patch
	patches.suse/ALSA-Replace-timespec-with-timespec64.patch
	patches.suse/ALSA-Avoid-using-timespec-for-struct-snd_timer_statu.patch
	patches.suse/ALSA-Avoid-using-timespec-for-struct-snd_ctl_elem_va.patch
	patches.suse/ALSA-Avoid-using-timespec-for-struct-snd_pcm_status.patch
	patches.suse/ALSA-Avoid-using-timespec-for-struct-snd_rawmidi_sta.patch
	patches.suse/ALSA-Avoid-using-timespec-for-struct-snd_timer_tread.patch
	patches.suse/ALSA-move-snd_pcm_ioctl_sync_ptr_compat-into-pcm_nat.patch
	patches.suse/ALSA-add-new-32-bit-layout-for-snd_pcm_mmap_status-c.patch
	patches.suse/ALSA-bump-uapi-version-numbers.patch
	patches.suse/ALSA-usx2y-Adjust-indentation-in-snd_usX2Y_hwdep_dsp.patch
	patches.suse/ALSA-emu10k1-Make-uapi-emu10k1.h-compilable-again.patch
	patches.suse/ALSA-hdsp-Make-uapi-hdsp.h-compilable-again.patch
	patches.suse/ALSA-hdspm-Drop-linux-types.h-inclusion-in-uapi-head.patch
	patches.suse/ALSA-uapi-Fix-typos-and-header-inclusion-in-asound.h.patch
	patches.suse/ALSA-uapi-Drop-asound.h-inclusion-from-asoc.h.patch
	patches.suse/ALSA-uapi-Drop-unneeded-typedefs.patch
	patches.suse/ALSA-ctl-remove-unused-macro-for-timestamping-of-ele.patch
	patches.suse/ALSA-pci-echoaudio-remove-usage-of-dimen-menber-of-e.patch
	patches.suse/ALSA-ctl-remove-dimen-member-from-elem_info-structur.patch
	patches.suse/ALSA-ctl-bump-protocol-version-up-to-v2.1.0.patch
	patches.suse/ALSA-ctl-allow-TLV-read-operation-for-callback-type-.patch
	patches.suse/ALSA-control-Fix-incompatible-protocol-error.patch
	patches.suse/ALSA-usb-audio-fix-Corsair-Virtuoso-mixer-label-coll.patch
	patches.suse/ALSA-uapi-Add-linux-types.h-include-back-but-careful.patch
	patches.suse/ALSA-ad1816a-constify-copied-structure.patch
	patches.suse/ALSA-hda-constify-copied-structure.patch
	patches.suse/ALSA-pci-Constify-snd_pcm_hardware-definitions.patch
	patches.suse/ALSA-usb-Constify-snd_pcm_hardware-definitions.patch
	patches.suse/ALSA-core-Treat-snd_device_ops-as-const.patch
	patches.suse/ALSA-core-Constify-snd_device_ops-definitions.patch
	patches.suse/ALSA-drivers-Constify-snd_device_ops-definitions.patch
	patches.suse/ALSA-i2c-Constify-snd_device_ops-definitions.patch
	patches.suse/ALSA-isa-Constify-snd_device_ops-definitions.patch
	patches.suse/ALSA-hda-Constify-snd_device_ops-definitions.patch
	patches.suse/ALSA-pci-Constify-snd_device_ops-definitions.patch
	patches.suse/ALSA-usb-Constify-snd_device_ops-definitions.patch
	patches.suse/ALSA-aoa-Constify-snd_device_ops-definitions.patch
	patches.suse/ALSA-mips-Constify-snd_device_ops-definitions.patch
	patches.suse/ALSA-parisc-Constify-snd_device_ops-definitions.patch
	patches.suse/ALSA-pcmcia-Constify-snd_device_ops-definitions.patch
	patches.suse/ALSA-ppc-Constify-snd_device_ops-definitions.patch
	patches.suse/ALSA-sparc-Constify-snd_device_ops-definitions.patch
	patches.suse/ALSA-sh-Constify-snd_device_ops-definitions.patch
	patches.suse/ALSA-spi-Constify-snd_device_ops-definitions.patch
	patches.suse/ALSA-timer-Constify-snd_timer_hardware-definitions.patch
	patches.suse/ALSA-Constify-snd_timer_hardware-definitions.patch
	patches.suse/ALSA-ac97-Treat-snd_ac97_bus_ops-as-const.patch
	patches.suse/ALSA-ac97-Constify-snd_ac97_bus_ops-definitions.patch
	patches.suse/ALSA-arm-Constify-snd_ac97_bus_ops-definitions.patch
	patches.suse/ALSA-atmel-Constify-snd_ac97_bus_ops-definitions.patch
	patches.suse/ALSA-drivers-Constify-snd_ac97_bus_ops-definitions.patch
	patches.suse/ALSA-pci-Constify-snd_ac97_bus_ops-definitions.patch
	patches.suse/ALSA-info-Make-snd_info_entry_ops-as-const.patch
	patches.suse/ALSA-seq-Constify-struct-snd_midi_op.patch
	patches.suse/ALSA-vx-Constify-snd_vx_hardware-and-snd_vx_ops-defi.patch
	patches.suse/ALSA-mixer-oss-Constify-snd_mixer_oss_assign_table-d.patch
	patches.suse/ALSA-aoa-Constify-snd_kcontrol_new-items.patch
	patches.suse/ALSA-drivers-Constify-snd_kcontrol_new-items.patch
	patches.suse/ALSA-i2c-Constify-snd_kcontrol_new-items.patch
	patches.suse/ALSA-isa-Constify-snd_kcontrol_new-items.patch
	patches.suse/ALSA-hda-Constify-snd_kcontrol_new-items.patch
	patches.suse/ALSA-pci-Constify-snd_kcontrol_new-items.patch
	patches.suse/ALSA-ppc-Constify-snd_kcontrol_new-items.patch
	patches.suse/ALSA-sparc-Constify-snd_kcontrol_new-items.patch
	patches.suse/ALSA-spi-Constify-snd_kcontrol_new-items.patch
	patches.suse/ALSA-usb-Constify-snd_kcontrol_new-items.patch
	patches.suse/ALSA-parisc-Constify-snd_kcontrol_new-items.patch
	patches.suse/ALSA-dummy-Constify-snd_pcm_ops-definitions.patch
	patches.suse/ALSA-opl3-Constify-snd_opl3_drum_voice-definitions.patch
	patches.suse/ALSA-ac97-Constify-snd_ac97_res_table-definition.patch
	patches.suse/ALSA-ca0106-Constify-snd_ca0106_category_str-items.patch
	patches.suse/ALSA-ca0106-Constify-snd_ca0106_details.patch
	patches.suse/ALSA-ice17xx-Constify-snd_ice1712_card_info.patch
	patches.suse/ALSA-ice1712-Constify-wm-specific-tables.patch
	patches.suse/ALSA-line6-Constify-snd_ratden-definitions.patch
	patches.suse/ALSA-usx2y-Constify-struct-snd_usb_audio_quirk-entri.patch
	patches.suse/ALSA-seq-oss-Constify-snd_seq_oss_callback-definitio.patch
	patches.suse/ALSA-bt87x-Constify-snd_bt87x_boards.patch
	patches.suse/ALSA-emu10k1-Constify-snd_emu_chip_details.patch
	patches.suse/ALSA-es1968-Constify-snd_es1968_tea575x_gpios.patch
	patches.suse/ALSA-fm801-Constify-snd_fm801_tea575x_gpios.patch
	patches.suse/ALSA-hda-Constify-snd_pci_quirk-tables.patch
	patches.suse/ALSA-pci-Constify-snd_pci_quirk-tables.patch
	patches.suse/ALSA-hda-constify-and-cleanup-static-NodeID-tables.patch
	patches.suse/ALSA-control-Add-verification-for-kctl-accesses.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-Allow-const-arrays-for-legacy-resource-manageme.patch
	patches.suse/ALSA-aoa-More-constifications.patch
	patches.suse/ALSA-hda-realtek-More-constifications.patch
	patches.suse/ALSA-dummy-More-constifications.patch
	patches.suse/ALSA-pcm-More-constifications.patch
	patches.suse/ALSA-seq-More-constifications.patch
	patches.suse/ALSA-vx-More-constifications.patch
	patches.suse/ALSA-intel8x0-More-constifications.patch
	patches.suse/ALSA-hda-More-constifications.patch
	patches.suse/ALSA-ac97-More-constifications.patch
	patches.suse/ALSA-usb-audio-More-constifications.patch
	patches.suse/ALSA-caiaq-More-constifications.patch
	patches.suse/ALSA-au88x0-More-constifications.patch
	patches.suse/ALSA-emu10k1-More-constifications.patch
	patches.suse/ALSA-riptide-More-constifications.patch
	patches.suse/ALSA-ice1712-More-constifications.patch
	patches.suse/ALSA-ppc-More-constifications.patch
	patches.suse/ALSA-hdsp-More-constifications.patch
	patches.suse/ALSA-hdspm-More-constifications.patch
	patches.suse/ALSA-rme9652-More-constifications.patch
	patches.suse/ALSA-emux-More-constifications.patch
	patches.suse/ALSA-usx2y-More-constifications.patch
	patches.suse/ALSA-pcxhr-More-constifications.patch
	patches.suse/ALSA-mixart-More-constifications.patch
	patches.suse/ALSA-ymfpci-More-constifications.patch
	patches.suse/ALSA-bcd2000-More-constifications.patch
	patches.suse/ALSA-nm256-More-constifications.patch
	patches.suse/ALSA-korg1212-More-constifications.patch
	patches.suse/ALSA-cs46xx-More-constifications.patch
	patches.suse/ALSA-ca0106-More-constifications.patch
	patches.suse/ALSA-ctxfi-More-constifications.patch
	patches.suse/ALSA-asihpi-More-constifications.patch
	patches.suse/ALSA-atiixp-More-constifications.patch
	patches.suse/ALSA-es1938-More-constifications.patch
	patches.suse/ALSA-es1968-More-constifications.patch
	patches.suse/ALSA-cmipci-More-constifications.patch
	patches.suse/ALSA-sparc-More-constifications.patch
	patches.suse/ALSA-info-More-constifications.patch
	patches.suse/ALSA-jack-More-constification.patch
	patches.suse/ALSA-oss-More-constifications.patch
	patches.suse/ALSA-rawmidi-More-constification.patch
	patches.suse/ALSA-opl3-More-constifications.patch
	patches.suse/ALSA-cmi8328-More-constifications.patch
	patches.suse/ALSA-cs423x-More-constification.patch
	patches.suse/ALSA-sb-More-constifications.patch
	patches.suse/ALSA-cmi8330-More-constifications.patch
	patches.suse/ALSA-es1688-More-constifications.patch
	patches.suse/ALSA-es18xx-More-constifications.patch
	patches.suse/ALSA-gus-More-constifications.patch
	patches.suse/ALSA-opti9xx-More-constifications.patch
	patches.suse/ALSA-wss-More-constifications.patch
	patches.suse/ALSA-sc6000-More-constification.patch
	patches.suse/ALSA-mts64-More-constifications.patch
	patches.suse/ALSA-aw2-More-constifications.patch
	patches.suse/ALSA-lx6464es-More-constifications.patch
	patches.suse/ALSA-arm-More-constification.patch
	patches.suse/ALSA-opl4-More-constification.patch
	patches.suse/ALSA-serial-u16550-More-constification.patch
	patches.suse/ALSA-ak4531-More-constification.patch
	patches.suse/ALSA-azt3328-More-constification.patch
	patches.suse/ALSA-cs4281-More-constification.patch
	patches.suse/ALSA-echoaudio-More-constification.patch
	patches.suse/ALSA-ens137x-More-constification.patch
	patches.suse/ALSA-fm801-More-constification.patch
	patches.suse/ALSA-via82xx-More-constification.patch
	patches.suse/ALSA-pdaudiocf-More-constification.patch
	patches.suse/ALSA-spi-More-constification.patch
	patches.suse/ALSA-sh-Fix-compile-warning-wrt-const.patch
	patches.suse/ALSA-control-potential-uninitialized-return-value.patch
	patches.suse/ALSA-pci-echoaudio-remove-set-but-not-used-variable-.patch
	patches.suse/ALSA-hda-Fix-a-typo-in-comments.patch
	patches.suse/ALSA-timer-fix-nsec-sec-initialization-confusion.patch
	patches.suse/ALSA-hda-patch_realtek-fix-empty-macro-usage-in-if-b.patch
	patches.suse/ALSA-usb-update-old-style-static-const-declaration.patch
	patches.suse/ALSA-oxfw-use-ENXIO-for-not-supported-cases.patch
	patches.suse/ALSA-oxfw-don-t-add-MIDI-PCM-interface-when-packet-s.patch
	patches.suse/ALSA-oxfw-fix-for-Stanton-SCS.1d.patch
	patches.suse/ALSA-dice-loosen-stream-format-check-for-MIDI-confor.patch
	patches.suse/ALSA-dice-add-support-for-Alesis-MasterControl.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-Update-kernel-doc-function-parameter-descri.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-pcm-Make-snd_pcm_hw_constraints_init-and-_compl.patch
	patches.suse/ALSA-hda-realtek-Add-Headset-Mic-supported-for-HP-cP.patch
	patches.suse/ALSA-hda-Apply-aligned-MMIO-access-only-conditionall.patch
	patches.suse/ALSA-pcm-Set-per-card-upper-limit-of-PCM-buffer-allo.patch
	patches.suse/ALSA-hda-No-preallocation-on-x86-platforms.patch
	patches.suse/ALSA-hda-hdmi-add-retry-logic-to-parse_intel_hdmi.patch
	patches.suse/ALSA-cs46xx-fix-spelling-mistake-to-too.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-wm_adsp-Correct-cache-handling-of-new-kernel-co.patch
	patches.suse/ASoC-madera-Update-handling-of-DAPM-routes-for-mono-.patch
	patches.suse/ASoC-SOF-Intel-hda-Fix-SKL-dai-count.patch
	patches.suse/ASoC-soc-pcm-crash-in-snd_soc_dapm_new_dai.patch
	patches.suse/ASoC-soc-generic-dmaengine-pcm-Fix-error-handling.patch
	patches.suse/ASoC-madera-Correct-DMIC-only-input-hook-ups.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-Intel-common-Add-mach-table-for-tgl-max98357a-r.patch
	patches.suse/ASoC-SOF-Intel-make-common-HDMI-driver-default.patch
	patches.suse/ASoC-Intel-boards-make-common-HDMI-driver-the-defaul.patch
	patches.suse/ASoC-hdac_hdmi-Drop-support-for-Icelake.patch
	patches.suse/ASoC-mediatek-common-add-some-helpers-to-control-mtk.patch
	patches.suse/ASoC-mediatek-common-refine-hw_params-and-hw_prepare.patch
	patches.suse/ASoC-tlv320aic31xx-Add-HP-output-driver-pop-reductio.patch
	patches.suse/ASoC-fsl_sai-add-IRQF_SHARED.patch
	patches.suse/ASoC-max98090-save-and-restore-SHDN-when-changing-se.patch
	patches.suse/ASoC-tlv320aic31xx-Add-Volume-Soft-Stepping-control.patch
	patches.suse/ASoC-rsnd-Calculate-DALIGN-inversion-at-run-time.patch
	patches.suse/ASoC-cs42l51-add-dac-mux-widget-in-codec-routes.patch
	patches.suse/ASoC-ti-davinci-mcasp-Improve-the-sysclk-selection.patch
	patches.suse/ASoC-SOF-Intel-hda-solve-MSI-issues-by-merging-ipc-a.patch
	patches.suse/ASoC-fix-soc-core.c-kernel-doc-warning.patch
	patches.suse/ASoC-hdmi-codec-re-introduce-mutex-locking-again.patch
	patches.suse/ASoC-intel-skl-hda-export-number-of-digital-micropho.patch
	patches.suse/ASoC-Intel-use-control-components-to-describe-card-c.patch
	patches.suse/ASoC-Intel-do-not-describe-I-O-configuration-in-the-.patch
	patches.suse/ASoC-SOF-topology-remove-snd_sof_init_topology.patch
	patches.suse/ASoC-SOF-core-modify-the-signature-for-snd_sof_creat.patch
	patches.suse/ASoC-SOF-core-move-check-for-runtime-callbacks-to-co.patch
	patches.suse/ASoC-SOF-Introduce-default_fw_filename-member-in-sof.patch
	patches.suse/ASoC-SOF-partition-audio-related-parts-from-SOF-core.patch
	patches.suse/ASoC-SOF-intel-hda-Modify-signature-for-hda_codec_pr.patch
	patches.suse/ASoC-SOF-Make-creation-of-machine-device-from-SOF-co.patch
	patches.suse/ASoC-SOF-remove-nocodec_fw_filename.patch
	patches.suse/ASoC-SOF-Remove-unused-drv_name-in-sof_pdata.patch
	patches.suse/ASoC-SOF-nocodec-Amend-arguments-for-sof_nocodec_set.patch
	patches.suse/ASoC-SOF-Add-asynchronous-sample-rate-converter-topo.patch
	patches.suse/ASoC-SOF-ipc-channel-map-structures.patch
	patches.suse/ASoC-SOF-Intel-add-codec_mask-module-parameter.patch
	patches.suse/ASoC-soc-core-remove-dai_link_list.patch
	patches.suse/ASoC-soc-core-remove-snd_soc_disconnect_sync.patch
	patches.suse/ASoC-soc-core-remove-snd_soc_get_dai_substream.patch
	patches.suse/ASoC-soc-core-move-snd_soc_get_pcm_runtime.patch
	patches.suse/ASoC-soc-core-find-rtd-via-dai_link-pointer-at-snd_s.patch
	patches.suse/ASoC-soc-core-move-snd_soc_find_dai_link.patch
	patches.suse/ASoC-soc-core-rename-snd_soc_add_dai_link-to-snd_soc.patch
	patches.suse/ASoC-soc-core-rename-snd_soc_remove_dai_link-to-snd_.patch
	patches.suse/ASoC-soc-core-move-soc_link_dai_pcm_new.patch
	patches.suse/ASoC-soc-core-rename-soc_link_dai_pcm_new-to-soc_dai.patch
	patches.suse/ASoC-soc-core-move-soc_link_init.patch
	patches.suse/ASoC-soc-core-add-missing-return-value-check-for-soc.patch
	patches.suse/ASoC-soc-core-rename-soc_link_init-to-soc_init_pcm_r.patch
	patches.suse/ASoC-soc-core-soc_set_name_prefix-tidyup-loop-condit.patch
	patches.suse/ASoC-soc-core-soc_set_name_prefix-get-component-devi.patch
	patches.suse/ASoC-SOF-Intel-byt-fixup-topology-filename-for-BYT-C.patch
	patches.suse/ASoC-amd-Use-managed-buffer-allocation.patch
	patches.suse/ASoC-amd-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ASoC-atmel-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ASoC-au1x-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ASoC-bcm-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ASoC-dwc-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ASoC-fsl-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ASoC-intel-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ASoC-kirkwood-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ASoC-mediatek-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ASoC-meson-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ASoC-pxa-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ASoC-qcom-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ASoC-samsung-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ASoC-generic-dmaengine-Drop-superfluous-ioctl-PCM-op.patch
	patches.suse/ASoC-SOF-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ASoC-sprd-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ASoC-txx9-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ASoC-xilinx-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ASoC-xtensa-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ASoC-utils-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ASoC-soc-core-merge-soc_set_name_prefix-and-soc_set_.patch
	patches.suse/ASoC-soc-core-tidyup-for-CONFIG_DMI.patch
	patches.suse/ASoC-soc-core-tidyup-for-CONFIG_DEBUG_FS.patch
	patches.suse/ASoC-au1x-Use-managed-buffer-allocation.patch
	patches.suse/ASoC-dwc-Use-managed-buffer-allocation.patch
	patches.suse/ASoC-meson-Use-managed-buffer-allocation.patch
	patches.suse/ASoC-dma-sh7760-Use-managed-buffer-allocation.patch
	patches.suse/ASoC-rcar-Use-managed-buffer-allocation.patch
	patches.suse/ASoC-generic-dmaengine-pcm-Use-managed-buffer-alloca.patch
	patches.suse/ASoC-stm32-Use-managed-buffer-allocation.patch
	patches.suse/ASoC-txx9-Use-managed-buffer-allocation.patch
	patches.suse/ASoC-xilinx-Use-managed-buffer-allocation.patch
	patches.suse/ASoC-xtensa-Use-managed-buffer-allocation.patch
	patches.suse/ASoC-rt5514-spi-Use-managed-buffer-allocation.patch
	patches.suse/ASoC-rt5677-spi-Use-managed-buffer-allocation.patch
	patches.suse/ASoC-intel-atom-Use-managed-buffer-allocation.patch
	patches.suse/ASoC-intel-baytrail-Use-managed-buffer-allocation.patch
	patches.suse/ASoC-intel-haswell-Use-managed-buffer-allocation.patch
	patches.suse/ASoC-intel-skylake-Use-managed-buffer-allocation.patch
	patches.suse/ASoC-fsi-Use-managed-buffer-allocation.patch
	patches.suse/ASoC-siu_pcm-Use-managed-buffer-allocation.patch
	patches.suse/ASoC-uniphier-Use-managed-buffer-allocation.patch
	patches.suse/ASoC-sh-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ASoC-uniphier-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/ASoC-Drop-snd_soc_pcm_lib_ioctl.patch
	patches.suse/ASoC-mediatek-Use-managed-buffer-allocation.patch
	patches.suse/ASoC-SOF-Use-managed-buffer-allocation.patch
	patches.suse/ASoC-soc-core-support-snd_soc_dai_link_component-2.patch
	patches.suse/ASoC-fsl-imx-audmix-use-snd_soc_dai_link_component-f.patch
	patches.suse/ASoC-intel-kbl_da7219_max98927-use-snd_soc_dai_link_.patch
	patches.suse/ASoC-intel-kbl_rt5663_max98927-use-snd_soc_dai_link_.patch
	patches.suse/ASoC-intel-kbl_rt5663_rt5514_max98927-use-snd_soc_da.patch
	patches.suse/ASoC-intel-skl_nau88l25_ssm4567-use-snd_soc_dai_link.patch
	patches.suse/ASoC-mediatek-mt8173-rt5650-rt5514-use-snd_soc_dai_l.patch
	patches.suse/ASoC-mediatek-mt8173-rt5650-rt5676-use-snd_soc_dai_l.patch
	patches.suse/ASoC-mediatek-mt8183-da7219-max98357-use-snd_soc_2.patch
	patches.suse/ASoC-samsung-bells-use-snd_soc_dai_link_component-fo.patch
	patches.suse/ASoC-samsung-lowland-use-snd_soc_dai_link_component-.patch
	patches.suse/ASoC-samsung-neo1973_wm8753-use-snd_soc_dai_link_2.patch
	patches.suse/ASoC-samsung-speyside-use-snd_soc_dai_link_2.patch
	patches.suse/ASoC-ti-rx51-use-snd_soc_dai_link_component-for-code.patch
	patches.suse/ASoC-soc-core-remove-legacy-style-of-codec_conf.patch
	patches.suse/ASoC-intel-skylake-Remove-superfluous-bus-ops.patch
	patches.suse/ASoC-compress-Add-pm_runtime-support.patch
	patches.suse/ASoC-Intel-cml_rt1011_rt5682-fix-codec_conf-by-remov.patch
	patches.suse/ASoC-SOF-remove-references-to-Haswell.patch
	patches.suse/ASoC-SOF-Introduce-state-machine-for-FW-boot.patch
	patches.suse/ASoC-SOF-define-struct-with-compiler-name-and-versio.patch
	patches.suse/ASoC-SOF-log-compiler-name-and-version-information.patch
	patches.suse/ASoC-Intel-Add-machine-driver-for-da7219_max98373.patch
	patches.suse/ASoC-SOF-Intel-drop-HDA-codec-upon-probe-failure.patch
	patches.suse/ASoC-Intel-boards-fix-incorrect-HDMI-Kconfig-depende.patch
	patches.suse/ASoC-SOF-imx-Describe-SAI-parameters-to-be-sent-to-D.patch
	patches.suse/ASoC-SOF-imx-Read-SAI-parameters-and-send-them-to-DS.patch
	patches.suse/ASoC-meson-axg-fifo-fix-fifo-threshold-setup.patch
	patches.suse/ASoC-meson-axg-fifo-improve-depth-handling.patch
	patches.suse/ASoC-meson-axg-fifo-relax-period-size-constraints.patch
	patches.suse/ASoC-SOF-move-arch_ops-under-ops.patch
	patches.suse/ASoC-intel-Add-Broadwell-rt5650-machine-driver.patch
	patches.suse/ASoC-max98090-Remove-empty-suspend-function.patch
	patches.suse/ASoC-SOF-Intel-hda-Add-iDisp4-DAI.patch
	patches.suse/ASoC-hdac_hda-Update-hdac-hda-dai-table-to-include-i.patch
	patches.suse/ASoC-Intel-kbl_da7219_max98357a-remove-unused-variab.patch
	patches.suse/ASoC-gtm601-add-Broadmobi-bm818-sound-profile.patch
	patches.suse/ASoC-wcd934x-add-support-to-wcd9340-wcd9341-codec.patch
	patches.suse/ASoC-wcd934x-add-basic-controls.patch
	patches.suse/ASoC-wcd934x-add-playback-dapm-widgets.patch
	patches.suse/ASoC-wcd934x-add-capture-dapm-widgets.patch
	patches.suse/ASoC-wcd934x-add-audio-routings.patch
	patches.suse/ASoC-qcom-sdm845-add-support-to-DB845c-and-Lenovo-Yo.patch
	patches.suse/ASoC-amd-Create-multiple-I2S-platform-device-endpoin.patch
	patches.suse/ASoC-cs47l92-Simplify-error-handling-code-in-cs47l92.patch
	patches.suse/ASoC-madera-Enable-clocks-for-input-pins-when-used-a.patch
	patches.suse/ASoC-madera-Enable-clocks-for-input-pins-when-used-f.patch
	patches.suse/ASoC-amd-Refactoring-of-DAI-from-DMA-driver.patch
	patches.suse/ASoC-amd-Enabling-I2S-instance-in-DMA-and-DAI.patch
	patches.suse/ASoC-amd-add-ACP3x-TDM-mode-support.patch
	patches.suse/ASoC-amd-Handle-ACP3x-I2S-SP-Interrupts.patch
	patches.suse/ASoC-amd-Added-ACP3x-system-resume-and-runtime-pm.patch
	patches.suse/ASoC-amd-MMAP_INTERLEAVED-Support.patch
	patches.suse/ASoC-qdsp6-q6asm-dai-constify-copied-structure.patch
	patches.suse/ASoC-SOF-imx8-use-resource_size.patch
	patches.suse/ASoC-Intel-boards-hda_dsp_common-use-NULL-pointer-as.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-SOF-pci-change-the-default-firmware-path-when-t.patch
	patches.suse/ASoC-SOF-loader-add-dynamic-debug-trace.patch
	patches.suse/ASoC-gtm601-fix-build-warning.patch
	patches.suse/ASoC-amd-acp3x-Fix-return-value-check-in-acp3x_dai_p.patch
	patches.suse/ASoC-max98090-fix-incorrect-helper-in-max98090_dapm_.patch
	patches.suse/0521-ASoC-max98090-fix-incorrect-helper-in-max98090_dapm_.patch
	patches.suse/ASoC-max98090-fix-lockdep-warning.patch
	patches.suse/ASoC-codecs-add-wsa881x-amplifier-support.patch
	patches.suse/soundwire-sdw_slave-add-probe_complete-structure-and.patch
	patches.suse/soundwire-sdw_slave-add-enumeration_complete-structu.patch
	patches.suse/soundwire-sdw_slave-add-initialization_complete-defi.patch
	patches.suse/soundwire-sdw_slave-track-unattach_request-to-handle.patch
	patches.suse/soundwire-intel-update-interfaces-between-ASoC-and-S.patch
	patches.suse/soundwire-intel-update-stream-callbacks-for-hwparams.patch
	patches.suse/soundwire-intel-update-headers-for-interrupts.patch
	patches.suse/soundwire-intel-add-link_list-to-handle-interrupts-w.patch
	patches.suse/soundwire-intel-add-prototype-for-WAKEEN-interrupt-p.patch
	patches.suse/soundwire-intel-add-mutex-for-shared-SHIM-register-a.patch
	patches.suse/soundwire-intel-add-clock-stop-quirks.patch
	patches.suse/ASoC-rt711-add-rt711-codec-driver.patch
	patches.suse/ASoC-max98090-Drop-incorrectly-applied-duplicate-com.patch
	patches.suse/ASoC-soc-core-remove-snd_soc_rtdcom_list.patch
	patches.suse/ASoC-rt700-add-rt700-codec-driver.patch
	patches.suse/ASoC-soc-core-rename-snd_soc_rtdcom_add-to-snd_soc_r.patch
	patches.suse/ASoC-soc-core-care-.ignore_suspend-for-Component-sus.patch
	patches.suse/ASoC-soc-core-remove-duplicate-pinctrl-operation-whe.patch
	patches.suse/ASoC-soc-core-do-pinctrl_pm_select_xxx-as-component.patch
	patches.suse/ASoC-soc-core-add-snd_soc_close_delayed_work.patch
	patches.suse/ASoC-soc-dapm-add-snd_soc_dapm_stream_stop.patch
	patches.suse/ASoC-soc-pcm-soc-compress-use-snd_soc_dapm_stream_st.patch
	patches.suse/ASoC-txx9-Remove-unused-rtd-variable.patch
	patches.suse/ASoC-rt715-add-RT715-codec-driver.patch
	patches.suse/ASoC-rt711-remove-unused-including-linux-version.h.patch
	patches.suse/ASoC-Intel-bdw-rt5677-fix-Kconfig-dependencies.patch
	patches.suse/ASoC-Intel-bdw-rt5677-change-cpu_dai-and-platform-co.patch
	patches.suse/ASoC-Intel-broadwell-change-cpu_dai-and-platform-com.patch
	patches.suse/ASoC-Intel-bdw-rt5650-change-cpu_dai-and-platform-co.patch
	patches.suse/ASoC-SOF-fix-PCM-playback-through-ALSA-OSS-emulation.patch
	patches.suse/ASoC-soc-acpi-add-_ADR-based-link-descriptors.patch
	patches.suse/ASoC-Intel-common-soc-acpi-declare-new-tables-for-So.patch
	patches.suse/ASoC-Intel-common-add-match-tables-for-ICL-w-SoundWi.patch
	patches.suse/ASoC-Intel-common-add-match-tables-for-CNL-CFL-CML-w.patch
	patches.suse/ASoC-Intel-common-add-match-tables-for-TGL-w-SoundWi.patch
	patches.suse/ASoC-SOF-Intel-reference-SoundWire-machine-lists.patch
	patches.suse/ASoC-atmel-fix-build-error-with-CONFIG_SND_ATMEL_SOC.patch
	patches.suse/ASoC-rt1308-sdw-add-rt1308-SdW-amplifier-driver.patch
	patches.suse/ASoC-rt700-remove-unused-including-linux-version.h.patch
	patches.suse/ASoC-rt715-use-dev_to_sdw_dev-instead-of-to_sdw_slav.patch
	patches.suse/ASoC-rt715-remove-warnings.patch
	patches.suse/ASoC-SOF-Intel-hda-dai-fix-compilation-warning-in-pc.patch
	patches.suse/ASoC-Intel-bxt_da7219_max98357a-rename-shadowed-vari.patch
	patches.suse/ASoC-Intel-bxt_rt298-rename-shadowed-variable.patch
	patches.suse/ASoC-Intel-glk_rt5682_max98357a-rename-shadowed-vari.patch
	patches.suse/ASoC-Intel-glk_rt5682_max98357a-removed-unused-varia.patch
	patches.suse/ASoC-Intel-kbl_da7219_max98357a-rename-shadowed-vari.patch
	patches.suse/ASoC-Intel-kbl_da7219_max98927-test-return-value-on-.patch
	patches.suse/ASoC-Intel-kbl_da7219_max98927-rename-shadowed-varia.patch
	patches.suse/ASoC-Intel-kbl_da7219_max98927-remove-unnecessary-in.patch
	patches.suse/ASoC-Intel-kbl_rt5660-rename-shadowed-variable.patch
	patches.suse/ASoC-Intel-kbl_rt5663_max98927-rename-shadowed-varia.patch
	patches.suse/ASoC-Intel-kbl_rt5663_rt5514_max98927-rename-shadowe.patch
	patches.suse/ASOC-Intel-kbl_rt5663_rt5514_max98927-remove-useless.patch
	patches.suse/ASoC-Intel-skl_nau88l25_max98357a-rename-shadowed-va.patch
	patches.suse/ASoC-Intel-skl_nau88l25_ssm4567-rename-shadowed-vari.patch
	patches.suse/ASoC-Intel-skl_rt286-rename-shadowed-variable.patch
	patches.suse/ASoC-Intel-bytcht_es8316-removed-unused-variable.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-remove-unused-variable.patch
	patches.suse/ASoC-Intel-bytcr_rt5651-remove-unused-variable.patch
	patches.suse/ASoC-codecs-Add-jz4770-codec-driver.patch
	patches.suse/ASoC-sgtl5000-Fix-VDDA-and-VDDIO-comparison.patch
	patches.suse/ASoC-fsl_asrc-Add-support-for-imx8qm-imx8qxp.patch
	patches.suse/ASoC-sgtl5000-add-multi-endpoint-support.patch
	patches.suse/ASoC-madera-Correct-error-path-handling-in-madera_ou.patch
	patches.suse/ASoC-rt1011-set-the-different-setting-for-QFN-WLCSP-.patch
	patches.suse/ASoC-rt715-remove-unused-including-linux-version.h.patch
	patches.suse/ASoC-rt700-fix-return-value-check-in-rt700_sdw_probe.patch
	patches.suse/ASoC-rt711-fix-return-value-check-in-rt711_sdw_probe.patch
	patches.suse/ASoC-rt715-fix-return-value-check-in-rt715_sdw_probe.patch
	patches.suse/ASoC-amd-Additional-DAI-for-I2S-SP-instance.patch
	patches.suse/ASoC-msm8916-wcd-analog-Simplify-MIC-BIAS-Internal.patch
	patches.suse/ASoC-msm8916-wcd-analog-Add-MIC-BIAS-Internal3.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Remove-code-duplication-in-b.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Remove-unnecessary-string-bu.patch
	patches.suse/ASoC-Intel-bytcr_rt5651-Remove-unnecessary-string-bu.patch
	patches.suse/ASoC-Intel-cht_bsw_rt5645-Remove-unnecessary-string-.patch
	patches.suse/ASoC-bcm-cygnus-ssp-move-.suspend-.resume-to-compone.patch
	patches.suse/ASoC-atmel-atmel_ssc_dai-move-.suspend-.resume-to-co.patch
	patches.suse/ASoC-cirrus-ep93xx-i2s-move-.suspend-.resume-to-comp.patch
	patches.suse/ASoC-jz4740-jz4740-i2s-move-.suspend-.resume-to-comp.patch
	patches.suse/ASoC-mediatek-move-.suspend-.resume-to-component.patch
	patches.suse/ASoC-samsung-s3c24xx-i2s-move-.suspend-.resume-to-co.patch
	patches.suse/ASoC-samsung-spdif-move-.suspend-.resume-to-componen.patch
	patches.suse/ASoC-sti-sti_uniperif-move-.suspend-.resume-to-compo.patch
	patches.suse/ASoC-ti-omap-mcpdm-move-.suspend-.resume-to-componen.patch
	patches.suse/ASoC-uniphier-move-.suspend-.resume-to-component.patch
	patches.suse/ASoC-dwc-dwc-i2s-move-.suspend-.resume-to-component.patch
	patches.suse/ASoC-samsung-i2s-move-.suspend-.resume-to-component.patch
	patches.suse/ASoC-ux500-ux500_msp_dai-remove-unused-DAI-.suspend-.patch
	patches.suse/ASoC-pxa-pxa-ssp-move-.suspend-.resume-to-component.patch
	patches.suse/ASoC-pxa-pxa2xx-i2s-move-.suspend-.resume-to-compone.patch
	patches.suse/ASoC-soc-core-remove-DAI-suspend-resume.patch
	patches.suse/ASoC-soc-core-remove-bus_control.patch
	patches.suse/ASoC-max98090-revert-ASoC-max98090-fix-lockdep-warni.patch
	patches.suse/ASoC-dapm-add-snd_soc_dapm_put_enum_double_locked.patch
	patches.suse/ASoC-max98090-fix-deadlock-in-max98090_dapm_put_enum.patch
	patches.suse/ASoC-Add-MediaTek-MT6660-Speaker-Amp-Driver.patch
	patches.suse/ASoC-madera-Correct-some-kernel-doc.patch
	patches.suse/ASoC-rt1015-add-rt1015-amplifier-driver.patch
	patches.suse/ASoC-soc-pcm-add-soc_rtd_startup.patch
	patches.suse/ASoC-soc-pcm-add-soc_rtd_shutdown.patch
	patches.suse/ASoC-soc-pcm-add-soc_rtd_prepare.patch
	patches.suse/ASoC-soc-pcm-add-soc_rtd_hw_params.patch
	patches.suse/ASoC-soc-pcm-add-soc_rtd_hw_free.patch
	patches.suse/ASoC-soc-pcm-add-soc_rtd_trigger.patch
	patches.suse/ASoC-soc-core-remove-null_snd_soc_ops.patch
	patches.suse/thermal-db8500-Depromote-debug-print.patch
	patches.suse/thermal-max77620-Appease-the-kernel-doc-deity.patch
	patches.suse/thermal-tegra-Appease-the-kernel-doc-deity.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-int340x-processor_thermal-Add-Jasper-Lake-su.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-Check-IMA-policy-flag.patch
	patches.suse/IMA-Add-KEY_CHECK-func-to-measure-keys.patch
	patches.suse/IMA-Define-an-IMA-hook-to-measure-keys.patch
	patches.suse/KEYS-Call-the-IMA-hook-to-measure-keys.patch
	patches.suse/IMA-Add-support-to-limit-measuring-keys.patch
	patches.suse/IMA-Read-keyrings-option-from-the-IMA-policy.patch
	patches.suse/IMA-fix-measuring-asymmetric-keys-Kconfig.patch
	patches.suse/ima-ima-lsm-policy-rule-loading-logic-bug-fixes.patch
	patches.suse/IMA-pre-allocate-buffer-to-hold-keyrings-string.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/gpio-pca953x-Don-t-hardcode-irq-trigger-type.patch
	patches.suse/gpio-pca953x-Remove-redundant-forward-declaration.patch
	patches.suse/gpio-tegra-Use-generic-readl_relaxed-writel_relaxed-.patch
	patches.suse/gpio-tegra-Properly-handle-irq_set_irq_wake-error.patch
	patches.suse/gpio-tegra-Use-NOIRQ-phase-for-suspend-resume.patch
	patches.suse/gpiolib-use-unsigned-int-instead-of-unsigned-in-gpio.patch
	patches.suse/gpiolib-have-a-single-place-of-calling-set_config.patch
	patches.suse/gpiolib-Set-lockdep-class-for-hierarchical-irq-domai.patch
	patches.suse/gpio-wcd934x-Add-support-to-wcd934x-gpio-controller.patch
	patches.suse/gpiolib-Add-support-for-the-irqdomain-which-doesn-t-.patch
	patches.suse/gpiolib-Add-the-support-for-the-msi-parent-domain.patch
	patches.suse/gpio-Fix-the-no-return-statement-warning.patch
	patches.suse/2059-pinctrl-Allow-modules-to-use-pinctrl_-un-register_ma.patch
	patches.suse/pinctrl-tegra-fix-missing-__iomem-in-suspend-resume.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-Allocate-IRQ-chip-dynamic.patch
	patches.suse/pinctrl-baytrail-Group-GPIO-IRQ-chip-initialization.patch
	patches.suse/pinctrl-baytrail-Move-IRQ-valid-mask-initialization-.patch
	patches.suse/pinctrl-baytrail-Use-GPIO-direction-definitions.patch
	patches.suse/pinctrl-cherryview-Use-GPIO-direction-definitions.patch
	patches.suse/pinctrl-intel-Use-GPIO-direction-definitions.patch
	patches.suse/pinctrl-intel-Share-struct-intel_pinctrl-for-wider-u.patch
	patches.suse/pinctrl-baytrail-Keep-pointer-to-struct-device-inste.patch
	patches.suse/pinctrl-baytrail-Use-local-variable-to-keep-device-p.patch
	patches.suse/pinctrl-baytrail-Reuse-struct-intel_pinctrl-in-the-d.patch
	patches.suse/pinctrl-lynxpoint-Move-GPIO-driver-to-pin-controller.patch
	patches.suse/pinctrl-lynxpoint-Use-raw_spinlock-for-locking.patch
	patches.suse/pinctrl-lynxpoint-Correct-amount-of-pins.patch
	patches.suse/pinctrl-lynxpoint-Drop-useless-assignment.patch
	patches.suse/pinctrl-lynxpoint-Use-pR-to-print-IO-resource.patch
	patches.suse/pinctrl-lynxpoint-Use-standard-pattern-for-memory-al.patch
	patches.suse/pinctrl-lynxpoint-Assume-2-bits-for-mode-selector.patch
	patches.suse/pinctrl-lynxpoint-Relax-GPIO-request-rules.patch
	patches.suse/pinctrl-lynxpoint-Keep-pointer-to-struct-device-inst.patch
	patches.suse/pinctrl-lynxpoint-Switch-to-memory-mapped-IO-accesso.patch
	patches.suse/pinctrl-lynxpoint-Convert-unsigned-to-unsigned-int.patch
	patches.suse/pinctrl-lynxpoint-Extract-lp_gpio_acpi_use-for-futur.patch
	patches.suse/pinctrl-lynxpoint-Move-remove-closer-to-probe.patch
	patches.suse/pinctrl-lynxpoint-Move-lp_irq_type-closer-to-IRQ-rel.patch
	patches.suse/pinctrl-lynxpoint-Move-ownership-check-to-IRQ-chip.patch
	patches.suse/pinctrl-lynxpoint-Implement-irq_ack-callback.patch
	patches.suse/pinctrl-lynxpoint-Implement-intel_gpio_get_direction.patch
	patches.suse/pinctrl-lynxpoint-Add-pin-control-data-structures.patch
	patches.suse/pinctrl-lynxpoint-Reuse-struct-intel_pinctrl-in-the-.patch
	patches.suse/pinctrl-lynxpoint-Add-pin-control-operations.patch
	patches.suse/pinctrl-lynxpoint-Implement-pin_dbg_show.patch
	patches.suse/pinctrl-lynxpoint-Add-GPIO-pin-mapping-ranges-via-ca.patch
	patches.suse/pinctrl-lynxpoint-Switch-to-pin-control-API.patch
	patches.suse/pinctrl-lynxpoint-Update-summary-in-the-driver.patch
	patches.suse/pinctrl-baytrail-Do-not-clear-IRQ-flags-on-direct-ir.patch
	patches.suse/pinctrl-baytrail-Replace-WARN-with-dev_info_once-whe.patch
	patches.suse/pinctrl-intel-Add-GPIO-pin-mapping-ranges-via-callba.patch
	patches.suse/pinctrl-intel-Pass-irqchip-when-adding-gpiochip.patch
	patches.suse/pinctrl-sunrisepoint-Add-Coffee-Lake-S-ACPI-ID.patch
	patches.suse/pinctrl-tigerlake-Tiger-Lake-uses-_HID-enumeration.patch
	patches.suse/pinctrl-freescale-add-i-mx8mp-pinctrl-driver-support.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/usb-gadget-u_audio-Use-managed-buffer-allocation.patch
	patches.suse/usb-gadget-u_audio-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/thunderbolt-make-tb_find_port-available-to-other-files.patch
	patches.suse/thunderbolt-call-tb_eeprom_get_drom_offset-from-tb_eeprom_read_n.patch
	patches.suse/thunderbolt-populate-pg-field-in-hot-plug-acknowledgment-packet.patch
	patches.suse/thunderbolt-add-initial-support-for-usb4.patch
	patches.suse/thunderbolt-update-kconfig-entries-to-usb4.patch
	patches.suse/thunderbolt-make-tb_switch_find_cap-available-to-other-files.patch
	patches.suse/thunderbolt-add-support-for-time-management-unit.patch
	patches.suse/thunderbolt-add-support-for-usb-3-x-tunnels.patch
	patches.suse/usb-typec-ucsi-store-the-notification-mask.patch
	patches.suse/usb-typec-ucsi-add-support-for-separate-dp-altmode-devices.patch
	patches.suse/thunderbolt-fix-xhci-check-in-usb4_switch_setup.patch
	patches.suse/usb-typec-fix-non-kernel-doc-comments.patch
	patches.suse/usb-typec-ucsi-actually-enable-all-the-interface-notifications.patch
	patches.suse/usb-typec-ucsi-fix-spelling-mistake-connetor-connector.patch
	patches.suse/usb-typec-block-mode-entry-if-the-port-has-the-mode-disabled.patch
	patches.suse/usb-typec-add-parameter-for-the-vdo-to-typec_altmode_enter.patch
	patches.suse/usb-typec-more-api-for-cable-handling.patch
	patches.suse/usb-pd-add-definitions-for-the-enter_usb-message.patch
	patches.suse/usb-typec-add-the-product-type-vdos-to-struct-usb_pd_identity.patch
	patches.suse/usb-typec-add-definitions-for-the-latest-specification-releases.patch
	patches.suse/usb-typec-give-the-mux-drivers-all-the-details-regarding-the-port-state.patch
	patches.suse/usb-typec-provide-definitions-for-the-usb-modes.patch
	patches.suse/usb-host-ehci-tegra-Correct-teardown-order-of-driver.patch
	patches.suse/usb-phy-tegra-Clean-up-ulpi_phy_power_off.patch
	patches.suse/usb-phy-tegra-Keep-track-of-power-on-off-state.patch
	patches.suse/usb-phy-tegra-Hook-up-init-shutdown-callbacks.patch
	patches.suse/usb-phy-tegra-Perform-general-clean-up-of-the-code.patch
	patches.suse/usb-phy-tegra-Clean-up-included-headers.patch
	patches.suse/usb-phy-tegra-Use-relaxed-versions-of-readl-writel.patch
	patches.suse/usb-phy-tegra-Use-generic-stub-for-a-missing-VBUS-re.patch
	patches.suse/usb-ulpi-Add-resource-managed-variant-of-otg_ulpi_cr.patch
	patches.suse/usb-phy-tegra-Use-devm_otg_ulpi_create.patch
	patches.suse/usb-phy-tegra-Use-u32-for-hardware-register-variable.patch
	patches.suse/usb-phy-tegra-Use-device-tree-notion-of-reset-GPIO-s.patch
	patches.suse/usb-phy-tegra-Disable-VBUS-regulator-on-tegra_usb_ph.patch
	patches.suse/usb-phy-tegra-Move-utmip_pad_count-checking-under-lo.patch
	patches.suse/usb-phy-tegra-Keep-CPU-interrupts-enabled.patch
	patches.suse/usb-chipidea-tegra-Stop-managing-PHY-s-power.patch
	patches.suse/usb-chipidea-tegra-Add-USB_TEGRA_PHY-to-driver-s-dep.patch
	patches.suse/usb-host-ehci-tegra-Stop-managing-PHY-s-power.patch
	patches.suse/usb-host-ehci-tegra-Remove-unused-fields-from-tegra_.patch
	patches.suse/usbip-Fix-unsafe-unaligned-pointer-usage.patch
	patches.suse/thunderbolt-fix-memory-leak-of-object-sw.patch
	patches.suse/usb-dwc3-gadget-Don-t-send-unintended-link-state-cha.patch
	patches.suse/usb-dwc3-gadget-Set-link-state-to-RX_Detect-on-disco.patch
	patches.suse/usb-dwc3-gadget-Clear-DCTL.ULSTCHNGREQ-before-set.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-chipidea-handle-single-role-for-usb-role-class.patch
	patches.suse/usb-chipidea-add-inline-for-ci_hdrc_host_driver_init-if-host-is-not-defined.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-typec-fusb302-fix-op-sink-microwatt-default-that.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/serial-ucc_uart-remove-redundant-assignment-to-point.patch
	patches.suse/tty-serial-fsl_lpuart-support-UPIO_MEM32-for-lpuart3.patch
	patches.suse/tty-serial-fsl_lpuart-drop-earlycon-entry-for-i.MX8Q.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/0002-console-dummycon-Remove-bogus-depends-on-from-DUMMY_.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-qlge-remove-initialising-of-static-local-var.patch
	patches.suse/staging-qlge-add-blank-lines-after-declarations.patch
	patches.suse/staging-qlge-add-braces-to-conditional-statement.patch
	patches.suse/staging-qlge-remove-braces-in-conditional-statement.patch
	patches.suse/staging-qlge-fix-block-comment-coding-style.patch
	patches.suse/staging-qlge-Fix-CamelCase-in-qlge.h-and-qlge_dbg.c.patch
	patches.suse/staging-rtl8188eu-remove-unnecessary-parentheses-in-.patch
	patches.suse/staging-rtl8188eu-cleanup-declarations-in-rtw_pwrctr.patch
	patches.suse/staging-rtl8188eu-remove-return-variable-from-rtw_pw.patch
	patches.suse/staging-most-Use-managed-buffer-allocation.patch
	patches.suse/staging-bcm2835-audio-Use-managed-buffer-allocation.patch
	patches.suse/staging-most-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/staging-bcm2835-audio-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/staging-rtl8723bs-Fix-spelling-errors.patch
	patches.suse/staging-rtl8723bs-Fix-line-length.patch
	patches.suse/staging-qlge-Fix-CHECK-extra-blank-lines-in-many-fil.patch
	patches.suse/staging-qlge-Fix-CHECK-Alignment-should-match-open-p.patch
	patches.suse/staging-rtl8188eu-cleanup-comparsions-to-NULL-in-rtw.patch
	patches.suse/staging-rtl8188eu-add-spaces-around-operators-in-rtw.patch
	patches.suse/staging-rtl8188eu-use-break-to-exit-while-loop.patch
	patches.suse/iio-accel-bma180-Use-explicit-member-assignment.patch
	patches.suse/staging-rtl8188-avoid-excessive-stack-usage.patch
	patches.suse/staging-rtl8188eu-remove-else-after-return.patch
	patches.suse/staging-rtl8188eu-refactor-rtl88eu_dm_update_rx_idle.patch
	patches.suse/staging-rtl8192u-remove-unused-Makefile.patch
	patches.suse/staging-rtl8192u-remove-header-include-path-to-ieee8.patch
	patches.suse/staging-rtl8192u-remove-unneeded-compiler-flags.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-rtl8188eu-remove-unused-parameters-from-rtw_.patch
	patches.suse/staging-rtl8723bs-remove-ODM_GetRightChnlPlaceforIQK.patch
	patches.suse/staging-rtl8188eu-refactor-rtw_hal_antdiv_before_lin.patch
	patches.suse/staging-rtl8188eu-convert-rtw_hal_antdiv_before_link.patch
	patches.suse/staging-rtl8188eu-cleanup-long-lines-in-rtl8188e_dm..patch
	patches.suse/0272-staging-rtl8188eu-remove-unnecessary-parentheses-in-.patch
	patches.suse/staging-rtl8188eu-cleanup-whitespace-in-rtl8188e_dm..patch
	patches.suse/staging-wlan-ng-ensure-error-return-is-actually-retu.patch
	patches.suse/staging-rtl8192u-replace-printk-with-natdev_-LEVEL-s.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-rtl8188eu-remove-else-after-break-or-return.patch
	patches.suse/staging-rtl8188eu-remove-redundant-defines.patch
	patches.suse/staging-rtl8188eu-remove-unused-enum-and-defines.patch
	patches.suse/staging-rtl8192e-simplify-rtl92e_evm_db_to_percent.patch
	patches.suse/staging-rtl8192u-simplify-rtl819x_evm_dbtopercentage.patch
	patches.suse/staging-rtl8712-simplify-evm_db2percentage.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-bus-use-simple-sprintf-for-sysfs.patch
	patches.suse/mei-hdcp-bind-only-with-i915-on-the-same-PCH.patch
	patches.suse/nvmem-core-fix-memory-abort-in-cleanup-path.patch
	patches.suse/bus-fsl-mc-properly-empty-initialize-structure.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/soundwire-stream-remove-redundant-pr_err-traces.patch
	patches.suse/soundwire-cadence_master-filter-out-bad-interrupts.patch
	patches.suse/soundwire-cadence_master-clear-interrupt-status-befo.patch
	patches.suse/soundwire-cadence_master-log-more-useful-information.patch
	patches.suse/soundwire-cadence_master-remove-config-update-for-in.patch
	patches.suse/soundwire-cadence_master-handle-multiple-status-repo.patch
	patches.suse/soundwire-bus-check-first-if-Slaves-become-UNATTACHE.patch
	patches.suse/soundwire-qcom-add-support-for-SoundWire-controller.patch
	patches.suse/soundwire-cadence-update-kernel-doc-parameter-descri.patch
	patches.suse/soundwire-cadence-remove-useless-variable-incrementa.patch
	patches.suse/soundwire-bus-fix-device-number-leak-on-errors.patch
	patches.suse/soundwire-intel-fix-factor-of-two-in-MCLK-handling.patch
	patches.suse/soundwire-intel-report-slave_ids-for-each-link-to-SO.patch
	patches.suse/soundwire-cadence-fix-kernel-doc-parameter-descripti.patch
	patches.suse/mei-me-add-comet-point-lake-H-device-ids.patch
	patches.suse/fpga-dfl-fme-remove-set-but-not-used-variable-fme.patch
	patches.suse/fpga-remove-redundant-dev_err-message.patch
	patches.suse/mei-me-add-jasper-point-DID.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/0003-drm-msm-avoid-using-timespec.patch
	patches.suse/0004-drm-etnaviv-reject-timeouts-with-tv_nsec-NSEC_PER_SE.patch
	patches.suse/0005-drm-etnaviv-avoid-deprecated-timespec.patch
	patches.suse/0006-Revert-drm-etnaviv-reject-timeouts-with-tv_nsec-NSEC.patch
	patches.suse/selftests-settings-tests-can-be-in-subsubdirs.patch
	patches.suse/Documentation-x86-fix-boot.rst-warning-and-format.patch
	patches.suse/scripts-find-unused-docs-Fix-massive-false-positives.patch
	patches.suse/dm-dust-change-ret-to-r-in-dust_map_write.patch
	patches.suse/dm-raid-table-line-rebuild-status-fixes.patch
	patches.suse/0011-dm-zoned-support-zone-sizes-smaller-than-128MiB.patch
	patches.suse/dm-mpath-use-true-false-for-bool-variable.patch
	patches.suse/dm-bio-prison-v2-use-true-false-for-bool-variable.patch
	patches.suse/dm-snapshot-use-true-false-for-bool-variable.patch
	patches.suse/dm-thin-metadata-use-true-false-for-bool-variable.patch
	patches.suse/dm-thin-metadata-Fix-trivial-math-error-in-on-disk-f.patch
	patches.suse/dm-crypt-fix-GFP-flags-passed-to-skcipher_request_al.patch
	patches.suse/dm-verity-don-t-prefetch-hash-blocks-for-already-ver.patch
	patches.suse/0012-dm-space-map-common-fix-to-ensure-new-block-isn-t-al.patch
	patches.suse/dm-crypt-Implement-Elephant-diffuser-for-Bitlocker-c.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/0001-dm-thin-fix-use-after-free-in-metadata_pre_commit_ca.patch
	patches.suse/dm-thin-don-t-allow-changing-data-device-during-thin.patch
	patches.suse/dm-thin-change-data-device-s-flush_bio-to-be-member-.patch
	patches.suse/dm-mpath-Add-timeout-mechanism-for-queue_if_no_path.patch
	patches.suse/dm-writecache-improve-performance-of-large-linear-wr.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-libfc-remove-unnecessary-assertion-on-ep-variable
	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-sd_zbc-Simplify-sd_zbc_check_zones.patch
	patches.suse/scsi-sd_zbc-Rename-sd_zbc_check_zones.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/compat-provide-compat_ptr-on-all-architectures.patch
	patches.suse/compat-scsi-sg-fix-v3-compat-read-write-interface.patch
	patches.suse/compat_ioctl-block-add-blkdev_compat_ptr_ioctl.patch
	patches.suse/compat_ioctl-ubd-aoe-use-blkdev_compat_ptr_ioctl.patch
	patches.suse/compat_ioctl-move-CDROM_SEND_PACKET-handling-into-sc.patch
	patches.suse/compat_ioctl-move-CDROMREADADIO-to-cdrom.c.patch
	patches.suse/compat_ioctl-cdrom-handle-CDROM_LAST_WRITTEN.patch
	patches.suse/compat_ioctl-block-handle-cdrom-compat-ioctl-in-non-.patch
	patches.suse/compat_ioctl-add-scsi_compat_ioctl.patch
	patches.suse/compat_ioctl-bsg-add-handler.patch
	patches.suse/compat_ioctl-ide-floppy-add-handler.patch
	patches.suse/compat_ioctl-scsi-move-ioctl-handling-into-drivers.patch
	patches.suse/compat_ioctl-move-sys_compat_ioctl-to-ioctl.c.patch
	patches.suse/compat_ioctl-simplify-the-implementation.patch
	patches.suse/compat_ioctl-move-cdrom-commands-into-cdrom.c.patch
	patches.suse/compat_ioctl-scsi-handle-HDIO-commands-from-drivers.patch
	patches.suse/compat_ioctl-move-HDIO-ioctl-handling-into-drivers-i.patch
	patches.suse/compat_ioctl-block-move-blkdev_compat_ioctl-into-ioc.patch
	patches.suse/compat_ioctl-block-simplify-compat_blkpg_ioctl.patch
	patches.suse/compat_ioctl-simplify-up-block-ioctl.c.patch
	patches.suse/Documentation-document-ioctl-interfaces-better.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/prctl-PR_-G-S-ET_IO_FLUSHER-to-support-controlling-memory-reclaim
	patches.suse/mm-mmu_notifier-rename-struct-mmu_notifier_mm-to-mmu_notifier_subscriptions.patch
	patches.suse/mm-mmu_notifiers-use-subscription-as-the-variable-name-for-mmu_notifier.patch
	patches.suse/mm-mmu_notifiers-use-interval_sub-as-the-variable-for-mmu_interval_notifier.patch
	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/sch_choke-Use-kvcalloc.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/0008-drm-scdc-Fix-typo-in-bit-definition-of-SCDC_STATUS_F.patch
	patches.suse/0009-drm-use-DIV_ROUND_UP-helper-macro-for-calculations.patch
	patches.suse/0010-drm-property-Enforce-more-lifetime-rules.patch
	patches.suse/0011-drm-todo-Add-entry-to-remove-load-unload-hooks.patch
	patches.suse/0012-drm-vkms-Update-VKMS-documentation.patch
	patches.suse/0013-drm-doc-Update-IGT-documentation.patch
	patches.suse/0014-dma_resv-prime-lockdep-annotations.patch
	patches.suse/0015-drm-nouveau-slowpath-for-pushbuf-ioctl.patch
	patches.suse/0016-drm-ttm-remove-ttm_bo_wait_unreserved.patch
	patches.suse/0017-drm-komeda-Use-devm_platform_ioremap_resource-in-kom.patch
	patches.suse/0018-drm-todo-Convert-drivers-to-generic-fbdev-emulation.patch
	patches.suse/0019-drm-fb-helper-Remove-drm_fb_helper_fbdev_-setup-tear.patch
	patches.suse/0020-drm-gma500-Add-missing-call-to-allow-enabling-vblank.patch
	patches.suse/0021-drm-gma500-Add-page-flip-support-on-psb-cdv.patch
	patches.suse/0022-drm-atomic-helper-fix-W-1-warnings.patch
	patches.suse/0023-drm-radeon-Provide-ddc-symlink-in-connector-sysfs-di.patch
	patches.suse/0024-drm-amdgpu-Provide-ddc-symlink-in-dm-connector-s-sys.patch
	patches.suse/0025-drm-rockchip-Provide-ddc-symlink-in-rk3066_hdmi-sysf.patch
	patches.suse/0026-drm-rockchip-Provide-ddc-symlink-in-inno_hdmi-sysfs-.patch
	patches.suse/0027-drm-msm-hdmi-Provide-ddc-symlink-in-hdmi-connector-s.patch
	patches.suse/0028-drm-exynos-Provide-ddc-symlink-in-connector-s-sysfs.patch
	patches.suse/0029-drm-mediatek-Provide-ddc-symlink-in-hdmi-connector-s.patch
	patches.suse/0030-drm-tilcdc-Provide-ddc-symlink-in-connector-sysfs-di.patch
	patches.suse/0031-drm-bridge-move-ANA78xx-driver-to-analogix-subdirect.patch
	patches.suse/0032-drm-bridge-split-some-definitions-of-ANX78xx-to-dedi.patch
	patches.suse/0033-drm-bridge-extract-some-Analogix-I2C-DP-common-code.patch
	patches.suse/0034-drm-bridge-Prepare-Analogix-anx6345-support.patch
	patches.suse/0035-drm-bridge-Add-Analogix-anx6345-support.patch
	patches.suse/0036-drm-ast-Remove-last-traces-of-struct-ast_gem_object.patch
	patches.suse/0037-drm-ast-Check-video-mode-requirements-against-VRAM-s.patch
	patches.suse/0038-drm-ast-Don-t-clear-base-address-and-offset-with-def.patch
	patches.suse/0039-drm-ast-Split-ast_set_ext_reg-into-color-and-thresho.patch
	patches.suse/0040-drm-ast-Split-ast_set_vbios_mode_info.patch
	patches.suse/0041-drm-ast-Add-primary-plane.patch
	patches.suse/0042-drm-ast-Add-CRTC-helpers-for-atomic-modesetting.patch
	patches.suse/0043-drm-ast-Add-cursor-plane.patch
	patches.suse/0044-drm-ast-Enable-atomic-modesetting.patch
	patches.suse/0045-drm-ttm-also-export-ttm_bo_vm_fault-v2.patch
	patches.suse/0046-drm-radeon-finally-fix-the-racy-VMA-setup.patch
	patches.suse/0047-drm-udl-Remove-flags-field-from-struct-udl_gem_objec.patch
	patches.suse/0048-drm-udl-Allocate-GEM-object-via-struct-drm_driver.ge.patch
	patches.suse/0049-drm-udl-Switch-to-SHMEM.patch
	patches.suse/0050-drm-udl-Remove-struct-udl_gem_object-and-functions.patch
	patches.suse/0051-drm-rockchip-use-DRM_DEV_ERROR-for-log-output.patch
	patches.suse/0052-drm-mcde-Provide-vblank-handling-unconditionally.patch
	patches.suse/0053-drm-mcde-Fix-frame-sync-setup-for-video-mode-panels.patch
	patches.suse/0054-drm-mcde-dsi-Make-video-mode-errors-more-verbose.patch
	patches.suse/0055-drm-mcde-dsi-Delay-start-of-video-stream-generator.patch
	patches.suse/0056-drm-mcde-dsi-Fix-duplicated-DSI-connector.patch
	patches.suse/0057-drm-mcde-dsi-Enable-clocks-in-pre_enable-instead-of-.patch
	patches.suse/0058-drm-mcde-Handle-pending-vblank-while-disabling-displ.patch
	patches.suse/0059-drm-komeda-Add-debugfs-node-to-control-error-verbosi.patch
	patches.suse/0060-drm-komeda-Remove-CONFIG_KOMEDA_ERROR_PRINT.patch
	patches.suse/0061-drm-komeda-Optionally-dump-DRM-state-on-interrupts.patch
	patches.suse/0062-drm-komeda-Add-option-to-print-WARN-and-INFO-level-I.patch
	patches.suse/0063-drm-komeda-add-rate-limiting-disable-to-err_verbosit.patch
	patches.suse/0064-drm-virtgpu-fix-double-unregistration.patch
	patches.suse/0065-drm-bridge-fix-anx6345-compilation-for-v5.5.patch
	patches.suse/0066-drm-komeda-Fix-komeda-driver-build-error.patch
	patches.suse/0067-drm-bridge-anx6345-Fix-compilation-breakage-on-syste.patch
	patches.suse/0068-drm-fb-helper-unexport-drm_fb_helper_generic_probe.patch
	patches.suse/0069-drm-Add-a-new-helper-drm_color_ctm_s31_32_to_qm_n.patch
	patches.suse/0070-drm-komeda-Add-drm_lut_to_fgamma_coeffs.patch
	patches.suse/0071-drm-komeda-Add-drm_ctm_to_coeffs.patch
	patches.suse/0072-drm-komeda-Adds-gamma-and-color-transform-support-fo.patch
	patches.suse/0073-drm-i915-use-drm_debug_enabled-to-check-for-debug-ca.patch
	patches.suse/0074-drm-nouveau-use-drm_debug_enabled-to-check-for-debug.patch
	patches.suse/0075-drm-amdgpu-use-drm_debug_enabled-to-check-for-debug-.patch
	patches.suse/0076-drm-print-rename-drm_debug-to-__drm_debug-to-discour.patch
	patches.suse/0077-drm-print-underscore-prefix-functions-that-should-be.patch
	patches.suse/0078-drm-print-convert-debug-category-macros-into-an-enum.patch
	patches.suse/0079-drm-print-group-logging-functions-by-prink-or-device.patch
	patches.suse/0080-drm-ast-Replace-drm_get_pci_device-and-drm_put_dev.patch
	patches.suse/0081-drm-ast-Call-struct-drm_driver.-load-unload-before-r.patch
	patches.suse/0082-drm-gma500-remove-set-but-not-used-variable-htotal.patch
	patches.suse/0083-drm-gma500-remove-set-but-not-used-variable-error.patch
	patches.suse/0084-drm-gma500-remove-set-but-not-used-variable-is_hdmi-.patch
	patches.suse/0085-drm-edid-no-CEA-v3-extension-is-not-an-error.patch
	patches.suse/drm-fbdev-Fallback-to-non-tiled-mode-if-all-tiles-no.patch
	patches.suse/0087-drm-gma500-remove-set-but-not-used-variable-channel_.patch
	patches.suse/0088-drm-komeda-Clean-warnings-candidate-for-gnu_printf-f.patch
	patches.suse/0089-drm-udl-Replace-fbdev-code-with-generic-emulation.patch
	patches.suse/0090-drm-fb-helper-Remove-drm_fb_helper_unlink_fbi.patch
	patches.suse/0091-fbdev-Unexport-unlink_framebuffer.patch
	patches.suse/drm-gma500-Fixup-fbdev-stolen-size-usage-evaluation.patch
	patches.suse/0093-drm-atmel-ditch-fb_create-wrapper.patch
	patches.suse/0094-drm-tilcdc-Drop-drm_gem_fb_create-wrapper.patch
	patches.suse/0095-drm-xen-Simplify-fb_create.patch
	patches.suse/0096-drm-virtio-fix-byteorder-handling-in-virtio_gpu_cmd_.patch
	patches.suse/0097-drm-virtio-Simplify-virtio_gpu_primary_plane_update-.patch
	patches.suse/0098-drm-virtio-factor-out-virtio_gpu_update_dumb_bo.patch
	patches.suse/0099-drm-r128-make-ATI-PCI-GART-part-of-its-only-user-r12.patch
	patches.suse/0100-dma_resv-prime-lockdep-annotations.patch
	patches.suse/0101-drm-dsi-clean-up-DSI-data-type-definitions.patch
	patches.suse/0102-drm-dsi-add-missing-DSI-data-types.patch
	patches.suse/0103-drm-dsi-add-missing-DSI-DCS-commands.patch
	patches.suse/0104-drm-dsi-rename-MIPI_DCS_SET_PARTIAL_AREA-to-MIPI_DCS.patch
	patches.suse/0105-drm-dsi-add-helpers-for-DSI-compression-mode-and-PPS.patch
	patches.suse/0106-vga-Fix-Kconfig-indentation.patch
	patches.suse/0107-drm-udl-Fix-Kconfig-indentation.patch
	patches.suse/0108-drm-rockchip-Fix-Kconfig-indentation.patch
	patches.suse/0109-drm-omap-Fix-Kconfig-indentation.patch
	patches.suse/0110-drm-nouveau-Fix-Kconfig-indentation.patch
	patches.suse/0111-drm-lima-Fix-Kconfig-indentation.patch
	patches.suse/0112-drm-bridge-Fix-Kconfig-indentation.patch
	patches.suse/0113-drm-mgag200-Fix-Kconfig-indentation.patch
	patches.suse/0114-drm-dp_mst-fix-multiple-frees-of-tx-bytes.patch
	patches.suse/0115-drm-modeset-Prime-modeset-lock-vs-dma_resv.patch
	patches.suse/0116-dma-resv-Also-prime-acquire-ctx-for-lockdep.patch
	patches.suse/0117-drm-msm-Don-t-init-ww_mutec-acquire-ctx-before-neede.patch
	patches.suse/0118-drm-mediatek-don-t-open-code-drm_gem_fb_create.patch
	patches.suse/0119-drm-mcde-Reuse-global-DSI-command-defs.patch
	patches.suse/0120-drm-mcde-Do-not-needlessly-logically-and-with-3.patch
	patches.suse/0121-drm-vc4-Fix-Kconfig-indentation.patch
	patches.suse/0122-drm-sun4i-Fix-Kconfig-indentation.patch
	patches.suse/0123-drm-gma500-Remove-addr_space-field-from-psb_framebuf.patch
	patches.suse/0124-drm-gma500-Remove-field-fbdev-from-struct-psb_frameb.patch
	patches.suse/0125-drm-gma500-Replace-struct-psb_framebuffer-with-struc.patch
	patches.suse/0126-drm-gma500-Pass-struct-drm_gem_object-to-framebuffer.patch
	patches.suse/0127-drm-gma500-Store-framebuffer-in-struct-drm_fb_helper.patch
	patches.suse/0128-drm-gma500-Remove-struct-psb_fbdev.patch
	patches.suse/Revert-drm-fbdev-Fallback-to-non-tiled-mode-if-all-t.patch
	patches.suse/0130-drm-tegra-Map-cmdbuf-once-for-reloc-processing.patch
	patches.suse/0131-drm-tegra-Delete-host1x_bo_ops-k-un-map.patch
	patches.suse/0132-drm-i915-Remove-dma_buf_kmap-selftest.patch
	patches.suse/0133-drm-i915-Drop-dma_buf-k-un-map.patch
	patches.suse/0134-drm-omapdrm-Drop-dma_buf-k-un-map.patch
	patches.suse/0135-drm-tegra-Remove-dma_buf-k-un-map.patch
	patches.suse/0136-dma-buf-Drop-dma_buf_k-un-map.patch
	patches.suse/0137-drm-vmwgfx-Delete-mmaping-functions.patch
	patches.suse/2061-media-videobuf2-Drop-dma_buf-k-un-map-support.patch
	patches.suse/drm-tee_shm-Drop-dma_buf_k-unmap-support.patch
	patches.suse/2062-xen-gntdev-dmabuf-Ditch-dummy-map-functions.patch
	patches.suse/2060-sample-vfio-mdev-mbocs-Remove-dma_buf_k-un-map-suppo.patch
	patches.suse/0138-drm-armada-Delete-dma_buf-k-un-map-implemenation.patch
	patches.suse/0139-dma-buf-Remove-kernel-map-unmap-hooks.patch
	patches.suse/0140-drm-udl-Unmap-buffer-object-after-damage-update.patch
	patches.suse/0141-drm-udl-Remove-udl-implementation-of-GEM-s-free_obje.patch
	patches.suse/0142-drm-udl-Store-active-framebuffer-in-device-structure.patch
	patches.suse/0143-drm-udl-Call-udl_handle_damage-with-DRM-framebuffer.patch
	patches.suse/0144-drm-udl-Replace-struct-udl_framebuffer-with-generic-.patch
	patches.suse/0145-udmabuf-Remove-deleted-map-unmap-handlers.patch
	patches.suse/0146-drm-vram-remove-unused-declaration.patch
	patches.suse/drm-scheduler-Avoid-accessing-freed-bad-job.patch
	patches.suse/0148-drm-mediatek-Fix-build-break.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/0152-drm-rect-Keep-the-scaled-clip-bounded.patch
	patches.suse/0153-drm-rect-Keep-the-clipped-dst-rectangle-in-place.patch
	patches.suse/0154-drm-selftests-Add-drm_rect-selftests.patch
	patches.suse/drm-rect-update-kerneldoc-for-drm_rect_clip_scaled.patch
	patches.suse/0156-drm-rockchip-Use-drm_gem_fb_create_with_dirty.patch
	patches.suse/drm-qxl-Complete-exception-handling-in-qxl_device_in.patch
	patches.suse/0158-drm-edid-Add-aspect-ratios-to-HDMI-4K-modes.patch
	patches.suse/0159-drm-edid-Add-alternate-clock-for-SMPTE-4K.patch
	patches.suse/0160-drm-todo-Add-entry-for-fb-funcs-related-cleanups.patch
	patches.suse/0161-drm-Inline-drm_color_lut_extract.patch
	patches.suse/drm-panel-simple-Add-Logic-PD-Type-28-display-suppor.patch
	patches.suse/0163-drm-panel-clean-up-indentation-issue.patch
	patches.suse/0164-drm-exynos-fix-opencoded-use-of-drm_panel_.patch
	patches.suse/0165-drm-exynos-fix-opencoded-use-of-drm_panel_.patch
	patches.suse/0166-drm-msm-fix-opencoded-use-of-drm_panel_.patch
	patches.suse/0167-drm-tegra-fix-opencoded-use-of-drm_panel_.patch
	patches.suse/0168-drm-exynos-Don-t-reset-bridge-next.patch
	patches.suse/0169-drm-use-correct-dev-node-location-in-comment.patch
	patches.suse/0170-drm-panfrost-remove-DRM_AUTH-and-respective-comment.patch
	patches.suse/0171-drm-drop-DRM_AUTH-from-PRIME_TO-FROM_HANDLE-ioctls.patch
	patches.suse/0172-video-fb_defio-preserve-user-fb_ops.patch
	patches.suse/0173-drm-fb-helper-don-t-preserve-fb_ops-across-deferred-.patch
	patches.suse/0174-video-smscufx-don-t-restore-fb_mmap-after-deferred-I.patch
	patches.suse/0175-video-udlfb-don-t-restore-fb_mmap-after-deferred-IO-.patch
	patches.suse/0176-video-fbdev-vesafb-modify-the-static-fb_ops-directly.patch
	patches.suse/0177-video-fbmem-use-const-pointer-for-fb_ops.patch
	patches.suse/0178-video-omapfb-use-const-pointer-for-fb_ops.patch
	patches.suse/0179-drm-crtc-helper-drm_connector_get_single_encoder-pro.patch
	patches.suse/0180-drm-panel-rpi-Drop-unused-GPIO-includes.patch
	patches.suse/0181-drm-pci-Only-build-drm_pci.c-if-CONFIG_PCI-is-set.patch
	patches.suse/0182-drm-pci-Hide-legacy-PCI-functions-from-non-legacy-co.patch
	patches.suse/0183-drm-ast-Don-t-include-drm-drm_pci.h.patch
	patches.suse/0184-drm-i810-Don-t-include-drm-drm_pci.h.patch
	patches.suse/0185-drm-mga-Don-t-include-drm-drm_pci.h.patch
	patches.suse/0186-drm-mgag200-Don-t-include-drm-drm_pci.h.patch
	patches.suse/0187-drm-r128-Don-t-include-drm-drm_pci.h.patch
	patches.suse/0188-drm-radeon-Don-t-include-drm-drm_pci.h.patch
	patches.suse/0189-drm-savage-Don-t-include-drm-drm_pci.h.patch
	patches.suse/0190-drm-sis-Don-t-include-drm-drm_pci.h.patch
	patches.suse/0191-drm-tdfx-Don-t-include-drm-drm_pci.h.patch
	patches.suse/0192-drm-via-Don-t-include-drm-drm_pci.h.patch
	patches.suse/0193-udmabuf-use-cache_sgt_mapping-option.patch
	patches.suse/0194-udmabuf-add-a-pointer-to-the-miscdevice-in-dma-buf-p.patch
	patches.suse/0195-udmabuf-separate-out-creating-destroying-scatter-tab.patch
	patches.suse/0196-udmabuf-implement-begin_cpu_access-end_cpu_access-ho.patch
	patches.suse/0197-video-fbdev-atyfb-modify-the-static-fb_ops-directly.patch
	patches.suse/0198-video-fbdev-mb862xx-modify-the-static-fb_ops-directl.patch
	patches.suse/0199-video-fbdev-nvidia-modify-the-static-fb_ops-directly.patch
	patches.suse/0200-video-fbdev-uvesafb-modify-the-static-fb_ops-directl.patch
	patches.suse/0201-video-fbdev-make-fbops-member-of-struct-fb_info-a-co.patch
	patches.suse/0202-drm-constify-fb-ops-across-all-drivers.patch
	patches.suse/0203-video-fbdev-intelfb-use-const-pointer-for-fb_ops.patch
	patches.suse/0204-video-constify-fb-ops-across-all-drivers.patch
	patches.suse/0205-drm-gma500-Call-psb_driver_-load-unload-before-regis.patch
	patches.suse/0206-drm-mgag200-Call-mgag200_driver_-load-unload-before-.patch
	patches.suse/0207-drm-mgag200-Debug-print-unique-revisions-id-on-G200-.patch
	patches.suse/0208-drm-dp_mst-Clear-all-payload-id-tables-downstream-wh.patch
	patches.suse/0209-drm-doc-Add-VKMS-module-description-and-use-to-Testi.patch
	patches.suse/0210-drm-vkms-Fix-typo-and-preposion-in-function-document.patch
	patches.suse/0211-drm-Fix-DSC-throughput-mode-0-mask-definition.patch
	patches.suse/0212-drm-Add-FEC-registers-for-LT-tunable-repeaters.patch
	patches.suse/0213-drm-call-drm_gem_object_funcs.mmap-with-fake-offset.patch
	patches.suse/0214-drm-share-address-space-for-dma-bufs.patch
	patches.suse/0215-drm-udl-Remove-unused-statistics-counters.patch
	patches.suse/0216-drm-udl-Don-t-track-number-of-identical-and-sent-pix.patch
	patches.suse/0217-drm-udl-Vmap-framebuffer-after-all-tests-succeeded-i.patch
	patches.suse/0218-drm-udl-Move-clip-rectangle-code-out-of-udl_handle_d.patch
	patches.suse/0219-drm-udl-Move-log-cpp-code-out-of-udl_damage_handler.patch
	patches.suse/0220-drm-udl-Begin-end-access-to-imported-buffers-in-dama.patch
	patches.suse/0221-drm-udl-Remove-field-lost_pixels-from-struct-udl_dev.patch
	patches.suse/0222-drm-panfrost-Register-devfreq-cooling-device.patch
	patches.suse/0223-drm-dp_mst-Remove-VCPI-while-disabling-topology-mgr.patch
	patches.suse/0224-drm-bridge-Rename-bridge-helpers-targeting-a-bridge-.patch
	patches.suse/0225-drm-bridge-Introduce-drm_bridge_get_next_bridge.patch
	patches.suse/0226-drm-Stop-accessing-encoder-bridge-directly.patch
	patches.suse/0227-drm-bridge-Make-the-bridge-chain-a-double-linked-lis.patch
	patches.suse/0228-drm-bridge-Add-the-drm_for_each_bridge_in_chain-help.patch
	patches.suse/0229-drm-bridge-Add-the-drm_bridge_get_prev_bridge-helper.patch
	patches.suse/0230-drm-bridge-Clarify-the-atomic-enable-disable-hooks-s.patch
	patches.suse/0231-drm-gma500-add-a-missed-gma_power_end-in-error-path.patch
	patches.suse/0232-drm-drm_panel-no-error-when-no-callback.patch
	patches.suse/0233-drm-panel-add-backlight-support.patch
	patches.suse/0234-drm-panel-simple-use-drm_panel-backlight-support.patch
	patches.suse/0235-drm-get-drm_bridge_panel-connector-via-helper.patch
	patches.suse/0236-drm-panel-add-drm_connector-argument-to-get_modes.patch
	patches.suse/0237-drm-panel-decouple-connector-from-drm_panel.patch
	patches.suse/0238-drm-panel-drop-drm_device-from-drm_panel.patch
	patches.suse/0239-drm-panel-feiyang-fy07024di26a30d-use-drm_panel-back.patch
	patches.suse/0240-drm-panel-ilitek-ili9881c-use-drm_panel-backlight-su.patch
	patches.suse/0241-drm-panel-innolux-p079zca-use-drm_panel-backlight-su.patch
	patches.suse/0242-drm-panel-kingdisplay-kd097d04-use-drm_panel-backlig.patch
	patches.suse/0243-drm-panel-lvds-use-drm_panel-backlight-support.patch
	patches.suse/0244-drm-panel-olimex-lcd-olinuxino-use-drm_panel-backlig.patch
	patches.suse/0245-drm-panel-osd-osd101t2587-53ts-use-drm_panel-backlig.patch
	patches.suse/0246-drm-panel-panasonic-vvx10f034n00-use-drm_panel-backl.patch
	patches.suse/0247-drm-panel-raydium-rm68200-use-drm_panel-backlight-su.patch
	patches.suse/0248-drm-panel-rocktech-jh057n00900-use-drm_panel-backlig.patch
	patches.suse/0249-drm-panel-ronbo-rb070d30-use-drm_panel-backlight-sup.patch
	patches.suse/0250-drm-panel-seiko-43wvf1g-use-drm_panel-backlight-supp.patch
	patches.suse/0251-drm-panel-sharp-lq101r1sx01-use-drm_panel-backlight-.patch
	patches.suse/0252-drm-panel-sharp-ls043t1le01-use-drm_panel-backlight-.patch
	patches.suse/0253-drm-panel-sitronix-st7701-use-drm_panel-backlight-su.patch
	patches.suse/0254-drm-panel-sitronix-st7789v-use-drm_panel-backlight-s.patch
	patches.suse/0255-drm-panel-tpo-td028ttec1-use-drm_panel-backlight-sup.patch
	patches.suse/0256-drm-panel-tpo-tpg110-use-drm_panel-backlight-support.patch
	patches.suse/0257-drm-meson-add-AFBC-decoder-registers-for-GXM-and-G12.patch
	patches.suse/0258-drm-meson-add-RDMA-register-bits-defines.patch
	patches.suse/0259-drm-meson-store-the-framebuffer-width-for-plane-comm.patch
	patches.suse/0260-drm-meson-add-RDMA-module-driver.patch
	patches.suse/0261-drm-meson-Add-AFBCD-module-driver.patch
	patches.suse/0262-drm-meson-plane-add-support-for-AFBC-mode-for-OSD1-p.patch
	patches.suse/0263-drm-meson-viu-add-AFBC-modules-routing-functions.patch
	patches.suse/0264-drm-meson-hold-32-lines-after-vsync-to-give-time-for.patch
	patches.suse/0265-drm-meson-crtc-add-OSD1-plane-AFBC-commit.patch
	patches.suse/0266-drm-ast-Move-modesetting-code-to-CRTC-s-atomic_flush.patch
	patches.suse/0267-drm-ast-Enable-and-disable-screen-in-primary-plane-f.patch
	patches.suse/0268-drm-ast-Clean-up-arguments-of-register-functions.patch
	patches.suse/0269-drm-ast-Add-plane-atomic_check-functions.patch
	patches.suse/0270-drm-ast-Introduce-struct-ast_crtc_state.patch
	patches.suse/0271-drm-ast-Store-VBIOS-mode-info-in-struct-ast_crtc_sta.patch
	patches.suse/0272-drm-ast-Store-primary-plane-format-in-struct-ast_crt.patch
	patches.suse/0273-drm-bridge-panel-export-drm_panel_bridge_connector.patch
	patches.suse/0274-drm-atomic-Update-docs-around-locking-and-commit-seq.patch
	patches.suse/0275-drm-doc-Drop-c-func-markup.patch
	patches.suse/0276-drm-drm_panel-fix-EXPORT-of-drm_panel_of_backlight.patch
	patches.suse/0277-dma-buf-Add-dma-buf-heaps-framework.patch
	patches.suse/0278-dma-buf-heaps-Add-heap-helpers.patch
	patches.suse/0279-dma-buf-heaps-Add-system-heap-to-dmabuf-heaps.patch
	patches.suse/0280-dma-buf-heaps-Add-CMA-heap-to-dmabuf-heaps.patch
	patches.suse/0281-drm-edid-Increase-size-of-VDB-and-CMDB-bitmaps-to-25.patch
	patches.suse/0282-drm-udl-Init-connector-before-encoder-and-CRTC.patch
	patches.suse/0283-drm-udl-Convert-to-struct-drm_simple_display_pipe.patch
	patches.suse/0284-drm-udl-Switch-to-atomic-suspend-resume-helpers.patch
	patches.suse/0285-drm-udl-Inline-DPMS-code-into-CRTC-enable-and-disabl.patch
	patches.suse/0286-drm-udl-Set-preferred-color-depth-to-16-bpp.patch
	patches.suse/0287-drm-udl-Convert-to-drm_atomic_helper_dirtyfb.patch
	patches.suse/0288-drm-udl-Remove-struct-udl_device.active_fb_16.patch
	patches.suse/0289-drm-udl-Move-udl_handle_damage-into-udl_modeset.c.patch
	patches.suse/0290-drm-udl-Remove-udl_fb.c.patch
	patches.suse/0291-drm-komeda-Correct-d71-register-block-counting.patch
	patches.suse/0292-drm-komeda-Update-the-chip-identify.patch
	patches.suse/0293-drm-komeda-Enable-new-product-D32-support.patch
	patches.suse/0294-drm-gma500-globle-no-more.patch
	patches.suse/0295-drm-panel-Add-Boe-Himax8279d-MIPI-DSI-LCD-panel.patch
	patches.suse/0296-drm-atmel-plane_state-fb-iff-plane_state-crtc.patch
	patches.suse/0297-drm-gma500-Pass-GPIO-for-Intel-MID-using-descriptors.patch
	patches.suse/0298-drm-sun4i-Remove-unneeded-semicolon-in-sun8i_mixer.c.patch
	patches.suse/0299-drm-sun4i-Remove-unneeded-semicolon-in-sun4i_layer.c.patch
	patches.suse/gpu-drm-ingenic-Avoid-null-pointer-deference-in-plan.patch
	patches.suse/0301-gpu-drm-ingenic-Use-the-plane-s-src_-x-y-to-configur.patch
	patches.suse/0302-gpu-drm-ingenic-Set-max-FB-height-to-4095.patch
	patches.suse/0303-gpu-drm-ingenic-Check-for-display-size-in-CRTC-atomi.patch
	patches.suse/0304-gpu-drm-ingenic-Add-support-for-the-JZ4770.patch
	patches.suse/0305-drm-tilcdc-Remove-obsolete-bundled-tilcdc-tfp410-dri.patch
	patches.suse/0306-linux-next-build-failure-after-merge-of-the-drm-misc.patch
	patches.suse/0307-DRM-ARC-PGU-fix-framebuffer-format-switching.patch
	patches.suse/0308-DRM-ARC-PGU-cleanup-supported-format-list-code.patch
	patches.suse/0309-DRM-ARC-PGU-replace-unsupported-by-HW-RGB888-format-.patch
	patches.suse/0310-DRM-ARC-PGU-add-ARGB8888-format-to-supported-format-.patch
	patches.suse/0311-drm-amd-display-Add-MST-atomic-routines.patch
	patches.suse/0312-drm-amd-display-fix-dereference-of-pointer-aconnecto.patch
	patches.suse/0313-drm-amdgpu-Add-ucode-support-for-DMCUB.patch
	patches.suse/0314-drm-amdgpu-Add-PSP-loading-support-for-DMCUB-ucode.patch
	patches.suse/0315-drm-amd-display-Drop-DMCUB-from-DCN21-resources.patch
	patches.suse/0316-drm-amd-display-Add-the-DMUB-service.patch
	patches.suse/0317-drm-amd-display-Change-dmcu-init-sequence-for-dmcub-.patch
	patches.suse/0318-drm-amd-display-Add-PSP-FW-version-mask.patch
	patches.suse/0319-drm-amd-display-Hook-up-the-DMUB-service-in-DM.patch
	patches.suse/0320-drm-amdgpu-Add-DMCUB-to-firmware-query-interface.patch
	patches.suse/0321-drm-amd-display-Add-DMUB-support-to-DC.patch
	patches.suse/0322-drm-amd-display-Register-DMUB-service-with-DC.patch
	patches.suse/0323-drm-amd-display-Drop-CONFIG_DRM_AMD_DC_DMUB-guards.patch
	patches.suse/0324-drm-amd-display-3.2.57.patch
	patches.suse/0325-drm-amd-display-Fix-assert-observed-when-performing-.patch
	patches.suse/0326-drm-amd-display-Renoir-chroma-viewport-WA.patch
	patches.suse/0327-drm-amd-display-Use-SIGNAL_TYPE_NONE-in-disable_outp.patch
	patches.suse/0328-drm-amd-display-Add-a-sanity-check-for-DSC-already-e.patch
	patches.suse/0329-drm-amd-display-set-MSA-MISC1-bit-6-while-sending-co.patch
	patches.suse/0330-drm-amd-display-Create-debug-option-to-disable-v.act.patch
	patches.suse/0331-drm-amd-display-optimize-bandwidth-after-commit-stre.patch
	patches.suse/0332-drm-amd-display-3.2.58.patch
	patches.suse/0333-drm-amd-display-Add-some-hardware-status-in-DTN-log-.patch
	patches.suse/0334-drm-amd-display-add-oem-i2c-implemenation-in-dc.patch
	patches.suse/0335-drm-amd-display-Unify-all-scaling-when-Integer-Scali.patch
	patches.suse/0336-drm-amd-display-initialize-lttpr.patch
	patches.suse/0337-drm-amd-display-check-for-dp-rev-before-reading-lttp.patch
	patches.suse/0338-drm-amd-display-configure-lttpr-mode.patch
	patches.suse/0339-drm-amd-display-implement-lttpr-logic.patch
	patches.suse/0340-drm-amd-display-use-previous-aux-timeout-val-if-no-r.patch
	patches.suse/0341-drm-amd-display-disable-lttpr-for-invalid-lttpr-caps.patch
	patches.suse/0342-drm-amd-display-Send-vblank-and-user-events-at-vsart.patch
	patches.suse/0343-drm-amd-display-Disable-VUpdate-interrupt-for-DCN-ha.patch
	patches.suse/0344-drm-amd-display-Drop-CONFIG_DRM_AMD_DC_DCN2_0-and-DS.patch
	patches.suse/0345-drm-amd-display-Drop-CONFIG_DRM_AMD_DC_DCN2_1-flag.patch
	patches.suse/0346-drm-amd-display-rename-DCN1_0-kconfig-to-DCN.patch
	patches.suse/0347-drm-amdgpu-display-fix-the-build-when-CONFIG_DRM_AMD.patch
	patches.suse/0348-drm-amdgpu-display-fix-warning-when-CONFIG_DRM_AMD_D.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/0357-drm-amd-display-remove-redundant-variable-status.patch
	patches.suse/0358-drm-amdkfd-Adjust-function-sequences-to-avoid-unnece.patch
	patches.suse/0359-drm-amdkfd-Only-keep-release_mem-function-for-Hawaii.patch
	patches.suse/0360-drm-amdkfd-Use-kernel-queue-v9-functions-for-v10.patch
	patches.suse/0361-drm-amdkfd-Simplify-the-mmap-offset-related-bit-oper.patch
	patches.suse/0362-drm-amd-display-fix-spelling-mistake-exeuction-execu.patch
	patches.suse/0363-drm-amd-display-remove-duplicated-comparison-express.patch
	patches.suse/0364-drm-amd-powerplay-remove-set-but-not-used-variable-v.patch
	patches.suse/0365-drm-amd-powerplay-remove-set-but-not-used-variable-d.patch
	patches.suse/0366-drm-amd-display-Use-static-const-not-const-static.patch
	patches.suse/0367-drm-amd-powerplay-remove-set-but-not-used-variable-t.patch
	patches.suse/0368-drm-amd-display-remove-set-but-not-used-variable-ds_.patch
	patches.suse/0369-drm-amdkfd-Use-better-name-to-indicate-the-offset-is.patch
	patches.suse/0370-drm-amdkfd-Avoid-using-doorbell_off-as-offset-in-pro.patch
	patches.suse/0371-drm-amdkfd-Rename-create_cp_queue-to-init_user_queue.patch
	patches.suse/0372-drm-amdkfd-Implement-queue-priority-controls-for-gfx.patch
	patches.suse/0373-drm-amdkfd-Update-get_wave_state-for-GFX10.patch
	patches.suse/0374-drm-amdkfd-Fix-a-bug-when-calculating-save_area_used.patch
	patches.suse/0375-drm-amdkfd-Use-QUEUE_IS_ACTIVE-macro-in-mqd-v10.patch
	patches.suse/0376-drm-amdkfd-Stop-using-GFP_NOIO-explicitly-for-two-pl.patch
	patches.suse/0377-drm-amd-display-remove-set-but-not-used-variable-bpc.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/0383-drm-amdkfd-Merge-CIK-kernel-queue-functions-into-VI.patch
	patches.suse/0384-drm-amdkfd-Eliminate-ops_asic_specific-in-kernel-que.patch
	patches.suse/0385-drm-amdkfd-Rename-kfd_kernel_queue_-.c-to-kfd_packet.patch
	patches.suse/0386-drm-amdgpu-enable-ras-capablity-check-on-arcturus.patch
	patches.suse/0387-drm-amdgpu-init-umc-functions-for-arcturus-umc-ras.patch
	patches.suse/0388-drm-amdgpu-add-JPEG-HW-IP-and-SW-structures.patch
	patches.suse/0389-drm-amdgpu-add-amdgpu_jpeg-and-JPEG-tests.patch
	patches.suse/0390-drm-amdgpu-separate-JPEG1.0-code-out-from-VCN1.0.patch
	patches.suse/0391-drm-amdgpu-use-the-JPEG-structure-for-general-driver.patch
	patches.suse/0392-drm-amdgpu-add-JPEG-IP-block-type.patch
	patches.suse/0393-drm-amdgpu-add-JPEG-common-functions-to-amdgpu_jpeg.patch
	patches.suse/0394-drm-amdgpu-add-JPEG-v2.0-function-supports.patch
	patches.suse/0395-drm-amdgpu-remove-unnecessary-JPEG2.0-code-from-VCN2.patch
	patches.suse/0396-drm-amdgpu-add-JPEG-PG-and-CG-interface.patch
	patches.suse/0397-drm-amdgpu-add-PG-and-CG-for-JPEG2.0.patch
	patches.suse/0398-drm-amd-powerplay-add-JPEG-Powerplay-interface.patch
	patches.suse/0399-drm-amd-powerplay-add-JPEG-power-control-for-Navi1x.patch
	patches.suse/0400-drm-amd-powerplay-add-Powergate-JPEG-for-Renoir.patch
	patches.suse/0401-drm-amd-powerplay-add-JPEG-power-control-for-Renoir.patch
	patches.suse/0402-drm-amd-powerplay-set-JPEG-to-SMU-dpm.patch
	patches.suse/0403-drm-amdgpu-enable-JPEG2.0-dpm.patch
	patches.suse/0404-drm-amdgpu-add-driver-support-for-JPEG2.0-and-above.patch
	patches.suse/0405-drm-amdgpu-enable-JPEG2.0-for-Navi1x-and-Renoir.patch
	patches.suse/0406-drm-amdgpu-move-JPEG2.5-out-from-VCN2.5.patch
	patches.suse/0407-drm-amdgpu-enable-Arcturus-CG-for-VCN-and-JPEG-block.patch
	patches.suse/0408-drm-amdgpu-enable-Arcturus-JPEG2.5-block.patch
	patches.suse/drm-amdkfd-remove-set-but-not-used-variable-top_dev.patch
	patches.suse/0410-drm-amdgpu-soc15-move-struct-definition-around-to-al.patch
	patches.suse/0411-drm-amd-display-remove-set-but-not-used-variable-old.patch
	patches.suse/0412-drm-amd-display-remove-set-but-not-used-variable-bp-.patch
	patches.suse/0413-drm-amd-display-remove-set-but-not-used-variable-bp-.patch
	patches.suse/0414-drm-amd-display-remove-set-but-not-used-variable-min.patch
	patches.suse/0415-drm-amdgpu-dm-Do-not-throw-an-error-for-a-display-wi.patch
	patches.suse/0416-drm-amd-display-add-automated-audio-test-support.patch
	patches.suse/0417-drm-amd-display-Renoir-chroma-viewport-WA-change-for.patch
	patches.suse/0418-drm-amd-display-Renoir-chroma-viewport-WA-Read-the-c.patch
	patches.suse/0419-drm-amd-display-Add-hubp-clock-status-in-DTN-log-for.patch
	patches.suse/0420-drm-amd-display-Update-background-color-in-bottommos.patch
	patches.suse/0421-drm-amd-display-Fix-incorrect-deep-color-setting-in-.patch
	patches.suse/0422-drm-amd-display-3.2.59.patch
	patches.suse/0423-drm-amd-display-Fix-stereo-with-DCC-enabled.patch
	patches.suse/0424-drm-amd-display-Changes-in-dc-to-allow-full-update-i.patch
	patches.suse/0425-drm-amd-display-Add-DMUB-service-function-check-if-h.patch
	patches.suse/0426-drm-amd-display-Add-DMUB-param-to-load-inst-const-fr.patch
	patches.suse/0427-drm-amd-display-Add-debugfs-initalization-on-mst-con.patch
	patches.suse/0428-drm-amd-display-Connect-DIG-FE-to-its-BE-before-link.patch
	patches.suse/0429-drm-amd-display-Clean-up-some-code-with-unused-regis.patch
	patches.suse/0430-drm-amd-display-revert-change-causing-DTN-hang-for-R.patch
	patches.suse/0431-drm-amd-display-Fix-debugfs-on-MST-connectors.patch
	patches.suse/0432-drm-amd-display-cleanup-of-construct-and-destruct-fu.patch
	patches.suse/0433-drm-amd-display-add-color-space-option-when-sending-.patch
	patches.suse/0434-drm-amd-display-Adjust-DML-workaround-threshold.patch
	patches.suse/0435-drm-amd-display-Add-debug-trace-for-dmcub-FW-autoloa.patch
	patches.suse/0436-drm-amd-display-3.2.60.patch
	patches.suse/0437-drm-amd-display-add-debugfs-sdp-hook-up-function-for.patch
	patches.suse/0438-drm-amd-display-Avoid-conflict-between-HDR-multiplie.patch
	patches.suse/0439-drm-amd-display-Don-t-spin-forever-waiting-for-DMCUB.patch
	patches.suse/0440-drm-amd-display-cleanup-of-function-pointer-tables.patch
	patches.suse/0441-drm-amd-display-DML-Validation-Dump-Check-with-Loggi.patch
	patches.suse/0442-drm-amd-display-Spin-for-DMCUB-PHY-init-in-DC.patch
	patches.suse/0443-drm-amd-display-Use-a-temporary-copy-of-the-current-.patch
	patches.suse/0444-drm-amd-display-Add-DSC-422Native-debug-option.patch
	patches.suse/0445-drm-amd-display-Add-Navi10-DMUB-VBIOS-code.patch
	patches.suse/0446-drm-amd-display-Add-PSP-block-to-verify-HDCP2.2-step.patch
	patches.suse/0447-drm-amd-display-Add-DDC-handles-for-HDCP2.2.patch
	patches.suse/0448-drm-amd-display-Add-execution-and-transition-states-.patch
	patches.suse/0449-drm-amd-display-Add-logging-for-HDCP2.2.patch
	patches.suse/0450-drm-amd-display-Change-ERROR-to-WARN-for-HDCP-module.patch
	patches.suse/0451-drm-amd-display-Enable-HDCP-2.2.patch
	patches.suse/0452-drm-amd-display-Handle-hdcp2.2-type0-1-in-dm.patch
	patches.suse/0453-drm-amd-display-Refactor-HDCP-to-handle-multiple-dis.patch
	patches.suse/0454-drm-amd-display-add-force-Type0-1-flag.patch
	patches.suse/0455-drm-amd-display-Refactor-HDCP-encryption-status-upda.patch
	patches.suse/0456-drm-amd-display-add-and-use-defines-from-drm_hdcp.h.patch
	patches.suse/0457-drm-amd-display-use-drm-defines-for-MAX-CASCADE-MASK.patch
	patches.suse/0458-drm-amd-display-split-rxstatus-for-hdmi-and-dp.patch
	patches.suse/0459-drm-amd-display-Fix-static-analysis-bug-in-validate_.patch
	patches.suse/0460-drm-amd-display-Fix-coding-error-in-connector-atomic.patch
	patches.suse/0461-drm-radeon-remove-set-but-not-used-variable-size-rel.patch
	patches.suse/0462-drm-radeon-remove-set-but-not-used-variable-backbias.patch
	patches.suse/0463-drm-radeon-remove-set-but-not-used-variable-dig_conn.patch
	patches.suse/0464-drm-radeon-remove-set-but-not-used-variable-radeon_c.patch
	patches.suse/0465-drm-radeon-remove-set-but-not-used-variable-blocks.patch
	patches.suse/0466-drm-radeon-remove-set-but-not-used-variable-tv_pll_c.patch
	patches.suse/0467-drm-amdgpu-remove-not-needed-memset.patch
	patches.suse/0468-drm-amd-powerplay-return-errno-code-to-caller-when-e.patch
	patches.suse/0469-drm-amd-powerplay-correct-swSMU-baco-reset-related-s.patch
	patches.suse/0470-drm-amd-powerplay-add-Arcturus-baco-reset-support.patch
	patches.suse/0471-drm-amd-powerplay-add-missing-header-file-declaratio.patch
	patches.suse/0472-drm-amdgpu-add-psp-funcs-for-ring-write-pointer-read.patch
	patches.suse/0473-drm-amdgpu-add-helper-func-for-psp-ring-cmd-submissi.patch
	patches.suse/0474-drm-amdgpu-switch-to-common-helper-func-for-psp-cmd-.patch
	patches.suse/0475-drm-amdgpu-pull-ras-controller-int-status-only-when-.patch
	patches.suse/0476-drm-amd-powerplay-enable-gpu_busy_percent-sys-interf.patch
	patches.suse/0477-drm-amdgpu-add-asic-callback-for-BACO-support.patch
	patches.suse/0478-drm-amdgpu-add-supports_baco-callback-for-soc15-asic.patch
	patches.suse/0479-drm-amdgpu-add-supports_baco-callback-for-SI-asics.patch
	patches.suse/0480-drm-amdgpu-add-supports_baco-callback-for-CIK-asics.patch
	patches.suse/0481-drm-amdgpu-add-supports_baco-callback-for-VI-asics.patch
	patches.suse/0482-drm-amdgpu-add-supports_baco-callback-for-NV-asics.patch
	patches.suse/0483-drm-amdgpu-add-a-amdgpu_device_supports_baco-helper.patch
	patches.suse/0484-drm-amdgpu-rename-amdgpu_device_is_px-to-amdgpu_devi.patch
	patches.suse/0485-drm-amdgpu-add-additional-boco-checks-to-runtime-sus.patch
	patches.suse/0486-drm-amdgpu-split-swSMU-baco_reset-into-enter-and-exi.patch
	patches.suse/0487-drm-amdgpu-add-helpers-for-baco-entry-and-exit.patch
	patches.suse/0488-drm-amdgpu-add-baco-support-to-runtime-suspend-resum.patch
	patches.suse/0489-drm-amdgpu-start-to-disentangle-boco-from-runtime-pm.patch
	patches.suse/0490-drm-amdgpu-disentangle-runtime-pm-and-vga_switcheroo.patch
	patches.suse/0491-drm-amdgpu-enable-runtime-pm-on-BACO-capable-boards-.patch
	patches.suse/0492-drm-amdgpu-add-flag-to-indicate-amdgpu-vm-context.patch
	patches.suse/0493-amd-amdgpu-force-to-trigger-a-no-retry-fault-after-a.patch
	patches.suse/0494-drm-amdgpu-define-soc15_ras_field_entry-for-reuse.patch
	patches.suse/0495-drm-amdgpu-refine-query-function-of-mmhub-EDC-counte.patch
	patches.suse/0496-drm-amdgpu-implement-querying-ras-error-count-for-mm.patch
	patches.suse/0497-drm-amdkfd-Delete-KFD_MQD_TYPE_COMPUTE.patch
	patches.suse/0498-drm-amdkfd-DIQ-should-not-use-HIQ-way-to-allocate-me.patch
	patches.suse/0499-drm-amdgpu-simplify-runtime-suspend.patch
	patches.suse/0500-drm-amdgpu-remove-redundant-assignment-to-pointer-wr.patch
	patches.suse/0501-drm-amdkfd-Remove-duplicate-functions-update_mqd_hiq.patch
	patches.suse/0502-drm-amd-powerplay-Use-ARRAY_SIZE-for-smu7_profiling.patch
	patches.suse/0503-drm-amdgpu-Use-ARRAY_SIZE-for-sos_old_versions.patch
	patches.suse/0504-drm-amdgpu-Apply-noretry-setting-for-mmhub9.4.patch
	patches.suse/0505-drm-amd-Fix-Kconfig-indentation.patch
	patches.suse/0506-drm-amd-powerplay-remove-redundant-assignment-to-var.patch
	patches.suse/0507-drm-amd-display-Use-NULL-for-pointer-assignment-in-c.patch
	patches.suse/drm-amdgpu-Ensure-ret-is-always-initialized-when-usi.patch
	patches.suse/0509-drm-radeon-remove-redundant-assignment-to-variable-r.patch
	patches.suse/0510-drm-amd-display-remove-set-but-not-used-variable-msg.patch
	patches.suse/0511-drm-amd-powerplay-remove-set-but-not-used-variable-s.patch
	patches.suse/0512-drm-amd-display-Null-check-aconnector-in-event_prope.patch
	patches.suse/0513-drm-amdgpu-Raise-KFD-unpinned-system-memory-limit.patch
	patches.suse/0514-drm-amd-amdgpu-sriov-skip-jpeg-ip-block-for-ARCTURUS.patch
	patches.suse/0515-drm-amdgpu-apply-gpr-gds-workaround-before-enabling-.patch
	patches.suse/0516-drm-amd-display-Modify-comments-to-match-the-code.patch
	patches.suse/0517-drm-amdgpu-move-pci-handling-out-of-pm-ops.patch
	patches.suse/0518-drm-amdgpu-Fix-a-bug-in-jpeg_v1_0_start.patch
	patches.suse/0519-drm-radeon-replace-0-with-NULL.patch
	patches.suse/0520-drm-amdgpu-gfx10-remove-outdated-comments.patch
	patches.suse/0521-drm-amdgpu-gfx-Clear-more-EDC-cnt.patch
	patches.suse/0522-drm-amdgpu-gfx-Increase-dispatch-packet-number.patch
	patches.suse/0523-drm-amd-display-Include-num_vmid-and-num_dsc-within-.patch
	patches.suse/0524-drm-amd-display-Drop-AMD_EDID_UTILITY-defines.patch
	patches.suse/0525-drm-amdgpu-not-remove-sysfs-if-not-create-sysfs.patch
	patches.suse/0526-drm-amd-display-Load-TA-firmware-for-navi10-12-14.patch
	patches.suse/0527-drm-amdgpu-sriov-No-need-the-event-3-and-4-now.patch
	patches.suse/0528-drm-amd-display-fix-double-assignment-to-msg_id-fiel.patch
	patches.suse/0529-drm-amd-powerplay-Remove-unneeded-variable-result-in.patch
	patches.suse/0530-drm-amd-powerplay-Remove-unneeded-variable-result-in.patch
	patches.suse/0531-drm-amd-powerplay-Remove-unneeded-variable-ret-in-sm.patch
	patches.suse/0532-drm-amd-powerplay-Remove-unneeded-variable-result-in.patch
	patches.suse/0533-drm-amd-powerplay-Remove-unneeded-variable-ret-in-am.patch
	patches.suse/0534-drm-amd-display-Remove-unneeded-semicolon-in-bios_pa.patch
	patches.suse/0535-drm-amd-display-Remove-unneeded-semicolon-in-bios_pa.patch
	patches.suse/0536-drm-amd-display-Remove-unneeded-semicolon-in-hdcp.c.patch
	patches.suse/0537-drm-amd-display-Remove-unneeded-semicolon-in-display.patch
	patches.suse/0538-drm-amd-display-remove-redundant-assignment-to-varia.patch
	patches.suse/0539-amd-amdgpu-sriov-swSMU-disable-for-sriov.patch
	patches.suse/0540-drm-amdgpu-drop-asd-shared-memory.patch
	patches.suse/0541-drm-amdgpu-unload-asd-in-psp-hw-de-init-phase.patch
	patches.suse/0542-drm-amdgpu-load-np-fw-prior-before-loading-the-TAs.patch
	patches.suse/0543-drm-amdkfd-Contain-MMHUB-number-in-mmhub_v9_4_setup_.patch
	patches.suse/0544-drm-amd-display-Loading-NV10-14-Bounding-Box-Data-Di.patch
	patches.suse/0545-drm-amdgpu-gfx-Improvement-on-EDC-GPR-workarounds.patch
	patches.suse/0546-drm-amdkfd-Eliminate-unnecessary-kernel-queue-functi.patch
	patches.suse/0547-drm-amdgpu-remove-ras-global-recovery-handling-from-.patch
	patches.suse/0548-drm-amdgpu-export-amdgpu_ras_find_obj-to-use-externa.patch
	patches.suse/0549-drm-amdgpu-clear-ras-controller-status-registers-whe.patch
	patches.suse/0550-drm-amdgpu-clear-uncorrectable-parity-error-status-b.patch
	patches.suse/0551-drm-amdgpu-enable-disable-doorbell-interrupt-in-baco.patch
	patches.suse/0552-drm-amdgpu-add-concurrent-baco-reset-support-for-XGM.patch
	patches.suse/0553-drm-amdgpu-support-full-gpu-reset-workflow-when-ras-.patch
	patches.suse/0554-drm-amdgpu-clear-err_event_athub-flag-after-reset-ex.patch
	patches.suse/0555-drm-amdgpu-reduce-redundant-uvd-context-lost-warning.patch
	patches.suse/0556-drm-amd-display-rename-core_dc-to-dc.patch
	patches.suse/0557-drm-amd-display-add-separate-of-private-hwss-functio.patch
	patches.suse/0558-drm-amd-display-Fix-Dali-clk-mgr-construct.patch
	patches.suse/0559-drm-amd-display-Wrong-ifdef-guards-were-used-around-.patch
	patches.suse/0560-drm-amd-display-Reset-PHY-in-link-re-training.patch
	patches.suse/0561-drm-amd-display-Disable-link-before-reenable.patch
	patches.suse/0562-drm-amd-display-Add-DMCUB__PG_DONE-trace-code-enum.patch
	patches.suse/0563-drm-amd-display-Only-wait-for-DMUB-phy-init-on-dcn21.patch
	patches.suse/0564-drm-amd-display-Return-DMUB_STATUS_OK-when-autoload-.patch
	patches.suse/0565-drm-amd-display-Program-CW5-for-tracebuffer-for-dcn2.patch
	patches.suse/0566-drm-amd-display-fix-dprefclk-and-ss-percentage-readi.patch
	patches.suse/0567-drm-amd-display-3.2.61.patch
	patches.suse/0568-drm-amd-display-add-log-for-lttpr.patch
	patches.suse/0569-drm-amd-display-Disable-chroma-viewport-w-a-when-rot.patch
	patches.suse/0570-drm-amd-display-fix-dml20-min_dst_y_next_start-calcu.patch
	patches.suse/0571-drm-amd-display-Implement-DePQ-for-DCN1.patch
	patches.suse/0572-drm-amd-display-update-p-state-latency-for-renoir-wh.patch
	patches.suse/0573-drm-amd-display-add-DP-protocol-version.patch
	patches.suse/0574-drm-amd-display-Save-restore-link-setting-for-disabl.patch
	patches.suse/0575-drm-amd-display-Return-a-correct-error-value.patch
	patches.suse/0576-drm-amd-display-Split-DMUB-cmd-type-into-type-subtyp.patch
	patches.suse/0577-drm-amd-display-Add-shared-DMCUB-driver-firmware-sta.patch
	patches.suse/0578-drm-amd-display-update-sr-latency-for-renoir-when-us.patch
	patches.suse/0579-drm-amd-display-Remove-flag-check-in-mpcc-update.patch
	patches.suse/0580-drm-amd-display-check-for-repeater-when-setting-aux_.patch
	patches.suse/0581-drm-amd-display-Modify-logic-for-when-to-wait-for-mp.patch
	patches.suse/0582-drm-amd-display-Remove-redundant-call.patch
	patches.suse/0583-drm-amd-display-add-dc-dsc-functions-to-return-bpp-r.patch
	patches.suse/0584-drm-amd-display-remove-spam-DSC-log.patch
	patches.suse/0585-drm-amd-display-add-dsc-policy-getter.patch
	patches.suse/0586-drm-amd-display-Limit-NV12-chroma-workaround.patch
	patches.suse/0587-drm-amd-display-fix-cursor-positioning-for-multiplan.patch
	patches.suse/0588-drm-amd-display-Implement-DePQ-for-DCN2.patch
	patches.suse/0589-drm-amd-display-3.2.62.patch
	patches.suse/0590-drm-amd-display-Change-HDR_MULT-check.patch
	patches.suse/0591-drm-amd-display-update-dml-related-structs.patch
	patches.suse/0592-drm-amd-display-correct-log-message-for-lttpr.patch
	patches.suse/0593-drm-amd-display-Extend-DMCUB-offload-testing-into-dc.patch
	patches.suse/0594-drm-amdgpu-Fix-BACO-entry-failure-in-NAVI10.patch
	patches.suse/0595-drm-amdgpu-move-VM-eviction-decision-into-amdgpu_vm..patch
	patches.suse/0596-drm-amdgpu-explicitely-sync-to-VM-updates-v2.patch
	patches.suse/0597-drm-amdgpu-stop-adding-VM-updates-fences-to-the-resv.patch
	patches.suse/0598-drm-amdgpu-add-VM-eviction-lock-v3.patch
	patches.suse/0599-Revert-drm-amdgpu-enable-VCN-DPG-on-Raven-and-Raven2.patch
	patches.suse/0600-drm-amdgpu-fix-resume-failures-due-to-psp-fw-loading.patch
	patches.suse/0601-drm-amd-powerplay-drop-unnecessary-warning-prompt.patch
	patches.suse/0602-drm-amd-powerplay-pre-check-the-SMU-state-before-iss.patch
	patches.suse/0603-drm-amdgpu-add-condition-to-enable-baco-for-ras-reco.patch
	patches.suse/0604-drm-amd-powerplay-clear-VBIOS-scratchs-on-baco-exit-.patch
	patches.suse/0605-drm-amd-powerplay-implement-interface-to-retrieve-gp.patch
	patches.suse/0606-drm-amd-powerplay-implement-interface-to-retrieve-cl.patch
	patches.suse/0607-drm-amd-powerplay-implement-the-get_enabled_mask-cal.patch
	patches.suse/0608-drm-amd-powerplay-correct-the-value-retrieved-throug.patch
	patches.suse/0609-drm-amdgpu-Added-RAS-UMC-error-query-support-for-Arc.patch
	patches.suse/0610-drm-amd-powerplay-enable-pp-one-vf-mode-for-vega10.patch
	patches.suse/0611-drm-amdgpu-enable-gfxoff-feature-for-navi10-asic.patch
	patches.suse/0612-drm-amdgpu-fix-VCN2.x-number-of-irq-types.patch
	patches.suse/0613-drm-amdgpu-fix-JPEG-instance-checking-when-ctx-init.patch
	patches.suse/0614-drm-amdgpu-log-when-amdgpu.dc-1-but-ASIC-is-unsuppor.patch
	patches.suse/0615-drm-rcar-du-Add-support-for-CMM.patch
	patches.suse/0616-drm-rcar-du-kms-Initialize-CMM-instances.patch
	patches.suse/0617-drm-rcar-du-crtc-Control-CMM-operations.patch
	patches.suse/0618-drm-rcar-du-crtc-Register-GAMMA_LUT-properties.patch
	patches.suse/0001-drm-rcar-du-Recognize-renesas-vsps-in-addition-to-vs.patch
	patches.suse/0620-drm-rcar-du-lvds-Get-mode-from-state.patch
	patches.suse/0621-drm-of-Add-drm_of_lvds_get_dual_link_pixel_order.patch
	patches.suse/0622-drm-rcar-du-lvds-Improve-identification-of-panels.patch
	patches.suse/0623-drm-rcar-du-lvds-Get-dual-link-configuration-from-DT.patch
	patches.suse/0624-drm-rcar-du-lvds-Allow-for-even-and-odd-pixels-swap.patch
	patches.suse/0625-drm-rcar-du-Add-r8a77980-support.patch
	patches.suse/0626-drm-amdgpu-display-include-delay.h.patch
	patches.suse/0627-drm-amdgpu-display-use-msleep-rather-than-udelay-for.patch
	patches.suse/0628-drm-i915-selftests-Spin-on-all-engines-simultaneousl.patch
	patches.suse/0629-drm-i915-Handle-a-few-more-cases-for-crtc-hw-uapi-sp.patch
	patches.suse/0630-drm-i915-Add-aliases-for-uapi-and-hw-to-crtc_state.patch
	patches.suse/0631-drm-i915-Perform-manual-conversions-for-crtc-uapi-hw.patch
	patches.suse/0632-drm-i915-Perform-automated-conversions-for-crtc-uapi.patch
	patches.suse/0633-drm-i915-Perform-automated-conversions-for-crtc-uapi.patch
	patches.suse/0634-drm-i915-Complete-crtc-hw-uapi-split-v6.patch
	patches.suse/0635-drm-i915-Add-aliases-for-uapi-and-hw-to-plane_state.patch
	patches.suse/0636-drm-i915-Perform-manual-conversions-for-plane-uapi-h.patch
	patches.suse/0637-drm-i915-Perform-automated-conversions-for-plane-uap.patch
	patches.suse/0638-drm-i915-Perform-automated-conversions-for-plane-uap.patch
	patches.suse/0639-drm-i915-Complete-plane-hw-and-uapi-split-v2.patch
	patches.suse/0640-drm-i915-Remove-special-case-slave-handling-during-h.patch
	patches.suse/0641-drm-i915-gt-Pull-timeline-initialise-to-intel_gt_ini.patch
	patches.suse/0642-drm-i915-perf-Reverse-a-ternary-to-make-sparse-happy.patch
	patches.suse/0643-drm-i915-selftests-Flush-all-active-callbacks.patch
	patches.suse/0644-drm-i915-execlists-Verify-context-register-state-bef.patch
	patches.suse/0645-drm-i915-execlists-Ignore-the-inactive-kernel-contex.patch
	patches.suse/0646-drm-i915-add-for_each_port-and-use-it.patch
	patches.suse/0647-drm-i915-execlists-Reset-CSB-pointers-by-mmio-as-wel.patch
	patches.suse/0648-drm-i915-Expose-10-10-10-XRGB-formats-on-SNB-BDW-spr.patch
	patches.suse/0649-drm-i915-Expose-alpha-formats-on-VLV-CHV-primary-pla.patch
	patches.suse/0650-drm-i915-Add-missing-10bpc-formats-for-pipe-B-sprite.patch
	patches.suse/0651-drm-i915-Expose-C8-on-VLV-CHV-sprite-planes.patch
	patches.suse/0652-drm-i915-Add-10bpc-formats-with-alpha-for-icl.patch
	patches.suse/0653-drm-i915-Sort-format-arrays-consistently.patch
	patches.suse/0654-drm-i915-Eliminate-redundancy-in-intel_primary_plane.patch
	patches.suse/0655-drm-i915-Add-for_each_new_intel_connector_in_state.patch
	patches.suse/0656-drm-i915-add-wrappers-to-get-intel-connector-state.patch
	patches.suse/0657-drm-i915-tgl-do-not-enable-transcoder-clock-twice-on.patch
	patches.suse/0658-drm-i915-avoid-reading-DP_TP_CTL-twice.patch
	patches.suse/0659-drm-i915-dsc-make-parameter-arrays-const.patch
	patches.suse/0660-drm-i915-dsc-clean-up-rc-parameter-table-access.patch
	patches.suse/0661-drm-i915-dsc-split-out-encoder-specific-parts-from-D.patch
	patches.suse/0662-drm-i915-dsc-rename-functions-for-consistency.patch
	patches.suse/0663-drm-i915-dsb-Remove-PIN_MAPPABLE-from-the-DSB-object.patch
	patches.suse/0664-drm-i915-gem-Early-rejection-of-no-aperture-map_ggtt.patch
	patches.suse/0665-drm-i915-Frob-the-correct-crtc-state-in-intel_crtc_d.patch
	patches.suse/0666-drm-i915-lmem-fixup-fake-lmem-teardown.patch
	patches.suse/0667-drm-i915-Remove-unwanted-rcu_read_lock-unlock.patch
	patches.suse/0668-drm-i915-tgl-Add-second-TGL-PCH-ID.patch
	patches.suse/0669-drm-i915-switch-intel_ddi_init-to-intel-types.patch
	patches.suse/0670-drm-i915-gt-Cleanup-heartbeat-systole-first.patch
	patches.suse/0671-drm-i915-Switch-obj-mm.lock-lockdep-annotations-on-i.patch
	patches.suse/2058-lockdep-add-might_lock_nested.patch
	patches.suse/0672-drm-i915-use-might_lock_nested-in-get_pages-annotati.patch
	patches.suse/0673-drm-i915-FB-backing-gem-obj-should-reside-in-LMEM.patch
	patches.suse/0674-drm-i915-gt-Defer-engine-registration-until-fully-in.patch
	patches.suse/0675-drm-i915-gem-Safely-acquire-the-ctx-vm-when-copying.patch
	patches.suse/0676-drm-Move-EXPORT_SYMBOL_FOR_TESTS_ONLY-under-a-separa.patch
	patches.suse/0677-drm-Expose-a-method-for-creating-anonymous-struct-fi.patch
	patches.suse/0678-drm-i915-selftests-Replace-mock_file-hackery-with-dr.patch
	patches.suse/0679-drm-i915-selftests-Wrap-vm_mmap-around-GEM-objects.patch
	patches.suse/0680-drm-i915-selftests-Verify-mmap_gtt-revocation-on-unb.patch
	patches.suse/0681-drm-i915-Expand-documentation-for-gen12-DP-pre-enabl.patch
	patches.suse/0682-drm-i915-change-to_mock-to-an-inline-function.patch
	patches.suse/0683-drm-i915-make-more-headers-self-contained.patch
	patches.suse/0684-drm-i915-selftests-Complete-transition-to-a-real-str.patch
	patches.suse/0685-drm-i915-selftests-Mark-up-sole-accessor-to-ctx-vm-a.patch
	patches.suse/0686-drm-i915-pmu-Cheat-when-reading-the-actual-frequency.patch
	patches.suse/0687-drm-i915-pmu-Only-use-exclusive-mmio-access-for-gen7.patch
	patches.suse/0688-drm-i915-icl-Refine-PG_HYSTERESIS.patch
	patches.suse/0689-drm-i915-gem-Embed-context-timeline-name-inside-the-.patch
	patches.suse/0690-drm-i915-gem-Update-context-name-on-closing.patch
	patches.suse/0691-drm-i915-Show-guilty-context-name-on-GPU-reset.patch
	patches.suse/0692-drm-i915-Cancel-context-if-it-hangs-after-it-is-clos.patch
	patches.suse/0693-drm-i915-selftests-Exercise-parallel-blit-operations.patch
	patches.suse/0694-drm-i915-selftests-Fill-all-the-drm_vma_manager-hole.patch
	patches.suse/0695-drm-i915-Taint-the-kernel-on-dumping-the-GEM-ftrace-.patch
	patches.suse/0696-drm-i915-execlists-Reduce-barrier-on-context-switch-.patch
	patches.suse/0697-drm-i915-userptr-Handle-unlocked-gup-retries.patch
	patches.suse/0698-drm-i915-selftests-Perform-some-basic-cycle-counting.patch
	patches.suse/0699-drm-i915-gem-Replace-implicit-dev_priv-uncore-for-st.patch
	patches.suse/0700-drm-i915-gem-Pass-mem-region-to-preallocated-stolen.patch
	patches.suse/0701-drm-i915-Remove-leftover-gem.pm_notifier-member.patch
	patches.suse/0702-drm-i915-gt-Try-an-extra-flush-on-the-Haswell-blitte.patch
	patches.suse/0703-drm-i915-bios-use-a-flag-for-vbt-hdmi-level-shift-pr.patch
	patches.suse/0704-drm-i915-bios-store-child-devices-in-a-list.patch
	patches.suse/0705-drm-i915-dsi-Define-command-mode-registers.patch
	patches.suse/0706-drm-i915-selftests-Remove-unused-local-variable-file.patch
	patches.suse/0707-drm-i915-gt-Flush-gen7-even-harder.patch
	patches.suse/0708-drm-i915-do-not-warn-late-about-hdmi-on-port-A.patch
	patches.suse/0709-drm-i915-gt-Invalidate-as-we-write-the-gen7-breadcru.patch
	patches.suse/0710-drm-i915-bios-rename-bios-to-oprom-when-mapping-pci-.patch
	patches.suse/0711-drm-i915-bios-make-sure-to-check-vbt-size.patch
	patches.suse/0712-drm-i915-display-dsi-Add-support-to-pipe-D.patch
	patches.suse/0713-drm-i915-display-mst-Enable-virtual-channel-payload-.patch
	patches.suse/0714-drm-i915-tgl-allow-DVI-HDMI-on-port-A.patch
	patches.suse/0715-drm-i915-tgl-Wa_1606679103.patch
	patches.suse/0716-drm-i915-gt-Set-unused-mocs-entry-to-follow-PTE-on-t.patch
	patches.suse/0717-drm-i915-gt-Tidy-up-debug-warns-for-the-mocs-control.patch
	patches.suse/0718-drm-i915-gt-Refactor-mocs-loops-into-single-control-.patch
	patches.suse/0719-drm-i915-selftests-Add-coverage-of-mocs-registers.patch
	patches.suse/0720-drm-i915-Do-not-override-mode-s-aspect-ratio-with-th.patch
	patches.suse/0721-drm-i915-Drop-redundant-aspec-ratio-prop-value-initi.patch
	patches.suse/0722-drm-i915-guc-Properly-capture-release-GuC-interrupts.patch
	patches.suse/0723-drm-i915-gem-Silence-sparse-for-RCU-protection-insid.patch
	patches.suse/0724-drm-i915-gt-Use-gt-locals-for-accessing-rc6.patch
	patches.suse/0725-drm-i915-gt-Flush-retire.work-timer-object-on-unload.patch
	patches.suse/0726-drm-i915-perf-Add-preemption-check-while-waiting-for.patch
	patches.suse/0727-drm-i915-selftests-Exercise-long-preemption-chains.patch
	patches.suse/0728-drm-i915-selftests-Disable-heartbeat-around-context-.patch
	patches.suse/0729-drm-i915-Fix-frame-start-delay-programming.patch
	patches.suse/0730-drm-i915-gt-Mention-which-device-failed.patch
	patches.suse/0731-drm-i915-gem-Purge-the-sudden-reappearance-of-i915_g.patch
	patches.suse/0732-drm-i915-selftests-Add-intel_gt_driver_late_release-.patch
	patches.suse/0733-drm-i915-vbt-Parse-panel-options-separately-from-tim.patch
	patches.suse/0734-drm-i915-vbt-Handle-generic-DTD-block.patch
	patches.suse/0735-drm-i915-mst-Check-uapi-enable-not-intel-one-during-.patch
	patches.suse/0736-drm-i915-dsb-remove-atomic-operations.patch
	patches.suse/0737-drm-i915-dsb-fix-extra-warning-on-error-path-handlin.patch
	patches.suse/0738-drm-i915-gt-Only-wait-for-register-chipset-flush-if-.patch
	patches.suse/0739-drm-i915-gem-Track-ggtt-writes-from-userspace-on-the.patch
	patches.suse/0740-drm-i915-gem-Merge-GGTT-vma-flush-into-a-single-loop.patch
	patches.suse/0741-drm-i915-gem-Protect-the-obj-vma.list-during-iterati.patch
	patches.suse/0742-drm-i915-dsi-Do-not-read-the-transcoder-register.patch
	patches.suse/0743-drm-i915-gt-Schedule-next-retirement-worker-first.patch
	patches.suse/0744-drm-i915-gt-Flush-the-requests-after-wedging-on-susp.patch
	patches.suse/0745-drm-i915-gem-Manually-dump-the-debug-trace-on-GEM_BU.patch
	patches.suse/0746-drm-i915-selftests-Exercise-rc6-w-a-handling.patch
	patches.suse/0747-drm-i915-selftests-Be-explicit-in-ERR_PTR-handling.patch
	patches.suse/0748-drm-i915-selftests-Take-a-ref-to-the-request-we-wait.patch
	patches.suse/0749-drm-i915-Change-intel_encoders_-hook-calling-convent.patch
	patches.suse/0750-drm-i915-Add-intel_crtc_vblank_off.patch
	patches.suse/0751-drm-i915-Move-assert_vblank_disabled-into-intel_crtc.patch
	patches.suse/0752-drm-i915-Move-crtc_state-to-tighter-scope.patch
	patches.suse/0753-drm-i915-Pass-intel_crtc-to-ironlake_fdi_disable.patch
	patches.suse/0754-drm-i915-Change-watermark-hook-calling-convention.patch
	patches.suse/0755-drm-i915-Pass-dev_priv-to-cpt_verify_modeset.patch
	patches.suse/0756-drm-i915-s-intel_crtc-crtc-in-.crtc_enable-and-.crtc.patch
	patches.suse/0757-drm-i915-s-pipe_config-new_crtc_state-in-.crtc_enabl.patch
	patches.suse/0758-drm-i915-Change-.crtc_enable-disable-calling-convent.patch
	patches.suse/0759-Skip-MCHBAR-queries-when-display-is-not-available.patch
	patches.suse/0760-drm-i915-Do-not-initialize-display-BW-when-display-n.patch
	patches.suse/0761-drm-i915-gt-Declare-timeline.lock-to-be-irq-free.patch
	patches.suse/0762-drm-i915-Use-intel_gt_pm_put_async-in-GuC-submission.patch
	patches.suse/0763-drm-i915-gt-Hold-request-reference-while-waiting-for.patch
	patches.suse/0764-drm-i915-execlists-Lock-the-request-while-validating.patch
	patches.suse/0765-drm-i915-Mark-intel_wakeref_get-as-a-sleeper.patch
	patches.suse/0766-drm-i915-selftests-Always-hold-a-reference-on-a-wait.patch
	patches.suse/0767-drm-i915-selftests-Shorten-infinite-wait-for-sseu.patch
	patches.suse/0768-drm-i915-Use-a-ctor-for-TYPESAFE_BY_RCU-i915_request.patch
	patches.suse/0769-drm-i915-selftests-Force-bonded-submission-to-overla.patch
	patches.suse/0770-drm-i915-selftests-Flush-the-active-callbacks.patch
	patches.suse/0771-drm-i915-coffeelake-supports-hdcp2.2.patch
	patches.suse/0772-drm-i915-selftests-Include-the-subsubtest-name-for-l.patch
	patches.suse/0773-drm-i915-Switch-kunmap-to-take-the-page-not-vaddr.patch
	patches.suse/0774-drm-i915-Serialise-with-engine-pm-around-requests-on.patch
	patches.suse/0775-drm-i915-selftests-Move-mock_vma-to-the-heap-to-redu.patch
	patches.suse/0776-drm-i915-Support-more-QGV-points.patch
	patches.suse/0777-drm-i915-dp-fix-DP-audio-for-PORT_A-on-gen12.patch
	patches.suse/0778-drm-i915-Disable-display-interrupts-during-display-I.patch
	patches.suse/0779-drm-i915-gt-Manual-rc6-entry-upon-parking.patch
	patches.suse/0780-drm-i915-Serialise-i915_active_fence_set-with-itself.patch
	patches.suse/0781-drm-i915-gt-Defer-breadcrumb-processing-to-after-the.patch
	patches.suse/0782-drm-i915-gem-Excise-the-per-batch-whitelist-from-the.patch
	patches.suse/0783-drm-i915-selftests-Try-to-show-where-the-pulse-went.patch
	patches.suse/0784-drm-i915-selftests-Count-the-number-of-engines-used.patch
	patches.suse/0785-drm-i915-selftests-Drop-local-vm-reference.patch
	patches.suse/0786-drm-i915-tgl-Implement-Wa_1604555607.patch
	patches.suse/0787-drm-i915-selftests-Use-sgt_iter-for-huge_pages_free.patch
	patches.suse/0788-drm-i915-selftests-Always-lock-the-drm_mm-around-ins.patch
	patches.suse/0789-drm-i915-selftests-Wait-only-on-the-expected-barrier.patch
	patches.suse/0790-Revert-drm-i915-use-a-separate-context-for-gpu-reloc.patch
	patches.suse/0791-drm-i915-Don-t-set-undefined-bits-in-dirty_pipes.patch
	patches.suse/0792-drm-i915-execlists-Ensure-the-tasklet-is-decoupled-u.patch
	patches.suse/0793-drm-i915-selftests-Keep-engine-awake-during-live_coh.patch
	patches.suse/0794-drm-i915-gen7-Re-enable-full-ppgtt-for-ivb-hsw.patch
	patches.suse/0795-drm-i915-gt-Push-the-flush_pd-before-the-set-context.patch
	patches.suse/0796-drm-i915-Serialise-access-to-GFX_FLSH_CNTL.patch
	patches.suse/0797-drm-i915-Refactor-gen6_flush_pd.patch
	patches.suse/0798-drm-i915-Use-the-correct-PCH-transcoder-for-LPT-WPT-.patch
	patches.suse/0799-drm-i915-Handle-SDEISR-according-to-PCH-rather-than-.patch
	patches.suse/0800-drm-i915-Program-SHPD_FILTER_CNT-on-CNP.patch
	patches.suse/0801-drm-i915-Switch-intel_crtc_disable_noatomic-to-intel.patch
	patches.suse/0802-drm-i915-Use-drm_rect-to-simplify-plane-crtc-src-_-x.patch
	patches.suse/0803-drm-i915-Switch-to-intel_-types-in-debugfs-display_i.patch
	patches.suse/0804-drm-i915-Reorganize-plane-fb-dump-in-debugfs.patch
	patches.suse/0805-drm-i915-Refactor-debugfs-display-info-code.patch
	patches.suse/0806-drm-i915-Dump-the-mode-for-the-crtc-just-the-once.patch
	patches.suse/0807-drm-i915-Use-drm_modeset_lock_all-in-debugfs-display.patch
	patches.suse/0808-drm-i915-Use-the-canonical-CRTC-d-s-etc.-format-in-i.patch
	patches.suse/0809-drm-i915-Dump-both-the-uapi-and-hw-states-for-crtcs-.patch
	patches.suse/0810-drm-i915-Stop-using-connector-encoder-and-encoder-cr.patch
	patches.suse/0811-drm-i915-dsb-fix-cmd_buf-being-wrongly-set.patch
	patches.suse/0812-drm-i915-psr-Add-bits-per-pixel-limitation.patch
	patches.suse/0813-drm-i915-psr-Refactor-psr-short-pulse-handler.patch
	patches.suse/0814-drm-i915-psr-Enable-ALPM-lock-timeout-error-interrup.patch
	patches.suse/0815-drm-i915-psr-Check-if-sink-PSR-capability-changed.patch
	patches.suse/0816-drm-i915-vbt-Parse-power-conservation-features-block.patch
	patches.suse/0817-drm-i915-display-Suspend-MST-topology-manager-before.patch
	patches.suse/0818-drm-i915-bios-do-not-discard-address-space.patch
	patches.suse/0819-drm-i915-bios-fold-pci-rom-map-unmap-into-copy-funct.patch
	patches.suse/0820-drm-i915-bios-assume-vbt-is-4-byte-aligned-into-opro.patch
	patches.suse/0821-drm-i915-gt-Use-soft-rc6-for-w-a-protection.patch
	patches.suse/0822-drm-i915-gt-Simplify-rc6-w-a-application.patch
	patches.suse/0823-drm-i915-gem-Unbind-all-current-vma-on-changing-cach.patch
	patches.suse/0824-drm-i915-Specialise-i915_active.work-lock-classes.patch
	patches.suse/0825-drm-i915-Serialise-i915_active_wait-with-its-retirem.patch
	patches.suse/0826-drm-i915-gem-Take-runtime-pm-wakeref-prior-to-unbind.patch
	patches.suse/0827-drm-i915-Lift-i915_vma_pin-out-of-intel_renderstate_.patch
	patches.suse/0828-drm-i915-execlists-Add-a-couple-more-validity-checks.patch
	patches.suse/0829-drm-i915-execlists-Skip-nested-spinlock-for-validati.patch
	patches.suse/0830-drm-i915-gt-Track-the-context-validity-explicitly.patch
	patches.suse/0831-drm-i915-irq-Refactor-gen11-display-interrupt-handli.patch
	patches.suse/0832-drm-i915-display-Check-the-old-state-to-find-port-sy.patch
	patches.suse/0833-drm-i915-dp-Power-down-sink-before-disable-pipe-tran.patch
	patches.suse/0834-drm-i915-display-mst-Move-DPMS_OFF-call-to-post_disa.patch
	patches.suse/0835-drm-i915-gem-Avoid-parking-the-vma-as-we-unbind.patch
	patches.suse/0836-drm-i915-gt-Set-the-PD-again-for-Haswell.patch
	patches.suse/0837-drm-i915-Clean-up-arguments-to-nv12-scaler-w-a-funcs.patch
	patches.suse/0838-drm-i915-Pass-dev_priv-to-ilk_disable_lp_wm.patch
	patches.suse/0839-drm-i915-s-pipe_config-new_crtc_state-intel_-pre-pos.patch
	patches.suse/0840-drm-i915-Clean-up-intel_-pre-post-_plane_update.patch
	patches.suse/0841-drm-i915-Clean-up-the-gen2-no-planes-underrun-workar.patch
	patches.suse/0842-drm-i915-Nuke-intel_pre_disable_primary_noatomic.patch
	patches.suse/0843-drm-i915-Make-intel_crtc_arm_fifo_underrun-functiona.patch
	patches.suse/0844-drm-i915-perf-drop-pointless-static-qualifier-in-i91.patch
	patches.suse/0845-drm-i915-Introduce-DRM_I915_GEM_MMAP_OFFSET.patch
	patches.suse/0846-drm-i915-gem-Try-to-flush-pending-unbind-events.patch
	patches.suse/0847-drm-i915-gem-Hold-the-obj-vma.lock-while-walking-the.patch
	patches.suse/0848-drm-i915-gem-Hook-user-extensions-upto-MMAP_OFFSET_I.patch
	patches.suse/0849-drm-i915-Remove-vestigal-i915_gem_context-locals-fro.patch
	patches.suse/0850-drm-i915-Ignore-most-failures-during-evict-vm.patch
	patches.suse/0851-drm-i915-Try-hard-to-bind-the-context.patch
	patches.suse/0852-drm-i915-gt-Bump-the-PP_DIR-invalidation-for-Baytrai.patch
	patches.suse/0853-drm-i915-gem-Reinitialise-the-local-list-before-repe.patch
	patches.suse/0854-drm-i915-gt-Replace-I915_READ-with-intel_uncore_read.patch
	patches.suse/0855-drm-i915-Serialise-i915_active_acquire-with-__active.patch
	patches.suse/0856-drm-i915-gt-Trim-gen6-ppgtt-updates-to-PD-cachelines.patch
	patches.suse/0857-drm-i915-Claim-vma-while-under-closed_lock-in-i915_v.patch
	patches.suse/0858-drm-i915-gt-Acquire-a-GT-wakeref-for-the-breadcrumb-.patch
	patches.suse/0859-drm-i915-gem-Flush-the-pwrite-through-the-chipset-be.patch
	patches.suse/0860-drm-i915-pmu-Report-frequency-as-zero-while-GPU-is-s.patch
	patches.suse/0861-drm-i915-Check-for-error-before-calling-cmpxchg.patch
	patches.suse/0862-drm-i915-Propagate-errors-on-awaiting-already-signal.patch
	patches.suse/0863-drm-i915-Propagate-errors-on-awaiting-already-signal.patch
	patches.suse/0864-drm-i915-Add-new-EHL-JSL-PCI-ids.patch
	patches.suse/0865-drm-i915-display-Do-not-check-for-the-ddb-allocation.patch
	patches.suse/0866-drm-i915-display-tgl-Fix-the-order-of-the-step-to-tu.patch
	patches.suse/0867-drm-i915-display-Refactor-intel_commit_modeset_disab.patch
	patches.suse/0868-drm-i915-gt-Replace-I915_WRITE-with-its-uncore-count.patch
	patches.suse/0869-drm-i915-gem-Pin-gen6_ppgtt-prior-to-constructing-th.patch
	patches.suse/0870-drm-i915-guc-Update-uncore-access-path-in-flush_ggtt.patch
	patches.suse/0871-drm-i915-Avoid-calling-i915_gem_object_unbind-holdin.patch
	patches.suse/0872-drm-i915-gtt-Account-for-preallocation-in-asserts.patch
	patches.suse/0873-drm-i915-gt-Turn-vm-off-then-on-again-for-gen7-mm-sw.patch
	patches.suse/0874-drm-i915-gem-Comment-on-inability-to-check-args.pad-.patch
	patches.suse/0875-drm-i915-Flesh-out-device_info-pretty-printer.patch
	patches.suse/0876-drm-i915-gem-Avoid-rcu_barrier-from-shrinker-paths.patch
	patches.suse/0877-drm-i915-Change-i915_vma_unbind-to-report-EAGAIN-on-.patch
	patches.suse/0878-drm-i915-fbc-Nuke-bogus-single-pipe-fbc1-restriction.patch
	patches.suse/0879-drm-i915-Relocate-intel_crtc_active.patch
	patches.suse/0880-drm-i915-fbc-Remove-the-FBC_RT_BASE-setup-for-ILK-SN.patch
	patches.suse/0881-drm-i915-fbc-Precompute-gen9-cfb-stride-w-a.patch
	patches.suse/0882-drm-i915-fbc-Track-plane-visibility.patch
	patches.suse/0883-drm-i915-fbc-Store-fence_id-directly-in-fbc-cache-pa.patch
	patches.suse/0884-drm-i915-fbc-Make-fence_id-optional-for-i965gm.patch
	patches.suse/0885-drm-i915-fbc-s-gen9-glk-gen9_bc-bxt.patch
	patches.suse/0886-drm-i915-fbc-Nuke-fbc.enabled.patch
	patches.suse/0887-drm-i915-fbc-Start-using-flip-nuke.patch
	patches.suse/0888-drm-i915-fbc-Wait-for-vblank-after-FBC-disable-on-gl.patch
	patches.suse/0889-drm-i915-fbc-Enable-fbc-by-default-on-glk-once-again.patch
	patches.suse/0890-drm-i915-fbc-Reallocate-cfb-if-we-need-more-of-it.patch
	patches.suse/0891-drm-i915-guc-Drop-leftover-preemption-code.patch
	patches.suse/0892-drm-i915-guc-add-a-helper-to-allocate-and-map-guc-vm.patch
	patches.suse/0893-drm-i915-guc-kill-doorbell-code-and-selftests.patch
	patches.suse/0894-drm-i915-guc-kill-the-GuC-client.patch
	patches.suse/0895-drm-i915-selftests-fix-uninitialized-variable-sum-wh.patch
	patches.suse/0896-drm-i915-tgl-Program-BW_BUDDY-registers-during-displ.patch
	patches.suse/0897-drm-i915-bios-pass-devdata-to-parse_ddi_port.patch
	patches.suse/0898-drm-i915-bios-parse-compression-parameters-block.patch
	patches.suse/0899-drm-i915-bios-add-support-for-querying-DSC-details-f.patch
	patches.suse/0900-drm-i915-dsc-move-DP-specific-compute-params-to-inte.patch
	patches.suse/0901-drm-i915-dsc-move-slice-height-calculation-to-encode.patch
	patches.suse/0902-drm-i915-dsc-add-support-for-computing-and-writing-P.patch
	patches.suse/0903-drm-i915-dsc-make-DSC-source-support-helper-generic.patch
	patches.suse/0904-drm-i915-dsc-add-basic-hardware-state-readout-suppor.patch
	patches.suse/0905-drm-i915-dsi-set-pipe_bpp-on-ICL-configure-config.patch
	patches.suse/0906-drm-i915-dsi-abstract-afe_clk-calculation.patch
	patches.suse/0907-drm-i915-dsi-use-afe_clk-instead-of-intel_dsi_bitrat.patch
	patches.suse/0908-drm-i915-dsi-take-compression-into-account-in-afe_cl.patch
	patches.suse/0909-drm-i915-dsi-use-compressed-pixel-format-with-DSC.patch
	patches.suse/0910-drm-i915-dsi-account-for-DSC-in-horizontal-timings.patch
	patches.suse/0911-drm-i915-dsi-Fix-state-mismatch-warns-for-horizontal.patch
	patches.suse/0912-drm-i915-dsi-add-support-for-DSC.patch
	patches.suse/0913-drm-i915-Improve-execbuf-debug.patch
	patches.suse/0914-drm-i915-gt-Check-we-are-the-Ironlake-IPS-provider-b.patch
	patches.suse/0915-drm-i915-gem-Wait-on-unbind-barriers-when-invalidati.patch
	patches.suse/0916-drm-i915-selftests-Show-the-i915_active-on-failure.patch
	patches.suse/0917-drm-i915-ELiminate-intel_pipe_to_cpu_transcoder-from.patch
	patches.suse/0918-drm-i915-Pass-cpu-transcoder-to-assert_pipe.patch
	patches.suse/0919-drm-i915-display-remove-duplicated-assignment-to-poi.patch
	patches.suse/0920-drm-i915-remove-redundant-checks-for-a-null-fb-point.patch
	patches.suse/0921-drm-i915-Use-the-i915_device-name-for-identifying-ou.patch
	patches.suse/0922-drm-i915-uc-Drop-explicit-i915-param-in-some-uc_fw-f.patch
	patches.suse/0923-drm-i915-uc-Drop-explicit-gt-param-in-some-uc_fw-fun.patch
	patches.suse/0924-drm-i915-uc-Drop-explicit-ggtt-param-in-some-uc_fw-f.patch
	patches.suse/0925-drm-i915-gt-Disable-manual-rc6-for-Braswell-Baytrail.patch
	patches.suse/0926-drm-i915-Fix-cmdparser-drm.debug.patch
	patches.suse/0927-drm-i915-Remove-redundant-parameters-from-intel_engi.patch
	patches.suse/0928-drm-i915-Simplify-error-escape-from-cmdparser.patch
	patches.suse/0929-drm-i915-gem-Tidy-up-error-handling-for-eb_parse.patch
	patches.suse/0930-drm-i915-Align-start-for-memcpy_from_wc.patch
	patches.suse/0931-drm-i915-gt-Only-ignore-rc6-parking-for-PCU-on-byt-b.patch
	patches.suse/0932-drm-i915-gem-Prepare-gen7-cmdparser-for-async-execut.patch
	patches.suse/0933-drm-i915-gem-Asynchronous-cmdparser.patch
	patches.suse/0934-drm-i915-Improve-i915_inject_probe_error-macro.patch
	patches.suse/0935-drm-i915-gt-Mark-up-ips_mchdev-pointer-access.patch
	patches.suse/0936-drm-i915-cml-Remove-unsupport-PCI-ID.patch
	patches.suse/0937-drm-i915-cml-Separate-U-series-pci-id-from-origianl-.patch
	patches.suse/0938-drm-i915-Streamline-skl_commit_modeset_enables.patch
	patches.suse/0939-drm-i915-bios-fix-off-by-one-in-parse_generic_dtd.patch
	patches.suse/0940-drm-i915-selftests-remove-a-condition.patch
	patches.suse/0941-drm-i915-icl-Cleanup-combo-PHY-aux-power-well-handle.patch
	patches.suse/0942-drm-i915-perf-Register-sysctl-path-globally.patch
	patches.suse/0943-drm-i915-Introduce-new-macros-for-tracing.patch
	patches.suse/drm-i915-Use-EAGAIN-for-trylock-failures.patch
	patches.suse/0945-drm-i915-rps-Add-frequency-translation-helpers.patch
	patches.suse/0946-drm-i915-bios-remove-extra-debug-messages.patch
	patches.suse/0947-drm-i915-dsi-fix-pipe-D-readout-for-DSI-transcoders.patch
	patches.suse/0948-drm-i915-gem-Serialise-object-before-changing-cache-.patch
	patches.suse/0949-drm-i915-opregion-set-opregion-chpd-value-to-indicat.patch
	patches.suse/0950-drm-i915-Remove-unneeded-semicolon.patch
	patches.suse/0951-drm-i915-Fix-typecheck-macro-in-GT_TRACE.patch
	patches.suse/0952-drm-i915-gem-Apply-lmem-size-restriction-to-get_page.patch
	patches.suse/0953-drm-i915-gt-Tidy-up-full-ppgtt-on-Ivybridge.patch
	patches.suse/0954-Correct-function-name-in-comment.patch
	patches.suse/drm-i915-Eliminate-the-trylock-for-awaiting-an-earli.patch
	patches.suse/0956-drm-i915-gt-Avoid-multi-LRI-on-Sandybridge.patch
	patches.suse/ACPI-LPSS-Rename-pwm_backlight-pwm-lookup-to-pwm_soc.patch
	patches.suse/0957-drm-i915-DSI-select-correct-PWM-controller-to-use-ba.patch
	patches.suse/0958-drm-i915-gt-Eliminate-the-trylock-for-reading-a-time.patch
	patches.suse/0959-drm-i915-guc-Merge-communication_stop-and-communicat.patch
	patches.suse/0960-drm-i915-guc-ct-Drop-guards-in-enable-disable-calls.patch
	patches.suse/0961-drm-i915-guc-ct-Stop-expecting-multiple-CT-channels.patch
	patches.suse/0962-drm-i915-guc-ct-Group-request-related-variables-in-a.patch
	patches.suse/0963-drm-i915-guc-Remove-function-pointers-for-send-recei.patch
	patches.suse/0964-drm-i915-guc-Unify-notify-functions.patch
	patches.suse/0965-drm-i915-Unpin-vma-obj-on-early-error.patch
	patches.suse/0966-drm-i915-pmu-Skip-sampling-engines-if-gt-is-asleep.patch
	patches.suse/0967-drm-Add-__drm_atomic_helper_crtc_state_reset-co.patch
	patches.suse/0968-drm-i915-s-intel_crtc-crtc-in-intel_crtc_init.patch
	patches.suse/0969-drm-i915-Introduce-intel_crtc_-alloc-free.patch
	patches.suse/0970-drm-i915-Introduce-intel_crtc_state_reset.patch
	patches.suse/0971-drm-i915-Introduce-intel_plane_state_reset.patch
	patches.suse/0972-drm-i915-Call-hsw_fdi_link_train-directly.patch
	patches.suse/0973-drm-i915-Nuke-.post_pll_disable-for-DDI-platforms.patch
	patches.suse/0974-drm-i915-Pass-old-crtc-state-to-skylake_scaler_disab.patch
	patches.suse/0975-drm-i915-Pass-old-crtc-state-to-intel_crtc_vblank_of.patch
	patches.suse/0976-drm-i915-Move-stuff-from-haswell_crtc_disable-into-e.patch
	patches.suse/0977-drm-i915-gt-Remove-direct-invocation-of-breadcrumb-s.patch
	patches.suse/0978-drm-i915-Ratelimit-i915_globals_park.patch
	patches.suse/0979-drm-i915-display-move-clk-off-sanitize-to-its-own-fu.patch
	patches.suse/0980-drm-i915-display-use-clk_off-name-to-avoid-double-ne.patch
	patches.suse/0981-drm-i915-display-fix-phy-name.patch
	patches.suse/0982-drm-i915-Provide-ddc-symlink-in-hdmi-connector-sysfs.patch
	patches.suse/0983-drm-i915-dsc-fix-DSC-register-selection-for-ICL-DSI-.patch
	patches.suse/0984-drm-i915-dsc-clarify-DSC-support-for-pipe-A-on-ICL.patch
	patches.suse/0985-drm-i915-dsc-fix-DSC-power-domains-for-DSI.patch
	patches.suse/0986-drm-i915-gt-Schedule-request-retirement-when-signale.patch
	patches.suse/0987-drm-i915-gt-Track-engine-round-trip-times.patch
	patches.suse/0988-drm-i915-gt-Use-non-forcewake-writes-for-RPS.patch
	patches.suse/0989-drm-i915-gt-Suppress-threshold-updates-on-RPS-parkin.patch
	patches.suse/0990-drm-i915-fbc-Reject-PLANE_OFFSET.y-4-0-on-icl-too.patch
	patches.suse/0991-drm-i915-fbc-Remove-second-redundant-intel_fbc_pre_u.patch
	patches.suse/0992-drm-i915-Rename-pipe-update-tracepoints.patch
	patches.suse/0993-drm-i915-gt-Add-breadcrumb-retire-to-physical-engine.patch
	patches.suse/0994-drm-i915-gt-Teach-veng-to-defer-the-context-allocati.patch
	patches.suse/0995-drm-i915-Drop-GEM-context-as-a-direct-link-from-i915.patch
	patches.suse/0996-drm-i915-Push-the-use-semaphore-marker-onto-the-inte.patch
	patches.suse/0997-drm-i915-execlists-Select-arb-on-off-around-batches-.patch
	patches.suse/0998-drm-i915-Introduce-intel_crtc_state_alloc.patch
	patches.suse/0999-drm-i915-selftests-Setup-engine-retire-for-mock_engi.patch
	patches.suse/1000-drm-i915-Remove-i915-kernel_context.patch
	patches.suse/1001-drm-i915-gt-Repeat-wait_for_idle-for-retirement-work.patch
	patches.suse/1002-drm-i915-Move-i915_gem_init_contexts-earlier.patch
	patches.suse/1003-drm-i915-gt-Pull-GT-initialisation-under-intel_gt_in.patch
	patches.suse/1004-drm-i915-gt-Pull-intel_gt_init_hw-into-intel_gt_resu.patch
	patches.suse/1005-drm-i915-gt-Merge-engine-init-setup-loops.patch
	patches.suse/1006-drm-i915-gt-Move-pm-debug-files-into-a-gt-aware-debu.patch
	patches.suse/1007-drm-i915-fix-comment-for-POWER_DOMAIN_TRANSCODER_VDS.patch
	patches.suse/1008-drm-i915-selftests-make-mock_context.h-self-containe.patch
	patches.suse/1009-drm-i915-selftests-make-mock_drm.h-self-contained.patch
	patches.suse/1010-drm-i915-Use-intel_tile_height-instead-of-re-impleme.patch
	patches.suse/1011-drm-i915-Move-CCS-stride-alignment-W-A-inside-intel_.patch
	patches.suse/1012-drm-i915-Extract-framebufer-CCS-offset-checks-into-a.patch
	patches.suse/1013-drm-i915-Add-helpers-to-select-correct-ccs-aux-plane.patch
	patches.suse/1014-drm-framebuffer-Format-modifier-for-Intel-Gen-12-ren.patch
	patches.suse/1015-drm-i915-tgl-Gen-12-render-decompression.patch
	patches.suse/1016-drm-i915-tgl-Make-sure-FBs-have-a-correct-CCS-plane-.patch
	patches.suse/1017-drm-i915-Skip-rotated-offset-adjustment-for-unsuppor.patch
	patches.suse/1018-drm-i915-Make-sure-Y-slave-planes-get-all-the-requir.patch
	patches.suse/1019-drm-i915-Make-sure-CCS-YUV-semiplanar-format-checks-.patch
	patches.suse/1020-drm-i915-Add-a-simple-is-bound-check-before-unbindin.patch
	patches.suse/1021-drm-i915-Introduce-a-vma.kref.patch
	patches.suse/1022-drm-i915-Mark-the-GEM-context-link-as-RCU-protected.patch
	patches.suse/1023-drm-i915-Update-DRIVER_DATE-to-20191223.patch
	patches.suse/1024-drm-bridge-synopsys-dsi-driver-specific-configuratio.patch
	patches.suse/1025-drm-bridge-synopsys-dsi-move-phy_ops-callbacks-aroun.patch
	patches.suse/1026-drm-rockchip-add-ability-to-handle-external-dphys-in.patch
	patches.suse/1027-drm-rockchip-dsi-add-px30-support.patch
	patches.suse/1028-drm-modes-parse_cmdline-Fix-possible-reference-past-.patch
	patches.suse/1029-drm-modes-parse_cmdline-Make-various-char-pointers-c.patch
	patches.suse/1030-drm-modes-parse_cmdline-Stop-parsing-extras-after-bp.patch
	patches.suse/1031-drm-modes-parse_cmdline-Accept-extras-directly-after.patch
	patches.suse/1032-drm-modes-parse_cmdline-Rework-drm_mode_parse_cmdlin.patch
	patches.suse/1033-drm-modes-parse_cmdline-Add-freestanding-argument-to.patch
	patches.suse/1034-drm-modes-parse_cmdline-Set-bpp-refresh_specified-af.patch
	patches.suse/1035-drm-modes-parse_cmdline-Allow-specifying-stand-alone.patch
	patches.suse/1036-drm-modes-parse_cmdline-Add-support-for-specifying-p.patch
	patches.suse/1037-drm-modes-parse_cmdline-Remove-some-unnecessary-code.patch
	patches.suse/1038-drm-modes-parse_cmdline-Explicitly-memset-the-passed.patch
	patches.suse/1039-drm-bochs-Remove-unneeded-semicolon.patch
	patches.suse/1040-drm-virtio-plane_state-fb-iff-plane_state-crtc.patch
	patches.suse/1041-drm-virtio-skip-set_scanout-if-framebuffer-didn-t-ch.patch
	patches.suse/1042-drm-virtio-batch-display-update-commands.patch
	patches.suse/1043-drm-virtio-use-damage-info-for-display-updates.patch
	patches.suse/1044-drm-edid-Abstract-away-cea_edid_modes.patch
	patches.suse/1045-drm-edid-Add-CTA-861-G-modes-with-VIC-193.patch
	patches.suse/1046-drm-edid-Throw-away-the-dummy-VIC-0-cea-mode.patch
	patches.suse/1047-drm-edid-Make-sure-the-CEA-mode-arrays-have-the-corr.patch
	patches.suse/1048-drm-print-introduce-new-struct-drm_device-based-logg.patch
	patches.suse/1049-dma-buf-heaps-Use-_IOCTL_-for-userspace-IOCTL-identi.patch
	patches.suse/1050-dma-buf-heaps-Remove-redundant-heap-identifier-from-.patch
	patches.suse/1051-drm-msm-Use-dma_resv-locking-wrappers.patch
	patches.suse/1052-drm-vc4-Use-dma_resv-locking-wrappers.patch
	patches.suse/1053-drm-etnaviv-Use-dma_resv-locking-wrappers.patch
	patches.suse/1054-drm-malidp-plane_state-fb-iff-plane_state-crtc.patch
	patches.suse/1055-drm-mediatek-plane_state-fb-iff-plane_state-crtc.patch
	patches.suse/1056-drm-remove-duplicate-check-on-parent-and-avoid-BUG_O.patch
	patches.suse/1057-dma-buf-fix-resource-leak-on-ENOTTY-error-return-pat.patch
	patches.suse/1058-dma-heap-Make-the-symbol-dma_heap_ioctl_cmds-static.patch
	patches.suse/1059-drm-drm_panel-Fix-EXPORT-of-drm_panel_of_backlight-o.patch
	patches.suse/0001-drm-mcde-Some-fixes-to-handling-video-mode.patch
	patches.suse/1061-udmabuf-fix-dma-buf-cpu-access.patch
	patches.suse/1062-drm-bridge-Repurpose-lvds-encoder.c.patch
	patches.suse/1063-drm-bridge-lvds-codec-Add-lvds-decoder-support.patch
	patches.suse/1064-drm-bridge-lvds-codec-Simplify-panel-DT-node-localis.patch
	patches.suse/1065-drm-virtio-static-ify-virtio_fence_signaled.patch
	patches.suse/1066-drm-virtio-static-ify-virtio_gpu_framebuffer_init.patch
	patches.suse/1067-drm-virtio-get-rid-of-drm_encoder_to_virtio_gpu_outp.patch
	patches.suse/1068-drm-virtio-simplify-getting-fake-offset.patch
	patches.suse/1069-drm-virtio-move-to_virtio_fence-inside-virtgpu_fence.patch
	patches.suse/1070-drm-virtio-move-drm_connector_to_virtio_gpu_output-t.patch
	patches.suse/1071-drm-client-convert-to-drm-device-based-logging.patch
	patches.suse/1072-drm-fb-helper-convert-to-drm-device-based-logging.patch
	patches.suse/1073-drm-gem-fb-helper-convert-to-drm-device-based-loggin.patch
	patches.suse/1074-drm-gma500-fix-null-dereference-of-pointer-fb-before.patch
	patches.suse/1075-drm-todo-Updating-logging-todo.patch
	patches.suse/1076-drm-stm-ltdc-move-pinctrl-to-encoder-mode-set.patch
	patches.suse/1077-drm-Fix-a-couple-of-typos-punctation-and-whitespace-.patch
	patches.suse/1078-drm-atomic-Spell-CRTC-consistently.patch
	patches.suse/1079-drm-sun4i-Add-support-for-suspending-the-display-dri.patch
	patches.suse/1080-drm-sun4i-dsi-Get-the-mod-clock-for-A31.patch
	patches.suse/1081-drm-sun4i-dsi-Handle-bus-clock-via-regmap_mmio_attac.patch
	patches.suse/1082-drm-sun4i-dsi-Add-Allwinner-A64-MIPI-DSI-support.patch
	patches.suse/1083-drm-komeda-Add-event-handling-for-EMPTY-FULL.patch
	patches.suse/1084-drm-komeda-Add-runtime_pm-support.patch
	patches.suse/1085-drm-panel-declare-variable-as-__be16.patch
	patches.suse/1086-drm-of-Fix-linking-when-CONFIG_OF-is-not-set.patch
	patches.suse/0001-drm-mipi_dbi-Fix-off-by-one-bugs-in-mipi_dbi_blank.patch
	patches.suse/1088-video-fbdev-mmp-remove-duplicated-MMP_DISP-dependenc.patch
	patches.suse/1089-video-fbdev-mmp-add-COMPILE_TEST-support.patch
	patches.suse/1090-video-fbdev-mmp-fix-sparse-warnings-about-using-inco.patch
	patches.suse/fbdev-fix-numbering-of-fbcon-options.patch
	patches.suse/1091-fbdev-fbmem-allow-overriding-the-number-of-bootup-lo.patch
	patches.suse/1092-fbdev-fbmem-avoid-exporting-fb_center_logo.patch
	patches.suse/pxa168fb-Fix-the-function-used-to-release-some-memor.patch
	patches.suse/1094-video-fbdev-68328fb-Remove-dead-code.patch
	patches.suse/1095-fbdev-omapfb-use-devm_platform_ioremap_resource-to-s.patch
	patches.suse/1096-fbdev-s3c-fb-use-devm_platform_ioremap_resource-to-s.patch
	patches.suse/1097-fbdev-sa1100fb-use-devm_platform_ioremap_resource-to.patch
	patches.suse/1098-fbdev-matrox-make-array-wtst_xlat-static-const-makes.patch
	patches.suse/1099-video-fbdev-fsl-diu-fb-mark-expected-switch-fall-thr.patch
	patches.suse/1100-video-ocfb-Use-devm_platform_ioremap_resource-in-ocf.patch
	patches.suse/1101-video-pxafb-Use-devm_platform_ioremap_resource-in-px.patch
	patches.suse/1102-omapfb-dss-remove-unneeded-conversions-to-bool.patch
	patches.suse/1103-drm-panel-add-panel-driver-for-Xinpeng-XPP055C272-pa.patch
	patches.suse/1104-drm-panel-add-panel-driver-for-Leadtek-LTK500HD1829.patch
	patches.suse/drm-rockchip-lvds-Fix-indentation-of-a-define.patch
	patches.suse/1106-drm-rockchip-lvds-Harmonize-function-names.patch
	patches.suse/1107-drm-rockchip-lvds-Change-platform-data-to-hold-helpe.patch
	patches.suse/1108-drm-rockchip-lvds-Create-an-RK3288-specific-probe-fu.patch
	patches.suse/1109-drm-rockchip-lvds-improve-error-handling-in-helper-f.patch
	patches.suse/1110-drm-rockchip-lvds-move-hardware-specific-functions-t.patch
	patches.suse/1111-drm-rockchip-lvds-Add-PX30-support.patch
	patches.suse/1112-drm-rockchip-rk3066_hdmi-set-edid-fifo-address.patch
	patches.suse/1113-drm-hisilicon-hibmc-Switch-to-generic-fbdev-emulatio.patch
	patches.suse/1114-drm-hisilicon-hibmc-Replace-struct-hibmc_framebuffer.patch
	patches.suse/1115-drm-vram-Support-scanline-alignment-for-dumb-buffers.patch
	patches.suse/1116-drm-hisilicon-hibmc-Implement-hibmc_dumb_create-with.patch
	patches.suse/1117-drm-hisilicon-hibmc-Export-VRAM-MM-information-to-de.patch
	patches.suse/drm-bridge-dw-hdmi-constify-copied-structure.patch
	patches.suse/1119-drm-meson-Remove-unneeded-semicolon.patch
	patches.suse/1120-drm-bridge-cdns-remove-set-but-not-used-variable-bpp.patch
	patches.suse/1121-drm-bridge-cdns-remove-set-but-not-used-variable-nla.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/1125-Revert-drm-atmel-hlcdc-enable-sys_clk-during-initali.patch
	patches.suse/1126-drm-bridge-Add-a-drm_bridge_state-object.patch
	patches.suse/1127-drm-bridge-Patch-atomic-hooks-to-take-a-drm_bridge_s.patch
	patches.suse/1128-drm-bridge-Add-an-atomic_check-hook.patch
	patches.suse/1129-drm-bridge-Add-the-necessary-bits-to-support-bus-for.patch
	patches.suse/1130-drm-vram-helper-Remove-interruptible-flag-from-publi.patch
	patches.suse/1131-drm-vram-helper-Remove-BO-device-from-public-interfa.patch
	patches.suse/1132-drm-vram-helper-Support-struct-drm_driver.gem_create.patch
	patches.suse/1133-drm-mgag200-Add-module-parameter-to-pin-all-buffers-.patch
	patches.suse/1134-drm-bridge-Fix-a-NULL-pointer-dereference-in-drm_ato.patch
	patches.suse/1135-drm-tegra-Provide-ddc-symlink-in-output-connector-sy.patch
	patches.suse/1136-drm-vc4-Provide-ddc-symlink-in-connector-sysfs-direc.patch
	patches.suse/1137-drm-zte-Provide-ddc-symlink-in-hdmi-connector-sysfs-.patch
	patches.suse/1138-drm-zte-Provide-ddc-symlink-in-vga-connector-sysfs-d.patch
	patches.suse/drm-remove-the-newline-for-CRC-source-name.patch
	patches.suse/1140-drm-Set-crc-opened-to-false-before-setting-crc-sourc.patch
	patches.suse/1141-Revert-drm-bridge-Fix-a-NULL-pointer-dereference-in-.patch
	patches.suse/1142-Revert-drm-bridge-Add-the-necessary-bits-to-support-.patch
	patches.suse/1143-Revert-drm-bridge-Add-an-atomic_check-hook.patch
	patches.suse/1144-Revert-drm-bridge-Patch-atomic-hooks-to-take-a-drm_b.patch
	patches.suse/1145-Revert-drm-bridge-Add-a-drm_bridge_state-object.patch
	patches.suse/1146-video-fbdev-mmp-fix-platform_get_irq.cocci-warnings.patch
	patches.suse/1147-drm-vc4-dsi-Fix-bridge-chain-handling.patch
	patches.suse/1148-drm-exynos-dsi-Fix-bridge-chain-handling.patch
	patches.suse/1149-drm-sun4i-backend-Make-sure-we-enforce-the-clock-rat.patch
	patches.suse/1150-drm-sun4i-drc-Make-sure-we-enforce-the-clock-rate.patch
	patches.suse/1151-drm-gma500-remove-set-but-not-used-variables-hist_re.patch
	patches.suse/1152-drm-meson-fix-address-type-confusion.patch
	patches.suse/1153-drm-omapdrm-use-BUG_ON-macro-for-error-debugging.patch
	patches.suse/1154-gpu-drm-clean-up-white-space-in-drm_legacy_lock_mast.patch
	patches.suse/1155-drm-panel-Add-support-for-AUO-B116XAK01-panel.patch
	patches.suse/1156-drm-lima-use-drm_sched_fault-for-error-task-handling.patch
	patches.suse/1157-drm-Kconfig-add-missing-depends-on-DRM-for-DRM_DP_CE.patch
	patches.suse/1158-drm-udl-Make-udl-driver-depend-on-CONFIG_USB.patch
	patches.suse/1159-drm-panel-Add-driver-for-Sony-ACX424AKP-panel.patch
	patches.suse/1160-drm-panel-Add-support-for-BOE-NV140FHM-N49-panel-to-.patch
	patches.suse/1161-drm-modes-tag-unused-variables-to-avoid-warnings.patch
	patches.suse/1162-drm-fb-cma-helpers-Fix-include-issue.patch
	patches.suse/1163-drm-panel-simple-Add-Satoz-SAT050AT40H12R2-panel-sup.patch
	patches.suse/1164-amdgpu-Prepare-DCN-floating-point-macros-for-generic.patch
	patches.suse/1165-amdgpu-Enable-initial-DCN-support-on-POWER.patch
	patches.suse/1166-amdgpu-Wrap-FPU-dependent-functions-in-dc20.patch
	patches.suse/1167-drm-amdkfd-queue-kfd-interrupt-work-to-different-CPU.patch
	patches.suse/1168-drm-amd-powerplay-fix-various-dereferences-of-a-poin.patch
	patches.suse/1169-drm-amdkfd-Use-Arcturus-specific-set_vm_context_page.patch
	patches.suse/1170-drm-amdgpu-Add-CU-info-print-log.patch
	patches.suse/1171-drm-amdgpu-move-dpcs-headers-to-dpcs-includes.patch
	patches.suse/1172-drm-amdgpu-add-dpcs20-registers.patch
	patches.suse/1173-drm-amd-display-add-missing-dcn-link-encoder-regs.patch
	patches.suse/1174-drm-amdgpu-drop-useless-BACO-arg-in-amdgpu_ras_reset.patch
	patches.suse/1175-drm-amdgpu-sriov-Tonga-sriov-also-need-load-firmware.patch
	patches.suse/1176-drm-amdgpu-vcn1.0-use-its-own-idle-handler-and-begin.patch
	patches.suse/1177-drm-amdgpu-vcn-remove-JPEG-related-code-from-idle-ha.patch
	patches.suse/1178-drm-amd-display-HDMI-2.x-audio-bandwidth-check.patch
	patches.suse/1179-drm-amd-display-disable-lttpr-for-RN.patch
	patches.suse/1180-drm-amd-display-Add-wait-for-flip-not-pending-on-pip.patch
	patches.suse/1181-drm-amd-display-Get-DMUB-registers-from-ASIC-specifi.patch
	patches.suse/1182-drm-amd-display-Use-physical-addressing-for-DMCUB-on.patch
	patches.suse/1183-drm-amd-display-Disable-integerscaling-for-downscale.patch
	patches.suse/1184-drm-amd-display-Add-interface-to-adjust-DSC-max-targ.patch
	patches.suse/1185-drm-amd-display-Add-definition-for-number-of-backlig.patch
	patches.suse/1186-drm-amd-display-AVI-info-package-change-due-to-spec-.patch
	patches.suse/1187-drm-amd-display-Reinstate-LFC-optimization.patch
	patches.suse/1188-drm-amd-display-Use-pipe_count-for-num-of-opps.patch
	patches.suse/1189-drm-amd-display-update-chroma-viewport-wa.patch
	patches.suse/1190-drm-amd-display-Collapse-resource-arrays-when-pipe-i.patch
	patches.suse/1191-drm-amd-display-Default-max-bpc-to-16-for-eDP.patch
	patches.suse/1192-drm-amd-display-Enable-Seamless-Boot-Transition-for-.patch
	patches.suse/1193-drm-amd-display-Remove-integer-scaling-code-from-DC-.patch
	patches.suse/1194-drm-amd-display-3.2.63.patch
	patches.suse/1195-drm-amd-display-scaling-changes-should-also-be-a-ful.patch
	patches.suse/1196-drm-amd-display-fix-regamma-build-optimization.patch
	patches.suse/1197-drm-amd-display-Add-warmup-escape-call-support.patch
	patches.suse/1198-drm-amd-display-Map-ODM-memory-correctly-when-doing-.patch
	patches.suse/1199-drm-amd-display-Perform-DMUB-hw_init-on-resume.patch
	patches.suse/1200-drm-amd-display-disable-lttpr-for-Navi.patch
	patches.suse/1201-drm-amd-display-check-link-status-before-disable-str.patch
	patches.suse/1202-drm-amd-display-Specified-VR-patch-skip-to-reset-seg.patch
	patches.suse/1203-drm-amd-display-Remove-reliance-on-pipe-indexing.patch
	patches.suse/1204-drm-amd-display-Get-cache-window-sizes-from-DMCUB-fi.patch
	patches.suse/1205-drm-amd-display-fix-270-degree-rotation-for-mixed-SL.patch
	patches.suse/1206-drm-amd-display-3.2.64.patch
	patches.suse/1207-drm-amd-display-Use-absolute-time-stamp-to-follow-th.patch
	patches.suse/1208-drm-amd-display-Fix-update_bw_bounding_box-Calcs.patch
	patches.suse/1209-drm-amd-display-Update-extended-timeout-support-for-.patch
	patches.suse/1210-drm-amd-display-Fix-manual-trigger-source-for-DCN2.patch
	patches.suse/1211-drm-amd-display-support-virtual-DCN.patch
	patches.suse/1212-drm-amd-display-Lower-DPP-DTO-only-when-safe.patch
	patches.suse/1213-drm-amd-display-Formula-refactor-for-calculating-DPP.patch
	patches.suse/1214-drm-amd-display-fix-missing-cursor-on-some-rotated-S.patch
	patches.suse/1215-drm-amd-display-Do-not-handle-linkloss-for-eDP.patch
	patches.suse/1216-drm-amd-display-Add-debug-option-to-override-DSC-tar.patch
	patches.suse/1217-drm-amdgpu-gfx10-make-ring-tests-less-chatty.patch
	patches.suse/1218-drm-amdgpu-sdma5-make-ring-tests-less-chatty.patch
	patches.suse/1219-drm-amd-display-Remove-unneeded-semicolon.patch
	patches.suse/1220-drm-amdgpu-Remove-unneeded-semicolon-in-amdgpu_pmu.c.patch
	patches.suse/1221-drm-amdgpu-Remove-unneeded-semicolon-in-gfx_v10_0.c.patch
	patches.suse/1222-drm-amdgpu-Remove-unneeded-semicolon-in-amdgpu_ras.c.patch
	patches.suse/1223-drm-amd-powerplay-Add-SMU-WMTABLE-Validity-Check-for.patch
	patches.suse/1224-drm-amdgpu-pm_runtime-update-usage-count-in-fence-ha.patch
	patches.suse/1225-drm-scheduler-rework-entity-creation.patch
	patches.suse/1226-drm-amdgpu-replace-vm_pte-s-run-queue-list-with-drm-.patch
	patches.suse/1227-amd-amdgpu-add-sched-array-to-IPs-with-multiple-run-.patch
	patches.suse/1228-drm-scheduler-do-not-keep-a-copy-of-sched-list.patch
	patches.suse/1229-drm-amd-powerplay-skip-soc-clk-setting-under-pp-one-.patch
	patches.suse/1230-drm-amdgpu-fix-double-gpu_recovery-for-NV-of-SRIOV.patch
	patches.suse/drm-amdgpu-fix-KIQ-ring-test-fail-in-TDR-of-SRIOV.patch
	patches.suse/1232-drm-amdgpu-vcn-remove-unnecessary-included-headers.patch
	patches.suse/1233-drm-amdgpu-reverts-commit-ce316fa55ef0f1751276b846a5.patch
	patches.suse/1234-drm-Add-Reusable-task-barrier.patch
	patches.suse/1235-drm-amdgpu-Add-task-barrier-to-XGMI-hive.patch
	patches.suse/1236-drm-amdgpu-Redo-XGMI-reset-synchronization.patch
	patches.suse/1237-drm-amdgpu-Switch-from-system_highpri_wq-to-system_u.patch
	patches.suse/1238-drm-amdgpu-smu-fix-spelling.patch
	patches.suse/1239-drm-amdgpu-wait-for-all-rings-to-drain-before-runtim.patch
	patches.suse/1240-gpu-drm-dead-code-elimination.patch
	patches.suse/1241-drm-amdgpu-smu-add-metrics-table-lock-for-renoir-v2.patch
	patches.suse/1242-drm-amdgpu-move-umc-offset-to-one-new-header-file-fo.patch
	patches.suse/1243-drm-amdgpu-add-VCN2.5-MMSCH-start-for-Arcturus.patch
	patches.suse/1244-drm-amdgpu-add-VCN2.5-sriov-start-for-Arctrus.patch
	patches.suse/1245-drm-amdgpu-update-VCN1-dual-instances-fw-types-ID-an.patch
	patches.suse/1246-drm-amdgpu-skip-VCN2.5-power-gating-and-clock-gating.patch
	patches.suse/1247-drm-amdgpu-enable-VCN0-and-VCN1-sriov-instances-supp.patch
	patches.suse/1248-drm-amd-powerplay-skip-disable-dynamic-state-managem.patch
	patches.suse/1249-drm-amdkfd-expose-num_sdma_queues_per_engine-data-fi.patch
	patches.suse/1250-drm-amdkfd-expose-num_cp_queues-data-field-to-topolo.patch
	patches.suse/drm-amdgpu-simplify-padding-calculations-v2.patch
	patches.suse/1252-drm-amdgpu-add-perfmons-accessible-during-df-c-state.patch
	patches.suse/1253-drm-amdgpu-attempt-xgmi-perfmon-re-arm-on-failed-arm.patch
	patches.suse/1254-drm-amdgpu-fix-ctx-init-failure-for-asics-without-gf.patch
	patches.suse/1255-drm-amdgpu-disable-VCN2.5-ib-test-for-Arcturus-sriov.patch
	patches.suse/1256-drm-amdgpu-enlarge-agp_start-address-into-48bit.patch
	patches.suse/1257-drm-amdgpu-Added-ASIC-specific-check-in-gmc-v9.0-ECC.patch
	patches.suse/1258-drm-amdgpu-Add-mmCOMPUTE_STATIC_THREAD_MGMT_SE4-7-to.patch
	patches.suse/1259-drm-amdgpu-gfx-Replace-ARRAY_SIZE-with-size-variable.patch
	patches.suse/1260-drm-amdgpu-gfx-Add-mmCOMPUTE_STATIC_THREAD_MGMT_SE4-.patch
	patches.suse/1261-drm-amdgpu-gfx-Add-mmSDMA2-7_EDC_COUNTER-to-support-.patch
	patches.suse/1262-drm-amdgpu-Remove-unneeded-variable-ret-in-amdgpu_de.patch
	patches.suse/1263-drm-amdgpu-Remove-unneeded-variable-ret-in-navi10_ih.patch
	patches.suse/1264-drm-amdgpu-update-the-method-to-get-fb_loc-of-memory.patch
	patches.suse/1265-drm-amdgpu-remove-memory-training-p2c-buffer-reserva.patch
	patches.suse/1266-drm-amdgpu-enable-xgmi-init-for-sriov-use-case.patch
	patches.suse/1267-drm-amdgpu-remove-FB-location-config-for-sriov.patch
	patches.suse/1268-drm-amdgpu-add-missed-return-value-set-for-error-cas.patch
	patches.suse/1269-drm-amdgpu-smu-navi-Adjust-default-behavior-for-peak.patch
	patches.suse/1270-drm-amdgpu-smu-add-peak-profile-support-for-navi12.patch
	patches.suse/1271-drm-radeon-use-true-false-for-bool-variable-in-r100..patch
	patches.suse/1272-drm-radeon-use-true-false-for-bool-variable-in-si.c.patch
	patches.suse/1273-drm-radeon-use-true-false-for-bool-variable-in-r600..patch
	patches.suse/1274-drm-radeon-use-true-false-for-bool-variable-in-everg.patch
	patches.suse/1275-drm-radeon-use-true-false-for-bool-variable-in-rv770.patch
	patches.suse/1276-drm-radeon-use-true-false-for-bool-variable-in-cik.c.patch
	patches.suse/1277-drm-radeon-use-true-false-for-bool-variable-in-ni.c.patch
	patches.suse/1278-drm-amdgpu-use-true-false-for-bool-variable-in-mxgpu.patch
	patches.suse/1279-drm-amdgpu-use-true-false-for-bool-variable-in-mxgpu.patch
	patches.suse/1280-drm-amdgpu-use-true-false-for-bool-variable-in-amdgp.patch
	patches.suse/1281-drm-amdgpu-use-true-false-for-bool-variable-in-amdgp.patch
	patches.suse/1282-drm-amdgpu-use-true-false-for-bool-variable-in-amdgp.patch
	patches.suse/drm-amdkfd-Fix-permissions-of-hang_hws.patch
	patches.suse/1284-drm-amdkfd-Remove-unused-variable.patch
	patches.suse/1285-drm-amdkfd-Improve-HWS-hang-detection-and-handling.patch
	patches.suse/1286-drm-amdkfd-Avoid-hanging-hardware-in-stop_cpsch.patch
	patches.suse/1287-drm-amd-display-fix-kernel_fpu_begin-_end-warnings.patch
	patches.suse/1288-drm-amd-powerplay-support-custom-power-profile-setti.patch
	patches.suse/1289-drm-amdgpu-simplify-function-return-logic.patch
	patches.suse/1290-drm-amdgpu-smu-make-the-set_performance_level-logic-.patch
	patches.suse/1291-drm-amd-powerplay-use-true-false-for-bool-variable-i.patch
	patches.suse/1292-drm-amd-display-use-true-false-for-bool-variable-in-.patch
	patches.suse/1293-drm-amd-display-use-true-false-for-bool-variable-in-.patch
	patches.suse/1294-drm-amd-display-use-true-false-for-bool-variable-in-.patch
	patches.suse/1295-drm-amd-display-use-true-false-for-bool-variable-in-.patch
	patches.suse/1296-drm-amd-display-use-true-false-for-bool-variable-in-.patch
	patches.suse/1297-drm-amd-display-use-true-false-for-bool-variable-in-.patch
	patches.suse/1298-drm-amd-display-use-true-false-for-bool-variable-in-.patch
	patches.suse/1299-drm-amd-display-use-true-false-for-bool-variable-in-.patch
	patches.suse/1300-drm-amd-powerplay-add-check-for-baco-support-on-Arct.patch
	patches.suse/1301-drm-amdgpu-by-default-output-PSP-ret-status-in-event.patch
	patches.suse/1302-drm-amdgpu-amalgamate-PSP-TA-load-unload-functions.patch
	patches.suse/1303-drm-amdgpu-amalgamated-PSP-TA-invoke-functions.patch
	patches.suse/1304-drm-amdgpu-smu-use-unified-variable-smu-is_apu-to-ch.patch
	patches.suse/1305-drm-amdgpu-powerplay-fix-NULL-pointer-issue-when-SMU.patch
	patches.suse/1306-drm-radeon-remove-three-set-but-not-used-variable.patch
	patches.suse/1307-drm-amdgpu-smu-add-helper-function-smu_get_dpm_level.patch
	patches.suse/1308-drm-amdgpu-update-UMC-6.1-RAS-error-counter-register.patch
	patches.suse/1309-drm-amd-powerplay-avoid-deadlock-on-Vega20-swSMU-rou.patch
	patches.suse/1310-drm-amd-powerplay-retrieve-the-enabled-feature-mask-.patch
	patches.suse/1311-amd-amdgpu-sriov-enable-onevf-mode-for-ARCTURUS-VF.patch
	patches.suse/1312-amd-amdgpu-sriov-tdr-enablement-with-pp_onevf_mode.patch
	patches.suse/1313-drm-amd-powerplay-add-smu11_driver_if_arcturus.h-new.patch
	patches.suse/1314-drm-amdgpu-resolve-bug-in-UMC-6-error-counter-query.patch
	patches.suse/1315-drm-amdgpu-use-linux-size-macro-to-simplify-ONE_Kib-.patch
	patches.suse/1316-drm-amdgpu-added-function-to-wait-for-PSP-BL-availab.patch
	patches.suse/1317-drm-amdgpu-removed-GFX-RAS-support-check-in-UMC-ECC-.patch
	patches.suse/1318-drm-amd-amdgpu-L1-Policy-1-5-removed-VM-settings-for.patch
	patches.suse/1319-drm-amd-amdgpu-L1-Policy-2-5-removed-GC-GRBM-violati.patch
	patches.suse/1320-drm-amd-amdgpu-L1-Policy-3-5-removed-ECC-interrupt-f.patch
	patches.suse/1321-drm-amd-amdgpu-L1-Policy-5-5-removed-IH_CHICKEN-from.patch
	patches.suse/1322-drm-amdgpu-smu-custom-pstate-profiling-clock-frequen.patch
	patches.suse/1323-drm-amd-powerplay-cache-the-watermark-settings-on-sy.patch
	patches.suse/1324-drm-amd-powerplay-unified-VRAM-address-for-driver-ta.patch
	patches.suse/1325-drm-amd-powerplay-refine-code-to-support-no-dpm-case.patch
	patches.suse/1326-drm-amd-powerplay-issue-proper-hdp-flush-for-table-t.patch
	patches.suse/1327-drm-amd-powerplay-cleanup-the-interfaces-for-powerga.patch
	patches.suse/1328-drm-amdgpu-resolved-bug-in-UMC-RAS-CE-query.patch
	patches.suse/1329-drm-amdgpu-updated-UMC-error-address-record-with-cor.patch
	patches.suse/1330-drm-amdgpu-gmc-move-invaliation-bitmap-setup-to-comm.patch
	patches.suse/1331-drm-amdgpu-gmc10-use-common-invalidation-engine-help.patch
	patches.suse/1332-drm-amdgpu-gfx-simplify-old-firmware-warning.patch
	patches.suse/1333-drm-radeon-remove-boolean-checks-in-if-statements.patch
	patches.suse/1334-drm-radeon-remove-unnecessary-braces-around-conditio.patch
	patches.suse/1335-drm-amd-use-list_for_each_entry-for-list-iteration.patch
	patches.suse/1336-drm-amd-display-fix-psp-return-condition-for-hdcp-mo.patch
	patches.suse/1337-drm-amd-display-Fix-hdcp1-create-session.patch
	patches.suse/1338-drm-amd-display-Return-correct-Error-code-for-valida.patch
	patches.suse/1339-drm-amd-display-rx_validation-failed-resume-from-sle.patch
	patches.suse/1340-drm-amd-display-Add-delay-after-h-watchdog-timeout-e.patch
	patches.suse/1341-drm-amd-display-add-event-type-check-before-restart-.patch
	patches.suse/1342-drm-amdkfd-Improve-kfd_process-lookup-in-kfd_ioctl.patch
	patches.suse/1343-drm-dp_mst-Add-PBN-calculation-for-DSC-modes.patch
	patches.suse/1344-drm-dp_mst-Parse-FEC-capability-on-MST-ports.patch
	patches.suse/1345-drm-dp_mst-Add-MST-support-to-DP-DPCD-R-W-functions.patch
	patches.suse/1346-drm-dp_mst-Fill-branch-num_ports.patch
	patches.suse/1347-drm-dp_mst-Add-helpers-for-MST-DSC-and-virtual-DPCD-.patch
	patches.suse/1348-drm-dp_mst-Add-new-quirk-for-Synaptics-MST-hubs.patch
	patches.suse/1349-drm-amd-display-Initialize-DSC-PPS-variables-to-0.patch
	patches.suse/1350-drm-amd-display-Validate-DSC-caps-on-MST-endpoints.patch
	patches.suse/1351-drm-amd-display-Write-DSC-enable-to-MST-DPCD.patch
	patches.suse/1352-drm-dp_mst-Manually-overwrite-PBN-divider-for-calcul.patch
	patches.suse/1353-drm-dp_mst-Add-DSC-enablement-helpers-to-DRM.patch
	patches.suse/1354-drm-dp_mst-Add-branch-bandwidth-validation-to-MST-at.patch
	patches.suse/1355-drm-dp_mst-Rename-drm_dp_mst_atomic_check_topology_s.patch
	patches.suse/1356-drm-amd-display-Add-PBN-per-slot-calculation-for-DSC.patch
	patches.suse/1357-drm-amd-display-MST-DSC-compute-fair-share.patch
	patches.suse/1358-drm-amd-display-Check-return-value-of-drm-helper.patch
	patches.suse/1359-drm-amd-display-Recalculate-VCPI-slots-for-new-DSC-c.patch
	patches.suse/1360-drm-dp_mst-Add-helper-to-trigger-modeset-on-affected.patch
	patches.suse/1361-drm-amd-display-Trigger-modesets-on-MST-DSC-connecto.patch
	patches.suse/1362-drm-add-dp-helper-to-initialize-remote-aux-channel.patch
	patches.suse/1363-drm-amdgpu-display-protect-new-DSC-code-with-CONFIG_.patch
	patches.suse/1364-drm-dp_mst-fix-documentation-of-drm_dp_mst_add_affec.patch
	patches.suse/1365-drm-amd-display-Fix-compilation-warnings-on-i386.patch
	patches.suse/1366-gpu-host1x-Rename-parent-to-host.patch
	patches.suse/1367-drm-tegra-Do-not-implement-runtime-PM.patch
	patches.suse/1368-drm-tegra-sor-Mark-PM-functions-as-__maybe_unused.patch
	patches.suse/1369-drm-tegra-output-Implement-system-suspend-resume.patch
	patches.suse/1370-gpu-host1x-Remove-dev_err-on-platform_get_irq-failur.patch
	patches.suse/1371-drm-mediatek-use-DRM-core-s-atomic-commit-helper.patch
	patches.suse/drm-mediatek-handle-events-when-enabling-disabling-c.patch
	patches.suse/1373-drm-mediatek-update-cursors-by-using-async-atomic-up.patch
	patches.suse/0001-drm-mediatek-disable-all-the-planes-in-atomic_disabl.patch
	patches.suse/1375-drm-mediatek-remove-unused-external-function.patch
	patches.suse/soc-mediatek-cmdq-define-the-instruction-struct.patch
	patches.suse/soc-mediatek-cmdq-add-polling-function.patch
	patches.suse/soc-mediatek-cmdq-add-cmdq_dev_get_client_reg-functi.patch
	patches.suse/1376-drm-mediatek-support-CMDQ-interface-in-ddp-component.patch
	patches.suse/1377-drm-mediatek-apply-CMDQ-control-flow.patch
	patches.suse/drm-mediatek-Add-gamma-property-according-to-hardwar.patch
	patches.suse/1379-drm-mediatek-Add-ctm-property-support.patch
	patches.suse/1380-drm-mediatek-Return-from-mtk_ovl_layer_config-after-.patch
	patches.suse/1381-drm-mediatek-Turn-off-Alpha-bit-when-plane-format-ha.patch
	patches.suse/1382-drm-mediatek-Fix-indentation-in-Makefile.patch
	patches.suse/1383-drm-nouveau-gr-gk208-gm10x-regenerate-built-in-firmw.patch
	patches.suse/1384-drm-nouveau-kms-gf119-allow-both-256-and-1024-sized-.patch
	patches.suse/1385-drm-nouveau-kms-nv50-Remove-nv50_mstc_best_encoder.patch
	patches.suse/1386-drm-nouveau-kms-nv50-Use-less-encoders-by-making-mst.patch
	patches.suse/1387-drm-nouveau-kms-nv50-Report-possible_crtcs-incorrect.patch
	patches.suse/drm-nouveau-nouveau-fix-incorrect-sizeof-on-args-src-an-args-dst.patch
	patches.suse/1389-drm-nouveau-fault-Add-support-for-GP10B.patch
	patches.suse/1390-drm-nouveau-Do-not-try-to-disable-PCI-device-on-Tegr.patch
	patches.suse/1391-drm-nouveau-tegra-Avoid-pulsing-reset-twice.patch
	patches.suse/1392-drm-nouveau-tegra-Set-clock-rate-if-not-set.patch
	patches.suse/1393-drm-nouveau-secboot-gm20b-gp10b-Read-WPR-configurati.patch
	patches.suse/1394-drm-nouveau-ltc-gp10b-Add-custom-L2-cache-implementa.patch
	patches.suse/1395-drm-nouveau-ce-gp10b-Use-correct-copy-engine.patch
	patches.suse/1396-drm-nouveau-kms-nv04-nv4x-Use-match_string-helper-to.patch
	patches.suse/1397-drm-nouveau-fb-gf100-declare-constants-as-unsigned-l.patch
	patches.suse/1398-drm-nouveau-kms-nv04-remove-set-but-unused-variable.patch
	patches.suse/1399-drm-nouveau-use-NULL-for-pointer-assignment.patch
	patches.suse/1400-drm-nouveau-Fix-ttm-move-init-with-multiple-GPUs.patch
	patches.suse/1401-drm-nouveau-mmu-Add-correct-turing-page-kinds.patch
	patches.suse/drm-nouveau-secboot-gm20b-initialize-pointer-in-gm20.patch
	patches.suse/1403-drm-nouveau-core-fix-missing-newline-in-fw-loader-er.patch
	patches.suse/1404-drm-nouveau-fault-tu102-define-nvkm_fault_func.pin.patch
	patches.suse/1405-drm-nouveau-gr-gf100-remove-dtor.patch
	patches.suse/drm-nouveau-gr-gk20a-gm200-add-terminators-to-method.patch
	patches.suse/1407-drm-nouveau-gr-gv100-modify-gr-init-to-match-newer-v.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/1410-drm-nouveau-disp-dp-fix-typo-when-determining-failsa.patch
	patches.suse/drm-nouveau-fault-gv100-fix-memory-leak-on-module-un.patch
	patches.suse/1412-drm-nouveau-flcn-move-fetching-of-configuration-unti.patch
	patches.suse/1413-drm-nouveau-flcn-fetch-PRI-address-from-TOP-if-not-p.patch
	patches.suse/1414-drm-nouveau-flcn-export-existing-funcs.patch
	patches.suse/1415-drm-nouveau-core-output-fw-size-in-debug-messages.patch
	patches.suse/1416-drm-nouveau-core-add-a-macro-to-better-handle-multip.patch
	patches.suse/1417-drm-nouveau-core-add-representation-of-generic-binar.patch
	patches.suse/1418-drm-nouveau-core-define-ACR-subdev.patch
	patches.suse/1419-drm-nouveau-acr-add-stub-implementation-for-all-GPUs.patch
	patches.suse/1420-drm-nouveau-acr-add-loaders-for-currently-available-.patch
	patches.suse/1421-drm-nouveau-gsp-select-implementation-based-on-avail.patch
	patches.suse/1422-drm-nouveau-gsp-initialise-SW-state-for-falcon-from-.patch
	patches.suse/1423-drm-nouveau-pmu-gp10b-split-from-gm20b-implementatio.patch
	patches.suse/1424-drm-nouveau-pmu-select-implementation-based-on-avail.patch
	patches.suse/1425-drm-nouveau-pmu-initialise-SW-state-for-falcon-from-.patch
	patches.suse/1426-drm-nouveau-gr-gf100-use-nvkm_blob-structure-for-fec.patch
	patches.suse/1427-drm-nouveau-gr-gk20a-gm200-use-nvkm_firmware_load_bl.patch
	patches.suse/1428-drm-nouveau-gr-gf100-drop-fuc_-prefix-on-sw-init.patch
	patches.suse/1429-drm-nouveau-gr-gf100-move-fecs-gpccs-ucode-into-thei.patch
	patches.suse/1430-drm-nouveau-gr-gp108-split-from-gp107.patch
	patches.suse/1431-drm-nouveau-gr-gf100-select-implementation-based-on-.patch
	patches.suse/1432-drm-nouveau-gr-gf100-initialise-SW-state-for-falcon-.patch
	patches.suse/1433-drm-nouveau-sec2-gp108-split-from-gp102-implementati.patch
	patches.suse/1434-drm-nouveau-sec2-select-implementation-based-on-avai.patch
	patches.suse/1435-drm-nouveau-sec2-initialise-SW-state-for-falcon-from.patch
	patches.suse/1436-drm-nouveau-sec2-use-falcon-funcs.patch
	patches.suse/1437-drm-nouveau-sec2-move-interrupt-handler-to-hw-specif.patch
	patches.suse/1438-drm-nouveau-nvdec-select-implementation-based-on-ava.patch
	patches.suse/1439-drm-nouveau-nvdec-initialise-SW-state-for-falcon-fro.patch
	patches.suse/1440-drm-nouveau-nvdec-gm107-rename-from-gp102-implementa.patch
	patches.suse/1441-drm-nouveau-nvdec-gm107-add-missing-engine-instances.patch
	patches.suse/1442-drm-nouveau-nvenc-add-a-stub-implementation-for-the-.patch
	patches.suse/1443-drm-nouveau-flcn-specify-FBIF-offset-from-subdev.patch
	patches.suse/1444-drm-nouveau-flcn-move-bind_context-WAR-out-of-common.patch
	patches.suse/1445-drm-nouveau-flcn-specify-EMEM-address-from-subdev.patch
	patches.suse/1446-drm-nouveau-flcn-specify-debug-production-register-o.patch
	patches.suse/1447-drm-nouveau-flcn-specify-queue-register-offsets-from.patch
	patches.suse/1448-drm-nouveau-flcn-reset-sec2-gsp-falcons-harder.patch
	patches.suse/1449-drm-nouveau-flcn-add-printk-macros.patch
	patches.suse/1450-drm-nouveau-flcn-split-msgqueue-into-multiple-pieces.patch
	patches.suse/1451-drm-nouveau-flcn-qmgr-explicitly-create-queue-manage.patch
	patches.suse/1452-drm-nouveau-flcn-cmdq-explicitly-create-command-queu.patch
	patches.suse/1453-drm-nouveau-flcn-msgq-explicitly-create-message-queu.patch
	patches.suse/1454-drm-nouveau-flcn-qmgr-move-sequence-tracking-from-nv.patch
	patches.suse/1455-drm-nouveau-flcn-qmgr-allow-arbtrary-priv-return-cod.patch
	patches.suse/1456-drm-nouveau-flcn-qmgr-support-syncronous-command-sub.patch
	patches.suse/1457-drm-nouveau-flcn-qmgr-rename-remaining-nvkm_msgqueue.patch
	patches.suse/1458-drm-nouveau-flcn-cmdq-split-the-condition-for-queue-.patch
	patches.suse/1459-drm-nouveau-flcn-cmdq-cmd_queue_push-can-t-fail-remo.patch
	patches.suse/1460-drm-nouveau-flcn-cmdq-cmd_queue_close-always-commits.patch
	patches.suse/1461-drm-nouveau-flcn-cmdq-switch-to-falcon-queue-printk-.patch
	patches.suse/1462-drm-nouveau-flcn-cmdq-drop-nvkm_msgqueue-argument-to.patch
	patches.suse/1463-drm-nouveau-flcn-cmdq-implement-a-more-explicit-send.patch
	patches.suse/1464-drm-nouveau-flcn-cmdq-rename-cmdq-related-nvkm_msqqu.patch
	patches.suse/1465-drm-nouveau-flcn-cmdq-move-command-generation-to-sub.patch
	patches.suse/1466-drm-nouveau-flcn-msgq-remove-error-handling-for-msg_.patch
	patches.suse/1467-drm-nouveau-flcn-msgq-simplify-msg_queue_pop-error-h.patch
	patches.suse/1468-drm-nouveau-flcn-msgq-switch-to-falcon-queue-printk-.patch
	patches.suse/1469-drm-nouveau-flcn-msgq-drop-nvkm_msgqueue-argument-to.patch
	patches.suse/1470-drm-nouveau-flcn-msgq-move-handling-of-init-message-.patch
	patches.suse/1471-drm-nouveau-flcn-msgq-pass-explicit-message-queue-po.patch
	patches.suse/1472-drm-nouveau-flcn-msgq-rename-msgq-related-nvkm_msgqu.patch
	patches.suse/1473-drm-nouveau-secboot-move-code-to-boot-LS-falcons-to-.patch
	patches.suse/1474-drm-nouveau-core-memory-add-macros-to-read-write-blo.patch
	patches.suse/1475-drm-nouveau-fb-gp102-unlock-VPR-as-part-of-FB-init.patch
	patches.suse/1476-drm-nouveau-acr-implement-new-subdev-to-replace-secu.patch
	patches.suse/1477-drm-nouveau-secboot-remove.patch
	patches.suse/1478-drm-nouveau-core-remove-previous-versioned-fw-loader.patch
	patches.suse/1479-drm-nouveau-acr-tu10x-initial-support.patch
	patches.suse/1480-drm-nouveau-gr-tu10x-initial-support.patch
	patches.suse/1481-drm-i915-display-Share-intel_connector_needs_modeset.patch
	patches.suse/1482-drm-i915-tgl-Select-master-transcoder-for-MST-stream.patch
	patches.suse/1483-drm-i915-display-Always-enables-MST-master-pipe-firs.patch
	patches.suse/1484-drm-i915-dp-Fix-MST-disable-sequence.patch
	patches.suse/1485-drm-i915-display-Prepare-for-fastset-external-depend.patch
	patches.suse/1486-drm-i915-mst-Force-modeset-on-MST-slaves-when-master.patch
	patches.suse/1487-drm-i915-display-Add-comment-to-a-function-that-prob.patch
	patches.suse/1488-drm-i915-gt-Tidy-up-checking-active-timelines-during.patch
	patches.suse/1489-drm-i915-display-cleanup-intel_bw_state-on-i915-modu.patch
	patches.suse/1490-drm-i915-gt-Flush-other-retirees-inside-intel_gt_ret.patch
	patches.suse/1491-drm-i915-Switch-context-id-allocation-directly-to-xa.patch
	patches.suse/1492-drm-i915-Add-spaces-before-compound-GEM_TRACE.patch
	patches.suse/1493-drm-i915-gt-Stop-poking-at-engine-serial-at-a-high-l.patch
	patches.suse/1494-drm-i915-gt-Apply-sanitiization-just-before-resume.patch
	patches.suse/1495-drm-i915-gt-Ignore-incomplete-engines-after-init-fai.patch
	patches.suse/1496-drm-i915-selftests-Err-out-on-coherency-if-initialis.patch
	patches.suse/0001-drm-i915-Extend-WaDisableDARBFClkGating-to-icl-ehl-t.patch
	patches.suse/1498-drm-i915-tgl-Extend-Wa_1408615072-to-tgl.patch
	patches.suse/1499-drm-i915-Restore-very-early-GPU-reset.patch
	patches.suse/1500-drm-i915-lmem-debugfs-for-LMEM-details.patch
	patches.suse/1501-drm-i915-simplify-prefixes-on-device_info.patch
	patches.suse/1502-drm-i915-prefer-3-letter-acronym-for-pineview.patch
	patches.suse/1503-drm-i915-prefer-3-letter-acronym-for-haswell.patch
	patches.suse/1504-drm-i915-prefer-3-letter-acronym-for-skylake.patch
	patches.suse/1505-drm-i915-prefer-3-letter-acronym-for-cannonlake.patch
	patches.suse/1506-drm-i915-prefer-3-letter-acronym-for-icelake.patch
	patches.suse/1507-drm-i915-prefer-3-letter-acronym-for-ironlake.patch
	patches.suse/1508-drm-i915-prefer-3-letter-acronym-for-broadwell.patch
	patches.suse/1509-drm-i915-prefer-3-letter-acronym-for-ivybridge.patch
	patches.suse/1510-drm-i915-prefer-3-letter-acronym-for-tigerlake.patch
	patches.suse/1511-drm-Handle-connector-tile-support-only-for-modes-tha.patch
	patches.suse/1512-drm-fbdev-Fallback-to-non-tiled-mode-if-all-tiles-no.patch
	patches.suse/1513-drm-i915-dp-Make-sure-all-tiled-connectors-get-added.patch
	patches.suse/1514-drm-i915-dp-Make-port-sync-mode-assignments-only-if-.patch
	patches.suse/1515-drm-i915-dp-Disable-Port-sync-mode-correctly-on-tear.patch
	patches.suse/1516-drn-i915-Break-up-long-i915_buddy_free_list-with-a-c.patch
	patches.suse/1517-drm-i915-gt-Ensure-that-all-new-contexts-clear-STOP_.patch
	patches.suse/1518-drm-i915-gt-Avoid-using-tag-0-for-the-very-first-sub.patch
	patches.suse/1519-drm-i915-gt-Avoid-using-the-GPU-before-initialisatio.patch
	patches.suse/1520-drm-i915-selftests-Flush-the-context-worker.patch
	patches.suse/1521-drm-i915-gt-Leave-RING_BB_STATE-to-default-value.patch
	patches.suse/1522-drm-i915-gt-Tweak-flushes-around-ivb-ppgtt.patch
	patches.suse/1523-drm-i915-tgl-Assume-future-platforms-will-inherit-TG.patch
	patches.suse/1524-drm-i915-Introduce-remap_io_sg-to-prefault-discontig.patch
	patches.suse/1525-drm-i915-gem-Drop-local-vma-vm_file-reference.patch
	patches.suse/1526-drm-i915-reimplement-header-test-feature.patch
	patches.suse/1527-drm-i915-gem-Single-page-objects-are-naturally-conti.patch
	patches.suse/1528-drm-i915-gt-Flush-ongoing-retires-during-wait_for_id.patch
	patches.suse/1529-drm-i915-dsi-Move-poking-of-panel-enable-GPIO-to-int.patch
	patches.suse/1530-drm-i915-dsi-Init-panel-enable-GPIO-to-low-when-the-.patch
	patches.suse/1531-drm-i915-dsi-Move-Crystal-Cove-PMIC-panel-GPIO-looku.patch
	patches.suse/1532-drm-i915-dsi-Control-panel-and-backlight-enable-GPIO.patch
	patches.suse/1533-drm-i915-gt-Include-a-bunch-more-rcs-image-state.patch
	patches.suse/1534-drm-i915-gt-Clear-LRC-image-inline.patch
	patches.suse/1535-drm-i915-gt-Ignore-stale-context-state-upon-resume.patch
	patches.suse/1536-drm-i915-gt-Discard-stale-context-state-from-across-.patch
	patches.suse/1537-drm-i915-gt-Always-poison-the-kernel_context-image-b.patch
	patches.suse/1538-drm-i915-gem-Support-discontiguous-lmem-object-maps.patch
	patches.suse/1539-drm-i915-selftests-Move-igt_atomic_section-out-of-th.patch
	patches.suse/1540-drm-i915-selftests-Make-headers-self-contained.patch
	patches.suse/1541-drm-i915-gem-Extend-mmap-support-for-lmem.patch
	patches.suse/1542-drm-i915-selftests-Extend-fault-handler-selftests-to.patch
	patches.suse/1543-drm-i915-selftests-Compare-user-mmap-against-GPU.patch
	patches.suse/1544-drm-i915-lookup-for-mem_region-of-a-mem_type.patch
	patches.suse/1545-drm-i915-Create-dumb-buffer-from-LMEM.patch
	patches.suse/1546-drm-i915-selftests-Fixup-sparse-__user-annotation-on.patch
	patches.suse/1547-drm-i915-selftests-Impose-a-timeout-for-request-subm.patch
	patches.suse/1548-drm-i915-Merge-i915_request.flags-with-i915_request..patch
	patches.suse/1549-drm-i915-gt-Convert-the-final-GEM_TRACE-to-GT_TRACE-.patch
	patches.suse/1550-drm-i915-gt-Drop-mutex-serialisation-between-context.patch
	patches.suse/1551-drm-i915-gt-Use-memset_p-to-clear-the-ports.patch
	patches.suse/1552-drm-i915-Add-support-for-non-power-of-2-FB-plane-ali.patch
	patches.suse/1553-drm-i915-tgl-Make-sure-a-semiplanar-UV-plane-is-tile.patch
	patches.suse/1554-drm-i915-Add-debug-message-for-FB-plane-0-.offset-0-.patch
	patches.suse/1555-drm-i915-Make-sure-plane-dims-are-correct-for-UV-CCS.patch
	patches.suse/1556-drm-framebuffer-Format-modifier-for-Intel-Gen-12-med.patch
	patches.suse/1557-drm-fb-Extend-format_info-member-arrays-to-handle-fo.patch
	patches.suse/1558-drm-i915-tgl-Gen-12-display-can-decompress-surfaces-.patch
	patches.suse/1559-drm-i915-fix-an-error-code-in-intel_modeset_all_tile.patch
	patches.suse/1560-drm-i915-display-Use-external-dependency-loop-for-po.patch
	patches.suse/1561-drm-i915-gt-Take-responsibility-for-engine-release-a.patch
	patches.suse/1562-drm-i915-gtt-split-up-i915_gem_gtt.patch
	patches.suse/1563-drm-i915-gt-Always-force-restore-freshly-pinned-cont.patch
	patches.suse/1564-drm-i915-display-Force-the-state-compute-phase-once-.patch
	patches.suse/1565-drm-i915-display-icl-Do-not-program-clockgating.patch
	patches.suse/1566-drm-i915-display-Fix-warning-about-MST-and-DDI-restr.patch
	patches.suse/1567-drm-i915-gt-Drop-a-defunct-timeline-assertion.patch
	patches.suse/1568-drm-i915-Early-return-for-no-op-i915_vma_pin_fence.patch
	patches.suse/1569-drm-i915-Reduce-warning-for-i915_vma_pin_iomap-witho.patch
	patches.suse/1570-drm-i915-Revert-drm-i915-tgl-Wa_1607138340.patch
	patches.suse/1571-drm-i915-Pin-the-context-as-we-work-on-it.patch
	patches.suse/1572-drm-i915-gt-Push-context-state-allocation-earlier.patch
	patches.suse/1573-drm-i915-gt-Pull-context-activation-into-central-int.patch
	patches.suse/1574-drm-i915-gt-runtime-pm-is-no-longer-required-for-ce-.patch
	patches.suse/1575-drm-i915-use-true-false-for-bool-variable-in-i915_de.patch
	patches.suse/1576-drm-i915-dp-use-true-false-for-bool-variable-in-inte.patch
	patches.suse/1577-drm-i915-use-true-false-for-bool-variable-in-intel_c.patch
	patches.suse/1578-drm-i915-Fix-MST-disable-sequence.patch
	patches.suse/1579-drm-i915-Pass-cpu_transcoder-to-assert_pipe_disabled.patch
	patches.suse/1580-drm-i915-gtt-add-missing-include-file-asm-smp.h.patch
	patches.suse/1581-drm-i915-pch-convert-to-using-the-drm_dbg_kms-macro.patch
	patches.suse/1582-drm-i915-pm-use-new-struct-drm_device-logging-macros.patch
	patches.suse/1583-drm-i915-lmem-use-new-struct-drm_device-based-loggin.patch
	patches.suse/1584-drm-i915-sideband-convert-to-using-new-struct-drm_de.patch
	patches.suse/1585-drm-i915-uncore-use-new-struct-drm_device-based-macr.patch
	patches.suse/1586-drm-i915-gt-Skip-trying-to-unbind-in-restore_ggtt_ma.patch
	patches.suse/1587-drm-i915-Start-chopping-up-the-GPU-error-capture.patch
	patches.suse/1588-drm-i915-Drop-the-shadow-w-a-batch-buffer.patch
	patches.suse/1589-drm-i915-Drop-the-shadow-ring-state-from-the-error-c.patch
	patches.suse/1590-drm-i915-Drop-request-list-from-error-state.patch
	patches.suse/1591-drm-i915-dsi-Parse-the-I2C-element-from-the-VBT-MIPI.patch
	patches.suse/1592-drm-i915-gt-Hold-rpm-wakeref-before-taking-ggtt-vm.m.patch
	patches.suse/1593-drm-i915-uc-Add-ops-to-intel_uc.patch
	patches.suse/1594-drm-i915-uc-Add-init_fw-fini_fw-to-to-intel_uc_ops.patch
	patches.suse/1595-drm-i915-uc-Add-init-fini-to-to-intel_uc_ops.patch
	patches.suse/1596-drm-i915-uc-Add-sanitize-to-to-intel_uc_ops.patch
	patches.suse/1597-drm-i915-Correct-typo-in-i915_vma_compress_finish-st.patch
	patches.suse/1598-drm-i915-Bump-up-CDCLK-to-eliminate-underruns-on-TGL.patch
	patches.suse/1599-drm-i915-Pass-intel_connector-to-intel_attached_.patch
	patches.suse/1600-drm-i915-Pass-intel_encoder-to-enc_to_.patch
	patches.suse/1601-drm-i915-Use-the-passed-in-encoder.patch
	patches.suse/1602-drm-i915-Fix-multiple-definition-of-i915_vma_capture.patch
	patches.suse/1603-drm-i915-Fix-too-few-arguments-to-function-i915_capt.patch
	patches.suse/1604-drm-i915-gt-Always-reset-the-timeslice-after-a-conte.patch
	patches.suse/1605-drm-i915-Update-DRIVER_DATE-to-20200114.patch
	patches.suse/1606-drm-amdgpu-display-Use-u64-divide-macro-for-round-up.patch
	patches.suse/1607-drm-amdkfd-Improve-function-get_sdma_rlc_reg_offset-.patch
	patches.suse/1608-drm-amd-powerplay-cover-the-powerplay-implementation.patch
	patches.suse/1609-drm-amdgpu-catch-amdgpu_irq_add_id-failure.patch
	patches.suse/1610-drm-amdgpu-vcn2.5-fix-PSP-FW-loading-for-the-second-.patch
	patches.suse/1611-drm-amdgpu-enable-VCN2.5-IP-block-for-Arcturus.patch
	patches.suse/1612-drm-amdgpu-add-query_ras_error_count-function-for-sd.patch
	patches.suse/1613-drm-amdgpu-support-error-reporting-for-sdma-ip-block.patch
	patches.suse/1614-drm-amdgpu-add-ras_late_init-and-ras_fini-for-sdma-v.patch
	patches.suse/1615-drm-amdgpu-read-sdma-edc-counter-to-clear-the-counte.patch
	patches.suse/1616-drm-amd-display-Don-t-disable-DP-PHY-when-link-loss-.patch
	patches.suse/1617-drm-amdgpu-sriov-workaround-on-rev_id-for-Navi12-und.patch
	patches.suse/1618-drm-amd-powerplay-sw-ctf-for-arcturus.patch
	patches.suse/1619-drm-amdgpu-powerplay-fix-warning-in-smu_v11_0.c.patch
	patches.suse/1620-drm-amdgpu-add-MCUMC_ADDRT0-offset-to-ip-header-file.patch
	patches.suse/1621-drm-amdgpu-calculate-MCUMC_ADDRT0-per-asic-s-UMC-off.patch
	patches.suse/1622-drm-amdgpu-check-sdma-ras-funcs-pointer-before-acces.patch
	patches.suse/1623-drm-amd-amdgpu-add-missing-umc_6_1_2_sh_mask.h-heade.patch
	patches.suse/1624-drm-amdgpu-gfx9-remove-unused-sdma-headers.patch
	patches.suse/1625-drm-amdgpu-display-set-gpu-vm-flag-for-all-asics-whi.patch
	patches.suse/1626-drm-amdgpu-enable-S-G-display-on-PCO-and-RV2-v2.patch
	patches.suse/1627-drm-amdgpu-display-set-gpu-vm-flag-for-renoir.patch
	patches.suse/1628-drm-amdgpu-gmc10-remove-dead-code.patch
	patches.suse/1629-drm-amdgpu-gmc10-free-stolen-memory-in-late_init.patch
	patches.suse/1630-drm-amd-powerplay-update-SMU12_DRIVER_IF_VERSION-to-.patch
	patches.suse/1631-drm-amdgpu-disable-XGMI-TA-unload-for-arcturus.patch
	patches.suse/1632-drm-amdgpu-preserve-RSMU-UMC-index-mode-state.patch
	patches.suse/1633-drm-amd-display-add-Pollock-IDs-fix-Pollock-Dali-clk.patch
	patches.suse/1634-drm-amdgpu-Create-generic-DF-struct-in-adev.patch
	patches.suse/1635-drm-amdgpu-add-defines-for-DF-and-TCP-Hashing.patch
	patches.suse/1636-drm-amdgpu-Match-TC-hash-settings-to-DF-settings-v2.patch
	patches.suse/1637-drm-amdgpu-psp-declare-navi1x-ta-firmware.patch
	patches.suse/1638-drm-amd-display-remove-unnecessary-conversion-to-boo.patch
	patches.suse/1639-drm-amdgpu-add-header-file-for-macro-SZ_1M.patch
	patches.suse/1640-drm-amdgpu-pm-properly-handle-runtime-pm.patch
	patches.suse/1641-drm-amdgpu-debugfs-properly-handle-runtime-pm.patch
	patches.suse/1642-drm-amdgpu-Avoid-reclaim-fs-while-eviction-lock.patch
	patches.suse/1643-drm-amdgpu-kiq-pm4-function-implementation-for-gfx_v.patch
	patches.suse/1644-drm-amdgpu-implement-tlbs-invalidate-on-gfx9-gfx10.patch
	patches.suse/1645-drm-amdgpu-replace-kcq-enable-disable-functions-on-g.patch
	patches.suse/1646-drm-amdgpu-export-function-to-flush-TLB-via-pasid.patch
	patches.suse/1647-drm-amdgpu-GPU-TLB-flush-API-moved-to-amdgpu_amdkfd.patch
	patches.suse/1648-drm-amdgpu-flush-TLB-functions-removal-from-kfd2kgd-.patch
	patches.suse/1649-drm-amdkfd-use-kiq-to-load-the-mqd-of-hiq-queue-for-.patch
	patches.suse/1650-drm-amdkfd-use-map_queues-for-hiq-on-gfx-v10-as-well.patch
	patches.suse/1651-drm-amdgpu-error-out-on-entity-with-no-run-queue.patch
	patches.suse/1652-drm-amdgpu-drop-amdgpu_job.owner.patch
	patches.suse/1653-drm-amdgpu-check-rlc_g-firmware-pointer-is-valid-bef.patch
	patches.suse/1654-drm-amdgpu-gfx10-update-gfx-golden-settings.patch
	patches.suse/1655-drm-amdgpu-gfx10-update-gfx-golden-settings-for-navi.patch
	patches.suse/1656-drm-amdgpu-fix-modprobe-failure-of-the-secondary-GPU.patch
	patches.suse/1657-drm-amdgpu-sriov-skip-the-update-of-SMU_TABLE_ACTIVI.patch
	patches.suse/1658-drm-amdgpu-vcn-support-multiple-instance-dpg-pause-m.patch
	patches.suse/1659-drm-amdgpu-vcn-support-multiple-instance-direct-SRAM.patch
	patches.suse/1660-drm-amdgpu-vcn-move-macro-from-vcn2.0-to-share-amdgp.patch
	patches.suse/1661-drm-amdgpu-vcn2.5-add-DPG-mode-start-and-stop.patch
	patches.suse/1662-drm-amdgpu-vcn2.5-add-dpg-pause-mode.patch
	patches.suse/1663-drm-amdgpu-vcn2.5-implement-indirect-DPG-SRAM-mode.patch
	patches.suse/1664-drm-scheduler-improve-job-distribution-with-multiple.patch
	patches.suse/1665-drm-amdgpu-pm-clean-up-return-types.patch
	patches.suse/1666-drm-amdkfd-Add-a-message-when-SW-scheduler-is-used.patch
	patches.suse/1667-drm-amdgpu-only-set-cp-active-field-for-kiq-queue.patch
	patches.suse/1668-drm-amd-powerplay-a-quick-fix-for-the-deadlock-issue.patch
	patches.suse/1669-drm-amdgpu-check-if-driver-should-try-recovery-in-ra.patch
	patches.suse/1670-drm-amdgpu-add-arcturus-to-gpu-recovery-check-code-p.patch
	patches.suse/1671-drm-scheduler-fix-documentation-by-replacing-rq_list.patch
	patches.suse/1672-drm-amd-include-Add-OCSC-registers.patch
	patches.suse/drm-amd-display-Clear-state-after-exiting-fixed-acti.patch
	patches.suse/1674-drm-amd-display-3.2.65.patch
	patches.suse/1675-drm-amd-display-fix-chroma-vp-wa-corner-case.patch
	patches.suse/1676-drm-amd-display-Fix-300Hz-Freesync-bug.patch
	patches.suse/1677-drm-amd-display-Disable-secondary-link-for-certain-m.patch
	patches.suse/1678-drm-amd-display-Adding-forgotten-hubbub-func.patch
	patches.suse/1679-drm-amd-display-Flush-framebuffer-data-before-passin.patch
	patches.suse/1680-drm-amd-display-Read-inst_fb-data-back-during-DMUB-l.patch
	patches.suse/1681-drm-amd-display-Soft-reset-DMUIF-during-DMUB-reset.patch
	patches.suse/1682-drm-amd-display-Add-double-buffering-to-dcn20-OCSC.patch
	patches.suse/1683-drm-amd-display-store-lttpr-mode-with-dpcd.patch
	patches.suse/1684-drm-amd-display-Don-t-always-set-pstate-true-if-dumm.patch
	patches.suse/1685-drm-amd-display-Update-HDMI-hang-w-a-to-apply-to-all.patch
	patches.suse/1686-drm-amd-display-wait-for-update-when-setting-dpg-tes.patch
	patches.suse/1687-drm-amd-display-stop-doing-unnecessary-detection-whe.patch
	patches.suse/1688-drm-amd-display-expand-dml-structs.patch
	patches.suse/1689-drm-amd-display-3.2.66.patch
	patches.suse/1690-drm-amd-display-Fix-double-buffering-in-dcn2-ICSC.patch
	patches.suse/1691-drm-amd-display-Driverside-changes-to-support-PSR-in.patch
	patches.suse/1692-drm-amd-display-Double-buffer-dcn2-Gamut-Remap.patch
	patches.suse/1693-drm-amd-display-programing-surface-flip-by-dmcub.patch
	patches.suse/1694-drm-amd-display-DMCUB-FW-Changes-to-support-PSR.patch
	patches.suse/1695-drm-amd-display-Indirect-reg-read-macro-with-shift-a.patch
	patches.suse/1696-drm-amd-display-Refactor-surface-flip-programming.patch
	patches.suse/1697-drm-amd-display-Fix-DMUB-PSR-command-IDs.patch
	patches.suse/1698-drm-amd-display-Add-w-a-to-reset-PHY-before-link-tra.patch
	patches.suse/1699-drm-amd-display-rename-_lvp-to-l_vp.patch
	patches.suse/1700-drm-amd-display-Use-SMU-ClockTable-Values-for-DML-Ca.patch
	patches.suse/1701-drm-amd-display-Add-default-switch-case-for-DCC.patch
	patches.suse/1702-drm-amd-display-implement-fw-driver-interface-for-ab.patch
	patches.suse/1703-drm-amd-display-remove-psr-state-condition-when-psr-.patch
	patches.suse/1704-drm-amd-display-3.2.67.patch
	patches.suse/1705-drm-amd-display-make-PSR-static-screen-entry-within-.patch
	patches.suse/1706-drm-amd-display-wait-for-test-pattern-after-when-all.patch
	patches.suse/1707-drm-amd-display-Add-monitor-patch-for-AUO-dpcd-issue.patch
	patches.suse/1708-drm-amd-display-Enable-double-buffer-for-OTG_BLANK.patch
	patches.suse/1709-drm-amd-display-Only-program-surface-flip-for-video-.patch
	patches.suse/1710-drm-amd-display-Use-mdelay-to-avoid-context-switch.patch
	patches.suse/drm-amd-display-fixup-DML-dependencies.patch
	patches.suse/1712-drm-amd-display-reallocate-MST-payload-when-link-los.patch
	patches.suse/1713-drm-amd-display-3.2.68.patch
	patches.suse/1714-drm-amd-display-skip-opp-blank-or-unblank-if-test-pa.patch
	patches.suse/1715-drm-mst-Don-t-do-atomic-checks-over-disabled-manager.patch
	patches.suse/1716-drm-msm-dpu-ignore-NULL-clocks.patch
	patches.suse/1717-drm-msm-a6xx-restore-previous-freq-on-resume.patch
	patches.suse/drm-msm-adreno-fix-zap-vs-no-zap-handling.patch
	patches.suse/1719-drm-msm-gpu-add-support-for-ocmem-interconnect-path.patch
	patches.suse/1720-drm-msm-a3xx-set-interconnect-bandwidth-vote.patch
	patches.suse/1721-drm-msm-a4xx-set-interconnect-bandwidth-vote.patch
	patches.suse/1722-drm-msm-dpu-Mark-various-data-tables-as-const.patch
	patches.suse/1723-drm-msm-dpu-Add-UBWC-support-for-RGB8888-formats.patch
	patches.suse/1724-msm-disp-dpu1-add-support-to-access-hw-irqs-regs-dep.patch
	patches.suse/1725-msm-disp-dpu1-add-support-for-display-for-SC7180-tar.patch
	patches.suse/1726-msm-disp-dpu1-setup-display-datapath-for-SC7180-targ.patch
	patches.suse/1727-msm-disp-dpu1-add-mixer-selection-for-display-topolo.patch
	patches.suse/1728-msm-disp-dpu1-add-scaler-support-on-SC7180-display.patch
	patches.suse/1729-msm-disp-dpu1-Fix-core-clk-rate-in-display-driver.patch
	patches.suse/1730-drm-msm-dsi-Delay-drm_panel_enable-until-dsi_mgr_bri.patch
	patches.suse/1731-drm-msm-Add-618-gpu-to-the-adreno-gpu-list.patch
	patches.suse/1732-drm-msm-a6xx-Add-support-for-A618.patch
	patches.suse/1733-drm-msm-a6xx-Dump-GBIF-registers-debugbus-in-gpu-sta.patch
	patches.suse/1734-drm-msm-dpu-Remove-unnecessary-NULL-checks.patch
	patches.suse/1735-drm-msm-dpu-Remove-unnecessary-NULL-checks.patch
	patches.suse/1736-drm-msm-dpu-Remove-unnecessary-NULL-checks.patch
	patches.suse/1737-drm-msm-dpu-Remove-unnecessary-NULL-check.patch
	patches.suse/1738-drm-msm-dpu-Remove-unreachable-code.patch
	patches.suse/1739-drm-msm-dpu-Remove-unnecessary-NULL-checks.patch
	patches.suse/drm-msm-mdp4-Adjust-indentation-in-mdp4_dsi_encoder_.patch
	patches.suse/1741-drm-msm-hdmi-Remove-unneeded-semicolon.patch
	patches.suse/1742-drm-msm-mdp5-Remove-unneeded-semicolon.patch
	patches.suse/1743-drm-msm-dpu-Remove-unneeded-semicolon-in-dpu_plane.c.patch
	patches.suse/1744-drm-msm-dpu-Remove-unneeded-semicolon-in-dpu_encoder.patch
	patches.suse/1745-drm-msm-adreno-Do-not-print-error-on-qcom-gpu-pwrlev.patch
	patches.suse/1746-drm-msm-use-BUG_ON-macro-for-debugging.patch
	patches.suse/1747-drm-msm-dsi-split-clk-rate-setting-and-enable.patch
	patches.suse/1748-drm-msm-add-DSI-support-for-sc7180.patch
	patches.suse/1749-drm-msm-update-LANE_CTRL-register-value-from-default.patch
	patches.suse/1750-drm-msm-Quiet-down-plane-errors-in-atomic_check.patch
	patches.suse/1751-drm-msm-dpu-Allow-UBWC-on-NV12.patch
	patches.suse/1752-drm-msm-support-firmware-name-for-zap-fw-v2.patch
	patches.suse/1753-drm-msm-allow-zapfw-to-not-be-specified-in-gpulist.patch
	patches.suse/1754-drm-msm-Fix-error-about-comments-within-a-comment-bl.patch
	patches.suse/1755-drm-vmwgfx-Don-t-use-the-HB-port-if-memory-encryptio.patch
	patches.suse/1756-drm-vmwgfx-Call-vmw_driver_-load-unload-before-regis.patch
	patches.suse/1757-drm-vmwgfx-Replace-deprecated-PTR_RET.patch
	patches.suse/1758-drm-vmwgfx-move-the-require_exist-handling-together.patch
	patches.suse/1759-drm-vmwgfx-check-master-authentication-in-surface_re.patch
	patches.suse/1760-drm-vmwgfx-drop-DRM_AUTH-for-render-ioctls.patch
	patches.suse/drm-vmwgfx-prevent-memory-leak-in-vmw_cmdbuf_res_add.patch
	patches.suse/1762-drm-vmwgfx-add-ioctl-for-messaging-from-to-guest-use.patch
	patches.suse/1763-drm-vmwgfx-Bump-driver-minor-version.patch
	patches.suse/1764-drm-vmwgfx-Use-VM_PFNMAP-instead-of-VM_MIXEDMAP-when.patch
	patches.suse/1765-drm-exynos-change-callback-names.patch
	patches.suse/1766-drm-exynos-Rename-Exynos-to-lowercase.patch
	patches.suse/1767-drm-nouveau-pmu-gm20b-gp10b-Fix-Falcon-bootstrapping.patch
	patches.suse/1768-drm-nouveau-gr-gp10b-Use-gp100_grctx-and-gp100_gr_zb.patch
	patches.suse/drm-nouveau-mmu-fix-comptag-memory-leak.patch
	patches.suse/1770-drm-nouveau-kms-nv50-remove-set-but-not-unused-varia.patch
	patches.suse/1771-drm-nouveau-kms-nv04-remove-set-but-not-used-variabl.patch
	patches.suse/1772-drm-nouveau-fix-build-error-without-CONFIG_IOMMU_API.patch
	patches.suse/1773-drm-nouveau-Add-HD-audio-component-notifier-support.patch
	patches.suse/1774-drm-nouveau-zero-vma-pointer-even-if-we-only-unrefer.patch
	patches.suse/1775-drm-nouveau-reject-attempts-to-submit-to-dead-channe.patch
	patches.suse/1776-drm-nouveau-signal-pending-fences-when-channel-has-b.patch
	patches.suse/1777-drm-nouveau-support-synchronous-pushbuf-submission.patch
	patches.suse/drm-nouveau-disp-nv50-prevent-oops-when-no-channel-m.patch
	patches.suse/1779-drm-nouveau-disp-gv100-not-all-channel-types-support.patch
	patches.suse/1780-drm-nouveau-acr-return-error-when-registering-LSF-if.patch
	patches.suse/1781-drm-nouveau-fb-gp102-allow-module-to-load-even-when-.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-introduce-XFS_MAX_FILEOFF.patch
	patches.suse/xfs-truncate-should-remove-all-blocks-not-just-to-th.patch
	patches.suse/xfs-check-log-iovec-size-to-make-sure-it-s-plausibly.patch
	patches.suse/xfs-remove-unused-variable-done.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-spi-nor-Add-4B_OPCODES-flag-to-w25q256.patch
	patches.suse/mtd-spi-nor-fix-typo-of-JESB216-in-comment.patch
	patches.suse/mtd-spi-nor-Rename-SR_TB-to-indicate-the-bit-used.patch
	patches.suse/mtd-spi-nor-Support-TB-selection-using-SR-bit-6.patch
	patches.suse/mtd-spi-nor-Fix-wrong-TB-selection-of-GD25Q256.patch
	patches.suse/mtd-spi-nor-add-Gigadevice-gd25lq128d-support.patch
	patches.suse/mtd-spi-nor-Split-mt25qu512a-n25q512a-entry-into-two.patch
	patches.suse/mtd-spi-nor-Add-entries-for-mt25q-variants.patch
	patches.suse/mtd-spi-nor-Add-USE_FSR-flag-for-n25q-entries.patch
	patches.suse/mtd-spi-nor-intel-spi-Add-support-for-Intel-Jasper-L.patch
	patches.suse/mtd-spi-nor-Add-support-for-mx25r3235f.patch
	patches.suse/mtd-spi-nor-Add-support-for-sst26vf016b.patch
	patches.suse/mtd-spi-nor-hisi-sfc-Try-to-provide-some-clarity-on-.patch
	patches.suse/mtd-spi-nor-remove-unused-enum-spi_nor_ops.patch
	patches.suse/mtd-spi-nor-Add-support-for-w25q32jwm.patch
	patches.suse/mtd-spi-nor-Add-support-for-at25sl321.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-x86-use-apic_dest_-macros-properly-in-kvm_lapic_irq-dest_mode
	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/msft-hv-2009-KVM-hyperv-Fix-some-typos-in-vcpu-unimpl-info.patch
	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-x86-list-msr_ia32_ucode_rev-as-an-emulated-msr
	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/msft-hv-2007-x86-hyper-v-Add-polling-bit-to-hv_synic_sint.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/lib-test_bitmap-correct-test-data-offsets-for-32-bit.patch
	patches.suse/memcg-fix-a-crash-in-wb_workfn-when-a-device-disappe.patch
	patches.suse/mm-mempolicy-c-fix-out-of-bounds-write-in-mpol_parse_str.patch
	patches.suse/0001-mm-sparse.c-reset-section-s-mem_map-when-fully-deact.patch
	patches.suse/mm-migrate-c-also-overwrite-error-when-it-is-bigger-than-zero.patch
	patches.suse/mm-thp-don-t-need-care-deferred-split-queue-in-memcg-charge-move-path.patch
	patches.suse/mm-move_pages-report-the-number-of-non-attempted-pages.patch
	patches.suse/ocfs2-make-local-header-paths-relative-to-C-files.patch
	patches.suse/ocfs2-dlm-move-BITS_TO_BYTES-to-bitops.h-for-wider-u.patch
	patches.suse/mm-debug-c-always-print-flags-in-dump_page.patch
	patches.suse/vfio-fix-foll_longterm-use-simplify-get_user_pages_remote-call
	patches.suse/mm-gup-allow-FOLL_FORCE-for-get_user_pages_fast.patch
	patches.suse/media-v4l2-core-set-pages-dirty-upon-releasing-DMA-b.patch
	patches.suse/1782-drm-via-set-FOLL_PIN-via-pin_user_pages_fast.patch
	patches.suse/vfio-mm-pin_user_pages-foll_pin-and-put_user_page-conversion
	patches.suse/1783-mm-tree-wide-rename-put_user_page-to-unpin_user_page.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-huge_memory-c-use-head-to-check-huge-zero-page.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/include-linux-units.h-add-helpers-for-kelvin-to-from.patch
	patches.suse/ACPI-thermal-switch-to-use-linux-units.h-helpers.patch
	patches.suse/lib-zlib-add-s390-hardware-support-for-kernel-zlib_deflate
	patches.suse/s390-boot-rename-heap_size-due-to-name-collision
	patches.suse/lib-zlib-add-s390-hardware-support-for-kernel-zlib_inflate
	patches.suse/s390-boot-add-dfltcc-kernel-command-line-parameter
	patches.suse/lib-zlib-add-zlib_deflate_dfltcc_enabled-function
	patches.suse/btrfs-use-larger-zlib-buffer-for-s390-hardware-compression
	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-core-Add-the-core-support-field-to-METHOD_GET_C.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/RDMA-cm-Remove-CM-message-structs.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-ti-vpe-cal-Restrict-DMA-to-avoid-memory-corrup.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-solo6x10-Use-managed-buffer-allocation.patch
	patches.suse/media-tw686x-Use-managed-buffer-allocation.patch
	patches.suse/media-usbtv-Use-managed-buffer-allocation.patch
	patches.suse/media-cobalt-Clean-up-ALSA-PCM-API-usages.patch
	patches.suse/media-cx18-Clean-up-ALSA-PCM-API-usages.patch
	patches.suse/media-ivtv-Clean-up-ALSA-PCM-API-usages.patch
	patches.suse/media-cs231xx-Clean-up-ALSA-PCM-API-usages.patch
	patches.suse/media-em28xx-Clean-up-ALSA-PCM-API-usages.patch
	patches.suse/media-go7007-Clean-up-ALSA-PCM-API-usages.patch
	patches.suse/media-tm6000-Clean-up-ALSA-PCM-API-usages.patch
	patches.suse/media-cobalt-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/media-cx18-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/media-ivtv-Drop-superfluous-ioctl-PCM-ops.patch
	patches.suse/media-Drop-superfluous-ioctl-PCM-ops.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-add-nr_devfns-parameter-to-pci_add_dma_alias
	patches.suse/pci-add-dma-alias-quirk-for-plx-pex-ntb
	patches.suse/x86-pci-add-to_pci_sysdata-helper
	patches.suse/x86-pci-expose-vmd-s-pci_dev-in-struct-pci_sysdata
	patches.suse/pci-introduce-pci_real_dma_dev
	patches.suse/iommu-vt-d-use-pci_real_dma_dev-for-mapping
	patches.suse/iommu-vt-d-remove-vmd-child-device-sanity-check
	patches.suse/pci-vmd-remove-dma_map_ops-overrides
	patches.suse/x86-pci-remove-x86_dev_dma_ops
	patches.suse/pci-brcmstb-add-broadcom-stb-pcie-host-controller-driver.patch
	patches.suse/pci-brcmstb-add-msi-support.patch
	patches.suse/PCI-dwc-intel-PCIe-RC-controller-driver.patch
	patches.suse/PCI-artpec6-Configure-FTS-with-dwc-helper-function.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-qcom-Add-support-for-SDM845-PCIe-controller.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/PCI-uniphier-remove-module-code-from-built-in-driver.patch
	patches.suse/char-random-silence-a-lockdep-splat-with-printk.patch
	patches.suse/kbuild-use-S-instead-of-E-for-precise-cc-option-test.patch
	patches.suse/vfs-fix-do_last-regression.patch
	patches.suse/cifs-fix-soft-mounts-hanging-in-the-reconnect-code.patch
	patches.suse/02-cifs-update-internal-module-version-number.patch
	patches.suse/leds-pca963x-Fix-open-drain-initialization.patch
	patches.suse/leds-Add-of_led_get-and-led_put.patch
	patches.suse/leds-Add-managed-API-to-get-a-LED-from-a-device-driv.patch
	patches.suse/msft-hv-2010-hv_balloon-Balloon-up-according-to-request-page-numb.patch
	patches.suse/msft-hv-2012-Input-hyperv-keyboard-Add-the-support-of-hibernation.patch
	patches.suse/msft-hv-2013-video-hyperv_fb-Fix-hibernation-for-the-deferred-IO-.patch
	patches.suse/msft-hv-2014-Drivers-hv-vmbus-Ignore-CHANNELMSG_TL_CONNECT_RESULT.patch
	patches.suse/msft-hv-2015-video-hyperv-hyperv_fb-Use-physical-memory-for-fb-on.patch
	patches.suse/msft-hv-2016-Tools-hv-Reopen-the-devices-if-read-or-write-returns.patch
	patches.suse/msft-hv-2017-hv_utils-Support-host-initiated-restart-request.patch
	patches.suse/msft-hv-2018-hv_utils-Support-host-initiated-hibernation-request.patch
	patches.suse/msft-hv-2019-hv_utils-Add-the-support-of-hibernation.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/mfd-wcd934x-Add-support-to-wcd9340-wcd9341-codec.patch
	patches.suse/1786-backlight-ams369fg06-Drop-GPIO-include.patch
	patches.suse/1787-backlight-bd6107-Convert-to-use-GPIO-descriptor.patch
	patches.suse/1788-backlight-qcom-wled-Fix-unsigned-comparison-to-zero.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/1789-clk-mux-Add-support-for-specifying-parents-via-DT-po.patch
	patches.suse/clk-gate-add-support-for-specifying-parents-via-dt-pointers.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-imx8m-set-clk_get_rate_nocache-on-dram-clocks.patch
	patches.suse/clk-imx-mark-dram-pll-on-8mm-and-8mn-with-clk_get_rate_nocache.patch
	patches.suse/clk-imx8m-suppress-bind-attrs.patch
	patches.suse/clk-imx8mn-correct-the-usb1_ctrl-parent-to-be-usb_bus.patch
	patches.suse/clk-imx-add-correct-failure-handling-for-clk-based-helpers.patch
	patches.suse/clk-imx-rename-the-sccg-to-sscg.patch
	patches.suse/clk-imx-replace-all-the-clk-based-helpers-with-macros.patch
	patches.suse/clk-imx-pllv1-switch-to-clk_hw-based-api.patch
	patches.suse/clk-imx-pllv2-switch-to-clk_hw-based-api.patch
	patches.suse/clk-imx-imx7ulp-composite-rename-to-show-is-clk_hw-based.patch
	patches.suse/clk-imx-rename-sccg-and-frac-pll-register-to-suggest-clk_hw.patch
	patches.suse/clk-imx-rename-the-imx_clk_pllv4-to-imply-it-s-clk_hw-based.patch
	patches.suse/clk-imx-rename-the-imx_clk_pfdv2-to-imply-it-s-clk_hw-based.patch
	patches.suse/clk-imx-rename-the-imx_clk_divider_gate-to-imply-it-s-clk_hw-based.patch
	patches.suse/clk-imx-clk-pll14xx-switch-to-clk_hw-based-api.patch
	patches.suse/clk-imx-clk-composite-8m-switch-to-clk_hw-based-api.patch
	patches.suse/clk-imx-add-imx_unregister_hw_clocks.patch
	patches.suse/clk-imx-add-hw-api-imx_clk_hw_mux2_flags.patch
	patches.suse/clk-imx-gate3-switch-to-clk_hw-based-api.patch
	patches.suse/clk-imx-remove-_init-for-imx_obtain_fixed_clk_hw-api.patch
	patches.suse/clk-imx-imx8mn-switch-to-clk_hw-based-api.patch
	patches.suse/clk-imx-imx8mm-switch-to-clk_hw-based-api.patch
	patches.suse/clk-imx-imx8mq-switch-to-clk_hw-based-api.patch
	patches.suse/clk-imx-gate4-switch-imx_clk_gate4_flags-to-clk_hw-based-api.patch
	patches.suse/dt-bindings-imx-add-clock-binding-doc-for-i-mx8mp.patch
	patches.suse/clk-imx-add-support-for-i-mx8mp-clock-driver.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-tegra-clk-dfll-Remove-call-to-pm_runtime_irq_saf.patch
	patches.suse/clk-tegra-divider-Check-UART-s-divider-enable-bit-st.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-composite-add-_register_composite_pdata-variants.patch
	patches.suse/clk-fsl-sai-new-driver.patch
	patches.suse/clk-ls1028a-Add-clock-driver-for-Display-output-inte.patch
	patches.suse/clk-qoriq-add-ls1088a-hwaccel-clocks-support.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/vfio-vfio_pci_nvlink2-use-mmgrab
	patches.suse/vfio-spapr_tce-use-mmgrab
	patches.suse/vfio-mdev-make-create-attribute-static
	patches.suse/vfio-platform-fix-_iomem-in-vfio_platform_amdxgbe-c
	patches.suse/percpu-Separate-decrypted-varaibles-anytime-encrypti.patch
	patches.suse/rtc-define-RTC_VL_READ-values.patch
	patches.suse/rtc-Document-RTC_VL_READ-and-RTC_VL_CLR-ioctls.patch
	patches.suse/rtc-abx80x-return-meaningful-value-for-RTC_VL_READ.patch
	patches.suse/rtc-pcf2127-return-meaningful-value-for-RTC_VL_READ.patch
	patches.suse/rtc-pcf8523-return-meaningful-value-for-RTC_VL_READ.patch
	patches.suse/rtc-pcf8563-remove-RTC_VL_CLR-handling.patch
	patches.suse/rtc-pcf8563-remove-conditional-compilation.patch
	patches.suse/rtc-pcf8563-stop-caching-voltage_low.patch
	patches.suse/rtc-pcf8563-return-meaningful-value-for-RTC_VL_READ.patch
	patches.suse/rtc-pcf85063-remove-RTC_VL_CLR-handling.patch
	patches.suse/rtc-pcf85063-return-meaningful-value-for-RTC_VL_READ.patch
	patches.suse/rtc-rv3028-remove-RTC_VL_CLR-handling.patch
	patches.suse/rtc-rv3028-return-meaningful-value-for-RTC_VL_READ.patch
	patches.suse/rtc-rv8803-avoid-clearing-RV8803_FLAG_V2F-in-RTC_VL_.patch
	patches.suse/rtc-rv8803-return-meaningful-value-for-RTC_VL_READ.patch
	patches.suse/rtc-rx8010-remove-RTC_VL_CLR-handling.patch
	patches.suse/rtc-rx8010-return-meaningful-value-for-RTC_VL_READ.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/1790-mm-Add-a-vmf_insert_mixed_prot-function.patch
	patches.suse/1791-mm-drm-ttm-Fix-vm-page-protection-handling.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/drivers-block-null_blk_main.c-fix-layout.patch
	patches.suse/drivers-block-null_blk_main.c-fix-uninitialized-var-.patch
	patches.suse/mm-add-generic-p-d_leaf-macros.patch
	patches.suse/arm64-mm-add-p-d_leaf-definitions.patch
	patches.suse/powerpc-mm-add-p-d_leaf-definitions.patch
	patches.suse/s390-mm-add-p-d_leaf-definitions.patch
	patches.suse/x86-mm-add-p-d_leaf-definitions.patch
	patches.suse/mm-pagewalk-add-p4d_entry-and-pgd_entry.patch
	patches.suse/mm-pagewalk-allow-walking-without-vma.patch
	patches.suse/mm-pagewalk-don-t-lock-ptes-for-walk_page_range_novma.patch
	patches.suse/mm-pagewalk-fix-termination-condition-in-walk_pte_range.patch
	patches.suse/mm-pagewalk-add-depth-parameter-to-pte_hole.patch
	patches.suse/x86-mm-point-to-struct-seq_file-from-struct-pg_state.patch
	patches.suse/x86-mm-efi-convert-ptdump_walk_pgd_level-to-take-a-mm_struct.patch
	patches.suse/x86-mm-convert-ptdump_walk_pgd_level_debugfs-to-take-an-mm_struct.patch
	patches.suse/arm64-mm-convert-mm-dump.c-to-use-walk_page_range.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/1792-proc-convert-everything-to-struct-proc_ops.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-64-Use-SAVE-REST-_NVGPRS-macros.patch
	patches.suse/selftests-powerpc-Add-a-test-of-bad-out-of-range-acc.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-64s-Reimplement-power4_idle-code-in-C.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-hw_breakpoints-Rewrite-8xx-breakpoints-to-al.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-use-probe_user_read-and-probe_user_write.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-align-stack-to-2-THREAD_SIZE-with-VMAP_STACK.patch
	patches.suse/powerpc-8xx-Use-alternative-scratch-registers-in-DTL.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/powerpc-32s-Drop-NULL-addr-verification.patch
	patches.suse/powerpc-32s-Prepare-prevent_user_access-for-user_acc.patch
	patches.suse/powerpc-Implement-user_access_begin-and-friends.patch
	patches.suse/powerpc-Implement-user_access_save-and-user_access_r.patch
	patches.suse/ARM-8942-1-Revert-8857-1-efi-enable-CP15-DMB-instruc.patch
	patches.suse/ionic-fix-rxq-comp-packet-type-mask.patch
	patches.suse/mlxsw-spectrum_qdisc-Fix-64-bit-division-error-in-ml.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/qed-Fix-a-error-code-in-qed_hw_init.patch
	patches.suse/cls_rsvp-fix-rsvp_policy.patch
	patches.suse/netfilter-ipset-fix-suspicious-RCU-usage-in-find_set.patch
	patches.suse/netfilter-Use-kvcalloc.patch
	patches.suse/netfilter-flowtable-Fix-hardware-flush-order-on-nf_f.patch
	patches.suse/netfilter-flowtable-Fix-missing-flush-hardware-on-ta.patch
	patches.suse/netfilter-flowtable-Fix-setting-forgotten-NF_FLOW_HW.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/qed-Remove-set-but-not-used-variable-p_link.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/s390-support-kprobes_on_ftrace
	patches.suse/s390-crypto-rework-on-paes-implementation
	patches.suse/s390-pkey-add-support-for-key-blob-with-clear-key-value
	patches.suse/s390-crypto-enable-clear-key-values-for-paes-ciphers
	patches.suse/s390-zcrypt-enable-card-domain-autoselect-on-ep11-cprbs
	patches.suse/s390-zcrypt-ep11-structs-rework-export-zcrypt_send_ep11_cprb
	patches.suse/s390-zcrypt-add-new-low-level-ep11-functions-support-file
	patches.suse/s390-zcrypt-extend-ep11-card-and-queue-sysfs-attributes
	patches.suse/s390-pkey-zcrypt-support-ep11-aes-secure-keys
	patches.suse/0001-xen-balloon-Support-xend-based-toolstack-take-two.patch
	patches.suse/drivers-iommu-export-core-iommu-api-symbols-to-permit-modular-drivers
	patches.suse/iommu-of-request-acs-from-the-pci-core-when-configuring-iommu-linkage
	patches.suse/drivers-iommu-take-a-ref-to-the-iommu-driver-prior-to-add_device
	patches.suse/iommu-of-take-a-ref-to-the-iommu-driver-during-of_xlate
	patches.suse/drivers-iommu-allow-iommu-bus-ops-to-be-unregistered
	patches.suse/revert-iommu-arm-smmu-make-arm-smmu-v3-explicitly-non-modular
	patches.suse/revert-iommu-arm-smmu-make-arm-smmu-explicitly-non-modular
	patches.suse/iommu-arm-smmu-prevent-forced-unbinding-of-arm-smmu-drivers
	patches.suse/iommu-arm-smmu-v3-unregister-iommu-and-bus-ops-on-device-removal
	patches.suse/iommu-arm-smmu-support-smmu-module-probing-from-the-iort
	patches.suse/iommu-arm-smmu-v3-allow-building-as-a-module
	patches.suse/iommu-arm-smmu-unregister-iommu-and-bus-ops-on-device-removal
	patches.suse/iommu-arm-smmu-allow-building-as-a-module
	patches.suse/iommu-arm-smmu-update-my-email-address-in-module_author
	patches.suse/drivers-iommu-initialise-module-owner-field-in-iommu_device_set_ops
	patches.suse/iommu-arm-smmu-v3-populate-vmid-field-for-cmdq_op_tlbi_nh_va
	patches.suse/iommu-arm-smmu-v3-fix-resource_size-check
	patches.suse/iommu-arm-smmu-v3-remove-useless-of_match_ptr
	patches.suse/iommu-arm-smmu-fix-wunused-const-variable-warning
	patches.suse/iommu-io-pgtable-arm-rationalise-ttbrn-handling
	patches.suse/iommu-io-pgtable-arm-support-non-coherent-stage-2-page-tables
	patches.suse/iommu-io-pgtable-arm-improve-attribute-handling
	patches.suse/iommu-io-pgtable-arm-ensure-arm_64_lpae_s2_tcr_res1-is-unsigned
	patches.suse/iommu-io-pgtable-arm-rationalise-tcr-handling
	patches.suse/iommu-arm-smmu-rename-public-defines-under-arm_smmu_-namespace
	patches.suse/iommu-io-pgtable-arm-rationalise-vtcr-handling
	patches.suse/iommu-io-pgtable-arm-prepare-for-ttbr1-usage
	patches.suse/iommu-arm-smmu-improve-smr-mask-test
	patches.suse/iommu-arm-smmu-v3-drop-_gfp_zero-flag-from-dma-allocation
	patches.suse/iommu-arm-smmu-v3-parse-pasid-devicetree-property-of-platform-devices
	patches.suse/ACPI-IORT-Parse-SSID-property-of-named-component-nod.patch
	patches.suse/iommu-arm-smmu-v3-prepare-arm_smmu_s1_cfg-for-ssid-support
	patches.suse/iommu-arm-smmu-v3-add-context-descriptor-tables-allocators
	patches.suse/iommu-arm-smmu-v3-add-support-for-substream-ids
	patches.suse/iommu-arm-smmu-v3-propagate-ssid_bits
	patches.suse/iommu-arm-smmu-v3-prepare-for-handling-arm_smmu_write_ctx_desc-failure
	patches.suse/iommu-arm-smmu-v3-add-second-level-of-context-descriptor-table
	patches.suse/iommu-arm-smmu-v3-use-write_once-when-changing-validity-of-an-ste
	patches.suse/iommu-arm-smmu-v3-improve-add_device-error-handling
	patches.suse/iommu-arm-smmu-v3-return-ebusy-when-trying-to-re-add-a-device
	patches.suse/iommu-amd-treat-per-device-exclusion-ranges-as-r-w-unity-mapped-regions
	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-amd-remove-unused-variable
	patches.suse/iommu-amd-remove-local-variables
	patches.suse/iommu-amd-fix-typos-for-ppr-macros
	patches.suse/iommu-amd-replace-two-consecutive-readl-calls-with-one-readq
	patches.suse/iommu-amd-remove-unused-struct-member
	patches.suse/iommu-amd-remove-the-unnecessary-assignment
	patches.suse/iommu-vt-d-add-kconfig-option-to-enable-disable-scalable-mode
	patches.suse/iommu-vt-d-fix-cpu-and-iommu-svm-feature-matching-checks
	patches.suse/iommu-vt-d-match-cpu-and-iommu-paging-mode
	patches.suse/iommu-vt-d-reject-svm-bind-for-failed-capability-check
	patches.suse/iommu-vt-d-avoid-duplicated-code-for-pasid-setup
	patches.suse/iommu-vt-d-fix-off-by-one-in-pasid-allocation
	patches.suse/iommu-vt-d-replace-intel-specific-pasid-allocator-with-ioasid
	patches.suse/iommu-vt-d-avoid-sending-invalid-page-response
	patches.suse/iommu-vt-d-misc-macro-clean-up-for-svm
	patches.suse/iommu-vt-d-trace-extend-map_sg-trace-event
	patches.suse/iommu-vt-d-avoid-iova-flush-queue-in-strict-mode
	patches.suse/iommu-vt-d-loose-requirement-for-flush-queue-initializaton
	patches.suse/iommu-vt-d-identify-domains-using-first-level-page-table
	patches.suse/iommu-vt-d-add-set-domain-domain_attr_nesting-attr
	patches.suse/iommu-vt-d-add-pasid_flag_fl5lp-for-first-level-pasid-setup
	patches.suse/iommu-vt-d-setup-pasid-entries-for-iova-over-first-level
	patches.suse/iommu-vt-d-flush-pasid-based-iotlb-for-iova-over-first-level
	patches.suse/iommu-vt-d-make-first-level-iova-canonical
	patches.suse/iommu-vt-d-update-first-level-super-page-capability
	patches.suse/iommu-vt-d-use-iova-over-first-level
	patches.suse/iommu-vt-d-debugfs-add-support-to-show-page-table-internals
	patches.suse/iommu-vt-d-don-t-reject-host-bridge-due-to-scope-mismatch
	patches.suse/iommu-vt-d-mark-firmware-tainted-if-rmrr-fails-sanity-check
	patches.suse/iommu-vt-d-add-rmrr-base-and-end-addresses-sanity-check
	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/iommu-vt-d-remove-unnecessary-warn_on_once
	patches.suse/iommu-fix-kconfig-indentation
	patches.suse/iommu-iova-silence-warnings-under-memory-pressure
	patches.suse/iommu-implement-generic_iommu_put_resv_regions
	patches.suse/iommu-arm-use-generic_iommu_put_resv_regions
	patches.suse/iommu-amd-use-generic_iommu_put_resv_regions
	patches.suse/iommu-intel-use-generic_iommu_put_resv_regions
	patches.suse/iommu-virtio-use-generic_iommu_put_resv_regions
	patches.suse/dmaengine-idxd-fix-boolconv.cocci-warnings.patch
	patches.suse/dmaengine-fix-null-ptr-check-for-__dma_async_device_.patch
	patches.suse/pwm-imx27-cache-duty-cycle-register-value.patch
	patches.suse/pwm-imx27-unconditionally-write-state-to-hardware.patch
	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-imx27-eliminate-error-message-for-defer-probe.patch
	patches.suse/pwm-Remove-set-but-not-set-variable-pwm.patch
	patches.suse/pata_pcmia-add-SanDisk-High-8G-CF-card-to-supported-.patch
	patches.suse/ata-ahci-Add-shutdown-to-freeze-hardware-resources-o.patch
	patches.suse/ata-pata_arasan_cf-Use-dma_request_chan-instead-dma_.patch
	patches.suse/nbd-add-a-flush_workqueue-in-nbd_start_device.patch
	patches.suse/xen-blkfront-limit-allocated-memory-size-to-actual-u.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-do-not-insert-oom-queue-into-position-tree.patch
	patches.suse/block-bfq-get-extra-ref-to-prevent-a-queue-from-bein.patch
	patches.suse/block-bfq-extend-incomplete-name-of-field-on_st.patch
	patches.suse/block-bfq-get-a-ref-to-a-group-when-adding-it-to-a-s.patch
	patches.suse/block-bfq-clarify-the-goal-of-bfq_split_bfqq.patch
	patches.suse/brd-check-and-limit-max_part-par.patch
	patches.suse/nvmet-Pass-lockdep-expression-to-RCU-lists.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/perf-Make-struct-ring_buffer-less-ambiguous.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-uapi-Fix-sparse-warning.patch
	patches.suse/ALSA-pcm-Fix-memory-leak-at-closing-a-stream-without.patch
	patches.suse/ALSA-pcm-Fix-sparse-warnings-wrt-snd_pcm_state_t.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-emu10k1-Fix-annotation-and-cast-for-the-recent-.patch
	patches.suse/ALSA-hdsp-Make-the-firmware-loading-ioctl-a-bit-more.patch
	patches.suse/ALSA-hda-Fix-DP-MST-support-for-NVIDIA-codecs.patch
	patches.suse/ASoC-max98090-silence-lockdep-warning.patch
	patches.suse/ASoC-rt1015-Remove-unnecessary-const.patch
	patches.suse/ASoC-SOF-Intel-refactor-i915_get-put-functions.patch
	patches.suse/ASoC-SOF-Intel-do-not-disable-i915-power-during-prob.patch
	patches.suse/ASoC-amd-Fix-for-Subsequent-Playback-issue.patch
	patches.suse/ASoC-SOF-fix-an-Oops-caused-by-invalid-topology.patch
	patches.suse/ASoC-SOF-core-free-trace-on-errors.patch
	patches.suse/ASoC-SOF-core-release-resources-on-errors-in-probe_c.patch
	patches.suse/ASoC-SOF-trace-fix-unconditional-free-in-trace-relea.patch
	patches.suse/ASoC-SOF-pci-add-missing-default_fw_name-of-JasperLa.patch
	patches.suse/ASoC-intel-soc-acpi-intel-icl-match-fix-rt715-ADR.patch
	patches.suse/ASoC-Intel-consistent-HDMI-codec-probing-code.patch
	patches.suse/ASoC-amd-Fix-simultaneous-playback-and-capture.patch
	patches.suse/ASoC-rt1308-sdw-Add-__maybe_unused-to-PM-callbacks.patch
	patches.suse/ASoC-rt700-Add-__maybe_unused-to-PM-callbacks.patch
	patches.suse/ASoC-rt711-Add-__maybe_unused-to-PM-callbacks.patch
	patches.suse/ASoC-rt715-Add-__maybe_unused-to-PM-callbacks.patch
	patches.suse/ASoC-SOF-Intel-add-PCI-ID-for-JasperLake.patch
	patches.suse/ASoC-tegra-Revert-24-and-32-bit-support.patch
	patches.suse/ASoC-wcd934x-Add-missing-COMMON_CLK-dependency.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/ASoC-wcd934x-Add-missing-COMMON_CLK-dependency-to-SN.patch
	patches.suse/x86-pci-define-to_pci_sysdata-even-when-config_pci
	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/1794-drm-tegra-sor-Suspend-on-clock-registration-failure.patch
	patches.suse/1795-drm-tegra-sor-Disable-runtime-PM-on-probe-failure.patch
	patches.suse/1796-drm-tegra-sor-Initialize-runtime-PM-before-use.patch
	patches.suse/1797-drm-tegra-Relax-IOMMU-usage-criteria-on-old-Tegra.patch
	patches.suse/1798-drm-tegra-Reuse-IOVA-mapping-where-possible.patch
	patches.suse/1799-gpu-host1x-Set-DMA-direction-only-for-DMA-mapped-buf.patch
	patches.suse/1800-drm-nouveau-disp-gv100-halt-NV_PDISP_FE_RM_INTR_STAT.patch
	patches.suse/1801-drm-nouveau-kms-gv100-move-window-ownership-setup-in.patch
	patches.suse/1802-drm-nouveau-kms-gv100-avoid-sending-a-core-update-un.patch
	patches.suse/1803-drm-amdgpu-modify-packet-size-for-pm4-flush-tlbs.patch
	patches.suse/1804-drm-amdgpu-added-support-to-get-mGPU-DRAM-base.patch
	patches.suse/1805-drm-amdgpu-provide-a-generic-function-interface-for-.patch
	patches.suse/1806-drm-amdgpu-add-kiq-version-interface-for-RREG32-WREG.patch
	patches.suse/1807-drm-amdgpu-read-gfx-register-using-RREG32_KIQ-macro.patch
	patches.suse/1808-drm-amdgpu-update-mmhub-9.4.1-header-files-for-Acrtu.patch
	patches.suse/1809-drm-amdgpu-enable-RAS-feature-for-more-mmhub-sub-blo.patch
	patches.suse/1810-drm-amdgpu-refine-the-security-check-for-RAS-functio.patch
	patches.suse/1811-drm-amdgpu-abstract-EDC-counter-clear-to-a-separated.patch
	patches.suse/1812-drm-amdgpu-add-EDC-counter-registers-of-gc-for-Arctu.patch
	patches.suse/1813-drm-amdgpu-add-RAS-support-for-the-gfx-block-of-Arct.patch
	patches.suse/1814-drm-amdgpu-remove-unnecessary-conversion-to-bool.patch
	patches.suse/1815-drm-amdgpu-fix-VRAM-partially-encroached-issue-in-GD.patch
	patches.suse/1816-Revert-drm-amdgpu-fix-modprobe-failure-of-the-second.patch
	patches.suse/1817-drm-amdgpu-individualize-fence-allocation-per-entity.patch
	patches.suse/1818-drm-amd-display-update-MSA-and-VSC-SDP-on-video-test.patch
	patches.suse/1819-drm-amd-display-Do-not-send-training-pattern-if-VS-D.patch
	patches.suse/1820-drm-amd-display-Add-debug-option-to-disable-DSC-supp.patch
	patches.suse/1821-drm-amd-display-Get-fb-base-and-fb-offset-for-DMUB-f.patch
	patches.suse/1822-drm-amd-display-Fallback-to-DMCUB-when-command-table.patch
	patches.suse/1823-drm-amd-display-check-pipe_ctx-is-split-pipe-or-not.patch
	patches.suse/1824-drm-amd-display-Fixed-comment-styling.patch
	patches.suse/1825-drm-amd-display-Do-DMCUB-hw_init-before-DC.patch
	patches.suse/1826-drm-amd-display-Fix-DML-dummyinteger-types-mismatch.patch
	patches.suse/1827-drm-amd-display-Refactor-to-remove-diags-specific-rg.patch
	patches.suse/1828-drm-amd-display-Refine-i2c-frequency-calculating-seq.patch
	patches.suse/1829-drm-amd-display-3.2.69.patch
	patches.suse/1830-drm-amd-display-fix-rotation_angle-to-use-enum-value.patch
	patches.suse/1831-drm-amd-display-Fix-update-type-for-multiple-planes.patch
	patches.suse/1832-drm-amd-display-Add-hardware-reset-interface-for-DMU.patch
	patches.suse/1833-drm-amd-display-Call-ATOM_INIT-instead-of-ATOM_ENABL.patch
	patches.suse/1834-drm-amd-display-Reset-inbox-rptr-wptr-when-resetting.patch
	patches.suse/1835-drm-amd-display-Check-hw_init-state-when-determining.patch
	patches.suse/1836-drm-amd-display-support-VSC-SDP-update-on-video-test.patch
	patches.suse/1837-drm-amd-display-changed-max_downscale_src_width-to-4.patch
	patches.suse/1838-drm-amd-display-init-hw-i2c-speed.patch
	patches.suse/1839-drm-amd-display-use-odm-combine-for-YCbCr420-timing-.patch
	patches.suse/1840-drm-amdgpu-Fix-TLB-invalidation-request-when-using-s.patch
	patches.suse/1841-drm-amdgpu-Use-the-correct-flush_type-in-flush_gpu_t.patch
	patches.suse/1842-drm-amdgpu-vcn-Share-vcn_v2_0_dec_ring_test_ring-to-.patch
	patches.suse/1843-drm-amdgpu-vcn2.5-fix-a-bug-for-the-2nd-vcn-instance.patch
	patches.suse/1844-drm-amdgpu-vcn-fix-vcn2.5-instance-issue.patch
	patches.suse/1845-drm-amdgpu-vcn-fix-typo-error.patch
	patches.suse/1846-drm-amdgpu-vcn-use-inst_idx-relacing-inst.patch
	patches.suse/1847-drm-amdgpu-initialize-bo_va_list-when-add-gws-to-pro.patch
	patches.suse/1848-drm-amdgpu-fix-doc-by-clarifying-sched_list-definiti.patch
	patches.suse/1849-drm-amd-powerplay-use-true-false-for-bool-variable-i.patch
	patches.suse/1850-drm-amd-amdgpu-fix-spelling-mistake-to-too.patch
	patches.suse/1851-drm-amdgpu-attempt-to-enable-gfxoff-on-more-raven1-b.patch
	patches.suse/1852-drm-amdgpu-original-raven-doesn-t-support-full-asic-.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/1855-drm-amdgpu-add-coreboot-workaround-for-KV-KB.patch
	patches.suse/drm-amd-display-do-not-allocate-display_mode_lib-unn.patch
	patches.suse/1857-drm-amdgpu-enable-GPU-reset-by-default-on-Navi.patch
	patches.suse/1858-drm-amdgpu-enable-GPU-reset-by-default-on-renoir.patch
	patches.suse/1859-drm-amd-display-fix-for-loop-with-incorrectly-sized-.patch
	patches.suse/1860-drm-amd-powerplay-fix-spelling-mistake-Attemp-Attemp.patch
	patches.suse/1861-drm-amdgpu-Enable-DISABLE_BARRIER_WAITCNT-for-Arctur.patch
	patches.suse/1862-drm-amdgpu-allocate-entities-on-demand.patch
	patches.suse/1863-amdgpu-using-vmalloc-requires-includeing-vmalloc.h.patch
	patches.suse/1864-drm-amd-display-fix-spelling-mistake-link_integiry_c.patch
	patches.suse/radeon-insert-10ms-sleep-in-dce5_crtc_load_lut.patch
	patches.suse/1866-drm-amd-display-Move-drm_dp_mst_atomic_check-to-the-.patch
	patches.suse/1867-radeon-completely-remove-lut-leftovers.patch
	patches.suse/1868-drm-amdgpu-Fix-implicit-enum-conversion-in-gfx_v9_4_.patch
	patches.suse/1869-drm-amdgpu-navi10-add-mclk-to-navi10_get_clock_by_ty.patch
	patches.suse/1870-drm-amd-display-Only-enable-cursor-on-pipes-that-nee.patch
	patches.suse/drm-amdkfd-Fix-a-bug-in-SDMA-RLC-queue-counting-unde.patch
	patches.suse/1872-drm-amd-powerplay-fix-navi10-system-intermittent-reb.patch
	patches.suse/1873-drm-amd-display-Fix-a-typo-when-computing-dsc-config.patch
	patches.suse/1874-drm-amd-display-Fix-HW-SW-state-mismatch.patch
	patches.suse/1875-drm-amdgpu-navi-fix-index-for-OD-MCLK.patch
	patches.suse/1876-drm-amdgpu-navi10-add-OD_RANGE-for-navi-overclocking.patch
	patches.suse/1877-drm-amdgpu-smu_v11_0-Correct-behavior-of-restoring-d.patch
	patches.suse/1878-drm-amdgpu-fetch-default-VDDC-curve-voltages-v2.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/1882-drm-amdgpu-update-default-voltage-for-boot-od-table-.patch
	patches.suse/drm-amd-dm-mst-Ignore-payload-update-failures.patch
	patches.suse/ACPI-APD-Add-clock-frequency-for-Hisilicon-Hip08-Lit.patch
	patches.suse/i2c-designware-Add-ACPI-HID-for-Hisilicon-Hip08-Lite.patch
	patches.suse/i2c-tegra-Prevent-interrupt-triggering-after-transfe.patch
	patches.suse/i2c-tegra-Support-atomic-transfers.patch
	patches.suse/i2c-tegra-Rename-I2C_PIO_MODE_MAX_LEN-to-I2C_PIO_MOD.patch
	patches.suse/i2c-tegra-Use-relaxed-versions-of-readl-writel.patch
	patches.suse/i2c-tegra-Always-terminate-DMA-transfer.patch
	patches.suse/i2c-tegra-Check-DMA-completion-status-in-addition-to.patch
	patches.suse/i2c-mux-pca954x-support-property-idle-state.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.x-recover-from-pre-mature-loss-of-openstateid.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/0002-fuse-don-t-overflow-llong_max-with-end-offset.patch
	patches.suse/0003-fuse-support-rename_whiteout-flag.patch
	patches.suse/0010-fs-Enable-bmap-function-to-properly-return-errors.patch
	patches.suse/Pass-consistent-param-type-to-fs_parse-.patch
	patches.suse/compat_ioctl-fix-FIONREAD-on-devices.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/dt-bindings-memory-Add-Tegra194-memory-controller-he.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/optee-model-OP-TEE-as-a-platform-device-driver.patch
	patches.suse/cpuidle-psci-Align-psci_power_state-count-with-idle-.patch
	patches.suse/firmware-psci-Export-functions-to-manage-the-OSI-mod.patch
	patches.suse/of-base-Add-of_get_cpu_state_node-to-get-idle-states.patch
	patches.suse/cpuidle-dt-Support-hierarchical-CPU-idle-states.patch
	patches.suse/cpuidle-psci-Simplify-OF-parsing-of-CPU-idle-state-n.patch
	patches.suse/cpuidle-psci-Support-hierarchical-CPU-idle-states.patch
	patches.suse/cpuidle-psci-Add-a-helper-to-attach-a-CPU-to-its-PM-.patch
	patches.suse/cpuidle-psci-Attach-CPU-devices-to-their-PM-domains.patch
	patches.suse/cpuidle-psci-Prepare-to-use-OS-initiated-suspend-mod.patch
	patches.suse/cpuidle-psci-Manage-runtime-PM-in-the-idle-path.patch
	patches.suse/cpuidle-psci-Support-CPU-hotplug-for-the-hierarchica.patch
	patches.suse/PM-Domains-Introduce-a-genpd-OF-helper-that-removes-.patch
	patches.suse/cpuidle-psci-Add-support-for-PM-domains-by-using-gen.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/memory-tegra-Refashion-EMC-debugfs-interface-on-Tegr.patch
	patches.suse/memory-tegra-Rename-tegra_mc-to-tegra186_mc-on-Tegra.patch
	patches.suse/memory-tegra-Add-per-SoC-data-for-Tegra186.patch
	patches.suse/memory-tegra-Extract-memory-client-SID-programming.patch
	patches.suse/memory-tegra-Add-system-sleep-support.patch
	patches.suse/memory-tegra-Support-DVFS-on-Tegra186-and-later.patch
	patches.suse/memory-tegra-Only-include-support-for-enabled-SoCs.patch
	patches.suse/memory-tegra-Add-support-for-the-Tegra194-memory-con.patch
	patches.suse/memory-tegra-Correct-reset-value-of-xusb_hostr.patch
	patches.suse/soc-tegra-fuse-Add-Tegra194-support.patch
	patches.suse/soc-tegra-fuse-Cache-values-of-straps-and-Chip-ID-re.patch
	patches.suse/soc-tegra-fuse-Warn-if-straps-are-not-ready.patch
	patches.suse/soc-tegra-fuse-Correct-straps-address-for-older-Tegr.patch
	patches.suse/soc-tegra-fuse-Unmap-registers-once-they-are-not-nee.patch
	patches.suse/soc-imx8-print-soc-type-and-revision.patch
	patches.suse/soc-imx-add-i-mx8mp-soc-driver-support.patch
	patches.suse/soc-imx-enable-compile-testing-of-imx_scu_soc.patch
	patches.suse/soc-fsl-qe-remove-space-before-tab.patch
	patches.suse/soc-fsl-qe-drop-volatile-qualifier-of-struct-qe_ic-r.patch
	patches.suse/soc-fsl-qe-rename-qe_-clr-set-clrset-bit-helpers.patch
	patches.suse/soc-fsl-qe-introduce-qe_io-read-write-wrappers.patch
	patches.suse/soc-fsl-qe-avoid-ppc-specific-io-accessors.patch
	patches.suse/soc-fsl-qe-replace-spin_event_timeout-by-readx_poll_.patch
	patches.suse/soc-fsl-qe-qe.c-guard-use-of-pvr_version_is-with-CON.patch
	patches.suse/soc-fsl-qe-drop-unneeded-includes.patch
	patches.suse/soc-fsl-qe-drop-assign-only-high_active-in-qe_ic_ini.patch
	patches.suse/soc-fsl-qe-remove-pointless-sysfs-registration-in-qe.patch
	patches.suse/soc-fsl-qe-use-qe_ic_cascade_-low-high-_mpic-also-on.patch
	patches.suse/soc-fsl-qe-move-calls-of-qe_ic_init-out-of-arch-powe.patch
	patches.suse/powerpc-83xx-remove-mpc83xx_ipic_and_qe_init_IRQ.patch
	patches.suse/soc-fsl-qe-move-qe_ic_cascade_-functions-to-qe_ic.c.patch
	patches.suse/soc-fsl-qe-rename-qe_ic_cascade_low_mpic-qe_ic_casca.patch
	patches.suse/soc-fsl-qe-remove-unused-qe_ic_set_-functions.patch
	patches.suse/soc-fsl-qe-don-t-use-NO_IRQ-in-qe_ic.c.patch
	patches.suse/soc-fsl-qe-make-qe_ic_get_-low-high-_irq-static.patch
	patches.suse/soc-fsl-qe-simplify-qe_ic_init.patch
	patches.suse/soc-fsl-qe-merge-qe_ic.h-headers-into-qe_ic.c.patch
	patches.suse/soc-fsl-qe-qe.c-use-of_property_read_-helpers.patch
	patches.suse/soc-fsl-qe-qe_io.c-don-t-open-code-of_parse_phandle.patch
	patches.suse/soc-fsl-qe-qe_io.c-access-device-tree-property-using.patch
	patches.suse/soc-fsl-qe-qe_io.c-use-of_property_read_u32-in-par_i.patch
	patches.suse/soc-fsl-move-cpm.h-from-powerpc-include-asm-to-inclu.patch
	patches.suse/soc-fsl-qe-qe.h-update-include-path-for-cpm.h.patch
	patches.suse/serial-ucc_uart-explicitly-include-soc-fsl-cpm.h.patch
	patches.suse/serial-ucc_uart-replace-ppc-specific-IO-accessors.patch
	patches.suse/serial-ucc_uart-factor-out-soft_uart-initialization.patch
	patches.suse/serial-ucc_uart-stub-out-soft_uart_init-for-CONFIG_P.patch
	patches.suse/serial-ucc_uart-use-of_property_read_u32-in-ucc_uart.patch
	patches.suse/serial-ucc_uart-limit-brg-frequency-workaround-to-PP.patch
	patches.suse/serial-ucc_uart-access-__be32-field-using-be32_to_cp.patch
	patches.suse/soc-fsl-qe-change-return-type-of-cpm_muram_alloc-to-.patch
	patches.suse/soc-fsl-qe-make-cpm_muram_free-return-void.patch
	patches.suse/soc-fsl-qe-make-cpm_muram_free-ignore-a-negative-off.patch
	patches.suse/soc-fsl-qe-drop-broken-lazy-call-of-cpm_muram_init.patch
	patches.suse/soc-fsl-qe-refactor-cpm_muram_alloc_common-to-preven.patch
	patches.suse/soc-fsl-qe-avoid-IS_ERR_VALUE-in-ucc_slow.c.patch
	patches.suse/soc-fsl-qe-drop-use-of-IS_ERR_VALUE-in-qe_sdma_init.patch
	patches.suse/soc-fsl-qe-drop-pointless-check-in-qe_sdma_init.patch
	patches.suse/soc-fsl-qe-avoid-IS_ERR_VALUE-in-ucc_fast.c.patch
	patches.suse/net-wan-fsl_ucc_hdlc-avoid-use-of-IS_ERR_VALUE.patch
	patches.suse/net-wan-fsl_ucc_hdlc-fix-reading-of-__be16-registers.patch
	patches.suse/net-wan-fsl_ucc_hdlc-reject-muram-offsets-above-64K.patch
	patches.suse/net-ethernet-freescale-make-UCC_GETH-explicitly-depe.patch
	patches.suse/soc-fsl-qe-remove-unused-include-of-asm-irq.h-from-u.patch
	patches.suse/soc-fsl-qe-remove-PPC32-dependency-from-CONFIG_QUICC.patch
	patches.suse/soc-fsl-qe-remove-set-but-not-used-variable-mm_gc.patch
	patches.suse/firmware-scm-add-stubs-for-ocmem-and-restore_sec_cfg_available
	patches.suse/soc-qcom-rpmhpd-Set-active_only-for-active-only-powe.patch
	patches.suse/firmware-qcom_scm-rename-macros-and-structures
	patches.suse/firmware-qcom_scm-apply-consistent-naming-scheme-to-command-ids
	patches.suse/firmware-qcom_scm-remove-unused-qcom_scm_get_version
	patches.suse/firmware-qcom_scm-64-make-smc-macros-less-magical
	patches.suse/firmware-qcom_scm-64-move-svc-cmd-owner-into-qcom_scm_desc
	patches.suse/firmware-qcom_scm-64-add-scm-results-struct
	patches.suse/firmware-qcom_scm-64-move-smc-register-filling-to-qcom_scm_call_smccc
	patches.suse/firmware-qcom_scm-64-improve-smc-convention-detection
	patches.suse/firmware-qcom_scm-32-use-smc-arch-wrappers
	patches.suse/firmware-qcom_scm-32-add-funcnum-ids
	patches.suse/firmware-qcom_scm-32-use-qcom_scm_desc-in-non-atomic-calls
	patches.suse/firmware-qcom_scm-32-move-smccc-register-filling-to-qcom_scm_call
	patches.suse/firmware-qcom_scm-32-create-common-legacy-atomic-call
	patches.suse/firmware-qcom_scm-32-add-device-argument-to-atomic-calls
	patches.suse/firmware-qcom_scm-order-functions-definitions-by-service-command
	patches.suse/firmware-qcom_scm-remove-thin-wrappers
	patches.suse/firmware-qcom_scm-dynamically-support-smccc-and-legacy-conventions
	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-sched-prevent-a-use-after-free.patch
	patches.suse/r8169-fix-performance-regression-related-to-PCIe-max.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/msft-hv-2023-hv_netvsc-Fix-XDP-refcnt-for-synthetic-and-VF-NICs.patch
	patches.suse/net-stmmac-fix-missing-IFF_MULTICAST-check-in-dwmac4.patch
	patches.suse/net-stmmac-xgmac-fix-missing-IFF_MULTICAST-checki-in.patch
	patches.suse/net-stmmac-update-pci-platform-data-to-use-phy_inter.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-spectrum_router-Prevent-incorrect-replacement-.patch
	patches.suse/selftests-mlxsw-Add-test-cases-for-local-table-route.patch
	patches.suse/mlxsw-spectrum_router-Clear-offload-indication-from-.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-Reuse-log-from-btf_prase_vmlinux-in-btf_struct_o.patch
	patches.suse/runqslower-Fix-Makefile.patch
	patches.suse/bpftool-Remove-redundant-HAVE-prefix-from-the-large-.patch
	patches.suse/bpf-Fix-modifier-skipping-logic.patch
	patches.suse/selftests-bpf-Fix-trampoline_count.c-selftest-compil.patch
	patches.suse/tools-bpf-runqslower-Rebuild-libbpf.a-on-libbpf-sour.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/selftests-bpf-Test-freeing-sockmap-sockhash-with-a-s.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-update-the-DTS-measurement-type.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/iwlwifi-mvm-fix-TDLS-discovery-with-the-new-firmware.patch
	patches.suse/iwlwifi-d3-read-all-FW-CPUs-error-info.patch
	patches.suse/rtw88-Fix-return-value-of-rtw_wow_check_fw_status.patch
	patches.suse/mt76-mt7615-fix-max_nss-in-mt7615_eeprom_parse_hw_ca.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/efi-x86-Fix-boot-regression-on-systems-with-invalid-.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/irqchip-gic-v4.1-Fix-programming-of-GICR_VPROPBASER_.patch
	patches.suse/irqchip-gic-v4.1-Set-vpe_l1_base-for-all-redistribut.patch
	patches.suse/irqchip-gic-v4.1-Ensure-L2-vPE-table-is-allocated-at.patch
	patches.suse/irqchip-gic-v4.1-Drop-tmp-in-inherit_vpe_l1_table_fr.patch
	patches.suse/irqchip-gic-v3-its-Remove-superfluous-WARN_ON.patch
	patches.suse/irqchip-gic-v3-its-Rename-VPENDBASER-VPROPBASER-acce.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/x86-apic-msi-Plug-non-maskable-MSI-affinity-race.patch
	patches.suse/msft-hv-2021-x86-hyperv-Suspend-resume-the-hypercall-page-for-hib.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-make-multichannel-warning-more-visible.patch
	patches.suse/cifs-add-SMB3-change-notification-support.patch
	patches.suse/cifs-fix-channel-signing.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/irqchip-gic-v4.1-Avoid-64bit-division-for-the-sake-o.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/gpiolib-fix-gpio_do_set_config.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/1885-drm-mst-Fix-possible-NULL-pointer-dereference-in-drm.patch
	patches.suse/1886-drm-panfrost-Make-sure-the-shrinker-does-not-reclaim.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/1889-drm-edid-fix-building-error.patch
	patches.suse/1890-drm-amd-display-Fix-psr-static-frames-calculation.patch
	patches.suse/drm-amd-display-Do-not-set-optimized_require-to-fals.patch
	patches.suse/1892-drm-amd-display-Use-dcfclk-to-populate-watermark-ran.patch
	patches.suse/drm-amd-display-Check-engine-is-not-NULL-before-acqu.patch
	patches.suse/1894-drm-amd-display-Limit-minimum-DPPCLK-to-100MHz.patch
	patches.suse/1895-drm-amd-display-Add-initialitions-for-PLL2-clock-sou.patch
	patches.suse/1896-drm-amdgpu-vcn2.5-fix-DPG-mode-power-off-issue-on-in.patch
	patches.suse/1897-amdgpu-Prevent-build-errors-regarding-soft-hard-floa.patch
	patches.suse/1898-drm-amdgpu-fix-amdgpu-pmu-to-use-hwc-config-instead-.patch
	patches.suse/1899-drm-amdgpu-limit-GDS-clearing-workaround-in-cold-boo.patch
	patches.suse/1900-drm-amdgpu-vcn2.5-fix-warning.patch
	patches.suse/1901-drm-amd-display-Don-t-map-ATOM_ENABLE-to-ATOM_INIT.patch
	patches.suse/1902-drm-amd-display-DCN2.x-Do-not-program-DPPCLK-if-same.patch
	patches.suse/1903-drm-amdgpu-correct-comment-to-clear-up-the-confusion.patch
	patches.suse/1904-drm-amdgpu-update-smu_v11_0_pptable.h.patch
	patches.suse/1905-drm-amdgpu-navi10-use-the-ODCAP-enum-to-index-the-ca.patch
	patches.suse/1906-drm-i915-dsi-Lookup-the-i2c-bus-from-ACPI-NS-only-if.patch
	patches.suse/1907-drm-i915-Fix-post-fastset-modeset-check-for-port-syn.patch
	patches.suse/1908-drm-i915-dsi-Ensure-that-the-ACPI-adapter-lookup-ove.patch
	patches.suse/1909-drm-i915-bios-Fix-the-timing-parameters.patch
	patches.suse/1910-drm-i915-Fix-i915_error_state_store-error-defination.patch
	patches.suse/1911-drm-i915-pmu-Correct-the-rc6-offset-upon-enabling.patch
	patches.suse/1912-drm-i915-gem-Take-local-vma-references-for-the-parse.patch
	patches.suse/1913-drm-i915-Make-a-copy-of-the-ggtt-view-for-slave-plan.patch
	patches.suse/1914-drm-i915-selftests-Add-a-mock-i915_vma-to-the-mock_r.patch
	patches.suse/1915-drm-i915-gt-Use-the-BIT-when-checking-the-flags-not-.patch
	patches.suse/1916-drm-i915-execlists-Leave-resetting-ring-to-intel_rin.patch
	patches.suse/1917-drm-i915-gem-Store-mmap_offsets-in-an-rbtree-rather-.patch
	patches.suse/1918-drm-i915-Don-t-show-the-blank-process-name-for-inter.patch
	patches.suse/1919-drm-i915-gem-Detect-overflow-in-calculating-dumb-buf.patch
	patches.suse/1920-drm-i915-Check-activity-on-i915_vma-after-confirming.patch
	patches.suse/1921-drm-i915-Stub-out-i915_gpu_coredump_put.patch
	patches.suse/1922-drm-i915-Tighten-atomicity-of-i915_active_acquire-vs.patch
	patches.suse/1923-drm-i915-gt-Acquire-ce-active-before-ce-pin_count-ce.patch
	patches.suse/1924-drm-i915-Fix-preallocated-barrier-list-append.patch
	patches.suse/1925-drm-i915-gem-Tighten-checks-and-acquiring-the-mmap-o.patch
	patches.suse/1926-drm-i915-gvt-fix-high-order-allocation-failure-on-la.patch
	patches.suse/drm-i915-gvt-more-locking-for-ppgtt-mm-LRU-list.patch
	patches.suse/1928-drm-i915-Keep-track-of-request-among-the-scheduling-.patch
	patches.suse/1929-drm-i915-gt-Allow-temporary-suspension-of-inflight-r.patch
	patches.suse/1930-drm-i915-execlists-Offline-error-capture.patch
	patches.suse/1931-drm-i915-execlists-Take-a-reference-while-capturing-.patch
	patches.suse/1932-drm-i915-execlists-Reclaim-the-hanging-virtual-reque.patch
	patches.suse/1933-drm-i915-Mark-the-removal-of-the-i915_request-from-t.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/ACPI-EC-Fix-flushing-of-pending-work.patch
	patches.suse/ACPI-PM-s2idle-Avoid-possible-race-related-to-the-EC.patch
	patches.suse/ACPICA-Introduce-acpi_any_gpe_status_set.patch
	patches.suse/ACPI-PM-s2idle-Prevent-spurious-SCIs-from-waking-up-.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-flow_dissector-remove-unexist-field-description.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/xfrm-interface-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/net-smc-transfer-fasync_list-in-case-of-fallback
	patches.suse/net-smc-no-peer-id-in-clc-decline-for-smcd
	patches.suse/mac80211-use-more-bits-for-ack_frame_id.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/netdevice.h-fix-all-kernel-doc-and-Sphinx-warnings.patch
	patches.suse/io_uring-grab-fs-as-part-of-async-preparation.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-intel-add-elkhart-lake-support.patch
	patches.suse/perf-x86-msr-add-tremont-support.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/s390-zcrypt-fix-card-and-queue-total-counter-wrap
	patches.suse/s390-qdio-simplify-ack-tracking
	patches.suse/s390-qdio-don-t-allocate-aob-array-with-gfp_atomic
	patches.suse/vfio-ccw-Use-the-correct-style-for-SPDX-License-Iden.patch
	patches.suse/s390-uv-fix-handling-of-length-extensions
	patches.suse/crypto-testmgr-enable-selftests-for-paes-s390-ciphers
	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-do-not-reset-microcode-version-on-init-or-reset
	patches.suse/kvm-x86-mask-off-reserved-bit-from-db-exception-payload
	patches.suse/kvm-nvmx-handle-pending-db-when-injecting-init-vm-exit
	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-Revert-tpm_tis_spi_mod.ko-to-tpm_tis_spi.ko.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/dma-direct-improve-swiotlb-error-reporting
	patches.suse/dma-direct-improve-dma-mask-overflow-reporting
	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/ASoC-atmel-fix-atmel_ssc_set_audio-link-failure.patch
	patches.suse/ALSA-hda-do-not-override-bus-codec_mask-in-link_get.patch
	patches.suse/ASoC-SOF-Intel-hda-fix-ordering-bug-in-resume-flow.patch
	patches.suse/ASoC-SOF-Intel-hda-move-i915-init-earlier.patch
	patches.suse/ASoC-amd-Buffer-Size-instead-of-MAX-Buffer.patch
	patches.suse/ASoC-codec2codec-avoid-invalid-double-free-of-pcm-ru.patch
	patches.suse/ASoC-max98090-revert-invalid-fix-for-handling-SHDN.patch
	patches.suse/ASoC-dapm-remove-snd_soc_dapm_put_enum_double_locked.patch
	patches.suse/ASoC-hdmi-codec-set-plugged_cb-to-NULL-when-componen.patch
	patches.suse/ASoC-amd-ACP-needs-to-be-powered-off-in-BIOS.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-amd-disable-iommu-on-stoney-ridge-systems
	patches.suse/iommu-qcom-fix-bogus-detach-logic
	patches.suse/iommu-arm-smmu-restore-naming-of-driver-parameter-prefix
	patches.suse/x86-ima-use-correct-identifier-for-setupmode-variable.patch
	patches.suse/crypto-rename-sm3-256-to-sm3-in-hash_algo_name.patch
	patches.suse/ACPI-PM-s2idle-Check-fixed-wakeup-events-in-acpi_s2i.patch
	patches.suse/Revert-ipc-sem-remove-uneeded-sem_undo_list-lock-usa.patch
	patches.suse/mm-memcontrol-c-lost-css_put-in-memcg_expand_shrinker_maps.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/0039-net-atlantic-checksum-compat-issue.patch
	patches.suse/0040-net-atlantic-check-rpc-result-and-wait-for-rpc-addre.patch
	patches.suse/0041-net-atlantic-ptp-gpio-adjustments.patch
	patches.suse/0042-net-atlantic-better-loopback-mode-handling.patch
	patches.suse/net-atlantic-fix-use-after-free-kasan-warn.patch
	patches.suse/net-atlantic-fix-potential-error-handling.patch
	patches.suse/0045-net-atlantic-possible-fault-in-transition-to-hiberna.patch
	patches.suse/net-atlantic-fix-out-of-range-usage-of-active_vlans-.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/ethtool-fix-application-of-verbose-no_mask-bitset.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/net-cnic-fix-spelling-mistake-reserverd-reserved.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/netfilter-xt_hashlimit-reduce-hashlimit_mutex-scope-.patch
	patches.suse/netfilter-xt_hashlimit-limit-the-max-size-of-hashtab.patch
	patches.suse/netfilter-flowtable-skip-offload-setup-if-disabled.patch
	patches.suse/netfilter-conntrack-remove-two-args-from-resolve_cla.patch
	patches.suse/netfilter-conntrack-place-confirm-bit-setting-in-a-h.patch
	patches.suse/netfilter-conntrack-split-resolve_clash-function.patch
	patches.suse/netfilter-conntrack-allow-insertion-of-clashing-entr.patch
	patches.suse/netfilter-nft_set_pipapo-Fix-mapping-table-example-i.patch
	patches.suse/netfilter-nft_set_pipapo-Don-t-abuse-unlikely-in-pip.patch
	patches.suse/net-mlx5-Fix-sleep-while-atomic-in-mlx5_eswitch_get_.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-Fix-lowest-FDB-pool-size-76781623.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/bridge-br_stp-Use-built-in-RCU-list-checking.patch
	patches.suse/net-tls-Fix-to-avoid-gettig-invalid-tls-record.patch
	patches.suse/udp-rehash-on-disconnect.patch
	patches.suse/ice-Don-t-reject-odd-values-of-usecs-set-by-user.patch
	patches.suse/ice-Don-t-tell-the-OS-that-link-is-going-down.patch
	patches.suse/ice-Wait-for-VF-to-be-reset-ready-before-configurati.patch
	patches.suse/bpf-Selftests-build-error-in-sockmap_basic.c.patch
	patches.suse/bpf-Make-btf_check_func_type_match-static.patch
	patches.suse/xsk-Publish-global-consumer-pointers-when-NAPI-is-fi.patch
	patches.suse/selftests-bpf-Fix-error-checking-on-reading-the-tcp_.patch
	patches.suse/selftests-bpf-Mark-SYN-cookie-test-skipped-for-UDP-s.patch
	patches.suse/bpf-offload-Replace-bitwise-AND-by-logical-AND-in-bp.patch
	patches.suse/bpf-uapi-Remove-text-about-bpf_redirect_map-giving-h.patch
	patches.suse/libbpf-Sanitise-internal-map-names-so-they-are-not-r.patch
	patches.suse/bpf-Do-not-grab-the-bucket-spinlock-by-default-on-ht.patch
	patches.suse/bpf-Fix-a-potential-deadlock-with-bpf_map_do_batch.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/net-macb-Properly-handle-phylink-on-at91rm9200.patch
	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/1934-drm-amd-display-fix-backwards-byte-order-in-rx_caps.patch
	patches.suse/1935-drm-amd-display-fix-dtm-unloading.patch
	patches.suse/1936-drm-amd-powerplay-always-refetch-the-enabled-feature.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/1940-drm-amdgpu-add-is_raven_kicker-judgement-for-raven1.patch
	patches.suse/1941-drm-amdgpu-display-clean-up-hdcp-workqueue-handling.patch
	patches.suse/drm-msm-mdp5-rate-limit-pp-done-timeout-warnings.patch
	patches.suse/1943-msm-disp-dpu1-add-UBWC-support-for-display-on-SC7180.patch
	patches.suse/1944-drm-msm-a6xx-Correct-the-highestbank-configuration.patch
	patches.suse/drm-msm-Fix-return-type-of-dsi_mgr_connector_mode_va.patch
	patches.suse/1946-drm-msm-a6xx-Remove-unneeded-GBIF-unhalt.patch
	patches.suse/1947-drm-msm-a6xx-Update-the-GMU-bus-tables-for-sc7180.patch
	patches.suse/1948-drm-msm-Fix-a6xx-GMU-shutdown-sequence.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/1952-drm-nouveau-acr-tu11x-initial-support.patch
	patches.suse/1953-drm-nouveau-gr-tu11x-initial-support.patch
	patches.suse/0001-drm-nouveau-kms-gv100-Re-set-LUT-after-clearing-for-.patch
	patches.suse/1955-drm-bridge-tc358767-fix-poll-timeouts.patch
	patches.suse/1956-drm-bridge-ti-tfp410-Update-drm_connector_init_with_.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/1959-drm-panfrost-Remove-set-but-not-used-variable-bo.patch
	patches.suse/1960-drm-panfrost-perfcnt-Reserve-use-the-AS-attached-to-.patch
	patches.suse/1961-drm-i915-gem-Require-per-engine-reset-support-for-no.patch
	patches.suse/1962-drm-i915-Initialise-basic-fence-before-acquiring-seq.patch
	patches.suse/0001-drm-i915-Update-drm-i915-bug-filing-URL.patch
	patches.suse/1964-drm-i915-ehl-Update-port-clock-voltage-level-require.patch
	patches.suse/1965-drm-i915-dsc-force-full-modeset-whenever-DSC-is-enab.patch
	patches.suse/1966-drm-i915-gt-Prevent-queuing-retire-workers-on-the-vi.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/1970-drm-i915-gt-Avoid-resetting-ring-head-outside-of-its.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-phy-tegra-Add-clarifying-comments-about-the-shar.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/serial-cpm_uart-call-cpm_muram_init-before-registeri.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/staging-rtl8188eu-Remove-some-unneeded-goto-statemen.patch
	patches.suse/staging-rtl8723bs-Remove-unneeded-goto-statements.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-sl-with-absolute-addresses
	patches.suse/s390-qdio-fill-sbales-with-absolute-addresses
	patches.suse/scsi-revert-target-core-inline-transport_lun_remove_cmd
	patches.suse/scsi-megaraid_sas-silence-a-warning.patch
	patches.suse/scsi-revert-rdma-isert-fix-a-recently-introduced-regression-related-to-logout
	patches.suse/scsi-revert-target-iscsi-wait-for-all-commands-to-finish-before-freeing-a-session
	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/genirq-irqdomain-Make-sure-all-irq-domain-flags-are-.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-bytes_may_use-underflow-in-prealloc-error-.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-x86-don-t-notify-userspace-ioapic-on-edge-triggered-interrupt-eoi
	patches.suse/kvm-svm-fix-potential-memory-leak-in-svm_cpu_init
	patches.suse/kvm-nvmx-emulate-mtf-when-performing-instruction-emulation
	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/net-core-devlink.c-Hold-devlink-lock-from-the-beginn.patch
	patches.suse/net-ll_temac-Fix-race-condition-causing-TX-hang.patch
	patches.suse/net-ll_temac-Add-more-error-handling-of-dma_map_sing.patch
	patches.suse/net-ll_temac-Fix-RX-buffer-descriptor-handling-on-GF.patch
	patches.suse/net-ll_temac-Handle-DMA-halt-condition-caused-by-buf.patch
	patches.suse/net-bridge-fix-stale-eth-hdr-pointer-in-br_dev_xmit.patch
	patches.suse/nl80211-fix-potential-leak-in-AP-start.patch
	patches.suse/cfg80211-check-reg_rule-for-NULL-in-handle_channel_c.patch
	patches.suse/mac80211-Remove-a-redundant-mutex-unlock.patch
	patches.suse/nl80211-explicitly-include-if_vlan.h.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/ethtool-limit-bitset-size.patch
	patches.suse/bnxt_en-add-newline-to-netdev_-format-strings.patch
	patches.suse/netfilter-ipset-Fix-INFO-rcu-detected-stall-in-hash_.patch
	patches.suse/netfilter-ipset-Fix-forceadd-evaluation-path.patch
	patches.suse/nft_set_pipapo-Actually-fetch-key-data-in-nft_pipapo.patch
	patches.suse/netfilter-xt_hashlimit-unregister-proc-file-before-r.patch
	patches.suse/net-dsa-bcm_sf2-Forcibly-configure-IMP-port-for-1Gb-.patch
	patches.suse/net-core-devlink.c-Use-built-in-RCU-list-checking.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/net-smc-fix-cleanup-for-linkgroup-setup-failures
	patches.suse/ipv6-restrict-IPV6_ADDRFORM-operation.patch
	patches.suse/net-phy-corrected-the-return-value-for-genphy_check_.patch
	patches.suse/net-phy-mscc-fix-firmware-paths.patch
	patches.suse/net-smc-check-for-valid-ib_client_data
	patches.suse/hinic-fix-a-irq-affinity-bug.patch
	patches.suse/hinic-fix-a-bug-of-setting-hw_ioctxt.patch
	patches.suse/hinic-fix-a-bug-of-rss-configuration.patch
	patches.suse/unix-define-and-set-show_fdinfo-only-if-procfs-is-en.patch
	patches.suse/mlx5-register-lag-notifier-for-init-network-namespac.patch
	patches.suse/net-phy-marvell-don-t-interpret-PHY-status-unless-re.patch
	patches.suse/net-rmnet-fix-NULL-pointer-dereference-in-rmnet_newl.patch
	patches.suse/net-rmnet-fix-NULL-pointer-dereference-in-rmnet_chan.patch
	patches.suse/net-rmnet-fix-suspicious-RCU-usage.patch
	patches.suse/net-rmnet-remove-rcu_read_lock-in-rmnet_force_unasso.patch
	patches.suse/net-rmnet-do-not-allow-to-change-mux-id-if-mux-id-is.patch
	patches.suse/net-rmnet-use-upper-lower-device-infrastructure.patch
	patches.suse/net-rmnet-fix-bridge-mode-bugs.patch
	patches.suse/net-rmnet-fix-packet-forwarding-in-rmnet-bridge-mode.patch
	patches.suse/unix-It-s-CONFIG_PROC_FS-not-CONFIG_PROCFS.patch
	patches.suse/sfc-fix-timestamp-reconstruction-at-16-bit-rollover-.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/1975-drm-i915-fix-header-test-with-GCOV.patch
	patches.suse/1976-drm-i915-gtt-Downgrade-gen7-ivb-byt-hsw-back-to-alia.patch
	patches.suse/1977-drm-i915-pmu-Avoid-using-globals-for-CPU-hotplug-sta.patch
	patches.suse/1978-drm-i915-pmu-Avoid-using-globals-for-PMU-events.patch
	patches.suse/1979-drm-i915-Avoid-recursing-onto-active-vma-from-the-sh.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/blk-mq-insert-passthrough-request-into-hctx-dispatch.patch
	patches.suse/blktrace-Protect-q-blk_trace-with-RCU.patch
	patches.suse/null_blk-remove-unused-fields-in-nullb_cmd.patch
	patches.suse/blk-mq-Remove-some-unused-function-arguments.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/scsi-compat_ioctl-cdrom-Replace-.ioctl-with-.compat_.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-x86-Align-GUIDs-to-their-size-in-the-mixed-mode-.patch
	patches.suse/efi-x86-Remove-support-for-EFI-time-and-counter-serv.patch
	patches.suse/efi-x86-Handle-by-ref-arguments-covering-multiple-pa.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/0002-dm-thin-metadata-fix-lockdep-complaint.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/dm-bio-record-save-restore-bi_end_io-and-bi_integrit.patch
	patches.suse/dm-integrity-use-dm_bio_record-and-dm_bio_restore.patch
	patches.suse/0026-dm-fix-congested_fn-for-request-based-device.patch
	patches.suse/dm-bump-version-of-core-and-various-targets.patch
	patches.suse/dmaengine-idxd-fix-runaway-module-ref-count-on-devic.patch
	patches.suse/dmaengine-idxd-Fix-error-handling-in-idxd_wq_cdev_de.patch
	patches.suse/dmaengine-idxd-correct-reserved-token-calculation.patch
	patches.suse/dmaengine-coh901318-Fix-a-double-lock-bug-in-dma_tc_.patch
	patches.suse/dmaengine-idxd-sysfs-input-of-wq-incorrect-wq-type-s.patch
	patches.suse/dmaengine-idxd-wq-size-configuration-needs-to-check-.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/msft-hv-2031-HID-hyperv-NULL-check-before-some-freeing-functions-.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/1986-drm-mediatek-Ensure-the-cursor-plane-is-on-top-of-ot.patch
	patches.suse/1987-drm-mediatek-Add-plane-check-in-async_check-function.patch
	patches.suse/1988-drm-mediatek-Add-fb-swap-in-async_update.patch
	patches.suse/1989-drm-mediatek-Move-gce-event-property-to-mutex-device.patch
	patches.suse/1990-drm-mediatek-Make-sure-previous-message-done-or-be-a.patch
	patches.suse/1991-drm-mediatek-Handle-component-type-MTK_DISP_OVL_2L-c.patch
	patches.suse/0001-drm-virtio-fix-resource-id-creation-race.patch
	patches.suse/1993-drm-panfrost-Don-t-try-to-map-on-error-faults.patch
	patches.suse/1994-drm-ttm-fix-leaking-fences-via-ttm_buffer_object_tra.patch
	patches.suse/1995-drm-bridge-analogix-anx6345-fix-set-of-link-bandwidt.patch
	patches.suse/dma-buf-free-dmabuf-name-in-dma_buf_release.patch
	patches.suse/1997-drm-shmem-add-support-for-per-object-caching-flags.patch
	patches.suse/1998-drm-virtio-fix-mmap-page-attributes.patch
	patches.suse/1999-drm-shmem-drop-pgprot_decrypted.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/2003-drm-kirin-Revert-Fix-for-hikey620-display-offset-pro.patch
	patches.suse/2004-drm-i915-gem-Break-up-long-lists-of-object-reclaim.patch
	patches.suse/2005-drm-i915-psr-Force-PSR-probe-only-after-full-initial.patch
	patches.suse/drm-i915-Program-MBUS-with-rmw-during-initialization.patch
	patches.suse/2007-drm-i915-tgl-Add-Wa_22010178259-tgl.patch
	patches.suse/2008-drm-i915-tgl-Add-Wa_1608008084.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/2011-drm-i915-perf-Reintroduce-wait-on-OA-configuration-c.patch
	patches.suse/2012-drm-i915-gt-Drop-the-timeline-mutex-as-we-wait-for-r.patch
	patches.suse/drm-amdgpu-clean-wptr-on-wb-when-gpu-recovery.patch
	patches.suse/2014-drm-amdgpu-disable-3D-pipe-1-on-Navi1x.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/2017-drm-amd-powerplay-fix-pre-check-condition-for-settin.patch
	patches.suse/2018-drm-amd-powerplay-map-mclk-to-fclk-for-COMBINATIONAL.patch
	patches.suse/2019-drm-amdgpu-display-navi1x-copy-dcn-watermark-clock-s.patch
	patches.suse/Revert-software-node-Simplify-software_node_release-.patch
	patches.suse/mm-numa-fix-bad-pmd-by-atomically-check-for-pmd_trans_huge-when-marking-page-tables-prot_numa.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/drivers-perf-fsl_imx8_ddr-correct-the-clear-bit-definition.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/locks-fix-a-potential-use-after-free-problem-when-wakeup-a-waiter.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/ALSA-sgio2audio-Remove-usage-of-dropped-hw_params-hw.patch
	patches.suse/ASoC-tas2562-Return-invalid-for-when-bitwidth-is-inv.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-soc-pcm-soc-compress-don-t-use-snd_soc_dapm_str.patch
	patches.suse/ASoC-Intel-Skylake-Fix-available-clock-counter-incre.patch
	patches.suse/ASoC-tas2562-Fix-sample-rate-error-message.patch
	patches.suse/ASoC-dapm-Correct-DAPM-handling-of-active-widgets-du.patch
	patches.suse/ASoC-soc-component-tidyup-snd_soc_pcm_component_sync.patch
	patches.suse/ASoC-rt1015-add-operation-callback-function-for-rt10.patch
	patches.suse/ASoC-rt1015-modify-pre-divider-for-sysclk.patch
	patches.suse/ASoC-SOF-Fix-snd_sof_ipc_stream_posn.patch
	patches.suse/ASoC-stm32-sai-manage-rebind-issue.patch
	patches.suse/ASoC-wm8741-Fix-typo-in-Kconfig-prompt.patch
	patches.suse/xen-blkfront-fix-ring-info-addressing.patch
	patches.suse/powerpc-watchpoint-Don-t-call-dar_within_range-for-B.patch
	patches.suse/powerpc-Include-.BTF-section.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/block-Remove-used-kblockd_schedule_work_on.patch
	patches.suse/0015-Revert-bcache-ignore-pending-signals-when-creating-g.patch
	patches.suse/blktrace-fix-dereference-after-null-check.patch
	patches.suse/block-bfq-fix-overwrite-of-bfq_group-pointer-in-bfq_.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/2021-backlight-add-led-backlight-driver.patch
	patches.suse/ARM-dts-imx6-phycore-som-fix-emmc-supply.patch
	patches.suse/ARM-imx-build-v7_cpu_resume-unconditionally.patch
	patches.suse/ARM-dts-imx7d-fix-opp-supported-hw.patch
	patches.suse/ARM-dts-ls1021a-Restore-MDIO-compatible-to-gianfar.patch
	patches.suse/ARM-dts-imx6dl-colibri-eval-v3-fix-sram-compatible-properties.patch
	patches.suse/arm64-dts-imx8qxp-mek-Remove-unexisting-Ethernet-PHY.patch
	patches.suse/ARM-dts-imx7-colibri-Fix-frequency-for-sd-mmc.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/soc-imx-scu-align-imx-sc-msg-structs-to-4.patch
	patches.suse/ARM-dts-am437x-idk-evm-Fix-incorrect-OPP-node-names.patch
	patches.suse/ARM-dts-dra7xx-clocks-Fixup-IPU1-mux-clock-parent-source.patch
	patches.suse/arm-dts-dra76x-Fix-mmc3-max-frequency.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/cgroup-fix-psi_show-crash-on-32bit-ino-archs.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/pinctrl-qcom-ssbi-gpio-Fix-fwspec-parsing-bug.patch
	patches.suse/ftrace-Return-the-first-found-result-in-lookup_rec.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/cifs_atomic_open-fix-double-put-on-late-allocation-failure.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/devlink-remove-trigger-command-from-devlink-region.r.patch
	patches.suse/net-phy-bcm63xx-fix-OOPS-due-to-missing-driver-name.patch
	patches.suse/cxgb4-fix-checks-for-max-queues-to-allocate.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/sfc-complete-the-next-packet-when-we-receive-a-times.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/veth-ignore-peer-tx_dropped-when-counting-local-rx_d.patch
	patches.suse/net-nfc-fix-bounds-checking-bugs-on-pipe.patch
	patches.suse/netfilter-nf_conntrack-ct_cpu_seq_next-should-increa.patch
	patches.suse/netfilter-synproxy-synproxy_cpu_seq_next-should-incr.patch
	patches.suse/netfilter-xt_recent-recent_seq_next-should-increase-.patch
	patches.suse/netfilter-x_tables-xt_mttg_seq_next-should-increase-.patch
	patches.suse/netfilter-nf_tables-free-flowtable-hooks-on-hook-reg.patch
	patches.suse/netfilter-cthelper-add-missing-attribute-validation-.patch
	patches.suse/netfilter-nft_payload-add-missing-attribute-validati.patch
	patches.suse/netfilter-nft_tunnel-add-missing-attribute-validatio.patch
	patches.suse/netfilter-nf_tables-dump-NFTA_CHAIN_FLAGS-attribute.patch
	patches.suse/netfilter-nf_tables-fix-infinite-loop-when-expr-is-n.patch
	patches.suse/netfilter-nft_chain_nat-inet-family-is-missing-modul.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/net-mscc-ocelot-properly-account-for-VLAN-header-len.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/net-smc-cancel-event-worker-during-device-removal
	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/dpaa_eth-Remove-unnecessary-boolean-expression-in-dp.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-tc-qdisc-del-failed-issue.patch
	patches.suse/net-hns3-fix-VF-VLAN-table-entries-inconsistent-issu.patch
	patches.suse/net-hns3-fix-RMW-issue-for-VLAN-filter-switch.patch
	patches.suse/net-hns3-clear-port-base-VLAN-when-unload-PF.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/2023-drm-amd-display-update-soc-bb-for-nv14.patch
	patches.suse/drm-amdgpu-correct-ROM_INDEX-DATA-offset-for-VEGA20.patch
	patches.suse/2025-drm-amdgpu-powerplay-nv1x-renior-copy-dcn-clock-sett.patch
	patches.suse/drm-i915-gvt-Fix-unnecessary-schedule-timer-when-no-.patch
	patches.suse/2027-drm-i915-gvt-Fix-emulated-vbt-size-issue.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/2032-drm-i915-execlists-Enable-timeslice-on-partial-virtu.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/2035-drm-dp_mst-Rename-drm_dp_mst_is_dp_mst_end_device-to.patch
	patches.suse/2036-drm-dp_mst-Use-full_pbn-instead-of-available_pbn-for.patch
	patches.suse/2037-drm-dp_mst-Reprobe-path-resources-in-CSN-handler.patch
	patches.suse/2038-drm-dp_mst-Rewrite-and-fix-bandwidth-limit-checks.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/blk-mq-insert-flush-request-to-the-front-of-dispatch.patch
	patches.suse/0027-block-Fix-partition-support-for-host-aware-zoned-blo.patch
	patches.suse/0009-fuse-fix-stack-use-after-return.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/clk-imx8mn-fix-incorrect-clock-defines.patch
	patches.suse/kvm-x86-clear-stale-x86_emulate_ctxt-intercept-value
	patches.suse/kvm-x86-remove-stale-comment-from-struct-x86_emulate_ctxt
	patches.suse/kvm-vmx-condition-encls-exiting-enabling-on-cpu-support-for-sgx1
	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-io-pgtable-arm-fix-iova-validation-for-32-bit
	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-dmar_parse_one_rmrr-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-amd-fix-iommu-avic-not-properly-update-the-is_run-bit-in-irte
	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/x86-vector-Remove-warning-on-managed-interrupt-migration.patch
	patches.suse/futex-Fix-inode-life-time-issue.patch
	patches.suse/futex-Unbreak-futex-hashing.patch
	patches.suse/irqchip-gic-v3-Workaround-Cavium-erratum-38539-when-.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/locks-reinstate-locks_delete_block-optimization.patch
	patches.suse/rtc-max8907-add-missing-select-REGMAP_IRQ.patch
	patches.suse/kconfig-introduce-m32-flag-and-m64-flag.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/CIFS-Increment-num_remote_opens-stats-counter-even-in-case-of-smb2_.patch
	patches.suse/CIFS-fiemap-do-not-return-EINVAL-if-get-nothing.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/2040-drm-komeda-mark-PM-functions-as-__maybe_unused.patch
	patches.suse/drm-bochs-downgrade-pci_request_region-failure-from-.patch
	patches.suse/drm-lease-fix-WARNING-in-idr_destroy.patch
	patches.suse/2043-drm-amd-display-fix-typos-for-dcn20_funcs-and-dcn21_.patch
	patches.suse/drm-amd-amdgpu-Fix-GPR-read-from-debugfs-v2.patch
	patches.suse/2045-drm-amdgpu-add-fbdev-suspend-resume-on-gpu-reset.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/2048-drm-amdgpu-fix-typo-for-vcn2-jpeg2-idle-check.patch
	patches.suse/2049-drm-amdgpu-fix-typo-for-vcn2.5-jpeg2.5-idle-check.patch
	patches.suse/2050-drm-amd-display-Fix-pageflip-event-race-condition-fo.patch
	patches.suse/2051-drm-i915-execlists-Track-active-elements-during-dequ.patch
	patches.suse/2052-Revert-drm-i915-tgl-Add-extra-hdc-flush-workaround.patch
	patches.suse/2053-drm-i915-Handle-all-MCR-ranges.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/thunderbolt-fix-error-code-in-tb_port_is_width_supported.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-chipidea-udc-fix-sleeping-function-called-from-invalid-context.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/stm-class-sys-t-Fix-the-use-of-time_after.patch
	patches.suse/intel_th-msu-Fix-the-unexpected-state-warning.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/memcg-fix-null-pointer-dereference-in-_mem_cgroup_usage_unregister_event.patch
	patches.suse/epoll-fix-possible-lost-wakeup-on-epoll_ctl-path.patch
	patches.suse/mm-mmu_notifier-silence-prove_rcu_list-warnings.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/dmaengine-move-.device_release-missing-log-warning-t.patch
	patches.suse/dmaengine-idxd-fix-off-by-one-on-cdev-dwq-refcount.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-Fix-deadlock-with-rq_lock-in-bpf_send_signal.patch
	patches.suse/selftests-bpf-Add-send_signal_sched_switch-test.patch
	patches.suse/bpf-Return-better-error-value-in-delete_elem-for-str.patch
	patches.suse/bpf-Do-not-allow-map_freeze-in-struct_ops-map.patch
	patches.suse/bpf-x32-Fix-bug-with-JMP32-JSET-BPF_X-checking-upper.patch
	patches.suse/selftests-bpf-Add-test-for-JMP32-JSET-BPF_X-with-upp.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/selftests-bpf-Add-test-for-the-packed-enum-member-in.patch
	patches.suse/bpf-sockmap-Remove-bucket-lock-from-sock_-hash-map-_.patch
	patches.suse/iwlwifi-mvm-take-the-required-lock-when-clearing-tim.patch
	patches.suse/iwlwifi-consider-HE-capability-when-setting-LDPC.patch
	patches.suse/iwlwifi-check-allocated-pointer-when-allocating-conf.patch
	patches.suse/iwlwifi-yoyo-don-t-add-TLV-offset-when-reading-FIFOs.patch
	patches.suse/iwlwifi-dbg-don-t-abort-if-sending-DBGC_SUSPEND_RESU.patch
	patches.suse/iwlwifi-mvm-Fix-rate-scale-NSS-configuration.patch
	patches.suse/iwlwifi-cfg-use-antenna-diversity-with-all-AX101-dev.patch
	patches.suse/rtlwifi-rtl8188ee-Fix-regression-due-to-commit-d1d1a.patch
	patches.suse/wlcore-remove-stray-plus-sign.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/mlxsw-reg-Increase-register-field-length-to-31-bits.patch
	patches.suse/net-mlx4-Use-scnprintf-for-avoiding-potential-buffer.patch
	patches.suse/net-nfp-Use-scnprintf-for-avoiding-potential-buffer-.patch
	patches.suse/net-ionic-Use-scnprintf-for-avoiding-potential-buffe.patch
	patches.suse/net-sfc-Use-scnprintf-for-avoiding-potential-buffer-.patch
	patches.suse/net-netdevsim-Use-scnprintf-for-avoiding-potential-b.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/netlink-allow-extack-cookie-also-for-error-messages.patch
	patches.suse/netlink-add-nl_set_extack_cookie_u32.patch
	patches.suse/ethtool-reject-unrecognized-request-flags.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-bcmgenet-keep-MAC-in-reset-until-PHY-is-up.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/0001-net-dsa-mt7530-Change-the-LINK-bit-to-reflect-the-li.patch
	patches.suse/cxgb4-fix-throughput-drop-during-Tx-backpressure.patch
	patches.suse/cxgb4-fix-Txq-restart-check-during-backpressure.patch
	patches.suse/tcp-ensure-skb-dev-is-NULL-before-leaving-TCP-stack.patch
	patches.suse/netfilter-flowtable-reload-ip-v6-h-in-nf_flow_nat_ip.patch
	patches.suse/netfilter-flowtable-reload-ip-v6-h-in-nf_flow_tuple_.patch
	patches.suse/netfilter-flowtable-Fix-flushing-of-offloaded-flows-.patch
	patches.suse/netfilter-flowtable-populate-addr_type-mask.patch
	patches.suse/tcp-also-NULL-skb-dev-when-copy-was-needed.patch
	patches.suse/hinic-fix-a-bug-of-waitting-for-IO-stopped.patch
	patches.suse/hinic-fix-the-bug-of-clearing-event-queue.patch
	patches.suse/hinic-fix-out-of-order-excution-in-arm-cpu.patch
	patches.suse/hinic-fix-wrong-para-of-wait_for_completion_timeout.patch
	patches.suse/hinic-fix-wrong-value-of-MIN_SKB_LEN.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/net-mlx5e-kTLS-Fix-wrong-value-in-record-tracker-enu.patch
	patches.suse/net-mlx5e-Fix-endianness-handling-in-pedit-mask.patch
	patches.suse/net-mlx5-Clear-LAG-notifier-pointer-after-unregister.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/netlink-check-for-null-extack-in-cookie-helpers.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/ethtool-fix-reference-leak-in-some-_SET-handlers.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/cxgb4-ptp-pass-the-sign-of-offset-delta-in-FW-CMD.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/netfilter-nf_tables-Allow-set-back-ends-to-report-pa.patch
	patches.suse/netfilter-nft_set_pipapo-Separate-partial-and-comple.patch
	patches.suse/netfilter-nft_set_rbtree-Introduce-and-use-nft_rbtre.patch
	patches.suse/netfilter-nft_set_rbtree-Detect-partial-overlaps-on-.patch
	patches.suse/netfilter-nft_fwd_netdev-validate-family-and-chain-t.patch
	patches.suse/netfilter-nft_fwd_netdev-allow-to-redirect-to-ifb-vi.patch
	patches.suse/net-ena-add-pci-shutdown-handler-to-allow-safe-kexec.patch
	patches.suse/net-Fix-CONFIG_NET_CLS_ACT-n-and-CONFIG_NFT_FWD_NETD.patch
	patches.suse/iwlwifi-pcie-add-0x2526-0x401-devices-back-to-cfg-de.patch
	patches.suse/iwlwifi-don-t-send-GEO_TX_POWER_LIMIT-if-no-wgds-tab.patch
	patches.suse/RDMA-odp-Fix-leaking-the-tgid-for-implicit-ODP.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/RDMA-mlx5-Block-delay-drop-to-unprivileged-users.patch
	patches.suse/0001-KVM-SVM-document-KVM_MEM_ENCRYPT_OP-let-userspace-de.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/2054-drm-prime-use-dma-length-macro-when-mapping-sg.patch
	patches.suse/drm-amdgpu-fix-scatter-gather-mapping-with-user-pages
	patches.suse/drm-radeon-fix-scatter-gather-mapping-with-user-pages
	patches.suse/2057-drm-scheduler-fix-rare-NULL-ptr-race.patch
	patches.suse/clk-imx8mp-correct-imx8mp_clk_hdmi_axi-clock-parent.patch
	patches.suse/clk-imx8mp-correct-the-enet_qos-parent-clock.patch
	patches.suse/clk-ti-am43xx-Fix-clock-parent-for-RTC-clock.patch
	patches.suse/clk-pass-correct-arguments-to-_clk_hw_register_gate.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/ARM-dts-sun8i-a83t-tbs-a711-Fix-USB-OTG-mode-detection.patch
	patches.suse/bus-sunxi-rsb-Return-correct-data-when-mixing-16-bit.patch
	patches.suse/ARM-dts-sun8i-r40-Move-AHCI-device-node-based-on-address-order.patch
	patches.suse/ARM-dts-imx6-phycore-som-fix-arm-and-soc-minimum-voltage.patch
	patches.suse/ARM-dts-N900-fix-onenand-timings.patch
	patches.suse/ARM-bcm2835-rpi-zero-w-Add-missing-pinctrl-name.patch
	patches.suse/ARM-dts-oxnas-Fix-clear-mask-property.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/ieee80211-fix-HE-SPR-size-calculation.patch
	patches.suse/mac80211-drop-data-frames-without-key-on-encrypted-l.patch
	patches.suse/cfg80211-Do-not-warn-on-same-channel-at-the-end-of-C.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/xfrm-handle-NETDEV_UNREGISTER-for-xfrm-device.patch
	patches.suse/vti-6-fix-packet-tx-through-bpf_redirect-in-XinY-cas.patch
	patches.suse/xfrm-fix-uctx-len-check-in-verify_sec_ctx_len.patch
	patches.suse/xfrm-add-the-missing-verify_sec_ctx_len-check-in-xfr.patch
	patches.suse/esp-remove-the-skb-from-the-chain-when-it-s-enqueued.patch
	patches.suse/vti6-Fix-memory-leak-of-skb-if-input-policy-check-fa.patch
	patches.suse/xfrm-policy-Fix-doulbe-free-in-xfrm_policy_timer.patch
	patches.suse/r8169-fix-PHY-driver-check-on-platforms-w-o-module-s.patch
	patches.suse/bpf-Sanitize-the-bpf_struct_ops-tcp-cc-name.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/0001-drivers-base-memory.c-indicate-all-memory-blocks-as-.patch
	patches.suse/mm-fork-fix-kernel_stack-memcg-stats-for-various-stack-implementations.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_tis_spi-use-new-delay-structure-for-SPI-transfer.patch
	patches.suse/tpm-tpm_tis_spi_cr50-use-new-structure-for-SPI-trans.patch
	patches.suse/MAINTAINERS-adjust-to-trusted-keys-subsystem-creatio.patch
	patches.suse/tpm-of-Handle-IBM-vtpm20-case-when-getting-log-param.patch
	patches.suse/tpm-ibmvtpm-Wait-for-buffer-to-be-set-before-proceed.patch
	patches.suse/tpm-ibmvtpm-Add-support-for-TPM2.patch
	patches.suse/KEYS-reaching-the-keys-quotas-correctly.patch
	patches.suse/libata-transport-Use-scnprintf-for-avoiding-potentia.patch
	patches.suse/PCI-Add-Loongson-vendor-ID.patch
	patches.suse/AHCI-Add-support-for-Loongson-7A1000-SATA-controller.patch
	patches.suse/libata-drop-BPRINTK.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/libata-Assign-OF-node-to-the-SCSI-device.patch
	patches.suse/ahci-Add-Intel-Comet-Lake-PCH-H-PCI-ID.patch
	patches.suse/ahci-Add-Intel-Comet-Lake-PCH-V-PCI-ID.patch
	patches.suse/ata-remove-stale-maintainership-information-from-cor.patch
	patches.suse/ata-expose-ncq_enable_prio-sysfs-attribute-only-on-N.patch
	patches.suse/ata-make-SATA_PMP-option-selectable-only-if-any-SATA.patch
	patches.suse/sata_promise-use-ata_cable_sata.patch
	patches.suse/ata-simplify-ata_scsiop_inq_89.patch
	patches.suse/ata-use-COMMAND_LINE_SIZE-for-ata_force_param_buf-si.patch
	patches.suse/ata-optimize-struct-ata_force_param-size.patch
	patches.suse/ata-optimize-ata_scsi_rbuf-size.patch
	patches.suse/ata-move-EXPORT_SYMBOL_GPL-s-close-to-exported-code.patch
	patches.suse/ata-remove-EXPORT_SYMBOL_GPL-s-not-used-by-modules.patch
	patches.suse/ata-fix-CodingStyle-issues-in-PATA-timings-code.patch
	patches.suse/ata-separate-PATA-timings-code-from-libata-core.c.patch
	patches.suse/ata-add-CONFIG_SATA_HOST-n-version-of-ata_ncq_enable.patch
	patches.suse/ata-let-compiler-optimize-out-ata_dev_config_ncq-on-.patch
	patches.suse/ata-let-compiler-optimize-out-ata_eh_set_lpm-on-non-.patch
	patches.suse/ata-start-separating-SATA-specific-code-from-libata-1.patch
	patches.suse/ata-move-sata_scr_-to-libata-sata.c.patch
	patches.suse/ata-move-sata_set_spd-to-libata-sata.c.patch
	patches.suse/ata-move-sata_link_-debounce-resume-to-libata-sata.c.patch
	patches.suse/ata-move-sata_link_hardreset-to-libata-sata.c.patch
	patches.suse/ata-move-ata_qc_complete_multiple-to-libata-sata.c.patch
	patches.suse/ata-move-sata_deb_timing_-to-libata-sata.c.patch
	patches.suse/ata-start-separating-SATA-specific-code-from-libata-2.patch
	patches.suse/ata-move-ata_sas_-to-libata-sata.c.patch
	patches.suse/ata-start-separating-SATA-specific-code-from-libata-3.patch
	patches.suse/ata-move-ata_eh_analyze_ncq_error-co.-to-libata-sata.patch
	patches.suse/ata-make-libata.force-kernel-parameter-optional.patch
	patches.suse/blk-mq-Fix-a-comment-in-include-linux-blk-mq.h.patch
	patches.suse/0027-blk-mq-Keep-set-nr_hw_queues-and-set-map-.nr_queues-.patch
	patches.suse/blk-mq-Fix-a-recently-introduced-regression-in-blk_m.patch
	patches.suse/null_blk-Suppress-an-UBSAN-complaint-triggered-when-.patch
	patches.suse/null_blk-Fix-changing-the-number-of-hardware-queues.patch
	patches.suse/0028-null_blk-Fix-the-null_add_dev-error-path.patch
	patches.suse/null_blk-Handle-null_add_dev-failures-properly.patch
	patches.suse/null_blk-Add-support-for-init_hctx-fault-injection.patch
	patches.suse/block-Fix-use-after-free-issue-accessing-struct-io_cq.patch
	patches.suse/block-fix-comment-for-blk_cloned_rq_check_limits.patch
	patches.suse/block-use-bio_-wouldblock-io-_error-in-direct_make_r.patch
	patches.suse/block-remove-redundant-setting-of-QUEUE_FLAG_DYING.patch
	patches.suse/block-cleanup-for-_blk-blk_rq_prep_clone.patch
	patches.suse/block-remove-unneeded-argument-from-blk_alloc_flush_.patch
	patches.suse/block-cleanup-comment-for-blk_flush_complete_seq.patch
	patches.suse/block-Document-genhd-capability-flags.patch
	patches.suse/block-sed-opal-Change-the-check-condition-for-regula.patch
	patches.suse/blk-iocost-remove-duplicated-lines-in-comments.patch
	patches.suse/block-zoned-fix-integer-overflow-with-BLKRESETZONE-e.patch
	patches.suse/block-fix-a-device-invalidation-regression.patch
	patches.suse/block-Prevent-hung_check-firing-during-long-sync-IO.patch
	patches.suse/block-genhd-Notify-udev-about-capacity-change.patch
	patches.suse/virtio_blk.c-Convert-to-use-set_capacity_revalidate_.patch
	patches.suse/xen-blkfront.c-Convert-to-use-set_capacity_revalidat.patch
	patches.suse/nvme-Convert-to-use-set_capacity_revalidate_and_noti.patch
	patches.suse/scsi-Convert-to-use-set_capacity_revalidate_and_noti.patch
	patches.suse/block-bfq-fix-use-after-free-in-bfq_idle_slice_timer.patch
	patches.suse/block-bfq-move-forward-the-getting-of-an-extra-ref-i.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-remove-the-blk_lookup_devt-export.patch
	patches.suse/block-remove-__bdevname.patch
	patches.suse/block-move-disk_name-and-related-helpers-out-of-part.patch
	patches.suse/block-move-sysfs-methods-shared-by-disks-and-partiti.patch
	patches.suse/block-remove-alloc_part_info-and-free_part_info.patch
	patches.suse/scsi-simplify-scsi_bios_ptable.patch
	patches.suse/scsi-move-scsicam_bios_param-to-the-end-of-scsicam.c.patch
	patches.suse/scsi-simplify-scsi_partsize.patch
	patches.suse/block-unexport-read_dev_sector-and-put_dev_sector.patch
	patches.suse/block-cleanup-how-md_autodetect_dev-is-called.patch
	patches.suse/block-remove-warn_no_part.patch
	patches.suse/block-declare-all-partition-detection-routines-in-ch.patch
	patches.suse/block-remove-block-partitions-karma.h.patch
	patches.suse/block-remove-block-partitions-osf.h.patch
	patches.suse/block-remove-block-partitions-sgi.h.patch
	patches.suse/block-remove-block-partitions-sun.h.patch
	patches.suse/block-move-struct-partition-out-of-genhd.h.patch
	patches.suse/block-move-the-_PARTITION-enum-out-of-genhd.h.patch
	patches.suse/partitions-msdos-remove-LINUX_SWAP_PARTITION.patch
	patches.suse/block-move-the-various-x86-Unix-label-formats-out-of.patch
	patches.suse/block-merge-partition-generic.c-and-check.c.patch
	patches.suse/block-diskstats-more-accurate-approximation-of-io_ti.patch
	patches.suse/block-diskstats-accumulate-all-per-cpu-counters-in-o.patch
	patches.suse/block-diskstats-replace-time_in_queue-with-sum-of-re.patch
	patches.suse/block-factor-out-requeue-handling-from-dispatch-code.patch
	patches.suse/block-mark-block_depr-static.patch
	patches.suse/block-mark-part_in_flight-and-part_in_flight_rw-stat.patch
	patches.suse/block-unexport-disk_get_part.patch
	patches.suse/block-unexport-disk_map_sector_rcu.patch
	patches.suse/block-unexport-get_gendisk.patch
	patches.suse/block-move-guard_bio_eod-to-bio.c.patch
	patches.suse/block-move-block-layer-internals-out-of-include-linu.patch
	patches.suse/block-move-the-part_stat-helpers-from-genhd.h-to-a-n.patch
	patches.suse/block-move-the-devnode-callback-to-struct-block_devi.patch
	patches.suse/block-add-a-blk_mq_init_queue_data-helper.patch
	patches.suse/null_blk-use-blk_mq_init_queue_data.patch
	patches.suse/bcache-pass-the-make_request-methods-to-blk_queue_ma.patch
	patches.suse/block-simplify-queue-allocation.patch
	patches.suse/Revert-blkdev-check-for-valid-request-queue-before-i.patch
	patches.suse/block-move-bio_map_-to-blk-map.c.patch
	patches.suse/block-return-NULL-in-blk_alloc_queue-on-error.patch
	patches.suse/loop-Only-change-blocksize-when-needed.patch
	patches.suse/loop-Only-freeze-block-queue-when-needed.patch
	patches.suse/block-aoe-Use-scnprintf-for-avoiding-potential-buffe.patch
	patches.suse/lightnvm-pblk-Use-scnprintf-for-avoiding-potential-b.patch
	patches.suse/block-drbd-delete-invalid-function-drbd_md_mark_dirty_
	patches.suse/nbd-enable-replace-socket-if-only-one-connection-is-.patch
	patches.suse/nbd-requeue-command-if-the-soecket-is-changed.patch
	patches.suse/null_blk-fix-spurious-IO-errors-after-failed-past-wp.patch
	patches.suse/null_blk-describe-the-usage-of-fault-injection-param.patch
	patches.suse/0011-md-check-arrays-is-suspended-in-mddev_detach-before-.patch
	patches.suse/block-keep-bdi-io_pages-in-sync-with-max_sectors_kb-.patch
	patches.suse/bcache-move-macro-btree-and-btree_root-into-btree.h.patch
	patches.suse/bcache-add-bcache_-prefix-to-btree_root-and-btree-ma.patch
	patches.suse/bcache-make-bch_btree_check-to-be-multithreaded.patch
	patches.suse/bcache-make-bch_sectors_dirty_init-to-be-multithread.patch
	patches.suse/bcache-Use-scnprintf-for-avoiding-potential-buffer-o.patch
	patches.suse/bcache-optimize-barrier-usage-for-Rmw-atomic-bitops.patch
	patches.suse/bcache-optimize-barrier-usage-for-atomic-operations.patch
	patches.suse/bcache-remove-dupplicated-declaration-from-btree.h.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-Don-t-deter-users-from-enabling-hwmon-support.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/nvmet-check-ncqr-nsqr-for-set-features-cmd.patch
	patches.suse/nvme-pci-slimmer-CQ-head-update.patch
	patches.suse/nvme-pci-Remove-tag-from-process-cq.patch
	patches.suse/nvme-pci-Remove-two-pass-completions.patch
	patches.suse/nvme-pci-Simplify-nvme_poll_irqdisable.patch
	patches.suse/nvme-tcp-optimize-queue-io_cpu-assignment-for-multip.patch
	patches.suse/nvmet-tcp-fix-maxh2cdata-icresp-parameter.patch
	patches.suse/nvme-tcp-move-send-failure-to-nvme_tcp_try_send.patch
	patches.suse/nvme-tcp-break-from-io_work-loop-if-recv-failed.patch
	patches.suse/nvme-pci-properly-print-controller-address.patch
	patches.suse/nvmet-Add-get_mdts-op-for-controllers.patch
	patches.suse/nvmet-rdma-Implement-get_mdts-controller-op.patch
	patches.suse/nvmet-rdma-allocate-RW-ctxs-according-to-mdts.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/nvmet-tcp-optimize-tcp-stack-TX-when-data-digest-is-.patch
	patches.suse/nvme-Add-compat_ioctl-handler-for-NVME_IOCTL_SUBMIT_.patch
	patches.suse/nvme-release-ida-resources.patch
	patches.suse/nvme-Use-nvme_state_terminal-helper.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/block-add-a-zone-condition-debug-helper.patch
	patches.suse/null_blk-add-tracepoint-helpers-for-zoned-mode.patch
	patches.suse/null_blk-add-trace-in-null_blk_zoned.c.patch
	patches.suse/io_uring-honor-original-task-RLIMIT_FSIZE.patch
	patches.suse/0001-docs-gpu-i915.rst-fix-warnings-due-to-file-renames.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-ram-remove-unnecessary-ramoops_unregister_dum.patch
	patches.suse/pstore-pstore_ftrace_seq_next-should-increase-positi.patch
	patches.suse/pstore-ram-replace-zero-length-array-with-flexible-a.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-mce_amd-print-smca-processor-warning-only-once.patch
	patches.suse/edac-synopsys-do-not-dump-uninitialized-pinf-col.patch
	patches.suse/x86-mce-amd-add-ppin-support-for-amd-mce.patch
	patches.suse/hwmon-k10temp-swap-tdie-and-tctl-on-family-17h-cpus.patch
	patches.suse/hwmon-k10temp-reorganize-and-simplify-temperature-support.patch
	patches.suse/hwmon-k10temp-update-driver-documentation.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-mtk-mdp-Check-return-value-of-of_clk_get.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/device-property-export-fwnode_get_name.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/usb-typec-ucsi-remove-redundant-assignment-to-variable-num.patch
	patches.suse/usb-typec-make-the-attributes-read-only-when-writing-is-not-possible.patch
	patches.suse/usb-typec-hide-the-port_type-attribute-when-it-s-not-supported.patch
	patches.suse/usb-typec-allow-power-role-swapping-even-without-usb-pd.patch
	patches.suse/usb-typec-fix-the-description-of-struct-typec_capability.patch
	patches.suse/usb-typec-altmode-remove-the-notification-chain.patch
	patches.suse/usb-typec-mux-drop-support-for-device-name-matching.patch
	patches.suse/usb-use-kobj_to_dev-api.patch
	patches.suse/thunderbolt-add-missing-kernel-doc-parameter-descriptions.patch
	patches.suse/usb-typec-tcpm-set-correct-data-role-for-non-DRD.patch
	patches.suse/usb-typec-ucsi-register-dp-only-for-nvidia-dp-vdo.patch
	patches.suse/usb-ucsi-ccg-disable-runtime-pm-during-fw-flashing.patch
	patches.suse/USB-Replace-zero-length-array-with-flexible-array-me.patch
	patches.suse/usb-typec-add-sysfs-node-to-show-cc-orientation.patch
	patches.suse/usb-phy-tegra-Include-proper-GPIO-consumer-header-to.patch
	patches.suse/usb-typec-tcpm-move-to-SNK_UNATTACHED-if-sink-remove.patch
	patches.suse/usb-typec-mux-allow-the-muxes-to-be-named.patch
	patches.suse/usb-typec-mux-add-helpers-for-setting-the-mux-state.patch
	patches.suse/usb-typec-mux-allow-the-mux-handles-to-be-requested-with-fwnode.patch
	patches.suse/usb-roles-leave-the-private-driver-data-pointer-to-the-drivers.patch
	patches.suse/usb-roles-provide-the-switch-drivers-handle-to-the-switch-in-the-api.patch
	patches.suse/usb-roles-allow-the-role-switches-to-be-named.patch
	patches.suse/usb-typec-add-definitions-for-thunderbolt-3-alternate-mode.patch
	patches.suse/usb-typec-driver-for-intel-pmc-mux-control.patch
	patches.suse/usb-typec-ucsi_ccg-workaround-for-nvidia-test-device.patch
	patches.suse/xhci-bail-out-early-if-driver-can-t-accress-host-in-.patch
	patches.suse/xhci-Add-a-separate-debug-message-for-split-transact.patch
	patches.suse/xhci-Show-host-status-when-watchdog-triggers-and-hos.patch
	patches.suse/usb-xhci-enable-lpm-for-via-labs-vl805.patch
	patches.suse/usb-host-xhci-tegra-Tegra186-Tegra194-LPM.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/xhci-pci-Allow-host-runtime-PM-as-default-for-Intel-.patch
	patches.suse/usb-dwc3-Add-ACPI-support-for-xHCI-ports.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-dwc3-core-don-t-do-suspend-for-device-mode-if-al.patch
	patches.suse/usb-gadget-composite-Inform-controller-driver-of-sel.patch
	patches.suse/thunderbolt-eeprom-replace-zero-length-array-with-flexible-array-member.patch
	patches.suse/thunderbolt-icm-replace-zero-length-array-with-flexible-array-member.patch
	patches.suse/thunderbolt-use-scnprintf-for-avoiding-potential-buffer-overflow.patch
	patches.suse/usb-chipidea-udc-using-structure-ci_hdrc-device-for-runtime-pm.patch
	patches.suse/usb-chipidea-otg-handling-vbus-disconnect-event-occurred-during-system-suspend.patch
	patches.suse/usb-musb-fix-crash-with-highmen-PIO-and-usbmon.patch
	patches.suse/phy-tegra-xusb-Add-usb-role-switch-support.patch
	patches.suse/phy-tegra-xusb-Add-usb-phy-support.patch
	patches.suse/phy-tegra-xusb-Add-support-to-get-companion-USB-3-po.patch
	patches.suse/phy-tegra-xusb-Add-set_mode-support-for-USB-2-phy-on.patch
	patches.suse/phy-tegra-xusb-Add-set_mode-support-for-UTMI-phy-on-.patch
	patches.suse/phy-tegra-xusb-Protect-Tegra186-soc-with-config.patch
	patches.suse/phy-tegra-xusb-Add-Tegra194-support.patch
	patches.suse/phy-tegra-xusb-Don-t-warn-on-probe-defer.patch
	patches.suse/phy-tegra-Print-EPROBE_DEFER-error-message-at-debug-.patch
	patches.suse/phy-tegra-Fix-regulator-leak.patch
	patches.suse/phy-tegra-Don-t-use-device-managed-API-to-allocate-p.patch
	patches.suse/phy-tegra-Select-USB_PHY.patch
	patches.suse/usb-xhci-tegra-Add-OTG-support.patch
	patches.suse/phy-uniphier-usb3ss-Add-Pro5-support.patch
	patches.suse/drivers-provide-devm_platform_get_and_ioremap_resource.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-typec-correct-the-documentation-for-typec_cable_put.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/efi-Export-boot-services-code-and-data-as-debugfs-bl-0e72a6a3.patch
	patches.suse/efi-Add-embedded-peripheral-firmware-support.patch
	patches.suse/platform-x86-touchscreen_dmi-Add-EFI-embedded-firmwa.patch
	patches.suse/libfs-fix-infoleak-in-simple_attr_read.patch
	patches.suse/staging-rtl8723bs-hal-fix-condition-with-no-effect.patch
	patches.suse/staging-rtl8192e-style-fix-Prefer-using-s.-__func__.patch
	patches.suse/staging-rtl8188eu-remove-unnecessary-RETURN-label.patch
	patches.suse/staging-rtl8192u-Add-space-to-fix-style-issue.patch
	patches.suse/staging-qlge-remove-spaces-at-the-start-of-a-line.patch
	patches.suse/staging-rtl8188eu-rename-variable-pnetdev-netdev.patch
	patches.suse/staging-qlge-qlge_main.c-fix-style-issues.patch
	patches.suse/staging-rtl8723bs-Fix-spacing-issues.patch
	patches.suse/staging-qlge-add-braces-on-all-arms-of-if-else.patch
	patches.suse/staging-qlge-add-braces-around-macro-arguments.patch
	patches.suse/staging-qlge-emit-debug-and-dump-at-same-level.patch
	patches.suse/staging-rtl8192e-remove-redundant-initialization-of-.patch
	patches.suse/staging-rtl8723bs-remove-temporary-variable-CrystalC.patch
	patches.suse/staging-rtl8188eu-remove-redundant-assignment-to-con.patch
	patches.suse/staging-rtl8723bs-core-remove-redundant-zero-ing-of-.patch
	patches.suse/staging-kpc2000-prevent-underflow-in-cpld_reconfigur.patch
	patches.suse/staging-qlge-remove-blank-line.patch
	patches.suse/staging-qlge-qlge.h-remove-spaces-before-tabs-and-al.patch
	patches.suse/staging-qlge-qlge.h-add-spaces-around-operators.patch
	patches.suse/staging-qlge-qlge.h-remove-excess-newlines.patch
	patches.suse/Staging-rtl8723bs-Remove-comparison-to-true.patch
	patches.suse/Staging-rtl8188eu-Add-space-around-operator.patch
	patches.suse/staging-rtl8188eu-fix-typo-s-informations-informatio.patch
	patches.suse/staging-qlge-Fix-WARNING-Missing-a-blank-line-after-.patch
	patches.suse/staging-rtl8188eu-Use-scnprintf-for-avoiding-potenti.patch
	patches.suse/staging-rtl8192e-Use-scnprintf-for-avoiding-potentia.patch
	patches.suse/staging-rtl8723bs-Use-scnprintf-for-avoiding-potenti.patch
	patches.suse/Staging-rtl8188eu-rtw_mlme-Add-space-around-operator.patch
	patches.suse/staging-rtl8712-Fixes-for-simple-typos-in-C-comments.patch
	patches.suse/Staging-rtl8723bs-rtw_mlme-Remove-unnecessary-condit.patch
	patches.suse/Staging-rtl8723bs-sdio_halinit-Remove-unnecessary-co.patch
	patches.suse/staging-rtl8192u-Replaces-symbolic-permissions-with-.patch
	patches.suse/staging-rtl8192u-Using-function-name-as-string.patch
	patches.suse/staging-rtl8192u-Corrects-Avoid-CamelCase-for-variab.patch
	patches.suse/staging-qlge-qlge_dbg-remove-unneeded-spaces.patch
	patches.suse/staging-qlge-qlge_main-remove-unused-code.patch
	patches.suse/staging-qlge-qlge_main.c-remove-an-unneeded-variable.patch
	patches.suse/staging-qlge-qlge_mpi.c-remove-an-unneeded-variable.patch
	patches.suse/staging-qlge-qlge_dbg.c-remove-an-unneeded-variable.patch
	patches.suse/staging-qlge-qlge_ethtool.c-remove-an-unneeded-varia.patch
	patches.suse/staging-wlan-ng-Fix-line-going-over-80-characters.patch
	patches.suse/staging-rtl8192u-r8192U_wx-use-netdev_warn-instead-o.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-qlge-Add-a-blank-line-after-variable.patch
	patches.suse/staging-rtl8712-Correct-a-typo-in-a-comment.patch
	patches.suse/staging-rtl8192u-ieee80211-Correct-a-typo-in-a-comme.patch
	patches.suse/staging-rtl8188eu-include-Correct-a-typo-in-a-commen.patch
	patches.suse/staging-rtl8188eu-core-Correct-a-typo-in-a-comment.patch
	patches.suse/staging-rtl8712-Fix-for-long-lines-in-Kconfig-help.patch
	patches.suse/staging-rtl8723bs-os_dep-Correct-typo-in-comments.patch
	patches.suse/staging-rtl8712-Remove-unnecessary-braces.patch
	patches.suse/staging-rtl8723bs-hal-Correct-multi-line-comments-as.patch
	patches.suse/staging-rtl8723bs-hal-Correct-typos-in-comments.patch
	patches.suse/staging-rtl8723bs-remove-unneeded-variables.patch
	patches.suse/staging-rtl8723bs-os_dep-Remove-commented-out-code-l.patch
	patches.suse/staging-rtl8723bs-os_dep-Correct-long-line-comments.patch
	patches.suse/staging-rtl8723bs-os_dep-Remove-whitespace-character.patch
	patches.suse/staging-rtl8188eu-remove-some-5-GHz-code.patch
	patches.suse/staging-rtl8188eu-Add-ASUS-USB-N10-Nano-B1-to-device.patch
	patches.suse/staging-wlan-ng-Fix-third-argument-going-over-80-cha.patch
	patches.suse/staging-wlan-ng-fix-ODEBUG-bug-in-prism2sta_disconne.patch
	patches.suse/staging-rtl8723bs-Remove-unnecessary-braces-for-s2.patch
	patches.suse/staging-rtl8723bs-Remove-multiple-assignments.patch
	patches.suse/staging-rtl8723bs-Add-line-after-variable-declaratio.patch
	patches.suse/Staging-rtl8188eu-hal-Add-space-around-operators.patch
	patches.suse/staging-rtl8723bs-Remove-blank-line-before-brace.patch
	patches.suse/staging-rtl8723bs-rtw_efuse-Compress-lines-for-immed.patch
	patches.suse/staging-rtl8723bs-rtw_cmd-Compress-lines-for-immedia.patch
	patches.suse/staging-rtl8723bs-hal-Compress-return-logic.patch
	patches.suse/staging-rtl8188eu-cleanup-long-line-in-odm.c.patch
	patches.suse/staging-rtl8723bs-hal-Remove-unnecessary-cast-on-voi.patch
	patches.suse/staging-rtl8723bs-core-Correct-typos-in-comments.patch
	patches.suse/staging-rtl8723bs-os_dep-Correct-typos-in-comments.patch
	patches.suse/0335-staging-rtl8723bs-hal-Correct-typos-in-comments.patch
	patches.suse/staging-rtl8723bs-hal-Remove-NULL-check-before-kfree.patch
	patches.suse/staging-wlan-ng-fix-use-after-free-Read-in-hfa384x_u.patch
	patches.suse/Staging-rtl8192u-ieee80211-Use-netdev_dbg-for-debug-.patch
	patches.suse/Staging-rtl8192u-ieee80211-Use-netdev_warn-for-netwo.patch
	patches.suse/Staging-rtl8192u-ieee80211-Use-netdev_info-with-netw.patch
	patches.suse/Staging-rtl8192u-ieee80211-Use-netdev_alert.patch
	patches.suse/regmap-wrong-descriptions-in-regmap_range_cfg.patch
	patches.suse/spi-Allow-SPI-controller-override-device-buswidth.patch
	patches.suse/spi-HiSilicon-v3xx-Properly-set-CMD_CONFIG-for-Dual-.patch
	patches.suse/spi-HiSilicon-v3xx-Use-DMI-quirk-to-set-controller-b.patch
	patches.suse/regulator-pwm-Don-t-warn-on-probe-deferral.patch
	patches.suse/spi-spi-fsl-dspi-Use-specific-compatible-strings-for.patch
	patches.suse/spi-spi-fsl-dspi-Parameterize-the-FIFO-size-and-DMA-.patch
	patches.suse/spi-spi-fsl-dspi-LS2080A-and-LX2160A-support-XSPI-mo.patch
	patches.suse/spi-spi-fsl-dspi-Support-SPI-software-timestamping-i.patch
	patches.suse/spi-spi-fsl-dspi-Convert-the-instantiations-that-sup.patch
	patches.suse/spi-spi-fsl-dspi-Add-specific-compatibles-for-all-La.patch
	patches.suse/spi-fspi-enable-fspi-on-imx8qxp-and-imx8mm.patch
	patches.suse/spi-fspi-dynamically-alloc-AHB-memory.patch
	patches.suse/spi-spi-nxp-fspi-Enable-the-Octal-Mode-in-MCR0.patch
	patches.suse/spi-spi-fsl-dspi-Make-bus-num-property-optional.patch
	patches.suse/spi-spi-fsl-dspi-Simplify-bytes_per_word-gymnastics.patch
	patches.suse/spi-spi-fsl-dspi-Remove-unused-chip-void_write_data.patch
	patches.suse/spi-spi-fsl-dspi-Don-t-mask-off-undefined-bits.patch
	patches.suse/spi-spi-fsl-dspi-Add-comments-around-dspi_pop_tx-and.patch
	patches.suse/spi-spi-fsl-dspi-Rename-fifo_-read-write-and-tx-cmd-.patch
	patches.suse/spi-spi-fsl-dspi-Implement-.max_message_size-method-.patch
	patches.suse/spi-spi-fsl-dspi-Convert-TCFQ-users-to-XSPI-FIFO-mod.patch
	patches.suse/spi-spi-fsl-dspi-Accelerate-transfers-using-larger-w.patch
	patches.suse/spi-spi-fsl-dspi-Optimize-dspi_setup_accel-for-lowes.patch
	patches.suse/spi-spi-fsl-dspi-Use-EOQ-for-last-word-in-buffer-eve.patch
	patches.suse/spi-spi-fsl-dspi-Take-software-timestamp-in-dspi_fif.patch
	patches.suse/spi-spi-fsl-dspi-fix-DMA-mapping.patch
	patches.suse/spi-Stop-selecting-MTD_SPI_NOR-for-SPI_HISI_SFC_V3XX.patch
	patches.suse/mtd-spi-nor-remove-mtk-quadspi-driver.patch
	patches.suse/spi-spi-nxp-fspi-Fix-a-NULL-vs-IS_ERR-check-in-probe.patch
	patches.suse/spi-dt-bindings-spi-controller-Fix-address-cells-for.patch
	patches.suse/spi-spi-fsl-dspi-Fix-little-endian-access-to-PUSHR-C.patch
	patches.suse/spi-spi-fsl-dspi-Fix-bits-per-word-acceleration-in-D.patch
	patches.suse/spi-spi-fsl-dspi-Avoid-reading-more-data-than-writte.patch
	patches.suse/spi-spi-fsl-dspi-Protect-against-races-on-dspi-words.patch
	patches.suse/spi-spi-fsl-dspi-Replace-interruptible-wait-queue-wi.patch
	patches.suse/spi-spi-fsl-dspi-Avoid-NULL-pointer-in-dspi_slave_ab.patch
	patches.suse/spi-spi-fsl-dspi-Fix-interrupt-less-DMA-mode-taking-.patch
	patches.suse/spi-spi-fsl-dspi-Move-invariant-configs-out-of-dspi_.patch
	patches.suse/spi-spi-fsl-dspi-Add-support-for-LS1028A.patch
	patches.suse/1586-PM-QoS-Add-CPU-latency-QoS-API-wrappers.patch
	patches.suse/0002-drm-i915-Call-cpu_latency_qos_-instead-of-pm_qos_.patch
	patches.suse/bsc1175543-intel_idle-Annotate-init-time-data-structures.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-core-Use-built-in-RCU-list-checking.patch
	patches.suse/PM-sleep-wakeup-Skip-wakeup_source_sysfs_remove-if-d.patch
	patches.suse/ACPI-PM-s2idle-Fix-comment-in-acpi_s2idle_prepare_la.patch
	patches.suse/ACPICA-Allow-acpi_any_gpe_status_set-to-skip-one-GPE.patch
	patches.suse/ACPI-PM-s2idle-Refine-active-GPEs-check.patch
	patches.suse/PM-Domains-Allow-no-domain-idle-states-DT-property-i.patch
	patches.suse/cpuidle-psci-Split-psci_dt_cpu_init_idle.patch
	patches.suse/acpi-x86-ignore-unspecified-bit-positions-in-the-ACP.patch
	patches.suse/ACPICA-ASL-ASL-converter-remove-function-parameters-.patch
	patches.suse/ACPICA-ASL-ASL-converter-make-root-file-a-parameter-.patch
	patches.suse/ACPICA-Fix-a-comment-enable-fixed-events-disable-all.patch
	patches.suse/ACPICA-Enable-sleep-button-on-ACPI-legacy-wake.patch
	patches.suse/ACPICA-Table-Manager-Update-comments-in-a-function-h.patch
	patches.suse/ACPICA-cast-the-result-of-the-pointer-difference-to-.patch
	patches.suse/ACPICA-cast-length-arguement-to-acpi_ns_build_normal.patch
	patches.suse/ACPICA-use-acpi_size-instead-of-u32-for-prefix_path_.patch
	patches.suse/ACPICA-Fix-a-couple-of-typos.patch
	patches.suse/ACPICA-Update-version-to-20200214.patch
	patches.suse/ACPI-button-move-HIDs-to-acpi-button.h.patch
	patches.suse/ACPI-Add-new-tiny-power-button-driver-to-directly-si.patch
	patches.suse/ACPI-AC-Cleanup-DMI-quirk-table.patch
	patches.suse/ACPI-battery-Cleanup-Lenovo-Ideapad-Miix-320-DMI-tab.patch
	patches.suse/ACPI-OSL-Add-missing-__acquires-__releases-annotatio.patch
	patches.suse/ACPI-video-remove-redundant-assignments-to-variable-.patch
	patches.suse/ACPI-list_for_each_safe-list_for_each_entry_safe.patch
	patches.suse/ACPI-EC-Avoid-printing-confusing-messages-in-acpi_ec.patch
	patches.suse/ACPI-EC-Avoid-passing-redundant-argument-to-function.patch
	patches.suse/ACPI-EC-Drop-AE_NOT_FOUND-special-case-from-ec_insta.patch
	patches.suse/ACPI-EC-Simplify-acpi_ec_add.patch
	patches.suse/ACPI-EC-Use-fast-path-in-acpi_ec_add-for-DSDT-boot-E.patch
	patches.suse/ACPI-EC-Consolidate-event-handler-installation-code.patch
	patches.suse/ACPI-EC-Simplify-acpi_ec_ecdt_start-and-acpi_ec_init.patch
	patches.suse/ACPI-EC-Do-not-clear-boot_ec_is_ecdt-in-acpi_ec_add.patch
	patches.suse/ACPI-EC-Eliminate-EC_FLAGS_QUERY_HANDSHAKE.patch
	patches.suse/ACPI-fan-Use-scnprintf-for-avoiding-potential-buffer.patch
	patches.suse/ACPI-PCI-Use-scnprintf-for-avoiding-potential-buffer.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-arm-Work-around-missing-cache-maintenance-in-dec.patch
	patches.suse/efi-arm-Pass-start-and-end-addresses-to-cache_clean_.patch
	patches.suse/efi-libstub-arm-Make-efi_entry-an-ordinary-PE-COFF-e.patch
	patches.suse/efi-x86-Don-t-depend-on-firmware-GDT-layout.patch
	patches.suse/x86-boot-reload-gdtr-after-copying-to-the-end-of-the-buffer
	patches.suse/efi-x86-Remove-GDT-setup-from-efi_main.patch
	patches.suse/efi-x86-Mark-setup_graphics-static.patch
	patches.suse/efi-bgrt-Accept-BGRT-tables-with-a-version-of-0.patch
	patches.suse/efi-libstub-arm64-Use-1-1-mapping-of-RT-services-if-.patch
	patches.suse/efi-apple-properties-Replace-zero-length-array-with-.patch
	patches.suse/efi-libstub-x86-Remove-pointless-zeroing-of-apm_bios.patch
	patches.suse/efi-libstub-x86-Avoid-overflowing-code32_start-on-PE.patch
	patches.suse/efi-libstub-Use-hidden-visibility-for-all-source-fil.patch
	patches.suse/efi-libstub-arm-Relax-FDT-alignment-requirement.patch
	patches.suse/efi-libstub-Move-memory-map-handling-and-allocation-.patch
	patches.suse/efi-libstub-Simplify-efi_high_alloc-and-rename-to-ef.patch
	patches.suse/efi-libstub-x86-Incorporate-eboot.c-into-libstub.patch
	patches.suse/efi-libstub-Use-consistent-type-names-for-file-I-O-p.patch
	patches.suse/efi-libstub-x86-Permit-bootparams-struct-to-be-alloc.patch
	patches.suse/efi-libstub-Move-stub-specific-declarations-into-efi.patch
	patches.suse/efi-libstub-x86-Permit-cmdline-data-to-be-allocated-.patch
	patches.suse/efi-libstub-Move-efi_random_alloc-into-separate-sour.patch
	patches.suse/efi-libstub-Move-get_dram_base-into-arm-stub.c.patch
	patches.suse/efi-libstub-Move-file-I-O-support-code-into-separate.patch
	patches.suse/efi-libstub-Rewrite-file-I-O-routine.patch
	patches.suse/efi-libstub-Take-soft-and-hard-memory-limits-into-ac.patch
	patches.suse/efi-libstub-Clean-up-command-line-parsing-routine.patch
	patches.suse/efi-libstub-Expose-LocateDevicePath-boot-service.patch
	patches.suse/efi-libstub-Make-the-LoadFile-EFI-protocol-accessibl.patch
	patches.suse/efi-libstub-Add-function-description-of-efi_allocate.patch
	patches.suse/efi-libstub-Simplify-efi_get_memory_map.patch
	patches.suse/efi-libstub-Describe-memory-functions.patch
	patches.suse/efi-libstub-Describe-efi_relocate_kernel.patch
	patches.suse/efi-libstub-Describe-RNG-functions.patch
	patches.suse/efi-libstub-Fix-error-message-in-handle_cmdline_file.patch
	patches.suse/efi-esrt-Clean-up-efi_esrt_init.patch
	patches.suse/efi-capsule-loader-Drop-superfluous-assignment.patch
	patches.suse/efi-x86-Reindent-struct-initializer-for-legibility.patch
	patches.suse/efi-x86-Replace-ifdefs-with-IS_ENABLED-checks.patch
	patches.suse/efi-dev-path-parser-Add-struct-definition-for-vendor.patch
	patches.suse/efi-libstub-Add-support-for-loading-the-initrd-from-.patch
	patches.suse/efi-libstub-Take-noinitrd-cmdline-argument-into-acco.patch
	patches.suse/efi-Drop-handling-of-boot_info-configuration-table.patch
	patches.suse/efi-ia64-Move-HCDP-and-MPS-table-handling-into-IA64-.patch
	patches.suse/efi-Move-UGA-and-PROP-table-handling-to-x86-code.patch
	patches.suse/efi-Make-rng_seed-table-handling-local-to-efi.c.patch
	patches.suse/efi-Move-mem_attr_table-out-of-struct-efi.patch
	patches.suse/efi-Make-memreserve-table-handling-local-to-efi.c.patch
	patches.suse/efi-Merge-EFI-system-table-revision-and-vendor-check.patch
	patches.suse/efi-ia64-Use-existing-helpers-to-locate-ESI-table.patch
	patches.suse/efi-ia64-Switch-to-efi_config_parse_tables.patch
	patches.suse/efi-Make-efi_config_init-x86-only.patch
	patches.suse/efi-Clean-up-config_parse_tables.patch
	patches.suse/efi-x86-Remove-runtime-table-address-from-kexec-EFI-.patch
	patches.suse/efi-x86-Make-fw_vendor-config_table-and-runtime-sysf.patch
	patches.suse/efi-x86-Merge-assignments-of-efi.runtime_version.patch
	patches.suse/efi-Add-runtime-pointer-to-struct-efi.patch
	patches.suse/efi-arm-Drop-unnecessary-references-to-efi.systab.patch
	patches.suse/efi-x86-Drop-systab-member-from-struct-efi.patch
	patches.suse/efi-x86-add-headroom-to-decompressor-BSS-to-account-.patch
	patches.suse/efi-x86-Drop-redundant-.bss-section.patch
	patches.suse/efi-libstub-x86-Make-loaded_image-protocol-handling-.patch
	patches.suse/efi-libstub-x86-Use-Exit-boot-service-to-exit-the-st.patch
	patches.suse/efi-x86-Implement-mixed-mode-boot-without-the-handov.patch
	patches.suse/efi-x86-Add-true-mixed-mode-entry-point-into-.compat.patch
	patches.suse/efi-arm-Move-FDT-param-discovery-code-out-of-efi.c.patch
	patches.suse/efi-arm-Move-FDT-specific-definitions-into-fdtparams.patch
	patches.suse/efi-arm-Rewrite-FDT-param-discovery-routines.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-Use-symbolic-constants-in-PE-header-instead-.patch
	patches.suse/efi-libstub-Introduce-symbolic-constants-for-the-stu.patch
	patches.suse/efi-x86-add-tpm-related-efi-tables-to-unencrypted-mapping-checks.patch
	patches.suse/efi-x86-Add-RNG-seed-EFI-table-to-unencrypted-mappin.patch
	patches.suse/efi-Don-t-shadow-i-in-efi_config_parse_tables.patch
	patches.suse/efi-arm64-Clean-EFI-stub-exit-code-from-cache-instea.patch
	patches.suse/efi-Mark-all-EFI-runtime-services-as-unsupported-on-.patch
	patches.suse/efi-x86-Annotate-the-LOADED_IMAGE_PROTOCOL_GUID-with.patch
	patches.suse/efi-x86-Respect-32-bit-ABI-in-efi32_pe_entry.patch
	patches.suse/efi-x86-Make-efi32_pe_entry-more-readable.patch
	patches.suse/efi-x86-Avoid-using-code32_start.patch
	patches.suse/x86-boot-Use-unsigned-comparison-for-addresses.patch
	patches.suse/efi-libstub-x86-Deal-with-exit-boot-service-returnin.patch
	patches.suse/x86-boot-compressed-32-Save-the-output-address-inste.patch
	patches.suse/efi-x86-Decompress-at-start-of-PE-image-load-address.patch
	patches.suse/efi-x86-Add-kernel-preferred-address-to-PE-header.patch
	patches.suse/efi-x86-Remove-extra-headroom-for-setup-block.patch
	patches.suse/efi-x86-Don-t-relocate-the-kernel-unless-necessary.patch
	patches.suse/efi-x86-Ignore-the-memory-attributes-table-on-i386.patch
	patches.suse/efi-x86-Preserve-ebx-correctly-in-efi_set_virtual_ad.patch
	patches.suse/efi-libstub-Avoid-linking-libstub-lib-ksyms.o-into-v.patch
	patches.suse/efi-Fix-a-mistype-in-comments-mentioning-efivar_entr.patch
	patches.suse/efi-libstub-x86-Use-ULONG_MAX-as-upper-bound-for-all.patch
	patches.suse/efi-x86-Fix-cast-of-image-argument.patch
	patches.suse/partitions-efi-Fix-partition-name-parsing-in-GUID-pa.patch
	patches.suse/efi-libstub-arm64-Avoid-image_base-value-from-efi_lo.patch
	patches.suse/efi-libstub-arm-Fix-spurious-message-that-an-initrd-.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/orinoco_usb-Use-the-regular-completion-interfaces.patch
	patches.suse/acpi-Remove-header-dependency.patch
	patches.suse/perf-x86-intel-avoid-unnecessary-pebs_enable-msr-access-in-pmi.patch
	patches.suse/perf-core-add-new-branch-sample-type-for-hw-index-of-raw-branch-records.patch
	patches.suse/perf-x86-intel-output-lbr-tos-information-correctly.patch
	patches.suse/perf-x86-add-intel-tiger-lake-uncore-support.patch
	patches.suse/perf-core-unify-pinned-flexible-sched_in.patch
	patches.suse/perf-amd-uncore-prepare-l3-thread-mask-code-for-family-19h.patch
	patches.suse/perf-amd-uncore-add-support-for-family-19h-l3-pmu.patch
	patches.suse/tools-headers-uapi-update-tools-s-copy-of-linux-perf_event-h.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-cpu-amd-call-init_amd_zn-om-family-19h-processors-too.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/sched-rt-Provide-migrate_disable-enable-inlines.patch
	patches.suse/sched-Provide-cant_migrate.patch
	patches.suse/genirq-debugfs-Add-missing-sanity-checks-to-interrup.patch
	patches.suse/genirq-Add-protection-against-unsafe-usage-of-generi.patch
	patches.suse/x86-apic-vector-Force-interupt-handler-invocation-to.patch
	patches.suse/genirq-Add-return-value-to-check_irq_resend.patch
	patches.suse/genirq-Sanitize-state-handling-in-check_irq_resend.patch
	patches.suse/genirq-Provide-interrupt-injection-mechanism.patch
	patches.suse/PCI-AER-Fix-the-broken-interrupt-injection.patch
	patches.suse/irqchip-gic-v3-its-Fix-access-width-for-gicr_syncr.patch
	patches.suse/irqchip-bcm2835-Quiesce-IRQs-left-enabled-by-bootloa.patch
	patches.suse/irqchip-gic-v3-its-Probe-ITS-page-size-for-all-GITS_.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-gic-v4-Use-Inner-Shareable-attributes-for-vi.patch
	patches.suse/irqchip-versatile-fpga-Apply-clear-mask-earlier.patch
	patches.suse/irqchip-gic-v3-Move-irq_domain_update_bus_token-to-a.patch
	patches.suse/irqchip-gic-v3-Use-SGIs-without-active-state-if-offe.patch
	patches.suse/irqchip-gic-v4.1-Skip-absent-CPUs-while-iterating-ov.patch
	patches.suse/irqchip-gic-v4.1-Ensure-mutual-exclusion-between-vPE.patch
	patches.suse/irqchip-gic-v4.1-Wait-for-completion-of-redistributo.patch
	patches.suse/irqchip-gic-v4.1-Ensure-mutual-exclusion-betwen-inva.patch
	patches.suse/irqchip-gic-v4.1-Advertise-support-v4.1-to-KVM.patch
	patches.suse/irqchip-gic-v4.1-Map-the-ITS-SGIR-register-page.patch
	patches.suse/irqchip-gic-v4.1-Plumb-skeletal-VSGI-irqchip.patch
	patches.suse/irqchip-gic-v4.1-Add-initial-SGI-configuration.patch
	patches.suse/irqchip-gic-v4.1-Plumb-mask-unmask-SGI-callbacks.patch
	patches.suse/irqchip-gic-v4.1-Plumb-get-set_irqchip_state-SGI-cal.patch
	patches.suse/irqchip-gic-v4.1-Plumb-set_vcpu_affinity-SGI-callbac.patch
	patches.suse/irqchip-gic-v4.1-Move-doorbell-management-to-the-GIC.patch
	patches.suse/irqchip-gic-v4.1-Add-VSGI-allocation-teardown.patch
	patches.suse/irqchip-gic-v4.1-Add-VSGI-property-setup.patch
	patches.suse/irqchip-gic-v4.1-Eagerly-vmap-vPEs.patch
	patches.suse/clocksource-drivers-imx-sysctr-remove-unused-includes.patch
	patches.suse/x86-split_lock-enable-split-lock-detection-by-kernel.patch
	patches.suse/x86-split_lock-rework-the-initialization-flow-of-split-lock-detection.patch
	patches.suse/x86-split_lock-avoid-runtime-reads-of-the-test_ctrl-msr.patch
	patches.suse/0003-fbdev-c2p-Use-BUILD_BUG-instead-of-custom-solution.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-add-support-for-the-AMU-extension-v1.patch
	patches.suse/arm64-trap-to-EL1-accesses-to-AMU-counters-from-EL0.patch
	patches.suse/arm64-kvm-disable-access-to-AMU-registers-from-kvm-g.patch
	patches.suse/Documentation-arm64-document-support-for-the-AMU-ext.patch
	patches.suse/cpufreq-add-function-to-get-the-hardware-max-frequen.patch
	patches.suse/arm64-use-activity-monitors-for-frequency-invariance.patch
	patches.suse/clocksource-drivers-arm_arch_timer-validate-arch_tim.patch
	patches.suse/arm64-csum-Optimise-IPv6-header-checksum.patch
	patches.suse/arm64-kexec_file-Fixed-code-style.patch
	patches.suse/arm64-perf-Refactor-PMU-init-callbacks.patch
	patches.suse/arm64-perf-Support-new-DT-compatibles.patch
	patches.suse/arm64-perf-Clean-up-enable-disable-calls.patch
	patches.suse/arm64-head-Annotate-stext-and-preserve_boot_args-as-.patch
	patches.suse/arm64-mask-PAC-bits-of-__builtin_return_address.patch
	patches.suse/x86-Makefile-Use-fno-asynchronous-unwind-tables-to-s.patch
	patches.suse/x86-efi-Add-a-prototype-for-efi_arch_mem_reserve.patch
	patches.suse/x86-fpu-xstate-fix-xsaves-offsets-in-setup_xstate_comp.patch
	patches.suse/dma-mapping-fix-dma_pgprot-for-unencrypted-coherent-pages
	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/uuid-Add-inline-helpers-to-import-export-UUIDs.patch
	patches.suse/btrfs-qgroup-ensure-qgroup_rescan_running-is-only-se.patch
	patches.suse/btrfs-handle-invalid-profile-in-chunk-allocation.patch
	patches.suse/btrfs-introduce-chunk-allocation-policy.patch
	patches.suse/btrfs-refactor-find_free_dev_extent_start.patch
	patches.suse/btrfs-introduce-alloc_chunk_ctl.patch
	patches.suse/btrfs-factor-out-init_alloc_chunk_ctl.patch
	patches.suse/btrfs-factor-out-gather_device_info.patch
	patches.suse/btrfs-factor-out-decide_stripe_size.patch
	patches.suse/btrfs-factor-out-create_chunk.patch
	patches.suse/btrfs-parameterize-dev_extent_min-for-chunk-allocati.patch
	patches.suse/Btrfs-fix-crash-during-unmount-due-to-race-with-dela.patch
	patches.suse/btrfs-fix-btrfs_calc_reclaim_metadata_size-calculation.patch
	patches.suse/btrfs-Rename-__btrfs_alloc_chunk-to-btrfs_alloc_chun.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-account-ticket-size-at-add-delete-time.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/btrfs-make-the-extent-buffer-leak-check-per-fs-info.patch
	patches.suse/btrfs-move-ino_cache_inode-dropping-out-of-btrfs_fre.patch
	patches.suse/btrfs-move-the-root-freeing-stuff-into-btrfs_put_roo.patch
	patches.suse/btrfs-make-inodes-hold-a-ref-on-their-roots.patch
	patches.suse/btrfs-hold-a-ref-on-the-root-on-the-dead-roots-list.patch
	patches.suse/btrfs-don-t-take-an-extra-root-ref-at-allocation-tim.patch
	patches.suse/btrfs-make-btrfs_cleanup_fs_roots-use-the-radix-tree.patch
	patches.suse/btrfs-kill-the-subvol_srcu.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/cifs-allow-unlock-flock-and-OFD-lock-across-fork.patch
	patches.suse/fs-cifs-fix-gcc-warning-in-sid_to_id.patch
	patches.suse/CIFS-Warn-less-noisily-on-default-mount.patch
	patches.suse/cifs-cifspdu-h-Replace-zero-length-array-with-flexible-array-membe.patch
	patches.suse/cifs-clear-PF_MEMALLOC-before-exiting-demultiplex-thread.patch
	patches.suse/cifs-smb2pdu-h-Replace-zero-length-array-with-flexible-array-membe.patch
	patches.suse/SMB3-Add-new-compression-flags.patch
	patches.suse/SMB3-Additional-compression-structures.patch
	patches.suse/SMB3-Minor-cleanup-of-protocol-definitions.patch
	patches.suse/CIFS-check-new-file-size-when-extending-file-by-fallocate.patch
	patches.suse/CIFS-Fix-bug-which-the-return-value-by-asynchronous-read-is-error.patch
	patches.suse/smb3-use-SMB2_SIGNATURE_SIZE-define.patch
	patches.suse/cifs-smbd-Calculate-the-correct-maximum-packet-size-for-segmented-.patch
	patches.suse/cifs-smbd-Check-and-extend-sender-credits-in-interrupt-context.patch
	patches.suse/cifs-Allocate-encryption-header-through-kmalloc.patch
	patches.suse/03-cifs-update-internal-module-version-number.patch
	patches.suse/selinux-sel_avc_get_stat_idx-should-increase-positio.patch
	patches.suse/security-selinux-allow-per-file-labeling-for-bpffs.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-esdhc-imx-no-fail-when-no-pinctrl-available.patch
	patches.suse/mmc-sdhci-esdhci-imx-retune-needed-for-mega-mix-enabled-socs.patch
	patches.suse/mmc-sdhci-esdhc-imx-restore-the-per_clk-rate-in-pm_runtime.patch
	patches.suse/mmc-sdhci-esdhc-imx-add-strobe-dll-delay-target-support.patch
	patches.suse/mmc-sdhci-esdhc-imx-optimize-the-clock-setting.patch
	patches.suse/mmc-sdhci-esdhc-imx-optimize-the-strobe-dll-setting.patch
	patches.suse/mmc-sdhci-esdhc-imx-add-flag-esdhc_flag_broken_auto_cmd23.patch
	patches.suse/mmc-sdhci-esdhc-imx-add-an-new-esdhc_soc_data-for-i-mx8mm.patch
	patches.suse/mmc-sdhci-esdhc-imx-clear-pending-interrupt-and-halt-cqhci.patch
	patches.suse/mmc-sdhci-esdhc-imx-clear-dma_sel-when-disable-dma-mode.patch
	patches.suse/mmc-sdhci-esdhc-imx-restore-pin-state-when-resume-back.patch
	patches.suse/mmc-cqhci-Add-cqhci_deactivate.patch
	patches.suse/sdhci-tegra-Implement-Tegra-specific-set_timeout-cal.patch
	patches.suse/sdhci-tegra-Enable-MMC_CAP_WAIT_WHILE_BUSY-host-capa.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/tty-imx-serial-implement-support-for-reversing-tx-and-rx-polarity.patch
	patches.suse/serial-8250_lpss-Add-setup-for-Elkhart-Lake-ports.patch
	patches.suse/serial-8250-don-t-touch-rts-modem-control-while-in-rs485-mode.patch
	patches.suse/serial-8250-support-rs485-devicetree-properties.patch
	patches.suse/serial-8250-deduplicate-rs485_config-callback.patch
	patches.suse/serial-8250-sanitize-rs485-config-harder.patch
	patches.suse/serial-8250-deduplicate-rs485-active_timer-assignment.patch
	patches.suse/serial-8250-generalize-rs485-software-emulation.patch
	patches.suse/serial-8250-support-console-on-software-emulated-rs485-ports.patch
	patches.suse/tty-serial-fsl_lpuart-fix-DMA-operation-when-using-I.patch
	patches.suse/tty-serial-fsl_lpuart-fix-DMA-mapping.patch
	patches.suse/tty-serial-fsl_lpuart-add-LS1028A-support.patch
	patches.suse/tty-serial-fsl_lpuart-add-LS1028A-earlycon-support.patch
	patches.suse/vt-vt_ioctl-remove-unnecessary-console-allocation-ch.patch
	patches.suse/serial-sprd-Fix-a-dereference-warning.patch
	patches.suse/serial-8250_port-Don-t-service-RX-FIFO-if-throttled.patch
	patches.suse/serial-8250_omap-Fix-sleeping-function-called-from-i.patch
	patches.suse/serial-8250-8250_omap-Terminate-DMA-before-pushing-d.patch
	patches.suse/tty-serial-fsl_lpuart-move-dma_request_chan.patch
	patches.suse/tty-serial-fsl_lpuart-fix-return-value-checking.patch
	patches.suse/vt-vt_ioctl-fix-VT_DISALLOCATE-freeing-in-use-virtua.patch
	patches.suse/serial-8250-fix-rs485-delay-after-console-write.patch
	patches.suse/serial-8250-optimize-irq-enable-after-console-write.patch
	patches.suse/platform-x86-intel_pmc_core-Add-Atom-based-Jasper-La.patch
	patches.suse/platform-x86-intel-hid-Move-MODULE_DEVICE_TABLE-clos.patch
	patches.suse/platform-x86-pmc_atom-Add-Lex-2I385SW-to-critclk_sys.patch
	patches.suse/platform-x86-intel_pmc_core-Add-debugfs-entry-to-acc.patch
	patches.suse/platform-x86-intel_pmc_core-Add-debugfs-entry-for-lo.patch
	patches.suse/platform-x86-intel_pmc_core-Refactor-the-driver-by-r.patch
	patches.suse/platform-x86-intel_pmc_core-Remove-slp_s0-attributes.patch
	patches.suse/platform-x86-intel_pmc_core-Add-an-additional-parame.patch
	patches.suse/platform-x86-intel_pmc_core-Dump-low-power-status-re.patch
	patches.suse/platform-x86-intel_pmc_core-Add-debugfs-support-to-a.patch
	patches.suse/platform-x86-intel_pmc_core-Relocate-pmc_core_-_disp.patch
	patches.suse/platform-x86-intel_pmc_core-Remove-duplicate-if-to-c.patch
	patches.suse/platform-x86-intel_pmc_core-Add-slp_s0_offset-attrib.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/platform-x86-intel_pmc_core-Make-pmc_core_lpm_displa.patch
	patches.suse/platform-x86-intel_pmc_core-Make-pmc_core_substate_r.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/ptp_qoriq-drop-the-code-of-alarm.patch
	patches.suse/trivial-mac80211-fix-indentation.patch
	patches.suse/wireless-Use-offsetof-instead-of-custom-macro.patch
	patches.suse/mac80211-Always-show-airtime-debugfs-file-when-TXQs-.patch
	patches.suse/mac80211-add-802.11-encapsulation-offloading-support.patch
	patches.suse/mac80211-Remove-redundant-assertion.patch
	patches.suse/mac80211-debugfs-improve-airtime_flags-handler-reada.patch
	patches.suse/mac80211_hwsim-remove-maximum-TX-power.patch
	patches.suse/nl80211-add-handling-for-BSS-color.patch
	patches.suse/mac80211-add-handling-for-BSS-color.patch
	patches.suse/mac80211-fix-tx-status-for-no-ack-cases.patch
	patches.suse/mac80211_hwsim-add-power-save-support.patch
	patches.suse/mac80211-add-ieee80211_is_any_nullfunc.patch
	patches.suse/mac80211-fix-11w-when-using-encapsulation-offloading.patch
	patches.suse/cfg80211-add-no-HE-indication-to-the-channel-flag.patch
	patches.suse/cfg80211-Enhance-the-AKM-advertizement-to-support-pe.patch
	patches.suse/mac80211-simplify-and-improve-HT-VHT-HE-disable-code.patch
	patches.suse/mac80211-refactor-extended-element-parsing.patch
	patches.suse/mac80211-check-whether-HE-connection-is-allowed-by-t.patch
	patches.suse/mac80211-allow-changing-TX-related-netdev-features.patch
	patches.suse/mac80211-make-ieee80211_wep_init-return-void.patch
	patches.suse/mac80211-update-condition-for-HE-disablement.patch
	patches.suse/mac80211-remove-supported-channels-element-in-6-GHz-.patch
	patches.suse/mac80211-set-station-bandwidth-from-HE-capability.patch
	patches.suse/mac80211-HE-set-RX-NSS.patch
	patches.suse/mac80211-Accept-broadcast-probe-responses-on-6GHz-ba.patch
	patches.suse/mac80211-Handle-SMPS-mode-changes-only-in-AP-mode.patch
	patches.suse/mac80211-Remove-support-for-changing-AP-SMPS-mode.patch
	patches.suse/ieee80211-fix-the-doubling-in-comments.patch
	patches.suse/cfg80211-mac80211-Allow-user-space-to-register-for-s.patch
	patches.suse/mac80211-parse-also-the-RSNXE-IE.patch
	patches.suse/nl80211-add-src-and-dst-addr-attributes-for-control-.patch
	patches.suse/mac80211-support-NL80211_EXT_FEATURE_CONTROL_PORT_OV.patch
	patches.suse/mac80211-Fix-setting-txpower-to-zero.patch
	patches.suse/ieee80211-add-WPA3-OWE-AKM-suite-selector.patch
	patches.suse/mac80211-allow-setting-queue_len-for-drivers-not-usi.patch
	patches.suse/r8169-remove-unneeded-check-from-rtl_link_chg_patch.patch
	patches.suse/r8169-remove-setting-PCI_CACHE_LINE_SIZE-in-rtl_hw_s.patch
	patches.suse/r8169-simplify-setting-netdev-features.patch
	patches.suse/r8169-add-helper-rtl_pci_commit.patch
	patches.suse/r8169-improve-rtl8169_get_mac_version.patch
	patches.suse/r8169-improve-rtl_jumbo_config.patch
	patches.suse/r8169-improve-statistics-of-missed-rx-packets.patch
	patches.suse/net-linkmode-make-linkmode_test_bit-take-const-point.patch
	patches.suse/net-add-helpers-to-resolve-negotiated-flow-control.patch
	patches.suse/net-add-linkmode-helper-for-setting-flow-control-adv.patch
	patches.suse/net-phylink-remove-pause-mode-ethtool-setting-for-fi.patch
	patches.suse/net-phylink-ensure-manual-flow-control-is-selected-a.patch
	patches.suse/net-phylink-use-phylib-resolved-flow-control-modes.patch
	patches.suse/net-phylink-resolve-fixed-link-flow-control.patch
	patches.suse/net-phylink-allow-ethtool-A-to-change-flow-control-a.patch
	patches.suse/net-phylink-improve-initial-mac-configuration.patch
	patches.suse/net-phylink-clarify-flow-control-settings-in-documen.patch
	patches.suse/0002-sh_eth-check-sh_eth_cpu_data-no_tx_cntrs-when-dumpin.patch
	patches.suse/0003-sh_eth-check-sh_eth_cpu_data-cexcr-when-dumping-regi.patch
	patches.suse/0004-sh_eth-check-sh_eth_cpu_data-no_xdfar-when-dumping-r.patch
	patches.suse/ice-Add-initial-support-for-QinQ.patch
	patches.suse/ice-Refactor-port-vlan-configuration-for-the-VF.patch
	patches.suse/ice-Add-helper-to-determine-if-VF-link-is-up.patch
	patches.suse/ice-Fix-Port-VLAN-priority-bits.patch
	patches.suse/ice-Only-allow-tagged-bcast-mcast-traffic-for-VF-in-.patch
	patches.suse/ice-Add-support-to-enable-disable-all-Rx-queues-befo.patch
	patches.suse/ice-Fix-implicit-queue-mapping-mode-in-ice_vsi_get_q.patch
	patches.suse/ice-Handle-LAN-overflow-event-for-VF-queues.patch
	patches.suse/ice-Fix-and-refactor-Rx-queue-disable-for-VFs.patch
	patches.suse/ice-Fix-virtchnl_queue_select-bitmap-validation.patch
	patches.suse/ice-remove-unnecessary-fallthrough-comments.patch
	patches.suse/ice-replace-fallthrough-comments-with-fallthrough-re.patch
	patches.suse/ice-use-proper-format-for-function-pointer-as-a-func.patch
	patches.suse/ice-add-function-argument-description-to-function-he.patch
	patches.suse/ice-use-true-false-for-bool-types.patch
	patches.suse/net-sched-lock-action-when-translating-it-to-flow_ac.patch
	patches.suse/net-sched-don-t-take-rtnl-lock-during-flow_action-se.patch
	patches.suse/net-vlan-suppress-failed-to-kill-vid-warnings.patch
	patches.suse/sfc-only-schedule-asynchronous-filter-work-if-needed.patch
	patches.suse/sfc-move-some-ARFS-code-out-of-headers.patch
	patches.suse/mlxsw-spectrum_fid-Use-refcount_t-for-FID-reference-.patch
	patches.suse/mlxsw-spectrum_switchdev-Propagate-extack-to-bridge-.patch
	patches.suse/mlxsw-spectrum_switchdev-Have-VXLAN-device-take-refe.patch
	patches.suse/mlxsw-spectrum_switchdev-Remove-VXLAN-checks-during-.patch
	patches.suse/mlxsw-spectrum-Reduce-dependency-between-bridge-and-.patch
	patches.suse/selftests-mlxsw-Remove-deprecated-test.patch
	patches.suse/selftests-mlxsw-extack-Test-bridge-creation-with-VXL.patch
	patches.suse/selftests-mlxsw-extack-Test-creation-of-multiple-VLA.patch
	patches.suse/selftests-mlxsw-vxlan-Adjust-test-to-recent-changes.patch
	patches.suse/selftests-mlxsw-vxlan-Add-test-for-error-path.patch
	patches.suse/net-smc-improve-smc_lgr_cleanup
	patches.suse/net-smc-use-termination-worker-under-send_lock
	patches.suse/net-smc-do-not-delete-lgr-from-list-twice
	patches.suse/net-smc-remove-unused-parameter-of-smc_lgr_terminate
	patches.suse/net-smc-simplify-normal-link-termination
	patches.suse/net-smc-reduce-port_event-scheduling
	patches.suse/bpf-sockmap-Replace-zero-length-array-with-flexible-.patch
	patches.suse/net-switchdev-Replace-zero-length-array-with-flexibl.patch
	patches.suse/net-ena-remove-set-but-not-used-variable-hash_key.patch
	patches.suse/net-fec-prevent-unbind-operation.patch
	patches.suse/sfc-elide-assignment-of-skb.patch
	patches.suse/devlink-Force-enclosing-array-on-binary-fmsg-data.patch
	patches.suse/net-mlx5-Add-support-for-resource-dump.patch
	patches.suse/net-mlx5e-Gather-reporters-APIs-together.patch
	patches.suse/net-mlx5e-Support-dump-callback-in-TX-reporter.patch
	patches.suse/net-mlx5e-Support-dump-callback-in-RX-reporter.patch
	patches.suse/mlx5-Use-proper-logging-and-tracing-line-termination.patch
	patches.suse/net-mlx5e-Set-FEC-to-auto-when-configured-mode-is-no.patch
	patches.suse/net-mlx5e-Enforce-setting-of-a-single-FEC-mode.patch
	patches.suse/net-mlx5e-Advertise-globaly-supported-FEC-modes.patch
	patches.suse/net-mlxe5-Separate-between-FEC-and-current-speed.patch
	patches.suse/ethtool-Add-support-for-low-latency-RS-FEC.patch
	patches.suse/net-mlx5e-Add-support-for-FEC-modes-based-on-50G-per.patch
	patches.suse/net-mlx5-Remove-a-useless-drain_workqueue-call-in-ml.patch
	patches.suse/net-core-add-helper-tcp_v6_gso_csum_prep.patch
	patches.suse/e1000-e-use-new-helper-tcp_v6_gso_csum_prep.patch
	patches.suse/ionic-use-new-helper-tcp_v6_gso_csum_prep.patch
	patches.suse/msft-hv-2026-hv_netvsc-use-new-helper-tcp_v6_gso_csum_prep.patch
	patches.suse/vmxnet3-use-new-helper-tcp_v6_gso_csum_prep.patch
	patches.suse/phy-avoid-unnecessary-link-up-delay-in-polling-mode.patch
	patches.suse/mlxsw-Replace-zero-length-array-with-flexible-array-.patch
	patches.suse/net-hns3-modify-an-unsuitable-print-when-setting-unk.patch
	patches.suse/net-hns3-add-enabled-TC-numbers-and-DWRR-weight-info.patch
	patches.suse/net-hns3-add-support-for-dump-MAC-ID-and-loopback-st.patch
	patches.suse/net-hns3-add-missing-help-info-for-QS-shaper-in-debu.patch
	patches.suse/sfc-remove-unused-variable-efx_default_channel_type.patch
	patches.suse/mlxsw-spectrum_kvdl-Protect-allocations-with-a-lock.patch
	patches.suse/mlxsw-spectrum-Protect-counter-pool-with-a-lock.patch
	patches.suse/mlxsw-spectrum_span-Do-no-expose-mirroring-agents-to.patch
	patches.suse/mlxsw-spectrum_span-Use-struct_size-to-simplify-allo.patch
	patches.suse/mlxsw-spectrum_span-Prepare-work-item-to-update-mirr.patch
	patches.suse/mlxsw-spectrum-Convert-callers-to-use-new-mirroring-.patch
	patches.suse/mlxsw-spectrum_span-Only-update-mirroring-agents-if-.patch
	patches.suse/mlxsw-spectrum_router-Do-not-assume-RTNL-is-taken-du.patch
	patches.suse/mlxsw-spectrum_router-Do-not-assume-RTNL-is-taken-du-23d154c0.patch
	patches.suse/mlxsw-spectrum_router-Do-not-assume-RTNL-is-taken-wh.patch
	patches.suse/mlxsw-spectrum_router-Prepare-function-for-router-lo.patch
	patches.suse/mlxsw-spectrum_router-Prepare-function-for-router-lo-1c6d6b51.patch
	patches.suse/mlxsw-spectrum-Prevent-RIF-access-outside-of-routing.patch
	patches.suse/mlxsw-spectrum-Export-function-to-check-if-RIF-exist.patch
	patches.suse/mlxsw-spectrum_nve-Make-tunnel-initialization-symmet.patch
	patches.suse/net-use-netif_is_bridge_port-to-check-for-IFF_BRIDGE.patch
	patches.suse/ice-Validate-config-for-SW-DCB-map.patch
	patches.suse/ice-update-malicious-driver-detection-event-handling.patch
	patches.suse/ice-Fix-for-TCAM-entry-management.patch
	patches.suse/ice-Always-clear-the-QRXFLXP_CNTXT-register-for-VF-R.patch
	patches.suse/ice-Add-DCBNL-ops-required-to-configure-ETS-in-CEE-f.patch
	patches.suse/ice-Report-correct-DCB-mode.patch
	patches.suse/ice-SW-DCB-report-correct-max-TC-value.patch
	patches.suse/ice-Support-XDP-UMEM-wake-up-mechanism.patch
	patches.suse/ice-increase-PF-reset-wait-timeout-to-300-millisecon.patch
	patches.suse/ice-add-backslash-n-to-strings.patch
	patches.suse/ice-add-additional-E810-device-id.patch
	patches.suse/ice-add-support-for-E823-devices.patch
	patches.suse/ice-fix-define-for-E822-backplane-device.patch
	patches.suse/e1000e-fix-missing-cpu_to_le64-on-buffer_addr.patch
	patches.suse/net-intel-e1000e-fix-possible-sleep-in-atomic-contex.patch
	patches.suse/igc-make-non-global-functions-static.patch
	patches.suse/igc-Complete-to-commit-Add-legacy-power-management-s.patch
	patches.suse/igc-Add-dump-options.patch
	patches.suse/e1000e-Add-support-for-Alder-Lake.patch
	patches.suse/igc-Fix-the-typo-in-comment.patch
	patches.suse/e1000e-Add-support-for-Tiger-Lake-device.patch
	patches.suse/igc-Complete-to-commit-Add-basic-skeleton-for-PTP.patch
	patches.suse/igc-Add-pcie-error-handler-support.patch
	patches.suse/igc-Add-WOL-support.patch
	patches.suse/igc-Add-comment.patch
	patches.suse/enetc-remove-depends-on-ARCH_LAYERSCAPE-COMPILE_TEST.patch
	patches.suse/bpf-Allow-bpf_perf_event_read_value-in-all-BPF-progr.patch
	patches.suse/bpf-sk_msg-Let-ULP-restore-sk_proto-and-write_space-.patch
	patches.suse/bpf-sk_msg-Don-t-clear-saved-sock-proto-on-restore.patch
	patches.suse/selftests-bpf-Test-unhashing-kTLS-socket-after-remov.patch
	patches.suse/bpf-Add-bpf_read_branch_records-helper.patch
	patches.suse/selftests-bpf-Add-bpf_read_branch_records-selftest.patch
	patches.suse/selftests-bpf-Change-llvm-flag-mcpu-probe-to-mcpu-v3.patch
	patches.suse/selftests-bpf-Fix-build-of-sockmap_ktls.c.patch
	patches.suse/libbpf-Relax-check-whether-BTF-is-mandatory.patch
	patches.suse/libbpf-Bump-libpf-current-version-to-v0.0.8.patch
	patches.suse/libbpf-Add-support-for-dynamic-program-attach-target.patch
	patches.suse/selftests-bpf-Update-xdp_bpf2bpf-test-to-use-new-set.patch
	patches.suse/selftests-bpf-Fix-trampoline_count-clean-up-logic.patch
	patches.suse/docs-bpf-Update-bpf-development-Q-A-file.patch
	patches.suse/net-sk_msg-Annotate-lockless-access-to-sk_prot-on-cl.patch
	patches.suse/net-sk_msg-Clear-sk_user_data-pointer-on-clone-if-ta.patch
	patches.suse/tcp_bpf-Don-t-let-child-socket-inherit-parent-protoc.patch
	patches.suse/bpf-sockmap-Allow-inserting-listening-TCP-sockets-in.patch
	patches.suse/bpf-sockmap-Don-t-set-up-upcalls-and-progs-for-liste.patch
	patches.suse/bpf-sockmap-Return-socket-cookie-on-lookup-from-sysc.patch
	patches.suse/bpf-sockmap-Let-all-kernel-land-lookup-values-in-SOC.patch
	patches.suse/bpf-Allow-selecting-reuseport-socket-from-a-SOCKMAP-.patch
	patches.suse/net-Generate-reuseport-group-ID-on-group-creation.patch
	patches.suse/selftests-bpf-Extend-SK_REUSEPORT-tests-to-cover-SOC.patch
	patches.suse/selftests-bpf-Tests-for-sockmap-sockhash-holding-lis.patch
	patches.suse/net-mlxfw-Generic-mlx-FW-flash-status-notify.patch
	patches.suse/net-mlxfw-Improve-FSM-err-message-reporting-and-retu.patch
	patches.suse/net-mlxfw-More-error-messages-coverage.patch
	patches.suse/net-mlxfw-Convert-pr_-to-dev_-in-mlxfw_fsm.c.patch
	patches.suse/net-mlxfw-Use-MLXFW_ERR_MSG-macro-for-error-reportin.patch
	patches.suse/net-mlxfw-Add-reactivate-flow-support-to-FSM-burn-fl.patch
	patches.suse/net-mlx5-Add-fsm_reactivate-callback-support.patch
	patches.suse/mlxsw-spectrum_mr-Publish-multicast-route-after-writ.patch
	patches.suse/mlxsw-spectrum_mr-Protect-multicast-table-list-with-.patch
	patches.suse/mlxsw-spectrum_mr-Protect-multicast-route-list-with-.patch
	patches.suse/mlxsw-spectrum_router-Expose-router-struct-to-intern.patch
	patches.suse/mlxsw-spectrum_router-Store-NVE-decapsulation-config.patch
	patches.suse/mlxsw-spectrum_router-Introduce-router-lock.patch
	patches.suse/mlxsw-spectrum_router-Take-router-lock-from-inside-r.patch
	patches.suse/mlxsw-spectrum_dpipe-Take-router-lock-from-dpipe-cod.patch
	patches.suse/mlxsw-spectrum_router-Take-router-lock-from-netdev-l.patch
	patches.suse/mlxsw-spectrum_router-Take-router-lock-from-inetaddr.patch
	patches.suse/mlxsw-spectrum_router-Take-router-lock-from-exported.patch
	patches.suse/mlxsw-spectrum-Remove-RTNL-where-possible.patch
	patches.suse/r8169-remove-RTL_EVENT_NAPI-constants.patch
	patches.suse/mlxsw-spectrum_trap-Use-err-variable-instead-of-dire.patch
	patches.suse/mlxsw-spectrum_trap-Move-functions-to-avoid-their-fo.patch
	patches.suse/mlxsw-core_acl_flex_actions-Rename-Trap-Discard-Acti.patch
	patches.suse/mlxsw-spectrum_trap-Move-policer-initialization-to-m.patch
	patches.suse/mlxsw-core-Remove-unused-action-field-from-mlxsw_rx_.patch
	patches.suse/mlxsw-core-Remove-dummy-union-name-from-struct-mlxsw.patch
	patches.suse/mlxsw-core-Convert-is_event-and-is_ctrl-bools-to-be-.patch
	patches.suse/mlxsw-core-Remove-initialization-to-false-of-mlxsw_l.patch
	patches.suse/mlxsw-spectrum_trap-Make-global-arrays-const-as-they.patch
	patches.suse/mlxsw-spectrum_acl-Make-block-arg-const-where-approp.patch
	patches.suse/mlxsw-core-Remove-priv-from-listener-equality-compar.patch
	patches.suse/mlxsw-pci-Remove-unused-values.patch
	patches.suse/tun-Remove-unnecessary-BUG_ON-check-in-tun_net_xmit.patch
	patches.suse/net-ena-ethtool-remove-redundant-non-zero-check-on-r.patch
	patches.suse/r8169-improve-rtl8169_start_xmit.patch
	patches.suse/net-Remove-unneeded-export-of-a-couple-of-xdp-generi.patch
	patches.suse/net-mlxfw-fix-spelling-mistake-progamming-programmin.patch
	patches.suse/net-hns3-remove-redundant-initialization-of-pointer-.patch
	patches.suse/0047-net-aquantia-Delete-module-version.patch
	patches.suse/mlxsw-spectrum_trap-Set-unreg_action-to-be-SET_FW_DE.patch
	patches.suse/mlxsw-core-Allow-to-register-disabled-traps-using-ML.patch
	patches.suse/mlxsw-spectrum_trap-Use-listener-en-dis_action-inste.patch
	patches.suse/mlxsw-spectrum_trap-Prepare-mlxsw_core_trap_action_s.patch
	patches.suse/devlink-add-ACL-generic-packet-traps.patch
	patches.suse/mlxsw-spectrum_acl-Track-ingress-and-egress-block-bi.patch
	patches.suse/mlxsw-spectrum_flower-Disable-mixed-bound-blocks-to-.patch
	patches.suse/mlxsw-spectrum_acl-Pass-the-ingress-indication-down-.patch
	patches.suse/mlxsw-acl_flex_actions-Trap-all-ACL-dropped-packets-.patch
	patches.suse/mlxsw-core-Allow-to-enable-disable-rx_listener-for-t.patch
	patches.suse/mlxsw-core-Extend-MLXSW_RXL_DIS-to-register-disabled.patch
	patches.suse/mlxsw-spectrum_trap-Introduce-dummy-group-with-thin-.patch
	patches.suse/mlxsw-spectrum_trap-Add-ACL-devlink-trap-support.patch
	patches.suse/selftests-introduce-test-for-mlxsw-tc-flower-restric.patch
	patches.suse/selftests-pass-pref-and-handle-to-devlink_trap_drop_.patch
	patches.suse/selftests-devlink_trap_acl_drops-Add-ACL-traps-test.patch
	patches.suse/af_unix-Add-missing-annotation-for-unix_wait_for_pee.patch
	patches.suse/net-UDP-tunnel-encapsulation-module-for-tunnelling-d.patch
	patches.suse/net-Special-handling-for-IP-MPLS.patch
	patches.suse/bareudp-Fix-uninitialized-variable-warnings.patch
	patches.suse/net-dsa-felix-Use-PHY_INTERFACE_MODE_INTERNAL-instea.patch
	patches.suse/chelsio-Replace-zero-length-array-with-flexible-arra.patch
	patches.suse/netronome-Replace-zero-length-array-with-flexible-ar.patch
	patches.suse/intel-Replace-zero-length-array-with-flexible-array-.patch
	patches.suse/freescale-replace-zero-length-array-with-flexible-array-member.patch
	patches.suse/mac80211-check-vif-pointer-before-airtime-calculatio.patch
	patches.suse/cfg80211-remove-support-for-adjacent-channel-compens.patch
	patches.suse/Revert-mac80211-support-NL80211_EXT_FEATURE_CONTROL_.patch
	patches.suse/Revert-nl80211-add-src-and-dst-addr-attributes-for-c.patch
	patches.suse/cfg80211-drop-duplicated-documentation-of-field-prob.patch
	patches.suse/cfg80211-drop-duplicated-documentation-of-field-priv.patch
	patches.suse/cfg80211-drop-duplicated-documentation-of-field-regi.patch
	patches.suse/cfg80211-drop-duplicated-documentation-of-field-_net.patch
	patches.suse/cfg80211-drop-duplicated-documentation-of-field-perm.patch
	patches.suse/cfg80211-drop-duplicated-documentation-of-field-reg_.patch
	patches.suse/cfg80211-merge-documentations-of-field-debugfsdir.patch
	patches.suse/cfg80211-merge-documentations-of-field-dev.patch
	patches.suse/cfg80211-fix-indentation-errors.patch
	patches.suse/cfg80211-More-error-messages-for-key-addition-failur.patch
	patches.suse/cfg80211-Support-key-configuration-for-Beacon-protec.patch
	patches.suse/mac80211-Support-BIGTK-configuration-for-Beacon-prot.patch
	patches.suse/mac80211-Update-BIP-to-support-Beacon-frames.patch
	patches.suse/mac80211-Beacon-protection-using-the-new-BIGTK-AP.patch
	patches.suse/mac80211-Beacon-protection-using-the-new-BIGTK-STA.patch
	patches.suse/mac80211_hwsim-enable-Beacon-protection.patch
	patches.suse/nl80211-Add-NL-command-to-support-TID-speicific-conf.patch
	patches.suse/nl80211-modify-TID-config-API.patch
	patches.suse/nl80211-Add-support-to-configure-TID-specific-retry-.patch
	patches.suse/nl80211-Add-support-to-configure-TID-specific-AMPDU-.patch
	patches.suse/nl80211-Add-support-to-configure-TID-specific-RTSCTS.patch
	patches.suse/mac80211-Add-api-to-support-configuring-TID-specific.patch
	patches.suse/flow_offload-pass-action-cookie-through-offload-stru.patch
	patches.suse/devlink-add-trap-metadata-type-for-cookie.patch
	patches.suse/drop_monitor-extend-by-passing-cookie-from-driver.patch
	patches.suse/devlink-extend-devlink_trap_report-to-accept-cookie-.patch
	patches.suse/mlxsw-core_acl_flex_actions-Add-trap-with-userdef-ac.patch
	patches.suse/mlxsw-core_acl_flex_actions-Implement-flow_offload-a.patch
	patches.suse/mlxsw-pci-Extract-cookie-index-for-ACL-discard-trap-.patch
	patches.suse/mlxsw-spectrum_trap-Lookup-and-pass-cookie-down-to-d.patch
	patches.suse/netdevsim-add-ACL-trap-reporting-cookie-as-a-metadat.patch
	patches.suse/selftests-netdevsim-Extend-devlink-trap-test-to-incl.patch
	patches.suse/iavf-use-tc_cls_can_offload_and_chain0-instead-of-ch.patch
	patches.suse/sfc-Replace-zero-length-array-with-flexible-array-me.patch
	patches.suse/net-hns-Replace-zero-length-array-with-flexible-arra.patch
	patches.suse/net-smc-rework-peer-id-handling
	patches.suse/net-smc-improve-peer-id-in-clc-decline-for-smc-r
	patches.suse/net-mlx5e-Define-one-flow-for-TXQ-selection-when-TCs.patch
	patches.suse/net-mlx5e-Add-missing-LRO-cap-check.patch
	patches.suse/0005-net-mlx5e-Encapsulate-updating-netdev-queues-into-a-.patch
	patches.suse/0006-net-mlx5e-Rename-hw_modify-to-preactivate.patch
	patches.suse/0007-net-mlx5e-Use-preactivate-hook-to-set-the-indirectio.patch
	patches.suse/0008-net-mlx5e-Fix-configuration-of-XPS-cpumasks-and-netd.patch
	patches.suse/net-mlx5e-Remove-unneeded-netif_set_real_num_tx_queu.patch
	patches.suse/net-mlx5e-Allow-mlx5e_switch_priv_channels-to-fail-a.patch
	patches.suse/net-mlx5e-Add-context-to-the-preactivate-hook.patch
	patches.suse/net-mlx5e-Change-inline-mode-correctly-when-changing.patch
	patches.suse/net-mlx5e-RX-Use-indirect-calls-wrapper-for-posting-.patch
	patches.suse/net-mlx5e-RX-Use-indirect-calls-wrapper-for-handling.patch
	patches.suse/net-mlx5-Fix-header-guard-in-rsc_dump.h.patch
	patches.suse/net-mlx5-sparse-warning-incorrect-type-in-assignment.patch
	patches.suse/net-mlx5-sparse-warning-Using-plain-integer-as-NULL-.patch
	patches.suse/mlxsw-spectrum_switchdev-Optimize-SFN-records-proces.patch
	patches.suse/mlxsw-spectrum-Move-the-ECN-marked-packet-counter-to.patch
	patches.suse/mlxsw-spectrum-Initialize-advertised-speeds-to-suppo.patch
	patches.suse/mlxsw-spectrum-Add-mlxsw_sp_span_ops.buffsize_get-fo.patch
	patches.suse/net-switchdev-do-not-propagate-bridge-updates-across.patch
	patches.suse/selftests-mlxsw-Add-a-RED-selftest.patch
	patches.suse/selftests-add-egress-redirect-test-to-mlxsw-tc-flowe.patch
	patches.suse/selftests-add-a-mirror-test-to-mlxsw-tc-flower-restr.patch
	patches.suse/selftests-devlink_trap_l3_drops-Avoid-race-condition.patch
	patches.suse/selftests-mlxsw-Use-busywait-helper-in-blackhole-rou.patch
	patches.suse/selftests-mlxsw-Use-busywait-helper-in-vxlan-test.patch
	patches.suse/selftests-mlxsw-Use-busywait-helper-in-rtnetlink-tes.patch
	patches.suse/selftests-mlxsw-Add-shared-buffer-configuration-test.patch
	patches.suse/selftests-devlink_lib-Check-devlink-info-command-is-.patch
	patches.suse/selftests-devlink_lib-Add-devlink-port-helpers.patch
	patches.suse/selftests-mlxsw-Add-mlxsw-lib.patch
	patches.suse/selftests-mlxsw-Add-shared-buffer-traffic-test.patch
	patches.suse/selftests-mlxsw-Reduce-running-time-using-offload-in.patch
	patches.suse/selftests-mlxsw-Reduce-router-scale-running-time-usi.patch
	patches.suse/selftests-mlxsw-resource_scale-Invoke-for-Spectrum-3.patch
	patches.suse/s390-qeth-remove-dead-code-in-qeth_l3_iqd_read_initial_mac
	patches.suse/s390-qeth-clean-up-create_addr-cmd-code
	patches.suse/s390-qeth-validate-device-provided-mac-address
	patches.suse/s390-qeth-remove-unused-cmd-definitions
	patches.suse/s390-qeth-reset-seqnos-on-connection-startup
	patches.suse/s390-qeth-don-t-re-start-read-cmd-when-idx-has-terminated
	patches.suse/s390-qeth-don-t-check-for-iff_up-when-scheduling-napi
	patches.suse/s390-qeth-support-configurable-rx-copybreak
	patches.suse/dpaa2-eth-add-support-for-mii-ioctls.patch
	patches.suse/dpaa2-eth-add-support-for-nway-reset.patch
	patches.suse/net-phylink-propagate-resolved-link-config-via-mac_l.patch
	patches.suse/net-dsa-propagate-resolved-link-config-via-mac_link_.patch
	patches.suse/net-dpaa2-mac-use-resolved-link-config-in-mac_link_u.patch
	patches.suse/net-macb-use-resolved-link-config-in-mac_link_up.patch
	patches.suse/mlxsw-reg-Update-module_type-values-in-PMTM-register.patch
	patches.suse/net-mlx5e-Don-t-allow-forwarding-between-uplink.patch
	patches.suse/net-mlx5-Eswitch-avoid-redundant-mask.patch
	patches.suse/net-mlx5e-Eswitch-Use-per-vport-tables-for-mirroring.patch
	patches.suse/net-mlx5-E-Switch-Allow-goto-earlier-chain-if-FW-sup.patch
	patches.suse/net-mlx5e-Rename-representor-get-devlink-port-functi.patch
	patches.suse/net-mlx5e-Add-support-for-devlink-port-in-non-repres.patch
	patches.suse/net-mlx5-Change-the-name-of-steering-mode-param-id.patch
	patches.suse/net-mlx5e-Add-devlink-fdb_large_groups-parameter.patch
	patches.suse/net-mlx5-DR-Change-matcher-priority-parameter-type.patch
	patches.suse/net-mlx5-DR-Improve-log-messages.patch
	patches.suse/net-mlx5e-Use-netdev_warn-for-errors-for-added-prefi.patch
	patches.suse/net-mlx5e-Use-netdev_warn-instead-of-pr_err-for-erro.patch
	patches.suse/net-mlx5e-Use-NL_SET_ERR_MSG_MOD-extack-for-errors.patch
	patches.suse/net-mlx5e-Remove-unused-argument-from-parse_tc_pedit.patch
	patches.suse/net-mlx5e-Reduce-number-of-arguments-in-slow-path-ha.patch
	patches.suse/net-mlx5e-Remove-redundant-comment-about-goto-slow-p.patch
	patches.suse/xdp-Replace-zero-length-array-with-flexible-array-me.patch
	patches.suse/net-core-Replace-zero-length-array-with-flexible-arr.patch
	patches.suse/bonding-Replace-zero-length-array-with-flexible-arra.patch
	patches.suse/unix-uses-an-atomic-type-for-scm-files-accounting.patch
	patches.suse/net-datagram-drop-destructor-argument-from-several-h.patch
	patches.suse/bpf-Tighten-the-requirements-for-preallocated-hash-m.patch
	patches.suse/bpf-Enforce-preallocation-for-instrumentation-progra.patch
	patches.suse/bpf-Update-locking-comment-in-hashtab-code.patch
	patches.suse/bpf-tracing-Remove-redundant-preempt_disable-in-__bp.patch
	patches.suse/bpf-trace-Remove-EXPORT-from-trace_call_bpf.patch
	patches.suse/bpf-disable-preemption-for-bpf-progs-attached-to-upr.patch
	patches.suse/bpf-trace-Remove-redundant-preempt_disable-from-trac.patch
	patches.suse/perf-bpf-Remove-preempt-disable-around-BPF-invocatio.patch
	patches.suse/bpf-Remove-recursion-prevention-from-rcu-free-callba.patch
	patches.suse/bpf-Dont-iterate-over-possible-CPUs-with-interrupts-.patch
	patches.suse/bpf-Provide-bpf_prog_run_pin_on_cpu-helper.patch
	patches.suse/bpf-Replace-cant_sleep-with-cant_migrate.patch
	patches.suse/bpf-Use-bpf_prog_run_pin_on_cpu-at-simple-call-sites.patch
	patches.suse/bpf-tests-Use-migrate-disable-instead-of-preempt-dis.patch
	patches.suse/bpf-Use-migrate_disable-enabe-in-trampoline-code.patch
	patches.suse/bpf-Use-migrate_disable-enable-in-array-macros-and-c.patch
	patches.suse/bpf-Provide-recursion-prevention-helpers.patch
	patches.suse/bpf-Use-recursion-prevention-helpers-in-hashtab-code.patch
	patches.suse/bpf-Replace-open-coded-recursion-prevention-in-sys_b.patch
	patches.suse/bpf-Factor-out-hashtab-bucket-lock-operations.patch
	patches.suse/bpf-Prepare-hashtab-locking-for-PREEMPT_RT.patch
	patches.suse/bpf-lpm-Make-locking-RT-friendly.patch
	patches.suse/bpf-stackmap-Dont-trylock-mmap_sem-with-PREEMPT_RT-a.patch
	patches.suse/selftests-bpf-Run-reuseport-tests-only-with-supporte.patch
	patches.suse/selftests-bpf-Run-SYN-cookies-with-reuseport-BPF-tes.patch
	patches.suse/selftests-bpf-Print-backtrace-on-SIGSEGV-in-test_pro.patch
	patches.suse/virtio_net-Keep-vnet-header-zeroed-if-XDP-is-loaded-.patch
	patches.suse/virtio_net-Add-XDP-meta-data-support.patch
	patches.suse/bpftool-Support-struct_ops-tracing-ext-prog-types.patch
	patches.suse/bpftool-Move-out-sections-to-separate-functions.patch
	patches.suse/bpftool-Make-probes-which-emit-dmesg-warnings-option.patch
	patches.suse/bpftool-Update-documentation-of-bpftool-feature-comm.patch
	patches.suse/bpftool-Update-bash-completion-for-bpftool-feature-c.patch
	patches.suse/selftests-bpf-Add-test-for-bpftool-feature-command.patch
	patches.suse/bpf-Replace-zero-length-array-with-flexible-array-me.patch
	patches.suse/inet_diag-Refactor-inet_sk_diag_fill-dump-and-dump_o.patch
	patches.suse/inet_diag-Move-the-INET_DIAG_REQ_BYTECODE-nlattr-to-.patch
	patches.suse/bpf-INET_DIAG-support-in-bpf_sk_storage.patch
	patches.suse/bpf-inet_diag-Dump-bpf_sk_storages-in-inet_diag_dump.patch
	patches.suse/net-sched-Replace-zero-length-array-with-flexible-ar.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/net-lwtunnel-Replace-zero-length-array-with-flexible.patch
	patches.suse/net-flow_offload-Replace-zero-length-array-with-flex.patch
	patches.suse/netdevice-Replace-zero-length-array-with-flexible-ar.patch
	patches.suse/net-sched-act_ct-Create-nf-flow-table-per-zone.patch
	patches.suse/net-sched-act_ct-Offload-established-connections-to-.patch
	patches.suse/net-sched-act_ct-Software-offload-of-established-flo.patch
	patches.suse/devlink-Introduce-devlink-port-flavour-virtual.patch
	patches.suse/net-mlx5e-Use-devlink-virtual-flavour-for-VF-devlink.patch
	patches.suse/selftests-forwarding-Convert-until_counter_is-to-tak.patch
	patches.suse/selftests-mlxsw-qos_defprio-Use-until_counter_is.patch
	patches.suse/net-mlxfw-Replace-zero-length-array-with-flexible-ar.patch
	patches.suse/net-liquidio-Delete-non-working-LIQUIDIO_PACKAGE-che.patch
	patches.suse/net-chelsio-Don-t-set-N-A-for-not-available-FW.patch
	patches.suse/net-freescale-Clean-drivers-from-static-versions.patch
	patches.suse/net-freescale-Don-t-set-zero-if-FW-not-available-in-.patch
	patches.suse/net-freescale-Don-t-set-zero-if-FW-iand-bus-not-avai.patch
	patches.suse/net-mscc-ocelot-make-ocelot_ace_rule-support-multipl.patch
	patches.suse/net-mscc-ocelot-simplify-tc-flower-offload-structure.patch
	patches.suse/net-mscc-ocelot-replace-rule-and-ocelot_rule-variabl.patch
	patches.suse/net-mscc-ocelot-return-directly-in-ocelot_cls_flower.patch
	patches.suse/gianfar-remove-unnecessary-zeroing-coalesce-settings.patch
	patches.suse/net-sched-act_ct-Fix-ipv6-lookup-of-offloaded-connec.patch
	patches.suse/net-sched-act_ct-Use-pskb_network_may_pull.patch
	patches.suse/pie-use-term-backlog-instead-of-qlen.patch
	patches.suse/pie-remove-unnecessary-type-casting.patch
	patches.suse/pie-remove-pie_vars-accu_prob_overflows.patch
	patches.suse/pie-realign-comment.patch
	patches.suse/r8169-add-PCI_STATUS_PARITY-to-PCI-status-error-bits.patch
	patches.suse/net-rmnet-print-error-message-when-command-fails.patch
	patches.suse/ethtool-add-infrastructure-for-centralized-checking-.patch
	patches.suse/nfp-let-core-reject-the-unsupported-coalescing-param.patch
	patches.suse/ionic-let-core-reject-the-unsupported-coalescing-par.patch
	patches.suse/hisilicon-let-core-reject-the-unsupported-coalescing.patch
	patches.suse/ice-let-core-reject-the-unsupported-coalescing-param.patch
	patches.suse/bnxt-reject-unsupported-coalescing-params.patch
	patches.suse/mlx5-reject-unsupported-coalescing-params.patch
	patches.suse/e1000e-reject-unsupported-coalescing-params.patch
	patches.suse/virtio_net-reject-unsupported-coalescing-params.patch
	patches.suse/net-sched-Make-FIFO-Qdisc-offloadable.patch
	patches.suse/mlxsw-spectrum_qdisc-Introduce-struct-mlxsw_sp_qdisc.patch
	patches.suse/mlxsw-spectrum_qdisc-Add-handle-parameter-to-._ops.r.patch
	patches.suse/mlxsw-spectrum_qdisc-Support-offloading-of-FIFO-Qdis.patch
	patches.suse/selftests-forwarding-ETS-Use-Qdisc-counters.patch
	patches.suse/brcmfmac-add-the-BRCM-4364-found-in-MacBook-Pro-15-2.patch
	patches.suse/wl1251-remove-ti-power-gpio-for-SDIO-mode.patch
	patches.suse/qtnfmac-use-MAJOR.MINOR-format-for-firmware-protocol.patch
	patches.suse/qtnfmac-pass-hardware-capabilities-in-TLV-element.patch
	patches.suse/qtnfmac-merge-PHY_PARAMS_GET-into-MAC_INFO.patch
	patches.suse/qtnfmac-drop-QTN_TLV_ID_NUM_IFACE_COMB-TLV-type.patch
	patches.suse/qtnfmac-implement-extendable-channel-survey-dump.patch
	patches.suse/qtnfmac-pass-max-scan-SSIDs-limit-on-per-radio-basis.patch
	patches.suse/qtnfmac-cleanup-alignment-in-firmware-communication-.patch
	patches.suse/qtnfmac-update-channel-switch-command-to-support-6GH.patch
	patches.suse/qtnfmac-drop-unnecessary-TLVs-from-scan-command.patch
	patches.suse/qtnfmac-fix-potential-spectre-vulnerabilities.patch
	patches.suse/brcmfmac-abort-and-release-host-after-error.patch
	patches.suse/rtw88-remove-unused-parameter-vif-in-rtw_lps_pg_info.patch
	patches.suse/rtw88-add-rtw_read8_mask-and-rtw_read16_mask.patch
	patches.suse/rtw88-pci-8822c-should-set-clock-delay-to-zero.patch
	patches.suse/rtw88-move-rtw_enter_ips-to-the-last-when-config.patch
	patches.suse/rtw88-avoid-holding-mutex-for-cancel_delayed_work_sy.patch
	patches.suse/rtw88-add-ciphers-to-suppress-error-message.patch
	patches.suse/rtw88-8822c-update-power-sequence-to-v16.patch
	patches.suse/rsi-fix-null-pointer-dereference-during-rsi_shutdown.patch
	patches.suse/rtw88-Use-kfree_skb-instead-of-kfree.patch
	patches.suse/rtw88-Use-secondary-channel-offset-enumeration.patch
	patches.suse/rtw88-8822c-modify-rf-protection-setting.patch
	patches.suse/rtw88-disable-TX-AMSDU-on-2.4G-band.patch
	patches.suse/rtw88-8822-bc-Make-tables-const-reduce-data-object-s.patch
	patches.suse/rtw88-Fix-incorrect-beamformee-role-setting.patch
	patches.suse/mwifiex-change-license-text-from-MARVELL-to-NXP.patch
	patches.suse/mt76-move-initialization-of-some-struct-members-to-m.patch
	patches.suse/mt76-introduce-struct-mt76_phy.patch
	patches.suse/mt76-add-support-for-an-extra-wiphy-in-the-rx-path.patch
	patches.suse/mt76-add-support-for-an-extra-wiphy-in-the-main-tx-p.patch
	patches.suse/mt76-add-support-for-an-extra-wiphy-in-the-tx-status.patch
	patches.suse/mt76-add-support-for-an-extra-wiphy-in-mt76_sta_stat.patch
	patches.suse/mt76-move-channel-state-to-struct-mt76_phy.patch
	patches.suse/mt76-keep-a-set-of-software-tx-queues-per-phy.patch
	patches.suse/mt76-move-state-from-struct-mt76_dev-to-mt76_phy.patch
	patches.suse/mt76-move-chainmask-back-to-driver-specific-structs.patch
	patches.suse/mt76-move-txpower_conf-back-to-driver-specific-struc.patch
	patches.suse/mt76-move-txpower-and-antenna-mask-to-struct-mt76_ph.patch
	patches.suse/mt76-add-multiple-wiphy-support-to-mt76_get_min_avg_.patch
	patches.suse/mt76-add-priv-pointer-to-struct-mt76_phy.patch
	patches.suse/mt76-add-function-for-allocating-an-extra-wiphy.patch
	patches.suse/mt76-add-ext_phy-field-to-struct-mt76_wcid.patch
	patches.suse/mt76-move-ampdu_ref-from-mt76_dev-to-driver-struct.patch
	patches.suse/mt76-do-not-overwrite-max_tx_fragments-if-it-has-bee.patch
	patches.suse/mt76-mt7615-add-dual-phy-support-for-mac80211-ops.patch
	patches.suse/mt76-mt7615-add-multiple-wiphy-support-for-smart-car.patch
	patches.suse/mt76-mt7615-add-missing-register-init-for-dual-wiphy.patch
	patches.suse/mt76-mt7615-remove-useless-MT_HW_RDD0-1-enum.patch
	patches.suse/mt76-mt7615-add-multiple-wiphy-support-to-the-dfs-su.patch
	patches.suse/mt76-mt7615-rework-chainmask-handling.patch
	patches.suse/mt76-mt7615-add-multiple-wiphy-support-to-the-rx-pat.patch
	patches.suse/mt76-mt7615-initialize-dbdc-settings-on-interface-ad.patch
	patches.suse/mt76-mt7615-move-radio-mac-initialization-to-.start-.patch
	patches.suse/mt76-mt7615-select-the-correct-tx-queue-for-frames-s.patch
	patches.suse/mt76-mt7615-add-support-for-registering-a-second-wip.patch
	patches.suse/mt76-mt7615-update-beacon-contents-on-BSS_CHANGED_BE.patch
	patches.suse/mt76-mt7615-defer-mcu-initialization-via-workqueue.patch
	patches.suse/mt7615-replace-sta_state-callback-with-sta_add-sta_r.patch
	patches.suse/mt76-fix-rx-dma-ring-descriptor-state-on-reset.patch
	patches.suse/mt76-disable-bh-in-mt76_dma_rx_poll.patch
	patches.suse/mt76-fix-possible-undetected-invalid-MAC-address.patch
	patches.suse/mt76-mt7603-reset-STA_CCA-counter-setting-the-channe.patch
	patches.suse/mt76-eeprom-add-support-for-big-endian-eeprom-partit.patch
	patches.suse/mt76-mt7615-Fix-build-with-older-compilers.patch
	patches.suse/mt76-mt7615-report-firmware-version-using-ethtool.patch
	patches.suse/0001-mt76-mt76x02-fix-coverage_class-type.patch
	patches.suse/mt76-mt7603-set-0-as-min-coverage_class-value.patch
	patches.suse/mt76-mt7615-add-set_coverage-class-support.patch
	patches.suse/mt76-use-AC-specific-reorder-timeout.patch
	patches.suse/mt76-mt76x02-omit-beacon-slot-clearing.patch
	patches.suse/mt76-mt76x02-split-beaconing.patch
	patches.suse/mt76-mt76x02-add-check-for-invalid-vif-idx.patch
	patches.suse/mt76-mt76x02-remove-a-copy-call-for-usb-speedup.patch
	patches.suse/mt76-speed-up-usb-bulk-copy.patch
	patches.suse/mt76-mt76x02-add-channel-switch-support-for-usb-inte.patch
	patches.suse/mt76-usb-use-max-packet-length-for-m76u_copy.patch
	patches.suse/mt76-mt76x02u-do-not-set-NULL-beacons.patch
	patches.suse/mt76-mt76x02-minor-mt76x02_mac_set_beacon-optimizati.patch
	patches.suse/mt76-mt7615-fix-MT7615_CFEND_RATE_DEFAULT-value.patch
	patches.suse/mt76-mt7615-measure-channel-noise-and-report-it-via-.patch
	patches.suse/mt76-mt7615-increase-MCU-command-timeout.patch
	patches.suse/mt76-mt7603-fix-input-validation-issues-for-powersav.patch
	patches.suse/mt76-clear-skb-pointers-from-rx-aggregation-reorder-.patch
	patches.suse/mt76-mt7615-introduce-LED-support.patch
	patches.suse/mt76-mt76x02-simplify-led-reg-definitions.patch
	patches.suse/mt76-mt7603-simplify-led-reg-definitions.patch
	patches.suse/mt76-fix-compilation-warning-in-mt76_eeprom_override.patch
	patches.suse/mt76-mt7615-add-missing-settings-for-simultaneous-du.patch
	patches.suse/mt76-mt7615-rework-set_channel-function.patch
	patches.suse/mt76-mt7615-add-set_antenna-callback.patch
	patches.suse/mt76-mt7615-report-TSF-information.patch
	patches.suse/mt76-mt7615-add-per-phy-mib-statistics.patch
	patches.suse/mt76-mt7615-add-a-get_stats-callback.patch
	patches.suse/mt76-move-dev_irq-tracepoint-in-mt76-module.patch
	patches.suse/mt76-move-mac_txdone-tracepoint-in-mt76-module.patch
	patches.suse/mt76-mt7615-add-tracing-support.patch
	patches.suse/mt76-mt76x2-get-rid-of-leftover-target.patch
	patches.suse/mt76-mt7615-initialize-radar-specs-from-host-driver.patch
	patches.suse/mt76-mt7615-fix-endianness-in-mt7615_mcu_set_eeprom.patch
	patches.suse/mt76-move-WIPHY_FLAG_HAS_CHANNEL_SWITCH-in-mt76_phy_.patch
	patches.suse/mt76-mt7615-remove-leftover-routine-declaration.patch
	patches.suse/mt76-rely-on-mac80211-utility-routines-to-compute-ai.patch
	patches.suse/mt76-mt76x02u-avoid-overwrite-max_tx_fragments.patch
	patches.suse/mt76-mt76u-check-tx_status_data-pointer-in-mt76u_tx_.patch
	patches.suse/mt76-mt76u-add-mt76u_process_rx_queue-utility-routin.patch
	patches.suse/mt76-mt76u-add-mt76_queue-to-mt76u_get_next_rx_entry.patch
	patches.suse/mt76-mt76u-add-mt76_queue-to-mt76u_refill_rx-signatu.patch
	patches.suse/mt76-mt76u-use-mt76_queue-as-mt76u_complete_rx-conte.patch
	patches.suse/mt76-mt76u-add-queue-id-parameter-to-mt76u_submit_rx.patch
	patches.suse/mt76-mt76u-move-mcu-buffer-allocation-in-mt76x02u-dr.patch
	patches.suse/mt76-mt76u-introduce-mt76u_free_rx_queue-utility-rou.patch
	patches.suse/mt76-mt76u-stop-free-all-possible-rx-queues.patch
	patches.suse/mt76-mt76u-add-mt76u_alloc_rx_queue-utility-routine.patch
	patches.suse/mt76-mt76u-add-queue-parameter-to-mt76u_rx_urb_alloc.patch
	patches.suse/mt76-mt76u-resume-all-rx-queue-in-mt76u_resume_rx.patch
	patches.suse/mt76-mt76u-introduce-mt76u_alloc_mcu_queue-utility-r.patch
	patches.suse/mt76-mt76u-add-read-write-_extended-utility-routines.patch
	patches.suse/mt76-mt76u-take-into-account-different-queue-mapping.patch
	patches.suse/mt76-mt76u-introduce-mt76u_skb_dma_info-routine.patch
	patches.suse/mt76-mt76u-add-endpoint-to-mt76u_bulk_msg-signature.patch
	patches.suse/mt76-mt76u-introduce-MT_DRV_RX_DMA_HDR-flag.patch
	patches.suse/mt76-set-dma-done-flag-for-flushed-descriptors.patch
	patches.suse/mt76-fix-handling-full-tx-queues-in-mt76_dma_tx_queu.patch
	patches.suse/mt76-dma-do-not-write-cpu_idx-on-rx-queue-reset-unti.patch
	patches.suse/mt76-mt7603-increase-dma-mcu-rx-ring-size.patch
	patches.suse/mt76-enable-Airtime-Queue-Limit-support.patch
	patches.suse/mt76-mt7615-add-__aligned-4-to-txp-structs.patch
	patches.suse/mt76-mt7615-move-mmio-related-code-from-pci.c-to-mmi.patch
	patches.suse/mt76-mt7615-split-up-firmware-loading-functions.patch
	patches.suse/mt76-mt7615-store-N9-firmware-version-instead-of-CR4.patch
	patches.suse/mt76-mt7615-fix-MT_INT_TX_DONE_ALL-definition-for-MT.patch
	patches.suse/mt76-mt7615-add-dma-and-tx-queue-initialization-for-.patch
	patches.suse/mt76-mt7615-add-eeprom-support-for-MT7622.patch
	patches.suse/mt76-mt7615-add-calibration-free-support-for-MT7622.patch
	patches.suse/mt76-mt7615-disable-5-GHz-on-MT7622.patch
	patches.suse/mt76-mt7615-implement-probing-and-firmware-loading-o.patch
	patches.suse/mt76-mt7615-implement-DMA-support-for-MT7622.patch
	patches.suse/mt76-mt7615-decrease-rx-ring-size-for-MT7622.patch
	patches.suse/mt76-mt7615-disable-DBDC-on-MT7622.patch
	patches.suse/mt76-mt7615-add-Kconfig-entry-for-MT7622.patch
	patches.suse/mt76-mt7615-fix-and-rework-tx-power-handling.patch
	patches.suse/mt76-mt7615-report-firmware-log-event-messages.patch
	patches.suse/mt76-mt7615-implement-hardware-reset-support.patch
	patches.suse/mt76-mt7615-add-support-for-testing-hardware-reset.patch
	patches.suse/mt76-mt7615-simplify-mcu_set_bmc-flow.patch
	patches.suse/mt76-mt7615-simplify-mcu_set_sta-flow.patch
	patches.suse/mt76-mt7615-add-a-helper-to-encapsulate-sta_rec-oper.patch
	patches.suse/mt76-mt7615-add-starec-operating-flow-for-firmware-v.patch
	patches.suse/mt76-mt7615-use-new-tag-sta_rec_wtbl.patch
	patches.suse/mt76-mt7615-switch-mt7615_mcu_set_tx_ba-to-v2-format.patch
	patches.suse/mt76-mt7615-switch-mt7615_mcu_set_rx_ba-to-v2-format.patch
	patches.suse/mt76-mt7615-fix-adding-active-monitor-interfaces.patch
	patches.suse/mt76-mt7615-fix-monitor-mode-on-second-PHY.patch
	patches.suse/mt76-avoid-extra-RCU-synchronization-on-station-remo.patch
	patches.suse/mt76-mt76x2-avoid-starting-the-MAC-too-early.patch
	patches.suse/mt76-fix-rounding-issues-on-converting-per-chain-and.patch
	patches.suse/mt76-mt7615-rework-rx-phy-index-handling.patch
	patches.suse/mt76-do-not-set-HOST_BROADCAST_PS_BUFFERING-for-mt76.patch
	patches.suse/mt76-mt7615-rely-on-mt76_queues_read-for-mt7622.patch
	patches.suse/mt76-mt76u-extend-RX-scatter-gather-number.patch
	patches.suse/mt76-mt76u-rename-stat_wq-in-wq.patch
	patches.suse/mt76-mt7615-remove-rx_mask-in-mt7615_eeprom_parse_hw.patch
	patches.suse/mt76-Introduce-mt76_mcu-data-structure.patch
	patches.suse/PCI-Introduce-pci_get_dsn.patch
	patches.suse/bnxt_en-Use-pci_get_dsn.patch
	patches.suse/scsi-qedf-use-pci_get_dsn
	patches.suse/ice-Use-pci_get_dsn.patch
	patches.suse/ixgbe-Use-pci_get_dsn.patch
	patches.suse/nfp-Use-pci_get_dsn.patch
	patches.suse/tun-fix-misleading-comment-format.patch
	patches.suse/tun-get-rid-of-DBG1-macro.patch
	patches.suse/tun-drop-useless-debugging-statements.patch
	patches.suse/tun-replace-tun_debug-by-netif_info.patch
	patches.suse/tun-drop-TUN_DEBUG-and-tun_debug.patch
	patches.suse/RDMA-ipoib-reject-unsupported-coalescing-params.patch
	patches.suse/tun-reject-unsupported-coalescing-params.patch
	patches.suse/vmxnet3-let-core-reject-the-unsupported-coalescing-p.patch
	patches.suse/staging-qlge-reject-unsupported-coalescing-params.patch
	patches.suse/wil6210-reject-unsupported-coalescing-params.patch
	patches.suse/flow_offload-Introduce-offload-of-HW-stats-type.patch
	patches.suse/ocelot_flower-use-flow_offload_has_one_action-helper.patch
	patches.suse/flow_offload-check-for-basic-action-hw-stats-type.patch
	patches.suse/mlxsw-spectrum_flower-Do-not-allow-mixing-HW-stats-t.patch
	patches.suse/mlxsw-restrict-supported-HW-stats-type-to-any.patch
	patches.suse/flow_offload-introduce-immediate-HW-stats-type-and-a.patch
	patches.suse/flow_offload-introduce-delayed-HW-stats-type-and-all.patch
	patches.suse/mlxsw-spectrum_acl-Ask-device-for-rule-stats-only-if.patch
	patches.suse/flow_offload-introduce-disabled-HW-stats-type-and-al.patch
	patches.suse/sched-act-allow-user-to-specify-type-of-HW-stats-for.patch
	patches.suse/cxgb4-chcr-Register-to-tls-add-and-del-callback.patch
	patches.suse/cxgb4-chcr-Save-tx-keys-and-handle-HW-response.patch
	patches.suse/cxgb4-chcr-complete-record-tx-handling.patch
	patches.suse/chcr-handle-partial-end-part-of-a-record.patch
	patches.suse/chcr-Handle-first-or-middle-part-of-record.patch
	patches.suse/cxgb4-chcr-Add-ipv6-support-and-statistics.patch
	patches.suse/bareudp-add-module-alias.patch
	patches.suse/bareudp-print-error-message-when-command-fails.patch
	patches.suse/bareudp-remove-unnecessary-udp_encap_enable-in-bareu.patch
	patches.suse/net-sched-act_ct-fix-lockdep-splat-in-tcf_ct_flow_ta.patch
	patches.suse/bnxt_en-Handle-all-NQ-notifications-in-bnxt_poll_p5.patch
	patches.suse/bnxt_en-Simplify-__bnxt_poll_cqs_done.patch
	patches.suse/bnxt_en-Process-the-NQ-under-NAPI-continuous-polling.patch
	patches.suse/bnxt_en-Clear-DCB-settings-after-firmware-reset.patch
	patches.suse/bnxt_en-Remove-unnecessary-assignment-of-return-code.patch
	patches.suse/bnxt_en-Modify-some-bnxt_hwrm_-_free-functions-to-vo.patch
	patches.suse/bnxt_en-Return-EAGAIN-if-fw-command-returns-BUSY.patch
	patches.suse/bnxt_en-Call-devlink_port_type_clear-in-remove.patch
	patches.suse/fsl-fman-reuse-set_mac_address-in-dtsec-init.patch
	patches.suse/fsl-fman-tolerate-missing-MAC-address-in-device-tree.patch
	patches.suse/dpaa_eth-Use-random-MAC-address-when-none-is-given.patch
	patches.suse/net-sched-pie-change-tc_pie_xstats-prob.patch
	patches.suse/s390-qdio-add-tighter-controls-for-irq-polling
	patches.suse/s390-qeth-remove-vnicc-callback-parameter-struct
	patches.suse/r8169-convert-while-to-for-loop-in-rtl_tx.patch
	patches.suse/r8169-ensure-tx_skb-is-fully-reset-after-calling-rtl.patch
	patches.suse/r8169-simplify-usage-of-rtl8169_unmap_tx_skb.patch
	patches.suse/r8169-remove-now-unneeded-barrier-in-rtl_tx.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-hns3-fix-some-mixed-type-assignment.patch
	patches.suse/net-hns3-rename-macro-HCLGE_MAX_NCL_CONFIG_LENGTH.patch
	patches.suse/net-hns3-remove-an-unnecessary-resetting-check-in-hc.patch
	patches.suse/net-hns3-delete-some-reduandant-code.patch
	patches.suse/net-hns3-add-a-check-before-PF-inform-VF-to-reset.patch
	patches.suse/net-hns3-print-out-status-register-when-VF-receives-.patch
	patches.suse/net-hns3-print-out-command-code-when-dump-fails-in-d.patch
	patches.suse/net-hns3-synchronize-some-print-relating-to-reset-is.patch
	patches.suse/net-hns3-delete-unnecessary-logs-after-kzalloc-fails.patch
	patches.suse/net-mlx5-fix-spelling-mistake-reserverd-reserved.patch
	patches.suse/net-mlx5e-Replace-zero-length-array-with-flexible-ar.patch
	patches.suse/net-mlx5-Expose-raw-packet-pacing-APIs.patch
	patches.suse/net-mlx5-Introduce-egress-acl-forward-to-vport-capab.patch
	patches.suse/net-mlx5-Introduce-TLS-and-IPSec-objects-enums.patch
	patches.suse/net-mlx5-Expose-link-speed-directly.patch
	patches.suse/net-mlx5-HW-bit-for-goto-chain-offload-support.patch
	patches.suse/net-mlx5-Expose-port-speed-when-possible.patch
	patches.suse/net-mlx5-Tidy-up-and-fix-reverse-christmas-ordring.patch
	patches.suse/net-mlx5-E-Switch-Use-vport-metadata-matching-only-w.patch
	patches.suse/net-mlx5-Verify-goto-chain-offload-support.patch
	patches.suse/net-mlx5e-Fix-an-IS_ERR-vs-NULL-check.patch
	patches.suse/net-mlx5-Allocate-smaller-size-tables-for-ft-offload.patch
	patches.suse/net-mlx5-E-switch-make-query-inline-mode-a-static-fu.patch
	patches.suse/net-mlx5e-Introduce-root-ft-concept-for-representors.patch
	patches.suse/net-mlx5e-Show-set-Rx-flow-indir-table-and-RSS-hash-.patch
	patches.suse/net-mlx5e-Init-ethtool-steering-for-representors.patch
	patches.suse/net-mlx5e-Show-set-Rx-network-flow-classification-ru.patch
	patches.suse/flow_offload-use-flow_action_for_each-in-flow_action.patch
	patches.suse/enetc-Drop-redundant-device-node-check.patch
	patches.suse/enetc-Clean-up-of-ehtool-stats-len.patch
	patches.suse/enetc-Clean-up-Rx-BD-iteration.patch
	patches.suse/enetc-Add-dynamic-allocation-of-extended-Rx-BD-rings.patch
	patches.suse/flow_offload-fix-allowed-types-check.patch
	patches.suse/flow_offload-turn-hw_stats_type-into-dedicated-enum.patch
	patches.suse/flow_offload-restrict-driver-to-pass-one-allowed-bit.patch
	patches.suse/ice-Cleanup-unneeded-parenthesis.patch
	patches.suse/iavf-Enable-support-for-up-to-16-queues.patch
	patches.suse/ice-allow-bigger-VFs.patch
	patches.suse/ice-Improve-clarity-of-prints-and-variables.patch
	patches.suse/ice-Fix-removing-driver-while-bare-metal-VFs-pass-tr.patch
	patches.suse/ice-Display-Link-detected-via-Ethtool-in-safe-mode.patch
	patches.suse/ice-Fix-corner-case-when-switching-from-IEEE-to-CEE.patch
	patches.suse/ice-renegotiate-link-after-FW-DCB-on.patch
	patches.suse/ice-Correct-setting-VLAN-pruning.patch
	patches.suse/ice-Increase-mailbox-receive-queue-length-to-maximum.patch
	patches.suse/ice-fix-use-of-deprecated-strlcpy.patch
	patches.suse/ice-Fix-format-specifier.patch
	patches.suse/ice-Use-EOPNOTSUPP-instead-of-ENOTSUPP.patch
	patches.suse/ice-use-variable-name-more-descriptive-than-type.patch
	patches.suse/ice-fix-incorrect-size-description-of-ice_get_nvm_ve.patch
	patches.suse/r8169-let-rtl8169_mark_to_asic-clear-rx-descriptor-f.patch
	patches.suse/r8169-simplify-getting-stats-by-using-netdev_stats_t.patch
	patches.suse/net-ena-reject-unsupported-coalescing-params.patch
	patches.suse/0048-net-aquantia-reject-all-unsupported-coalescing-param.patch
	patches.suse/net-bnx2-reject-unsupported-coalescing-params.patch
	patches.suse/net-bnx2x-reject-unsupported-coalescing-params.patch
	patches.suse/0001-net-tg3-reject-unsupported-coalescing-params.patch
	patches.suse/net-liquidio-reject-unsupported-coalescing-params.patch
	patches.suse/net-mlx4-reject-unsupported-coalescing-params.patch
	patches.suse/net-cxgb4-reject-unsupported-coalescing-params.patch
	patches.suse/net-cxgb4vf-reject-unsupported-coalescing-params.patch
	patches.suse/bareudp-Fixed-bareudp-receive-handling.patch
	patches.suse/sfc-ethtool-Refactor-to-remove-fallthrough-comments-.patch
	patches.suse/net-be2net-reject-unsupported-coalescing-params.patch
	patches.suse/net-dpaa-reject-unsupported-coalescing-params.patch
	patches.suse/net-fec-reject-unsupported-coalescing-params.patch
	patches.suse/net-gianfar-reject-unsupported-coalescing-params.patch
	patches.suse/net-hns-reject-unsupported-coalescing-params.patch
	patches.suse/net-hns3-reject-unsupported-coalescing-params.patch
	patches.suse/net-e1000-reject-unsupported-coalescing-params.patch
	patches.suse/net-fm10k-reject-unsupported-coalescing-params.patch
	patches.suse/net-i40e-reject-unsupported-coalescing-params.patch
	patches.suse/net-iavf-reject-unsupported-coalescing-params.patch
	patches.suse/net-igb-let-core-reject-the-unsupported-coalescing-p.patch
	patches.suse/net-igbvf-reject-unsupported-coalescing-params.patch
	patches.suse/net-igc-let-core-reject-the-unsupported-coalescing-p.patch
	patches.suse/net-ixgbe-reject-unsupported-coalescing-params.patch
	patches.suse/net-ixgbevf-reject-unsupported-coalescing-params.patch
	patches.suse/net-sched-Introduce-ingress-classification-function.patch
	patches.suse/net-sched-Pass-ingress-block-to-tcf_classify_ingress.patch
	patches.suse/net-sched-Change-the-block-s-chain-list-to-an-rcu-li.patch
	patches.suse/net-sched-Support-specifying-a-starting-chain-via-tc.patch
	patches.suse/net-mlx5-Introduce-mapping-infra-for-mapping-unique-.patch
	patches.suse/net-mlx5-E-Switch-Move-source-port-on-reg_c0-to-the-.patch
	patches.suse/net-mlx5-E-Switch-Get-reg_c0-value-on-CQE.patch
	patches.suse/net-mlx5-E-Switch-Mark-miss-packets-with-new-chain-i.patch
	patches.suse/net-mlx5e-Rx-Split-rep-rx-mpwqe-handler-from-nic.patch
	patches.suse/net-mlx5-E-Switch-Restore-chain-id-on-miss.patch
	patches.suse/net-mlx5e-Allow-re-allocating-mod-header-actions.patch
	patches.suse/net-mlx5e-Move-tc-tunnel-parsing-logic-with-the-rest.patch
	patches.suse/net-mlx5e-Disallow-inserting-vxlan-vlan-egress-rules.patch
	patches.suse/net-mlx5e-Support-inner-header-rewrite-with-goto-act.patch
	patches.suse/net-mlx5-E-Switch-Get-reg_c1-value-on-miss.patch
	patches.suse/net-mlx5e-Restore-tunnel-metadata-on-miss.patch
	patches.suse/net-mlx5-E-Switch-Enable-reg-c1-loopback-when-possib.patch
	patches.suse/net-mlx5e-en_rep-Create-uplink-rep-root-table-after-.patch
	patches.suse/netfilter-flowtable-Add-API-for-registering-to-flow-.patch
	patches.suse/net-sched-act_ct-Instantiate-flow-table-entry-action.patch
	patches.suse/net-sched-act_ct-Support-restoring-conntrack-info-on.patch
	patches.suse/net-sched-act_ct-Support-refreshing-the-flow-table-e.patch
	patches.suse/net-sched-act_ct-Enable-hardware-offload-of-flow-tab.patch
	patches.suse/net-mlx5-E-Switch-Introduce-global-tables.patch
	patches.suse/net-mlx5-E-Switch-Add-support-for-offloading-rules-w.patch
	patches.suse/net-mlx5-E-Switch-Support-getting-chain-mapping.patch
	patches.suse/flow_offload-Add-flow_match_ct-to-get-rule-ct-match.patch
	patches.suse/net-mlx5e-CT-Introduce-connection-tracking.patch
	patches.suse/net-mlx5e-CT-Offload-established-flows.patch
	patches.suse/net-mlx5e-CT-Handle-misses-after-executing-CT-action.patch
	patches.suse/net-mlx5e-CT-Support-clear-action.patch
	patches.suse/ethtool-rename-ethnl_parse_header-to-ethnl_parse_hea.patch
	patches.suse/ethtool-update-mapping-of-features-to-legacy-ioctl-r.patch
	patches.suse/ethtool-provide-netdev-features-with-FEATURES_GET-re.patch
	patches.suse/ethtool-add-ethnl_parse_bitset-helper.patch
	patches.suse/ethtool-set-netdev-features-with-FEATURES_SET-reques.patch
	patches.suse/ethtool-add-FEATURES_NTF-notification.patch
	patches.suse/ethtool-provide-private-flags-with-PRIVFLAGS_GET-req.patch
	patches.suse/ethtool-set-device-private-flags-with-PRIVFLAGS_SET-.patch
	patches.suse/ethtool-add-PRIVFLAGS_NTF-notification.patch
	patches.suse/ethtool-provide-ring-sizes-with-RINGS_GET-request.patch
	patches.suse/ethtool-set-device-ring-sizes-with-RINGS_SET-request.patch
	patches.suse/ethtool-add-RINGS_NTF-notification.patch
	patches.suse/ethtool-provide-channel-counts-with-CHANNELS_GET-req.patch
	patches.suse/ethtool-set-device-channel-counts-with-CHANNELS_SET-.patch
	patches.suse/ethtool-add-CHANNELS_NTF-notification.patch
	patches.suse/ethtool-fix-spelling-mistake-exceeeds-exceeds.patch
	patches.suse/bpftool-Add-header-guards-to-generated-vmlinux.h.patch
	patches.suse/libbpf-Fix-use-of-PT_REGS_PARM-macros-with-vmlinux.h.patch
	patches.suse/selftests-bpf-Fix-BPF_KRETPROBE-macro-and-use-it-in-.patch
	patches.suse/libbpf-Merge-selftests-bpf_trace_helpers.h-into-libb.patch
	patches.suse/bpf-Reliably-preserve-btf_trace_xxx-types.patch
	patches.suse/selftests-bpf-Declare-bpf_log_buf-variables-as-stati.patch
	patches.suse/bpf-Introduce-pinnable-bpf_link-abstraction.patch
	patches.suse/libbpf-Add-bpf_link-pinning-unpinning.patch
	patches.suse/selftests-bpf-Add-link-pinning-selftests.patch
	patches.suse/bpf-Add-gso_size-to-__sk_buff.patch
	patches.suse/bpf-Sync-uapi-bpf.h-to-tools-b0ac4941.patch
	patches.suse/selftests-bpf-Test-new-__sk_buff-field-gso_size.patch
	patches.suse/libbpf-Fix-handling-of-optional-field_name-in-btf_du.patch
	patches.suse/bpf-Switch-BPF-UAPI-define-constants-used-from-BPF-p.patch
	patches.suse/libbpf-Assume-unsigned-values-for-BTF_KIND_ENUM.patch
	patches.suse/tools-runqslower-Drop-copy-pasted-BPF_F_CURRENT_CPU-.patch
	patches.suse/selftests-bpf-Support-out-of-tree-vmlinux-builds-for.patch
	patches.suse/bpf-Refactor-trampoline-update-code.patch
	patches.suse/bpf-JIT-helpers-for-fmod_ret-progs.patch
	patches.suse/bpf-Introduce-BPF_MODIFY_RETURN.patch
	patches.suse/bpf-Attachment-verification-for-BPF_MODIFY_RETURN.patch
	patches.suse/tools-libbpf-Add-support-for-BPF_MODIFY_RETURN.patch
	patches.suse/bpf-Add-test-ops-for-BPF_PROG_TYPE_TRACING.patch
	patches.suse/bpf-Add-selftests-for-BPF_MODIFY_RETURN.patch
	patches.suse/bpf-Remove-unnecessary-CAP_MAC_ADMIN-check.patch
	patches.suse/bpf-Fix-bpf_prog_test_run_tracing-for-CONFIG_NET.patch
	patches.suse/bpf-sockmap-Only-check-ULP-for-TCP-sockets.patch
	patches.suse/skmsg-Update-saved-hooks-only-once.patch
	patches.suse/bpf-tcp-Move-assertions-into-tcp_bpf_get_proto.patch
	patches.suse/bpf-tcp-Guard-declarations-with-CONFIG_NET_SOCK_MSG.patch
	patches.suse/bpf-sockmap-Move-generic-sockmap-hooks-from-BPF-TCP.patch
	patches.suse/bpf-sockmap-Simplify-sock_map_init_proto.patch
	patches.suse/bpf-Add-sockmap-hooks-for-UDP-sockets.patch
	patches.suse/bpf-sockmap-Add-UDP-support.patch
	patches.suse/selftests-bpf-Don-t-listen-on-UDP-sockets.patch
	patches.suse/selftests-bpf-Add-tests-for-UDP-sockets-in-sockmap.patch
	patches.suse/selftests-bpf-Enable-UDP-sockmap-reuseport-tests.patch
	patches.suse/bpftool-Introduce-prog-profile-command.patch
	patches.suse/bpftool-Documentation-for-bpftool-prog-profile.patch
	patches.suse/bpftool-Bash-completion-for-bpftool-prog-profile.patch
	patches.suse/bpftool-Fix-typo-in-bash-completion.patch
	patches.suse/bpf-Add-bpf_link_new_file-that-doesn-t-install-FD.patch
	patches.suse/bpf-Fix-trampoline-generation-for-fmod_ret-programs.patch
	patches.suse/tools-runqslower-Add-BPF_F_CURRENT_CPU-for-running-s.patch
	patches.suse/bpftool-Use-linux-types.h-from-source-tree-for-profi.patch
	patches.suse/bpftool-Only-build-bpftool-prog-profile-if-supported.patch
	patches.suse/bpftool-Skeleton-should-depend-on-libbpf.patch
	patches.suse/bpftool-Add-_bpftool-and-profiler.skel.h-to-.gitigno.patch
	patches.suse/libbpf-Split-BTF-presence-checks-into-libbpf-and-ker.patch
	patches.suse/tools-bpftool-Allow-all-prog-map-handles-for-pinning.patch
	patches.suse/tools-bpftool-Fix-minor-bash-completion-mistakes.patch
	patches.suse/fs-nsfs.c-Added-ns_match.patch
	patches.suse/bpf-Added-new-helper-bpf_get_ns_current_pid_tgid.patch
	patches.suse/tools-testing-selftests-bpf-Add-self-tests-for-new-h.patch
	patches.suse/bpf-Add-bpf_xdp_output-helper.patch
	patches.suse/tools-bpftool-Restore-message-on-failure-to-guess-pr.patch
	patches.suse/selftests-bpf-Guarantee-that-useep-calls-nanosleep-s.patch
	patches.suse/selftests-bpf-Make-tcp_rtt-test-more-robust-to-failu.patch
	patches.suse/bpf-Abstract-away-entire-bpf_link-clean-up-procedure.patch
	patches.suse/bpf-Add-bpf_trampoline_-name-prefix-for-DECLARE_BPF_.patch
	patches.suse/bpf-Add-struct-bpf_ksym.patch
	patches.suse/bpf-Add-name-to-struct-bpf_ksym.patch
	patches.suse/bpf-Move-lnode-list-node-to-struct-bpf_ksym.patch
	patches.suse/bpf-Move-ksym_tnode-to-bpf_ksym.patch
	patches.suse/bpf-Add-bpf_ksym_find-function.patch
	patches.suse/bpf-Add-prog-flag-to-struct-bpf_ksym-object.patch
	patches.suse/bpf-Add-bpf_ksym_add-del-functions.patch
	patches.suse/bpf-Add-trampolines-to-kallsyms.patch
	patches.suse/bpf-Add-dispatchers-to-kallsyms.patch
	patches.suse/bpf-Remove-bpf_image-tree.patch
	patches.suse/selftests-bpf-Fix-usleep-implementation.patch
	patches.suse/bpf_helpers_doc.py-Fix-warning-when-compiling-bpftoo.patch
	patches.suse/bpf-Add-missing-annotations-for-__bpf_prog_enter-and.patch
	patches.suse/tools-bpf-Move-linux-types.h-for-selftests-and-bpfto.patch
	patches.suse/selftests-bpf-Fix-spurious-failures-in-accept-due-to.patch
	patches.suse/selftests-bpf-Ensure-consistent-test-failure-output.patch
	patches.suse/libbpf-Ignore-incompatible-types-with-matching-name-.patch
	patches.suse/libbpf-Provide-CO-RE-variants-of-PT_REGS-macros.patch
	patches.suse/selftests-bpf-Add-vmlinux.h-selftest-exercising-trac.patch
	patches.suse/net-mlx5-E-Switch-Remove-redundant-check-of-eswitch-.patch
	patches.suse/net-mlx5-E-Switch-Hold-mutex-when-querying-drop-coun.patch
	patches.suse/net-mlx5-E-Switch-Remove-redundant-warning-when-QoS-.patch
	patches.suse/net-mlx5-E-Switch-Prepare-for-vport-enable-disable-r.patch
	patches.suse/net-mlx5-E-switch-Make-vport-setup-cleanup-sequence-.patch
	patches.suse/net-mlx5-E-Switch-Introduce-per-vport-configuration-.patch
	patches.suse/net-mlx5-E-Switch-Update-VF-vports-config-when-num-o.patch
	patches.suse/net-mlx5-E-Switch-Refactor-unload-all-reps-per-rep-t.patch
	patches.suse/net-mlx5-Accept-flow-rules-without-match.patch
	patches.suse/net-mlx5-E-switch-Annotate-termtbl_mutex-mutex-destr.patch
	patches.suse/net-mlx5-E-switch-Annotate-esw-state_lock-mutex-dest.patch
	patches.suse/net-mlx5-Avoid-deriving-mlx5_core_dev-second-time.patch
	patches.suse/net-mlx5-DR-Add-support-for-flow-table-id-destinatio.patch
	patches.suse/net-mlx5-DR-Remove-unneeded-functions-deceleration.patch
	patches.suse/cxgb4-update-T5-T6-adapter-register-ranges.patch
	patches.suse/net-ena-ethtool-clean-up-minor-indentation-issue.patch
	patches.suse/sfc-support-configuring-vf-spoofchk-on-EF10-VFs.patch
	patches.suse/net-sched-Allow-extending-set-of-supported-RED-flags.patch
	patches.suse/net-sched-RED-Introduce-an-ECN-nodrop-mode.patch
	patches.suse/mlxsw-spectrum_qdisc-Offload-RED-ECN-nodrop-mode.patch
	patches.suse/selftests-mlxsw-RED-Test-RED-ECN-nodrop-offload.patch
	patches.suse/net-qede-reject-unsupported-coalescing-params.patch
	patches.suse/net-r8169-reject-unsupported-coalescing-params.patch
	patches.suse/chcr-remove-set-but-not-used-variable-status.patch
	patches.suse/net-sched-set-the-hw_stats_type-in-pedit-loop.patch
	patches.suse/qede-remove-some-unused-code-in-function-qede_selfte.patch
	patches.suse/sfc-fix-XDP-redirect-in-this-driver.patch
	patches.suse/net-sfc-reject-unsupported-coalescing-params.patch
	patches.suse/net-rename-flow_action_hw_stats_types-flow_action_hw.patch
	patches.suse/nfp-allow-explicitly-selected-delayed-stats.patch
	patches.suse/net_sched-add-qdisc_watchdog_schedule_range_ns.patch
	patches.suse/net_sched-do-not-reprogram-a-timer-about-to-expire.patch
	patches.suse/net_sched-sch_fq-enable-use-of-hrtimer-slack.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/net-bridge-vlan-options-rename-br_vlan_opts_eq-to-br.patch
	patches.suse/net-bridge-vlan-tunnel-constify-bridge-and-port-argu.patch
	patches.suse/net-bridge-vlan-options-add-support-for-tunnel-id-du.patch
	patches.suse/net-bridge-vlan-options-add-support-for-tunnel-mappi.patch
	patches.suse/netfilter-flowtable-Use-nf_flow_offload_tuple-for-st.patch
	patches.suse/netfilter-xtables-Add-snapshot-of-hardidletimer-targ.patch
	patches.suse/netfilter-nft_tunnel-add-support-for-geneve-opts.patch
	patches.suse/netfilter-nf_tables-make-sets-built-in.patch
	patches.suse/netfilter-nf_tables-make-all-set-structs-const.patch
	patches.suse/netfilter-cleanup-unused-macro.patch
	patches.suse/netfilter-nft_set_pipapo-make-the-symbol-nft_pipapo_.patch
	patches.suse/netfilter-Replace-zero-length-array-with-flexible-ar.patch
	patches.suse/netfilter-bitwise-use-more-descriptive-variable-name.patch
	patches.suse/netfilter-xt_IDLETIMER-clean-up-some-indenting.patch
	patches.suse/netfilter-flowtable-add-nf_flow_table_block_offload_.patch
	patches.suse/netfilter-flowtable-add-indr-block-setup-support.patch
	patches.suse/netfilter-flowtable-add-tunnel-match-offload-support.patch
	patches.suse/netfilter-flowtable-add-tunnel-encap-decap-action-of.patch
	patches.suse/nft_set_pipapo-Generalise-group-size-for-buckets.patch
	patches.suse/nft_set_pipapo-Add-support-for-8-bit-lookup-groups-a.patch
	patches.suse/nft_set_pipapo-Prepare-for-vectorised-implementation.patch
	patches.suse/nft_set_pipapo-Prepare-for-vectorised-implementation-8683f4b9.patch
	patches.suse/nft_set_pipapo-Introduce-AVX2-based-lookup-implement.patch
	patches.suse/nft_set_pipapo-Prepare-for-single-ranged-field-usage.patch
	patches.suse/netfilter-nf_tables-add-nft_set_elem_expr_alloc.patch
	patches.suse/netfilter-nf_tables-statify-nft_expr_init.patch
	patches.suse/netfilter-nf_tables-add-elements-with-stateful-expre.patch
	patches.suse/netfilter-nf_tables-add-nft_set_elem_update_expr-hel.patch
	patches.suse/netfilter-nft_lookup-update-element-stateful-express.patch
	patches.suse/netfilter-conntrack-re-visit-sysctls-in-unprivileged.patch
	patches.suse/s390-qeth-use-memory-reserves-to-back-rx-buffers
	patches.suse/s390-qeth-use-memory-reserves-in-tx-slow-path
	patches.suse/s390-qeth-remove-prio-queueing-support-for-z-vm-nics
	patches.suse/s390-qeth-allow-configuration-of-tx-queues-for-z-vm-nics
	patches.suse/s390-qeth-allow-configuration-of-tx-queues-for-iqd-devices
	patches.suse/s390-qeth-balance-the-tx-queue-selection-for-iqd-devices
	patches.suse/s390-qeth-add-sw-timestamping-support-for-iqd-devices
	patches.suse/s390-qeth-don-t-report-hard-coded-driver-version
	patches.suse/s390-qeth-add-phys_to_virt-translation-for-aob
	patches.suse/s390-qeth-remove-gratuitous-null-checks
	patches.suse/s390-qeth-use-dev-reg_state
	patches.suse/cxgb4-rework-TC-filter-rule-insertion-across-regions.patch
	patches.suse/mlxsw-spectrum_cnt-Query-bank-size-from-FW-resources.patch
	patches.suse/selftests-spectrum-2-Adjust-tc_flower_scale-limit-ac.patch
	patches.suse/mlxsw-spectrum_cnt-Move-sub_pools-under-per-instance.patch
	patches.suse/mlxsw-spectrum_cnt-Add-entry_size_res_id-for-each-su.patch
	patches.suse/mlxsw-spectrum_cnt-Expose-subpool-sizes-over-devlink.patch
	patches.suse/mlxsw-spectrum_cnt-Move-config-validation-along-with.patch
	patches.suse/mlxsw-spectrum_cnt-Consolidate-subpools-initializati.patch
	patches.suse/mlxsw-spectrum_cnt-Expose-devlink-resource-occupancy.patch
	patches.suse/selftests-mlxsw-Add-tc-action-hw_stats-tests.patch
	patches.suse/net-sched-Fix-hw_stats_type-setting-in-pedit-loop.patch
	patches.suse/net-phy-realtek-read-actual-speed-to-detect-downshif.patch
	patches.suse/net-mlx5-Add-missing-inline-to-stub-esw_add_restore_.patch
	patches.suse/net-mlx5-E-Switch-Fix-using-fwd-and-modify-when-firm.patch
	patches.suse/net-mlx5-E-Switch-Skip-restore-modify-header-between.patch
	patches.suse/net-mlx5e-CT-remove-set-but-not-used-variable-unnew.patch
	patches.suse/net-mlx5e-CT-Fix-insert-rules-when-TC_CT-config-isn-.patch
	patches.suse/net-mlx5e-CT-Fix-stack-usage-compiler-warning.patch
	patches.suse/net-mlx5e-en_tc-Rely-just-on-register-loopback-for-t.patch
	patches.suse/net-mlx5e-Fix-rejecting-all-egress-rules-not-on-vlan.patch
	patches.suse/net-mlx5e-Fix-devlink-port-register-sequence.patch
	patches.suse/net-mlx5-Avoid-configuring-eswitch-QoS-if-not-suppor.patch
	patches.suse/net-mlx5-Don-t-use-termination-tables-in-slow-path.patch
	patches.suse/net-mlx5e-Add-support-for-offloading-traffic-from-up.patch
	patches.suse/net-mlx5-Eswitch-enable-forwarding-back-to-uplink-po.patch
	patches.suse/net-mlx5-Avoid-forwarding-to-other-eswitch-uplink.patch
	patches.suse/net-bridge-vlan-include-stats-in-dumps-if-requested.patch
	patches.suse/net-sched-Do-not-assume-RTNL-is-held-in-tunnel-key-a.patch
	patches.suse/net-tc_skbedit-Factor-a-helper-out-of-is_tcf_skbedit.patch
	patches.suse/net-tc_skbedit-Make-the-skbedit-priority-offloadable.patch
	patches.suse/mlxsw-core-Add-QOS_ACTION.patch
	patches.suse/mlxsw-spectrum_flower-Offload-FLOW_ACTION_PRIORITY.patch
	patches.suse/veth-move-xdp-stats-in-a-dedicated-structure.patch
	patches.suse/veth-introduce-more-specialized-counters-in-veth_sta.patch
	patches.suse/veth-distinguish-between-rx_drops-and-xdp_drops.patch
	patches.suse/veth-introduce-more-xdp-counters.patch
	patches.suse/veth-remove-atomic64_add-from-veth_xdp_xmit-hotpath.patch
	patches.suse/Bluetooth-SMP-Fix-SALT-value-in-some-comments.patch
	patches.suse/Bluetooth-Fix-refcount-use-after-free-issue.patch
	patches.suse/Bluetooth-optimize-barrier-usage-for-Rmw-atomics.patch
	patches.suse/Bluetooth-hci_qca-Enable-clocks-required-for-BT-SOC.patch
	patches.suse/Bluetooth-prefetch-channel-before-killing-sock.patch
	patches.suse/Bluetooth-remove-__get_channel-dir-and-__dir.patch
	patches.suse/Bluetooth-hci_qca-Optimized-code-while-enabling-cloc.patch
	patches.suse/Bluetooth-btusb-Add-support-for-13d3-3548-Realtek-88.patch
	patches.suse/Bluetooth-btintel-Replace-zero-length-array-with-fle.patch
	patches.suse/Bluetooth-hci_intel-Replace-zero-length-array-with-f.patch
	patches.suse/Bluetooth-hci_uart-Replace-zero-length-array-with-fl.patch
	patches.suse/Bluetooth-secure-bluetooth-stack-from-bluedump-attac.patch
	patches.suse/Bluetooth-Add-BT_PHY-socket-option.patch
	patches.suse/Bluetooth-Fix-a-typo-in-Kconfig.patch
	patches.suse/Bluetooth-hci_h5-btrtl-Add-support-for-RTL8822C.patch
	patches.suse/Bluetooth-Disable-Extended-Adv-if-enabled.patch
	patches.suse/Bluetooth-hci_qca-Bug-fixes-while-collecting-control.patch
	patches.suse/Bluetooth-hci_h5-Move-variable-into-local-scope.patch
	patches.suse/Bluetooth-Fix-crash-when-using-new-BT_PHY-option.patch
	patches.suse/Bluetooth-RFCOMM-Use-MTU-auto-tune-logic.patch
	patches.suse/Bluetooth-fix-passkey-uninitialized-when-used.patch
	patches.suse/Bluetooth-Replace-zero-length-array-with-flexible-ar.patch
	patches.suse/Bluetooth-Fix-Suspicious-RCU-usage-warnings.patch
	patches.suse/Bluetooth-Use-list_for_each_entry_rcu-to-traverse-RC.patch
	patches.suse/Bluetooth-Remove-adv-set-for-directed-advertising.patch
	patches.suse/Bluetooth-During-le_conn_timeout-disable-EXT_ADV.patch
	patches.suse/Bluetooth-hci_h4-Fix-a-typo-in-a-comment.patch
	patches.suse/Bluetooth-hci_h4-Remove-a-redundant-assignment-in-h4.patch
	patches.suse/Bluetooth-Fixing-a-few-comment-typos-in-the-quirk-de.patch
	patches.suse/Bluetooth-btusb-Add-flag-to-define-wideband-speech-c.patch
	patches.suse/Bluetooth-Support-querying-for-WBS-support-through-M.patch
	patches.suse/Bluetooth-hci_qca-Not-send-vendor-pre-shutdown-comma.patch
	patches.suse/Bluetooth-btqca-Fix-the-NVM-baudrate-tag-offcet-for-.patch
	patches.suse/Bluetooth-hci_qca-Make-bt_en-and-susclk-not-mandator.patch
	patches.suse/Bluetooth-guard-against-controllers-sending-zero-d-e.patch
	patches.suse/Bluetooth-hci_qca-Replace-devm_gpiod_get-with-devm_g.patch
	patches.suse/Bluetooth-Fix-calculation-of-SCO-handle-for-packet-p.patch
	patches.suse/Bluetooth-Make-use-of-skb_pull-to-parse-L2CAP-signal.patch
	patches.suse/Bluetooth-Enable-erroneous-data-reporting-if-WBS-is-.patch
	patches.suse/Bluetooth-Increment-management-interface-rev2.patch
	patches.suse/Bluetooth-L2CAP-Add-definitions-for-Enhanced-Credit-.patch
	patches.suse/Bluetooth-L2CAP-Add-initial-code-for-Enhanced-Credit.patch
	patches.suse/Bluetooth-L2CAP-Add-module-option-to-enable-ECRED-mo.patch
	patches.suse/Bluetooth-RFCOMM-fix-ODEBUG-bug-in-rfcomm_dev_ioctl.patch
	patches.suse/Bluetooth-bfusb-Switch-from-BT_ERR-to-bt_dev_err-whe.patch
	patches.suse/Bluetooth-Use-bt_dev_err-for-RPA-generation-failure-.patch
	patches.suse/Bluetooth-hci_h5-Switch-from-BT_ERR-to-bt_dev_err-wh.patch
	patches.suse/Bluetooth-fix-off-by-one-in-err_data_reporting-cmd-m.patch
	patches.suse/Bluetooth-mgmt-add-mgmt_cmd_status-in-add_advertisin.patch
	patches.suse/Bluetooth-Handle-PM_SUSPEND_PREPARE-and-PM_POST_SUSP.patch
	patches.suse/Bluetooth-Handle-BR-EDR-devices-during-suspend.patch
	patches.suse/Bluetooth-Handle-LE-devices-during-suspend.patch
	patches.suse/Bluetooth-Pause-discovery-and-advertising-during-sus.patch
	patches.suse/Bluetooth-clean-up-connection-in-hci_cs_disconnect.patch
	patches.suse/Bluetooth-L2CAP-handle-l2cap-config-request-during-o.patch
	patches.suse/Bluetooth-L2CAP-Fix-a-condition-in-l2cap_sock_recvms.patch
	patches.suse/Bluetooth-L2CAP-remove-set-but-not-used-variable-cre.patch
	patches.suse/Bluetooth-btusb-print-Intel-fw-build-version-in-powe.patch
	patches.suse/Bluetooth-Do-not-cancel-advertising-when-starting-a-.patch
	patches.suse/net-bridge-vlan-options-nest-the-tunnel-id-into-a-tu.patch
	patches.suse/net-bridge-vlan-options-move-the-tunnel-command-to-t.patch
	patches.suse/cfg80211-fix-documentation-format.patch
	patches.suse/mac80211_hwsim-add-frame-transmission-support-over-v.patch
	patches.suse/nl80211-add-no-pre-auth-attribute-and-ext.-feature-f.patch
	patches.suse/mac80211-handle-no-preauth-flag-for-control-port.patch
	patches.suse/mac80211-update-documentation-about-tx-power.patch
	patches.suse/mac80211-don-t-leave-skb-next-prev-pointing-to-stack.patch
	patches.suse/nl80211-cfg80211-add-support-for-non-EDCA-based-rang.patch
	patches.suse/nl80211-pass-HE-operation-element-to-the-driver.patch
	patches.suse/mac80211-HE-set-missing-bss_conf-fields-in-AP-mode.patch
	patches.suse/nl80211-add-PROTECTED_TWT-nl80211-extended-feature.patch
	patches.suse/mac80211-consider-WLAN_EID_EXT_HE_OPERATION-for-pars.patch
	patches.suse/cfg80211-Add-support-for-userspace-to-reset-stations.patch
	patches.suse/mac80211-Allow-deleting-stations-in-ibss-mode-to-res.patch
	patches.suse/virt_wifi-implement-ndo_get_iflink.patch
	patches.suse/mac80211-Read-rx_stats-with-perCPU-pointers.patch
	patches.suse/cfg80211-Configure-PMK-lifetime-and-reauth-threshold.patch
	patches.suse/nl80211-clarify-code-in-nl80211_del_station.patch
	patches.suse/mac80211-driver-can-remain-on-channel-if-not-using-c.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/net-tls-Constify-base-proto-ops-used-for-building-tl.patch
	patches.suse/net-tls-Read-sk_prot-once-when-building-tls-proto-op.patch
	patches.suse/net-tls-Annotate-access-to-sk_prot-with-READ_ONCE-WR.patch
	patches.suse/net-hns3-add-a-conversion-for-mailbox-s-response-cod.patch
	patches.suse/net-hns3-refactor-the-mailbox-message-between-PF-and.patch
	patches.suse/net-hns3-refactor-mailbox-response-scheme-between-PF.patch
	patches.suse/Crypto-chtls-add-delete-TLS-header-in-driver.patch
	patches.suse/enetc-Remove-unused-variable-enetc_drv_name.patch
	patches.suse/net-sched-rename-more-stats_types.patch
	patches.suse/mlxsw-spectrum_cnt-Fix-64-bit-division-in-mlxsw_sp_c.patch
	patches.suse/net-phy-add-and-use-phy_check_downshift.patch
	patches.suse/net-phy-marvell-remove-downshift-warning-now-that-ph.patch
	patches.suse/net-phy-aquantia-remove-downshift-warning-now-that-p.patch
	patches.suse/ice-use-__le16-types-for-explicitly-Little-Endian-va.patch
	patches.suse/ice-create-function-to-read-a-section-of-the-NVM-and.patch
	patches.suse/ice-store-NVM-version-info-in-extracted-format.patch
	patches.suse/ice-discover-and-store-size-of-available-flash.patch
	patches.suse/ice-implement-full-NVM-read-from-ETHTOOL_GEEPROM.patch
	patches.suse/ice-enable-initial-devlink-support.patch
	patches.suse/devlink-promote-fw.bundle_id-to-a-generic-info-versi.patch
	patches.suse/ice-add-basic-handler-for-devlink-.info_get.patch
	patches.suse/ice-add-board-identifier-info-to-devlink-.info_get.patch
	patches.suse/r8169-add-new-helper-rtl8168g_enable_gphy_10m.patch
	patches.suse/r8169-simplify-rtl_task.patch
	patches.suse/r8169-improve-rtl_schedule_task.patch
	patches.suse/r8169-improve-RTL8168b-FIFO-overflow-workaround.patch
	patches.suse/devlink-Add-API-to-register-packet-trap-groups.patch
	patches.suse/mlxsw-spectrum_trap-Explicitly-register-packet-trap-.patch
	patches.suse/netdevsim-Explicitly-register-packet-trap-groups.patch
	patches.suse/devlink-Stop-reference-counting-packet-trap-groups.patch
	patches.suse/devlink-Only-pass-packet-trap-group-identifier-in-tr.patch
	patches.suse/Remove-DST_HOST.patch
	patches.suse/iopoll-introduce-read_poll_timeout-macro.patch
	patches.suse/iopoll-redefined-readx_poll_timeout-macro-to-simplif.patch
	patches.suse/net-phy-introduce-phy_read_poll_timeout-macro.patch
	patches.suse/qtnfmac-support-WPA3-SAE-in-AP-mode.patch
	patches.suse/qtnfmac-support-WPA3-OWE-in-AP-mode.patch
	patches.suse/qtnfmac-set-valid-edmg-in-cfg80211_chan_def.patch
	patches.suse/qtnfmac-assign-each-wiphy-to-its-own-virtual-platfor.patch
	patches.suse/qtnfmac-add-interface-combination-check-for-repeater.patch
	patches.suse/rtw88-remove-unused-member-of-struct-rtw_hal.patch
	patches.suse/b43legacy-replace-simple_strtol-with-kstrtoint.patch
	patches.suse/iwlegacy-Remove-unneeded-variable-ret.patch
	patches.suse/mwifiex-set-needed_headroom-not-hard_header_len.patch
	patches.suse/libertas-Use-new-structure-for-SPI-transfer-delays.patch
	patches.suse/carl9170-Use-scnprintf-for-avoiding-potential-buffer.patch
	patches.suse/b43-Use-scnprintf-for-avoiding-potential-buffer-over.patch
	patches.suse/b43legacy-Use-scnprintf-for-avoiding-potential-buffe.patch
	patches.suse/ipw2x00-Use-scnprintf-for-avoiding-potential-buffer-.patch
	patches.suse/prism54-Use-scnprintf-for-avoiding-potential-buffer-.patch
	patches.suse/ath10k-Add-support-to-read-btcoex-related-data-from-.patch
	patches.suse/ath10k-avoid-consecutive-OTP-download-to-reduce-boot.patch
	patches.suse/ath10k-add-QCA9377-sdio-hw_param-item.patch
	patches.suse/ath10k-start-recovery-process-when-read-int-status-f.patch
	patches.suse/ath10k-use-kzalloc-to-read-for-ath10k_sdio_hif_diag_.patch
	patches.suse/ath10k-fix-unsupported-chip-reset-debugs-file-write.patch
	patches.suse/ath10k-fix-not-registering-airtime-of-11a-station-wi.patch
	patches.suse/ath5k-Add-proper-dependency-for-ATH5K_AHB.patch
	patches.suse/ath9k-Handle-txpower-changes-even-when-TPC-is-disabl.patch
	patches.suse/ath10k-allow-qca988x-family-to-support-ack-rssi-of-t.patch
	patches.suse/ath5k-Use-scnprintf-for-avoiding-potential-buffer-ov.patch
	patches.suse/mt76-mt76u-loop-over-all-possible-rx-queues-in-mt76u.patch
	patches.suse/mt76-mt76u-fix-a-possible-memory-leak-in-mt76u_init.patch
	patches.suse/mt76-mt76u-rely-only-on-data-buffer-for-usb-control-.patch
	patches.suse/mt76-mt7615-fix-antenna-mask-initialization-in-DBDC-.patch
	patches.suse/mt76-mt7603-add-upper-limit-for-dynamic-sensitivity-.patch
	patches.suse/mt76-mt7603-make-dynamic-sensitivity-adjustment-conf.patch
	patches.suse/mt76-mt7615-fix-monitor-injection-of-beacon-frames.patch
	patches.suse/mt76-mt76x02-reset-MCU-timeout-counter-earlier-in-wa.patch
	patches.suse/mt76-mt7615-remove-a-stray-if-statement.patch
	patches.suse/mt76-remove-variable-val-set-but-not-used.patch
	patches.suse/mt76-mt7615-introduce-mt7615_mcu_fill_msg.patch
	patches.suse/mt76-mt7615-introduce-mt7615_mcu_wait_response.patch
	patches.suse/mt76-mt7615-cleanup-fw-queue-just-for-mmio-devices.patch
	patches.suse/mt76-mt7615-introduce-mt7615_init_device-routine.patch
	patches.suse/mt76-always-init-to-0-mcu-messages.patch
	patches.suse/mt76-mt7615-introduce-mt7615_mcu_send_message-routin.patch
	patches.suse/mt76-mt7615-add-mt7615_mcu_ops-data-structure.patch
	patches.suse/mt76-mt7615-move-mt7615_mcu_set_bmc-to-mt7615_mcu_op.patch
	patches.suse/mt76-mt7615-move-mt7615_mcu_set_sta-in-mt7615_mcu_op.patch
	patches.suse/mt76-mt7615-rely-on-skb-API-for-mt7615_mcu_set_eepro.patch
	patches.suse/mt76-mt7615-rework-mt7615_mcu_set_bss_info-using-skb.patch
	patches.suse/mt76-mt7615-move-more-mcu-commands-in-mt7615_mcu_ops.patch
	patches.suse/mt76-mt7615-introduce-MCU_FW_PREFIX-for-fw-mcu-comma.patch
	patches.suse/mt76-mt7615-introduce-mt7615_register_map.patch
	patches.suse/mt76-mt7615-add-mt7663e-support-to-mt7615_reg_map.patch
	patches.suse/mt76-mt7615-add-mt7663e-support-to-mt7615_-driver-fi.patch
	patches.suse/mt76-mt7615-add-mt7663e-support-to-mt7615_mcu_set_ee.patch
	patches.suse/mt76-mt7615-introduce-mt7615_eeprom_parse_hw_band_ca.patch
	patches.suse/mt76-mt7615-introduce-mt7615_init_mac_chain-routine.patch
	patches.suse/mt76-mt7615-introduce-uni-cmd-command-types.patch
	patches.suse/mt76-mt7615-introduce-set_bmc-and-st_sta-for-uni-com.patch
	patches.suse/mt76-mt7615-add-more-uni-mcu-commands.patch
	patches.suse/mt76-mt7615-introduce-set_ba-uni-command.patch
	patches.suse/mt76-mt7615-get-rid-of-sta_rec_wtbl-data-structure.patch
	patches.suse/mt76-mt7615-introduce-mt7663e-support.patch
	patches.suse/iwlwifi-move-the-remaining-0x2526-configs-to-the-new.patch
	patches.suse/iwlwifi-combine-9260-cfgs-that-only-change-names.patch
	patches.suse/iwlwifi-add-mac-rf-types-and-160MHz-to-the-device-ta.patch
	patches.suse/iwlwifi-add-GNSS-differentiation-to-the-device-table.patch
	patches.suse/iwlwifi-add-Pu-PnJ-Th-device-values-to-differentiate.patch
	patches.suse/iwlwifi-map-9461-and-9462-using-RF-type-and-RF-ID.patch
	patches.suse/iwlwifi-move-TH1-devices-to-the-new-table.patch
	patches.suse/iwlwifi-convert-the-9260-1x1-device-to-use-the-new-p.patch
	patches.suse/iwlwifi-remove-9260-devices-with-0x1010-and-0x1210-s.patch
	patches.suse/iwlwifi-move-pu-devices-to-new-table.patch
	patches.suse/iwlwifi-move-shared-clock-entries-to-new-table.patch
	patches.suse/iwlwifi-remove-trans-entries-from-COMMON-9260-macro.patch
	patches.suse/iwlwifi-move-AX200-devices-to-the-new-table.patch
	patches.suse/wireless-realtek-Replace-zero-length-array-with-flex.patch
	patches.suse/wireless-ti-Replace-zero-length-array-with-flexible-.patch
	patches.suse/hostap-Replace-zero-length-array-with-flexible-array.patch
	patches.suse/orinoco-Replace-zero-length-array-with-flexible-arra.patch
	patches.suse/libertas-Replace-zero-length-array-with-flexible-arr.patch
	patches.suse/p54-Replace-zero-length-array-with-flexible-array-me.patch
	patches.suse/wireless-marvell-Replace-zero-length-array-with-flex.patch
	patches.suse/brcmfmac-Replace-zero-length-array-with-flexible-arr.patch
	patches.suse/zd1211rw-Replace-zero-length-array-with-flexible-arr.patch
	patches.suse/cw1200-Replace-zero-length-array-with-flexible-array.patch
	patches.suse/adm80211-Replace-zero-length-array-with-flexible-arr.patch
	patches.suse/atmel-at76c50x-Replace-zero-length-array-with-flexib.patch
	patches.suse/ray_cs-Replace-zero-length-array-with-flexible-array.patch
	patches.suse/wl3501_cs-Replace-zero-length-array-with-flexible-ar.patch
	patches.suse/rtw88-don-t-hold-all-IRQs-disabled-for-PS-operations.patch
	patches.suse/rtw88-extract-alloc-rsvd_page-and-h2c-skb-routines.patch
	patches.suse/rtw88-associate-reserved-pages-with-each-vif.patch
	patches.suse/rtw88-pci-define-a-mask-for-TX-RX-BD-indexes.patch
	patches.suse/rtw88-kick-off-TX-packets-once-for-higher-efficiency.patch
	patches.suse/rtw88-8822c-config-RF-table-path-B-before-path-A.patch
	patches.suse/mt76-mt7615-fix-mt7663e-firmware-struct-endianness.patch
	patches.suse/mt76-mt7615-fix-endianness-in-unified-command.patch
	patches.suse/mt76-mt7615-add-missing-declaration-in-mt7615.h.patch
	patches.suse/rtl8xxxu-Fix-sparse-warning-cast-from-restricted-__l.patch
	patches.suse/ethtool-fix-incorrect-tx-checksumming-settings-repor.patch
	patches.suse/devlink-expand-the-devlink-info-documentation.patch
	patches.suse/cxgb4-remove-set-but-not-used-variable-tab.patch
	patches.suse/s390-qeth-simplify-rx-buffer-tracking
	patches.suse/s390-qeth-split-out-rx-poll-code
	patches.suse/s390-qeth-remove-redundant-if-clause-in-rx-poll-code
	patches.suse/s390-qdio-extend-polling-support-to-multiple-queues
	patches.suse/s390-qeth-simplify-l3-dev_id-logic
	patches.suse/s390-qeth-clean-up-the-mac_bits
	patches.suse/s390-qeth-collect-more-tx-statistics
	patches.suse/s390-qeth-add-tx-irq-coalescing-support-for-iqd-devices
	patches.suse/s390-qeth-fine-tune-mac-address-related-errnos
	patches.suse/s390-qeth-keep-track-of-fixed-prio-queue-configuration
	patches.suse/s390-qeth-modernize-two-list-helpers
	patches.suse/cxgb4-Add-support-to-catch-bits-set-in-INT_CAUSE5.patch
	patches.suse/net-mlx5e-Fix-actions_match_supported-return.patch
	patches.suse/net-mlx5e-remove-duplicated-check-chain_index-in-mlx.patch
	patches.suse/net-mlx5-E-Switch-Enable-restore-table-only-if-reg_c.patch
	patches.suse/net-mlx5-E-Switch-Enable-chains-only-if-regs-loopbac.patch
	patches.suse/net-mlx5-E-Switch-free-flow_group_in-after-creating-.patch
	patches.suse/net-mlx5-E-Switch-Use-correct-type-for-chain-prio-an.patch
	patches.suse/net-mlx5-Simplify-matching-group-searches.patch
	patches.suse/net-mlx5-Fix-group-version-management.patch
	patches.suse/net-mlx5-Avoid-incrementing-FTE-version.patch
	patches.suse/net-mlx5-Avoid-group-version-scan-when-not-necessary.patch
	patches.suse/net-mlx5-Simplify-mlx5_register_device-to-return-voi.patch
	patches.suse/net-mlx5-Simplify-mlx5_unload_one-and-its-callers.patch
	patches.suse/devlink-Rely-on-driver-eswitch-thread-safety-instead.patch
	patches.suse/net-mlx5-Split-eswitch-mode-check-to-different-helpe.patch
	patches.suse/net-mlx5-E-switch-Extend-eswitch-enable-to-handle-nu.patch
	patches.suse/net-mlx5-E-switch-Protect-eswitch-mode-changes.patch
	patches.suse/mlxsw-core-Rename-mlxsw_afa_qos_cmd-to-mlxsw_afa_qos.patch
	patches.suse/mlxsw-core-Add-DSCP-ECN-dscp_rw-to-QOS_ACTION.patch
	patches.suse/mlxsw-spectrum_flower-Offload-FLOW_ACTION_MANGLE.patch
	patches.suse/selftests-mlxsw-qos_dscp_router-Test-no-DSCP-rewrite.patch
	patches.suse/sched-act_skbedit-Implement-stats_update-callback.patch
	patches.suse/sched-act_pedit-Implement-stats_update-callback.patch
	patches.suse/igb-convert-to-use-i2c_new_client_device.patch
	patches.suse/sfc-falcon-convert-to-use-i2c_new_client_device.patch
	patches.suse/veth-rely-on-veth_rq-in-veth_xdp_flush_bq-signature.patch
	patches.suse/veth-rely-on-peer-veth_rq-for-ndo_xdp_xmit-accountin.patch
	patches.suse/devlink-prepare-to-support-region-operations.patch
	patches.suse/devlink-convert-snapshot-destructor-callback-to-regi.patch
	patches.suse/devlink-trivial-fix-tab-in-function-documentation.patch
	patches.suse/devlink-add-function-to-take-snapshot-while-locked.patch
	patches.suse/devlink-use-ENOSPC-to-indicate-no-more-room-for-snap.patch
	patches.suse/devlink-extract-snapshot-id-allocation-to-helper-fun.patch
	patches.suse/devlink-report-error-once-U32_MAX-snapshot-ids-have-.patch
	patches.suse/devlink-track-snapshot-id-usage-count-using-an-xarra.patch
	patches.suse/devlink-implement-DEVLINK_CMD_REGION_NEW.patch
	patches.suse/netdevsim-support-taking-immediate-snapshot-via-devl.patch
	patches.suse/ice-add-a-devlink-region-for-dumping-NVM-contents.patch
	patches.suse/cls_flower-Add-extack-support-for-mpls-options.patch
	patches.suse/cls_flower-Add-extack-support-for-src-and-dst-port-r.patch
	patches.suse/cls_flower-Add-extack-support-for-flags-key.patch
	patches.suse/0009-net-ethernet-ti-ale-fix-seeing-unreg-mcast-packets-w.patch
	patches.suse/taprio-do-not-use-BIT-in-TCA_TAPRIO_ATTR_FLAG_-defin.patch
	patches.suse/net-introduce-the-MACSEC-netdev-feature.patch
	patches.suse/net-add-a-reference-to-MACsec-ops-in-net_device.patch
	patches.suse/mlxsw-i2c-Add-missing-field-documentation.patch
	patches.suse/mlxsw-spectrum_router-Add-proper-function-documentat.patch
	patches.suse/mlxsw-spectrum-Remove-unused-RIF-and-FID-families.patch
	patches.suse/mlxsw-core_acl-Avoid-defining-static-variable-in-hea.patch
	patches.suse/mlxsw-switchx2-Remove-unnecessary-conversion-to-bool.patch
	patches.suse/mlxsw-spectrum_router-Avoid-uninitialized-symbol-err.patch
	patches.suse/devlink-Add-macro-for-fw.mgmt.api-to-info_get-cb.patch
	patches.suse/bnxt_en-Add-fw.mgmt.api-version-to-devlink-info_get-.patch
	patches.suse/PCI-Add-new-PCI_VPD_RO_KEYWORD_SERIALNO-macro.patch
	patches.suse/bnxt_en-Read-partno-and-serialno-of-the-board-from-V.patch
	patches.suse/bnxt_en-Add-partno-to-devlink-info_get-cb.patch
	patches.suse/bnxt_en-Fix-fw.mgmt-and-fw.nsci-info-via-devlink-inf.patch
	patches.suse/s390-qeth-remove-fake_broadcast-attribute
	patches.suse/s390-qeth-make-osn-osx-support-configurable
	patches.suse/rtw88-add-a-debugfs-entry-to-dump-coex-s-info.patch
	patches.suse/rtw88-add-a-debugfs-entry-to-enable-disable-coex-mec.patch
	patches.suse/rtl8xxxu-add-enumeration-for-channel-bandwidth.patch
	patches.suse/rtl8xxxu-Feed-current-txrate-information-for-mac8021.patch
	patches.suse/brcmfmac-Fix-driver-crash-on-USB-control-transfer-ti.patch
	patches.suse/brcmfmac-Fix-double-freeing-in-the-fmac-usb-data-pat.patch
	patches.suse/brcmfmac-fix-the-incorrect-return-value-in-brcmf_inf.patch
	patches.suse/brcmfmac-increase-max-hanger-slots-from-1K-to-3K-in-.patch
	patches.suse/brcmfmac-add-USB-autosuspend-feature-support.patch
	patches.suse/ath10k-Fill-GCMP-MIC-length-for-PMF.patch
	patches.suse/rtw88-fix-non-increase-management-packet-sequence-nu.patch
	patches.suse/iwlwifi-mvm-add-soc-latency-support.patch
	patches.suse/iwlwifi-yoyo-add-PCI-config-space-region-type.patch
	patches.suse/iwlwifi-pcie-implement-read_config32.patch
	patches.suse/iwlwifi-pass-trans-and-NVM-data-to-HE-capability-par.patch
	patches.suse/iwlwifi-scan-support-scan-req-cmd-ver-14.patch
	patches.suse/iwlwifi-mvm-rs-fw-fix-some-indentation.patch
	patches.suse/iwlwifi-remove-redundant-iwl9560_2ac_cfg-struct.patch
	patches.suse/iwlwifi-mvm-enable-SF-also-when-we-have-HE.patch
	patches.suse/iwlwifi-move-integrated-extra_phy-and-soc_latency-to.patch
	patches.suse/iwlwifi-remove-some-unused-extern-declarations-from-.patch
	patches.suse/iwlwifi-add-HW-step-to-new-cfg-device-table.patch
	patches.suse/iwlwifi-convert-all-Qu-with-Jf-devices-to-the-new-co.patch
	patches.suse/iwlwifi-convert-QnJ-with-Jf-devices-to-new-config-ta.patch
	patches.suse/iwlwifi-remove-unnecessary-cfg-mangling-for-Qu-C-and.patch
	patches.suse/iwlwifi-mvm-add-support-for-non-EDCA-based-measureme.patch
	patches.suse/iwlwifi-add-support-for-version-2-of-SOC_CONFIGURATI.patch
	patches.suse/iwlwifi-add-trans_cfg-for-devices-with-long-latency.patch
	patches.suse/iwlwifi-remove-support-for-QnJ-Hr-STEP-A.patch
	patches.suse/iwlwifi-remove-support-for-QnJ-HR-FPGA.patch
	patches.suse/iwlwifi-yoyo-don-t-block-dumping-internal-memory-whe.patch
	patches.suse/iwlwifi-scan-support-FW-APIs-with-variable-number-of.patch
	patches.suse/iwlwifi-yoyo-enable-yoyo-by-default.patch
	patches.suse/iwlwifi-remove-IWL_FW_DBG_DOMAIN-macro.patch
	patches.suse/iwlwifi-bump-FW-API-to-53-for-22000-series.patch
	patches.suse/iwlwifi-pcie-make-iwl_pcie_cmdq_reclaim-static.patch
	patches.suse/iwlwifi-mvm-remove-newline-from-rs_pretty_print_rate.patch
	patches.suse/qed-Fix-race-condition-between-scheduling-and-destro.patch
	patches.suse/net-Fix-typo-of-SKB_SGO_CB_OFFSET.patch
	patches.suse/s390-qeth-support-net-namespaces-for-l3-devices
	patches.suse/devlink-don-t-wrap-commands-in-rST-shell-blocks.patch
	patches.suse/mlx4-fix-initializer-element-not-constant-compiler-e.patch
	patches.suse/include-uapi-linux-add-rpl-sr-header-definition.patch
	patches.suse/addrconf-add-functionality-to-check-on-rpl-requireme.patch
	patches.suse/net-ipv6-add-support-for-rpl-sr-exthdr.patch
	patches.suse/net-add-net-available-in-build_state.patch
	patches.suse/net-ipv6-add-rpl-sr-tunnel.patch
	patches.suse/ethtool-fix-reference-leak-in-ethnl_set_privflags.patch
	patches.suse/ethtool-provide-coalescing-parameters-with-COALESCE_.patch
	patches.suse/ethtool-set-coalescing-parameters-with-COALESCE_SET-.patch
	patches.suse/ethtool-add-COALESCE_NTF-notification.patch
	patches.suse/ethtool-provide-pause-parameters-with-PAUSE_GET-requ.patch
	patches.suse/ethtool-set-pause-parameters-with-PAUSE_SET-request.patch
	patches.suse/ethtool-add-PAUSE_NTF-notification.patch
	patches.suse/ethtool-provide-EEE-settings-with-EEE_GET-request.patch
	patches.suse/ethtool-set-EEE-settings-with-EEE_SET-request.patch
	patches.suse/ethtool-add-EEE_NTF-notification.patch
	patches.suse/ethtool-add-timestamping-related-string-sets.patch
	patches.suse/ethtool-provide-timestamping-information-with-TSINFO.patch
	patches.suse/IB-net-mlx5-Setup-mkey-variant-before-mr-create-comm.patch
	patches.suse/IB-net-mlx5-Assign-mkey-variant-in-mlx5_ib-only.patch
	patches.suse/IB-net-mlx5-Move-asynchronous-mkey-creation-to-mlx5_.patch
	patches.suse/mlx5-Remove-uninitialized-use-of-key-in-mlx5_core_cr.patch
	patches.suse/net-mlx5-Use-a-separate-work-queue-for-fib-event-han.patch
	patches.suse/net-mlx5-E-Switch-Move-eswitch-chains-to-a-new-direc.patch
	patches.suse/net-mlx5e-refactor-indr-setup-block.patch
	patches.suse/net-mlx5e-add-mlx5e_rep_indr_setup_ft_cb-support.patch
	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/crypto-chcr-fix-incorrect-ipv6-packet-length.patch
	patches.suse/crypto-chtls-Fix-chtls-crash-in-connection-cleanup.patch
	patches.suse/dpaa_eth-Make-dpaa_a050385_wa-static.patch
	patches.suse/net-ena-Make-some-functions-static.patch
	patches.suse/xfrm-Use-kmem_cache_zalloc-instead-of-kmem_cache_all.patch
	patches.suse/ESP-Export-esp_output_fill_trailer-function.patch
	patches.suse/xfrm-add-prep-for-esp-beet-mode-offload.patch
	patches.suse/net-introduce-nla_put_bitfield32-helper-and-use-it.patch
	patches.suse/net-sched-expose-HW-stats-types-per-action-used-by-d.patch
	patches.suse/net-devlink-use-NL_SET_ERR_MSG_MOD-instead-of-NL_SET.patch
	patches.suse/netdevsim-Change-dummy-reporter-auto-recover-default.patch
	patches.suse/devlink-Implicitly-set-auto-recover-flag-when-regist.patch
	patches.suse/devlink-Add-auto-dump-flag-to-health-reporter.patch
	patches.suse/mlxsw-spectrum_ptp-Fix-build-warnings.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/r8169-improve-handling-of-TD_MSS_MAX.patch
	patches.suse/qed-Fix-use-after-free-in-qed_chain_free.patch
	patches.suse/Bluetooth-Restore-running-state-if-suspend-fails.patch
	patches.suse/Bluetooth-Fix-incorrect-branch-in-connection-complet.patch
	patches.suse/Bluetooth-L2CAP-Add-get_peer_pid-callback.patch
	patches.suse/Bluetooth-don-t-assume-key-size-is-16-when-the-comma.patch
	patches.suse/Bluetooth-L2CAP-Use-DEFER_SETUP-to-group-ECRED-conne.patch
	patches.suse/r8169-factor-out-rtl8169_tx_map.patch
	patches.suse/devlink-Add-packet-trap-policers-support.patch
	patches.suse/Documentation-Add-description-of-packet-trap-policer.patch
	patches.suse/netdevsim-Add-devlink-trap-policer-support.patch
	patches.suse/devlink-Add-packet-trap-group-parameters-support.patch
	patches.suse/devlink-Allow-setting-of-packet-trap-group-parameter.patch
	patches.suse/netdevsim-Add-support-for-setting-of-packet-trap-gro.patch
	patches.suse/selftests-netdevsim-Add-test-cases-for-devlink-trap-.patch
	patches.suse/mlxsw-reg-Extend-QPCR-register.patch
	patches.suse/mlxsw-spectrum-Track-used-packet-trap-policer-IDs.patch
	patches.suse/mlxsw-spectrum_trap-Prepare-policers-for-registratio.patch
	patches.suse/mlxsw-spectrum_trap-Add-devlink-trap-policer-support.patch
	patches.suse/mlxsw-spectrum_trap-Do-not-initialize-dedicated-disc.patch
	patches.suse/mlxsw-spectrum_trap-Switch-to-use-correct-packet-tra.patch
	patches.suse/mlxsw-spectrum_trap-Add-support-for-setting-of-packe.patch
	patches.suse/selftests-mlxsw-Add-test-cases-for-devlink-trap-poli.patch
	patches.suse/netfilter-nf_tables-move-nft_expr_clone-to-nf_tables.patch
	patches.suse/netfilter-nf_tables-pass-context-to-nft_set_destroy.patch
	patches.suse/netfilter-nf_tables-allow-to-specify-stateful-expres.patch
	patches.suse/netfilter-nf_tables-fix-double-free-on-set-expressio.patch
	patches.suse/netfilter-nf_tables-add-nft_set_elem_expr_destroy-an.patch
	patches.suse/netfilter-flowtable-fix-NULL-pointer-dereference-in-.patch
	patches.suse/netfilter-ctnetlink-Add-missing-annotation-for-ctnet.patch
	patches.suse/netfilter-conntrack-Add-missing-annotations-for-nf_c.patch
	patches.suse/ipvs-optimize-tunnel-dumps-for-icmp-errors.patch
	patches.suse/netfilter-conntrack-export-nf_ct_acct_update.patch
	patches.suse/netfilter-nf_tables-add-enum-nft_flowtable_flags-to-.patch
	patches.suse/netfilter-flowtable-add-counter-support.patch
	patches.suse/netfilter-flowtable-Fix-incorrect-tc_setup_type-type.patch
	patches.suse/netfilter-nf_tables-silence-a-RCU-list-warning-in-nf.patch
	patches.suse/netfilter-flowtable-Use-rw-sem-as-flow-block-lock.patch
	patches.suse/netfilter-flowtable-Use-work-entry-per-offload-comma.patch
	patches.suse/netfilter-nf_queue-make-nf_queue_entry_release_refs-.patch
	patches.suse/netfilter-nf_queue-place-bridge-physports-into-queue.patch
	patches.suse/netfilter-nf_queue-do-not-release-refcouts-until-nf_.patch
	patches.suse/netfilter-nf_queue-prefer-nf_queue_entry_free.patch
	patches.suse/netfilter-ctnetlink-be-more-strict-when-NF_CONNTRACK.patch
	patches.suse/netfilter-nft_set_bitmap-initialize-set-element-exte.patch
	patches.suse/netfilter-nft_dynset-validate-set-expression-definit.patch
	patches.suse/netfilter-nf_tables-skip-set-types-that-do-not-suppo.patch
	patches.suse/netfilter-conntrack-add-nf_ct_acct_add.patch
	patches.suse/netfilter-flowtable-add-counter-support-in-HW-offloa.patch
	patches.suse/netfilter-nft_exthdr-fix-endianness-of-tcp-option-ca.patch
	patches.suse/ipvs-fix-uninitialized-variable-warning.patch
	patches.suse/msft-hv-2040-hv_netvsc-Remove-unnecessary-round_up-for-recv_compl.patch
	patches.suse/selftest-bpf-Fix-compilation-warning-in-sockmap_pars.patch
	patches.suse/selftests-bpf-Fix-nanosleep-for-real-this-time.patch
	patches.suse/selftests-bpf-Fix-race-in-tcp_rtt-test.patch
	patches.suse/selftests-bpf-Fix-test_progs-s-parsing-of-test-numbe.patch
	patches.suse/selftests-bpf-Reset-process-and-thread-affinity-afte.patch
	patches.suse/bpf-libbpf-Fix-___bpf_kretprobe_args1-x-macro-defini.patch
	patches.suse/bpf-Support-llvm-objcopy-for-vmlinux-BTF.patch
	patches.suse/bpftool-Print-the-enum-s-name-instead-of-value.patch
	patches.suse/bpftool-Print-as-a-string-for-char-array.patch
	patches.suse/bpftool-Translate-prog_id-to-its-bpf-prog_name.patch
	patches.suse/bpftool-Add-struct_ops-support.patch
	patches.suse/bpf-tcp-Fix-unused-function-warnings.patch
	patches.suse/bpf-tcp-Make-tcp_bpf_recvmsg-static.patch
	patches.suse/selftests-bpf-Fix-mix-of-tabs-and-spaces.patch
	patches.suse/bpf-Add-bpf_sk_storage-support-to-bpf_tcp_ca.patch
	patches.suse/bpf-Add-tests-for-bpf_sk_storage-to-bpf_tcp_ca.patch
	patches.suse/samples-bpf-Move-read_trace_pipe-to-trace_helpers.patch
	patches.suse/samples-bpf-Refactor-perf_event-user-program-with-li.patch
	patches.suse/bpf-Document-bpf_inspect-drgn-tool.patch
	patches.suse/libbpf-Remove-unused-parameter-def-to-get_map_field_.patch
	patches.suse/libbpf-Don-t-allocate-16M-for-log-buffer-by-default.patch
	patches.suse/bpf-Verifer-refactor-adjust_scalar_min_max_vals.patch
	patches.suse/bpf-Verifer-adjust_scalar_min_max_vals-to-always-cal.patch
	patches.suse/bpf-Test_verifier-70-error-message-updates-for-32-bi.patch
	patches.suse/bpf-Factor-out-cgroup-storages-operations.patch
	patches.suse/bpf-Factor-out-attach_type-to-prog_type-mapping-for-.patch
	patches.suse/bpf-Remove-unused-vairable-bpf_xdp_link_lops.patch
	patches.suse/bpf-Enable-retrieval-of-socket-cookie-for-bind-post-.patch
	patches.suse/bpf-Enable-perf-event-rb-output-for-bpf-cgroup-progs.patch
	patches.suse/bpf-Add-netns-cookie-and-enable-it-for-bpf-cgroup-ho.patch
	patches.suse/bpf-Allow-to-retrieve-cgroup-v1-classid-from-v2-hook.patch
	patches.suse/bpf-Enable-bpf-cgroup-hooks-to-retrieve-cgroup-v2-an.patch
	patches.suse/bpf-Enable-retrival-of-pid-tgid-comm-from-bpf-cgroup.patch
	patches.suse/bpf-Add-selftest-cases-for-ctx_or_null-argument-type.patch
	patches.suse/libbpf-xsk-Init-all-ring-members-in-xsk_umem__create.patch
	patches.suse/bpf-Fix-build-warning-regarding-missing-prototypes.patch
	patches.suse/xdp-Support-specifying-expected-existing-program-whe.patch
	patches.suse/tools-Add-EXPECTED_FD-related-definitions-in-if_link.patch
	patches.suse/libbpf-Add-function-to-set-link-XDP-fd-while-specify.patch
	patches.suse/selftests-bpf-Add-tests-for-attaching-XDP-programs.patch
	patches.suse/bpf-net-Fix-build-issue-when-net-ns-not-configured.patch
	patches.suse/libbpf-Add-setter-for-initial-value-for-internal-map.patch
	patches.suse/selftests-Add-test-for-overriding-global-data-value-.patch
	patches.suse/bpf-Introduce-BPF_PROG_TYPE_LSM.patch
	patches.suse/security-Refactor-declaration-of-LSM-hooks.patch
	patches.suse/bpf-lsm-Provide-attachment-points-for-BPF-LSM-progra.patch
	patches.suse/bpf-lsm-Implement-attach-detach-and-execution.patch
	patches.suse/bpf-lsm-Initialize-the-BPF-LSM-hooks.patch
	patches.suse/tools-libbpf-Add-support-for-BPF_PROG_TYPE_LSM.patch
	patches.suse/bpf-lsm-Add-selftests-for-BPF_PROG_TYPE_LSM.patch
	patches.suse/bpf-lsm-Add-Documentation.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-btf-Fix-arg-verification-in-btf_ctx_access.patch
	patches.suse/bpf-Add-socket-assign-support.patch
	patches.suse/net-Track-socket-refcounts-in-skb_steal_sock.patch
	patches.suse/bpf-Don-t-refcount-LISTEN-sockets-in-sk_assign.patch
	patches.suse/selftests-bpf-Add-test-for-sk_assign.patch
	patches.suse/selftests-bpf-Extend-sk_assign-tests-for-UDP.patch
	patches.suse/bpf-lsm-Make-BPF_LSM-depend-on-BPF_EVENTS.patch
	patches.suse/bpf-Verifier-do_refine_retval_range-may-clamp-umin-t.patch
	patches.suse/bpf-Verifier-do-explicit-ALU32-bounds-tracking.patch
	patches.suse/bpf-Verifier-refine-32bit-bound-in-do_refine_retval_.patch
	patches.suse/bpf-Test_progs-add-test-to-catch-retval-refine-error.patch
	patches.suse/bpf-Test_verifier-bpf_get_stack-return-value-add-0.patch
	patches.suse/bpf-Test_verifier-65-error-message-updates-for-trunc.patch
	patches.suse/bpf-Test_verifier-add-alu32-bounds-tracking-tests.patch
	patches.suse/bpf-Implement-bpf_link-based-cgroup-BPF-program-atta.patch
	patches.suse/bpf-Implement-bpf_prog-replacement-for-an-active-bpf.patch
	patches.suse/libbpf-Add-support-for-bpf_link-based-cgroup-attachm.patch
	patches.suse/selftests-bpf-Test-FD-based-cgroup-attachment.patch
	patches.suse/net-dsa-bcm_sf2-Fix-overflow-checks.patch
	patches.suse/net-stmmac-create-dwmac-intel.c-to-contain-all-Intel.patch
	patches.suse/net-stmmac-add-EHL-PSE0-PSE1-1Gbps-PCI-info-and-PCI-.patch
	patches.suse/net-stmmac-add-EHL-2.5Gbps-PCI-info-and-PCI-ID.patch
	patches.suse/netdevsim-dev-Fix-memory-leak-in-nsim_dev_take_snaps.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-fix-fraglist-segmentation-reference-count-leak.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-hns3-fix-RSS-config-lost-after-VF-reset.patch
	patches.suse/net-hns3-fix-set-and-get-link-ksettings-issue.patch
	patches.suse/net-dsa-ksz-Select-KSZ-protocol-tag.patch
	patches.suse/net-macb-Fix-handling-of-fixed-link-node.patch
	patches.suse/net-bpfilter-remove-superfluous-testing-message.patch
	patches.suse/cxgb4-chcr-nic-tls-stats-in-ethtool.patch
	patches.suse/net-ipv6-rpl_iptunnel-Fix-potential-memory-leak-in-r.patch
	patches.suse/crypto-hisilicon-Unify-hardware-error-init-uninit-in.patch
	patches.suse/crypto-hisilicon-Configure-zip-RAS-error-type.patch
	patches.suse/crypto-hisilicon-Unify-error-detect-process-into-qm.patch
	patches.suse/crypto-hisilicon-Fix-duplicate-print-when-qm-occur-m.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-caam-qi-optimize-frame-queue-cleanup.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-chelsio-This-fixes-the-libkcapi-s-cbc-aes-aio.patch
	patches.suse/crypto-chelsio-This-fixes-the-kernel-panic-which-occ.patch
	patches.suse/crypto-tcrypt-fix-printed-skcipher-a-sync-mode.patch
	patches.suse/crypto-chelsio-Print-the-chcr-driver-information-whi.patch
	patches.suse/crypto-chelsio-remove-extra-allocation-for-chtls_dev.patch
	patches.suse/0001-padata-fix-uninitialized-return-value-in-padata_repl.patch
	patches.suse/crypto-hisilicon-Remove-module_param-uacce_mode.patch
	patches.suse/crypto-qat-spelling-s-Decrytp-Decrypt.patch
	patches.suse/crypto-caam-refactor-skcipher-aead-gcm-chachapoly-en-de-crypt-functions.patch
	patches.suse/crypto-caam-refactor-ahash_done-callbacks.patch
	patches.suse/crypto-caam-refactor-ahash_edesc_alloc.patch
	patches.suse/crypto-caam-refactor-rsa-private-key-done-callbacks.patch
	patches.suse/crypto-caam-change-return-code-in-caam_jr_enqueue-function.patch
	patches.suse/crypto-caam-support-crypto_engine-framework-for-skcipher-algorithms.patch
	patches.suse/crypto-caam-add-crypto_engine-support-for-aead-algorithms.patch
	patches.suse/crypto-caam-add-crypto_engine-support-for-rsa-algorithms.patch
	patches.suse/crypto-caam-add-crypto_engine-support-for-hash-algorithms.patch
	patches.suse/crypto-chelsio-Endianess-bug-in-create_authenc_wr.patch
	patches.suse/crypto-chelsio-un-register-crypto-algorithms.patch
	patches.suse/crypto-hisilicon-remove-redundant-assignment-of-poin.patch
	patches.suse/crypto-chelsio-Recalculate-iv-only-if-it-is-needed.patch
	patches.suse/crypto-chelsio-Use-multiple-txq-rxq-per-tfm-to-proce.patch
	patches.suse/crypto-arm64-sha-ce-implement-export-import.patch
	patches.suse/crypto-replace-zero-length-array-with-flexible-array-member.patch
	patches.suse/crypto-mxs-dcp-fix-scatterlist-linearization-for-has.patch
	patches.suse/crypto-chelsio-chtls-Fixed-tls-stats.patch
	patches.suse/crypto-chelsio-chtls-Fixed-boolinit.cocci-warning.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/crypto-qat-simplify-the-qat_crypto-function.patch
	patches.suse/crypto-hisilicon-Use-one-workqueue-per-qm-instead-of.patch
	patches.suse/crypto-hisilicon-sec2-Add-workqueue-for-SEC-driver.patch
	patches.suse/crypto-hisilicon-sec2-Add-iommu-status-check.patch
	patches.suse/crypto-hisilicon-sec2-Update-IV-and-MAC-operation.patch
	patches.suse/crypto-hisilicon-sec2-Add-pbuffer-mode-for-SEC-drive.patch
	patches.suse/hwrng-imx-rngc-fix-an-error-path.patch
	patches.suse/crypto-hisilicon-qm-Put-device-finding-logic-into-QM.patch
	patches.suse/crypto-hisilicon-zip-Use-hisi_qm_alloc_qps_node-when.patch
	patches.suse/crypto-hisilicon-hpre-Optimize-finding-hpre-device-p.patch
	patches.suse/crypto-hisilicon-sec2-Add-new-create-qp-process.patch
	patches.suse/crypto-arm-neon-memzero-aescbc-setkey
	patches.suse/crypto-chelsio-remove-set-but-not-used-variable-adap.patch
	patches.suse/crypto-caam-allocate-rng-instantiation-descriptor-with-gfp_dma.patch
	patches.suse/crypto-caam-use-struct-hwrng-s-init-for-initialization.patch
	patches.suse/crypto-caam-drop-global-context-pointer-and-init_done.patch
	patches.suse/crypto-caam-simplify-rng-implementation.patch
	patches.suse/crypto-caam-check-if-rng-job-failed.patch
	patches.suse/crypto-caam-invalidate-entropy-register-during-rng-initialization.patch
	patches.suse/bus-fsl-mc-add-api-to-retrieve-mc-version.patch
	patches.suse/crypto-caam-enable-prediction-resistance-in-hrwng.patch
	patches.suse/crypto-caam-limit-single-jd-rng-output-to-maximum-of-16-bytes.patch
	patches.suse/crypto-arm-poly1305-add-artifact-to-.gitignore-files.patch
	patches.suse/HID-fix-Kconfig-word-ordering.patch
	patches.suse/0005-drm-amdgpu-fix-two-documentation-mismatch-issues.patch
	patches.suse/blk-mq-Fix-typo-in-comment.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/mailbox-imx-restructure-code-to-make-easy-for-new-mu.patch
	patches.suse/mailbox-imx-add-scu-mu-support.patch
	patches.suse/0006-drm-move-DP_MAX_DOWNSTREAM_PORTS-from-i915-to-drm-co.patch
	patches.suse/0007-drm-always-determine-branch-device-with-drm_dp_is_br.patch
	patches.suse/0008-drm-connector-Split-out-orientation-quirk-detection-.patch
	patches.suse/0009-drm-connector-Hookup-the-new-drm_cmdline_mode-panel_.patch
	patches.suse/0010-drm-panel-fix-excessive-stack-usage-in-td028ttec1_pr.patch
	patches.suse/0011-drm-drm_panel-fix-export-of-drm_panel_of_backlight-t.patch
	patches.suse/0012-drm-rockchip-use-DIV_ROUND_UP-macro-for-calculations.patch
	patches.suse/0013-drm-rockchip-Add-missing-vmalloc-header.patch
	patches.suse/0014-drm-panel-simple-Add-support-for-the-Frida-FRD350H54.patch
	patches.suse/0015-drm-Add-getfb2-ioctl.patch
	patches.suse/fbdev-potential-information-leak-in-do_fb_ioctl.patch
	patches.suse/msft-hv-2000-video-hyperv_fb-fix-indentation-issue.patch
	patches.suse/0018-video-ssd1307fb-add-the-missed-regulator_disable.patch
	patches.suse/0019-video-Fix-Kconfig-indentation.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/0022-fbcon-Adjust-indentation-in-set_con2fb_map.patch
	patches.suse/0001-fbmem-Adjust-indentation-in-fb_prepare_logo-and-fb_b.patch
	patches.suse/0024-video-sa1100fb-constify-copied-structure.patch
	patches.suse/0025-fbdev-s1d13xxxfb-use-resource_size.patch
	patches.suse/0026-fbdev-cg14fb-use-resource_size.patch
	patches.suse/0027-video-exynos-Rename-Exynos-to-lowercase.patch
	patches.suse/0028-fbdev-remove-object-duplication-in-Makefile.patch
	patches.suse/0029-video-fbdev-nvidia-clean-up-indentation-issues-and-c.patch
	patches.suse/0030-drm-ttm-nuke-invalidate_caches-callback.patch
	patches.suse/0031-drm-panel-support-for-boe-tv101wum-nl6-wuxga-dsi-vid.patch
	patches.suse/0032-drm-panel-support-for-auo-kd101n80-45na-wuxga-dsi-vi.patch
	patches.suse/0033-drm-panel-support-for-boe-tv101wum-n53-wuxga-dsi-vid.patch
	patches.suse/0034-drm-panel-support-for-auo-b101uan08.3-wuxga-dsi-vide.patch
	patches.suse/0035-drm-panel-Add-Feixin-K101-IM2BA02-panel.patch
	patches.suse/0036-Revert-drm-dp_mst-Remove-VCPI-while-disabling-topolo.patch
	patches.suse/0037-drm-mst-Some-style-improvements-in-drm_dp_mst_topolo.patch
	patches.suse/0038-drm-fix-parameters-documentation-style-in-drm_dma.patch
	patches.suse/0039-drm-mipi_dbi-Add-support-for-display-offsets.patch
	patches.suse/0040-drm-tiny-st7735r-Prepare-for-adding-support-for-more.patch
	patches.suse/0041-drm-tiny-st7735r-Add-support-for-Okaya-RH128128T.patch
	patches.suse/0042-drm-syncobj-Add-documentation-for-timeline-syncobj.patch
	patches.suse/0043-drm-panfrost-Remove-core-stack-power-management.patch
	patches.suse/0044-drm-panfrost-Prefix-interrupt-handlers-names.patch
	patches.suse/drm-drm_dp_mst-remove-set-but-not-used-variable-orig.patch
	patches.suse/0046-drm-ttm-flush-the-fence-on-the-bo-after-we-individua.patch
	patches.suse/0047-drm-bridge-Add-I2C-based-driver-for-ps8640-bridge.patch
	patches.suse/0048-drm-dp_mst-Fix-indenting-in-drm_dp_mst_topology_mgr_.patch
	patches.suse/drm-dp_mst-Fix-clearing-payload-state-on-topology-di.patch
	patches.suse/0050-drm-dp_mst-Mention-max_payloads-in-proposed_vcpis-pa.patch
	patches.suse/0051-drm-print-introduce-new-struct-drm_device-based-WARN.patch
	patches.suse/0052-drm-panel-simple-add-display-timings-for-logic-techn.patch
	patches.suse/0053-drm-Release-filp-before-global-lock.patch
	patches.suse/0054-drm-Avoid-drm_global_mutex-for-simple-inc-dec-of-dev.patch
	patches.suse/0055-drm-panel-Fix-boe-tv101wum-n53-htotal-timing.patch
	patches.suse/0056-drm-add-drm_core_check_all_features-to-check-for-a-m.patch
	patches.suse/0057-drm-debugfs-also-take-per-device-driver-features-int.patch
	patches.suse/0058-drm-lima-update-register-info.patch
	patches.suse/0059-drm-lima-add-lima_vm_map_bo.patch
	patches.suse/0060-drm-lima-support-heap-buffer-creation.patch
	patches.suse/0061-drm-lima-recover-task-by-enlarging-heap-buffer.patch
	patches.suse/0062-drm-lima-increase-driver-version-to-1.1.patch
	patches.suse/0063-drm-tidss-New-driver-for-TI-Keystone-platform-Displa.patch
	patches.suse/0064-drm-todo-Add-item-for-the-plane-atomic_check-confusi.patch
	patches.suse/0065-drm-imx-plane_state-fb-iff-plane_state-crtc.patch
	patches.suse/0066-drm-rockchip-plane_state-fb-iff-plane_state-crtc.patch
	patches.suse/0067-drm-vc4-plane_state-fb-iff-plane_state-crtc.patch
	patches.suse/0068-drm-vkms-plane_state-fb-iff-plane_state-crtc.patch
	patches.suse/0069-drm-zte-plane_state-fb-iff-plane_state-crtc.patch
	patches.suse/drm-crc-Actually-allow-to-change-the-crc-source.patch
	patches.suse/0071-drm-auth-Drop-master_create-destroy-hooks.patch
	patches.suse/0072-drm-Initialize-struct-drm_crtc_state.no_vblank-from-.patch
	patches.suse/0073-drm-arc-Remove-sending-of-vblank-event.patch
	patches.suse/0074-drm-ast-Don-t-set-struct-drm_crtc_state.no_vblank-ex.patch
	patches.suse/0075-drm-bochs-Remove-sending-of-vblank-event.patch
	patches.suse/0076-drm-cirrus-Remove-sending-of-vblank-event.patch
	patches.suse/0077-drm-gm12u320-Remove-sending-of-vblank-event.patch
	patches.suse/0078-drm-ili9225-Remove-sending-of-vblank-event.patch
	patches.suse/0079-drm-mipi-dbi-Remove-sending-of-vblank-event.patch
	patches.suse/0080-drm-qxl-Remove-sending-of-vblank-event.patch
	patches.suse/0081-drm-repaper-Remove-sending-of-vblank-event.patch
	patches.suse/0082-drm-st7586-Remove-sending-of-vblank-event.patch
	patches.suse/0083-drm-udl-Don-t-set-struct-drm_crtc_state.no_vblank-ex.patch
	patches.suse/0084-drm-vboxvideo-Remove-sending-of-vblank-event.patch
	patches.suse/0085-drm-virtio-Remove-sending-of-vblank-event.patch
	patches.suse/0086-drm-xen-Explicitly-disable-automatic-sending-of-vbla.patch
	patches.suse/0087-drm-panel-simple-Add-EDT-panel-support.patch
	patches.suse/0088-drm-panel-Add-Samsung-s6e88a0-ams452ef01-panel-drive.patch
	patches.suse/0089-drm-bridge-Add-a-drm_bridge_state-object.patch
	patches.suse/0090-drm-rcar-du-Plug-atomic-state-hooks-to-the-default-i.patch
	patches.suse/0091-drm-bridge-analogix-Plug-atomic-state-hooks-to-the-d.patch
	patches.suse/0092-drm-bridge-Patch-atomic-hooks-to-take-a-drm_bridge_s.patch
	patches.suse/0093-drm-bridge-Add-an-atomic_check-hook.patch
	patches.suse/0094-drm-bridge-Add-the-necessary-bits-to-support-bus-for.patch
	patches.suse/0095-drm-imx-pd-Use-bus-format-flags-provided-by-the-brid.patch
	patches.suse/0096-drm-panel-simple-Fix-the-lt089ac29000-bus_format.patch
	patches.suse/0097-drm-stm-ltdc-add-number-of-interrupts.patch
	patches.suse/0098-drm-stm-ltdc-check-crtc-state-before-enabling-LIE.patch
	patches.suse/0099-drm-stm-dsi-stm-mipi-dsi-doesn-t-print-error-on-prob.patch
	patches.suse/drm-Remove-PageReserved-manipulation-from-drm_pci_al.patch
	patches.suse/0101-drm-Remove-the-dma_alloc_coherent-wrapper-for-intern.patch
	patches.suse/0102-drm-virtio-fix-vblank-handling.patch
	patches.suse/0103-drm-vram-Add-helpers-to-validate-a-display-mode-s-me.patch
	patches.suse/0104-drm-bochs-Implement-struct-drm_mode_config_funcs.mod.patch
	patches.suse/0105-drm-hibmc-Implement-struct-drm_mode_config_funcs.mod.patch
	patches.suse/0106-drm-vboxvideo-Implement-struct-drm_mode_config_funcs.patch
	patches.suse/0107-drm-virtio-ratelimit-error-logging.patch
	patches.suse/0108-drm-virtio-fix-a-wait_event-condition.patch
	patches.suse/0109-drm-virtio-remove-incorrect-ENOSPC-check.patch
	patches.suse/0110-drm-virtio-add-virtio_gpu_vbuf_ctrl_hdr.patch
	patches.suse/0111-drm-virtio-no-need-to-pass-virtio_gpu_ctrl_hdr.patch
	patches.suse/0112-drm-virtio-unlock-object-array-on-errors.patch
	patches.suse/0113-drm-virtio-set-up-virtqueue-sgs-before-locking.patch
	patches.suse/0114-drm-virtio-move-locking-into-virtio_gpu_queue_ctrl_s.patch
	patches.suse/0115-drm-virtio-move-the-check-for-vqs_ready-earlier.patch
	patches.suse/0116-drm-virtio-move-virtqueue_notify-into-virtio_gpu_que.patch
	patches.suse/0117-drm-virtio-fix-ring-free-check.patch
	patches.suse/0118-drm-tiny-add-support-for-tft-displays-based-on-ilite.patch
	patches.suse/0119-drm-tiny-repaper-Make-driver-OF-independent.patch
	patches.suse/0120-drm-tiny-repaper-No-need-to-set-owner-for-spi_regist.patch
	patches.suse/0121-drm-tiny-st7735r-Make-driver-OF-independent.patch
	patches.suse/0122-drm-tiny-st7735r-No-need-to-set-owner-for-spi_regist.patch
	patches.suse/0123-drm-bochs-Clear-struct-drm_connector_funcs.dpms.patch
	patches.suse/0124-drm-udl-Clear-struct-drm_connector_funcs.dpms.patch
	patches.suse/0125-drm-bridge-adv7511-Remove-DRM_I2C_ADV7533-Kconfig.patch
	patches.suse/0126-drm-bridge-adv7511-Add-support-for-ADV7535.patch
	patches.suse/0127-drm-bridge-Add-tc358768-driver.patch
	patches.suse/0128-drm-bridge-sii902x-Select-SND_SOC_HDMI_CODEC-if-SND_.patch
	patches.suse/0129-drm-bridge-synopsys-dsi-missing-post-disable.patch
	patches.suse/0130-drm-bridge-panel-Fix-typo-in-drm_panel_bridge_add-do.patch
	patches.suse/0131-drm-bochs-deinit-bugfix.patch
	patches.suse/0132-drm-virtio-simplify-virtio_gpu_alloc_cmd.patch
	patches.suse/0133-drm-virtio-resource-teardown-tweaks.patch
	patches.suse/0134-drm-virtio-move-mapping-teardown-to-virtio_gpu_clean.patch
	patches.suse/0135-drm-virtio-move-virtio_gpu_mem_entry-initialization-.patch
	patches.suse/0136-drm-bridge-tfp410-add-pclk-limits.patch
	patches.suse/0137-drm-omap-use-true-false-for-bool-variable.patch
	patches.suse/0138-drm-omapdrm-Fix-trivial-spelling.patch
	patches.suse/0139-drm-omap-dmm_tiler-Use-dmaengine_prep_dma_memcpy-for.patch
	patches.suse/0140-drm-omap-dmm_tiler-Remove-the-dma_async_issue_pendin.patch
	patches.suse/drm-omap-fix-possible-object-reference-leak.patch
	patches.suse/0142-drm-qxl-reorder-calls-in-qxl_device_fini.patch
	patches.suse/0143-drm-qxl-add-drm_driver.release-callback.patch
	patches.suse/0144-drm-ttm-refine-ghost-BO-resv-criteria.patch
	patches.suse/0145-drm-ttm-cleanup-ttm_buffer_object_transfer.patch
	patches.suse/0146-drm-ttm-use-RCU-in-ttm_bo_flush_all_fences.patch
	patches.suse/0147-drm-fbdev-helper-don-t-force-restores.patch
	patches.suse/0148-drm-client-Rename-_force-to-_locked.patch
	patches.suse/0149-drm-Push-drm_global_mutex-locking-in-drm_open.patch
	patches.suse/0150-drm-Nerf-drm_global_mutex-BKL-for-good-drivers.patch
	patches.suse/0151-drm-panel-simple-Add-Rocktech-RK101II01D-CT-panel.patch
	patches.suse/0152-drm-irq-remove-check-on-dev-dev_private.patch
	patches.suse/0153-drm-bochs-add-drm_driver.release-callback.patch
	patches.suse/0154-drm-cirrus-add-drm_driver.release-callback.patch
	patches.suse/0155-drm-virtio-add-drm_driver.release-callback.patch
	patches.suse/0156-drm-ttm-rework-BO-delayed-delete.-v2.patch
	patches.suse/0157-drm-ttm-replace-dma_resv-object-on-deleted-BOs-v3.patch
	patches.suse/0158-drm-ttm-individualize-resv-objects-before-calling-re.patch
	patches.suse/0159-drm-bridge-ti-sn65dsi86-Split-the-setting-of-the-dp-.patch
	patches.suse/0160-drm-bridge-ti-sn65dsi86-zero-is-never-greater-than-a.patch
	patches.suse/0161-drm-bridge-ti-sn65dsi86-Don-t-use-MIPI-variables-for.patch
	patches.suse/0162-drm-bridge-ti-sn65dsi86-Config-number-of-DP-lanes-Mo.patch
	patches.suse/0163-drm-bridge-ti-sn65dsi86-Read-num-lanes-from-the-DP-s.patch
	patches.suse/0164-drm-bridge-ti-sn65dsi86-Use-18-bit-DP-if-we-can.patch
	patches.suse/0165-drm-bridge-ti-sn65dsi86-Group-DP-link-training-bits-.patch
	patches.suse/0166-drm-bridge-ti-sn65dsi86-Train-at-faster-rates-if-slo.patch
	patches.suse/0167-drm-bridge-ti-sn65dsi86-Avoid-invalid-rates.patch
	patches.suse/0168-drm-hisilicon-hibmc-fix-xset-dpms-force-off-fail.patch
	patches.suse/0169-drm-hisilicon-hibmc-add-DPMS-on-off-function.patch
	patches.suse/0170-drm-hisilicon-hibmc-add-gamma_set-function.patch
	patches.suse/0171-drm-qxl-replace-zero-length-array-with-flexible-arra.patch
	patches.suse/0172-drm-virtio-fix-virtio_gpu_execbuffer_ioctl-locking.patch
	patches.suse/0173-drm-Remove-internal-setup-of-struct-drm_device.vblan.patch
	patches.suse/0174-drm-Add-get_scanout_position-to-struct-drm_crtc_help.patch
	patches.suse/0175-drm-Add-get_vblank_timestamp-to-struct-drm_crtc_func.patch
	patches.suse/0176-drm-amdgpu-Convert-to-struct-drm_crtc_helper_funcs.g.patch
	patches.suse/0177-drm-amdgpu-Convert-to-CRTC-VBLANK-callbacks.patch
	patches.suse/0178-drm-gma500-Convert-to-CRTC-VBLANK-callbacks.patch
	patches.suse/0179-drm-i915-Convert-to-CRTC-VBLANK-callbacks.patch
	patches.suse/0180-drm-nouveau-Convert-to-struct-drm_crtc_helper_funcs..patch
	patches.suse/0181-drm-nouveau-Convert-to-CRTC-VBLANK-callbacks.patch
	patches.suse/0182-drm-radeon-Convert-to-struct-drm_crtc_helper_funcs.g.patch
	patches.suse/0183-drm-radeon-Convert-to-CRTC-VBLANK-callbacks.patch
	patches.suse/0184-drm-msm-Convert-to-struct-drm_crtc_helper_funcs.get_.patch
	patches.suse/0185-drm-msm-Convert-to-CRTC-VBLANK-callbacks.patch
	patches.suse/0186-drm-stm-Convert-to-struct-drm_crtc_helper_funcs.get_.patch
	patches.suse/0187-drm-stm-Convert-to-CRTC-VBLANK-callbacks.patch
	patches.suse/0188-drm-sti-Convert-to-CRTC-VBLANK-callbacks.patch
	patches.suse/0189-drm-vc4-Convert-to-struct-drm_crtc_helper_funcs.get_.patch
	patches.suse/0190-drm-vc4-Convert-to-CRTC-VBLANK-callbacks.patch
	patches.suse/0191-drm-vkms-Convert-to-CRTC-VBLANK-callbacks.patch
	patches.suse/0192-drm-vmwgfx-Convert-to-CRTC-VBLANK-callbacks.patch
	patches.suse/0193-drm-Clean-up-VBLANK-related-callbacks-in-struct-drm_.patch
	patches.suse/0194-drm-Remove-legacy-version-of-get_scanout_position.patch
	patches.suse/0195-drm-Add-support-for-DP-1.4-Compliance-edid-corruptio.patch
	patches.suse/0196-drm-virtio-fix-error-check.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/0201-drm-print-Delete-a-few-unused-shouting-macros.patch
	patches.suse/0202-drm-mcde-Fix-Sphinx-formatting.patch
	patches.suse/0203-drm-edid-Check-the-number-of-detailed-timing-descrip.patch
	patches.suse/0204-drm-edid-Don-t-accept-any-old-garbage-as-a-display-d.patch
	patches.suse/0205-drm-edid-Introduce-is_detailed_timing_descritor.patch
	patches.suse/0206-drm-edid-Clear-out-spurious-whitespace.patch
	patches.suse/0207-drm-edid-Document-why-we-don-t-bounds-check-the-Disp.patch
	patches.suse/0208-drm-edid-Add-a-FIXME-about-DispID-CEA-data-block-rev.patch
	patches.suse/0209-drm-atomic-helper-fix-kerneldoc.patch
	patches.suse/0210-drm-print-clean-up-RATELIMITED-macros.patch
	patches.suse/0211-drm-drop-unused-drm_crtc-callback.patch
	patches.suse/0212-drm-drop-unused-drm_display_mode.private.patch
	patches.suse/0213-drm-pl111-Support-Integrator-IM-PD1-module.patch
	patches.suse/0214-drm-lima-fix-recovering-from-PLBU-out-of-memory.patch
	patches.suse/0215-drm-format_helper-Dual-licence-the-file-in-GPL-2-and.patch
	patches.suse/0216-dma-buf-Fix-a-typo-in-Kconfig.patch
	patches.suse/0217-drm-virtio-rework-notification-for-better-batching.patch
	patches.suse/0218-drm-virtio-notify-before-waiting.patch
	patches.suse/0219-drm-virtio-batch-plane-updates-pageflip.patch
	patches.suse/0220-drm-virtio-batch-resource-creation.patch
	patches.suse/0221-drm-virtio-batch-display-query.patch
	patches.suse/0222-drm-virtio-move-remaining-virtio_gpu_notify-calls.patch
	patches.suse/0223-drm-bridge-Fix-the-bridge-kernel-doc.patch
	patches.suse/drm-sun4i-dsi-Avoid-hotplug-race-with-DRM-driver-bin.patch
	patches.suse/0225-drm-sun4i-tcon-Introduce-LVDS-setup-routine-setting.patch
	patches.suse/drm-sun4i-tcon-Separate-quirks-for-tcon0-and-tcon1-o.patch
	patches.suse/0227-drm-sun4i-tcon-Support-LVDS-output-on-Allwinner-A20.patch
	patches.suse/0228-drm-i915-gt-Clear-rc6-residency-trackers-across-susp.patch
	patches.suse/0229-drm-i915-guc-Simpler-CT-message-size-calculation.patch
	patches.suse/0230-drm-i915-guc-Introduce-CT_ERROR.patch
	patches.suse/0231-drm-i915-guc-Update-CTB-helpers-to-use-CT_ERROR.patch
	patches.suse/0232-drm-i915-guc-Use-correct-name-for-last-CT-fence.patch
	patches.suse/0233-drm-i915-dp-tgl-Update-combo-phy-vswing-tables.patch
	patches.suse/0234-drm-i915-vbt-Rename-BDB_LVDS_POWER-to-BDB_LFP_POWER.patch
	patches.suse/0235-drm-i915-gen11-Add-additional-pcode-status-values.patch
	patches.suse/0236-drm-i915-params-add-i915-parameters-to-debugfs.patch
	patches.suse/0237-drm-i915-params-support-bool-values-for-int-and-uint.patch
	patches.suse/0238-drm-i915-fbc-Move-the-plane-state-check-into-the-fbc.patch
	patches.suse/0239-drm-i915-fbc-Nuke-fbc_supported.patch
	patches.suse/0240-drm-i915-fbc-Add-fbc-tracepoints.patch
	patches.suse/0241-drm-i915-tgl-Add-Wa_1409825376-to-tgl.patch
	patches.suse/0242-drm-i915-gt-Drop-rogue-space-in-the-middle-of-GT_TRA.patch
	patches.suse/0243-drm-i915-add-Wa_14010594013-icl-ehl.patch
	patches.suse/0244-drm-i915-psr-Share-the-computation-of-idle-frames.patch
	patches.suse/0245-drm-i915-Fix-eDP-DPCD-aux-max-backlight-calculations.patch
	patches.suse/0246-drm-i915-Assume-100-brightness-when-not-in-DPCD-cont.patch
	patches.suse/0247-drm-i915-Fix-DPCD-register-order-in-intel_dp_aux_ena.patch
	patches.suse/0248-drm-i915-Auto-detect-DPCD-backlight-support-by-defau.patch
	patches.suse/0249-drm-i915-Include-the-debugfs-params-header-for-its-o.patch
	patches.suse/0250-drm-i915-Fix-typo-in-kerneldoc-function-name.patch
	patches.suse/0251-drm-i915-Satisfy-smatch-that-a-loop-has-at-least-one.patch
	patches.suse/0252-drm-i915-guc-Don-t-GEM_BUG_ON-on-corrupted-G2H-CTB.patch
	patches.suse/0253-drm-i915-guc-Don-t-pass-CTB-while-writing.patch
	patches.suse/0254-drm-i915-guc-Don-t-pass-CTB-while-reading.patch
	patches.suse/0255-drm-i915-guc-Switch-to-CT_ERROR-in-ct_read.patch
	patches.suse/0256-drm-i915-guc-Introduce-CT_DEBUG.patch
	patches.suse/0257-drm-i915-conversion-to-new-logging-macros-in-i915-i9.patch
	patches.suse/0258-drm-i915-conversion-to-new-logging-macros-in-i915-in.patch
	patches.suse/0259-drm-i915-conversion-to-new-logging-macros-in-i915-in.patch
	patches.suse/0260-drm-i915-convert-to-new-logging-macros-in-i915-intel.patch
	patches.suse/0261-drm-i915-convert-to-new-logging-macros-in-i915-intel.patch
	patches.suse/0262-drm-i915-gt-Report-the-currently-active-execlists-re.patch
	patches.suse/0263-drm-i915-userptr-add-user_size-limit-check.patch
	patches.suse/0264-drm-i915-gt-Be-paranoid-and-reset-the-GPU-before-rel.patch
	patches.suse/0265-drm-i915-Clear-most-of-crtc-state-when-disabling-the.patch
	patches.suse/0266-drm-i915-Prefer-to-use-the-pipe-to-index-the-ddb-ent.patch
	patches.suse/0267-drm-i915-Use-PIPE_CONF_CHECK_X-for-sync_mode_slaves_.patch
	patches.suse/0268-drm-i915-Move-encoder-variable-to-tighter-scope.patch
	patches.suse/0269-drm-i915-sdvo-Reduce-the-size-of-the-on-stack-buffer.patch
	patches.suse/0270-drm-i915-Consolidate-HDMI-force_dvi-handling.patch
	patches.suse/0271-drm-i915-sdvo-Consolidate-SDVO-HDMI-force_dvi-handli.patch
	patches.suse/0272-drm-i915-bios-add-intel_bios_max_tmds_encoder.patch
	patches.suse/0273-drm-i915-bios-add-intel_bios_hdmi_level_shift.patch
	patches.suse/0274-drm-i915-bios-intel_bios_dp_boost_level.patch
	patches.suse/0275-drm-i915-bios-intel_bios_hdmi_boost_level.patch
	patches.suse/0276-drm-i915-bios-add-intel_bios_dp_max_link_rate.patch
	patches.suse/0277-drm-i915-bios-add-intel_bios_alternate_ddc_pin.patch
	patches.suse/0278-drm-i915-bios-add-intel_bios_port_supports_.patch
	patches.suse/0279-drm-i915-bios-check-DDI-port-presence-based-on-child.patch
	patches.suse/0280-drm-i915-use-intel_bios_is_port_present.patch
	patches.suse/0281-drm-i915-dp-debug-log-max-vswing-and-pre-emphasis.patch
	patches.suse/0282-drm-i915-Use-intel_attached_encoder.patch
	patches.suse/0283-drm-i915-Relocate-intel_attached_dp.patch
	patches.suse/0284-drm-i915-Use-intel_attached_dp-instead-of-hand-rolli.patch
	patches.suse/0285-drm-i915-Rename-conn_to_dig_port-to-intel_attached_d.patch
	patches.suse/0286-drm-i915-hdcp-Clean-up-local-variables.patch
	patches.suse/0287-drm-i915-drop-alpha_support-for-good-in-favour-of-fo.patch
	patches.suse/0288-drm-i915-Don-t-use-VBT-for-detecting-DPCD-backlight-.patch
	patches.suse/0289-drm-i915-Clear-the-GGTT_WRITE-bit-on-unbinding-the-v.patch
	patches.suse/0290-drm-i915-display-Make-WARN-drm-specific-where-encode.patch
	patches.suse/0291-drm-i915-gem-Make-WARN-drm-specific-where-drm_priv-p.patch
	patches.suse/0292-drm-i915-gt-Make-WARN-drm-specific-where-drm_priv-pt.patch
	patches.suse/0293-drm-i915-Make-WARN-drm-specific-where-drm_priv-ptr-i.patch
	patches.suse/0294-drm-i915-Make-WARN-drm-specific-where-uncore-or-stre.patch
	patches.suse/0295-drm-i915-gt-Include-a-tell-tale-for-engine-parking.patch
	patches.suse/0296-drm-i915-gem-Convert-vm-idr-to-xarray.patch
	patches.suse/0297-drm-i915-Clear-old-hw.fb-co.-from-slave-plane-s-stat.patch
	patches.suse/0298-drm-i915-Stop-looking-at-plane-state-in-intel_prepar.patch
	patches.suse/0299-drm-i915-s-intel_state-state-in-intel_-prepare-clean.patch
	patches.suse/0300-drm-i915-Balance-prepare_fb-cleanup_fb.patch
	patches.suse/0301-drm-i915-Cleanup-properly-if-the-implicit-fence-setu.patch
	patches.suse/0302-drm-i915-add-display-engine-uncore-helpers.patch
	patches.suse/0303-drm-i915-atomic-use-struct-drm_device-logging-macros.patch
	patches.suse/0304-drm-i915-bios-convert-to-struct-drm_device-logging-m.patch
	patches.suse/0305-drm-i915-audio-convert-to-struct-drm_device-logging-.patch
	patches.suse/0306-drm-i915-bw-convert-to-drm_device-based-logging-macr.patch
	patches.suse/0307-drm-i915-cdclk-use-new-struct-drm_device-logging-mac.patch
	patches.suse/0308-drm-i915-dp-Do-not-set-master_trans-bit-in-bitmak-if.patch
	patches.suse/0309-drm-i915-selftests-Show-the-RC6-residency-on-parking.patch
	patches.suse/0310-drm-i915-gem-Prevent-NULL-pointer-dereference-on-mis.patch
	patches.suse/0311-drm-i915-Wait-on-vma-activity-before-taking-the-mute.patch
	patches.suse/0312-drm-i915-acpi-Move-the-code-to-populate-ACPI-device-.patch
	patches.suse/0313-drm-i915-dc3co-Do-the-full-calculation-of-DC3CO-exit.patch
	patches.suse/0314-drm-i915-dc3co-Avoid-full-modeset-when-EXITLINE-need.patch
	patches.suse/0315-drm-i915-ehl-Ensure-that-the-DDI-selection-MUX-is-pr.patch
	patches.suse/0316-drm-i915-gt-Flush-engine-parking-before-release.patch
	patches.suse/0317-drm-i915-gt-Poison-GTT-scratch-pages.patch
	patches.suse/0318-drm-i915-tgl-Re-enable-RPS.patch
	patches.suse/0319-drm-i915-guc-Don-t-GEM_BUG_ON-on-corrupted-H2G-CTB.patch
	patches.suse/0320-drm-i915-display-conversion-to-new-struct-drm_device.patch
	patches.suse/0321-drm-i915-dsi-conversion-to-struct-drm_device-log-mac.patch
	patches.suse/0322-drm-i915-power-convert-to-struct-drm_device-macros-i.patch
	patches.suse/0323-drm-i915-dp-conversion-to-struct-drm_device-logging-.patch
	patches.suse/0324-drm-i915-opregion-conversion-to-struct-drm_device-lo.patch
	patches.suse/0325-drm-i915-hdcp-conversion-to-struct-drm_device-based-.patch
	patches.suse/0326-drm-i915-dmc-use-intel-uncore-functions-for-forcewak.patch
	patches.suse/0327-drm-i915-irq-use-intel-de-functions-for-forcewake-re.patch
	patches.suse/0328-drm-i915-pm-use-intel-de-functions-for-forcewake-reg.patch
	patches.suse/0329-drm-i915-gem-initial-conversion-to-new-logging-macro.patch
	patches.suse/0330-drm-i915-gem-manual-conversion-to-struct-drm_device-.patch
	patches.suse/0331-drm-i915-display-Squelch-kerneldoc-complaints.patch
	patches.suse/drm-i915-Stub-out-i915_gpu_coredump_put.patch
	patches.suse/0332-drm-i915-Remove-prefault_disable-modparam.patch
	patches.suse/0333-drm-i915-Fix-inconsistance-between-pfit.enable-and-s.patch
	patches.suse/0334-drm-i915-Fix-modeset-locks-in-sanitize_watermarks.patch
	patches.suse/0335-drm-i915-Prefer-intel_connector-over-drm_connector-i.patch
	patches.suse/0336-drm-i915-audio-use-intel_de_-functions-for-register-.patch
	patches.suse/0337-drm-i915-cdclk-use-intel_de_-functions-for-register-.patch
	patches.suse/0338-drm-i915-color-use-intel_de_-functions-for-register-.patch
	patches.suse/0339-drm-i915-crt-use-intel_de_-functions-for-register-ac.patch
	patches.suse/0340-drm-i915-dpio_phy-use-intel_de_-functions-for-regist.patch
	patches.suse/0341-drm-i915-dpll_mgr-use-intel_de_-functions-for-regist.patch
	patches.suse/0342-drm-i915-dp_mst-use-intel_de_-functions-for-register.patch
	patches.suse/0343-drm-i915-dsb-use-intel_de_-functions-for-register-ac.patch
	patches.suse/0344-drm-i915-dvo-use-intel_de_-functions-for-register-ac.patch
	patches.suse/0345-drm-i915-fbc-use-intel_de_-functions-for-register-ac.patch
	patches.suse/0346-drm-i915-fifo_underrun-use-intel_de_-functions-for-r.patch
	patches.suse/0347-drm-i915-gmbus-use-intel_de_-functions-for-register-.patch
	patches.suse/0348-drm-i915-hdmi-use-intel_de_-functions-for-register-a.patch
	patches.suse/0349-drm-i915-lpe_audio-use-intel_de_-functions-for-regis.patch
	patches.suse/0350-drm-i915-lvds-use-intel_de_-functions-for-register-a.patch
	patches.suse/0351-drm-i915-overlay-use-intel_de_-functions-for-registe.patch
	patches.suse/0352-drm-i915-panel-use-intel_de_-functions-for-register-.patch
	patches.suse/0353-drm-i915-sdvo-use-intel_de_-functions-for-register-a.patch
	patches.suse/0354-drm-i915-tv-use-intel_de_-functions-for-register-acc.patch
	patches.suse/0355-drm-i915-vga-use-intel_de_-functions-for-register-ac.patch
	patches.suse/0356-drm-i915-Include-the-AUX-CH-name-in-the-debug-messag.patch
	patches.suse/0357-drm-i915-Give-aux-channels-a-better-name.patch
	patches.suse/0358-drm-i915-pipe_crc-use-intel_de_-functions-for-regist.patch
	patches.suse/0359-drm-i915-psr-use-intel_de_-functions-for-register-ac.patch
	patches.suse/0360-drm-i915-sprite-use-intel_de_-functions-for-register.patch
	patches.suse/0361-drm-i915-vdsc-use-intel_de_-functions-for-register-a.patch
	patches.suse/0362-drm-i915-vlv_dsi-use-intel_de_-functions-for-registe.patch
	patches.suse/0363-drm-i915-vlv_dsi_pll-use-intel_de_-functions-for-reg.patch
	patches.suse/0364-drm-i915-Restore-the-kernel-context-after-verifying-.patch
	patches.suse/0365-drm-i915-perf-Fix-OA-context-id-overlap-with-idle-co.patch
	patches.suse/0366-drm-i915-Skip-capturing-errors-from-internal-context.patch
	patches.suse/0367-drm-i915-gt-Reorganise-gen8-interrupt-handler.patch
	patches.suse/0368-drm-i915-gt-Tidy-repetition-in-declaring-gen8-interr.patch
	patches.suse/0369-drm-i915-gt-Lift-set-wedged-engine-dumping-out-of-us.patch
	patches.suse/0370-drm-i915-trace-i915_request.prio-is-a-signed-value.patch
	patches.suse/0371-drm-i915-selftests-Lock-the-drm_mm-as-we-search.patch
	patches.suse/0372-drm-i915-icl_dsi-use-intel_de_-functions-for-registe.patch
	patches.suse/0373-drm-i915-combo_phy-use-intel_de_-functions-for-regis.patch
	patches.suse/0374-drm-i915-ddi-use-intel_de_-functions-for-register-ac.patch
	patches.suse/0375-drm-i915-display-use-intel_de_-functions-for-registe.patch
	patches.suse/0376-drm-i915-display_power-use-intel_de_-functions-for-r.patch
	patches.suse/0377-drm-i915-dp-use-intel_de_-functions-for-register-acc.patch
	patches.suse/0378-drm-i915-hdcp-use-intel_de_-functions-for-register-a.patch
	patches.suse/0379-drm-i915-psr-use-intel_de_-functions-for-register-ac.patch
	patches.suse/0380-drm-i915-debugfs-remove-i915_dpcd-file.patch
	patches.suse/0381-drm-i915-selftests-perf-measure-memcpy-bw-between-re.patch
	patches.suse/0382-drm-i915-execlist-Mark-up-racy-read-of-execlists-pen.patch
	patches.suse/0383-drm-i915-gt-Hook-up-CS_MASTER_ERROR_INTERRUPT.patch
	patches.suse/0384-drm-i915-execlists-Ignore-discrepancies-in-pending-a.patch
	patches.suse/0385-drm-i915-add-extra-slice-common-debug-registers.patch
	patches.suse/0386-drm-i915-ggtt-use-new-drm-logging-macros-in-gt-intel.patch
	patches.suse/0387-drm-i915-reset-conversion-to-new-drm-logging-macros-.patch
	patches.suse/0388-drm-i915-engine_cs-use-new-drm-logging-macros-in-gt-.patch
	patches.suse/0389-drm-i915-gt-convert-to-new-logging-macros-in-gt-inte.patch
	patches.suse/0390-drm-i915-ring-convert-to-new-logging-macros-in-gt-in.patch
	patches.suse/0391-drm-i915-gt-Skip-global-serialisation-of-clear_range.patch
	patches.suse/0392-drm-i915-fbc-__intel_fbc_cleanup_cfb-may-be-called-m.patch
	patches.suse/0393-drm-i915-gt-Rename-i915_gem_restore_ggtt_mappings-fo.patch
	patches.suse/0394-drm-i915-Use-the-async-worker-to-avoid-reclaim-taint.patch
	patches.suse/0395-drm-i915-debugfs-remove-VBT-data-about-DRRS.patch
	patches.suse/0396-drm-i915-move-pipe-pch-and-vblank-enable-to-encoders.patch
	patches.suse/0397-drm-i915-dsi-Enable-ICL-DSI-transcoder-as-part-of-en.patch
	patches.suse/0398-drm-i915-move-intel_dp_set_m_n-to-encoder-for-DDI-pl.patch
	patches.suse/0399-drm-i915-Polish-WM_LINETIME-register-stuff.patch
	patches.suse/0400-drm-i915-Move-linetime-wms-into-the-crtc-state.patch
	patches.suse/0401-drm-i915-Nuke-skl-wm.dirty_pipes-bitmask.patch
	patches.suse/0402-drm-i915-Move-more-cdclk-state-handling-into-the-cdc.patch
	patches.suse/0403-drm-i915-Collect-more-cdclk-state-under-the-same-roo.patch
	patches.suse/0404-drm-i915-s-need_cd2x_updare-can_cd2x_update.patch
	patches.suse/0405-drm-i915-s-cdclk_state-cdclk_config.patch
	patches.suse/0406-drm-i915-Simplify-intel_set_cdclk_-pre-post-_plane_u.patch
	patches.suse/0407-drm-i915-Extract-intel_cdclk_state.patch
	patches.suse/0408-drm-i915-swap-the-entire-cdclk-state.patch
	patches.suse/0409-drm-i915-s-init_cdclk-init_cdclk_hw.patch
	patches.suse/0410-drm-i915-Move-intel_atomic_state_free-into-intel_ato.patch
	patches.suse/0411-drm-i915-Introduce-better-global-state-handling.patch
	patches.suse/0412-drm-i915-Convert-bandwidth-state-to-global-state.patch
	patches.suse/0413-drm-i915-Introduce-intel_calc_active_pipes.patch
	patches.suse/0414-drm-i915-Convert-cdclk-to-global-state.patch
	patches.suse/0415-drm-i915-Store-active_pipes-bitmask-in-cdclk-state.patch
	patches.suse/0416-drm-i915-gt-Also-use-async-bind-for-PIN_USER-into-bs.patch
	patches.suse/0417-drm-i915-selftests-Also-wait-for-the-scratch-buffer-.patch
	patches.suse/0418-drm-i915-selftests-Disable-heartbeat-around-hang-tes.patch
	patches.suse/0419-drm-i915-guc-Introduce-guc_is_ready.patch
	patches.suse/0420-drm-i915-extract-engine-WA-programming-to-common-res.patch
	patches.suse/0421-drm-i915-gt-Skip-rmw-for-masked-registers.patch
	patches.suse/0422-drm-i915-Move-ringbuffer-WAs-to-engine-workaround-li.patch
	patches.suse/0423-drm-i915-display-icl_dsi-Make-WARN-drm-specific-wher.patch
	patches.suse/0424-drm-i915-display-audio-Make-WARN-drm-specific-where-.patch
	patches.suse/0425-drm-i915-display-crt-Make-WARN-drm-specific-where-dr.patch
	patches.suse/0426-drm-i915-Hold-reference-to-previous-active-fence-as-.patch
	patches.suse/0427-drm-i915-gt-Warn-about-the-hidden-i915_vma_pin-in-ti.patch
	patches.suse/0428-drm-i915-display-dpll_mgr-Make-WARN-drm-specific-whe.patch
	patches.suse/0429-drm-i915-display-fbc-Make-WARN-drm-specific-where-dr.patch
	patches.suse/0430-drm-i915-fbdev-Make-WARN-drm-specific-where-drm_devi.patch
	patches.suse/0431-drm-i915-display-hdmi-Make-WARN-drm-specific-where-d.patch
	patches.suse/0432-drm-i915-display-overlay-Make-WARN-drm-specific-wher.patch
	patches.suse/0433-drm-i915-display-panel-Make-WARN-drm-specific-where-.patch
	patches.suse/0434-drm-i915-display-psr-Make-WARN-drm-specific-where-dr.patch
	patches.suse/0435-drm-i915-display-sdvo-Make-WARN-drm-specific-where-d.patch
	patches.suse/0436-drm-i915-display-tc-Make-WARN-drm-specific-where-drm.patch
	patches.suse/0437-drm-i915-display-Make-WARN-drm-specific-where-drm_de.patch
	patches.suse/0438-drm-i915-vlv_dsi_pll-conversion-to-struct-drm_device.patch
	patches.suse/0439-drm-i915-vlv_dsi-conversion-to-drm_device-based-logg.patch
	patches.suse/0440-drm-i915-vga-conversion-to-drm_device-based-logging-.patch
	patches.suse/0441-drm-i915-vdsc-convert-to-struct-drm_device-based-log.patch
	patches.suse/0442-drm-i915-tv-automatic-conversion-to-drm_device-based.patch
	patches.suse/0443-drm-i915-tc-automatic-conversion-to-drm_device-based.patch
	patches.suse/0444-drm-i915-sprite-automatic-conversion-to-drm_device-b.patch
	patches.suse/0445-drm-i915-sdvo-automatic-conversion-to-drm_device-bas.patch
	patches.suse/0446-drm-i915-quirks-automatic-conversion-to-drm_device-b.patch
	patches.suse/0447-drm-i915-psr-automatic-conversion-to-drm_device-base.patch
	patches.suse/0448-drm-i915-pipe_crc-automatic-conversion-to-drm_device.patch
	patches.suse/0449-drm-i915-panel-automatic-conversion-to-drm_device-ba.patch
	patches.suse/0450-drm-i915-conversion-to-drm_device-logging-macros-whe.patch
	patches.suse/0451-drm-i915-debugfs-conversion-to-drm_device-based-logg.patch
	patches.suse/0452-drm-i915-cmd_parser-conversion-to-struct-drm_device-.patch
	patches.suse/0453-drm-i915-pci-conversion-to-drm_device-based-logging-.patch
	patches.suse/0454-drm-i915-audio-Skip-the-cdclk-modeset-if-no-pipes-at.patch
	patches.suse/0455-drm-i915-display-Fix-NULL-crtc-deref-in-calc_min_cdc.patch
	patches.suse/0456-drm-i915-display-Defer-application-of-initial-chv_ph.patch
	patches.suse/0457-drm-i915-selftests-Add-a-simple-rollover-test-for-th.patch
	patches.suse/0458-drm-i915-selftest-Ensure-string-fits-within-name.patch
	patches.suse/0459-drm-i915-gt-Pull-sseu-context-updates-under-gt.patch
	patches.suse/0460-drm-i915-Introduce-intel_connector_hpd_pin.patch
	patches.suse/0461-drm-i915-crt-Configure-connector-polled-and-encoder-.patch
	patches.suse/0462-drm-i915-Mark-ns2501-as-LVDS-without-a-fixed-mode.patch
	patches.suse/0463-drm-i915-dvo-Mark-TMDS-DVO-connectors-as-polled.patch
	patches.suse/0464-drm-i915-Sprinkle-missing-commas.patch
	patches.suse/0465-drm-i915-gt-Fix-rc6-on-Ivybridge.patch
	patches.suse/0466-drm-i915-hdcp-move-update-pipe-code-to-hdcp.patch
	patches.suse/0467-drm-i915-display-Explicitly-cleanup-initial_plane_co.patch
	patches.suse/0468-drm-i915-display-Be-explicit-in-handling-the-preallo.patch
	patches.suse/0469-drm-i915-Remove-skl_ddl_allocation-struct.patch
	patches.suse/0470-drm-i915-Move-dbuf-slice-update-to-proper-place.patch
	patches.suse/0471-drm-i915-Update-dbuf-slices-only-with-full-modeset.patch
	patches.suse/0472-drm-i915-Introduce-parameterized-DBUF_CTL.patch
	patches.suse/0473-drm-i915-Manipulate-DBuf-slices-properly.patch
	patches.suse/0474-drm-i915-Correctly-map-DBUF-slices-to-pipes.patch
	patches.suse/0475-drm-i915-Mark-i915.reset-as-unsigned.patch
	patches.suse/drm-i915-Flush-execution-tasklets-before-checking-re.patch
	patches.suse/0477-drm-i915-gt-Set-the-PP_DIR-registers-upon-enabling-r.patch
	patches.suse/0478-drm-i915-display-Set-TRANS_DDI_MODE_SELECT-to-defaul.patch
	patches.suse/0479-drm-i915-selftests-drop-igt_ppgtt_exhaust_huge.patch
	patches.suse/0480-Revert-drm-i915-Don-t-use-VBT-for-detecting-DPCD-bac.patch
	patches.suse/0481-drm-i915-gt-Protect-execlists_hold-unhold-from-new-w.patch
	patches.suse/0482-drm-i915-guc-Make-sure-to-sanitize-CT-status.patch
	patches.suse/0483-drm-i915-Fix-force-probe-failure-message.patch
	patches.suse/0484-drm-i915-gt-Use-the-kernel_context-to-measure-the-br.patch
	patches.suse/0485-drm-i915-Disable-tesselation-clock-gating-on-tgl-A0.patch
	patches.suse/0486-drm-i915-Implement-Wa_1607090982.patch
	patches.suse/0487-drm-i915-gt-Only-ignore-already-reset-requests.patch
	patches.suse/0488-drm-i915-debugfs-Remove-i915_energy_uJ.patch
	patches.suse/0489-drm-i915-Never-allow-userptr-into-the-new-mapping-ty.patch
	patches.suse/0490-drm-i915-Remove-lite-restore-defines.patch
	patches.suse/0491-drm-i915-gt-Fix-hold-unhold-recursion.patch
	patches.suse/0492-drm-i915-execlists-Ignore-tracek-for-nop-process_csb.patch
	patches.suse/0493-drm-i915-selftests-Remove-erroneous-intel_engine_pm_.patch
	patches.suse/0494-drm-i915-mst-fix-pipe-and-vblank-enable.patch
	patches.suse/0495-drm-i915-psr-pass-i915-to-psr_global_enabled.patch
	patches.suse/0496-drm-i915-display-ehl-Add-HBR2-and-HBR3-voltage-swing.patch
	patches.suse/0497-drm-i915-selftests-Disable-capturing-forced-error-st.patch
	patches.suse/0498-drm-i915-selftests-Drop-live_preempt_hang.patch
	patches.suse/0499-drm-i915-dc3co-Add-description-of-how-it-works.patch
	patches.suse/0500-drm-i915-tgl-Update-cdclk-voltage-level-settings.patch
	patches.suse/0501-drm-i915-selftests-Trim-blitter-block-size.patch
	patches.suse/0502-drm-i915-Skip-CPU-synchronisation-on-dmabuf-attachme.patch
	patches.suse/0503-drm-i915-HDCP-support-on-above-PORT_E.patch
	patches.suse/0504-drm-i915-dp_link_training-convert-to-drm_device-base.patch
	patches.suse/0505-drm-i915-atomic-conversion-to-drm_device-based-loggi.patch
	patches.suse/0506-drm-i915-color-conversion-to-drm_device-based-loggin.patch
	patches.suse/0507-drm-i915-crt-automatic-conversion-to-drm_device-base.patch
	patches.suse/0508-drm-i915-dpll_mgr-convert-to-drm_device-based-loggin.patch
	patches.suse/0509-drm-i915-combo_phy-convert-to-struct-drm_device-logg.patch
	patches.suse/0510-drm-i915-dsi_vbt-convert-to-drm_device-based-logging.patch
	patches.suse/0511-drm-i915-dpio_phy-convert-to-drm_device-based-loggin.patch
	patches.suse/0512-drm-i915-selftests-Relax-timeout-for-error-interrupt.patch
	patches.suse/0513-drm-i915-Disable-use-of-hwsp_cacheline-for-kernel_co.patch
	patches.suse/0514-drm-i915-Don-t-use-uninitialized-ret.patch
	patches.suse/0515-drm-i915-Fix-the-docs-for-intel_set_cdclk_post_plane.patch
	patches.suse/0516-drm-i915-gem-Don-t-leak-non-persistent-requests-on-c.patch
	patches.suse/0517-drm-i915-Poison-rings-after-use.patch
	patches.suse/0518-drm-i915-selftests-Sabotague-the-RING_HEAD.patch
	patches.suse/0519-drm-i915-selftests-Avoid-choosing-zero-for-phys_sz.patch
	patches.suse/0520-drm-i915-gt-Expand-bad-CS-completion-event-debug.patch
	patches.suse/0521-drm-i915-Use-engine-wa-list-for-Wa_1607090982.patch
	patches.suse/0522-drm-i915-gt-Suppress-warnings-for-unused-debugging-l.patch
	patches.suse/0523-drm-i915-selftests-Exercise-timeslice-rewinding.patch
	patches.suse/0524-drm-i915-hdmi-prefer-to_i915-over-drm-dev_private-to.patch
	patches.suse/0525-drm-i915-register-vga-switcheroo-later-unregister-ea.patch
	patches.suse/0526-drm-i915-switch-i915_driver_probe-to-use-i915-local-.patch
	patches.suse/0527-drm-i915-move-intel_csr.-ch-under-display.patch
	patches.suse/0528-drm-i915-split-out-display-debugfs-to-a-separate-fil.patch
	patches.suse/0529-drm-i915-selftests-Check-for-the-error-interrupt-bef.patch
	patches.suse/0530-drm-i915-mst-Set-intel_dp_set_m_n-for-MST-slaves.patch
	patches.suse/0531-drm-i915-Ensure-no-conflicts-with-BIOS-when-updating.patch
	patches.suse/0532-drm-i915-Force-state-modeset-true-when-distrust_bios.patch
	patches.suse/0533-drm-i915-Track-hw-reported-context-runtime.patch
	patches.suse/0534-drm-i915-Avoid-potential-division-by-zero-in-computi.patch
	patches.suse/0535-drm-i915-split-out-vlv-chv-specific-suspend-resume-c.patch
	patches.suse/0536-drm-i915-switch-vlv_suspend-to-use-intel-uncore-regi.patch
	patches.suse/0537-drm-i915-gt-Rearrange-code-to-silence-compiler.patch
	patches.suse/0538-drm-i915-selftests-Mark-the-mock-ring-vma-as-being-i.patch
	patches.suse/0539-drm-i915-csr-use-intel_de_-functions-for-register-ac.patch
	patches.suse/0540-drm-i915-display-use-intel_de_-functions-for-registe.patch
	patches.suse/0541-drm-i915-tgl-Add-Wa_1808121037-to-tgl.patch
	patches.suse/0542-drm-i915-selftests-Check-for-any-sign-of-request-sta.patch
	patches.suse/0543-drm-i915-gt-Fix-up-missing-error-propagation-for-hea.patch
	patches.suse/0544-drm-i915-selftests-Flush-tasklet-on-wait_for_submit.patch
	patches.suse/0545-drm-i915-gt-Show-the-cumulative-context-runtime-in-e.patch
	patches.suse/0546-drm-i915-gem-use-spinlock_t-instead-of-struct-spinlo.patch
	patches.suse/0547-drm-i915-split-intel_modeset_driver_remove-to-pre-po.patch
	patches.suse/0548-drm-i915-split-i915_driver_modeset_remove-to-pre-pos.patch
	patches.suse/0549-drm-i915-gt-Refactor-l3cc-mocs-availability.patch
	patches.suse/0550-drm-i915-Read-rawclk_freq-earlier.patch
	patches.suse/0551-drm-i915-selftest-Analyse-timestamp-behaviour-across.patch
	patches.suse/0552-drm-i915-selftests-Mark-GPR-checking-more-hostile.patch
	patches.suse/0553-drm-i915-gt-Do-not-attempt-to-reprogram-IA-ring-freq.patch
	patches.suse/0554-drm-i915-Introduce-encoder-compute_config_late.patch
	patches.suse/0555-drm-i915-dp-Compute-port-sync-crtc-states-post-compu.patch
	patches.suse/0556-drm-i915-dp-Add-all-tiled-and-port-sync-conns-to-mod.patch
	patches.suse/0557-drm-i915-remove-the-other-slab_dependencies.patch
	patches.suse/0558-drm-i915-gt-Protect-signaler-walk-with-RCU.patch
	patches.suse/0559-drm-i915-Double-check-bumping-after-the-spinlock.patch
	patches.suse/0560-drm-i915-debugfs-Pass-guc_log-struct-to-i915_guc_log.patch
	patches.suse/0561-drm-i915-guc-Kill-USES_GUC-macro.patch
	patches.suse/0562-drm-i915-guc-Kill-USES_GUC_SUBMISSION-macro.patch
	patches.suse/0563-drm-i915-uc-Update-the-FW-status-on-injected-fetch-e.patch
	patches.suse/0564-drm-i915-uc-autogenerate-uC-checker-functions.patch
	patches.suse/0565-drm-i915-uc-Improve-tracking-of-uC-init-status.patch
	patches.suse/0566-drm-i915-guc-Apply-new-uC-status-tracking-to-GuC-sub.patch
	patches.suse/0567-drm-i915-uc-Abort-early-on-uc_init-failure.patch
	patches.suse/0568-drm-i915-uc-consolidate-firmware-cleanup.patch
	patches.suse/0569-drm-i915-Add-i9xx_lut_8.patch
	patches.suse/0570-drm-i915-hpd-Replace-the-loop-within-loop-with-two-i.patch
	patches.suse/0571-drm-i915-Mark-all-HPD-capabled-connectors-as-such.patch
	patches.suse/0572-drm-i915-Parametrize-PFIT_PIPE.patch
	patches.suse/0573-drm-i915-Use-intel_de_write_fw-for-skl-scaler-regist.patch
	patches.suse/0574-drm-i915-tgl-Program-MBUS_ABOX-1-2-_CTL-during-displ.patch
	patches.suse/0575-drm-i915-perf-conversion-to-struct-drm_device-based-.patch
	patches.suse/0576-drm-i915-Check-that-the-vma-hasn-t-been-closed-befor.patch
	patches.suse/0577-drm-i915-gt-Push-the-GPU-cancellation-to-the-backend.patch
	patches.suse/0578-drm-i915-gt-remove-redundant-assignment-to-variable-.patch
	patches.suse/0579-drm-i915-split-i915_driver_modeset_probe-to-pre-post.patch
	patches.suse/0580-drm-i915-make-dbuf-configurations-const.patch
	patches.suse/0581-drm-i915-Distribute-switch-variables-for-initializat.patch
	patches.suse/0582-drm-i915-display-cdclk-Make-WARN-drm-specific-where-.patch
	patches.suse/0583-drm-i915-display-ddi-Make-WARN-drm-specific-where-dr.patch
	patches.suse/0584-drm-i915-display-display-Make-WARN-drm-specific-wher.patch
	patches.suse/0585-drm-i915-display-power-Make-WARN-drm-specific-where-.patch
	patches.suse/0586-drm-i915-display-dp-Make-WARN-drm-specific-where-drm.patch
	patches.suse/0587-drm-i915-display-hdcp-Make-WARN-drm-specific-where-d.patch
	patches.suse/0588-drm-i915-display-Fix-inverted-WARN_ON.patch
	patches.suse/0589-drm-i915-Correctly-terminate-connector-iteration.patch
	patches.suse/0590-drm-i915-Update-DRIVER_DATE-to-20200224.patch
	patches.suse/0591-drm-i915-Update-DRIVER_DATE-to-20200224.patch
	patches.suse/0592-drm-i915-gem-Cleanup-shadow-batch-after-I915_EXEC_SE.patch
	patches.suse/0593-drm-i915-Drop-assertion-that-active-fence-is-unchang.patch
	patches.suse/0594-drm-i915-Update-DRIVER_DATE-to-20200225.patch
	patches.suse/0595-drm-amdgpu-explicitly-sync-VM-update-to-PDs-PTs.patch
	patches.suse/0596-drm-amdgpu-use-the-VM-as-job-owner.patch
	patches.suse/0597-drm-amdgpu-rework-job-synchronization-v2.patch
	patches.suse/0598-drm-amdgpu-stop-using-amdgpu_bo_gpu_offset-in-the-VM.patch
	patches.suse/0599-drm-amdgpu-drop-unnecessary-restriction-for-huge-roo.patch
	patches.suse/0600-drm-amdgpu-make-sure-to-never-allocate-PDs-PTs-for-i.patch
	patches.suse/0601-drm-amdgpu-fix-parentheses-in-amdgpu_vm_update_ptes.patch
	patches.suse/0602-drm-amdgpu-return-EINVAL-instead-of-ENOENT-in-the-VM.patch
	patches.suse/0603-drm-amdgpu-allow-higher-level-PD-invalidations.patch
	patches.suse/0604-drm-amdgpu-simplify-and-fix-amdgpu_sync_resv.patch
	patches.suse/0605-drm-amdgpu-rework-synchronization-of-VM-updates-v4.patch
	patches.suse/0606-drm-amd-display-Pass-amdgpu_device-instead-of-psp_co.patch
	patches.suse/0607-drm-amd-display-update-psp-interface-header.patch
	patches.suse/0608-drm-amd-display-Add-sysfs-interface-for-set-get-srm.patch
	patches.suse/0609-drm-amd-display-Load-srm-before-enabling-HDCP.patch
	patches.suse/0610-drm-amd-display-call-psp-set-get-interfaces.patch
	patches.suse/0611-drm-amdgpu-move-xgmi-init-fini-to-xgmi_add-remove_de.patch
	patches.suse/0612-drm-amd-display-Add-set-psr-version-message.patch
	patches.suse/0613-drm-amd-display-Move-USB-C-workaround-to-after-param.patch
	patches.suse/0614-drm-amd-display-remove-invalid-dc_is_hw_initialized-.patch
	patches.suse/0615-drm-amd-display-Split-program-front-end-part-that-oc.patch
	patches.suse/0616-drm-amd-display-Indicate-dsc-updates-explicitly.patch
	patches.suse/0617-drm-amd-display-Fix-various-issues-found-by-compiler.patch
	patches.suse/0618-drm-amd-display-Add-GPINT-handler-interface.patch
	patches.suse/0619-drm-amd-display-Wait-for-clean-shutdown-in-DMCUB-res.patch
	patches.suse/0620-drm-amd-display-Added-locking-for-atomic-update-stre.patch
	patches.suse/0621-drm-amd-display-Fix-GSL-acquire.patch
	patches.suse/0622-drm-amd-display-remove-unused-variable.patch
	patches.suse/0623-drm-amd-display-3.2.70.patch
	patches.suse/0624-drm-amd-display-dc_get_vmid_use_vector-crashes-when-.patch
	patches.suse/0625-drm-amd-display-remove-early-break-in-interdependent.patch
	patches.suse/0626-drm-amd-display-Update-hubbub-description-comment.patch
	patches.suse/0627-drm-amd-display-add-stream_enc_inst-for-PSP-HDCP-ins.patch
	patches.suse/0628-drm-amd-display-decouple-global-lock-out-of-pipe-con.patch
	patches.suse/0629-drm-amd-display-fix-inputting-clk-lvl-into-dml-for-R.patch
	patches.suse/0630-drm-amd-display-Check-hyperV-flag-in-DC.patch
	patches.suse/0631-drm-amd-display-Add-wm-ranges-to-clk_mgr.patch
	patches.suse/0632-drm-amd-display-Use-uint64_t-logger_mask-instead-of-.patch
	patches.suse/0633-drm-amd-display-3.2.71.patch
	patches.suse/0634-drm-amd-display-Add-DMUB-tracebuffer-debugfs.patch
	patches.suse/0635-drm-amd-display-external-monitor-abm-enabled-in-mode.patch
	patches.suse/0636-drm-amd-display-linux-enable-oled-panel-support-dc-p.patch
	patches.suse/0637-drm-amd-display-fix-workaround-for-incorrect-double-.patch
	patches.suse/0638-drm-amd-display-turn-off-the-mst-hub-before-we-do-de.patch
	patches.suse/0639-drm-amdkfd-Add-queue-information-to-sysfs.patch
	patches.suse/drm-amd-display-Fix-wrongly-passed-static-prefix.patch
	patches.suse/0641-drm-amdgpu-sriov-Don-t-send-msg-when-smu-suspend.patch
	patches.suse/0642-drm-amd-powerplay-handle-features-disablement-for-ba.patch
	patches.suse/0643-drm-amdgpu-optimize-amdgpu_device_vram_access-a-bit.patch
	patches.suse/0644-drm-amdgpu-use-the-BAR-if-possible-in-amdgpu_device_.patch
	patches.suse/0645-drm-amdgpu-use-amdgpu_device_vram_access-in-amdgpu_t.patch
	patches.suse/0646-drm-amdgpu-use-amdgpu_device_vram_access-in-amdgpu_t.patch
	patches.suse/0647-drm-amdgpu-sriov-set-driver_table-address-in-VF.patch
	patches.suse/0648-drm-amd-display-always-apply-T7-T9-delay-logic.patch
	patches.suse/0649-drm-amd-display-Don-t-treat-missing-command-table-as.patch
	patches.suse/0650-drm-amd-display-Remove-unused-values-from-psr-struct.patch
	patches.suse/0651-drm-amd-display-Pass-override-OUI-in-to-dc_init_data.patch
	patches.suse/0652-drm-amd-display-Hookup-psr-set-version-call.patch
	patches.suse/0653-drm-amd-display-Add-AUX-backlight-register.patch
	patches.suse/0654-drm-amd-display-Add-backlight-support-via-AUX.patch
	patches.suse/0655-drm-amd-display-Toggle-VSR-button-cause-system-crash.patch
	patches.suse/0656-drm-amd-display-Update-register-defines.patch
	patches.suse/0657-drm-amd-display-Drop-unused-field-from-dc_panel_patc.patch
	patches.suse/0658-drm-amd-display-3.2.72.patch
	patches.suse/0659-drm-amd-display-add-odm-split-logic-to-scaling-calcu.patch
	patches.suse/0660-drm-amd-display-add-monitor-patch-to-disable-SCDC-re.patch
	patches.suse/0661-drm-amd-display-Add-psr-get_state-call.patch
	patches.suse/0662-drm-amd-display-Use-fb_base-fb_offset-if-available-f.patch
	patches.suse/0663-drm-amd-powerplay-update-smu11_driver_if_navi10.h.patch
	patches.suse/0664-drm-amd-powerplay-suppress-nonsupport-profile-mode-o.patch
	patches.suse/0665-drm-amdgpu-Do-not-move-root-PT-bo-to-relocated-list.patch
	patches.suse/0666-drm-amdgpu-add-flag-for-runtime-suspend.patch
	patches.suse/0667-drm-amdgpu-smu-properly-handle-runpm-suspend-reset.patch
	patches.suse/0668-drm-amdgpu-powerplay-fix-baco-check-for-vega20.patch
	patches.suse/0669-drm-amd-display-Remove-set-but-not-unused-variable-s.patch
	patches.suse/0670-drm-amdgpu-Fix-missing-error-check-in-suspend.patch
	patches.suse/0671-drm-amdkfd-show-warning-when-kfd-is-locked.patch
	patches.suse/0672-drm-amdkfd-refactor-runtime-pm-for-baco.patch
	patches.suse/0673-drm-amdgpu-runpm-enable-runpm-on-baco-capable-VI-asi.patch
	patches.suse/0674-drm-amd-display-Handle-revoked-receivers.patch
	patches.suse/0675-drm-amd-display-no-hdcp-retry-if-bksv-or-ksv-list-is.patch
	patches.suse/0676-drm-amd-display-update-HDCP-DTM-immediately-after-ha.patch
	patches.suse/0677-drm-amd-display-Fix-message-for-encryption.patch
	patches.suse/0678-drm-powerplay-Ratelimit-PP_ASSERT-warnings.patch
	patches.suse/0679-drm-amdgpu-display-extend-DCN-guard-in-dal_bios_pars.patch
	patches.suse/0680-drm-amdgpu-display-extend-DCN-guards.patch
	patches.suse/0681-drm-amdgpu-display-move-get_num_odm_splits-into-dc_r.patch
	patches.suse/0682-drm-amdgpu-return-EFAULT-if-copy_to_user-fails.patch
	patches.suse/0683-drm-amd-powerplay-correct-the-way-for-checking-SMU_F.patch
	patches.suse/0684-drm-amd-display-Don-t-take-the-address-of-skip_scdc_.patch
	patches.suse/0685-drm-amdgpu-log-on-non-zero-error-conter-per-IP-befor.patch
	patches.suse/0686-drm-amdgpu-record-non-zero-error-counter-info-in-NBI.patch
	patches.suse/0687-drm-amdgpu-drop-the-non-sense-firmware-version-check.patch
	patches.suse/0688-drm-amdgpu-cleanup-some-incorrect-reg-access-for-SRI.patch
	patches.suse/0689-drm-amdgpu-fix-colliding-of-preemption.patch
	patches.suse/0690-drm-amdgpu-discovery-make-the-discovery-code-less-ch.patch
	patches.suse/0691-drm-amdgpu-fix-psp-ucode-not-loaded-in-bare-metal.patch
	patches.suse/0692-drm-amdgpu-Improve-Vega20-XGMI-TLB-flush-workaround.patch
	patches.suse/0693-drm-amd-display-Add-aconnector-condition-check-for-d.patch
	patches.suse/drm-amd-display-dal_ddc_i2c_payloads_create-can-fail.patch
	patches.suse/0695-drm-amd-display-update-scaling-filters.patch
	patches.suse/0696-drm-amd-display-Update-TX-masks-correctly.patch
	patches.suse/0697-drm-amd-display-dmub-back-door-load.patch
	patches.suse/0698-drm-amd-display-DMUB-Firmware-Load-by-PSP.patch
	patches.suse/0699-drm-amd-display-Disable-PG-on-NV12.patch
	patches.suse/0700-drm-amd-display-Wait-for-DMCUB-to-finish-loading-bef.patch
	patches.suse/0701-drm-amd-display-Don-t-ask-PSP-to-load-DMCUB-for-back.patch
	patches.suse/0702-drm-amd-display-Add-dmcu-f-w-loading-for-NV12.patch
	patches.suse/0703-drm-amd-display-do-not-force-UCLK-DPM-to-stay-at-hig.patch
	patches.suse/0704-drm-amd-display-System-crashes-when-add_ptb_to_table.patch
	patches.suse/0705-drm-amd-display-Only-round-InfoFrame-refresh-rates.patch
	patches.suse/0706-drm-amd-display-3.2.73.patch
	patches.suse/0707-drm-amd-display-Fix-HDMI-repeater-authentication.patch
	patches.suse/0708-drm-amd-display-Add-function-pointers-for-panel-rela.patch
	patches.suse/0709-drm-amd-display-make-some-rn_clk_mgr-structs-and-fun.patch
	patches.suse/0710-drm-amd-display-programming-last-delta-in-output-tra.patch
	patches.suse/0711-drm-amd-display-Add-DMUB-firmware-state-debugfs.patch
	patches.suse/0712-drm-amd-display-Revert-DCN2.x-Do-not-program-DPPCLK-.patch
	patches.suse/0713-drm-amd-display-Workaround-required-for-link-trainin.patch
	patches.suse/0714-drm-amd-display-Monitor-patch-to-delay-setting-ignor.patch
	patches.suse/0715-drm-amd-display-Link-training-TPS1-workaround.patch
	patches.suse/0716-drm-amd-display-Add-visual-confirm-support-for-FreeS.patch
	patches.suse/0717-drm-amd-display-update-dml-input-population-function.patch
	patches.suse/0718-drm-amd-display-remove-unused-dml-variable.patch
	patches.suse/0719-drm-amd-display-3.2.74.patch
	patches.suse/0720-drm-amd-display-Add-driver-support-for-enabling-PSR-.patch
	patches.suse/0721-drm-amd-display-Fix-RV2-Variant-Detection.patch
	patches.suse/0722-drm-amd-display-Update-TTU-properly.patch
	patches.suse/0723-drm-amd-display-correct-dml-surface-size-assignment.patch
	patches.suse/0724-drm-amd-display-optimize-prgoram-wm-and-clks.patch
	patches.suse/0725-drm-amd-display-Make-clock-table-struct-more-accessi.patch
	patches.suse/0726-drm-amd-display-Temporarily-disable-stutter-on-MPO-t.patch
	patches.suse/0727-drm-amd-display-Access-patches-from-stream-for-ignor.patch
	patches.suse/0728-drm-amd-display-limit-display-clock-to-100MHz-to-avo.patch
	patches.suse/0729-drm-amdgpu-Remove-kfd-eviction-fence-before-release-.patch
	patches.suse/0730-drm-amdgpu-update-psp-firmwares-loading-sequence-V2.patch
	patches.suse/0731-drm-amdgpu-add-dpm-helper-function-for-DF-Cstate-con.patch
	patches.suse/0732-drm-amdgpu-move-get_xgmi_relative_phy_addr-to-amdgpu.patch
	patches.suse/0733-drm-amdgpu-toggle-DF-Cstate-to-protect-DF-reg-access.patch
	patches.suse/0734-drm-amdgpu-Add-Arcturus-D342-page-retire-support.patch
	patches.suse/0735-drm-amdgpu-cleanup-amdgpu_ring_fini.patch
	patches.suse/0736-drm-amdgpu-add-VM-update-fences-back-to-the-root-PD-.patch
	patches.suse/0737-drm-amdgpu-use-amdgpu_ring_test_helper-when-possible.patch
	patches.suse/0738-drm-amd-amdgpu-Add-gfxoff-debugfs-entry.patch
	patches.suse/0739-drm-amd-display-remove-set-but-not-used-variable-mc_.patch
	patches.suse/0740-drm-amd-powerplay-Use-bitwise-instead-of-arithmetic-.patch
	patches.suse/0741-drm-amdgpu-Don-t-write-GCVM_L2_CNTL-regs-on-navi12-V.patch
	patches.suse/0742-drm-amdgpu-Fix-check-for-DPM-when-returning-max-cloc.patch
	patches.suse/0743-drm-amd-Extend-ROCt-to-surface-UUID-for-devices-that.patch
	patches.suse/0744-drm-amdkfd-Rename-queue_count-to-active_queue_count.patch
	patches.suse/0745-drm-amdkfd-Avoid-ambiguity-by-indicating-it-s-cp-que.patch
	patches.suse/0746-drm-amdkfd-Count-active-CP-queues-directly.patch
	patches.suse/0747-drm-amdkfd-Fix-a-memory-leak-in-queue-creation-error.patch
	patches.suse/0748-drm-amdkfd-Delete-excessive-printings.patch
	patches.suse/0749-drm-amdkfd-Delete-unnecessary-unmap-queue-package-su.patch
	patches.suse/0750-drm-amd-powerplay-update-arcturus-ppsmc-header-to-54.patch
	patches.suse/0751-drm-amd-powerplay-add-DFCstate-control-pptable-func-.patch
	patches.suse/0752-drm-amdgpu-Increase-timout-on-emulator-to-tenfold-in.patch
	patches.suse/0753-drm-amdgpu-rename-amdgpu_debugfs_preempt_cleanup.patch
	patches.suse/0754-drm-amdgpu-ttm-move-debugfs-init-into-core-amdgpu-de.patch
	patches.suse/0755-drm-amdgpu-pm-move-debugfs-init-into-core-amdgpu-deb.patch
	patches.suse/0756-drm-amdgpu-sa-move-debugfs-init-into-core-amdgpu-deb.patch
	patches.suse/0757-drm-amdgpu-fence-move-debugfs-init-into-core-amdgpu-.patch
	patches.suse/0758-drm-amdgpu-gem-move-debugfs-init-into-core-amdgpu-de.patch
	patches.suse/0759-drm-amdgpu-regs-move-debugfs-init-into-core-amdgpu-d.patch
	patches.suse/0760-drm-amdgpu-firmware-move-debugfs-init-into-core-amdg.patch
	patches.suse/0761-drm-amdgpu-ring-move-debugfs-init-into-core-amdgpu-d.patch
	patches.suse/0762-drm-amdgpu-don-t-call-drm_connector_register-for-non.patch
	patches.suse/0763-drm-amdgpu-display-move-debugfs-init-into-core-amdgp.patch
	patches.suse/0764-drm-amd-display-move-dpcd-debugfs-members-setup.patch
	patches.suse/0765-drm-amdgpu-display-add-a-late-register-connector-cal.patch
	patches.suse/0766-drm-amdgpu-display-split-dp-connector-registration-v.patch
	patches.suse/0767-drm-amdgpu-display-don-t-call-drm_dp_mst_connector_l.patch
	patches.suse/0768-drm-amdgpu-drop-legacy-drm-load-and-unload-callbacks.patch
	patches.suse/0769-drm-bridge-analogix-anx78xx-Fix-drm_dp_link-helper-r.patch
	patches.suse/0770-drm-bridge-analogix-anx6345-Avoid-duplicate-supply-s.patch
	patches.suse/0771-drm-sun4i-tcon-Support-LVDS-on-the-A33.patch
	patches.suse/0772-drm-panel-simple-fix-osd070t1718_19ts-sync-drive-edg.patch
	patches.suse/0773-drm-panel-ld9040-add-MODULE_DEVICE_TABLE-with-SPI-ID.patch
	patches.suse/0774-drm-virtio-use-consistent-names-for-drm_files.patch
	patches.suse/0775-drm-virtio-factor-out-context-create-hypercall.patch
	patches.suse/0776-drm-virtio-track-whether-or-not-a-context-has-been-i.patch
	patches.suse/0777-drm-virtio-enqueue-virtio_gpu_create_context-after-t.patch
	patches.suse/0778-drm-bridge-lvds-codec-Add-to_lvds_codec-function.patch
	patches.suse/0779-drm-bridge-lvds-codec-Constify-the-drm_bridge_funcs-.patch
	patches.suse/0780-drm-bridge-panel-Propagate-bus-format-flags.patch
	patches.suse/0781-drm-panfrost-Improve-error-reporting-in-panfrost_gpu.patch
	patches.suse/0782-drm-panfrost-Add-support-for-multiple-regulators.patch
	patches.suse/0783-drm-panfrost-Add-support-for-multiple-power-domains.patch
	patches.suse/0784-video-hdmi-Change-return-type-of-hdmi_avi_infoframe_.patch
	patches.suse/0785-drm-connector-Add-helper-to-get-a-connector-type-nam.patch
	patches.suse/0786-drm-edid-Add-flag-to-drm_display_info-to-identify-HD.patch
	patches.suse/0787-drm-bridge-Document-the-drm_encoder.bridge_chain-fie.patch
	patches.suse/0788-drm-bridge-Fix-atomic-state-ops-documentation.patch
	patches.suse/0789-drm-bridge-Improve-overview-documentation.patch
	patches.suse/0790-drm-bridge-Add-connector-related-bridge-operations-a.patch
	patches.suse/0791-drm-bridge-Add-interlace_allowed-flag-to-drm_bridge.patch
	patches.suse/0792-drm-bridge-Extend-bridge-API-to-disable-connector-cr.patch
	patches.suse/0793-drm-bridge-dumb-vga-dac-Rename-internal-symbols-to-s.patch
	patches.suse/0794-drm-bridge-dumb-vga-dac-Rename-driver-to-simple-brid.patch
	patches.suse/0795-drm-bridge-simple-bridge-Add-support-for-non-VGA-bri.patch
	patches.suse/0796-drm-bridge-simple-bridge-Add-support-for-enable-GPIO.patch
	patches.suse/0797-drm-bridge-simple-bridge-Add-support-for-the-TI-OPA3.patch
	patches.suse/0798-drm-bridge-Add-bridge-driver-for-display-connectors.patch
	patches.suse/0799-drm-bridge-Add-driver-for-the-TI-TPD12S015-HDMI-leve.patch
	patches.suse/0800-drm-bridge-panel-Implement-bridge-connector-operatio.patch
	patches.suse/0801-drm-bridge-tfp410-Replace-manual-connector-handling-.patch
	patches.suse/0802-drm-bridge-tfp410-Allow-operation-without-drm_connec.patch
	patches.suse/0803-drm-Add-helper-to-create-a-connector-for-a-chain-of-.patch
	patches.suse/drm-omap-dss-Cleanup-DSS-ports-on-initialisation-fai.patch
	patches.suse/0805-drm-omap-Simplify-HDMI-mode-and-infoframe-configurat.patch
	patches.suse/0806-drm-omap-Factor-out-display-type-to-connector-type-c.patch
	patches.suse/0807-drm-omap-Use-the-drm_panel_bridge-API.patch
	patches.suse/0808-drm-omap-dss-Fix-output-next-device-lookup-in-DT.patch
	patches.suse/0809-drm-omap-Add-infrastructure-to-support-drm_bridge-lo.patch
	patches.suse/0810-drm-omap-dss-Make-omap_dss_device_ops-optional.patch
	patches.suse/0811-drm-omap-hdmi-Allocate-EDID-in-the-.read_edid-operat.patch
	patches.suse/0812-drm-omap-hdmi4-Rework-EDID-read-to-isolate-data-read.patch
	patches.suse/0813-drm-omap-hdmi5-Rework-EDID-read-to-isolate-data-read.patch
	patches.suse/0814-drm-omap-hdmi4-Register-a-drm_bridge-for-EDID-read.patch
	patches.suse/0815-drm-omap-hdmi5-Register-a-drm_bridge-for-EDID-read.patch
	patches.suse/0816-drm-omap-hdmi4-Move-mode-set-enable-and-disable-oper.patch
	patches.suse/0817-drm-omap-hdmi5-Move-mode-set-enable-and-disable-oper.patch
	patches.suse/0818-drm-omap-hdmi4-Implement-drm_bridge-.hpd_notify-oper.patch
	patches.suse/0819-drm-omap-dss-Remove-.set_hdmi_mode-and-.set_infofram.patch
	patches.suse/0820-drm-omap-venc-Register-a-drm_bridge.patch
	patches.suse/0821-drm-omap-Create-connector-for-bridges.patch
	patches.suse/0822-drm-omap-Switch-the-HDMI-and-VENC-outputs-to-drm_bri.patch
	patches.suse/0823-drm-omap-Remove-HPD-detect-and-EDID-omapdss-operatio.patch
	patches.suse/0824-drm-omap-hdmi-Remove-omap_dss_device-operations.patch
	patches.suse/0825-drm-omap-venc-Remove-omap_dss_device-operations.patch
	patches.suse/0826-drm-omap-hdmi4-Simplify-EDID-read.patch
	patches.suse/0827-drm-omap-hdmi5-Simplify-EDID-read.patch
	patches.suse/0828-drm-omap-dpi-Sort-includes-alphabetically.patch
	patches.suse/0829-drm-omap-dpi-Reorder-functions-in-sections.patch
	patches.suse/0830-drm-omap-dpi-Simplify-clock-setting-API.patch
	patches.suse/0831-drm-omap-dpi-Register-a-drm_bridge.patch
	patches.suse/0832-drm-omap-sdi-Sort-includes-alphabetically.patch
	patches.suse/0833-drm-omap-sdi-Register-a-drm_bridge.patch
	patches.suse/0834-drm-omap-Hardcode-omap_connector-type-to-DSI.patch
	patches.suse/0835-drm-omap-dss-Inline-the-omapdss_display_get-function.patch
	patches.suse/0836-drm-omap-dss-Remove-unused-omapdss_of_find_connected.patch
	patches.suse/0837-drm-omap-dss-Remove-unused-omap_dss_device-operation.patch
	patches.suse/0838-drm-hisilicon-Add-new-clock-resolution-configuration.patch
	patches.suse/0839-drm-hisilicon-Enable-the-shadowfb-for-hibmc.patch
	patches.suse/0840-drm-hisilicon-fixed-the-wrong-resolution-configurati.patch
	patches.suse/0841-drm-hisilicon-Add-the-mode_valid-function.patch
	patches.suse/0842-drm-hisilicon-Set-preferred-mode-resolution-and-maxi.patch
	patches.suse/0843-drm-hisilicon-Fixed-pcie-resource-conflict-between-d.patch
	patches.suse/0844-drm-virtio-make-mmap-callback-consistent-with-callba.patch
	patches.suse/0845-drm-virtio-add-virtio_gpu_is_shmem-helper.patch
	patches.suse/0846-drm-bridge-anx6345-don-t-print-error-message-if-regu.patch
	patches.suse/0847-drm-panel-simple-Add-NewEast-Optoelectronics-CO.-LTD.patch
	patches.suse/0848-dma-buf-add-dynamic-DMA-buf-handling-v15.patch
	patches.suse/0849-drm-ttm-remove-the-backing-store-if-no-placement-is-.patch
	patches.suse/0850-drm-amdgpu-use-allowed_domains-for-exported-DMA-bufs.patch
	patches.suse/0851-drm-amdgpu-add-amdgpu_dma_buf_pin-unpin-v2.patch
	patches.suse/0852-drm-amdgpu-implement-amdgpu_gem_prime_move_notify-v2.patch
	patches.suse/0853-dma-buf-drop-dynamic_mapping-flag.patch
	patches.suse/0854-dma-buf-make-move_notify-mandatory-if-importer_ops-a.patch
	patches.suse/0855-drm-panfrost-default_supplies-can-be-static.patch
	patches.suse/0856-drm-dp_mst-Fix-W-1-warnings.patch
	patches.suse/0857-drm-dp_mst-Check-crc4-value-while-building-sideband-.patch
	patches.suse/0858-drm-tidss-dispc-Fix-broken-plane-positioning-code.patch
	patches.suse/0859-drm-tidss-Use-drm_for_each_bridge_in_chain.patch
	patches.suse/0860-drm-tidss-fix-spelling-mistakes-bufer-and-requsted.patch
	patches.suse/0861-drm-tidss-Drop-pointless-static-qualifier-in-dispc_f.patch
	patches.suse/0862-drm-client-Dual-licence-the-file-in-GPL-2-and-MIT.patch
	patches.suse/0863-drm-prevent-a-harmless-integer-overflow-in-drm_legac.patch
	patches.suse/0864-drm-panel-Add-driver-for-Novatek-NT35510-based-panel.patch
	patches.suse/0865-drm-panel-simple-add-panel-dpi-support.patch
	patches.suse/0866-drm-simple-kms-Add-drm_simple_encoder_-init-create.patch
	patches.suse/0867-drm-ast-Use-simple-encoder.patch
	patches.suse/0868-drm-mgag200-Use-simple-encoder.patch
	patches.suse/0869-drm-qxl-Use-simple-encoder.patch
	patches.suse/0870-video-fbdev-pxa168fb-remove-unnecessary-platform_get.patch
	patches.suse/0871-video-fbdev-sh_mobile_lcdcfb-fix-sparse-warnings-abo.patch
	patches.suse/0872-video-fbdev-sh_mobile_lcdcfb-add-COMPILE_TEST-suppor.patch
	patches.suse/0873-video-fbdev-arcfb-add-COMPILE_TEST-support.patch
	patches.suse/0874-video-fbdev-w100fb-fix-sparse-warnings.patch
	patches.suse/0875-video-fbdev-w100fb-add-COMPILE_TEST-support.patch
	patches.suse/0876-video-fbdev-wm8505fb-fix-sparse-warnings-about-using.patch
	patches.suse/0877-video-fbdev-wm8505fb-add-COMPILE_TEST-support.patch
	patches.suse/0878-video-fbdev-radeonfb-remove-set-but-not-used-variabl.patch
	patches.suse/0879-video-fbdev-radeonfb-remove-set-but-not-used-variabl.patch
	patches.suse/0880-video-fbdev-radeonfb-remove-set-but-not-used-variabl.patch
	patches.suse/0881-video-fbdev-radeonfb-remove-set-but-not-used-variabl.patch
	patches.suse/0882-video-fbdev-kyrofb-remove-set-but-not-used-variable-.patch
	patches.suse/0883-video-fbdev-atyfb-remove-set-but-not-used-variable-m.patch
	patches.suse/0884-matroxfb-add-Matrox-MGA-G200eW-board-support.patch
	patches.suse/0885-video-fbdev-radeon-Remove-dead-code.patch
	patches.suse/0886-video-Replace-zero-length-array-with-flexible-array-.patch
	patches.suse/0887-drm-hdcp-optimizing-the-srm-handling.patch
	patches.suse/0888-drm-hdcp-fix-DRM_HDCP_2_KSV_COUNT_2_LSBITS.patch
	patches.suse/0889-drm-vc4-Replace-wait_for-macros-to-remove-use-of-msl.patch
	patches.suse/drm-v3d-Replace-wait_for-macros-to-remove-use-of-msl.patch
	patches.suse/0891-drm-panel-add-panel-driver-for-Elida-KD35T133-panels.patch
	patches.suse/0892-drm-simple-kms-Fix-documentation-for-drm_simple_enco.patch
	patches.suse/0893-drm-vblank-Fix-documentation-of-VBLANK-timestamp-hel.patch
	patches.suse/0894-drm-gma500-intel_bios.h-Replace-zero-length-array-wi.patch
	patches.suse/0895-drm-vc4-vc4_drv.h-Replace-zero-length-array-with-fle.patch
	patches.suse/0896-drm-bridge-mhl.h-Replace-zero-length-array-with-flex.patch
	patches.suse/0897-drm-mm-Break-long-searches-in-fragmented-address-spa.patch
	patches.suse/0898-drm-unbreak-the-DRM-menu-broken-by-DRM_EXPORT_FOR_TE.patch
	patches.suse/0899-drm-Remove-unused-arg-from-drm_fb_helper_init.patch
	patches.suse/0900-drm-radeon-remove-radeon_fb_-add-remove-_connector-f.patch
	patches.suse/0901-drm-amdgpu-Remove-drm_fb_helper_-add-remove-_one_con.patch
	patches.suse/0902-drm-i915-display-Remove-drm_fb_helper_-add-remove-_o.patch
	patches.suse/0903-drm-Remove-drm_fb_helper-add-add-all-and-remove-conn.patch
	patches.suse/0904-drm-fb-helper-Remove-drm_fb_helper-add-add_all-and-r.patch
	patches.suse/0905-drm-todo-Update-drm_fb_helper-tasks.patch
	patches.suse/0906-drm-pci-Unexport-drm_get_pci_dev.patch
	patches.suse/0907-drm-vboxvideo-vboxvideo.h-Replace-zero-length-array-.patch
	patches.suse/0001-Revert-drm-panel-simple-Add-support-for-Sharp-LQ150X.patch
	patches.suse/0909-drm-Make-drm_pci_agp_init-legacy.patch
	patches.suse/0910-drm-virtio-factor-out-the-sg_table-from-virtio_gpu_o.patch
	patches.suse/0911-drm-virtio-add-case-for-shmem-objects-in-virtio_gpu_.patch
	patches.suse/0912-drm-amdgpu-Add-num_banks-and-num_ranks-to-gfx-config.patch
	patches.suse/0913-drm-amdkfd-Make-get_tile_config-generic.patch
	patches.suse/0914-drm-amdkfd-change-SDMA-MQD-memory-type.patch
	patches.suse/0915-drm-amdgpu-sriov-Use-kiq-to-copy-the-gpu-clock.patch
	patches.suse/0916-drm-amdgpu-Initialize-SPM_VMID-with-0xf-v2.patch
	patches.suse/0917-drm-amdgpu-no-need-to-clean-debugfs-at-amdgpu.patch
	patches.suse/0918-drm-amdgpu-release-drm_device-after-amdgpu_driver_un.patch
	patches.suse/0919-drm-amdgpu-powerplay-Refactor-SMU-message-handling-f.patch
	patches.suse/0920-drm-amdgpu-powerplay-Remove-deprecated-smc_read_arg.patch
	patches.suse/0921-drm-amdgpu-smu-Add-message-sending-lock.patch
	patches.suse/0922-drm-amdgpu-Write-blocked-CP-registers-using-RLC-on-V.patch
	patches.suse/0923-drm-amdkfd-fix-indentation-issue.patch
	patches.suse/0924-drm-amd-display-fix-indentation-issue-on-a-hunk-of-c.patch
	patches.suse/0925-drm-amd-display-Fix-dmub_psr_destroy.patch
	patches.suse/0926-drm-amd-display-dc_link-code-clean-up-on-enable_link.patch
	patches.suse/0927-drm-amd-display-dc_link-code-clean-up-on-detect_dp-f.patch
	patches.suse/0928-drm-amdgpu-add-lock-option-for-smu_set_soft_freq_ran.patch
	patches.suse/0929-drm-amdgpu-Add-debugfs-interface-to-set-arbitrary-sc.patch
	patches.suse/0930-drm-amdgpu-fix-IB-test-MCBP-bug.patch
	patches.suse/0931-drm-amdgpu-stop-using-sratch_reg-in-IB-test.patch
	patches.suse/0932-drm-amdgpu-Rearm-IRQ-in-Navi10-SR-IOV-if-IRQ-lost.patch
	patches.suse/0933-drm-amd-display-Link-training-TPS1-workaround-add-ba.patch
	patches.suse/0934-drm-amd-display-Move-mod_hdcp_displays-to-mod_hdcp-s.patch
	patches.suse/0935-drm-amd-display-Add-driver-support-for-enabling-PSR-.patch
	patches.suse/0936-drm-amd-display-only-include-FEC-overhead-if-both-as.patch
	patches.suse/0937-drm-amd-display-add-worst-case-dcc-meta-pitch-to-fak.patch
	patches.suse/0938-drm-amd-display-Make-clock-table-struct-more-accessi.patch
	patches.suse/0939-drm-amd-display-fix-typo-to-found-to-find.patch
	patches.suse/0940-drm-amd-display-add-vsc-update-support-for-test-patt.patch
	patches.suse/0941-drm-amd-display-program-DPG_OFFSET_SEGMENT-for-odm_p.patch
	patches.suse/0942-drm-amd-display-fix-image-corruption-with-ODM-2-1-DS.patch
	patches.suse/0943-drm-amd-display-Workaround-to-do-HDCP-authentication.patch
	patches.suse/0944-drm-amd-display-Remove-DISPCLK-Limit-Floor-for-Certa.patch
	patches.suse/0945-drm-amd-display-Disable-freesync-borderless-on-Renoi.patch
	patches.suse/0946-drm-amd-display-change-number-of-cursor-policy-for-d.patch
	patches.suse/0947-drm-amd-display-Set-clock-optimization-required-afte.patch
	patches.suse/0948-drm-amd-display-Add-disable-FEC-for-specific-monitor.patch
	patches.suse/0949-drm-amd-display-3.2.75.patch
	patches.suse/0950-drm-amd-display-Add-ABM-command-structs-to-DMCUB.patch
	patches.suse/0951-drm-amd-display-Fix-default-logger-mask-definition.patch
	patches.suse/0952-drm-amd-display-set-lttpr-mode-before-link-settings.patch
	patches.suse/0953-drm-amdgpu-sriov-skip-programing-some-regs-with-new-.patch
	patches.suse/0954-drm-amdgpu-sriov-Use-VF-accessible-register-for-gpu_.patch
	patches.suse/0955-drm-amdgpu-add-reset_ras_error_count-function-for-SD.patch
	patches.suse/0956-drm-amdgpu-add-reset_ras_error_count-function-for-MM.patch
	patches.suse/0957-drm-amdgpu-add-reset_ras_error_count-function-for-GF.patch
	patches.suse/0958-drm-amdgpu-add-reset_ras_error_count-function-for-HD.patch
	patches.suse/0959-drm-amdgpu-Add-USBC-PD-FW-load-interface-to-PSP.patch
	patches.suse/0960-drm-amdgpu-Add-USBC-PD-FW-load-to-PSP-11.patch
	patches.suse/0961-drm-amdgpu-Add-support-for-USBC-PD-FW-download.patch
	patches.suse/0962-drm-amdgpu-Wrap-clflush_cache_range-with-x86-ifdef.patch
	patches.suse/0963-drm-amd-display-Remove-pointless-NULL-checks-in-dmub.patch
	patches.suse/0964-drm-amdgpu-add-xgmi-ip-headers.patch
	patches.suse/0965-drm-amdgpu-add-wafl2-ip-headers.patch
	patches.suse/0966-drm-amdgpu-add-helper-funcs-to-detect-PCS-error.patch
	patches.suse/0967-drm-amdgpu-enable-PCS-error-report-on-VG20.patch
	patches.suse/0968-drm-amdgpu-enable-PCS-error-report-on-arcturus.patch
	patches.suse/drm-amdgpu-increase-atombios-cmd-timeout.patch
	patches.suse/0970-drm-amdgpu-toggle-DF-Cstate-when-accessing-UMC-ras-e.patch
	patches.suse/0971-drm-amdgpu-update-page-retirement-sequence.patch
	patches.suse/0972-drm-amdgpu-Update-SPM_VMID-with-the-job-s-vmid-when-.patch
	patches.suse/0973-drm-amdgpu-Fix-GPU-reset-error.patch
	patches.suse/0974-drm-amdgpu-Use-better-names-to-reflect-it-is-CP-MQD-.patch
	patches.suse/0975-drm-amdkfd-Add-more-comments-on-GFX9-user-CP-queue-M.patch
	patches.suse/0976-drm-amdgpu-introduce-mmsch-v2.0-header.patch
	patches.suse/0977-drm-amdgpu-disable-jpeg-block-for-SRIOV.patch
	patches.suse/0978-drm-amdgpu-implement-initialization-part-on-VCN2.0-f.patch
	patches.suse/0979-drm-amdgpu-cleanup-ring-ib-test-for-SRIOV-vcn2.0-v2.patch
	patches.suse/0980-drm-amdgpu-disable-clock-power-gating-for-SRIOV.patch
	patches.suse/0981-drm-amdkfd-Signal-eviction-fence-on-process-destruct.patch
	patches.suse/0982-drm-amd-display-Add-stay-count-and-bstatus-to-HDCP-l.patch
	patches.suse/0983-drm-amd-display-determine-is-mst-hdcp-based-on-strea.patch
	patches.suse/0984-drm-amd-display-Add-registry-for-mem-pwr-control.patch
	patches.suse/0985-drm-amd-display-Not-check-wm-and-clk-change-flag-in-.patch
	patches.suse/0986-drm-amd-display-Program-DSC-during-timing-programmin.patch
	patches.suse/0987-drm-amd-display-determine-rx-id-list-bytes-to-read-b.patch
	patches.suse/0988-drm-amd-display-fix-a-minor-HDCP-logging-error.patch
	patches.suse/drm-amd-display-Stop-if-retimer-is-not-available.patch
	patches.suse/0990-drm-amd-display-writing-stereo-polarity-register-if-.patch
	patches.suse/0991-drm-amd-display-separate-FEC-capability-from-fec-deb.patch
	patches.suse/0992-drm-amd-display-3.2.76.patch
	patches.suse/0993-drm-amd-display-dcn20-remove-an-unused-function.patch
	patches.suse/0994-drm-amdgpu-Enter-low-power-state-if-CRTC-active.patch
	patches.suse/0995-drm-amdgpu-display-fix-pci-revision-id-fetching.patch
	patches.suse/0996-drm-amdgpu-display-Fix-Pollock-Variant-Detection.patch
	patches.suse/0997-drm-amd-powerplay-add-smu-if-version-for-navi12.patch
	patches.suse/0998-drm-amdgpu-set-compute-queue-priority-at-mqd_init.patch
	patches.suse/0999-drm-scheduler-implement-a-function-to-modify-sched-l.patch
	patches.suse/1000-drm-amdgpu-change-hw-sched-list-on-ctx-priority-over.patch
	patches.suse/1001-drm-amdgpu-remove-unused-functions.patch
	patches.suse/1002-drm-amdgpu-do-not-set-nil-entry-in-compute_prio_sche.patch
	patches.suse/1003-drm-amdkfd-Use-pr_debug-to-print-the-message-of-reac.patch
	patches.suse/1004-drm-amdkfd-Consolidate-duplicated-bo-alloc-flags.patch
	patches.suse/1005-drm-amdgpu-Correct-the-condition-of-warning-while-bo.patch
	patches.suse/1006-drm-amd-powerplay-fix-the-coverity-warning-about-neg.patch
	patches.suse/1007-drm-amdgpu-add-function-to-creat-all-ras-debugfs-nod.patch
	patches.suse/1008-drm-amdgpu-call-ras_debugfs_create_all-in-debugfs_in.patch
	patches.suse/1009-drm-amdgpu-runpm-disable-runpm-on-Vega10.patch
	patches.suse/1010-drm-tegra-dc-Use-devm_platform_ioremap_resource.patch
	patches.suse/1011-drm-tegra-dc-Release-PM-and-RGB-output-when-client-s.patch
	patches.suse/1012-drm-tegra-dc-Silence-RGB-output-deferred-probe-error.patch
	patches.suse/1013-drm-tegra-hdmi-Silence-deferred-probe-error.patch
	patches.suse/1014-drm-i915-Flush-idle-barriers-when-waiting.patch
	patches.suse/1015-drm-i915-Allow-userspace-to-specify-ringsize-on-cons.patch
	patches.suse/1016-drm-i915-gem-Honour-O_NONBLOCK-before-throttling-exe.patch
	patches.suse/1017-drm-i915-stop-assigning-drm-dev_private-pointer.patch
	patches.suse/1018-drm-i915-split-intel_modeset_init-to-pre-post-irq-in.patch
	patches.suse/1019-drm-i915-Iterate-over-pipes-and-skip-the-disabled-on.patch
	patches.suse/1020-drm-i915-Remove-pipe-crtc-index-assumption.patch
	patches.suse/1021-drm-i915-Fix-broken-transcoder-err-state.patch
	patches.suse/1022-drm-i915-Get-first-crtc-instead-of-PIPE_A-crtc.patch
	patches.suse/1023-drm-i915-Add-WARN_ON-in-intel_get_crtc_for_pipe.patch
	patches.suse/1024-drm-i915-Fix-broken-num_entries-in-skl_ddb_allocatio.patch
	patches.suse/1025-drm-i915-gvt-remove-unused-type-attributes.patch
	patches.suse/1026-drm-i915-gvt-Enable-vfio-edid-for-all-GVT-supported-.patch
	patches.suse/1027-drm-i915-gvt-remove-unused-vblank_done-completion.patch
	patches.suse/1028-drm-i915-gvt-make-gvt-oblivious-of-kvmgt-data-struct.patch
	patches.suse/1029-drm-i915-gvt-Make-WARN-drm-specific-where-drm_priv-p.patch
	patches.suse/1030-drm-i915-gvt-Make-WARN-drm-specific-where-vgpu-ptr-i.patch
	patches.suse/1031-drm-i915-gvt-Fix-drm_WARN-issue-where-vgpu-ptr-is-un.patch
	patches.suse/1032-drm-i915-tgl-Allow-DC5-DC6-entry-while-PG2-is-active.patch
	patches.suse/1033-drm-i915-tgl-Add-Wa_1606054188-tgl.patch
	patches.suse/1034-drm-i915-significantly-reduce-the-use-of-drm-i915_dr.patch
	patches.suse/1035-drm-i915-split-out-intel_dram.-ch-from-i915_drv.c.patch
	patches.suse/1036-drm-i915-dram-use-intel_uncore_-functions-for-regist.patch
	patches.suse/1037-drm-i915-drv-use-intel_uncore_write-for-register-acc.patch
	patches.suse/1038-drm-i915-remove-ICP_PP_CONTROL.patch
	patches.suse/1039-drm-i915-Set-up-PIPE_MISC-truncate-bit-on-tgl.patch
	patches.suse/1040-drm-i915-ggtt-do-not-set-bits-1-11-in-gen12-ptes.patch
	patches.suse/1041-drm-i915-Skip-barriers-inside-waits.patch
	patches.suse/1042-drm-i915-selftests-Disable-heartbeat-around-manual-p.patch
	patches.suse/1043-drm-i915-gt-Check-engine-is-awake-on-reset-later.patch
	patches.suse/1044-drm-i915-gt-Pull-marking-vm-as-closed-underneath-the.patch
	patches.suse/1045-drm-i915-selftests-Verify-LRC-isolation.patch
	patches.suse/1046-drm-i915-selftests-Check-recovery-from-corrupted-LRC.patch
	patches.suse/1047-drm-i915-Fix-wrongly-populated-plane-possible_crtcs-.patch
	patches.suse/1048-drm-i915-perf-Mark-up-the-racy-use-of-perf-exclusive.patch
	patches.suse/1049-drm-i915-perf-Manually-acquire-engine-wakeref-around.patch
	patches.suse/1050-drm-i915-selftests-Wait-for-the-context-switch.patch
	patches.suse/1051-drm-i915-Add-glk-to-intel_detect_preproduction_hw.patch
	patches.suse/1052-drm-i915-selftests-Be-a-little-more-lenient-for-rese.patch
	patches.suse/1053-drm-i915-gt-Reset-queue_priority_hint-after-wedging.patch
	patches.suse/1054-drm-i915-Nuke-pre-production-GLK-HDMI-w-a-1139.patch
	patches.suse/1055-drm-i915-Limit-display-Wa_1405510057-to-gen11.patch
	patches.suse/1056-drm-i915-Drop-WaDDIIOTimeout-glk.patch
	patches.suse/1057-drm-i915-gt-Expose-engine-properties-via-sysfs.patch
	patches.suse/1058-drm-i915-gt-Expose-engine-mmio_base-via-sysfs.patch
	patches.suse/1059-drm-i915-gt-Expose-timeslice-duration-to-sysfs.patch
	patches.suse/1060-drm-i915-gt-Expose-busywait-duration-to-sysfs.patch
	patches.suse/1061-drm-i915-gt-Expose-reset-stop-timeout-via-sysfs.patch
	patches.suse/1062-drm-i915-gt-Expose-preempt-reset-timeout-via-sysfs.patch
	patches.suse/1063-drm-i915-gt-Expose-heartbeat-interval-via-sysfs.patch
	patches.suse/1064-drm-i915-crc-move-pipe_crc-from-drm_i915_private-to-.patch
	patches.suse/1065-drm-i915-dram-hide-the-dram-structs-better.patch
	patches.suse/1066-drm-i915-add-i915_ioc32.h-for-compat.patch
	patches.suse/1067-drm-i915-remove-unused-orig_clock-i915-member.patch
	patches.suse/1068-drm-i915-dsi-Remove-readback-of-panel-orientation-on.patch
	patches.suse/1069-drm-i915-dp-Use-BDB_GENERAL_FEATURES-VBT-block-info-.patch
	patches.suse/1070-drm-i915-Fix-90-270-degree-rotated-RGB565-src-coord-.patch
	patches.suse/1071-drm-i915-Handle-some-leftover-s-intel_crtc-crtc.patch
	patches.suse/1072-drm-i915-Remove-garbage-WARNs.patch
	patches.suse/1073-drm-i915-Add-missing-commas-to-dbuf-tables.patch
	patches.suse/1074-drm-i915-Use-a-sentinel-to-terminate-the-dbuf-slice-.patch
	patches.suse/1075-drm-i915-Use-intel_plane_data_rate-for-min_cdclk-cal.patch
	patches.suse/1076-drm-i915-Fix-bounds-check-in-intel_get_shared_dpll_i.patch
	patches.suse/1077-drm-i915-Move-DPLL-HW-readout-sanitize-fns-to-intel_.patch
	patches.suse/1078-drm-i915-Keep-the-global-DPLL-state-in-a-DPLL-specif.patch
	patches.suse/1079-drm-i915-Move-the-DPLL-vfunc-inits-after-the-func-de.patch
	patches.suse/1080-drm-i915-hsw-Use-the-DPLL-ID-when-calculating-DPLL-c.patch
	patches.suse/1081-drm-i915-Move-DPLL-frequency-calculation-to-intel_dp.patch
	patches.suse/1082-drm-i915-skl-Parametrize-the-DPLL-ref-clock-instead-.patch
	patches.suse/1083-drm-i915-hsw-Rename-the-get-HDMI-DP-DPLL-funcs-to-ge.patch
	patches.suse/1084-drm-i915-hsw-Split-out-the-SPLL-parameter-calculatio.patch
	patches.suse/1085-drm-i915-hsw-Split-out-the-WRPLL-LCPLL-SPLL-frequenc.patch
	patches.suse/1086-drm-i915-skl-cnl-Split-out-the-WRPLL-LCPLL-frequency.patch
	patches.suse/1087-drm-i915-hsw-Use-the-read-out-WRPLL-SPLL-state-inste.patch
	patches.suse/1088-drm-i915-Unify-the-DPLL-ref-clock-frequency-tracking.patch
	patches.suse/1089-drm-i915-tgl-Implement-Wa_1409804808.patch
	patches.suse/1090-drm-i915-tgl-Implement-Wa_1806527549.patch
	patches.suse/1091-drm-i915-tgl-Add-Wa_1409085225-Wa_14010229206.patch
	patches.suse/1092-drm-i915-tgl-Extend-Wa_1606931601-for-all-steppings.patch
	patches.suse/1093-drm-i915-tgl-Add-note-to-Wa_1607297627.patch
	patches.suse/1094-drm-i915-tgl-Add-note-about-Wa_1607063988.patch
	patches.suse/1095-drm-i915-tgl-Fix-the-Wa-number-of-a-fix.patch
	patches.suse/1096-drm-i915-tgl-Add-note-about-Wa_1409142259.patch
	patches.suse/1097-drm-i915-tgl-Add-Wa-number-to-WaAllowPMDepthAndInvoc.patch
	patches.suse/1098-drm-i915-execlists-Check-the-sentinel-is-alone-in-th.patch
	patches.suse/1099-drm-i915-huc-update-TGL-HuC-to-v7.0.12.patch
	patches.suse/1100-drm-i915-dmc-Use-firmware-v2.06-for-TGL.patch
	patches.suse/1101-drm-i915-Fix-doclinks.patch
	patches.suse/1102-drm-i915-move-watermark-structs-more-towards-usage.patch
	patches.suse/1103-drm-i915-hdcp-conversion-to-struct-drm_device-based-.patch
	patches.suse/1104-drm-i915-Fix-kbuild-test-robot-build-error.patch
	patches.suse/1105-drm-i915-vgpu-improve-vgpu-abstractions.patch
	patches.suse/1106-drm-i915-gvt-make-intel_gvt_active-internal-to-intel.patch
	patches.suse/1107-drm-i915-gvt-only-include-intel_gvt.h-where-needed.patch
	patches.suse/1108-drm-i915-Polish-CHV-.load_luts-a-bit.patch
	patches.suse/1109-drm-i915-gem-Consolidate-ctx-engines-release.patch
	patches.suse/1110-drm-i915-gt-Prevent-allocation-on-a-banned-context.patch
	patches.suse/1111-drm-i915-gem-Check-that-the-context-wasn-t-closed-du.patch
	patches.suse/1112-drm-i915-Drop-vma-is-closed-assertion-on-insert.patch
	patches.suse/1113-drm-i915-selftests-Fix-uninitialized-variable.patch
	patches.suse/1114-drm-i915-gen11-Moving-WAs-to-rcs_engine_wa_init.patch
	patches.suse/1115-drm-i915-tgl-Move-and-restrict-Wa_1408615072.patch
	patches.suse/1116-drm-i915-Drop-inspection-of-execbuf-flags-during-evi.patch
	patches.suse/1117-drm-i915-gem-Extract-transient-execbuf-flags-from-i9.patch
	patches.suse/1118-drm-i915-gem-Only-call-eb_lookup_vma-once-during-exe.patch
	patches.suse/1119-drm-i915-hdcp-Mandate-seq_num_V-0-at-first-RecvId-ms.patch
	patches.suse/1120-drm-i915-hdcp-Fix-config_stream_type-ret-value.patch
	patches.suse/1121-drm-dp-Introduce-EDID-based-quirks.patch
	patches.suse/1122-drm-i915-Force-DPCD-backlight-mode-on-X1-Extreme-2nd.patch
	patches.suse/1123-drm-i915-Force-DPCD-backlight-mode-for-some-Dell-CML.patch
	patches.suse/1124-drm-i915-gvt-Inlcude-intel_gvt.h-where-needed.patch
	patches.suse/1125-drm-i915-ehl-Check-PHY-type-before-reading-DPLL-freq.patch
	patches.suse/1126-drm-i915-Apply-i915_request_skip-on-submission.patch
	patches.suse/1127-drm-i915-gt-Propagate-change-in-error-status-to-chil.patch
	patches.suse/1128-drm-i915-panel-Use-intel_panel_compute_brightness-fr.patch
	patches.suse/1129-drm-i915-Add-invert-brightness-quirk-for-Thundersoft.patch
	patches.suse/1130-drm-i915-gt-Cancel-banned-contexts-after-GT-reset.patch
	patches.suse/1131-drm-i915-tgl-WaDisableGPGPUMidThreadPreemption.patch
	patches.suse/1132-drm-i915-Don-t-check-uv_wm-in-skl_plane_wm_equals.patch
	patches.suse/1133-drm-i915-Don-t-check-for-wm-changes-until-we-ve-comp.patch
	patches.suse/1134-drm-i915-Enable-transition-watermarks-for-glk.patch
	patches.suse/1135-drm-i915-Implement-display-w-a-1140-for-glk-cnl.patch
	patches.suse/1136-drm-i915-display-Decrease-log-level.patch
	patches.suse/1137-drm-i915-execlists-Show-the-switch-priority-hint-in-.patch
	patches.suse/1138-drm-i915-Add-mechanism-to-submit-a-context-WA-on-rin.patch
	patches.suse/1139-drm-i915-gen7-Clear-all-EU-L3-residual-contexts.patch
	patches.suse/1140-drm-i915-phys-unconditionally-call-release_memory_re.patch
	patches.suse/1141-drm-i915-Assert-requests-within-a-context-are-submit.patch
	patches.suse/1142-drm-i915-Always-propagate-the-invocation-to-i915_sch.patch
	patches.suse/1143-drm-i915-gem-Limit-struct_mutex-to-eb_reserve.patch
	patches.suse/drm-i915-properly-sanity-check-batch_start_offset.patch
	patches.suse/1145-drm-i915-buddy-avoid-double-list_add.patch
	patches.suse/1146-drm-i915-selftests-try-to-rein-in-alloc_smoke.patch
	patches.suse/1147-drm-i915-hotplug-Use-phy-to-get-the-hpd_pin-instead-.patch
	patches.suse/1148-drm-i915-tgl-Make-Wa_1606700617-permanent.patch
	patches.suse/drm-i915-Do-not-poison-i915_request.link-on-removal.patch
	patches.suse/1150-drm-i915-selftests-Apply-a-heavy-handed-flush-to-i91.patch
	patches.suse/1151-drm-i915-gt-Wait-for-the-wa-batch-to-be-pinned.patch
	patches.suse/1152-drm-i915-Fix-documentation-for-intel_dpll_get_freq.patch
	patches.suse/1153-drm-i915-tgl-Don-t-treat-unslice-registers-as-masked.patch
	patches.suse/1154-drm-i915-gt-Mark-up-intel_rps.active-for-racy-reads.patch
	patches.suse/drm-i915-Mark-racy-read-of-intel_engine_cs.saturated.patch
	patches.suse/1156-drm-i915-execlists-Mark-up-the-racy-access-to-switch.patch
	patches.suse/drm-i915-Mark-up-unlocked-update-of-i915_request.hws.patch
	patches.suse/1158-drm-i915-gt-Mark-up-racy-check-of-last-list-element.patch
	patches.suse/1159-drm-i915-execlists-Mark-up-read-of-i915_request.fenc.patch
	patches.suse/1160-drm-i915-execlsts-Mark-up-racy-inspection-of-current.patch
	patches.suse/1161-drm-i915-gt-Mark-up-intel_rps.active-for-racy-reads.patch
	patches.suse/1162-drm-i915-Polish-CHV-CGM-CSC-loading.patch
	patches.suse/1163-drm-i915-Clean-up-i9xx_load_luts_internal.patch
	patches.suse/1164-drm-i915-Split-i9xx_read_lut_8-to-gmch-vs.-ilk-varia.patch
	patches.suse/1165-drm-i915-s-blob_data-lut.patch
	patches.suse/1166-drm-i915-s-chv_read_cgm_lut-chv_read_cgm_gamma.patch
	patches.suse/1167-drm-i915-Clean-up-integer-types-in-color-code.patch
	patches.suse/1168-drm-i915-Refactor-LUT-read-functions.patch
	patches.suse/1169-drm-i915-Fix-readout-of-PIPEGCMAX.patch
	patches.suse/1170-drm-i915-Pass-the-crtc-to-the-low-level-read_lut-fun.patch
	patches.suse/1171-drm-i915-Lock-gmbus-aux-mutexes-while-changing-cdclk.patch
	patches.suse/1172-drm-i915-gt-Defend-against-concurrent-updates-to-exe.patch
	patches.suse/drm-i915-Improve-the-start-alignment-of-bonded-pairs.patch
	patches.suse/1174-drm-i915-mst-Hookup-DRM-DP-MST-late_register-early_u.patch
	patches.suse/1175-drm-i915-display-Deactive-FBC-in-fastsets-when-disab.patch
	patches.suse/1176-drm-i915-display-Do-not-write-in-removed-FBC-fence-r.patch
	patches.suse/1177-drm-i915-gvt-cleanup-debugfs-scan_nonprivbb.patch
	patches.suse/1178-drm-i915-gvt-Wean-gvt-off-dev_priv-engine.patch
	patches.suse/1179-drm-i915-gvt-Wean-gvt-off-using-dev_priv.patch
	patches.suse/1180-drm-i915-Tweak-scheduler-s-kick_submission.patch
	patches.suse/1181-drm-i915-gt-Mark-up-racy-reads-for-intel_context.inf.patch
	patches.suse/1182-drm-i915-Mark-up-racy-read-of-active-rq-engine.patch
	patches.suse/1183-drm-i915-execlists-Mark-up-data-races-in-virtual-eng.patch
	patches.suse/1184-drm-i915-Remove-debugfs-i915_drpc_info-and-i915_forc.patch
	patches.suse/1185-drm-i915-dsb-convert-to-drm_device-based-logging-mac.patch
	patches.suse/1186-drm-i915-fifo_underrun-convert-to-drm_device-based-l.patch
	patches.suse/1187-drm-i915-gmbus-convert-to-drm_device-based-logging.patch
	patches.suse/1188-drm-i915-hotplug-convert-to-drm_device-based-logging.patch
	patches.suse/1189-drm-i915-lpe_audio-convert-to-drm_device-based-loggi.patch
	patches.suse/1190-drm-i915-lvds-convert-to-drm_device-based-logging-ma.patch
	patches.suse/1191-drm-i915-overlay-convert-to-drm_device-based-logging.patch
	patches.suse/1192-drm-i915-gt-Use-scnprintf-for-avoiding-potential-buf.patch
	patches.suse/1193-drm-i915-Extend-i915_request_await_active-to-use-all.patch
	patches.suse/1194-drm-i915-gt-Pull-checking-rps-pm_events-under-the-ir.patch
	patches.suse/1195-drm-i915-gem-Mark-up-the-racy-read-of-the-mmap_singl.patch
	patches.suse/1196-drm-i915-Add-missing-HDMI-audio-pixel-clocks-for-gen.patch
	patches.suse/1197-drm-i915-gem-Mark-up-sw-fence-notify-function.patch
	patches.suse/1198-drm-i915-gem-Take-a-copy-of-the-engines-for-context_.patch
	patches.suse/1199-drm-i915-gen12-Disable-preemption-timeout.patch
	patches.suse/1200-drm-i915-gem-Drop-relocation-slowpath.patch
	patches.suse/1201-drm-i915-selftests-Use-igt_random_offset.patch
	patches.suse/1202-drm-i915-gt-Wait-for-RCUs-frees-before-asserting-idl.patch
	patches.suse/1203-drm-i915-selftest-Add-more-poison-patterns.patch
	patches.suse/1204-drm-i915-Add-Wa_1209644611-icl-ehl.patch
	patches.suse/1205-drm-i915-Add-Wa_1604278689-icl-ehl.patch
	patches.suse/1206-drm-i915-Add-Wa_1406306137-icl-ehl.patch
	patches.suse/0003-drm-i915-Apply-Wa_1406680159-icl-ehl-as-an-engine-wo.patch
	patches.suse/1208-drm-i915-Add-Wa_1605460711-Wa_1408767742-to-ICL-and-.patch
	patches.suse/1209-drm-i915-tgl-Remove-require_force_probe-protection.patch
	patches.suse/1210-drm-i915-Update-DRIVER_DATE-to-20200313.patch
	patches.suse/1211-drm-vmwgfx-Fix-the-refuse_dma-mode-when-using-guest-.patch
	patches.suse/1212-drm-vmwgfx-Refuse-DMA-operation-when-SEV-encryption-.patch
	patches.suse/1213-drm-vmwgfx-Drop-preempt_disable-in-vmw_fifo_ping_hos.patch
	patches.suse/1214-drm-vmwgfx-Remove-a-few-unused-functions.patch
	patches.suse/1215-drm-vmwgfx-Replace-zero-length-array-with-flexible-a.patch
	patches.suse/1216-drm-bridge-dw-hdmi-set-mtmdsclock-for-deep-color.patch
	patches.suse/1217-drm-bridge-dw-hdmi-add-max-bpc-connector-property.patch
	patches.suse/1218-drm-bridge-dw-hdmi-Plug-atomic-state-hooks-to-the-de.patch
	patches.suse/1219-drm-bridge-synopsys-dw-hdmi-add-bus-format-negociati.patch
	patches.suse/1220-drm-bridge-synopsys-dw-hdmi-allow-ycbcr420-modes-for.patch
	patches.suse/1221-drm-meson-venc-make-drm_display_mode-const.patch
	patches.suse/1222-drm-meson-meson_dw_hdmi-add-bridge-and-switch-to-drm.patch
	patches.suse/1223-drm-meson-dw-hdmi-stop-enforcing-input_bus_format.patch
	patches.suse/1224-drm-meson-venc-add-support-for-YUV420-setup.patch
	patches.suse/1225-drm-meson-vclk-add-support-for-YUV420-setup.patch
	patches.suse/1226-drm-meson-Add-YUV420-output-support.patch
	patches.suse/1227-drm-mm-Remove-redundant-assignment-in-drm_mm_reserve.patch
	patches.suse/1228-drm-panel-Set-connector-type-for-OrtusTech-COM43H4M8.patch
	patches.suse/1229-drm-panel-simple-Fix-dotclock-for-Ortustech-COM37H3M.patch
	patches.suse/1230-drm-dp_mst-Make-drm_dp_mst_dpcd_write-consistent-wit.patch
	patches.suse/1231-drm-dp_mst-Fix-drm_dp_check_mstb_guid-return-code.patch
	patches.suse/1232-drm-rockchip-rgb-don-t-count-non-existent-devices-wh.patch
	patches.suse/1233-drm-ttm-fix-false-positive-assert.patch
	patches.suse/1234-drm-ttm-Use-scnprintf-for-avoiding-potential-buffer-.patch
	patches.suse/1235-drm-sysfs-Use-scnprintf-for-avoiding-potential-buffe.patch
	patches.suse/1236-drm-panel-novatek-nt35510-Fix-dotclock.patch
	patches.suse/1237-drm-panel-ilitek-ili9322-Fix-dotclocks.patch
	patches.suse/1238-drm-panel-lg-lg4573-Fix-dotclock.patch
	patches.suse/1239-drm-panel-sony-acx424akp-Fix-dotclocks.patch
	patches.suse/1240-drm-panel-simple-Fix-dotclock-for-Logic-PD-Type-28.patch
	patches.suse/1241-drm-edid-Name-the-detailed-monitor-range-flags.patch
	patches.suse/1242-drm-edid-Add-function-to-parse-EDID-descriptors-for-.patch
	patches.suse/1243-drm-Register-connector-instead-of-calling-register_c.patch
	patches.suse/1244-drm-Remove-dp-mst-register-connector-callbacks.patch
	patches.suse/1245-drm-dp_mst-Remove-register_connector-callback.patch
	patches.suse/1246-drm-Add-drm_dp_destroy_connector-helper-and-use-it.patch
	patches.suse/1247-drm-Remove-drm-dp-mst-destroy_connector-callbacks.patch
	patches.suse/1248-drm-dp_mst-Convert-drm_dp_mst_topology_mgr.is_waitin.patch
	patches.suse/1249-drm-tiny-fix-sparse-warning-incorrect-type-in-assign.patch
	patches.suse/1250-drm-context-Clean-up-documentation.patch
	patches.suse/1251-drm-vm-Clean-up-documentation.patch
	patches.suse/1252-drm-bufs-Clean-up-documentation.patch
	patches.suse/1253-drm-lock-Clean-up-documentation.patch
	patches.suse/1254-drm-edid-Distribute-switch-variables-for-initializat.patch
	patches.suse/1255-drm-mm-Allow-drm_mm_initialized-to-be-used-outside-o.patch
	patches.suse/1256-drm-Mark-up-racy-check-of-drm_gem_object.handle_coun.patch
	patches.suse/1257-drm-exynos-Use-drm_encoder_mask.patch
	patches.suse/1258-drm-exynos-Use-mode-clock-instead-of-reverse-calcula.patch
	patches.suse/1259-drm-amdgpu-sriov-refine-vcn_v2_5_early_init-func.patch
	patches.suse/1260-drm-amdgpu-resolve-failed-error-inject-msg.patch
	patches.suse/1261-drm-amdgpu-check-GFX-RAS-capability-before-reset-cou.patch
	patches.suse/1262-drm-amdgpu-use-amdgpu_ras.h-in-amdgpu_debugfs.c.patch
	patches.suse/1263-drm-amdgpu-update-ras-capability-s-query-based-on-me.patch
	patches.suse/1264-drm-amdgpu-fix-warning-in-ras_debugfs_create_all.patch
	patches.suse/1265-AMD-DISPLAY-CORE-Use-fallthrough.patch
	patches.suse/1266-AMD-POWERPLAY-Use-fallthrough.patch
	patches.suse/1267-drm-amd-powerplay-Move-fallthrough-into-containing-i.patch
	patches.suse/1268-AMD-KFD-Use-fallthrough.patch
	patches.suse/drm-amd-acp-fix-broken-menu-structure.patch
	patches.suse/1270-drm-amd-display-clean-up-a-condition-in-dmub_psr_cop.patch
	patches.suse/1271-drm-amdgpu-display-clean-up-some-indenting.patch
	patches.suse/1272-drm-amd-display-Possible-divide-by-zero-in-set_speed.patch
	patches.suse/1273-drm-amdgpu-Stop-using-the-DRIVER-debugging-flag-for-.patch
	patches.suse/1274-drm-amdgpu-add-codes-to-clear-AccVGPR-for-arcturus.patch
	patches.suse/1275-drm-amdgpu-swsmu-clean-up-unused-header-in-swsmu.patch
	patches.suse/1276-drm-sched-add-run-job-trace.patch
	patches.suse/1277-drm-scheduler-fix-inconsistent-locking-of-job_list_l.patch
	patches.suse/1278-drm-amdgpu-revise-RLCG-access-path.patch
	patches.suse/1279-drm-amdgpu-fix-switch-case-indentation.patch
	patches.suse/1280-drm_amdgpu-Add-job-fence-to-resv-conditionally.patch
	patches.suse/1281-drm-amdgpu-Move-EEPROM-I2C-adapter-to-amdgpu_device.patch
	patches.suse/1282-Revert-drm-scheduler-improve-job-distribution-with-m.patch
	patches.suse/1283-drm-sched-implement-and-export-drm_sched_pick_best.patch
	patches.suse/1284-drm-amdgpu-disable-gpu_sched-load-balancer-for-vcn-j.patch
	patches.suse/1285-drm-amd-display-update-connector-display_info-after-.patch
	patches.suse/1286-drm-amd-display-Fix-test-pattern-color-space-inconsi.patch
	patches.suse/1287-drm-amd-display-Remove-redundant-hdcp-display-state.patch
	patches.suse/1288-drm-amd-display-workaround-for-HDMI-hotplug-in-DPMSO.patch
	patches.suse/1289-drm-amd-display-fix-split-threshold-w-a-to-work-with.patch
	patches.suse/1290-drm-amd-display-Pass-triplebuffer-surface-flip-flags.patch
	patches.suse/1291-drm-amd-display-Explicitly-disable-triplebuffer-flip.patch
	patches.suse/1292-drm-amd-display-Remove-PSR-dependency-on-swizzle-mod.patch
	patches.suse/1293-drm-amd-display-Set-disable_dmcu-flag-properly-per-a.patch
	patches.suse/1294-drm-amd-display-Fallback-to-dmcub-for-psr-when-dmcu-.patch
	patches.suse/1295-drm-amd-display-remove-magic-numbers-in-hdcp_ddc.patch
	patches.suse/1296-drm-amd-display-Program-self-refresh-control-registe.patch
	patches.suse/1297-drm-amd-display-differentiate-vsc-sdp-colorimetry-us.patch
	patches.suse/1298-drm-amd-display-guard-DPPHY_Internal_ctrl.patch
	patches.suse/1299-drm-amd-display-combine-watermark-change-and-clock-c.patch
	patches.suse/1300-drm-amd-display-Remove-connect-DIG-FE-to-its-BE-duri.patch
	patches.suse/1301-drm-amd-display-DPP-DTO-isn-t-update-properly.patch
	patches.suse/1302-drm-amd-display-Allocate-scratch-space-for-DMUB-CW7.patch
	patches.suse/1303-drm-amd-display-add-on-demand-pipe-merge-logic-for-d.patch
	patches.suse/1304-drm-amdgpu-miss-PRT-case-when-bo-update.patch
	patches.suse/1305-amd-powerplay-arcturus-baco-reset-disable-all-featur.patch
	patches.suse/1306-drm-amdgpu-add-CAP-fw-loading.patch
	patches.suse/1307-drm-amdgpu-Remove-unnecessary-variable-shadow-in-gfx.patch
	patches.suse/1308-drm-amd-fix-spelling-mistake-shoudn-t-shouldn-t.patch
	patches.suse/1309-drm-mediatek-add-mt8183-dpi-clock-factor.patch
	patches.suse/1310-drm-etnaviv-update-hardware-headers-from-rnndb.patch
	patches.suse/1311-drm-etnaviv-determine-product-customer-and-eco-id.patch
	patches.suse/1312-drm-etnaviv-show-identity-information-in-debugfs.patch
	patches.suse/1313-drm-etnaviv-update-gc7000-chip-identity-entry.patch
	patches.suse/1314-drm-etnaviv-update-hwdb-selection-logic.patch
	patches.suse/1315-drm-etnaviv-add-hwdb-entry-for-gc400-found-in-STM32.patch
	patches.suse/drm-etnaviv-rework-perfmon-query-infrastructure.patch
	patches.suse/1317-drm-etnaviv-Fix-typo-in-comment.patch
	patches.suse/1318-drm-etnaviv-Update-idle-bits.patch
	patches.suse/1319-drm-etnaviv-Consider-all-kwnown-idle-bits-in-debugfs.patch
	patches.suse/1320-drm-etnaviv-Ignore-MC-when-checking-runtime-suspend-.patch
	patches.suse/1321-drm-etnaviv-Warn-when-GPU-doesn-t-idle-fast-enough.patch
	patches.suse/1322-drm-etnaviv-Replace-zero-length-array-with-flexible-.patch
	patches.suse/1323-drm-etnaviv-request-pages-from-DMA32-zone-when-neede.patch
	patches.suse/1324-drm-etnaviv-fix-TS-cache-flushing-on-GPUs-with-BLT-e.patch
	patches.suse/1325-drm-vmwgfx-Also-check-for-SVGA_CAP_DX-before-reading.patch
	patches.suse/1326-drm-vmwgfx-Sync-legacy-multisampling-device-capabili.patch
	patches.suse/1327-drm-vmwgfx-Deprecate-logic-ops-commands.patch
	patches.suse/1328-drm-vmwgfx-Use-enum-to-represent-graphics-context-ca.patch
	patches.suse/1329-drm-vmwgfx-Sync-virtual-device-headers-for-new-featu.patch
	patches.suse/1330-drm-vmwgfx-Add-a-new-enum-for-SM5-graphics-context-c.patch
	patches.suse/1331-drm-vmwgfx-Read-new-register-for-GB-memory-when-avai.patch
	patches.suse/1332-drm-vmwgfx-Support-SM5-shader-type-in-command-buffer.patch
	patches.suse/1333-drm-vmwgfx-Add-support-for-UA-view-commands.patch
	patches.suse/1334-drm-vmwgfx-Add-support-for-indirect-and-dispatch-com.patch
	patches.suse/1335-drm-vmwgfx-Rename-stream-output-target-binding-track.patch
	patches.suse/1336-drm-vmwgfx-Add-support-for-streamoutput-with-mob-com.patch
	patches.suse/1337-drm-vmwgfx-Split-surface-metadata-from-struct-vmw_su.patch
	patches.suse/1338-drm-vmwgfx-Refactor-surface_define-to-use-vmw_surfac.patch
	patches.suse/1339-drm-vmwgfx-Add-surface-define-v4-command.patch
	patches.suse/1340-drm-vmwgfx-Add-SM5-param-for-userspace.patch
	patches.suse/1341-drm-vmwgfx-Use-vmwgfx-version-2.18-to-signal-SM5-com.patch
	patches.suse/1342-drm-amdgpu-protect-RAS-sysfs-during-GPU-reset.patch
	patches.suse/1343-drm-amdgpu-sriov-Don-t-resume-RLCG-for-SRIOV-guest.patch
	patches.suse/1344-Revert-drm-amdgpu-add-CAP-fw-loading.patch
	patches.suse/1345-drm-radeon-amdgpu-Remove-HAINAN-board-from-max_sclk-.patch
	patches.suse/1346-drm-amd-display-Fix-pageflip-event-race-condition-fo.patch
	patches.suse/1347-drm-amdgpu-fix-the-coverage-issue-to-clear-ArcVPGRs.patch
	patches.suse/1348-drm-amd-swSMU-add-callback-to-set-AC-DC-power-source.patch
	patches.suse/1349-drm-amdgpu-smu11-add-a-helper-to-set-the-power-sourc.patch
	patches.suse/1350-drm-amdgpu-swSMU-use-the-smu11-power-source-helper-f.patch
	patches.suse/1351-drm-amdgpu-swSMU-correct-the-bootup-power-source-for.patch
	patches.suse/1352-drm-amdgpu-swSMU-set-AC-DC-mode-based-on-the-current.patch
	patches.suse/1353-drm-amdgpu-swSMU-handle-DC-controlled-by-GPIO-for-na.patch
	patches.suse/1354-drm-amdgpu-swSMU-handle-manual-AC-DC-notifications.patch
	patches.suse/1355-drm-amdgpu-smu11-add-support-for-SMU-AC-DC-interrupt.patch
	patches.suse/1356-drm-amdgpu-don-t-try-to-reserve-training-bo-for-srio.patch
	patches.suse/1357-drm-i915-gt-Restrict-gen7-w-a-batch-to-Haswell.patch
	patches.suse/1358-drm-i915-gem-Check-for-a-closed-context-when-looking.patch
	patches.suse/1359-drm-i915-perf-Invalidate-OA-TLB-on-when-closing-perf.patch
	patches.suse/1360-drm-i915-Use-explicit-flag-to-mark-unreachable-intel.patch
	patches.suse/1361-drm-i915-gt-Cancel-a-hung-context-if-already-closed.patch
	patches.suse/1362-drm-i915-gt-Treat-idling-as-a-RPS-downclock-event.patch
	patches.suse/1363-drm-i915-Avoid-live-lock-with-i915_vma_parked.patch
	patches.suse/1364-drm-i915-gt-Select-the-deepest-available-parking-mod.patch
	patches.suse/0004-drm-i915-gt-Stage-the-transfer-of-the-virtual-breadc.patch
	patches.suse/1366-drm-i915-display-Fix-mode-private_flags-comparison-a.patch
	patches.suse/1367-drm-msm-dpu-Remove-unused-function-arguments.patch
	patches.suse/1368-drm-msm-dpu-Refactor-rm-iterator.patch
	patches.suse/1369-drm-msm-dpu-Refactor-resource-manager.patch
	patches.suse/1370-drm-msm-dpu-Track-resources-in-global-state.patch
	patches.suse/1371-drm-msm-avoid-double-attaching-hdmi-edp-bridges.patch
	patches.suse/drm-msm-fix-leaks-if-initialization-fails.patch
	patches.suse/1373-drm-msm-msm_gem.h-Replace-zero-length-array-with-fle.patch
	patches.suse/1374-drm-msm-Use-scnprintf-for-avoiding-potential-buffer-.patch
	patches.suse/1375-drm-msm-dpu-Remove-some-set-but-not-used-variables.patch
	patches.suse/1376-drm-msm-dpu-fix-comparing-pointer-to-0-in-dpu_encode.patch
	patches.suse/1377-drm-msm-dpu-fix-comparing-pointer-to-0-in-dpu_encode.patch
	patches.suse/1378-drm-msm-dpu-fix-comparing-pointer-to-0-in-dpu_vbif.c.patch
	patches.suse/1379-drm-msm-dpu-fix-comparing-pointer-to-0-in-dpu_encode.patch
	patches.suse/drm-msm-a5xx-Always-set-an-OPP-supported-hardware-va.patch
	patches.suse/1381-drm-msm-devcoredump-should-dump-MSM_SUBMIT_BO_DUMP-b.patch
	patches.suse/1382-drm-msm-a6xx-Fix-CP_MEMPOOL-state-name.patch
	patches.suse/1383-drm-msm-a6xx-Use-the-DMA-API-for-GMU-memory-objects.patch
	patches.suse/dm-crypt-use-crypt_integrity_aead-helper.patch
	patches.suse/dm-integrity-print-device-name-in-integrity_metadata.patch
	patches.suse/dm-writecache-do-direct-write-if-the-cache-is-full.patch
	patches.suse/dm-writecache-implement-the-cleaner-policy.patch
	patches.suse/dm-writecache-implement-gradual-cleanup.patch
	patches.suse/dm-writecache-optimize-superblock-write.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/dm-integrity-remove-sector-type-casts.patch
	patches.suse/dm-integrity-don-t-replay-journal-data-past-the-end-.patch
	patches.suse/dm-integrity-factor-out-get_provided_data_sectors.patch
	patches.suse/dm-integrity-allow-resize-of-the-integrity-device.patch
	patches.suse/dm-integrity-add-optional-discard-support.patch
	patches.suse/dm-integrity-improve-discard-in-journal-mode.patch
	patches.suse/0018-dm-writecache-add-cond_resched-to-avoid-CPU-hangs.patch
	patches.suse/dm-clone-Fix-handling-of-partial-region-discards.patch
	patches.suse/dm-clone-Add-overflow-check-for-number-of-regions.patch
	patches.suse/dm-clone-Add-missing-casts-to-prevent-overflows-and-.patch
	patches.suse/dm-clone-metadata-Fix-return-type-of-dm_clone_nr_of_.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/mm-hmm-add-missing-unmaps-of-the-ptep-during-hmm_vma_handle_pte.patch
	patches.suse/mm-hmm-do-not-call-hmm_vma_walk_hole-while-holding-a-spinlock.patch
	patches.suse/mm-hmm-add-missing-pfns-set-to-hmm_vma_walk_pmd.patch
	patches.suse/mm-hmm-add-missing-call-to-hmm_range_need_fault-before-returning-efault.patch
	patches.suse/mm-hmm-reorganize-how-pte_present-is-handled-in-hmm_vma_handle_pte.patch
	patches.suse/mm-hmm-return-efault-when-setting-hmm_pfn_error-on-requested-valid-pages.patch
	patches.suse/mm-hmm-add-missing-call-to-hmm_pte_need_fault-in-hmm_pfn_special-handling.patch
	patches.suse/mm-hmm-do-not-check-pmd_protnone-twice-in-hmm_vma_handle_pmd.patch
	patches.suse/mm-hmm-don-t-provide-a-stub-for-hmm_range_fault.patch
	patches.suse/mm-hmm-remove-the-unused-hmm_fault_allow_retry-flag.patch
	patches.suse/mm-hmm-simplify-hmm_vma_walk_hugetlb_entry.patch
	patches.suse/mm-hmm-don-t-handle-the-non-fault-case-in-hmm_vma_walk_hole_.patch
	patches.suse/mm-merge-hmm_vma_do_fault-into-into-hmm_vma_walk_hole_.patch
	patches.suse/1384-memremap-add-an-owner-field-to-struct-dev_pagemap.patch
	patches.suse/mm-handle-multiple-owners-of-device-private-pages-in-migrate_vma.patch
	patches.suse/mm-simplify-device-private-page-handling-in-hmm_range_fault.patch
	patches.suse/mm-hmm-check-the-device-private-page-owner-in-hmm_range_fault.patch
	patches.suse/mm-hmm-remove-pgmap-checking-for-devmap-pages.patch
	patches.suse/mm-hmm-return-the-fault-type-from-hmm_pte_need_fault.patch
	patches.suse/mm-hmm-remove-unused-code-and-tidy-comments.patch
	patches.suse/mm-hmm-remove-hmm_fault_snapshot.patch
	patches.suse/mm-hmm-use-device_private_entry_to_pfn.patch
	patches.suse/mm-hmm-do-not-unconditionally-set-pfns-when-returning-ebusy.patch
	patches.suse/mm-hmm-do-not-set-pfns-when-returning-an-error-code.patch
	patches.suse/mm-hmm-return-error-for-non-vma-snapshots.patch
	patches.suse/RDMA-cma-Use-a-helper-function-to-enqueue-resolve-wo.patch
	patches.suse/RDMA-cma-Use-RDMA-device-port-iterator.patch
	patches.suse/RDMA-cma-Rename-cma_device-ref-deref-helpers-to-to-g.patch
	patches.suse/RDMA-cma-Use-refcount-API-to-reflect-refcount.patch
	patches.suse/RDMA-cma-Rename-cma_device-ref-deref-helpers-to-to-g-e368d23f.patch
	patches.suse/RDMA-cma-Use-refcount-API-to-reflect-refcount-43fb5892.patch
	patches.suse/RDMA-hns-Cleanups-of-magic-numbers.patch
	patches.suse/RDMA-hns-Optimize-eqe-buffer-allocation-flow.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-ucma-Mask-QPN-to-be-24-bits-according-to-IBTA.patch
	patches.suse/RDMA-core-Add-weak-ordering-dma-attr-to-dma-mapping.patch
	patches.suse/RDMA-hns-Add-the-workqueue-framework-for-flush-cqe-h.patch
	patches.suse/RDMA-hns-Delayed-flush-cqe-process-with-workqueue.patch
	patches.suse/RDMA-core-Get-rid-of-ib_create_qp_user.patch
	patches.suse/RDMA-ucma-Use-refcount_t-for-the-ctx-ref.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-hns-fix-spelling-mistake-attatch-attach.patch
	patches.suse/RDMA-hns-Initialize-all-fields-of-doorbells-to-zero.patch
	patches.suse/RDMA-Replace-zero-length-array-with-flexible-array-m.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-hns-Treat-revision-HIP08_A-as-a-special-case.patch
	patches.suse/RDMA-hns-Use-flush-framework-for-the-case-in-aeq.patch
	patches.suse/RDMA-hns-Stop-doorbell-update-while-qp-state-error.patch
	patches.suse/RDMA-hns-Optimize-qp-destroy-flow.patch
	patches.suse/RDMA-hns-Optimize-qp-context-create-and-destroy-flow.patch
	patches.suse/RDMA-hns-Optimize-qp-number-assign-flow.patch
	patches.suse/RDMA-hns-Optimize-qp-buffer-allocation-flow.patch
	patches.suse/RDMA-hns-Optimize-qp-param-setup-flow.patch
	patches.suse/RDMA-hns-Optimize-kernel-qp-wrid-allocation-flow.patch
	patches.suse/RDMA-hns-Optimize-qp-doorbell-allocation-flow.patch
	patches.suse/RDMA-efa-Unified-getters-setters-for-device-structs-.patch
	patches.suse/RDMA-efa-Properly-document-the-interrupt-mask-regist.patch
	patches.suse/RDMA-efa-Do-not-delay-freeing-of-DMA-pages.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/RDMA-providers-Fix-return-value-when-QP-type-isn-t-s.patch
	patches.suse/IB-mlx5-Optimize-u64-division-on-32-bit-arches.patch
	patches.suse/IB-mlx5-Add-np_min_time_between_cnps-and-rp_max_rate.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-hns-fix-spelling-mistake-attatch-attach-0aeb3622.patch
	patches.suse/IB-mlx5-Introduce-UAPIs-to-manage-packet-pacing.patch
	patches.suse/RDMA-rw-map-P2P-memory-correctly-for-signature-opera.patch
	patches.suse/RDMA-cma-Teach-lockdep-about-the-order-of-rtnl-and-l.patch
	patches.suse/RDMA-bnxt_re-Remove-a-redundant-memset.patch
	patches.suse/RDMA-core-Remove-the-duplicate-header-file.patch
	patches.suse/RDMA-mlx5-Remove-duplicate-definitions-of-SW_ICM-mac.patch
	patches.suse/IB-mlx5-Replace-tunnel-mpls-capability-bits-for-tunn.patch
	patches.suse/RDMA-mlx4-Delete-duplicated-offsetofend-implementati.patch
	patches.suse/RDMA-mlx5-Use-offsetofend-instead-of-duplicated-vari.patch
	patches.suse/RDMA-cm-Delete-not-implemented-CM-peer-to-peer-commu.patch
	patches.suse/RDMA-mlx5-Replace-spinlock-protected-write-with-atom.patch
	patches.suse/RDMA-mlx5-Rename-the-tracking-variables-for-the-MR-c.patch
	patches.suse/RDMA-mlx5-Simplify-how-the-MR-cache-bucket-is-locate.patch
	patches.suse/RDMA-mlx5-Always-remove-MRs-from-the-cache-before-de.patch
	patches.suse/RDMA-mlx5-Fix-MR-cache-size-and-limit-debugfs.patch
	patches.suse/RDMA-mlx5-Lock-access-to-ent-available_mrs-limit-whe.patch
	patches.suse/RDMA-mlx5-Fix-locking-in-MR-cache-work-queue.patch
	patches.suse/RDMA-mlx5-Revise-how-the-hysteresis-scheme-works-for.patch
	patches.suse/RDMA-mlx5-Allow-MRs-to-be-created-in-the-cache-synch.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-Make-the-destroy_id-flow-more-robust.patch
	patches.suse/RDMA-cm-Simplify-establishing-a-listen-cm_id.patch
	patches.suse/RDMA-cm-Read-id.state-under-lock-when-doing-pr_debug.patch
	patches.suse/RDMA-cm-Make-it-clear-that-there-is-no-concurrency-i.patch
	patches.suse/RDMA-cm-Make-it-clearer-how-concurrency-works-in-cm_.patch
	patches.suse/RDMA-cm-Add-missing-locking-around-id.state-in-cm_du.patch
	patches.suse/RDMA-cm-Add-some-lockdep-assertions-for-cm_id_priv-l.patch
	patches.suse/RDMA-cm-Allow-ib_send_cm_dreq-to-be-done-under-lock.patch
	patches.suse/RDMA-cm-Allow-ib_send_cm_drep-to-be-done-under-lock.patch
	patches.suse/RDMA-cm-Allow-ib_send_cm_rej-to-be-done-under-lock.patch
	patches.suse/RDMA-cm-Allow-ib_send_cm_sidr_rep-to-be-done-under-l.patch
	patches.suse/RDMA-cm-Make-sure-the-cm_id-is-in-the-IB_CM_IDLE-sta.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/RDMA-hns-Rename-wqe-buffer-related-functions.patch
	patches.suse/RDMA-hns-Optimize-wqe-buffer-filling-process-for-pos.patch
	patches.suse/RDMA-hns-Optimize-the-wr-opcode-conversion-from-ib-t.patch
	patches.suse/RDMA-hns-Optimize-base-address-table-config-flow-for.patch
	patches.suse/RDMA-hns-Optimize-wqe-buffer-set-flow-for-post-send.patch
	patches.suse/i40iw-Report-correct-firmware-version.patch
	patches.suse/RDMA-hns-Check-if-depth-of-qp-is-0-before-configure.patch
	patches.suse/IB-rdmavt-Delete-unused-routine.patch
	patches.suse/IB-hfi1-Remove-kobj-from-hfi1_devdata.patch
	patches.suse/RDMA-efa-Use-in-kernel-offsetofend-to-check-field-av.patch
	patches.suse/RDMA-siw-Suppress-uninitialized-var-warning.patch
	patches.suse/IB-mlx5-Fix-a-NULL-vs-IS_ERR-check.patch
	patches.suse/RDMA-bnxt_re-Wait-for-all-the-CQ-events-before-freei.patch
	patches.suse/RDMA-hns-Optimize-mhop-get-flow-for-multi-hop-addres.patch
	patches.suse/RDMA-hns-Optimize-mhop-put-flow-for-multi-hop-addres.patch
	patches.suse/IB-mlx5-Generally-use-the-WC-auto-detection-test-res.patch
	patches.suse/RDMA-cm-Update-num_paths-in-cma_resolve_iboe_route-e.patch
	patches.suse/IB-hfi1-Use-scnprintf-for-avoiding-potential-buffer-.patch
	patches.suse/RDMA-rxe-Set-sys_image_guid-to-be-aligned-with-HW-IB.patch
	patches.suse/IB-iser-Always-check-sig-MR-before-putting-it-to-the.patch
	patches.suse/RDMA-hns-Unify-format-of-prints.patch
	patches.suse/RDMA-hns-Fix-a-wrong-judgment-of-return-value.patch
	patches.suse/RDMA-hns-Simplify-attribute-judgment-code.patch
	patches.suse/RDMA-hns-Optimize-hns_roce_alloc_vf_resource.patch
	patches.suse/RDMA-hns-Adjust-the-qp-status-value-sequence-of-the-.patch
	patches.suse/RDMA-hns-Remove-definition-of-cq-doorbell-structure.patch
	patches.suse/RDMA-hns-Remove-meaningless-prints.patch
	patches.suse/RDMA-hns-Remove-redundant-qpc-setup-operations.patch
	patches.suse/RDMA-hns-Remove-redundant-assignment-of-wc-smac-when.patch
	patches.suse/RDMA-hns-Remove-redundant-judgment-of-qp_type.patch
	patches.suse/IB-hfi1-Get-rid-of-a-warning.patch
	patches.suse/IB-mlx5-Expose-UAR-object-and-its-alloc-destroy-comm.patch
	patches.suse/IB-mlx5-Extend-CQ-creation-to-get-uar-page-index-fro.patch
	patches.suse/IB-mlx5-Extend-QP-creation-to-get-uar-page-index-fro.patch
	patches.suse/IB-mlx5-Limit-the-scope-of-struct-mlx5_bfreg_info-to.patch
	patches.suse/IB-mlx5-Move-to-fully-dynamic-UAR-mode-once-user-spa.patch
	patches.suse/IB-hfi1-Fix-memory-leaks-in-sysfs-registration-and-u.patch
	patches.suse/IB-hfi1-Call-kobject_put-when-kobject_init_and_add-f.patch
	patches.suse/net-mlx5-Add-support-for-RDMA-TX-steering.patch
	patches.suse/RDMA-mlx5-Add-support-for-RDMA-TX-flow-table.patch
	patches.suse/RDMA-hns-Reduce-PFC-frames-in-congestion-scenarios.patch
	patches.suse/RDMA-hns-Reduce-the-maximum-number-of-extend-SGE-per.patch
	patches.suse/RDMA-hns-Modify-the-mask-of-QP-number-for-CQE-of-hip.patch
	patches.suse/RDMA-hns-Fix-uninitialized-variable-bug.patch
	patches.suse/IB-qib-Delete-struct-qib_ivdev.qp_rnd.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-ensure-that-the-inode-uid-gid-match-values-match.patch
	patches.suse/xfs-remove-the-icdinode-di_uid-di_gid-members.patch
	patches.suse/xfs-ratelimit-xfs_discard_page-messages.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/xfs-prohibit-fs-freezing-when-using-empty-transactio.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-swap-make-page_evictable-inline.patch
	patches.suse/mm-swap-use-smp_mb__after_atomic-to-order-LRU-bit-set.patch
	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/selftests-vm-drop-dependencies-on-page-flags-from-mlock2-tests.patch
	patches.suse/mm-compaction-fully-assume-capture-is-not-null-in-compact_zone_order.patch
	patches.suse/mm-mempolicy-require-at-least-one-nodeid-for-MPOL_PREFERRED.patch
	patches.suse/ima-add-a-new-CONFIG-for-loading-arch-specific-polic.patch
	patches.suse/kvm-x86-allocate-new-rmap-and-large-page-tracking-when-moving-memslot
	patches.suse/KVM-Reinstall-old-memslots-if-arch-preparation-fails.patch
	patches.suse/kvm-x86-gracefully-handle-_vmalloc-failure-during-vm-allocation
	patches.suse/kvm-nvmx-properly-handle-userspace-interrupt-window-request
	patches.suse/kvm-x86-return-e2big-when-kvm_get_supported_cpuid-hits-max-entries
	patches.suse/kvm-x86-trace-the-original-requested-cpuid-function-in-kvm_cpuid
	patches.suse/kvm-x86-add-helpers-to-perform-cpuid-based-guest-vendor-check
	patches.suse/kvm-x86-extend-amd-specific-guest-behavior-to-hygon-virtual-cpus
	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-ingenic-Improve-unreachable-code-generation.patch
	patches.suse/pinctrl-tegra-Fix-whitespace-issues-for-improved-rea.patch
	patches.suse/pinctrl-tegra-Fix-Scmitt-Schmitt-typo.patch
	patches.suse/pinctrl-tegra-Pass-struct-tegra_pmx-for-pin-range-ch.patch
	patches.suse/pinctrl-tegra-Do-not-add-default-pin-range-on-Tegra1.patch
	patches.suse/pinctrl-tegra-Renumber-the-GG.0-and-GG.1-pins.patch
	patches.suse/pinctrl-tegra-Add-SFIO-GPIO-programming-on-Tegra194.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-emu8000-Fix-the-cast-to-__user-pointer.patch
	patches.suse/ALSA-aloop-Fix-PCM-format-assignment.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-dummy-Use-standard-macros-for-fixing-PCM-format.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-pcm_dmaengine-Use-pcm_for_each_format-macro-for.patch
	patches.suse/ALSA-pcm-Minor-refactoring.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-firewire-use-KBUILD_MODNAME-for-struct-driver.n.patch
	patches.suse/ALSA-pcm-oss-Simplify-plugin-frame-size-calculations.patch
	patches.suse/ALSA-firewire-tascam-Add-missing-annotation-for-tscm.patch
	patches.suse/0039-ALSA-firewire-tascam-Add-missing-annotation-for-tscm.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-ppc-keywest-convert-to-use-i2c_new_client_devic.patch
	patches.suse/ALSA-hda-default-enable-CA0132-DSP-support.patch
	patches.suse/ASoC-wcd9335-fix-address-map-representation.patch
	patches.suse/ASoC-jz4740-i2s-Fix-divider-written-at-incorrect-off.patch
	patches.suse/ASoC-soc-core-disable-route-checks-for-legacy-device.patch
	patches.suse/ASoC-Intel-skl_nau88l25_ssm4567-disable-route-checks.patch
	patches.suse/ASoC-Intel-Skylake-Remove-superfluous-chip-initializ.patch
	patches.suse/ASoC-Intel-Skylake-Select-hda-configuration-permissi.patch
	patches.suse/ASoC-Intel-Skylake-Enable-codec-wakeup-during-chip-i.patch
	patches.suse/ASoC-Intel-Skylake-Shield-against-no-NHLT-configurat.patch
	patches.suse/ASoC-Intel-Allow-for-ROM-init-retry-on-CNL-platforms.patch
	patches.suse/ASoC-Intel-Skylake-Await-purge-request-ack-on-CNL.patch
	patches.suse/ASoC-SOF-Intel-Fix-stream-cleanup-on-hw-free.patch
	patches.suse/ASoC-qdsp6-q6asm-dai-only-enable-dais-from-device-tr.patch
	patches.suse/ASoC-qdsp6-q6routing-remove-default-routing.patch
	patches.suse/ASoC-topology-Perform-component-check-upfront.patch
	patches.suse/ASoC-wm_adsp-Use-scnprintf-for-the-limited-buffer-ou.patch
	patches.suse/ASoC-rt5682-Revise-the-DAC1-volume-setting.patch
	patches.suse/ASoC-max98357a-Add-ACPI-HID-MAX98360A.patch
	patches.suse/ASoC-codecs-wsa881x-request-gpio-direction-before-se.patch
	patches.suse/ASoC-rt5682-fix-the-random-recording-noise-of-headse.patch
	patches.suse/ASoC-stm32-spdifrx-fix-regmap-status-check.patch
	patches.suse/ASoC-tas2562-Fixed-incorrect-amp_level-setting.patch
	patches.suse/ASoC-Intel-broadwell-Revert-back-SSP0-link-to-use-du.patch
	patches.suse/ASoC-Intel-bdw-rt5677-Revert-SSP0-link-to-use-dummy-.patch
	patches.suse/ASoC-Intel-bdw-rt5650-Revert-SSP0-link-to-use-dummy-.patch
	patches.suse/ASoC-Intel-sof_pcm512x-add-support-for-SOF-platforms.patch
	patches.suse/ASoC-Intel-BXT-switch-pcm512x-based-boards-to-sof_pc.patch
	patches.suse/ASoC-Intel-CHT-add-support-for-pcm512x-boards.patch
	patches.suse/ASoC-Remove-unused-including-linux-version.h.patch
	patches.suse/ASoC-wcd934x-Remove-some-unnecessary-NULL-checks.patch
	patches.suse/ASoC-rl6231-Add-new-supports-on-rl6231.patch
	patches.suse/ASoC-rt5682-Add-the-field-is_sdw-of-private-data.patch
	patches.suse/ASoC-stm32-sai-manage-error-when-getting-reset-contr.patch
	patches.suse/ASoC-stm32-spdifrx-manage-error-when-getting-reset-c.patch
	patches.suse/ASoC-stm32-i2s-manage-error-when-getting-reset-contr.patch
	patches.suse/ASoC-stm32-sai-improve-error-management-on-probe-def.patch
	patches.suse/ASoC-stm32-spdifrx-improve-error-management-on-probe.patch
	patches.suse/ASoC-stm32-i2s-improve-error-management-on-probe-def.patch
	patches.suse/ASoC-Intel-mrfld-return-error-codes-when-an-error-oc.patch
	patches.suse/ASoC-rt5659-remove-redundant-assignment-to-variable-.patch
	patches.suse/spi-pxa2xx-Enable-support-for-compile-testing.patch
	patches.suse/ASoC-SOF-Rename-i.MX8-platform-to-i.MX8X.patch
	patches.suse/ASoC-SOF-imx8-Add-ops-for-i.MX8QM.patch
	patches.suse/ASoC-SOF-Add-i.MX8QM-device-descriptor.patch
	patches.suse/ASoC-Use-imply-for-SND_SOC_ALL_CODECS.patch
	patches.suse/ASoC-ti-Add-udma-pcm-platform-driver-for-UDMA.patch
	patches.suse/ASoC-ti-davinci-mcasp-Add-support-for-platforms-usin.patch
	patches.suse/ASoC-mediatek-mt8173-rt5650-support-HDMI-jack-report.patch
	patches.suse/ASoC-wcd934x-Remove-set-but-not-unused-variable-hph_.patch
	patches.suse/ASoC-ti-davinci-mcasp-remove-redundant-assignment-to.patch
	patches.suse/1385-drm-mediatek-exit-earlier-if-failed-to-register-audi.patch
	patches.suse/1386-drm-mediatek-support-HDMI-jack-status-reporting.patch
	patches.suse/ASoC-SOF-Do-not-reset-hw_params-for-streams-that-ign.patch
	patches.suse/ASoC-SOF-pm-Unify-suspend-resume-routines.patch
	patches.suse/ASoC-SOF-Add-system_suspend_target-field-to-struct-s.patch
	patches.suse/ASoC-SOF-pm-Introduce-DSP-power-states.patch
	patches.suse/ASoC-SOF-Move-DSP-power-state-transitions-to-platfor.patch
	patches.suse/ASoC-SOF-audio-Add-helper-to-check-if-only-D0i3-stre.patch
	patches.suse/ASoC-SOF-Intel-hda-Amend-the-DSP-state-transition-di.patch
	patches.suse/ASoC-SOF-Intel-cnl-Implement-feature-to-support-DSP-.patch
	patches.suse/ASoC-SOF-Intel-hda-Allow-trace-DMA-in-S0-when-DSP-is.patch
	patches.suse/ALSA-dmaengine_pcm-Consider-DMA-cache-caused-delay-i.patch
	patches.suse/ASoC-soc-pcm-add-snd_soc_runtime_action.patch
	patches.suse/ASoC-soc-pcm-adjustment-for-DAI-member-0-reset.patch
	patches.suse/ASoC-soc-pcm-add-for_each_dapm_widgets-macro.patch
	patches.suse/ASoC-soc-pcm-don-t-use-bit-OR-ed-error.patch
	patches.suse/ASoC-soc-pcm-call-snd_soc_dai_startup-shutdown-once.patch
	patches.suse/0114-ALSA-dmaengine_pcm-Consider-DMA-cache-caused-delay-i.patch
	patches.suse/ASoC-sh-fsi-Restore-devm_ioremap-alignment.patch
	patches.suse/ASoC-wm0010-Replace-zero-length-array-with-flexible-.patch
	patches.suse/ASoC-max98357a-move-control-of-SD_MODE-to-DAPM.patch
	patches.suse/ASoC-mediatek-mt8183-da7219-add-speaker-switch.patch
	patches.suse/ASoC-soc-pcm-call-snd_soc_component_open-close-once.patch
	patches.suse/ASoC-soc-pcm-move-soc_pcm_close-next-to-soc_pcm_open.patch
	patches.suse/ASoC-soc-pcm-tidyup-soc_pcm_open-order.patch
	patches.suse/ASoC-Fix-SND_SOC_ALL_CODECS-imply-SPI-fallout.patch
	patches.suse/ASoC-Fix-SND_SOC_ALL_CODECS-imply-I2C-fallout.patch
	patches.suse/ASoC-Fix-SND_SOC_ALL_CODECS-imply-misc-fallout.patch
	patches.suse/ASoC-mediatek-mt8183-da7219-change-supported-formats.patch
	patches.suse/ASoC-mediatek-mt8183-da7219-pull-TDM-GPIO-pins-down-.patch
	patches.suse/ASoC-mediatek-mt8183-da7219-support-TDM-out-and-8ch-.patch
	patches.suse/ASoC-mediatek-mt8183-da7219-apply-some-refactors.patch
	patches.suse/ASoC-rt5682-Enable-PLL2-function.patch
	patches.suse/ASoC-core-allow-a-dt-node-to-provide-several-compone.patch
	patches.suse/ASoC-meson-g12a-extract-codec-to-codec-utils.patch
	patches.suse/ASoC-meson-aiu-add-audio-output-dt-bindings.patch
	patches.suse/ASoC-meson-aiu-add-i2s-and-spdif-support.patch
	patches.suse/ASoC-meson-aiu-add-hdmi-codec-control-support.patch
	patches.suse/ASoC-meson-aiu-add-internal-dac-codec-control-suppor.patch
	patches.suse/ASoC-meson-axg-extract-sound-card-utils.patch
	patches.suse/ASoC-meson-gx-add-sound-card-support.patch
	patches.suse/ASoC-core-ensure-component-names-are-unique.patch
	patches.suse/ASoC-meson-aiu-remove-unused-encoder-structure.patch
	patches.suse/ASoC-meson-aiu-fix-clk-bulk-size-allocation.patch
	patches.suse/ASoC-meson-aiu-fix-irq-registration.patch
	patches.suse/ASoC-meson-aiu-fix-acodec-dai-input-name-init.patch
	patches.suse/ASoC-meson-codec-glue-fix-pcm-format-cast-warning.patch
	patches.suse/ASoC-rt1015-fix-typo-for-bypass-boost-control.patch
	patches.suse/1387-drm-mediatek-fix-race-condition-for-HDMI-jack-status.patch
	patches.suse/ASoC-meson-aiu-simplify-component-addition.patch
	patches.suse/ASoC-soc-pcm-fix-regression-in-soc_new_pcm.patch
	patches.suse/ALSA-core-Expand-DMA-buffer-information.patch
	patches.suse/ALSA-core-Implement-compress-page-allocation-and-fre.patch
	patches.suse/ASoC-SOF-Intel-Account-for-compress-streams-when-ser.patch
	patches.suse/ASoC-SOF-Implement-Probe-IPC-API.patch
	patches.suse/ASoC-SOF-Generic-probe-compress-operations.patch
	patches.suse/ASoC-SOF-Intel-Expose-SDnFMT-helpers.patch
	patches.suse/ASoC-SOF-Intel-Probe-compress-operations.patch
	patches.suse/ASoC-SOF-Provide-probe-debugfs-support.patch
	patches.suse/ASoC-SOF-Intel-Add-Probe-compress-CPU-DAIs.patch
	patches.suse/ASoC-rt5682-Add-CCF-usage-for-providing-I2S-clks.patch
	patches.suse/ASoC-soc-pcm-move-dai_get_widget.patch
	patches.suse/ASoC-soc-pcm-use-dai_get_widget-at-dpcm_get_be.patch
	patches.suse/ASoC-soc-pcm-use-dai_get_widget-at-dpcm_end_walk_at_.patch
	patches.suse/ASoC-soc-pcm-use-dpcm_get_be-at-dpcm_end_walk_at_be.patch
	patches.suse/ASoC-soc-pcm-remove-soc_dpcm_be_digital_mute.patch
	patches.suse/ASoC-soc-pcm-remove-snd_soc_dpcm_be_get-set_state.patch
	patches.suse/ASoC-soc-pcm-add-snd_soc_dpcm_can_be-and-remove-dupl.patch
	patches.suse/ASoC-soc-pcm-use-goto-and-remove-multi-return.patch
	patches.suse/ASoC-soc-pcm-merge-playback-cature_active-into-strea.patch
	patches.suse/ALSA-pcm.h-add-for_each_pcm_streams.patch
	patches.suse/ASoC-soc-core-use-for_each_pcm_streams-macro.patch
	patches.suse/ASoC-soc-pcm-use-for_each_pcm_streams-macro.patch
	patches.suse/ASoC-soc-generic-dmaengine-pcm-use-for_each_pcm_stre.patch
	patches.suse/ASoC-dwc-dwc-i2s-use-for_each_pcm_streams-macro.patch
	patches.suse/ASoC-fsl-fsl_asrc_dma-use-for_each_pcm_streams-macro.patch
	patches.suse/ASoC-qcom-lpass-platform-use-for_each_pcm_streams-ma.patch
	patches.suse/ASoC-sof-sof-audio-use-for_each_pcm_streams-macro.patch
	patches.suse/ALSA-usx2y-use-for_each_pcm_streams-macro.patch
	patches.suse/ASoC-MT6660-update-to-1.0.8_G.patch
	patches.suse/ASoC-fix-card-registration-regression.patch
	patches.suse/ASoC-dapm-select-sleep_state-when-initializing-PINCT.patch
	patches.suse/ASoC-mediatek-mt8183-da7219-use-SND_SOC_DAPM_PINCTRL.patch
	patches.suse/ASoC-tas2562-Add-support-for-ISENSE-and-VSENSE.patch
	patches.suse/ASoC-soundwaire-qcom-use-for_each_rtd_codec_dai-macr.patch
	patches.suse/ASoC-qcom-sdm845-use-for_each_rtd_codec_dai-macro.patch
	patches.suse/ASoC-qcom-apq8016_sbc-use-for_each_rtd_codec_dai-mac.patch
	patches.suse/ASoC-intel-cml_rt1011_rt5682-use-for_each_rtd_codec_.patch
	patches.suse/ASoC-intel-kbl_da7219_max98927-use-for_each_rtd_code.patch
	patches.suse/ASoC-mediatek-mt8183-da7219-max98357-use-for_each_rt.patch
	patches.suse/ASoC-rockchip-Make-RK3328-GPIO_MUTE-control-explicit.patch
	patches.suse/ASoC-meson-add-t9015-internal-DAC-driver.patch
	patches.suse/ASoC-dpcm-remove-confusing-trace-in-dpcm_get_be.patch
	patches.suse/ASoC-samsung-Update-dependencies-for-Arizona-machine.patch
	patches.suse/ASoC-intel-skl-hda-add-no-HDMI-cases-to-generic-HDA-.patch
	patches.suse/ASoC-SOF-Intel-hda-allow-operation-without-i915-gfx.patch
	patches.suse/ASoC-tlv320adcx140-Add-the-tlv320adcx140-codec-drive.patch
	patches.suse/ASoC-meson-aiu-introduce-a-struct-for-platform-speci.patch
	patches.suse/ASoC-meson-aiu-add-support-for-the-Meson8-and-Meson8.patch
	patches.suse/ASoC-sun8i-codec-Remove-unused-dev-from-codec-struct.patch
	patches.suse/ASoC-tas2562-Add-support-for-digital-volume-control.patch
	patches.suse/ASoC-meson-g12a-add-toacodec-dt-binding-documentatio.patch
	patches.suse/ASoC-meson-g12a-add-internal-DAC-glue-driver.patch
	patches.suse/ASoC-meson-axg-card-add-toacodec-support.patch
	patches.suse/ASoC-tlv320adcx140-Add-DRE-and-AGC-support.patch
	patches.suse/ASoC-tlv320adcx140-Add-decimation-filter-support.patch
	patches.suse/ASoC-Fix-SND_SOC_ALL_CODECS-imply-ac97-fallout.patch
	patches.suse/ASoC-meson-aiu-fix-semicolon.cocci-warnings.patch
	patches.suse/ASoC-soc-pcm-fix-state-tracking-error-in-snd_soc_com.patch
	patches.suse/ASoC-soc-pcm-add-snd_soc_dai_get_pcm_stream.patch
	patches.suse/ASoC-soc-pcm-cleanup-soc_pcm_apply_msb.patch
	patches.suse/ASoC-soc-pcm-add-snd_soc_dai_get_widget.patch
	patches.suse/ASoC-soc-pcm-merge-dpcm_run_new-old_update-into-dpcm.patch
	patches.suse/ASoC-soc-pcm-move-dpcm_path_put-to-soc-pcm.c.patch
	patches.suse/ASoC-soc-pcm-move-CONFIG_DEBUG_FS-functions-to-top-s.patch
	patches.suse/ASoC-soc-pcm-add-dpcm_create-remove_debugfs_state.patch
	patches.suse/ASoC-Intel-mrfld-fix-incorrect-check-on-p-sink.patch
	patches.suse/ASoC-amd-Add-machine-driver-for-Raven-based-platform.patch
	patches.suse/ASoC-rt5682-Add-the-soundwire-support.patch
	patches.suse/ASoC-rt5682-Revise-the-function-name.patch
	patches.suse/ASoC-amd-Allow-I2S-wake-event-after-ACP-is-powerd-On.patch
	patches.suse/ASoC-tas2562-Add-entries-for-the-TAS2563-audio-ampli.patch
	patches.suse/ASoC-soc-dai-add-get_sdw_stream-callback.patch
	patches.suse/ASoC-Add-initial-support-for-multiple-CPU-DAIs.patch
	patches.suse/ASoC-Add-multiple-CPU-DAI-support-for-PCM-ops.patch
	patches.suse/ASoC-Add-dapm_add_valid_dai_widget-helper.patch
	patches.suse/ASoC-Add-multiple-CPU-DAI-support-in-DAPM.patch
	patches.suse/ASoC-Return-error-if-the-function-does-not-support-m.patch
	patches.suse/ASoC-pcm-check-if-cpu-dai-supports-a-given-stream.patch
	patches.suse/ASoC-rt1015-modify-some-structure-to-be-static.patch
	patches.suse/ASoC-rt5682-Make-rt5682_clock_config-static.patch
	patches.suse/ASoC-samsung-Silence-warnings-during-deferred-probe.patch
	patches.suse/ASoC-soc-dapm-don-t-use-rtd-cpu_dai-on-for_each_rtd_.patch
	patches.suse/ASoC-zte-zx-spdif-remove-redundant-dev_err-message.patch
	patches.suse/ASoC-SOF-Intel-hda-use-snd_sof_dsp_set_power_state-o.patch
	patches.suse/ASoc-amd-Add-DMIC-switch-capability-to-machine-drive.patch
	patches.suse/ASoC-rt1015-set-snd_soc_dai_ops-in-rt1015_dai-driver.patch
	patches.suse/ASoC-SOF-pcm-skip-DMA-buffer-pre-allocation.patch
	patches.suse/ASoC-SOF-ipc-check-ipc-return-value-before-data-copy.patch
	patches.suse/ASoC-SOF-Intel-hda-loader-clear-the-IPC-ack-bit-afte.patch
	patches.suse/ASoC-SOF-add-core-id-to-sof_ipc_comp.patch
	patches.suse/ASoC-amd-AMD-RV-RT5682-should-depends-on-CROS_EC.patch
	patches.suse/ASoC-amd-Fix-compile-warning-of-argument-type.patch
	patches.suse/ASoc-amd-acp3x-Add-missing-include-linux-io.h.patch
	patches.suse/ASoC-tlv320adcx140-Fix-mic_bias-and-vref-device-tree.patch
	patches.suse/ASoC-sprd-Allow-the-MCDT-driver-to-build-into-module.patch
	patches.suse/ASoC-soc-pcm-use-defined-stream.patch
	patches.suse/ASoC-soc-pcm-remove-duplicate-be-check-from-dpcm_add.patch
	patches.suse/ALSA-dmaengine_pcm-No-need-to-take-runtime-reference.patch
	patches.suse/ASoC-wcd934x-fix-High-Accuracy-Buck-enable.patch
	patches.suse/ASoC-wcd934x-remove-unused-headers.patch
	patches.suse/ALSA-pcm-Add-a-standalone-version-of-snd_pcm_limit_h.patch
	patches.suse/ASoC-pcm-Export-parameter-intersection-logic.patch
	patches.suse/ASoC-simple-card-Add-support-for-codec2codec-DAI-lin.patch
	patches.suse/ASoC-soc-pcm-move-dpcm_fe_dai_close.patch
	patches.suse/ASoC-soc-pcm-add-dpcm_fe_dai_cleanup.patch
	patches.suse/ASoC-soc-pcm-use-snd_soc_dai_get_pcm_stream-at-dpcm_.patch
	patches.suse/ASoC-soc-pcm-tidyup-dulicate-handing-at-dpcm_fe_dai_.patch
	patches.suse/ASoC-soc-pcm-check-DAI-s-activity-more-simply.patch
	patches.suse/ASoC-soc-pcm-Do-Digital-Mute-for-both-CPU-Codec-in-s.patch
	patches.suse/ASoC-simple-card-utils-use-for_each_pcm_streams.patch
	patches.suse/ASoC-amd-Adding-TDM-support-in-hw_params.patch
	patches.suse/ASoC-jz4740-i2s-Add-local-dev-variable-in-probe-func.patch
	patches.suse/ASoC-jz4740-i2s-Avoid-passing-enum-as-match-data.patch
	patches.suse/ASoC-SOF-Fix-probe-point-getter.patch
	patches.suse/ASoC-soc.h-add-for_each_rtd_codecs-cpus_dai-macro.patch
	patches.suse/ASoC-Intel-use-for_each_rtd_codecs-cpus_dai-macro.patch
	patches.suse/ASoC-mediatek-use-for_each_rtd_codecs-cpus_dai-macro.patch
	patches.suse/ASoC-meson-use-for_each_rtd_codecs-cpus_dai-macro.patch
	patches.suse/ASoC-qcom-use-for_each_rtd_codecs-cpus_dai-macro.patch
	patches.suse/ASoC-soc-use-for_each_rtd_codecs-cpus_dai-macro.patch
	patches.suse/ASoC-soc.h-remove-non-plural-form-for_each_xxx-macro.patch
	patches.suse/ASoC-soc-dapm-add-for_each_card_dapms-macro.patch
	patches.suse/ASoC-soc-dapm-add-for_each_card_widgets-macro.patch
	patches.suse/ASoC-pcm-Fix-again-possible-buffer-overflow-in-dpcm-.patch
	patches.suse/ASoC-rt5682-fix-unmet-dependencies.patch
	patches.suse/ASoC-rt5682-sdw-fix-defined-but-not-used-pm-function.patch
	patches.suse/ASoC-zte-zx-tdm-remove-redundant-variables-dev.patch
	patches.suse/ASoC-cosmetic-simplify-dpcm_prune_paths.patch
	patches.suse/ASoC-export-DPCM-runtime-update-functions.patch
	patches.suse/ASoC-rt5682-Fine-tune-the-HP-performance-in-soundwir.patch
	patches.suse/ASoC-brcm-Add-DSL-PON-SoC-audio-driver.patch
	patches.suse/ASoC-Intel-boards-drop-reverse-deps-for-SND_HDA_CODE.patch
	patches.suse/ASoC-Intel-sof_pcm512x-drop-reverse-deps-for-SND_HDA.patch
	patches.suse/ASoC-Intel-sof_pcm512x-make-HDMI-optional-for-all-pl.patch
	patches.suse/ASoC-SOF-Intel-hda-remove-SND_SOC_SOF_HDA_COMMON_HDM.patch
	patches.suse/ASoC-codecs-hdac_hdmi-cosmetic-remove-redundant-vari.patch
	patches.suse/ASoC-Intel-skylake-cosmetic-remove-redundant-variabl.patch
	patches.suse/ASoC-Intel-cosmetic-simplify-structure-member-access.patch
	patches.suse/ASoC-Intel-sof_da7219_max98373-Add-support-for-max98.patch
	patches.suse/ASoC-Intel-sof_rt5682-Add-rt1015-speaker-amp-support.patch
	patches.suse/ASoC-Intel-don-t-use-GFP_ATOMIC-for-machine-driver-c.patch
	patches.suse/ASoC-SOF-Intel-hda-dai-add-stream-capability.patch
	patches.suse/ASoC-SOF-Make-sof_ipc_ext_data-enum-more-rigid.patch
	patches.suse/ASoC-SOF-Remove-SOF_IPC_EXT_DMA_BUFFER.patch
	patches.suse/ASoC-SOF-Intel-hda-remove-unnecessary-ROM-IPC-filter.patch
	patches.suse/ASoC-SOF-Intel-remove-unnecessary-waitq-before-loadi.patch
	patches.suse/ASoC-SOF-topology-connect-dai-widget-to-all-cpu-dais.patch
	patches.suse/ASoC-soc-dai-return-proper-error-for-get_sdw_stream.patch
	patches.suse/ALSA-compress-add-wma-codec-profiles.patch
	patches.suse/ALSA-compress-Add-wma-decoder-params.patch
	patches.suse/ASoC-qcom-q6asm-pass-codec-profile-to-q6asm_open_wri.patch
	patches.suse/ASoC-qcom-q6asm-add-support-to-wma-config.patch
	patches.suse/ASoC-qcom-q6asm-dai-add-support-to-wma-decoder.patch
	patches.suse/ALSA-compress-add-alac-ape-decoder-params.patch
	patches.suse/ASoC-qcom-q6asm-add-support-for-alac-and-ape-configs.patch
	patches.suse/ASoC-qcom-q6asm-dai-add-support-for-ALAC-and-APE-dec.patch
	patches.suse/ALSA-compress-bump-the-version.patch
	patches.suse/ASoC-rt5682-remove-noisy-debug-messages.patch
	patches.suse/ASoC-codecs-wsa881x-remove-soundwire-stream-handling.patch
	patches.suse/ASoC-qcom-sdm845-handle-soundwire-stream.patch
	patches.suse/ASoC-stm32-spdifrx-manage-rebind-issue.patch
	patches.suse/ASoC-stm32-i2s-manage-rebind-issue.patch
	patches.suse/soundwire-stream-Add-read_only_wordlength-flag-to-po.patch
	patches.suse/ASoC-soc-core-Merge-CPU-Codec-DAIs.patch
	patches.suse/ASoC-soc-core-Merge-for_each_rtd_cpu-codec_dais.patch
	patches.suse/ASoC-soc-dapm-Merge-for_each_rtd_cpu-codec_dais.patch
	patches.suse/ASoC-soc-pcm-Merge-for_each_rtd_cpu-codec_dais.patch
	patches.suse/ASoC-soc-core-Merge-CPU-Codec-for-soc_dai_pcm_new.patch
	patches.suse/ASoC-MT6660-make-spdxcheck.py-happy.patch
	patches.suse/ASoC-rt5682-Add-a-property-for-DMIC-clock-rate.patch
	patches.suse/ASoC-rt5682-Add-a-property-for-DMIC-delay.patch
	patches.suse/ASoC-tegra-tegra_wm8903-Support-DAPM-events-for-buil.patch
	patches.suse/ASoC-wm8974-remove-unused-variables.patch
	patches.suse/ASoC-jz4740-i2s-Add-support-for-the-JZ4760.patch
	patches.suse/ASoC-jz4740-i2s-Add-support-for-the-JZ4770.patch
	patches.suse/ASoC-mchp-i2s-mcc-make-signed-1-bit-bitfields-unsign.patch
	patches.suse/ASoC-pxa-Select-regmap-from-AC-97-machines.patch
	patches.suse/ASoC-pxa-Enable-AC-97-bus-support-for-PXA-machines.patch
	patches.suse/ASoC-SOF-Intel-hda-Improve-DSP-state-logging.patch
	patches.suse/ASoC-SOF-cosmetic-use-for_each_pcm_streams-in-sof_da.patch
	patches.suse/ASoC-SOF-fix-uninitialised-work-with-VirtIO.patch
	patches.suse/ASoC-SOF-Intel-hda-do-not-leave-clock-gating-off-upo.patch
	patches.suse/ASoC-SOF-Intel-hda-call-codec-wake-at-chip-init.patch
	patches.suse/ASoC-Intel-Make-glk-rt5682-echo-ref-dynamic.patch
	patches.suse/ASoC-intel-sof_da7219_max98373-Add-speaker-switch.patch
	patches.suse/ASoC-Intel-sof_rt5682-Add-support-for-tgl-max98373-r.patch
	patches.suse/ASoC-Intel-common-Add-mach-table-for-tgl-max98373-rt.patch
	patches.suse/ASoC-rt1308-sdw-add-set_tdm_slot-support.patch
	patches.suse/ASoC-rt1308-sdw-use-slot-and-rx_mask-to-configure-st.patch
	patches.suse/ASoC-pxa-magician-convert-to-use-i2c_new_client_devi.patch
	patches.suse/ASoC-rt5682-move-DAI-clock-registry-to-I2S-mode.patch
	patches.suse/ASoC-soc-acpi-expand-description-of-_ADR-based-devic.patch
	patches.suse/ASoC-SOF-Intel-add-SoundWire-configuration-interface.patch
	patches.suse/ASoC-SOF-IPC-dai-intel-move-ALH-declarations-in-head.patch
	patches.suse/ASoC-SOF-Intel-hda-add-SoundWire-stream-config-free-.patch
	patches.suse/ASoC-SOF-Intel-hda-initial-SoundWire-machine-driver-.patch
	patches.suse/ASoC-SOF-Intel-hda-disable-SoundWire-interrupts-on-s.patch
	patches.suse/ASoC-SOF-Intel-hda-merge-IPC-stream-and-SoundWire-in.patch
	patches.suse/ASoC-SOF-Intel-hda-add-parameter-to-control-SoundWir.patch
	patches.suse/ASoC-SOF-Intel-hda-add-WAKEEN-interrupt-support-for-.patch
	patches.suse/Asoc-SOF-Intel-hda-check-SoundWire-wakeen-interrupt-.patch
	patches.suse/ASoC-SOF-Intel-hda-ctrl-add-reset-cycle-before-parsi.patch
	patches.suse/ASoC-soc-core-add-asoc_rtd_to_cpu-codec-macro.patch
	patches.suse/ASoC-amd-use-asoc_rtd_to_cpu-asoc_rtd_to_codec-macro.patch
	patches.suse/ASoC-atmel-use-asoc_rtd_to_cpu-asoc_rtd_to_codec-mac.patch
	patches.suse/ASoC-au1x-use-asoc_rtd_to_cpu-asoc_rtd_to_codec-macr.patch
	patches.suse/ASoC-bcm-use-asoc_rtd_to_cpu-asoc_rtd_to_codec-macro.patch
	patches.suse/ASoC-cirrus-use-asoc_rtd_to_cpu-asoc_rtd_to_codec-ma.patch
	patches.suse/ASoC-dwc-use-asoc_rtd_to_cpu-asoc_rtd_to_codec-macro.patch
	patches.suse/ASoC-fsl-use-asoc_rtd_to_cpu-asoc_rtd_to_codec-macro.patch
	patches.suse/ASoC-generic-use-asoc_rtd_to_cpu-asoc_rtd_to_codec-m.patch
	patches.suse/ASoC-img-use-asoc_rtd_to_cpu-asoc_rtd_to_codec-macro.patch
	patches.suse/ASoC-intel-use-asoc_rtd_to_cpu-asoc_rtd_to_codec-mac.patch
	patches.suse/ASoC-kirkwood-use-asoc_rtd_to_cpu-asoc_rtd_to_codec-.patch
	patches.suse/ASoC-mediatek-use-asoc_rtd_to_cpu-asoc_rtd_to_codec-.patch
	patches.suse/ASoC-meson-use-asoc_rtd_to_cpu-asoc_rtd_to_codec-mac.patch
	patches.suse/ASoC-mxs-use-asoc_rtd_to_cpu-asoc_rtd_to_codec-macro.patch
	patches.suse/ASoC-pxa-use-asoc_rtd_to_cpu-asoc_rtd_to_codec-macro.patch
	patches.suse/ASoC-qcom-use-asoc_rtd_to_cpu-asoc_rtd_to_codec-macr.patch
	patches.suse/ASoC-rockchip-use-asoc_rtd_to_cpu-asoc_rtd_to_codec-.patch
	patches.suse/ASoC-samsung-use-asoc_rtd_to_cpu-asoc_rtd_to_codec-m.patch
	patches.suse/ASoC-sh-use-asoc_rtd_to_cpu-asoc_rtd_to_codec-macro-.patch
	patches.suse/ASoC-sof-use-asoc_rtd_to_cpu-asoc_rtd_to_codec-macro.patch
	patches.suse/ASoC-sprd-use-asoc_rtd_to_cpu-asoc_rtd_to_codec-macr.patch
	patches.suse/ASoC-stm-use-asoc_rtd_to_cpu-asoc_rtd_to_codec-macro.patch
	patches.suse/ASoC-sunxi-use-asoc_rtd_to_cpu-asoc_rtd_to_codec-mac.patch
	patches.suse/ASoC-tegra-use-asoc_rtd_to_cpu-asoc_rtd_to_codec-mac.patch
	patches.suse/ASoC-ti-use-asoc_rtd_to_cpu-asoc_rtd_to_codec-macro-.patch
	patches.suse/ASoC-txx9-use-asoc_rtd_to_cpu-asoc_rtd_to_codec-macr.patch
	patches.suse/ASoC-uniphier-use-asoc_rtd_to_cpu-asoc_rtd_to_codec-.patch
	patches.suse/ASoC-ux500-use-asoc_rtd_to_cpu-asoc_rtd_to_codec-mac.patch
	patches.suse/ASoC-xtensa-use-asoc_rtd_to_cpu-asoc_rtd_to_codec-ma.patch
	patches.suse/ASoC-arm-use-asoc_rtd_to_cpu-asoc_rtd_to_codec-macro.patch
	patches.suse/ASoC-codecs-use-asoc_rtd_to_cpu-asoc_rtd_to_codec-ma.patch
	patches.suse/ASoC-amd-acp3x-pcm-dma-clean-up-two-indentation-issu.patch
	patches.suse/ASoC-Intel-soc-acpi-update-topology-and-driver-name-.patch
	patches.suse/ASoC-Intel-boards-add-sof_sdw-machine-driver.patch
	patches.suse/ASoC-Intel-common-add-match-table-for-TGL-RT5682-Sou.patch
	patches.suse/ASoC-Intel-sof_sdw-Add-Volteer-support-with-RT5682-S.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/Revert-ALSA-uapi-Drop-asound.h-inclusion-from-asoc.h.patch
	patches.suse/ALSA-usb-audio-Fix-case-when-USB-MIDI-interface-has-.patch
	patches.suse/i2c-imx-implement-master_xfer_atomic-callback.patch
	patches.suse/i2c-brcmstb-support-bcm2711-hdmi-bsc-controllers.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/i2c-imx-remove-duplicate-print-after-platform_get_irq.patch
	patches.suse/i2c-core-provide-generic-definitions-for-bus-frequencies.patch
	patches.suse/i2c-drivers-use-generic-definitions-for-bus-frequencies.patch
	patches.suse/dmaengine-idxd-remove-set-but-not-used-variable-grou.patch
	patches.suse/dmaengine-idxd-remove-set-but-not-used-variable-idxd.patch
	patches.suse/dmaengine-tegra210-adma-Replace-zero-length-array-wi.patch
	patches.suse/dmaengine-stm32-mdma-use-vchan_terminate_vdesc-in-.t.patch
	patches.suse/dmaengine-stm32-dma-use-vchan_terminate_vdesc-in-.te.patch
	patches.suse/dmaengine-at_hdmac-Substitute-kzalloc-with-kmalloc.patch
	patches.suse/dmaengine-tegra-apb-Implement-synchronization-hook.patch
	patches.suse/dmaengine-tegra-apb-Prevent-race-conditions-on-chann.patch
	patches.suse/dmaengine-tegra-apb-Clean-up-tasklet-releasing.patch
	patches.suse/dmaengine-tegra-apb-Use-devm_platform_ioremap_resour.patch
	patches.suse/dmaengine-tegra-apb-Use-devm_request_irq.patch
	patches.suse/dmaengine-tegra-apb-Fix-coding-style-problems.patch
	patches.suse/dmaengine-tegra-apb-Remove-unneeded-initialization-o.patch
	patches.suse/dmaengine-tegra-apb-Remove-assumptions-about-unavail.patch
	patches.suse/dmaengine-tegra-apb-Remove-duplicated-pending_sg_req.patch
	patches.suse/dmaengine-tegra-apb-Keep-clock-enabled-only-during-o.patch
	patches.suse/dmaengine-tegra-apb-Clean-up-suspend-resume.patch
	patches.suse/dmaengine-tegra-apb-Add-missing-of_dma_controller_fr.patch
	patches.suse/dmaengine-tegra-apb-Allow-to-compile-as-a-loadable-k.patch
	patches.suse/dmaengine-tegra-apb-Remove-MODULE_ALIAS.patch
	patches.suse/dmaengine-tegra-apb-Remove-unused-function-argument.patch
	patches.suse/dmaengine-tegra-apb-Improve-error-message-about-DMA-.patch
	patches.suse/dmaengine-idxd-check-return-result-from-check_vma-in.patch
	patches.suse/dmaengine-idxd-expose-general-capabilities-register-.patch
	patches.suse/dmaengine-fsl-dpaa2-qdma-Adding-shutdown-hook.patch
	patches.suse/dmaengine-fsl-dpaa2-qdma-remove-set-but-not-used-var.patch
	patches.suse/dmaengine-idxd-Merge-definition-of-dsa_batch_desc-in.patch
	patches.suse/dmaengine-idxd-reflect-shadow-copy-of-traffic-class-.patch
	patches.suse/dmaengine-idxd-remove-global-token-limit-check.patch
	patches.suse/dmaengine-tegra-apb-mark-PM-functions-as-__maybe_unu.patch
	patches.suse/dmaengine-tegra-apb-Don-t-save-restore-IRQ-flags-in-.patch
	patches.suse/dmaengine-tegra-apb-Improve-DMA-synchronization.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-spi-nor-use-le32_to_cpu_array.patch
	patches.suse/mtd-spi-nor-introduce-SR_BP_SHIFT-define.patch
	patches.suse/mtd-spi-nor-split-spi_nor_spimem_xfer_data.patch
	patches.suse/mtd-spi-nor-use-spi-mem-dirmap-API.patch
	patches.suse/mtd-spi-nor-Refactor-spi_nor_read_id.patch
	patches.suse/mtd-spi-nor-Stop-prefixing-generic-functions-with-a-.patch
	patches.suse/mtd-spi-nor-Emphasise-which-is-the-generic-set_4byte.patch
	patches.suse/mtd-spi-nor-Prepare-core-manufacturer-code-split.patch
	patches.suse/mtd-spi-nor-Move-SFDP-logic-out-of-the-core.patch
	patches.suse/mtd-spi-nor-Expose-stuctures-and-functions-to-manufa.patch
	patches.suse/mtd-spi-nor-Add-the-concept-of-SPI-NOR-manufacturer-.patch
	patches.suse/mtd-spi-nor-Move-Atmel-bits-out-of-core.c.patch
	patches.suse/mtd-spi-nor-Move-Eon-bits-out-of-core.c.patch
	patches.suse/mtd-spi-nor-Move-ESMT-bits-out-of-core.c.patch
	patches.suse/mtd-spi-nor-Move-Everspin-bits-out-of-core.c.patch
	patches.suse/mtd-spi-nor-Move-Fujitsu-bits-out-of-core.c.patch
	patches.suse/mtd-spi-nor-Move-GigaDevice-bits-out-of-core.c.patch
	patches.suse/mtd-spi-nor-Move-Intel-bits-out-of-core.c.patch
	patches.suse/mtd-spi-nor-Move-ISSI-bits-out-of-core.c.patch
	patches.suse/mtd-spi-nor-Move-Macronix-bits-out-of-core.c.patch
	patches.suse/mtd-spi-nor-Move-Micron-ST-bits-out-of-core.c.patch
	patches.suse/mtd-spi-nor-Move-Spansion-bits-out-of-core.c.patch
	patches.suse/mtd-spi-nor-Move-SST-bits-out-of-core.c.patch
	patches.suse/mtd-spi-nor-Move-Winbond-bits-out-of-core.c.patch
	patches.suse/mtd-spi-nor-Move-Catalyst-bits-out-of-core.c.patch
	patches.suse/mtd-spi-nor-Move-Xilinx-bits-out-of-core.c.patch
	patches.suse/mtd-spi-nor-Move-XMC-bits-out-of-core.c.patch
	patches.suse/mtd-spi-nor-Get-rid-of-the-now-empty-spi_nor_ids-tab.patch
	patches.suse/mtd-spi-nor-Drop-the-MFR-definitions.patch
	patches.suse/mtd-spi-nor-Trim-what-is-exposed-in-spi-nor.h.patch
	patches.suse/mtd-spi-nor-Clear-WEL-bit-when-erase-or-program-erro.patch
	patches.suse/mtd-spi-nor-controllers-aspeed-smc-Replace-zero-leng.patch
	patches.suse/mtd-spi-nor-Set-all-BP-bits-to-one-when-lock_len-mtd.patch
	patches.suse/mtd-spi-nor-Add-generic-formula-for-SR-block-protect.patch
	patches.suse/mtd-spi-nor-Add-SR-4bit-block-protection-support.patch
	patches.suse/mtd-spi-nor-Enable-locking-for-n25q512ax3-n25q512a.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/mtd-rawnand-gpmi-use-dma_request_chan-instead-dma_request_slave_channel.patch
	patches.suse/mtd-Convert-fallthrough-comments-into-statements.patch
	patches.suse/scsi-tcm_qla2xxx-Make-qlt_alloc_qfull_cmd-set-cmd-se.patch
	patches.suse/scsi-iscsi-perform-connection-failure-entirely-in-kernel-space
	patches.suse/scsi-megaraid_sas-fix-indentation-issue.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/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
	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-ufshcd-use-an-enum-for-quirks
	patches.suse/scsi-core-add-scsi_host_complete_all_commands-helper
	patches.suse/scsi-dpt_i2o-use-scsi_host_complete_all_commands-to-abort-outstanding-commands
	patches.suse/scsi-aacraid-do-not-wait-for-outstanding-write-commands-on-synchronize_cache
	patches.suse/scsi-aacraid-use-scsi_host_complete_all_commands-to-terminate-outstanding-commands
	patches.suse/scsi-aacraid-replace-aac_flush_ios-with-midlayer-helper
	patches.suse/scsi-aacraid-move-scsi_block-unblock_requests-out-of-aac_reset_adapter
	patches.suse/scsi-core-add-scsi_host_block-unblock-helper-function
	patches.suse/scsi-aacraid-use-scsi_host_block-unblock-to-block-i-o
	patches.suse/scsi_add_scsi_host_busy_iter.patch
	patches.suse/scsi-aacraid-use-scsi_host_busy_iter-to-wait-for-outstanding-commands
	patches.suse/scsi-aacraid-use-scsi_host_busy_iter-in-get_num_of_incomplete_fibs
	patches.suse/scsi-core-remove-cmd_list-functionality
	patches.suse/scsi-ibmvfc-Avoid-loss-of-all-paths-during-SVC-node-.patch
	patches.suse/scsi-aacraid-disabling-tm-path-and-only-processing-iop-reset
	patches.suse/ibmvfc-Fix-NULL-return-compiler-warning.patch
	patches.suse/scsi-aacraid-clean-up-warning-cast-function-type
	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-core-Allow-non-root-users-to-perform-ZBC-comman.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-aacraid-use-scnprintf-for-avoiding-potential-buffer-overflow
	patches.suse/scsi-be2iscsi-use-scnprintf-for-avoiding-potential-buffer-overflow
	patches.suse/scsi-ipr-Use-scnprintf-for-avoiding-potential-buffer.patch
	patches.suse/scsi-megaraid_sas-Use-scnprintf-for-avoiding-potenti.patch
	patches.suse/scsi-smartpqi-Use-scnprintf-for-avoiding-potential-b.patch
	patches.suse/scsi-pm80xx-increase-request-sg-length
	patches.suse/scsi-pm80xx-deal-with-kexec-reboots
	patches.suse/scsi-pm80xx-free-the-tag-when-mpi_set_phy_profile_resp-is-received
	patches.suse/scsi-pm80xx-cleanup-initialization-loading-fail-path
	patches.suse/scsi-pm80xx-sysfs-attribute-for-non-fatal-dump
	patches.suse/scsi-pm80xx-introduce-read-and-write-length-for-ioctl-payload-structure
	patches.suse/scsi-qla2xxx-Remove-non-functional-code.patch
	patches.suse/scsi-aha1740-fix-an-errro-handling-path-in-aha1740_probe
	patches.suse/scsi-target-remove-boilerplate-code
	patches.suse/scsi-target-fix-hang-when-multiple-threads-try-to-destroy-the-same-iscsi-session
	patches.suse/scsi-target-iscsi-calling-iscsit_stop_session-inside-iscsit_close_session-has-no-effect
	patches.suse/scsi-qedi-add-mfw-error-recovery-process
	patches.suse/scsi-qedi-add-pci-shutdown-handler-support
	patches.suse/scsi-hpsa-correct-race-condition-in-offload-enabled.patch
	patches.suse/dt-bindings-ARM-Add-recent-Cortex-Neoverse-CPUs.patch
	patches.suse/dt-bindings-ARM-Add-recent-Cortex-Neoverse-PMUs.patch
	patches.suse/dt-bindings-ARM-Clean-up-PMU-compatible-list.patch
	patches.suse/of-address-move-range-parser-code-out-of-config_pci.patch
	patches.suse/powerpc-drop-using-struct-of_pci_range-pci_space-field.patch
	patches.suse/of-drop-struct-of_pci_range-pci_space-field.patch
	patches.suse/of-address-rework-of_pci_range-parsing-for-non-pci-buses.patch
	patches.suse/of-address-use-range-parser-for-of_dma_get_range.patch
	patches.suse/of-address-support-multiple-dma-ranges-entries.patch
	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/1388-.gitignore-remove-too-obvious-comments.patch
	patches.suse/1389-.gitignore-add-SPDX-License-Identifier.patch
	patches.suse/mei-bus-replace-zero-length-array-with-flexible-arra.patch
	patches.suse/mei-limit-number-of-bytes-in-mei-header.patch
	patches.suse/mei-remove-unused-includes-from-pci-me-txe-.c.patch
	patches.suse/intel_th-Disallow-multi-mode-on-devices-where-it-s-b.patch
	patches.suse/misc-Replace-zero-length-array-with-flexible-array-m.patch
	patches.suse/mei-fix-CNL-itouch-device-number-to-match-the-spec.patch
	patches.suse/1390-misc-cleanup-minor-number-definitions-in-c-file-into.patch
	patches.suse/coresight-cti-Initial-CoreSight-CTI-Driver.patch
	patches.suse/coresight-cti-Add-sysfs-coresight-mgmt-register-acce.patch
	patches.suse/coresight-cti-Add-sysfs-access-to-program-function-r.patch
	patches.suse/coresight-cti-Add-sysfs-trigger-channel-programming-.patch
	patches.suse/dt-bindings-arm-Adds-CoreSight-CTI-hardware-definiti.patch
	patches.suse/coresight-cti-Add-device-tree-support-for-v8-arch-CT.patch
	patches.suse/coresight-cti-Add-device-tree-support-for-custom-CTI.patch
	patches.suse/coresight-cti-Enable-CTI-associated-with-devices.patch
	patches.suse/coresight-cti-Add-connection-information-to-sysfs.patch
	patches.suse/soundwire-stream-update-state-machine-and-add-state-.patch
	patches.suse/soundwire-stream-only-prepare-stream-when-it-is-conf.patch
	patches.suse/soundwire-stream-do-not-update-parameters-during-DIS.patch
	patches.suse/soundwire-stream-fix-support-for-multiple-Slaves-on-.patch
	patches.suse/soundwire-stream-don-t-program-ports-when-a-stream-t.patch
	patches.suse/soundwire-intel-rename-res-field-as-link_res.patch
	patches.suse/soundwire-intel-add-prepare-support-in-sdw-dai-drive.patch
	patches.suse/soundwire-intel-add-trigger-support-in-sdw-dai-drive.patch
	patches.suse/soundwire-intel-add-sdw_stream_setup-helper-for-.sta.patch
	patches.suse/soundwire-intel-free-all-resources-on-hw_free.patch
	patches.suse/soundwire-bus-fix-race-condition-with-probe_complete.patch
	patches.suse/soundwire-bus-fix-race-condition-with-enumeration_co.patch
	patches.suse/soundwire-bus-fix-race-condition-with-initialization.patch
	patches.suse/soundwire-bus-add-PM-no-PM-versions-of-read-write-fu.patch
	patches.suse/soundwire-bus-write-Slave-Device-Number-without-runt.patch
	patches.suse/soundwire-bus-add-helper-to-clear-Slave-status-to-UN.patch
	patches.suse/soundwire-bus-disable-pm_runtime-in-sdw_slave_delete.patch
	patches.suse/soundwire-bus-fix-io-error-when-processing-alert-eve.patch
	patches.suse/soundwire-bus-add-clock-stop-helpers.patch
	patches.suse/soundwire-bus-don-t-treat-CMD_IGNORED-as-error-on-Cl.patch
	patches.suse/soundwire-cadence-remove-useless-prototypes.patch
	patches.suse/soundwire-add-helper-macros-for-devID-fields.patch
	patches.suse/soundwire-bus-provide-correct-return-value-on-error.patch
	patches.suse/soundwire-stream-use-sdw_write-instead-of-update.patch
	patches.suse/soundwire-cadence-s-update_config-config_update.patch
	patches.suse/soundwire-cadence-simplifiy-cdns_init.patch
	patches.suse/soundwire-cadence-add-interface-to-check-clock-statu.patch
	patches.suse/soundwire-cadence-handle-error-cases-with-CONFIG_UPD.patch
	patches.suse/soundwire-cadence-add-clock_stop-restart-routines.patch
	patches.suse/soundwire-cadence-fix-a-io-timeout-issue-in-S3-test.patch
	patches.suse/soundwire-cadence-mask-Slave-interrupt-before-stoppi.patch
	patches.suse/soundwire-cadence-merge-routines-to-clear-set-bits.patch
	patches.suse/soundwire-cadence-move-clock-SSP-related-inits-to-de.patch
	patches.suse/soundwire-cadence-make-SSP-interval-programmable.patch
	patches.suse/soundwire-cadence-reorder-MCP_CONFIG-settings.patch
	patches.suse/soundwire-cadence-enable-NORMAL-operation-in-cdns_in.patch
	patches.suse/soundwire-cadence-remove-PREQ_DELAY-assignment.patch
	patches.suse/soundwire-cadence-remove-automatic-command-retries.patch
	patches.suse/soundwire-cadence-commit-changes-in-the-exit_reset-s.patch
	patches.suse/soundwire-cadence-multi-link-support.patch
	patches.suse/soundwire-cadence-clear-FIFO-to-avoid-pop-noise-issu.patch
	patches.suse/soundwire-qcom-add-support-for-get_sdw_stream.patch
	patches.suse/intel_th-msu-Make-stopping-the-trace-optional.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-ACPI-Move-pcie_to_hpx3_type-from-stack-to-static.patch
	patches.suse/PCI-Avoid-ASMedia-XHCI-USB-PME-from-D0-defect.patch
	patches.suse/1391-PCI-Use-ioremap-not-phys_to_virt-for-platform-ROM.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-amlogic-Use-AXG-PCIE.patch
	patches.suse/PCI-dwc-pci-dra7xx-Fix-MSI-IRQ-handling.patch
	patches.suse/PCI-endpoint-Use-notification-chain-mechanism-to-not.patch
	patches.suse/PCI-endpoint-Replace-spinlock-with-mutex.patch
	patches.suse/PCI-endpoint-Fix-for-concurrent-memory-allocation-in.patch
	patches.suse/PCI-endpoint-Protect-concurrent-access-to-pci_epf_op.patch
	patches.suse/PCI-endpoint-Assign-function-number-for-each-PF-in-E.patch
	patches.suse/PCI-endpoint-Add-core-init-notifying-feature.patch
	patches.suse/PCI-dwc-Refactor-core-initialization-code-for-EP-mod.patch
	patches.suse/PCI-endpoint-Add-notification-for-core-init-completi.patch
	patches.suse/PCI-dwc-Add-API-to-notify-core-initialization-comple.patch
	patches.suse/PCI-pci-epf-test-Add-support-to-defer-core-initializ.patch
	patches.suse/soc-tegra-bpmp-Update-ABI-header.patch
	patches.suse/PCI-tegra-Add-support-for-PCIe-endpoint-mode-in-Tegr.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/PCI-keystone-Allow-AM654-PCIe-Endpoint-to-raise-MSI-.patch
	patches.suse/misc-pci_endpoint_test-Fix-to-support-10-pci-endpoin.patch
	patches.suse/PCI-tegra-Print-EPROBE_DEFER-error-message-at-debug-.patch
	patches.suse/msft-hv-2028-PCI-hv-Remove-unnecessary-type-casting-from-kzalloc.patch
	patches.suse/msft-hv-2029-PCI-hv-Add-missing-kfree-hbus-in-hv_pci_probe-s-erro.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-2034-PCI-hv-Replace-zero-length-array-with-flexible-array.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/PCI-tegra-Use-pci_parse_request_of_pci_ranges.patch
	patches.suse/dm-integrity-fix-ppc64le-warning.patch
	patches.suse/0032-Revert-dm-always-call-blk_queue_split-in-dm_process_.patch
	patches.suse/dm-integrity-fix-logic-bug-in-integrity-tag-testing.patch
	patches.suse/arm64-bcm2835-Drop-select-of-nonexistent-HAVE_ARM_AR.patch
	patches.suse/dt-bindings-clock-tegra-Add-IDs-for-OSC-clocks.patch
	patches.suse/dt-bindings-soc-tegra-pmc-Add-Tegra-PMC-clock-bindin.patch
	patches.suse/dt-bindings-soc-tegra-pmc-Add-ID-for-Tegra-PMC-32-kH.patch
	patches.suse/soc-tegra-Add-Tegra-PMC-clocks-registration-into-PMC.patch
	patches.suse/soc-tegra-Add-support-for-32-kHz-blink-clock.patch
	patches.suse/soc-tegra-pmc-Add-pins-for-Tegra194.patch
	patches.suse/soc-tegra-pmc-Cleanup-whitespace-usage.patch
	patches.suse/soc-mediatek-knows_txdone-needs-to-be-set-in-Mediate.patch
	patches.suse/ARM-at91-pm-use-proper-master-clock-register-offset.patch
	patches.suse/bus-hisi_lpc-Fixup-IO-ports-addresses-to-avoid-use-a.patch
	patches.suse/1392-drm-omap-Prepare-DSS-for-probing-without-legacy-plat.patch
	patches.suse/drivers-qcom-rpmh-rsc-Use-rcuidle-tracepoints-for-rp.patch
	patches.suse/soc-imx-gpcv2-include-linux-sizes-h.patch
	patches.suse/soc-imx-increase-build-coverage-for-imx8m-soc-driver.patch
	patches.suse/soc-imx-gpc-fix-power-up-sequencing.patch
	patches.suse/soc-imx-drop-compile_test-for-imx_scu_soc.patch
	patches.suse/firmware-tegra-Fix-a-typo-in-Kconfig.patch
	patches.suse/memory-tegra-Correct-debugfs-clk-rate-range-on-Tegra.patch
	patches.suse/soc-fsl-dpio-Adding-QMAN-multiple-enqueue-interface.patch
	patches.suse/soc-fsl-dpio-QMAN-performance-improvement-with-funct.patch
	patches.suse/soc-fsl-dpio-Replace-QMAN-array-mode-with-ring-mode-.patch
	patches.suse/soc-fsl-dpio-fix-dereference-of-pointer-p-before-nul.patch
	patches.suse/soc-fsl-qe-fix-sparse-warnings-for-qe.c.patch
	patches.suse/soc-fsl-qe-fix-sparse-warning-for-qe_common.c.patch
	patches.suse/soc-fsl-qe-fix-sparse-warnings-for-ucc.c.patch
	patches.suse/soc-fsl-qe-fix-sparse-warnings-for-qe_ic.c.patch
	patches.suse/soc-fsl-qe-ucc_slow-remove-0-assignment-for-kzalloc-.patch
	patches.suse/soc-fsl-qe-fix-sparse-warnings-for-ucc_slow.c.patch
	patches.suse/ARM-dts-sunxi-Fix-DE2-clocks-register-range.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/ARM-dts-uniphier-Set-SCSSI-clock-and-reset-IDs-for-each-channel.patch
	patches.suse/arm64-dts-uniphier-Set-SCSSI-clock-and-reset-IDs-for.patch
	patches.suse/ARM-dts-imx7-colibri-fix-muxing-of-usbc_det-pin.patch
	patches.suse/ARM-dts-imx6sx-Improve-UART-pins-macro-defines.patch
	patches.suse/ARM-dts-imx6sx-Add-missing-UART-RTS-CTS-pins-mux.patch
	patches.suse/dt-bindings-clock-imx8mn-add-snvs-clock.patch
	patches.suse/clk-imx8mn-add-snvs-clock-to-clock-tree.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-zcrypt-support-for-cca-protected-key-block-version-2
	patches.suse/s390-qdio-clean-up-cdev-access-in-qdio_setup_irq
	patches.suse/s390-qdio-reduce-access-to-cdev-private-qdio_data
	patches.suse/s390-qdio-use-qdio_irq_state_inactive-instead-of-0
	patches.suse/s390-qdio-simplify-debugfs-code
	patches.suse/aes_s390-zeroize-stack-keys
	patches.suse/s390-qdio-export-ssqd-via-debugfs
	patches.suse/s390-pci-embedding-hotplug_slot-in-zdev
	patches.suse/s390-cpum_cf-add-new-extended-counters-for-ibm-z15
	patches.suse/s390-enable-bpf-jit-by-default-when-not-built-as-alw.patch
	patches.suse/s390-prevent-leaking-kernel-address-in-bear
	patches.suse/s390-cpuinfo-show-processor-physical-address
	patches.suse/s390-topology-remove-offline-cpus-from-cpu-topology-masks
	patches.suse/s390-zcrypt-use-scnprintf-for-avoiding-potential-buffer-overflow
	patches.suse/s390-zcrypt-replace-snprintf-sprintf-with-scnprintf
	patches.suse/s390-ipl-add-support-to-control-memory-clearing-for-fcp-and-ccw-re-ipl
	patches.suse/s390-cpuinfo-fix-wrong-output-when-cpu0-is-offline
	patches.suse/s390-qdio-pass-isc-as-parameter-to-chsc_sadc
	patches.suse/s390-pci-fix-zpci_alloc_domain-over-allocation
	patches.suse/s390-pci-improve-handling-of-unset-uid
	patches.suse/s390-diag-fix-display-of-diagnose-call-statistics
	patches.suse/s390-zcrypt-use-kvmalloc-instead-of-kmalloc-for-256k-alloc
	patches.suse/s390-qdio-remove-unused-function-declarations
	patches.suse/s390-qdio-set-qdio_irq-cdev-at-allocation-time
	patches.suse/vfio-platform-Switch-to-platform_get_irq_optional.patch
	patches.suse/vfio-include-optional-device-match-in-vfio_device_ops-callbacks
	patches.suse/vfio-pci-implement-match-ops
	patches.suse/vfio-pci-introduce-vf-token
	patches.suse/vfio-introduce-vfio_device_feature-ioctl-and-first-user
	patches.suse/vfio-pci-add-sriov_configure-support
	patches.suse/vfio-pci-remove-dev_fmt-definition
	patches.suse/vfio-pci-cleanup-probe-exit-paths
	patches.suse/vfio-allow-external-user-to-get-vfio-group-from-device
	patches.suse/vfio-introduce-vfio_dma_rw-to-read-write-a-range-of-iovas
	patches.suse/vfio-avoid-inefficient-operations-on-vfio-group-in-vfio_pin-unpin_pages
	patches.suse/vfio-pci-nvlink2-allow-fallback-to-ibm-mmio-atsd
	patches.suse/vfio-Ignore-ENODEV-when-getting-MSI-cookie.patch
	patches.suse/dma-coherent-fix-integer-overflow-in-the-reserved-me.patch
	patches.suse/dma-direct-remove-the-cached_kernel_address-hook
	patches.suse/dma-direct-consolidate-the-error-handling-in-dma_direct_alloc_pages
	patches.suse/dma-direct-make-uncached_kernel_address-more-general
	patches.suse/dma-direct-provide-a-arch_dma_clear_uncached-hook
	patches.suse/gpio-wcd934x-Don-t-change-gpio-direction-in-wcd_gpio.patch
	patches.suse/gpio-wcd934x-Fix-logic-of-wcd_gpio_get.patch
	patches.suse/gpio-siox-use-raw-spinlock-for-irq-related-locking.patch
	patches.suse/gpio-add-driver-for-Mellanox-BlueField-2-GPIO-contro.patch
	patches.suse/gpio-Support-GPIO-controllers-without-pin-ranges.patch
	patches.suse/gpio-tegra186-Add-support-for-pin-ranges.patch
	patches.suse/gpio-tegra186-Add-Tegra194-pin-ranges-for-GG.0-and-G.patch
	patches.suse/tools-gpio-Fix-out-of-tree-build-regression.patch
	patches.suse/gpio-Avoid-using-pin-ranges-with-PINCTRL.patch
	patches.suse/gpio-export-of_pinctrl_get-to-modules.patch
	patches.suse/Revert-gpio-eic-sprd-Use-devm_platform_ioremap_resou.patch
	patches.suse/rtc-zynqmp-Clear-alarm-interrupt-status-before-inter.patch
	patches.suse/rtc-snvs-remove-unused-include-of-of_device-h.patch
	patches.suse/rtc-cmos-Use-spin_lock_irqsave-in-cmos_interrupt.patch
	patches.suse/rtc-sa1100-fix-possible-race-condition.patch
	patches.suse/rtc-ds1374-fix-possible-race-condition.patch
	patches.suse/rtc-snvs-use-devm_add_action_or_reset-for-calls-to-clk_disable_unprepare.patch
	patches.suse/rtc-88pm860x-fix-possible-race-condition.patch
	patches.suse/rtc-ds1307-handle-oscillator-failure-flags-for-ds138.patch
	patches.suse/rtc-fsl-ftm-alarm-enable-acpi-support.patch
	patches.suse/rtc-make-definitions-in-include-uapi-linux-rtc.h-act.patch
	patches.suse/rtc-fsl-ftm-alarm-report-alarm-to-core.patch
	patches.suse/rtc-imx-sc-Align-imx-sc-msg-structs-to-4.patch
	patches.suse/rtc-ds1307-add-support-for-watchdog-timer-on-ds1388.patch
	patches.suse/rtc-ds1307-check-for-failed-memory-allocation-on-wdt.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/1393-fs-Constify-vma-argument-to-vma_is_dax.patch
	patches.suse/1394-mm-Introduce-vma_is_special_huge.patch
	patches.suse/1395-mm-Split-huge-pages-on-write-notify-or-COW.patch
	patches.suse/1396-mm-Add-vmf_insert_pfn_xxx_prot-for-huge-page-table-e.patch
	patches.suse/1397-drm-ttm-drm-vmwgfx-Support-huge-TTM-pagefaults.patch
	patches.suse/1398-drm-vmwgfx-Support-huge-page-faults.patch
	patches.suse/1399-drm-Add-a-drm_get_unmapped_area-helper.patch
	patches.suse/1400-drm-vmwgfx-Introduce-a-huge-page-aligning-TTM-range-.patch
	patches.suse/1401-drm-vmwgfx-Hook-up-the-helpers-to-align-buffer-objec.patch
	patches.suse/KEYS-Don-t-write-out-to-userspace-while-holding-key-.patch
	patches.suse/KEYS-Avoid-false-positive-ENOMEM-error-on-key-read.patch
	patches.suse/1402-gpu-trace-add-a-gpu-total-memory-usage-tracepoint.patch
	patches.suse/ring-buffer-make-resize-disable-per-cpu-buffer-instead-of-total-buffer.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-Add-support-for-OSC_DIV-fixed-clocks.patch
	patches.suse/clk-tegra-Add-Tegra-OSC-to-clock-lookup.patch
	patches.suse/clk-tegra-Fix-Tegra-PMC-clock-out-parents.patch
	patches.suse/clk-tegra-Remove-CLK_M_DIV-fixed-clocks.patch
	patches.suse/clk-tegra-Remove-tegra_pmc_clk_init-along-with-clk-i.patch
	patches.suse/clk-tegra-Remove-audio-clocks-configuration-from-clo.patch
	patches.suse/clk-tegra-Use-NULL-for-pointer-initialization.patch
	patches.suse/clk-qcom-clk-rpmh-Wait-for-completion-when-enabling-.patch
	patches.suse/clk-imx-imx8mp-add-ocotp-root-clk.patch
	patches.suse/clk-imx-composite-8m-add-imx8m_clk_hw_composite_core.patch
	patches.suse/clk-imx-imx8mq-use-imx8m_clk_hw_composite_core.patch
	patches.suse/clk-imx-imx8mm-use-imx8m_clk_hw_composite_core.patch
	patches.suse/clk-imx-imx8mn-use-imx8m_clk_hw_composite_core.patch
	patches.suse/clk-imx8mm-Fix-the-CLKO1-source-select-list.patch
	patches.suse/clk-imx8mm-add-clko2-support.patch
	patches.suse/clk-imx-include-clk-provider-h-instead-of-clk-h-for-i-mx8m-socs-clock-driver.patch
	patches.suse/clk-imx8mq-add-missing-of_node_put.patch
	patches.suse/clk-imx8mm-add-missing-of_node_put.patch
	patches.suse/clk-imx8mn-add-missing-of_node_put.patch
	patches.suse/clk-imx8mp-add-missing-of_node_put.patch
	patches.suse/clk-imx8mp-include-slab-h-instead-of-clkdev-h.patch
	patches.suse/clk-imx8mm-remove-unused-includes.patch
	patches.suse/clk-imx8mn-remove-unused-includes.patch
	patches.suse/clk-imx8mp-rename-the-imx8mp_clk_hdmi_27m-clock.patch
	patches.suse/clk-imx-imx8mq-fix-a53-cpu-clock.patch
	patches.suse/clk-imx-imx8mm-fix-a53-cpu-clock.patch
	patches.suse/clk-imx-imx8mn-fix-a53-cpu-clock.patch
	patches.suse/clk-imx-imx8mp-fix-a53-cpu-clock.patch
	patches.suse/clk-imx8mn-a53-core-clock-no-need-to-be-critical.patch
	patches.suse/clk-imx8mm-a53-core-clock-no-need-to-be-critical.patch
	patches.suse/clk-imx8mp-a53-core-clock-no-need-to-be-critical.patch
	patches.suse/clk-imx8mq-a53-core-clock-no-need-to-be-critical.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-split-primary-secondary-crng-init-paths.patch
	patches.suse/random-add-arch_get_random_-long_early.patch
	patches.suse/arm64-add-credited-trusted-RNG-support.patch
	patches.suse/random-Make-RANDOM_TRUST_CPU-depend-on-ARCH_RANDOM.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/random-avoid-warnings-for-CONFIG_NUMA-builds.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-kernel-sysfs-Refactor-current-sysfs.c.patch
	patches.suse/powerpc-kernel-sysfs-Add-new-config-option-PMU_SYSFS.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/powerpc-numa-Remove-late-request-for-home-node-assoc.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-lib-Fix-emulate_step-std-test.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-xive-Add-a-debugfs-file-to-dump-internal-XIV.patch
	patches.suse/powerpc-smp-Drop-superfluous-NULL-check.patch
	patches.suse/powerpc-smp-Use-IS_ENABLED-to-avoid-ifdef.patch
	patches.suse/powerpc-pseries-Handle-UE-event-for-memcpy_mcsafe.patch
	patches.suse/powerpc-boot-Delete-unneeded-.globl-_zimage_start.patch
	patches.suse/powerpc-64-Avoid-isync-in-flush_dcache_range.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-64s-exception-Introduce-INT_DEFINE-parameter.patch
	patches.suse/powerpc-64s-exception-Add-GEN_COMMON-macro-that-uses.patch
	patches.suse/powerpc-64s-exception-Add-GEN_KVM-macro-that-uses-IN.patch
	patches.suse/powerpc-64s-exception-Expand-EXC_COMMON-and-EXC_COMM.patch
	patches.suse/powerpc-64s-exception-Move-all-interrupt-handlers-to.patch
	patches.suse/powerpc-64s-exception-Remove-old-INT_ENTRY-macro.patch
	patches.suse/powerpc-64s-exception-Remove-old-INT_COMMON-macro.patch
	patches.suse/powerpc-64s-exception-Remove-old-INT_KVM_HANDLER.patch
	patches.suse/powerpc-64s-exception-Add-ISIDE-option.patch
	patches.suse/powerpc-64s-exception-Move-real-to-virt-switch-into-.patch
	patches.suse/powerpc-64s-exception-Move-soft-mask-test-to-common-.patch
	patches.suse/powerpc-64s-exception-Move-KVM-test-to-common-code.patch
	patches.suse/powerpc-64s-exception-Remove-confusing-IEARLY-option.patch
	patches.suse/powerpc-64s-exception-Remove-the-SPR-saving-patch-co.patch
	patches.suse/powerpc-64s-exception-Trim-unused-arguments-from-KVM.patch
	patches.suse/powerpc-64s-exception-Avoid-touching-the-stack-in-hd.patch
	patches.suse/powerpc-64s-exception-Re-inline-some-handlers.patch
	patches.suse/powerpc-64s-exception-Clean-up-SRR-specifiers.patch
	patches.suse/powerpc-64s-exception-Add-more-comments-for-interrup.patch
	patches.suse/powerpc-64s-exception-Only-test-KVM-in-SRR-interrupt.patch
	patches.suse/powerpc-64s-exception-Reconcile-interrupts-in-system.patch
	patches.suse/powerpc-64s-exception-Soft-NMI-interrupt-should-not-.patch
	patches.suse/powerpc-64-syscall-Remove-non-volatile-GPR-save-opti.patch
	patches.suse/powerpc-64-sycall-Implement-syscall-entry-exit-logic.patch
	patches.suse/powerpc-64-syscall-Zero-volatile-registers-when-retu.patch
	patches.suse/powerpc-64-Implement-soft-interrupt-replay-in-C.patch
	patches.suse/powerpc-64s-Implement-interrupt-exit-logic-in-C.patch
	patches.suse/powerpc-64s-exception-Remove-lite-interrupt-return.patch
	patches.suse/powerpc-64-syscall-Reconcile-interrupts.patch
	patches.suse/powerpc-Move-ptrace-into-a-subdirectory.patch
	patches.suse/powerpc-ptrace-remove-unused-header-includes.patch
	patches.suse/powerpc-ptrace-drop-unnecessary-ifdefs-CONFIG_PPC64.patch
	patches.suse/powerpc-ptrace-drop-PARAMETER_SAVE_AREA_OFFSET.patch
	patches.suse/powerpc-ptrace-split-out-VSX-related-functions.patch
	patches.suse/powerpc-ptrace-split-out-ALTIVEC-related-functions.patch
	patches.suse/powerpc-ptrace-split-out-SPE-related-functions.patch
	patches.suse/powerpc-ptrace-split-out-TRANSACTIONAL_MEM-related-f.patch
	patches.suse/powerpc-ptrace-move-register-viewing-functions-out-o.patch
	patches.suse/powerpc-ptrace-split-out-ADV_DEBUG_REGS-related-func.patch
	patches.suse/powerpc-ptrace-create-ptrace_get_debugreg.patch
	patches.suse/powerpc-ptrace-create-ppc_gethwdinfo.patch
	patches.suse/powerpc-ptrace-move-ptrace_triggered-into-hw_breakpo.patch
	patches.suse/powerpc-vmlinux.lds-Explicitly-retain-.gnu.hash.patch
	patches.suse/powerpc-Make-setjmp-longjmp-signature-standard.patch
	patches.suse/sysfs-remove-redundant-__compat_only_sysfs_link_entr.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/ACPI-PM-Add-acpi_-un-register_wakeup_handler.patch
	patches.suse/platform-x86-intel_int0002_vgpio-Use-acpi_register_w.patch
	patches.suse/PM-sleep-core-Drop-racy-and-redundant-checks-from-de.patch
	patches.suse/pm-sleep-add-pm_debug_messages-kernel-command-line-option.patch
	patches.suse/x86-ACPI-fix-CPU-hotplug-deadlock.patch
	patches.suse/ACPICA-Fix-a-typo-in-a-comment-field.patch
	patches.suse/ACPICA-Implement-IVRS-IVHD-type-11h-parsing.patch
	patches.suse/ACPICA-Fix-IVRS-IVHD-type-10h-reserved-field-name.patch
	patches.suse/ACPICA-Change-PlatformCommChannel-ASL-keyword-to-PCC.patch
	patches.suse/ACPICA-acpiexec-remove-redeclaration-of-acpi_gbl_db_.patch
	patches.suse/ACPICA-utilities-fix-sprintf.patch
	patches.suse/ACPICA-WSMT-Fix-typo-no-functional-change.patch
	patches.suse/ACPICA-Add-NHLT-table-signature.patch
	patches.suse/ACPICA-Fixes-for-acpiExec-namespace-init-file.patch
	patches.suse/ACPICA-Update-version-20200326.patch
	patches.suse/ACPI-CPPC-clean-up-acpi_get_psd_map.patch
	patches.suse/ACPI-video-Use-native-backlight-on-Acer-Aspire-5783z.patch
	patches.suse/ACPI-Update-Tiger-Lake-ACPI-device-IDs.patch
	patches.suse/platform-x86-intel-hid-fix-Update-Tiger-Lake-ACPI-de.patch
	patches.suse/thermal-int340x_thermal-fix-Update-Tiger-Lake-ACPI-d.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/bnx2x-correct-a-comment-mistake-in-grammar.patch
	patches.suse/net-qualcomm-rmnet-Allow-configuration-updates-to-ex.patch
	patches.suse/crypto-chcr-Add-missing-include-file-linux-highmem.h.patch
	patches.suse/mlxsw-spectrum_trap-fix-unintention-integer-overflow.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/ipv6-rpl-fix-loop-iteration.patch
	patches.suse/net-dsa-bcm_sf2-Do-not-register-slave-MDIO-bus-with-.patch
	patches.suse/r8169-change-back-SG-and-TSO-to-be-disabled-by-defau.patch
	patches.suse/mlxsw-spectrum_flower-Do-not-stop-at-FLOW_ACTION_PRI.patch
	patches.suse/mlxsw-spectrum_flower-Do-not-stop-at-FLOW_ACTION_VLA.patch
	patches.suse/qed-remove-redundant-assignment-to-variable-rc.patch
	patches.suse/net-dsa-bcm_sf2-Ensure-correct-sub-node-is-parsed.patch
	patches.suse/ubifs-Fix-ubifs_tnc_lookup-usage-in-do_kill_orphans.patch
	patches.suse/ubifs-ubifs_jnl_write_inode-Fix-a-memory-leak-bug.patch
	patches.suse/ubifs-ubifs_add_orphan-Fix-a-memory-leak-bug.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/mm-adjust-shuffle-code-to-allow-for-future-coalescing.patch
	patches.suse/mm-use-zone-and-order-instead-of-free-area-in-free_list-manipulators.patch
	patches.suse/mm-add-function-_putback_isolated_page.patch
	patches.suse/mm-introduce-reported-pages.patch
	patches.suse/virtio-balloon-pull-page-poisoning-config-out-of-free-page-hinting.patch
	patches.suse/virtio-balloon-add-support-for-providing-free-page-reports-to-host.patch
	patches.suse/mm-page_reporting-rotate-reported-pages-to-the-tail-of-the-list.patch
	patches.suse/mm-page_reporting-add-budget-limit-on-how-many-pages-can-be-reported-per-pass.patch
	patches.suse/mm-page_reporting-add-free-page-reporting-documentation.patch
	patches.suse/0001-include-linux-memremap.h-remove-stale-comments.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/1403-backlight-pwm_bl-Switch-to-full-GPIO-descriptor.patch
	patches.suse/1404-backlight-corgi-Convert-to-use-GPIO-descriptors.patch
	patches.suse/mfd-dln2-Fix-sanity-checking-for-endpoints.patch
	patches.suse/thermal-imx8mm-add-support-for-i-mx8mm-thermal-monitoring-unit.patch
	patches.suse/thermal-qoriq-Fix-a-compiling-issue.patch
	patches.suse/thermal-rcar_thermal-Handle-probe-error-gracefully.patch
	patches.suse/thermal-qoriq-Use-devm_add_action_or_reset-to-handle.patch
	patches.suse/thermal-qoriq-Sort-includes-alphabetically.patch
	patches.suse/thermal-int340x-processor_thermal-Add-Tiger-Lake-sup.patch
	patches.suse/thermal-int340x_thermal-Use-scnprintf-for-avoiding-p.patch
	patches.suse/thermal-imx8mm-add-i-mx8mp-support.patch
	patches.suse/thermal-drivers-cpufreq_cooling-Fix-return-of-cpufre.patch
	patches.suse/thermal-imx8mm-fix-build-warning-of-incorrect-argument-type.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/1405-drm-i915-gvt-Add-some-regs-to-force-to-nonpriv-white.patch
	patches.suse/1406-drm-i915-gvt-Fix-display-port-type-issue.patch
	patches.suse/1407-drm-i915-gvt-add-support-to-command-SWTESS_BASE_ADDR.patch
	patches.suse/1408-drm-i915-gvt-do-not-check-len-max_len-for-lri.patch
	patches.suse/1409-drm-i915-gvt-Fix-klocwork-issues-about-data-size.patch
	patches.suse/1410-dma-buf-Improve-CONFIG_DMABUF_MOVE_NOTIFY-help-text.patch
	patches.suse/1411-drm-panel-simple-drop-use-of-data-mapping-property.patch
	patches.suse/1412-drm-vboxvideo-Add-missing-remove_conflicting_pci_fra.patch
	patches.suse/drm-vc4-Fix-HDMI-mode-validation.patch
	patches.suse/fbcon-fix-null-ptr-deref-in-fbcon_switch.patch
	patches.suse/1415-drm-xen-fix-passing-zero-to-PTR_ERR-warning.patch
	patches.suse/1416-drm-mm-revert-Break-long-searches-in-fragmented-addr.patch
	patches.suse/1417-drm-nouveau-ttm-evict-other-IO-mappings-when-running.patch
	patches.suse/1418-drm-nouveau-remove-checks-for-return-value-of-debugf.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/1421-drm-nouveau-svm-remove-useless-SVM-range-check.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/1424-drm-nouveau-nvif-access-PTIMER-through-usermode-clas.patch
	patches.suse/1425-drm-nouveau-nvif-protect-waits-against-GPU-falling-o.patch
	patches.suse/1426-drm-nouveau-kms-nv50-wait-for-FIFO-space-on-PIO-chan.patch
	patches.suse/1427-drm-amdgpu-fix-hpd-bo-size-calculation-error.patch
	patches.suse/1428-drm-amd-display-Update-function-to-get-optimal-numbe.patch
	patches.suse/1429-drm-amd-display-Support-P010-pixel-format.patch
	patches.suse/1430-drm-amd-display-Use-double-buffered-DRR-timing-updat.patch
	patches.suse/drm-amd-display-Not-doing-optimize-bandwidth-if-flip.patch
	patches.suse/1432-drm-amd-display-Revert-change-to-HDCP-display-states.patch
	patches.suse/1433-drm-amd-display-Support-plane-level-CTM.patch
	patches.suse/1434-drm-amd-display-LFC-not-working-on-2.0x-range-monito.patch
	patches.suse/1435-drm-amd-display-Enable-BT2020-in-COLOR_ENCODING-prop.patch
	patches.suse/1436-drm-amd-display-Fix-dcn21-num_states.patch
	patches.suse/1437-drm-amd-powerplay-drop-redundant-BIF-doorbell-interr.patch
	patches.suse/1438-drm-amd-powerplay-move-the-ASIC-specific-nbio-operat.patch
	patches.suse/1439-drm-amd-display-Don-t-try-hdcp1.4-when-content_type-.patch
	patches.suse/1440-drm-amd-display-Correctly-cancel-future-watchdog-and.patch
	patches.suse/1441-drm-amd-display-increase-HDCP-authentication-delay.patch
	patches.suse/drm-amdkfd-kfree-the-wrong-pointer.patch
	patches.suse/kvm-nvmx-don-t-clear-mtf_pending-when-nested-events-are-blocked
	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-qcom-replace-zero-length-array-with-flexible-array-member
	patches.suse/iommu-omap-fix-pointer-cast-wpointer-to-int-cast-warnings-on-64-bit
	patches.suse/iommu-omap-fix-printing-format-for-size_t-on-64-bit
	patches.suse/iommu-omap-fix-woverflow-warnings-when-compiling-on-64-bit-architectures
	patches.suse/iommu-enable-compile-testing-for-some-of-drivers
	patches.suse/iommu-arm-smmu-v3-add-support-for-pci-pasid
	patches.suse/iommu-arm-smmu-v3-write-level-1-descriptors-atomically
	patches.suse/iommu-arm-smmu-v3-add-command-queue-batching-helpers
	patches.suse/iommu-arm-smmu-v3-batch-context-descriptor-invalidation
	patches.suse/iommu-arm-smmu-v3-batch-atc-invalidation-commands
	patches.suse/iommu-arm-smmu-v3-add-smmuv3-2-range-invalidation-support
	patches.suse/iommu-amd-fix-the-configuration-of-gcr3-table-root-pointer
	patches.suse/iommu-vt-d-fix-mm-reference-leak
	patches.suse/iommu-vt-d-add-build-dependency-on-ioasid
	patches.suse/iommu-virtio-build-virtio-iommu-as-module
	patches.suse/iommu-virtio-fix-freeing-of-incomplete-domains
	patches.suse/iommu-virtio-reject-iommu-page-granule-larger-than-page_size
	patches.suse/iommu-use-c99-flexible-array-in-fwspec
	patches.suse/iommu-define-dev_iommu_fwspec_get-for-config_iommu_api
	patches.suse/acpi-iort-remove-direct-access-of-dev-iommu_fwspec
	patches.suse/0001-drm-msm-mdp5-Remove-direct-access-of-dev-iommu_fwspe.patch
	patches.suse/iommu-tegra-gart-remove-direct-access-of-dev-iommu_fwspec
	patches.suse/iommu-rename-struct-iommu_param-to-dev_iommu
	patches.suse/iommu-move-iommu_fwspec-to-struct-dev_iommu
	patches.suse/iommu-arm-smmu-fix-uninitilized-variable-warning
	patches.suse/iommu-introduce-accessors-for-iommu-private-data
	patches.suse/iommu-arm-smmu-v3-use-accessor-functions-for-iommu-private-data
	patches.suse/iommu-arm-smmu-refactor-master_cfg-fwspec-usage
	patches.suse/iommu-arm-smmu-use-accessor-functions-for-iommu-private-data
	patches.suse/iommu-renesas-use-accessor-functions-for-iommu-private-data
	patches.suse/iommu-mediatek-use-accessor-functions-for-iommu-private-data
	patches.suse/iommu-qcom-use-accessor-functions-for-iommu-private-data
	patches.suse/iommu-virtio-use-accessor-functions-for-iommu-private-data
	patches.suse/iommu-move-fwspec-iommu_priv-to-struct-dev_iommu
	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/ACPI-NUMA-Up-level-map-to-online-node-functionality.patch
	patches.suse/0006-mm-numa-Skip-NUMA_NO_NODE-and-online-nodes-in-numa_m.patch
	patches.suse/0007-powerpc-papr_scm-Switch-to-numa_map_to_online_node.patch
	patches.suse/0008-x86-mm-Introduce-CONFIG_NUMA_KEEP_MEMINFO.patch
	patches.suse/0009-x86-NUMA-Provide-a-range-to-target_node-lookup-facil.patch
	patches.suse/0010-libnvdimm-e820-Retrieve-and-populate-correct-target_.patch
	patches.suse/ACPI-NFIT-Replace-zero-length-array-with-flexible-ar.patch
	patches.suse/pmem-Add-functions-for-reading-writing-page-to-from-.patch
	patches.suse/0001-dax-pmem-Add-a-dax-operation-zero_page_range.patch
	patches.suse/0002-dm-dax-Add-dax-zero_page_range-operation.patch
	patches.suse/0011-dax-Move-mandatory-zero_page_range-check-in-alloc_da.patch
	patches.suse/platform-chrome-cros_ec_rpmsg-Fix-race-with-host-eve.patch
	patches.suse/watchdog-imx2_wdt-drop-remove-callback.patch
	patches.suse/watchdog-reset-last_hw_keepalive-time-at-start.patch
	patches.suse/watchdog-orion-use-0-for-unset-heartbeat.patch
	patches.suse/ovl-fix-value-of-i_ino-for-lower-hardlink-corner-cas.patch
	patches.suse/ovl-fix-out-of-date-comment-and-unreachable-code.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-64s-Fix-doorbell-wakeup-msgclr-optimisation.patch
	patches.suse/powerpc-pseries-Fix-MCE-handling-on-pseries.patch
	patches.suse/powerpc-Add-back-__ARCH_WANT_SYS_LLSEEK-macro.patch
	patches.suse/powerpc-move-common-register-copy-functions-from-sig.patch
	patches.suse/powerpc-perf-consolidate-read_user_stack_32.patch
	patches.suse/powerpc-perf-consolidate-valid_user_sp-invalid_user_.patch
	patches.suse/powerpc-64-make-buildable-without-CONFIG_COMPAT.patch
	patches.suse/powerpc-64-Make-COMPAT-user-selectable-disabled-on-l.patch
	patches.suse/powerpc-perf-split-callchain.c-by-bitness.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/powerpc-Improve-ppc_save_regs.patch
	patches.suse/arm64-remove-CONFIG_DEBUG_ALIGN_RODATA-feature.patch
	patches.suse/arm64-armv8_deprecated-Fix-undef_hook-mask-for-thumb.patch
	patches.suse/s390-qdio-cleanly-split-alloc-and-establish
	patches.suse/zfcp-inline-zfcp_qdio_setup_init_data
	patches.suse/s390-qdio-allow-for-non-contiguous-sbal-array-in-init_data
	patches.suse/s390-qdio-remove-cdev-from-init_data
	patches.suse/s390-qdio-inline-shared_ind
	patches.suse/s390-qdio-clear-dsci-early-for-polling-drivers
	patches.suse/s390-cio-avoid-duplicated-add-uevents
	patches.suse/s390-cio-generate-delayed-uevent-for-vfio-ccw-subchannels
	patches.suse/ACPI-EC-Fix-up-fast-path-check-in-acpi_ec_add.patch
	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/blkcg-rename-blkcg-cgwb_refcnt-to-online_pin-and-alw.patch
	patches.suse/blkcg-don-t-offline-parent-blkcg-first.patch
	patches.suse/loop-Report-EOPNOTSUPP-properly.patch
	patches.suse/loop-Better-discard-support-for-block-devices.patch
	patches.suse/blk-mq-don-t-commit_rqs-if-none-were-queued.patch
	patches.suse/block-fix-busy-device-checking-in-blk_drop_partition_1.patch
	patches.suse/nvme-fix-compat-address-handling-in-several-ioctls.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-tcp-don-t-poll-a-non-live-queue.patch
	patches.suse/nvme-tcp-fix-possible-crash-in-recv-error-flow.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/nvmet-rdma-fix-double-free-of-rdma-queue.patch
	patches.suse/block-fix-busy-device-checking-in-blk_drop_partition_2.patch
	patches.suse/libata-Return-correct-status-in-sata_pmp_eh_recover_.patch
	patches.suse/ata-ahci-imx-remove-redundant-assignment-to-ret.patch
	patches.suse/ata-ahci-Add-sysfs-attribute-to-show-remapped-NVMe-d.patch
	patches.suse/ahci-Add-Intel-Comet-Lake-PCH-RAID-PCI-ID.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-bnx2fc-process-the-rqe-with-cqe-in-interrupt-context
	patches.suse/scsi-bnx2fc-fix-scsi-command-completion-after-cleanup-is-posted
	patches.suse/scsi-bnx2fc-update-the-driver-version-to-2-12-13
	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/scsi-aacraid-do-not-overwrite-retval-in-aac_reset_adapter
	patches.suse/scsi-zfcp-use-fallthrough
	patches.suse/scsi-bnx2fc-fix-boolreturn-cocci-warnings
	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-bcm-Fix-pointer-cast-warning.patch
	patches.suse/ASoC-AMD-Clear-format-bits-before-setting-them.patch
	patches.suse/ASoC-fix-regwmask.patch
	patches.suse/ASoC-soc-dai-fix-DAI-startup-shutdown-sequence.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-Intel-bdw-rt5650-Remove-ignore_suspend-flag-fro.patch
	patches.suse/ASoC-qcom-q6asm-dai-Add-SNDRV_PCM_INFO_BATCH-flag.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-SOF-Turn-firmware-boot-complete-message-into-a-.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-stm32-sai-Add-missing-cleanup.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/1444-drm-prime-fix-extracting-of-the-DMA-addresses-from-a.patch
	patches.suse/1445-drm-virtio-fix-OOB-in-virtio_gpu_object_create.patch
	patches.suse/1446-drm-legacy-Fix-type-for-drm_local_map.offset.patch
	patches.suse/1447-drm-bridge-analogix_dp-Split-bind-into-probe-and-rea.patch
	patches.suse/1448-drm-ttm-Temporarily-disable-the-huge_fault-callback.patch
	patches.suse/1449-drm-i915-icl-Don-t-enable-DDI-IO-power-on-a-TypeC-po.patch
	patches.suse/1450-drm-i915-dp-Return-the-right-vswing-tables.patch
	patches.suse/1451-drm-i915-gt-Fill-all-the-unused-space-in-the-GGTT.patch
	patches.suse/1452-drm-i915-gem-Ignore-readonly-failures-when-updating-.patch
	patches.suse/drm-i915-gem-Flush-all-the-reloc_gpu-batch.patch
	patches.suse/1454-drm-amdgpu-powerplay-using-the-FCLK-DPM-table-to-set.patch
	patches.suse/1455-drm-amd-display-re-order-asic-declarations.patch
	patches.suse/1456-drm-amd-powerplay-implement-the-is_dpm_running.patch
	patches.suse/1457-drm-amd-powerplay-avoid-using-pm_en-before-it-is-ini.patch
	patches.suse/1458-drm-amdgpu-change-SH-MEM-alignment-mode-for-gfx10.patch
	patches.suse/drm-amdgpu-Fix-oops-when-pp_funcs-is-unset-in-ACPI-e.patch
	patches.suse/1460-drm-amd-amdgpu-Correct-gfx10-s-CG-sequence.patch
	patches.suse/1461-drm-amdgpu-resolve-mGPU-RAS-query-instability.patch
	patches.suse/1462-drm-amdgpu-update-RAS-related-dmesg-print.patch
	patches.suse/1463-drm-amdgpu-psp-dont-warn-on-missing-optional-TA-s.patch
	patches.suse/1464-drm-amd-display-Avoid-create-MST-prop-after-registra.patch
	patches.suse/drm-amd-display-Update-stream-adjust-in-dc_stream_ad.patch
	patches.suse/1466-drm-amd-display-Translate-cursor-position-by-source-.patch
	patches.suse/1467-drm-amd-display-change-default-pipe_split-policy-for.patch
	patches.suse/1468-drm-amd-display-Fix-incorrect-cursor-pos-on-scaled-p.patch
	patches.suse/1469-drm-amd-display-Program-viewport-when-source-pos-cha.patch
	patches.suse/drm-amd-display-Calculate-scaling-ratios-on-every-me.patch
	patches.suse/1471-drm-amd-display-Make-cursor-source-translation-adjus.patch
	patches.suse/1472-drm-amd-display-Acknowledge-wm_optimized_required.patch
	patches.suse/1473-drm-amd-display-Check-for-null-fclk-voltage-when-par.patch
	patches.suse/drm-amdgpu-fix-gfx-hang-during-suspend-with-video-pl.patch
	patches.suse/1475-drm-amd-powerplay-error-out-on-forcing-clock-setting.patch
	patches.suse/drm-amdgpu-unify-fw_write_wait-for-new-gfx9-asics.patch
	patches.suse/1477-drm-amdgpu-display-fix-warning-when-compiling-withou.patch
	patches.suse/ipmi-fix-hung-processes-in-__get_guid.patch
	patches.suse/pwm-bcm2835-Dynamically-allocate-base.patch
	patches.suse/pwm-imx27-fix-clock-handling-in-pwm_imx27_apply.patch
	patches.suse/pwm-imx27-simplify-helper-function-to-enable-and-disable-clocks.patch
	patches.suse/pwm-imx27-don-t-disable-clocks-at-device-remove-time.patch
	patches.suse/pwm-imx27-ensure-clocks-being-on-iff-the-pwm-is-on.patch
	patches.suse/pwm-imx27-remove-unused-include-of-of_device-h.patch
	patches.suse/pwm-tegra-Add-support-for-Tegra194.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/0012-mm-memory_hotplug-drop-the-flags-field-from-struct-m.patch
	patches.suse/0013-mm-memory_hotplug-rename-mhp_restrictions-to-mhp_par.patch
	patches.suse/0014-x86-mm-thread-pgprot_t-through-init_memory_mapping.patch
	patches.suse/0015-powerpc-mm-thread-pgprot_t-through-create_section_ma.patch
	patches.suse/0016-mm-memory_hotplug-add-pgprot_t-to-mhp_params.patch
	patches.suse/0017-mm-memremap-set-caching-mode-for-PCI-P2PDMA-memory-t.patch
	patches.suse/fs-filesystems.c-downgrade-user-reachable-WARN_ONCE-.patch
	patches.suse/drivers-dma-tegra20-apb-dma.c-fix-platform_get_irq.c.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/1478-drm-i915-remove-always-defined-CONFIG_AS_MOVNTDQA.patch
	patches.suse/gcc-plugins-drop-support-for-GCC-4.7.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/cifs-smbd-Merge-code-to-track-pending-packets.patch
	patches.suse/cifs-smbd-Check-send-queue-size-before-posting-a-send.patch
	patches.suse/cifs-smbd-Update-receive-credits-before-sending-and-deal-with-cred.patch
	patches.suse/cifs-Allocate-crypto-structures-on-the-fly-for-calculating-signatur.patch
	patches.suse/cifs-smbd-Properly-process-errors-on-ib_post_send.patch
	patches.suse/cifs-smbd-Do-not-schedule-work-to-send-immediate-packet-on-every-r.patch
	patches.suse/smb3-smbdirect-support-can-be-configured-by-default.patch
	patches.suse/smb3-change-noisy-error-message-to-FYI.patch
	patches.suse/smb3-enable-swap-on-SMB3-mounts.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-race-between-runtime-distribution-and.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/x86-split_lock-Provide-handle_guest_split_lock.patch
	patches.suse/KVM-x86-Emulate-split-lock-access-as-a-write-in-emul.patch
	patches.suse/KVM-VMX-Extend-VMXs-AC-interceptor-to-handle-split-l.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/btrfs-fix-reclaim-counter-leak-of-space_info-objects.patch
	patches.suse/msft-hv-2038-hv-hyperv_vmbus.h-Replace-zero-length-array-with-fle.patch
	patches.suse/msft-hv-2042-hv_debugfs-Make-hv_debug_root-static.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/efi-cper-Use-scnprintf-for-avoiding-potential-buffer.patch
	patches.suse/efi-libstub-x86-Remove-redundant-assignment-to-point.patch
	patches.suse/efi-x86-Move-efi-stub-globals-from-.bss-to-.data.patch
	patches.suse/efi-x86-Always-relocate-the-kernel-for-EFI-handover-.patch
	patches.suse/efi-libstub-file-Merge-file-name-buffers-to-reduce-s.patch
	patches.suse/efi-x86-Fix-the-deletion-of-variables-in-mixed-mode.patch
	patches.suse/efi-x86-Don-t-remap-text-rodata-gap-read-only-for-mi.patch
	patches.suse/efi-x86-Revert-struct-layout-change-to-fix-kexec-boo.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/netfilter-nft_set_rbtree-Drop-spurious-condition-for.patch
	patches.suse/netfilter-nf_tables-do-not-update-stateful-expressio.patch
	patches.suse/netfilter-xt_IDLETIMER-target-v1-match-Android-layou.patch
	patches.suse/netfilter-nf_tables-do-not-leave-dangling-pointer-in.patch
	patches.suse/netfilter-ipset-Pass-lockdep-expression-to-RCU-lists.patch
	patches.suse/netfilter-nf_tables-report-EOPNOTSUPP-on-unsupported.patch
	patches.suse/netfilter-nf_tables-reintroduce-the-NFT_SET_CONCAT-f.patch
	patches.suse/net-fec-set-gpr-bit-on-suspend-by-dt-configuration.patch
	patches.suse/ARM-dts-imx6-Use-gpc-for-FEC-interrupt-controller-to-fix-wake-on-LAN.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/net-sched-Fix-setting-last-executed-chain-on-skb-ext.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-tls-fix-const-assignment-warning.patch
	patches.suse/Documentation-devlink-fix-broken-link-warning.patch
	patches.suse/net-mlx5-Fix-frequent-ioread-PCI-access-during-recov.patch
	patches.suse/net-mlx5-Fix-condition-for-termination-table-cleanup.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-missing-pedit-action-after-ct-clear-ac.patch
	patches.suse/net-mlx5e-Fix-pfnum-in-devlink-port-attribute.patch
	patches.suse/net-mlx5e-Fix-devlink-port-netdev-unregistration-seq.patch
	patches.suse/net-mlx5e-CT-Use-rhashtable-s-ct-entries-instead-of-.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/bpf-Fix-spelling-mistake-arithmatic-arithmetic-in-te.patch
	patches.suse/net-sk_msg-Don-t-use-RCU_INIT_POINTER-on-sk_user_dat.patch
	patches.suse/bpf-lsm-Fix-the-file_mprotect-LSM-test.patch
	patches.suse/xsk-Fix-out-of-boundary-write-in-__xsk_rcv_memcpy.patch
	patches.suse/libbpf-Initialize-nl_pid-so-gcc-10-is-happy.patch
	patches.suse/bpf-Fix-a-typo-inacitve-inactive.patch
	patches.suse/libbpf-Fix-bpf_get_link_xdp_id-flags-handling.patch
	patches.suse/selftests-bpf-Add-test-for-bpf_get_link_xdp_id.patch
	patches.suse/bpf-Fix-use-of-sk-sk_reuseport-from-sk_assign.patch
	patches.suse/arm-bpf-Fix-bugs-with-ALU64-RSH-ARSH-BPF_K-shift-by-.patch
	patches.suse/net-phy-marvell-Fix-pause-frame-negotiation.patch
	patches.suse/net-tun-record-RX-queue-in-skb-before-do_xdp_generic.patch
	patches.suse/brcmfmac-add-stub-for-monitor-interface-xmit.patch
	patches.suse/rtw88-avoid-unused-function-warnings.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/net-cxgb4-Check-the-return-from-t4_query_params-prop.patch
	patches.suse/nl80211-fix-NL80211_ATTR_FTM_RESPONDER-policy.patch
	patches.suse/mac80211_hwsim-Use-kstrndup-in-place-of-kasprintf.patch
	patches.suse/cfg80211-fix-kernel-doc-notation.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/tools-bpftool-Fix-struct_ops-command-invalid-pointer.patch
	patches.suse/xdp-Reset-prog-in-dev_change_xdp_fd-when-fd-is-negat.patch
	patches.suse/bpf-remove-unneeded-conversion-to-bool-in-__mark_reg.patch
	patches.suse/xsk-Add-missing-check-on-user-supplied-headroom-size.patch
	patches.suse/libbpf-Always-specify-expected_attach_type-on-progra.patch
	patches.suse/libbpf-Fix-type-of-old_fd-in-bpf_xdp_set_link_opts.patch
	patches.suse/selftests-bpf-Check-for-correct-program-attach-detac.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/0001-net-stmmac-dwmac-sunxi-Provide-TX-and-RX-fifo-sizes.patch
	patches.suse/amd-xgbe-Use-__napi_schedule-in-BH-context.patch
	patches.suse/ALSA-ctxfi-Remove-unnecessary-cast-in-kfree.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-Allow-setting-preallocation-again-for-x86.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/ahci-Add-Intel-Comet-Lake-PCH-U-PCI-ID.patch
	patches.suse/blk-mq-Put-driver-tag-in-blk_mq_dispatch_rq_list-whe.patch
	patches.suse/s390-dasd-remove-IOSCHED_DEADLINE-from-DASD-Kconfig.patch
	patches.suse/blk-wbt-Use-tracepoint_string-for-wbt_step-tracepoin.patch
	patches.suse/blk-wbt-Drop-needless-newlines-from-tracepoint-forma.patch
	patches.suse/arm64-vdso-don-t-free-unallocated-pages.patch
	patches.suse/watchdog-sp805-fix-restart-handler.patch
	patches.suse/mtd-spi-nor-Compile-files-in-controllers-directory.patch
	patches.suse/1479-drm-i915-perf-Do-not-clear-pollin-for-small-user-rea.patch
	patches.suse/1480-Revert-drm-amdgpu-change-SH-MEM-alignment-mode-for-g.patch
	patches.suse/drm-amd-powerplay-force-the-trim-of-the-mclk-dpm_lev.patch
	patches.suse/1482-drm-amd-powerplay-unload-mp1-for-Arcturus-RAS-baco-r.patch
	patches.suse/1483-drm-amdgpu-fix-wrong-vram-lost-counter-increment-V2.patch
	patches.suse/drm-amdgpu-fix-the-hw-hang-during-perform-system-reb.patch
	patches.suse/1485-drm-amdgpu-gfx9-add-gfxoff-quirk.patch
	patches.suse/1486-drm-nouveau-sec2-gv100-add-missing-MODULE_FIRMWARE.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-k10temp-make-some-symbols-static.patch
	patches.suse/hwmon-jc42-Fix-name-to-have-no-illegal-characters.patch
	patches.suse/scsi-hisi_sas-Fix-build-error-without-SATA_HOST.patch
	patches.suse/scsi-qla2xxx-Fix-regression-warnings.patch
	patches.suse/scsi-target-write-null-to-port_nexus_ptr-if-no-isid
	patches.suse/scsi-target-fix-pr-in-read-full-status-for-fc
	patches.suse/scsi-target-tcmu-reset_ring-should-reset-tcmu_dev_bit_broken
	patches.suse/scsi-sg-add-sg_remove_request-in-sg_common_write
	patches.suse/ethtool.h-Replace-zero-length-array-with-flexible-ar.patch
	patches.suse/cifs-dump-the-session-id-and-keys-also-for-SMB2-sessions.patch
	patches.suse/cifs-improve-read-performance-for-page-size-64KB-cache-strict-v.patch
	patches.suse/smb3-remove-overly-noisy-debug-line-in-signing-errors.patch
	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/irqchip-gic-v4.1-Add-support-for-VPENDBASER-s-Dirty-.patch
	patches.suse/irqchip-gic-v4.1-Update-effective-affinity-of-virtua.patch
	patches.suse/proc-time-namespace-Show-clock-symbolic-names-in-pro.patch
	patches.suse/objtool-Support-Clang-non-section-symbols-in-ORC-generation.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-split_lock-update-to-use-x86_match_intel_fam6_model.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/x86-split_lock-bits-in-ia32_core_capabilities-are-not-architectural.patch
	patches.suse/x86-split_lock-add-tremont-family-cpu-models.patch
	patches.suse/tpm-Export-tpm2_get_cc_attrs_tbl-for-ibmvtpm-driver-.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/1487-virtgpu-pull-in-uaccess.h.patch
	patches.suse/1488-drm-virtio-fix-up-for-include-file-changes.patch
	patches.suse/kvm-vmx-enable-machine-check-support-for-32bit-targe.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/mm-ksm-fix-NULL-pointer-dereference-when-KSM-zero-page-is-enabled.patch
	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/exfat-add-missing-MODULE_ALIAS_FS.patch
	patches.suse/exfat-properly-set-s_time_gran.patch
	patches.suse/exfat-truncate-atimes-to-2s-granularity.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/soc-fsl-dpio-fix-incorrect-pointer-conversions.patch
	patches.suse/soc-fsl-dpio-avoid-stack-usage-warning.patch
	patches.suse/soc-imx8-select-soc_bus.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/1489-drm-amd-powerplay-fix-resume-failed-as-smu-table-ini.patch
	patches.suse/drm-amdgpu-Correctly-initialize-thermal-controller-f.patch
	patches.suse/1491-drm-amdgpu-display-fix-aux-registration-v2.patch
	patches.suse/1492-drm-amdgpu-display-give-aux-i2c-buses-more-meaningfu.patch
	patches.suse/1493-drm-i915-tgl-Add-Wa_14010477008-tgl.patch
	patches.suse/1494-drm-i915-gt-Update-PMINTRMSK-holding-fw.patch
	patches.suse/drm-i915-HDCP-fix-Ri-prime-check-done-during-link-ch.patch
	patches.suse/1496-drm-i915-tgl-TBT-AUX-should-use-TC-power-well-ops.patch
	patches.suse/1497-drm-i915-display-Load-DP_TP_CTL-STATUS-offset-before.patch
	patches.suse/1498-drm-i915-fix-Sphinx-build-duplicate-label-warning.patch
	patches.suse/1499-drm-i915-dpcd_bl-Unbreak-enable_dpcd_backlight-modpa.patch
	patches.suse/1500-drm-bridge-anx6345-set-correct-BPC-for-display_info-.patch
	patches.suse/drm-meson-Delete-an-error-message-in-meson_dw_hdmi_b.patch
	patches.suse/1502-drm-scheduler-fix-drm_sched_get_cleanup_job.patch
	patches.suse/1503-drm-dp_mst-Zero-assigned-PBN-when-releasing-VCPI-slo.patch
	patches.suse/1504-drm-tidss-fix-crash-related-to-accessing-freed-memor.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-Add-missing-memory-checks.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-samsung-s3c24xx-i2s-Fix-build-after-removal-of-.patch
	patches.suse/ASoC-dapm-Fix-regression-introducing-multiple-copies.patch
	patches.suse/ASoC-tas571x-disable-regulators-on-failed-probe.patch
	patches.suse/ASoC-amd-Fix-button-configuration.patch
	patches.suse/ASoC-intel-soc-acpi-intel-icl-match-remove-useless-r.patch
	patches.suse/ASoC-Intel-soc-acpi-intel-cml-match-remove-useless-r.patch
	patches.suse/ASoC-dapm-Move-error-message-to-avoid-some-duplicati.patch
	patches.suse/ASoC-dapm-Remove-dapm_connect_dai_link_widgets-helpe.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-wsa881x-mark-read_only_wordlength-flag.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-soc-pcm-dpcm-Only-allow-playback-capture-if-sup.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-soc-dai-revert-all-changes-to-DAI-startup-shutd.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-stm32-sai-fix-sai-probe.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-meson-axg-card-fix-codec-to-codec-link-setup.patch
	patches.suse/ASoC-meson-gx-card-fix-codec-to-codec-link-setup.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-wm89xx-Add-missing-dependency.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/bdev-Reduce-time-holding-bd_mutex-in-sync-in-blkdev_.patch
	patches.suse/blk-iocost-Fix-error-on-iocost_ioc_vrate_adj.patch
	patches.suse/block-remove-unused-header.patch
	patches.suse/null_blk-Fix-zoned-command-handling.patch
	patches.suse/null_blk-Cleanup-zoned-device-initialization.patch
	patches.suse/ata-sata_inic162x-fix-a-spelling-issue.patch
	patches.suse/ACPI-button-Drop-no-longer-necessary-Asus-T200TA-lid.patch
	patches.suse/ACPI-PCI-pci_link-use-extended_irq-union-member-when.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/scsi-sg-add-sg_remove_request-in-sg_write
	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/net-mlx5-Fix-failing-fw-tracer-allocation-on-s390.patch
	patches.suse/net-mlx5-CT-Change-idr-to-xarray-to-protect-parallel.patch
	patches.suse/net-mlx5e-Don-t-trigger-IRQ-multiple-times-on-XSK-wa.patch
	patches.suse/net-mlx5-Kconfig-convert-imply-usage-to-weak-depende.patch
	patches.suse/net-mlx5e-Get-the-latest-values-from-counters-in-swi.patch
	patches.suse/netfilter-flowtable-Free-block_cb-when-being-deleted.patch
	patches.suse/netfilter-nat-fix-error-handling-upon-registering-in.patch
	patches.suse/i40e-Remove-unneeded-conversion-to-bool.patch
	patches.suse/e1000-remove-unneeded-conversion-to-bool.patch
	patches.suse/macvlan-fix-null-dereference-in-macvlan_device_event.patch
	patches.suse/net-phy-microchip_t1-add-lan87xx_phy_init-to-initial.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/chcr-Fix-CPU-hard-lockup.patch
	patches.suse/net-bcmgenet-correct-per-TX-RX-ring-statistics.patch
	patches.suse/iwlwifi-actually-check-allocated-conf_tlv-pointer.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-pcie-indicate-correct-RB-size-to-device.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/iwlwifi-fix-WGDS-check-when-WRDS-is-disabled.patch
	patches.suse/mac80211_hwsim-use-GFP_ATOMIC-under-spin-lock.patch
	patches.suse/mac80211-populate-debugfs-only-after-cfg80211-init.patch
	patches.suse/macsec-avoid-to-set-wrong-mtu.patch
	patches.suse/cpumap-Avoid-warning-when-CONFIG_DEBUG_PER_CPU_MAPS-.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/bpf-x86-Fix-encoding-for-lower-8-bit-registers-in-BP.patch
	patches.suse/bpf-selftests-Add-test-for-BPF_STX-BPF_B-storing-R10.patch
	patches.suse/libbpf-Only-check-mode-flags-in-get_xdp_id.patch
	patches.suse/bpf-Fix-reStructuredText-markup.patch
	patches.suse/bpf-x86_32-Fix-incorrect-encoding-in-BPF_LDX-zero-ex.patch
	patches.suse/bpf-x86_32-Fix-clobbering-of-dst-for-BPF_JSET.patch
	patches.suse/bpf-x86_32-Fix-logic-error-in-BPF_LDX-zero-extension.patch
	patches.suse/bpf-Fix-leak-in-LINK_UPDATE-and-enforce-empty-old_pr.patch
	patches.suse/bpf-Propagate-expected_attach_type-when-verifying-fr.patch
	patches.suse/selftests-bpf-Add-test-for-freplace-program-with-exp.patch
	patches.suse/bpftool-Respect-the-d-option-in-struct_ops-cmd.patch
	patches.suse/bpf-Make-bpf_link_fops-static.patch
	patches.suse/tools-runqslower-Ensure-own-vmlinux.h-is-picked-up-f.patch
	patches.suse/selftests-bpf-Fix-a-couple-of-broken-test_btf-cases.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/mei-me-fix-irq-number-stored-in-hw-struct.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/usb-typec-pi3usb30532-set-switch_-mux_desc-name-field-to-null.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/phy-tegra-Select-USB_COMMON-for-usb_get_maximum_spee.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/cifs-protect-updating-server-dstaddr-with-a-spinlock.patch
	patches.suse/cifs-minor-update-to-comments-around-the-cifs_tcp_ses_lock-mutex.patch
	patches.suse/cifs-do-not-share-tcons-with-DFS.patch
	patches.suse/cifs-ensure-correct-super-block-for-DFS-reconnect.patch
	patches.suse/cifs-fix-uninitialised-lease_key-in-open_shroot-.patch
	patches.suse/msft-hv-2051-Drivers-hv-vmbus-Fix-Suspend-to-Idle-for-Generation-.patch
	patches.suse/msft-hv-2052-Drivers-hv-Move-AEOI-determination-to-architecture-d.patch
	patches.suse/msft-hv-2053-x86-hyperv-Suspend-resume-the-VP-assist-page-for-hib.patch
	patches.suse/msft-hv-2055-hyper-v-Use-UUID-API-for-exporting-the-GUID.patch
	patches.suse/msft-hv-2056-hyper-v-Remove-internal-types-from-UAPI-header.patch
	patches.suse/btrfs-drop-logs-when-we-ve-aborted-a-transaction.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-missing-RDMA_CM_EVENT_REJECTED-event-aft.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-use-after-free-kasan-issue-for-skcipher-algorithms.patch
	patches.suse/crypto-caam-fix-use-after-free-kasan-issue-for-aead-algorithms.patch
	patches.suse/crypto-caam-fix-use-after-free-kasan-issue-for-hash-algorithms.patch
	patches.suse/crypto-caam-fix-use-after-free-kasan-issue-for-rsa-algorithms.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/dm-multipath-use-updated-MPATHF_QUEUE_IO-on-mapping-.patch
	patches.suse/scsi-core-allow-the-state-change-from-sdev_quiesce-to-sdev_block
	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/1506-dma-buf-Fix-SET_NAME-ioctl-uapi.patch
	patches.suse/1507-drm-dp_mst-Fix-drm_dp_send_dpcd_write-return-code.patch
	patches.suse/1508-drm-virtio-only-destroy-created-contexts.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/1513-dma-buf-fix-documentation-build-warnings.patch
	patches.suse/1514-drm-i915-selftests-Fix-i915_address_space-refcnt-lea.patch
	patches.suse/1515-drm-i915-gem-Hold-obj-vma.lock-over-for_each_ggtt_vm.patch
	patches.suse/1516-drm-i915-gt-Check-cacheline-is-valid-before-acquirin.patch
	patches.suse/1517-drm-i915-Use-proper-fault-mask-in-interrupt-postinst.patch
	patches.suse/1518-drm-amd-display-DispalyPort-Write-OUI-only-if-panel-.patch
	patches.suse/1519-drm-amd-display-blank-dp-stream-before-re-train-the-.patch
	patches.suse/drm-amd-display-Fix-green-screen-issue-after-suspend.patch
	patches.suse/1521-Revert-drm-amd-powerplay-avoid-using-pm_en-before-it.patch
	patches.suse/drm-amd-powerplay-avoid-using-pm_en-before-it-is-ini.patch
	patches.suse/1523-drm-amdgpu-add-tiling-flags-from-Mesa.patch
	patches.suse/drm-amdgpu-invalidate-L2-before-SDMA-IBs-v2.patch
	patches.suse/1525-drm-amdgpu-bump-version-for-invalidate-L2-before-SDM.patch
	patches.suse/1526-drm-amd-display-check-if-REFCLK_CNTL-register-is-pre.patch
	patches.suse/1527-drm-amd-display-fix-rn-soc-bb-update.patch
	patches.suse/1528-drm-amd-display-Defer-cursor-update-around-VUPDATE-f.patch
	patches.suse/1529-drm-amd-display-Update-downspread-percent-to-match-s.patch
	patches.suse/1530-drm-amd-display-Use-cursor-locking-to-prevent-flip-d.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/block-remove-the-bd_openers-checks-in-blk_drop_parti.patch
	patches.suse/arm64-vdso-Add-fasynchronous-unwind-tables-to-cflags.patch
	patches.suse/vfio-checking-of-validity-of-user-vaddr-in-vfio_dma_rw
	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-fix-channel-index-enumeration.patch
	patches.suse/dmaengine-tegra-apb-Ensure-that-clock-is-enabled-dur.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/SUNRPC-defer-slow-parts-of-rpc_free_client-to-a-work.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-fix-the-memory-leak-in-dev_iommu_free
	patches.suse/iommu-mediatek-fix-mtk_iommu-dependencies
	patches.suse/iommu-spapr_tce-disable-compile-testing-to-fix-build-on-book3s_32-config
	patches.suse/iommu-amd-fix-legacy-interrupt-remapping-for-x2apic-enabled-system
	patches.suse/iommu-vt-d-use-right-kconfig-option-name
	patches.suse/iommu-properly-export-iommu_group_get_for_dev
	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-usbhid-Fix-race-between-usbhid_close-and-usbhid_.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-intel_pmc_core-Change-Jasper-Lake-S0ix-.patch
	patches.suse/platform-x86-asus-nb-wmi-Do-not-load-on-Asus-T100TA-.patch
	patches.suse/platform-x86-intel_pmc_core-avoid-unused-function-wa.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/0049-aquantia-Fix-the-media-type-of-AQC100-ethernet-contr.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/net-phy-marvell10g-fix-temperature-sensor-on-2110.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-E-switch-Fix-error-unwinding-flow-for-steer.patch
	patches.suse/net-mlx5-E-switch-Fix-printing-wrong-error-value.patch
	patches.suse/net-mlx5-E-switch-Fix-mutex-init-order.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/net-bridge-vlan-Add-a-schedule-point-during-VLAN-pro.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/ionic-add-device-reset-to-fw-upgrade-down.patch
	patches.suse/netfilter-nat-never-update-the-UDP-checksum-when-it-.patch
	patches.suse/netfilter-nf_osf-avoid-passing-pointer-to-local-var.patch
	patches.suse/net-macsec-preserve-ingress-frame-ordering.patch
	patches.suse/0001-net-moxa-Fix-a-potential-double-free_irq.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-Make-PTP-specific-drivers-depend-on-PTP_1588_CLO.patch
	patches.suse/ice-cleanup-language-in-ice.rst-for-fw.app.patch
	patches.suse/cxgb4-Add-missing-annotation-for-service_ofldq.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/devlink-Fix-reporter-s-recovery-condition.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/s390-qeth-fix-cancelling-of-tx-timer-on-dev_close
	patches.suse/cxgb4-chcr-avoid-Wreturn-local-addr-warning.patch
	patches.suse/net_sched-fix-tcm_parent-in-tc-filter-dump.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/0002-net-mscc-ocelot-ANA_AUTOAGE_AGE_PERIOD-holds-a-value.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/ionic-Use-debugfs_create_bool-to-export-bool.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/net-flow_offload-skip-hw-stats-check-for-FLOW_ACTION.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-x86-fixes-posted-interrupt-check-for-irqs-delivery-modes
	patches.suse/kvm-vmx-explicitly-clear-rflags.cf-and-rflags.zf-in-.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/security-Fix-the-default-value-of-fs_context_parse_p.patch
	patches.suse/ipc-mqueue.c-change-__do_notify-to-bypass-check_kill.patch
	patches.suse/mm-memcg-fix-error-return-value-of-mem_cgroup_css_alloc.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/1533-drm-amdgpu-dc-Use-WARN_ON_ONCE-for-ASSERT.patch
	patches.suse/1534-drm-amd-display-work-around-fp-code-being-emitted-ou.patch
	patches.suse/1535-drm-amd-display-Update-DCN2.1-DV-Code-Revision.patch
	patches.suse/1536-drm-amd-display-fix-counter-in-wait_for_no_pipes_pen.patch
	patches.suse/drm-amd-display-Prevent-dpcd-reads-with-passive-dong.patch
	patches.suse/1538-drm-virtio-create-context-before-RESOURCE_CREATE_2D-.patch
	patches.suse/drm-ingenic-drm-add-MODULE_DEVICE_TABLE.patch
	patches.suse/0004-sun6i-dsi-fix-gcc-4.8.patch
	patches.suse/1541-drm-Fix-HDCP-failures-when-SRM-fw-is-missing.patch
	patches.suse/thunderbolt-check-return-value-of-tb_sw_read-in-usb4_switch_op.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-typec-intel_pmc_mux-fix-the-property-names.patch
	patches.suse/usb-usbfs-correct-kernel-user-page-attribute-mismatc.patch
	patches.suse/usb-typec-mux-intel-handle-alt-mode-hpd_high.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/usb-chipidea-msm-ensure-proper-controller-reset-using-role-switch-api.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/Stop-the-ad-hoc-games-with-Wno-maybe-initialized.patch
	patches.suse/gcc-10-mark-more-functions-__init-to-avoid-section-m.patch
	patches.suse/iocost-protect-iocg-abs_vdebt-with-iocg-waitq.lock.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-pci-fix-slimmer-CQ-head-update.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-unwind-orc-fix-premature-unwind-stoppage-due-to-iret-frames.patch
	patches.suse/x86-mm-cpa-flush-direct-map-alias-during-cpa.patch
	patches.suse/1542-drm-fix-trivial-field-description-cut-and-paste-erro.patch
	patches.suse/SUNRPC-Add-len-parameter-to-gss_unwrap.patch
	patches.suse/SUNRPC-Fix-GSS-privacy-computation-of-auth-au_ralign.patch
	patches.suse/SUNRPC-Revert-241b1f419f0e-SUNRPC-Remove-xdr_buf_tri.patch
	patches.suse/gpio-pca953x-Fix-pca953x_gpio_set_config.patch
	patches.suse/gpio-tegra-mask-GPIO-IRQs-during-IRQ-shutdown.patch
	patches.suse/ACPI-EC-PM-Avoid-premature-returns-from-acpi_s2idle_.patch
	patches.suse/fork-prevent-accidental-access-to-clone3-features.patch
	patches.suse/mm-memcg-fix-inconsistent-oom-event-behavior.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/1543-drm-i915-Avoid-dereferencing-a-dead-context.patch
	patches.suse/1544-drm-i915-gt-Make-timeslicing-an-explicit-engine-prop.patch
	patches.suse/drm-i915-Don-t-enable-WaIncreaseLatencyIPCEnabled-wh.patch
	patches.suse/Make-the-Reducing-compressed-framebufer-size-message.patch
	patches.suse/1547-drm-i915-tgl-Fix-interrupt-handling-for-DP-AUX-trans.patch
	patches.suse/1548-drm-i915-Check-current-i915_vma.pin_count-status-fir.patch
	patches.suse/1549-drm-i915-gt-Yield-the-timeslice-if-caught-waiting-on.patch
	patches.suse/1550-drm-i915-gem-Remove-object_is_locked-assertion-from-.patch
	patches.suse/1551-drm-i915-execlists-Avoid-reusing-the-same-logical-CC.patch
	patches.suse/1552-drm-i915-execlists-Track-inflight-CCID.patch
	patches.suse/1553-drm-tegra-Fix-SMMU-support-on-Tegra124-and-Tegra210.patch
	patches.suse/1554-gpu-host1x-Use-SMMU-on-Tegra124-and-Tegra210.patch
	patches.suse/1555-drm-amdgpu-disable-MGCG-MGLS-also-on-gfx-CG-ungate.patch
	patches.suse/1556-drm-amdgpu-drop-unnecessary-cancel_delayed_work_sync.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/1559-drm-amdgpu-Use-GEM-obj-reference-for-KFD-BOs.patch
	patches.suse/1560-drm-amdgpu-enable-hibernate-support-on-Navi1X.patch
	patches.suse/1561-drm-amdgpu-implement-soft_recovery-for-gfx10.patch
	patches.suse/1562-drm-amd-display-Fix-vblank-and-pageflip-event-handli.patch
	patches.suse/drm-amd-display-add-basic-atomic-check-for-cursor-pl.patch
	patches.suse/1564-drm-amd-amdgpu-add-raven1-part-to-the-gfxoff-quirk-l.patch
	patches.suse/1565-drm-amd-amdgpu-Update-update_config-logic.patch
	patches.suse/drm-i915-Propagate-error-from-completed-fences.patch
	patches.suse/1567-drm-i915-Mark-concurrent-submissions-with-a-weak-dep.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/1570-drm-i915-Handle-idling-during-i915_gem_evict_somethi.patch
	patches.suse/1571-drm-meson-pm-resume-add-return-errno-branch.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-i40iw-Remove-bogus-call-to-netdev_master_upper_de.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/net-hisilicon-Make-CONFIG_HNS-invisible.patch
	patches.suse/net-bareudp-avoid-uninitialized-variable-warning.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/bpf-sockmap-msg_pop_data-can-incorrecty-set-an-sge-l.patch
	patches.suse/bpf-sockmap-bpf_tcp_ingress-needs-to-subtract-bytes-.patch
	patches.suse/umh-fix-memory-leak-on-execve-failure.patch
	patches.suse/net-ipv4-really-enforce-backoff-for-redirects.patch
	patches.suse/net-freescale-select-CONFIG_FIXED_PHY-where-needed.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/net-ethernet-ti-Remove-TI_CPTS_MOD-workaround.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/netfilter-conntrack-avoid-gcc-10-zero-length-bounds-.patch
	patches.suse/netfilter-flowtable-Add-pending-bit-for-offload-work.patch
	patches.suse/netfilter-flowtable-Remove-WQ_MEM_RECLAIM-from-workq.patch
	patches.suse/netfilter-conntrack-fix-infinite-loop-on-rmmod.patch
	patches.suse/netfilter-flowtable-set-NF_FLOW_TEARDOWN-flag-on-ent.patch
	patches.suse/netfilter-nft_set_rbtree-Add-missing-expired-checks.patch
	patches.suse/tcp-fix-error-recovery-in-tcp_zerocopy_receive.patch
	patches.suse/dpaa2-eth-properly-handle-buffer-size-restrictions.patch
	patches.suse/samples-bpf-Fix-build-error.patch
	patches.suse/bpf-Fix-bug-in-mmap-implementation-for-BPF-array-map.patch
	patches.suse/libbpf-Fix-register-naming-in-PT_REGS-s390-macros.patch
	patches.suse/security-Fix-the-default-value-of-secid_to_secctx-ho.patch
	patches.suse/bpf-Enforce-returning-0-for-fentry-fexit-progs.patch
	patches.suse/selftests-bpf-Enforce-returning-0-for-fentry-fexit-p.patch
	patches.suse/bpf-Restrict-bpf_probe_read-str-only-to-archs-where-.patch
	patches.suse/bpf-Add-bpf_probe_read_-user-kernel-_str-to-do_refin.patch
	patches.suse/bpf-Restrict-bpf_trace_printk-s-s-usage-and-add-pks-.patch
	patches.suse/SUNRPC-fix-use-after-free-in-rpc_free_client_work.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/SUNRPC-Directory-with-parent-rpc_clnt-already-presen.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/nvme-pci-dma-read-memory-barrier-for-completions.patch
	patches.suse/ARM-dts-imx6dl-yapp4-Fix-Ursa-board-Ethernet-connection.patch
	patches.suse/ARM-dts-imx27-phytec-phycard-s-rdk-Fix-the-I2C1-pinctrl-entries.patch
	patches.suse/ARM-dts-r8a73a4-Add-missing-CMT1-interrupts.patch
	patches.suse/ARM-dts-r7s9210-Remove-bogus-clock-names-from-OSTM-nodes.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/ARM-dts-r8a7740-Add-missing-extal2-to-CPG-node.patch
	patches.suse/powerpc-uaccess-Evaluate-macro-arguments-once-before.patch
	patches.suse/powerpc-64s-Fix-unrecoverable-SLB-crashes-due-to-pre.patch
	patches.suse/powerpc-64-kuap-Move-kuap-checks-out-of-MSR-RI-0-reg.patch
	patches.suse/powerpc-64s-kuap-Restore-AMR-in-system-reset-excepti.patch
	patches.suse/powerpc-64s-kuap-Restore-AMR-in-fast_interrupt_retur.patch
	patches.suse/powerpc-ima-Fix-secure-boot-rules-in-ima-arch-policy.patch
	patches.suse/CIFS-Spelling-s-EACCESS-EACCES-.patch
	patches.suse/cifs-Fix-null-pointer-check-in-cifs_read.patch
	patches.suse/cifs-fix-leaked-reference-on-requeued-write.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/exec-Move-would_dump-into-flush_old_exec.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-typec-mux-intel-fix-dp_hpd_lvl-bit-field.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-tegra-Fix-initial-rate-for-pll_a-on-Tegra124.patch
	patches.suse/clk-rockchip-fix-incorrect-configuration-of-rk3228-a.patch
	patches.suse/clk-ti-am33xx-fix-RTC-clock-parent.patch
	patches.suse/exfat-fix-possible-memory-leak-in-exfat_find.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/iommu-amd-fix-get_acpihid_device_id
	patches.suse/iommu-fix-deferred-domain-attachment
	patches.suse/msft-hv-2078-x86-hyperv-Properly-suspend-resume-reenlightenment-n.patch
	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/ACPI-EC-PM-Avoid-flushing-EC-work-when-EC-GPE-is-ina.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-idxd-fix-interrupt-completion-after-unmask.patch
	patches.suse/dmaengine-dmatest-Restore-default-for-channel.patch
	patches.suse/dmaengine-tegra210-adma-Fix-an-error-handling-path-i.patch
	patches.suse/exfat-add-the-dummy-mount-options-to-be-backward-com.patch
	patches.suse/apparmor-Fix-aa_label-refcnt-leak-in-policy_update.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-X5702.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/null_blk-return-error-for-invalid-zone-size.patch
	patches.suse/null_blk-don-t-allow-discard-for-zoned-mode.patch
	patches.suse/1572-drm-vmwgfx-Fix-parameter-name-in-vmw_bo_init.patch
	patches.suse/1573-drm-vmwgfx-remove-redundant-assignment-to-variable-r.patch
	patches.suse/1574-drm-vmwgfx-Return-true-in-function-vmw_fence_obj_sig.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/1577-drm-etnaviv-Fix-a-leak-in-submit_pin_objects.patch
	patches.suse/1578-drm-amd-display-DP-training-to-set-properly-SCRAMBLI.patch
	patches.suse/1579-drm-amd-display-Remove-dml_common_def-file.patch
	patches.suse/1580-drm-amd-display-Defer-cursor-lock-until-after-VUPDAT.patch
	patches.suse/scsi-qla2xxx-Do-not-log-message-when-reading-port-sp.patch
	patches.suse/scsi-target-put-lun_ref-at-end-of-tmr-processing
	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/coresight-cti-remove-incorrect-NULL-return-check.patch
	patches.suse/misc-rtsx-Add-short-delay-after-exit-from-ASPM.patch
	patches.suse/0018-device-dax-don-t-leak-kernel-memory-to-user-space-af.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/ethtool-count-header-size-in-reply-size-estimate.patch
	patches.suse/net-qrtr-Fix-passing-invalid-reference-to-qrtr_local.patch
	patches.suse/0001-net-ethernet-ti-fix-some-return-value-check-of-cpsw_.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/security-Fix-hook-iteration-for-secid_to_secctx.patch
	patches.suse/bpf-Prevent-mmap-ing-read-only-maps-as-writable.patch
	patches.suse/flow_dissector-Drop-BPF-flow-dissector-prog-ref-on-n.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/netdevsim-Ensure-policer-drop-counter-always-increas.patch
	patches.suse/selftests-netdevsim-Always-initialize-RET-variable.patch
	patches.suse/mlxsw-spectrum-Fix-use-after-free-of-split-unsplit-t.patch
	patches.suse/selftests-mlxsw-qos_mc_aware-Specify-arping-timeout-.patch
	patches.suse/r8169-fix-OCP-access-on-RTL8117.patch
	patches.suse/0001-net-mscc-ocelot-fix-address-ageing-time-again.patch
	patches.suse/0003-net-sun-fix-missing-release-regions-in-cas_init_one.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-mlx4_core-fix-a-memory-leak-bug.patch
	patches.suse/net-mlx5-Add-command-entry-handling-completion.patch
	patches.suse/net-mlx5-Fix-a-race-when-moving-command-interface-to.patch
	patches.suse/net-mlx5-Avoid-processing-commands-before-cmdif-is-r.patch
	patches.suse/net-mlx5e-Fix-allowed-tc-redirect-merged-eswitch-off.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-mlx5-Don-t-maintain-a-case-of-del_sw_func-being-.patch
	patches.suse/net-mlx5-Annotate-mutex-destroy-for-root-ns.patch
	patches.suse/net-mlx5e-Update-netdev-txq-on-completions-during-cl.patch
	patches.suse/net-mlx5e-CT-Correctly-get-flow-rule.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/sched-fair-Fix-unthrottle_cfs_rq-for-leaf_cfs_rq-list.patch
	patches.suse/x86-unwind-orc-fix-unwind_get_return_address_ptr-for-inactive-tasks.patch
	patches.suse/efi-libstub-Avoid-returning-uninitialized-data-from-.patch
	patches.suse/efi-earlycon-Fix-early-printk-for-wider-fonts.patch
	patches.suse/efi-libstub-x86-Avoid-EFI-map-buffer-alloc-in-alloca.patch
	patches.suse/efi-cper-Add-support-for-printing-Firmware-Error-Rec.patch
	patches.suse/x86-boot-Mark-global-variables-as-static.patch
	patches.suse/efi-Pull-up-arch-specific-prototype-efi_systab_show_.patch
	patches.suse/tpm-check-event-log-version-before-reading-final-eve.patch
	patches.suse/ARM-8970-1-decompressor-increase-tag-size.patch
	patches.suse/exec-Always-set-cap_ambient-in-cap_bprm_set_creds.patch
	patches.suse/cgroup-rstat-Revert-cgroup-Add-memory-barriers-to-plug-cgroup_rstat_updated-race-window.patch
	patches.suse/1581-device_cgroup-Cleanup-cgroup-eBPF-device-filter-code.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/1583-drm-amd-display-Fix-potential-integer-wraparound-res.patch
	patches.suse/1584-gpu-drm-ingenic-Fix-bogus-crtc_atomic_check-callback.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/nvme-pci-avoid-race-between-nvme_reap_pending_cqes-a.patch
	patches.suse/Revert-block-end-bio-with-BLK_STS_AGAIN-in-case-of-n.patch
	patches.suse/x86-hide-the-archdata-iommu-field-behind-generic-iommu_api
	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/ARM-dts-bcm2835-rpi-zero-w-Fix-led-polarity.patch
	patches.suse/ARM-dts-bcm-HR2-Fix-PPI-interrupt-types.patch
	patches.suse/gpio-exar-Fix-bad-handling-for-ida_simple_get-error-.patch
	patches.suse/gpio-mlxbf2-Fix-sleeping-while-holding-spinlock.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/powerpc-64s-Fix-restore-of-NV-GPRs-after-facility-un.patch
	patches.suse/powerpc-64s-Disable-sanitisers-for-C-syscall-interru.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/0004-qlcnic-fix-missing-release-in-qlcnic_83xx_interrupt_.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/cfg80211-fix-debugfs-rename-crash.patch
	patches.suse/netfilter-nft_reject_bridge-enable-reject-with-bridg.patch
	patches.suse/netfilter-ipset-Fix-subcounter-update-skip.patch
	patches.suse/netfilter-nf_conntrack_pptp-prevent-buffer-overflows.patch
	patches.suse/netfilter-conntrack-make-conntrack-userspace-helpers.patch
	patches.suse/netfilter-nfnetlink_cthelper-unbreak-userspace-helpe.patch
	patches.suse/nexthops-Move-code-from-remove_nexthop_from_groups-t.patch
	patches.suse/nexthops-don-t-modify-published-nexthop-groups.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-accumulation-of-bp-net_stats_prev.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/net-sched-fix-infinite-loop-in-sch_fq_pie.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/netfilter-conntrack-Pass-value-of-ctinfo-to-__nf_con.patch
	patches.suse/netfilter-conntrack-comparison-of-unsigned-in-cthelp.patch
	patches.suse/netfilter-nf_conntrack_pptp-fix-compilation-warning-.patch
	patches.suse/bonding-Fix-reference-count-leak-in-bond_sysfs_slave.patch
	patches.suse/net-be-more-gentle-about-silly-gso-requests-coming-f.patch
	patches.suse/xfrm-allow-to-accept-packets-with-ipv6-NEXTHDR_HOP-i.patch
	patches.suse/xfrm-do-pskb_pull-properly-in-__xfrm_transport_prep.patch
	patches.suse/0005-xfrm-fix-error-in-comment.patch
	patches.suse/xfrm-espintcp-save-and-call-old-sk_destruct.patch
	patches.suse/xfrm-call-xfrm_output_gso-when-inner_protocol-is-set.patch
	patches.suse/xfrm-interface-fix-oops-when-deleting-a-x-netns-inte.patch
	patches.suse/xfrm-fix-a-warning-in-xfrm_policy_insert_list.patch
	patches.suse/xfrm-fix-a-NULL-ptr-deref-in-xfrm_local_error.patch
	patches.suse/xsk-Add-overflow-check-for-u64-division-stored-into-.patch
	patches.suse/powerpc-bpf-Enable-bpf_probe_read-str-on-powerpc-aga.patch
	patches.suse/bpf-Fix-use-after-free-in-fmod_ret-check.patch
	patches.suse/bpf-Fix-a-verifier-issue-when-assigning-32bit-reg-st.patch
	patches.suse/bpf-selftests-Verifier-bounds-tests-need-to-be-updat.patch
	patches.suse/bpf-selftests-Add-a-verifier-test-for-assigning-32bi.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-Remove-warning-devices-are-not-on-same-swi.patch
	patches.suse/net-mlx5e-Fix-arch-depending-casting-issue-in-FEC.patch
	patches.suse/net-mlx5e-Properly-set-default-values-when-disabling.patch
	patches.suse/net-mlx5e-Fix-MLX5_TC_CT-dependencies.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/net-sched-act_ct-add-nat-mangle-action-only-for-NAT-.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/tpm-tpm_ftpm_tee-Use-UUID-API-for-exporting-the-UUID.patch
	patches.suse/tpm-eventlog-Replace-zero-length-array-with-flexible.patch
	patches.suse/regmap-debugfs-check-count-when-read-regmap-file.patch
	patches.suse/regmap-add-reg_sequence-helpers.patch
	patches.suse/regmap-Add-bus-reg_update_bits-support.patch
	patches.suse/regmap-irq-make-it-possible-to-add-irq_chip-do-a-spe.patch
	patches.suse/regmap-Simplify-implementation-of-the-regmap_read_po.patch
	patches.suse/regmap-Simplify-implementation-of-the-regmap_field_r.patch
	patches.suse/regmap-i2c-add-16-bit-width-registers-support.patch
	patches.suse/regmap-add-helper-for-per-port-regfield-initializati.patch
	patches.suse/regmap-provide-helpers-for-simple-bit-operations.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-fsl-qspi-Reduce-devm_ioremap-size-to-4-times.patch
	patches.suse/spi-hisi-sfc-v3xx-add-error-check-after-per-operatio.patch
	patches.suse/spi-spi-fsl-qspi-Fix-return-value-check-of-devm_iore.patch
	patches.suse/spi-spi-mem-Fix-Dual-Quad-modes-on-Octal-capable-dev.patch
	patches.suse/spi-spi-fsl-dspi-Adding-shutdown-hook.patch
	patches.suse/spi-spi-amd-Add-AMD-SPI-controller-driver-support.patch
	patches.suse/spi-spi-amd-fix-warning.patch
	patches.suse/spi-spi-amd-Fix-a-NULL-vs-IS_ERR-check-in-amd_spi_pr.patch
	patches.suse/spi-pxa2xx-Apply-CS-clk-quirk-to-BXT.patch
	patches.suse/spi-amd-Fix-duplicate-iounmap-in-error-path.patch
	patches.suse/spi-amd-Pass-probe-errors-back-to-driver-core.patch
	patches.suse/spi-amd-Drop-duplicate-driver-data-assignments.patch
	patches.suse/spi-amd-Fix-refcount-underflow-on-remove.patch
	patches.suse/spi-amd-Drop-superfluous-member-from-struct-amd_spi.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-tegra114-Fix-runtime-PM-imbalance-on-error.patch
	patches.suse/spi-imx-fallback-to-pio-if-dma-setup-failure.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/spi-spi-fsl-dspi-fix-native-data-copy.patch
	patches.suse/crypto-hisilicon-put-vfs_num-into-struct-hisi_qm.patch
	patches.suse/crypto-hisilicon-unify-SR-IOV-related-codes-into-QM.patch
	patches.suse/crypto-hisilicon-add-vfs_num-module-parameter-for-hp.patch
	patches.suse/crypto-hisilicon-qm-add-controller-reset-interface.patch
	patches.suse/crypto-hisilicon-zip-add-controller-reset-support-fo.patch
	patches.suse/crypto-hisilicon-hpre-add-controller-reset-support-f.patch
	patches.suse/crypto-hisilicon-sec2-add-controller-reset-support-f.patch
	patches.suse/crypto-hisilicon-qm-stop-qp-by-judging-sq-and-cq-tai.patch
	patches.suse/crypto-algapi-Avoid-spurious-modprobe-on-LOADED.patch
	patches.suse/crypto-ccp-don-t-select-CONFIG_DMADEVICES.patch
	patches.suse/crypto-hisilicon-qm-fix-build-failure-with-ACPI-off.patch
	patches.suse/crypto-hisilicon-qm-add-more-ACPI-dependencies.patch
	patches.suse/crypto-chelsio-remove-redundant-assignment-to-variab.patch
	patches.suse/padata-add-separate-cpuhp-node-for-CPUHP_PADATA_DEAD.patch
	patches.suse/crypto-hisilicon-qm-Make-qm_controller_reset-static.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-lib-sha256-return-void.patch
	patches.suse/crypto-hash-introduce-crypto_shash_tfm_digest.patch
	patches.suse/KEYS-encrypted-use-crypto_shash_tfm_digest.patch
	patches.suse/crypto-powerpc-sha1-prefix-the-sha1_-functions.patch
	patches.suse/crypto-s390-sha1-prefix-the-sha1_-functions.patch
	patches.suse/crypto-hisilicon-hpre-constify-struct-debugfs_reg32.patch
	patches.suse/crypto-hisilicon-zip-constify-struct-debugfs_reg32.patch
	patches.suse/crypto-hisilicon-sec2-constify-sec_dfx_regs.patch
	patches.suse/crypto-hisilicon-sec2-modify-the-SEC-probe-process.patch
	patches.suse/crypto-hisilicon-hpre-modify-the-HPRE-probe-process.patch
	patches.suse/crypto-hisilicon-zip-modify-the-ZIP-probe-process.patch
	patches.suse/crypto-hisilicon-refactor-module-parameter-pf_q_num-.patch
	patches.suse/crypto-hisilicon-qm-add-state-machine-for-QM.patch
	patches.suse/crypto-hisilicon-add-FLR-support.patch
	patches.suse/crypto-hisilicon-remove-use_dma_api-related-codes.patch
	patches.suse/crypto-hisilicon-unify-initial-value-assignment-into.patch
	patches.suse/crypto-hisilicon-QM-memory-management-optimization.patch
	patches.suse/crypto-hisilicon-remove-codes-of-directly-report-dev.patch
	patches.suse/crypto-hisilicon-add-device-error-report-through-abn.patch
	patches.suse/crypto-hisilicon-zip-Use-temporary-sqe-when-doing-wo.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/crypto-hisilicon-qm-add-debugfs-for-QM.patch
	patches.suse/crypto-hisilicon-qm-add-debugfs-to-the-QM-state-mach.patch
	patches.suse/crypto-hisilicon-sec2-add-debugfs-for-Hisilicon-SEC.patch
	patches.suse/crypto-hisilicon-hpre-add-debugfs-for-Hisilicon-HPRE.patch
	patches.suse/crypto-hisilicon-zip-add-debugfs-for-Hisilicon-ZIP.patch
	patches.suse/crypto-hisilicon-qm-add-DebugFS-for-xQC-and-xQE-dump.patch
	patches.suse/crypto-hisilicon-qm-change-debugfs-file-name-from-qm.patch
	patches.suse/crypto-hisilicon-fix-driver-compatibility-issue-with.patch
	patches.suse/pstore-drop-useless-try_module_get-for-backend.patch
	patches.suse/pstore-rename-pstore_lock-to-psinfo_lock.patch
	patches.suse/pstore-convert-psinfo-locking-to-mutex.patch
	patches.suse/pstore-rename-allpstore-to-records_list.patch
	patches.suse/pstore-convert-records_list-locking-to-mutex.patch
	patches.suse/pstore-add-proper-unregister-lock-checking.patch
	patches.suse/pstore-refactor-pstorefs-record-list-removal.patch
	patches.suse/pstore-add-locking-around-superblock-changes.patch
	patches.suse/pstore-do-not-leave-timer-disabled-for-next-backend.patch
	patches.suse/pstore-remove-filesystem-records-when-backend-is-unr.patch
	patches.suse/pstore-make-sure-console-capturing-will-restart.patch
	patches.suse/pstore-platform-switch-pstore_info-name-to-const.patch
	patches.suse/pstore-platform-use-backend-name-for-console-registr.patch
	patches.suse/pstore-platform-move-module-params-after-declaration.patch
	patches.suse/pstore-ram-adjust-module-param-permissions-to-reflec.patch
	patches.suse/pstore-ram-refactor-dt-size-parsing.patch
	patches.suse/pstore-ram-refactor-ftrace-buffer-merging.patch
	patches.suse/pstore-ftrace-provide-ftrace-log-merging-routine.patch
	patches.suse/printk-collapse-shutdown-types-into-a-single-dump-re.patch
	patches.suse/printk-honor-the-max_reason-field-in-kmsg_dumper.patch
	patches.suse/printk-introduce-kmsg_dump_reason_str.patch
	patches.suse/pstore-platform-pass-max_reason-to-kmesg-dump.patch
	patches.suse/pstore-ram-introduce-max_reason-and-convert-dump_oop.patch
	patches.suse/ramoops-add-max-reason-optional-field-to-ramoops-dt-.patch
	patches.suse/pstore-zone-introduce-common-layer-to-manage-storage.patch
	patches.suse/pstore-blk-introduce-backend-for-block-devices.patch
	patches.suse/pstore-zone-blk-add-support-for-pmsg-frontend.patch
	patches.suse/pstore-zone-blk-add-console-frontend-support.patch
	patches.suse/pstore-zone-blk-add-ftrace-frontend-support.patch
	patches.suse/documentation-add-details-for-pstore-blk.patch
	patches.suse/pstore-zone-provide-way-to-skip-broken-zone-for-mtd-.patch
	patches.suse/pstore-blk-provide-way-to-query-pstore-configuration.patch
	patches.suse/pstore-blk-support-non-block-storage-devices.patch
	patches.suse/pstore-blk-introduce-best_effort-mode.patch
	patches.suse/mtd-support-kmsg-dumper-based-on-pstore-blk.patch
	patches.suse/linux-parser-h-add-include-guards.patch
	patches.suse/printk-handle-blank-console-arguments-passed-in.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/x86-resctrl-rename-asm-resctrl_sched-h-to-asm-resctrl-h.patch
	patches.suse/x86-cpu-move-resctrl-cpuid-code-to-resctrl.patch
	patches.suse/x86-resctrl-remove-unnecessary-rmid-checks.patch
	patches.suse/x86-resctrl-query-llc-monitoring-properties-once-during-boot.patch
	patches.suse/x86-resctrl-maintain-mbm-counter-width-per-resource.patch
	patches.suse/x86-resctrl-support-cpuid-enumeration-of-mbm-counter-width.patch
	patches.suse/x86-resctrl-support-wider-mbm-counters.patch
	patches.suse/0001-drm-Make-drm_dp_mst_dsc_aux_for_port-safe-for-old-co.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/capabilities-Introduce-CAP_PERFMON-to-kernel-and-use.patch
	patches.suse/perf-x86-rapl-Add-Ice-Lake-RAPL-support.patch
	patches.suse/perf-x86-intel-add-more-available-bits-for-offcore_response-of-intel-tremont.patch
	patches.suse/perf-x86-rapl-move-rapl-support-to-common-x86-code.patch
	patches.suse/perf-x86-rapl-refactor-to-share-the-rapl-code-between-intel-and-amd-cpus.patch
	patches.suse/perf-x86-rapl-flip-logic-on-default-events-visibility.patch
	patches.suse/perf-x86-rapl-make-perf_probe_msr-more-robust-and-flexible.patch
	patches.suse/perf-x86-rapl-add-amd-fam17h-rapl-support.patch
	patches.suse/efi-libstub-Move-arm-stub-to-a-common-file.patch
	patches.suse/efi-libstub-Make-initrd-file-loader-configurable.patch
	patches.suse/efi-libstub-unify-EFI-call-wrappers-for-non-x86.patch
	patches.suse/efi-libstub-arm-Make-install_memreserve_table-static.patch
	patches.suse/efi-gop-Remove-redundant-current_fb_base.patch
	patches.suse/efi-gop-Move-check-for-framebuffer-before-con_out.patch
	patches.suse/efi-gop-Get-mode-information-outside-the-loop.patch
	patches.suse/efi-gop-Factor-out-locating-the-gop-into-a-function.patch
	patches.suse/efi-gop-Slightly-re-arrange-logic-of-find_gop.patch
	patches.suse/efi-gop-Move-variable-declarations-into-loop-block.patch
	patches.suse/efi-gop-Use-helper-macros-for-populating-lfb_base.patch
	patches.suse/efi-gop-Use-helper-macros-for-find_bits.patch
	patches.suse/efi-gop-Remove-unreachable-code-from-setup_pixel_inf.patch
	patches.suse/efi-gop-Add-prototypes-for-query_mode-and-set_mode.patch
	patches.suse/efi-gop-Allow-specifying-mode-number-on-command-line.patch
	patches.suse/efi-gop-Allow-specifying-mode-by-xres-x-yres.patch
	patches.suse/efi-gop-Allow-specifying-depth-as-well-as-resolution.patch
	patches.suse/efi-gop-Allow-automatically-choosing-the-best-mode.patch
	patches.suse/efi-libstub-random-Align-allocate-size-to-EFI_ALLOC_.patch
	patches.suse/efi-libstub-random-Increase-random-alloc-granularity.patch
	patches.suse/efi-libstub-arm64-Replace-preferred-offset-with-alig.patch
	patches.suse/efi-libstub-arm64-Simplify-randomized-loading-of-ker.patch
	patches.suse/efi-libstub-Add-API-function-to-allocate-aligned-mem.patch
	patches.suse/efi-libstub-arm64-Switch-to-ordinary-page-allocator-.patch
	patches.suse/efi-libstub-Move-efi_relocate_kernel-into-separate-s.patch
	patches.suse/efi-arm-Remove-__efistub_global-annotation.patch
	patches.suse/efi-x86-Remove-__efistub_global-and-add-relocation-c.patch
	patches.suse/efi-Kill-__efistub_global.patch
	patches.suse/efi-libstub-Drop-__pure-getter-for-efi_system_table.patch
	patches.suse/efi-libstub-Drop-__pure-getters-for-EFI-stub-options.patch
	patches.suse/efi-libstub-x86-Avoid-getter-function-for-efi_is64.patch
	patches.suse/efi-Clean-up-config-table-description-arrays.patch
	patches.suse/efi-Move-arch_tables-check-to-caller.patch
	patches.suse/efi-libstub-Re-enable-command-line-initrd-loading-fo.patch
	patches.suse/efi-x86-Use-correct-size-for-boot_params.patch
	patches.suse/efi-libstub-Add-a-helper-function-to-split-64-bit-va.patch
	patches.suse/efi-libstub-Move-pr_efi-pr_efi_err-into-efi-namespac.patch
	patches.suse/efi-x86-Use-efi_err-for-error-messages.patch
	patches.suse/efi-gop-Use-efi_err-for-error-messages.patch
	patches.suse/efi-tpm-Use-efi_err-for-error-messages.patch
	patches.suse/efi-libstub-Upgrade-ignored-dtb-argument-message-to-.patch
	patches.suse/efi-x86-Move-command-line-initrd-loading-to-efi_main.patch
	patches.suse/efi-libstub-Unify-initrd-loading-across-architecture.patch
	patches.suse/efi-x86-Support-builtin-command-line.patch
	patches.suse/efi-libstub-Check-return-value-of-efi_parse_options.patch
	patches.suse/efi-libstub-Fix-mixed-mode-boot-issue-after-macro-re.patch
	patches.suse/efi-libstub-x86-Work-around-LLVM-ELF-quirk-build-reg.patch
	patches.suse/efi-libstub-Make-efi_printk-input-argument-const-cha.patch
	patches.suse/efi-libstub-Correct-comment-typos.patch
	patches.suse/efi-libstub-Include-dependencies-of-efistub.h.patch
	patches.suse/efi-libstub-Rename-efi_-char16_-printk-to-efi_-char1.patch
	patches.suse/efi-libstub-Buffer-output-of-efi_puts.patch
	patches.suse/efi-libstub-Add-a-basic-printf-implementation.patch
	patches.suse/efi-libstub-Optimize-for-size-instead-of-speed.patch
	patches.suse/efi-printf-Drop-n-format-and-L-qualifier.patch
	patches.suse/efi-printf-Add-64-bit-and-8-bit-integer-support.patch
	patches.suse/efi-printf-Factor-out-flags-parsing-and-handle-earli.patch
	patches.suse/efi-printf-Fix-minor-bug-in-precision-handling.patch
	patches.suse/efi-printf-Merge-p-with-the-integer-formats.patch
	patches.suse/efi-printf-Factor-out-width-precision-parsing.patch
	patches.suse/efi-printf-Factor-out-integer-argument-retrieval.patch
	patches.suse/efi-printf-Handle-null-string-input.patch
	patches.suse/efi-printf-Refactor-code-to-consolidate-padding-and-.patch
	patches.suse/efi-printf-Abort-on-invalid-format.patch
	patches.suse/efi-printf-Turn-vsprintf-into-vsnprintf.patch
	patches.suse/efi-libstub-Implement-printk-style-logging.patch
	patches.suse/efi-libstub-Add-definitions-for-console-input-and-ev.patch
	patches.suse/efi-gop-Add-an-option-to-list-out-the-available-GOP-.patch
	patches.suse/efi-printf-Add-support-for-wchar_t-UTF-16.patch
	patches.suse/efi-libstub-Add-UTF-8-decoding-to-efi_puts.patch
	patches.suse/efi-libstub-Use-ls-for-filename.patch
	patches.suse/efi-libstub-Get-the-exact-UTF-8-length.patch
	patches.suse/efi-libstub-Use-snprintf-with-ls-to-convert-the-comm.patch
	patches.suse/efi-libstub-Don-t-parse-overlong-command-lines.patch
	patches.suse/efi-libstub-Use-pool-allocation-for-the-command-line.patch
	patches.suse/efi-efivars-Add-missing-kobject_put-in-sysfs-entry-c.patch
	patches.suse/efi-libstub-Add-missing-prototype-for-PE-COFF-entry-.patch
	patches.suse/efi-x86-Drop-the-special-GDT-for-the-EFI-thunk.patch
	patches.suse/efi-x86-Don-t-blow-away-existing-initrd.patch
	patches.suse/x86-boot-compressed-64-switch-to-_kernel_cs-after-gdt-is-loaded
	patches.suse/x86-kconfig-update-config-and-kernel-doc-for-mpk-feature-on-amd.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-add-a-x86_match_intel_fam6_model_steppings-macro.patch
	patches.suse/x86-cpu-amd-make-erratum-1054-a-legacy-erratum.patch
	patches.suse/x86-fpu-xstate-rename-validate_xstate_header-to-validate_user_xstate_header.patch
	patches.suse/x86-fpu-xstate-define-new-macros-for-supervisor-and-user-xstates.patch
	patches.suse/x86-fpu-xstate-separate-user-and-supervisor-xfeatures-mask.patch
	patches.suse/x86-fpu-xstate-introduce-xsaves-supervisor-states.patch
	patches.suse/x86-fpu-xstate-define-new-functions-for-clearing-fpregs-and-xstates.patch
	patches.suse/x86-fpu-xstate-update-sanitize_restored_xstate-for-supervisor-xstates.patch
	patches.suse/x86-fpu-xstate-update-copy_kernel_to_xregs_err-for-supervisor-states.patch
	patches.suse/x86-fpu-introduce-copy_supervisor_to_kernel.patch
	patches.suse/x86-fpu-xstate-preserve-supervisor-states-for-the-slow-path-in-_fpu__restore_sig.patch
	patches.suse/x86-fpu-xstate-restore-supervisor-states-for-signal-return.patch
	patches.suse/x86-platform-uv-Unexport-sn_coherency_id.patch
	patches.suse/x86-platform-uv-Unexport-symbols-only-used-by-x2apic.patch
	patches.suse/x86-platform-uv-Remove-the-UV-_HUB_IS_SUPPORTED-macr.patch
	patches.suse/x86-platform-uv-Mark-is_uv_hubless-static.patch
	patches.suse/x86-platform-uv-Mark-uv_min_hub_revision_id-static.patch
	patches.suse/x86-platform-uv-Simplify-uv_send_IPI_one.patch
	patches.suse/x86-platform-uv-Unexport-uv_apicid_hibits.patch
	patches.suse/x86-platform-uv-Remove-the-unused-_uv_cpu_blade_proc.patch
	patches.suse/x86-apic-uv-Remove-code-for-unused-distributed-GRU-m.patch
	patches.suse/ACPI-IORT-take-_DMA-methods-into-account-for-named-c.patch
	patches.suse/ACPI-IORT-work-around-num_ids-ambiguity.patch
	patches.suse/ACPI-IORT-Add-extra-message-applying-workaround-for-.patch
	patches.suse/ACPI-GTDT-Put-GTDT-table-after-parsing.patch
	patches.suse/ACPI-IORT-Add-comments-for-not-calling-acpi_put_tabl.patch
	patches.suse/ACPI-IORT-Fix-PMCG-node-single-ID-mapping-handling.patch
	patches.suse/ACPI-IORT-Remove-the-unused-__get_pci_rid.patch
	patches.suse/arm64-insn-Fix-two-bugs-in-encoding-32-bit-logical-i.patch
	patches.suse/bpf-arm64-Optimize-AND-OR-XOR-JSET-BPF_K-using-arm64.patch
	patches.suse/bpf-arm64-Optimize-ADD-SUB-JMP-BPF_K-using-arm64-add.patch
	patches.suse/arm64-cpufeature-Add-remaining-feature-bits-in-ID_AA.patch
	patches.suse/arm64-rename-stext-to-primary_entry.patch
	patches.suse/efi-libstub-arm64-align-PE-COFF-sections-to-segment-.patch
	patches.suse/arm-mm-use-__pfn_to_section-to-get-mem_section.patch
	patches.suse/arm64-kexec_file-print-appropriate-variable.patch
	patches.suse/arm64-cacheflush-Fix-KGDB-trap-detection.patch
	patches.suse/drivers-perf-hisi-Fix-typo-in-events-attribute-array.patch
	patches.suse/drivers-perf-hisi-Permit-modular-builds-of-HiSilicon.patch
	patches.suse/firmware-arm_sdei-Document-the-motivation-behind-the.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/firmware-smccc-Fix-missing-prototype-warning-for-arm.patch
	patches.suse/arm64-vdso-Add-Bsymbolic-to-ldflags.patch
	patches.suse/arm64-vdso-Add-eh-frame-hdr-to-ldflags.patch
	patches.suse/arm64-kernel-Convert-to-modern-annotations-for-assem.patch
	patches.suse/arm64-efi-Restore-register-x18-if-it-was-corrupted.patch
	patches.suse/efi-libstub-Disable-Shadow-Call-Stack.patch
	patches.suse/0002-Update-rmk-s-email-address-in-various-drivers.patch
	patches.suse/ARM-8974-1-use-SPARSMEM_STATIC-when-SPARSEMEM-is-enabled.patch
	patches.suse/0003-docs-fix-broken-references-to-text-files.patch
	patches.suse/0004-docs-filesystems-fix-renamed-references.patch
	patches.suse/0001-docs-virt-kvm-close-inline-string-literal.patch
	patches.suse/drivers-fpga-dfl-fme-pr.c-get-rid-of-pointless-acces.patch
	patches.suse/drivers-fpga-dfl-afu-dma-region.c-get-rid-of-pointle.patch
	patches.suse/0005-amifb-get-rid-of-pointless-access_ok-calls.patch
	patches.suse/0006-omapfb-get-rid-of-pointless-access_ok-calls.patch
	patches.suse/0007-drm_read-get-rid-of-pointless-access_ok.patch
	patches.suse/efi_test-get-rid-of-pointless-access_ok.patch
	patches.suse/lpfc_debugfs-get-rid-of-pointless-access_ok.patch
	patches.suse/hfi1-get-rid-of-pointless-access_ok.patch
	patches.suse/1464-uaccess-Add-user_read_access_begin-end-and-user_writ.patch
	patches.suse/0008-drm-i915-gem-Replace-user_access_begin-by-user_write.patch
	patches.suse/pcm_native-result-of-put_user-needs-to-be-checked.patch
	patches.suse/aio-fix-async-fsync-creds.patch
	patches.suse/vfs-don-t-parse-forbidden-flags.patch
	patches.suse/0009-gup-document-and-work-around-COW-can-break-either-wa.patch
	patches.suse/vfs-track-per-sb-writeback-errors-and-report-them-to-syncfs.patch
	patches.suse/fsbuffer.c-record-blockdev-write-errors-in-super_block-that-it-backs.patch
	patches.suse/0012-include-linux-pagemap.h-introduce-attach-detach_page.patch
	patches.suse/0013-md-remove-__clear_page_buffers-and-use-attach-detach.patch
	patches.suse/MM-replace-PF_LESS_THROTTLE-with-PF_LOCAL_THROTTLE.patch
	patches.suse/Deprecate-NR_UNSTABLE_NFS-use-NR_WRITEBACK.patch
	patches.suse/mm-swap-properly-update-readahead-statistics-in-unus.patch
	patches.suse/dma-mapping-use-vmap-insted-of-reimplementing-it
	patches.suse/0010-gpu-drm-remove-the-powerpc-hack-in-drm_legacy_sg_all.patch
	patches.suse/mmc-sdhci-add-spin-lock-for-sdhci_set_default_irqs-i.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-sdhci-of-dwcmshc-implement-specific-set_uhs_sign.patch
	patches.suse/mmc-sdhci-esdhc-imx-add-hs400-support-for-i-mx6sll.patch
	patches.suse/mmc-tmio-Further-fixup-runtime-PM-management-at-remo.patch
	patches.suse/sdhci-tegra-Avoid-reading-autocal-timeout-values-whe.patch
	patches.suse/mmc-sdhci-msm-introduce-new-ops-to-dump-vendor-specific-registers.patch
	patches.suse/mmc-sdhci-of-esdhc-exit-HS400-properly-before-settin.patch
	patches.suse/mmc-sdio-Fix-macro-name-for-Marvell-device-with-ID-0.patch
	patches.suse/mmc-sdio-Change-macro-names-for-Marvell-8688-modules.patch
	patches.suse/mmc-sdio-Move-SDIO-IDs-from-mwifiex-driver-to-common.patch
	patches.suse/mmc-sdio-Move-SDIO-IDs-from-btmrvl-driver-to-common-.patch
	patches.suse/mmc-sdio-Move-SDIO-IDs-from-btmtksdio-driver-to-comm.patch
	patches.suse/mmc-sdio-Move-SDIO-IDs-from-ath6kl-driver-to-common-.patch
	patches.suse/mmc-sdio-Move-SDIO-IDs-from-ath10k-driver-to-common-.patch
	patches.suse/mmc-sdio-Move-SDIO-IDs-from-b43-sdio-driver-to-commo.patch
	patches.suse/mmc-sdio-Fix-Cypress-SDIO-IDs-macros-in-common-inclu.patch
	patches.suse/mmc-mmci_sdmmc-fix-DMA-API-warning-overlapping-mappi.patch
	patches.suse/mmc-host-sdhci-esdhc-imx-add-wakeup-feature-for-gpio-cd-pin.patch
	patches.suse/mmc-sdhci-esdhc-imx-fix-the-mask-for-tuning-start-po.patch
	patches.suse/mmc-sdhci-esdhc-imx-disable-the-cmd-crc-check-for-standard-tuning.patch
	patches.suse/mmc-sdhci-msm-Clear-tuning-done-flag-while-hs400-tun.patch
	patches.suse/platform-x86-intel_scu_ipc-split-out-scu-ipc-functionality-from-the-scu-driver.patch
	patches.suse/platform-x86-intel_scu_ipc-log-more-information-if-scu-ipc-command-fails.patch
	patches.suse/platform-x86-intel_scu_ipc-move-legacy-scu-ipc-api-to-a-separate-header.patch
	patches.suse/platform-x86-intel_scu_ipc-introduce-new-scu-ipc-api.patch
	patches.suse/platform-x86-intel_mid_powerbtn-convert-to-use-new-scu-ipc-api.patch
	patches.suse/watchdog-intel-mid_wdt-convert-to-use-new-scu-ipc-api.patch
	patches.suse/platform-x86-intel_scu_ipcutil-convert-to-use-new-scu-ipc-api.patch
	patches.suse/platform-x86-intel_scu_ipc-add-managed-function-to-register-scu-ipc.patch
	patches.suse/platform-x86-intel_pmc_ipc-start-using-scu-ipc.patch
	patches.suse/mfd-intel_soc_pmic-add-scu-ipc-member-to-struct-intel_soc_pmic.patch
	patches.suse/mfd-intel_soc_pmic_bxtwc-convert-to-use-new-scu-ipc-api.patch
	patches.suse/platform-x86-intel_telemetry-convert-to-use-new-scu-ipc-api.patch
	patches.suse/usb-typec-mux-convert-the-intel-pmc-mux-driver-to-use-new-scu-ipc-api.patch
	patches.suse/platform-x86-intel_pmc_ipc-drop-intel_pmc_ipc_command.patch
	patches.suse/x86-platform-intel-mid-add-empty-stubs-for-intel_scu_devices_.patch
	patches.suse/platform-x86-intel_pmc_ipc-move-pci-ids-to-intel_scu_pcidrv-c.patch
	patches.suse/platform-x86-intel_telemetry-add-telemetry_get_pltdata.patch
	patches.suse/platform-x86-intel_pmc_ipc-convert-to-mfd.patch
	patches.suse/maintainers-update-entry-for-intel-broxton-pmc-driver.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-sony-laptop-SNC-calls-should-handle-BUF.patch
	patches.suse/platform-x86-sony-laptop-Make-resuming-thermal-profi.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/ACPI-PM-s2idle-Print-type-of-wakeup-debug-messages.patch
	patches.suse/ACPI-EC-PM-s2idle-Extend-GPE-dispatching-debug-messa.patch
	patches.suse/PM-runtime-clk-Fix-clk_pm_runtime_get-error-path.patch
	patches.suse/PM-sleep-core-Simplify-the-SMART_SUSPEND-flag-handli.patch
	patches.suse/PM-sleep-core-Fold-functions-into-their-callers.patch
	patches.suse/PM-sleep-core-Do-not-skip-callbacks-in-the-resume-ph.patch
	patches.suse/PM-sleep-core-Rework-the-power.may_skip_resume-handl.patch
	patches.suse/PM-sleep-core-Rename-dev_pm_may_skip_resume.patch
	patches.suse/PM-sleep-core-Rename-dev_pm_smart_suspend_and_suspen.patch
	patches.suse/0011-PM-sleep-core-Rename-DPM_FLAG_NEVER_SKIP.patch
	patches.suse/PM-sleep-core-Rename-DPM_FLAG_LEAVE_SUSPENDED.patch
	patches.suse/0013-PM-hibernate-Incorporate-concurrency-handling.patch
	patches.suse/0014-PM-hibernate-Split-off-snapshot-dev-option.patch
	patches.suse/cpuidle-psci-Fixup-execution-order-when-entering-a-d.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/powercap-intel_rapl-add-support-for-ElkhartLake.patch
	patches.suse/ACPI-sysfs-Fix-reference-count-leak-in-acpi_sysfs_ad.patch
	patches.suse/ACPICA-Make-acpi_protocol_lengths-static.patch
	patches.suse/ACPICA-Move-acpi_gbl_next_cmd_num-definition-to-acgl.patch
	patches.suse/ACPICA-Disassembler-ignore-AE_ALREADY_EXISTS-status-.patch
	patches.suse/ACPICA-Dispatcher-add-status-checks.patch
	patches.suse/ACPICA-Fix-required-parameters-for-_NIG-and-_NIH.patch
	patches.suse/ACPICA-Update-version-to-20200430.patch
	patches.suse/ACPI-LPIT-Put-the-low-power-idle-table-after-using-i.patch
	patches.suse/ACPI-watchdog-Put-the-watchdog-action-table-after-pa.patch
	patches.suse/ACPI-APEI-Put-the-boot-error-record-table-after-pars.patch
	patches.suse/ACPI-APEI-Put-the-error-injection-table-for-error-pa.patch
	patches.suse/ACPI-APEI-Put-the-error-record-serialization-table-f.patch
	patches.suse/ACPI-APEI-Put-the-HEST-table-for-error-path.patch
	patches.suse/ACPI-EC-Put-the-ACPI-table-after-using-it.patch
	patches.suse/ACPI-scan-Put-SPCR-and-STAO-table-after-using-it.patch
	patches.suse/ACPI-sleep-Put-the-FACS-table-after-using-it.patch
	patches.suse/ACPI-processor-idle-Allow-probing-on-platforms-with-.patch
	patches.suse/ACPI-CPPC-Make-some-symbols-static.patch
	patches.suse/ACPI-CPPC-Fix-reference-count-leak-in-acpi_cppc_proc.patch
	patches.suse/ACPI-debug-Make-two-functions-static.patch
	patches.suse/ACPI-Delete-unused-proc-filename-macros.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-utils-Add-acpi_evaluate_reg-helper.patch
	patches.suse/mm-memory-failure-Add-memory_failure_queue_kick.patch
	patches.suse/ACPI-APEI-Kick-the-memory_failure-queue-for-synchron.patch
	patches.suse/arm64-acpi-Make-apei_claim_sea-synchronise-with-APEI.patch
	patches.suse/ACPI-PMIC-Add-i2c-address-for-thermal-control.patch
	patches.suse/ACPI-video-Use-native-backlight-on-Acer-TravelMate-5.patch
	patches.suse/ACPI-DPTF-Additional-sysfs-attributes-for-power-part.patch
	patches.suse/ACPI-DPTF-Add-battery-participant-driver.patch
	patches.suse/0012-mm-hmm-make-hmm_range_fault-return-0-or-1.patch
	patches.suse/0013-drm-amdgpu-remove-dead-code-after-hmm_range_fault.patch
	patches.suse/0014-mm-hmm-remove-HMM_PFN_SPECIAL.patch
	patches.suse/0015-mm-hmm-remove-the-customizable-pfn-format-from-hmm_r.patch
	patches.suse/mm-hmm-test-add-selftest-driver-for-hmm.patch
	patches.suse/mm-hmm-test-add-selftests-for-hmm.patch
	patches.suse/maintainers-add-hmm-selftests.patch
	patches.suse/0016-drm-i915-Move-GGTT-fence-registers-under-gt.patch
	patches.suse/0017-drm-i915-gt-Pull-restoration-of-GGTT-fences-undernea.patch
	patches.suse/0018-drm-i915-Remove-manual-save-resume-of-fence-register.patch
	patches.suse/0019-drm-i915-gt-Allocate-i915_fence_reg-array.patch
	patches.suse/0020-drm-i915-gt-Restore-check-for-invalid-vma-for-fencin.patch
	patches.suse/0021-drm-i915-perf-remove-generated-code.patch
	patches.suse/0022-drm-i915-perf-remove-redundant-power-configuration-r.patch
	patches.suse/0023-drm-i915-perf-introduce-global-sseu-pinning.patch
	patches.suse/0024-drm-i915-Fix-up-documentation-paths-after-file-movin.patch
	patches.suse/0025-drm-i915-gt-Always-reschedule-the-new-heartbeat.patch
	patches.suse/0026-drm-i915-Enable-non-contiguous-pipe-fusing.patch
	patches.suse/0027-drm-i915-color-Extract-icl_read_luts.patch
	patches.suse/0028-drm-i915-fbc-convert-to-drm_device-based-logging-mac.patch
	patches.suse/0029-drm-i915-fbdev-convert-to-drm_device-based-logging.patch
	patches.suse/0030-drm-i915-hdcp-convert-to-struct-drm_device-based-log.patch
	patches.suse/0031-drm-i915-dp-Add-dpcd-link_rate-quirk-for-Apple-15-MB.patch
	patches.suse/0032-drm-i915-tgl-Add-new-PCI-IDs-to-TGL.patch
	patches.suse/0033-drm-i915-ggtt-convert-to-drm_device-based-logging-ma.patch
	patches.suse/0034-drm-i915-lrc-convert-to-struct-drm_device-based-logg.patch
	patches.suse/0035-drm-i915-rc6-convert-to-struct-drm_device-based-logg.patch
	patches.suse/0036-drm-i915-renderstate-use-struct-drm_device-based-log.patch
	patches.suse/0037-drm-i915-ring_submission-use-drm_device-based-loggin.patch
	patches.suse/0038-drm-i915-rps-use-struct-drm_device-based-logging-mac.patch
	patches.suse/0039-drm-i915-workarounds-convert-to-drm_device-based-log.patch
	patches.suse/0040-drm-i915-Prefer-ps-for-printing-function-symbol-name.patch
	patches.suse/0041-drm-Add-DP1.4-VSC-SDP-Payload-related-Data-Structure.patch
	patches.suse/0042-drm-i915-dp-Add-compute-routine-for-DP-VSC-SDP.patch
	patches.suse/0043-drm-i915-dp-Add-compute-routine-for-DP-HDR-Metadata-.patch
	patches.suse/0044-drm-i915-dp-Add-writing-of-DP-SDPs.patch
	patches.suse/0045-drm-i915-Fix-crtc-nv12-etc.-plane-bitmasks-for-DPMS-.patch
	patches.suse/0046-drm-i915-gt-Report-context-is-closed-prior-to-pinnin.patch
	patches.suse/0047-drm-i915-gt-Use-the-correct-err_unlock-unwind-path-f.patch
	patches.suse/0048-drm-i915-gt-Leave-rps-cur_freq-on-unpark.patch
	patches.suse/0049-drm-i915-edp-Ignore-short-pulse-when-panel-powered-o.patch
	patches.suse/0050-drm-i915-gt-Mark-timeline-cacheline-as-destroyed-aft.patch
	patches.suse/0051-drm-i915-gem-Avoid-gem_context-mutex-for-simple-vma-.patch
	patches.suse/drm-i915-Rely-on-direct-submission-to-the-queue.patch
	patches.suse/0053-drm-i915-selftests-perf-watch-out-for-stolen-objects.patch
	patches.suse/0054-drm-i915-Extend-intel_wakeref-to-support-delayed-put.patch
	patches.suse/0055-drm-i915-gt-Delay-release-of-engine-pm-after-last-re.patch
	patches.suse/0056-drm-i915-selftests-mark-huge_gem_object-as-not-shrin.patch
	patches.suse/0057-drm-i915-gt-Only-delay-the-context-barrier-pm.patch
	patches.suse/0058-drm-i915-dsi-Configure-transcoder-operation-for-comm.patch
	patches.suse/0059-drm-i915-dsi-Add-vblank-calculation-for-command-mode.patch
	patches.suse/0060-drm-i915-dsi-Add-cmd-mode-flags-in-display-mode-priv.patch
	patches.suse/0061-drm-i915-dsi-Add-check-for-periodic-command-mode.patch
	patches.suse/0062-drm-i915-dsi-Use-private-flags-to-indicate-TE-in-cmd.patch
	patches.suse/0063-drm-i915-display-fbc-Make-fences-a-nice-to-have-for-.patch
	patches.suse/0064-drm-i915-execlists-Drop-setting-sibling-priority-hin.patch
	patches.suse/0065-drm-i915-selftests-Measure-the-energy-consumed-while.patch
	patches.suse/0066-drm-i915-execlists-Pull-tasklet-interrupt-bh-local-t.patch
	patches.suse/0067-drm-i915-Immediately-execute-the-fenced-work.patch
	patches.suse/0068-drm-i915-ddi-use-struct-drm_device-based-logging.patch
	patches.suse/0069-drm-i915-display_power-use-struct-drm_device-based-l.patch
	patches.suse/0070-drm-i915-dp_aux_backlight-use-struct-drm_device-base.patch
	patches.suse/0071-drm-i915-dp_mst-use-struct-drm_device-based-logging.patch
	patches.suse/0072-drm-i915-dsi-use-struct-drm_device-based-logging.patch
	patches.suse/0073-drm-i915-hdmi-use-struct-drm_device-based-logging.patch
	patches.suse/0074-drm-i915-dsi-use-struct-drm_device-based-logging.patch
	patches.suse/0075-drm-i915-connector-use-MISSING_CASE-instead-of-loggi.patch
	patches.suse/0076-drm-i915-tv-use-struct-drm_device-based-logging.patch
	patches.suse/0077-drm-i915-display-clean-up-intel_PLL_is_valid.patch
	patches.suse/0078-drm-i915-display-use-struct-drm_device-based-logging.patch
	patches.suse/0079-drm-i915-psr-use-struct-drm_device-based-logging.patch
	patches.suse/0080-drm-i915-wopcm-convert-to-drm-device-based-logging.patch
	patches.suse/0081-drm-i915-Drop-final-few-uses-of-drm_i915_private.eng.patch
	patches.suse/0082-drm-i915-display-Remove-useless-but-deadly-local.patch
	patches.suse/0083-drm-i915-display-Return-early-after-MISSING_CASE-for.patch
	patches.suse/0084-drm-i915-gt-allow-setting-generic-data-pointer.patch
	patches.suse/0085-drm-i915-guc-drop-stage_pool-debugfs.patch
	patches.suse/0086-drm-i915-huc-make-support-huc-reflect-HW-capabilitie.patch
	patches.suse/0087-drm-i915-debugfs-move-uC-printers-and-update-debugfs.patch
	patches.suse/0088-drm-i915-uc-Move-uC-debugfs-to-its-own-folder-under-.patch
	patches.suse/0089-drm-i915-uc-do-not-free-err-log-on-uc_fini.patch
	patches.suse/0090-drm-i915-Cast-remain-to-unsigned-long-in-eb_relocate.patch
	patches.suse/0091-drm-i915-perf-rework-aging-tail-workaround.patch
	patches.suse/0092-drm-i915-perf-move-pollin-setup-to-non-hw-specific-c.patch
	patches.suse/0093-drm-i915-perf-add-new-open-param-to-configure-pollin.patch
	patches.suse/0094-drm-i915-use-forced-codec-wake-on-all-gen9-platforms.patch
	patches.suse/0095-drm-i915-Get-rid-of-silly-void-from-MST-code.patch
	patches.suse/0096-drm-Constify-adjusted_mode-a-bit.patch
	patches.suse/0097-drm-i915-Differentiate-between-aliasing-ppgtt-and-gg.patch
	patches.suse/0098-drm-i915-mst-Use-.compute_config_late-to-compute-mas.patch
	patches.suse/0099-drm-i915-Move-TRANS_DDI_FUNC_CTL2-programming-where-.patch
	patches.suse/0100-drm-i915-Drop-usless-master_transcoder-assignments.patch
	patches.suse/0101-drm-i915-Move-icl_get_trans_port_sync_config-into-th.patch
	patches.suse/0102-drm-i915-Use-REG_FIELD_PREP-co.-for-TRANS_DDI_FUNC_C.patch
	patches.suse/0103-drm-i915-Include-port-sync-state-in-the-state-dump.patch
	patches.suse/0104-drm-i915-execlists-Workaround-switching-back-to-a-co.patch
	patches.suse/0105-drm-i915-tgl-Add-definitions-for-VRR-registers-and-b.patch
	patches.suse/0106-drm-i915-huc-Add-more-errors-for-I915_PARAM_HUC_STAT.patch
	patches.suse/0107-drm-i915-huc-Fix-HuC-register-used-in-debugfs.patch
	patches.suse/0108-drm-i915-execlists-Include-priority-info-in-trace_po.patch
	patches.suse/0109-drm-i915-selftests-Check-timeout-before-flush-and-co.patch
	patches.suse/0110-drm-i915-Allow-for-different-modes-of-interruptible-.patch
	patches.suse/0111-drm-i915-Wrap-i915_active-in-a-simple-kreffed-struct.patch
	patches.suse/0112-drm-i915-perf-Schedule-oa_config-after-modifying-the.patch
	patches.suse/0113-drm-i915-gem-Split-eb_vma-into-its-own-allocation.patch
	patches.suse/0114-drm-i915-execlists-Explicitly-reset-both-reg-and-con.patch
	patches.suse/0115-drm-i915-perf-don-t-read-head-tail-pointers-outside-.patch
	patches.suse/0116-drm-i915-execlists-Double-check-breadcrumb-before-cr.patch
	patches.suse/0117-drm-i915-dp-ehl-Update-vswing-table-for-HBR-and-RBR.patch
	patches.suse/0118-drm-i915-tc-icl-Update-TC-vswing-tables.patch
	patches.suse/0119-drm-i915-Defer-kicking-the-tasklet-until-all-resched.patch
	patches.suse/0120-drm-i915-gt-Include-a-few-tracek-for-timeslicing.patch
	patches.suse/0121-drm-i915-selftests-Tidy-up-an-error-message-for-live.patch
	patches.suse/0122-drm-i915-execlists-Pause-CS-flow-before-reset.patch
	patches.suse/0123-drm-i915-gt-Include-the-execlists-CCID-of-each-port-.patch
	patches.suse/0124-drm-i915-Report-all-failed-registers-for-ctx-isolati.patch
	patches.suse/0125-drm-i915-gt-Align-engine-dump-active-pending.patch
	patches.suse/0126-drm-i915-gt-fix-spelling-mistake-undeflow-underflow.patch
	patches.suse/0127-drm-i915-gem-Try-allocating-va-from-free-space.patch
	patches.suse/0128-drm-i915-gt-Only-wait-for-GPU-activity-before-unbind.patch
	patches.suse/0129-drm-i915-gt-Store-the-fence-details-on-the-fence.patch
	patches.suse/0130-drm-i915-gt-Make-fence-revocation-unequivocal.patch
	patches.suse/0131-drm-i915-gem-Drop-cached-obj-bind_count.patch
	patches.suse/0132-drm-i915-uc-Cleanup-kerneldoc-warnings.patch
	patches.suse/0133-drm-i915-execlists-Peek-at-the-next-submission-for-e.patch
	patches.suse/0134-drm-i915-gem-Utilize-rcu-iteration-of-context-engine.patch
	patches.suse/0135-drm-i915-selftests-Check-for-has-reset-before-testin.patch
	patches.suse/0136-drm-i915-tgl-Make-Wa_14010229206-permanent.patch
	patches.suse/0137-drm-i915-Keep-a-per-engine-request-pool.patch
	patches.suse/0138-drm-i915-Avoid-setting-timer-expires-to-0.patch
	patches.suse/0139-drm-i915-Store-cpu_transcoder_mask-in-device-info.patch
	patches.suse/0140-drm-i915-Implement-port-sync-for-SKL.patch
	patches.suse/0141-drm-i915-Eliminate-port-sync-copy-pasta.patch
	patches.suse/0142-drm-i915-Fix-port-sync-code-to-work-with-2-pipes.patch
	patches.suse/0143-drm-i915-Do-pipe-updates-after-enables-for-everyone.patch
	patches.suse/0144-drm-i915-Pass-atomic-state-to-encoder-hooks.patch
	patches.suse/0145-drm-i915-Move-the-port-sync-DP_TP_CTL-stuff-to-the-e.patch
	patches.suse/0146-drm-i915-Revoke-mmap-before-fence.patch
	patches.suse/0147-drm-i915-selftests-Wait-until-we-start-timeslicing-a.patch
	patches.suse/0148-drm-i915-gt-Free-request-pool-from-virtual-engines.patch
	patches.suse/0149-drm-i915-Add-a-retry-counter-for-hotplug-detect-retr.patch
	patches.suse/0150-drm-i915-Extend-hotplug-detect-retry-on-TypeC-connec.patch
	patches.suse/0151-drm-i915-gem-Take-DBG_FORCE_RELOC-into-account-prior.patch
	patches.suse/0152-drm-i915-Make-exclusive-awaits-on-i915_active-option.patch
	patches.suse/0153-drm-i915-Allow-asynchronous-waits-on-the-i915_active.patch
	patches.suse/0154-drm-i915-gem-Wait-until-the-context-is-finally-retir.patch
	patches.suse/0155-drm-i915-gem-Promote-remain-to-unsigned-long.patch
	patches.suse/0156-drm-i915-selftests-Drop-vestigal-timeslicing-assert.patch
	patches.suse/0157-drm-i915-audio-use-struct-drm_device-based-logging.patch
	patches.suse/0158-drm-i915-panel-use-struct-drm_device-based-logging.patch
	patches.suse/0159-drm-i915-tc-use-struct-drm_device-based-logging.patch
	patches.suse/0160-drm-i915-dp-use-struct-drm_device-based-logging.patch
	patches.suse/0161-drm-i915-crt-use-struct-drm_device-based-logging.patch
	patches.suse/0162-drm-i915-debugfs-use-struct-drm_device-based-logging.patch
	patches.suse/0163-drm-i915-bw-use-struct-drm_device-based-logging.patch
	patches.suse/0164-drm-i915-state-use-struct-drm_device-based-logging.patch
	patches.suse/0165-drm-i915-switcheroo-use-struct-drm_device-based-logg.patch
	patches.suse/0166-drm-i915-uc-prefer-struct-drm_device-based-logging.patch
	patches.suse/0167-drm-i915-error-prefer-struct-drm_device-based-loggin.patch
	patches.suse/0168-drm-i915-pmu-prefer-struct-drm_device-based-logging.patch
	patches.suse/0169-drm-i915-dram-prefer-struct-drm_device-based-logging.patch
	patches.suse/0170-drm-i915-uncore-prefer-struct-drm_device-based-loggi.patch
	patches.suse/0171-drm-i915-stolen-prefer-struct-drm_device-based-loggi.patch
	patches.suse/0172-drm-i915-gt-prefer-struct-drm_device-based-logging.patch
	patches.suse/0173-drm-i915-uc-prefer-struct-drm_device-based-logging.patch
	patches.suse/0174-drm-i915-gt-Mark-up-racy-read-of-intel_ring.head.patch
	patches.suse/0175-drm-i915-gt-Mark-up-racy-check-of-breadcrumb-irq-ena.patch
	patches.suse/0176-drm-i915-selftests-Take-an-explicit-ref-for-rq-batch.patch
	patches.suse/0177-drm-i915-evict-watch-out-for-unevictable-nodes.patch
	patches.suse/0178-drm-i915-remove-redundant-assignment-to-variable-err.patch
	patches.suse/0179-drm-i915-selftests-Check-for-an-already-completed-ti.patch
	patches.suse/agp-intel-Reinforce-the-barrier-after-GTT-updates.patch
	patches.suse/0180-drm-i915-do-AUD_FREQ_CNTRL-state-save-on-all-gen9-pl.patch
	patches.suse/0181-drm-i915-Start-passing-latency-as-parameter.patch
	patches.suse/0182-drm-i915-ehl-extended-Wa_2006604312-to-ehl.patch
	patches.suse/0183-drm-i915-tgl-Extend-Wa_1409767108-tgl-to-B0-stepping.patch
	patches.suse/0184-drm-i915-tgl-Initialize-multicast-register-steering-.patch
	patches.suse/0185-drm-i915-selftests-Exercise-basic-RPS-interrupt-gene.patch
	patches.suse/0186-drm-i915-Add-YUV444-packed-format-support-for-skl.patch
	patches.suse/0187-drm-amd-display-Align-macro-name-as-per-DP-spec.patch
	patches.suse/0188-drm-dp-get-set-phy-compliance-pattern.patch
	patches.suse/0189-drm-i915-dp-Made-intel_dp_adjust_train-non-static.patch
	patches.suse/0190-drm-i915-dp-Preparation-for-DP-phy-compliance-auto-t.patch
	patches.suse/0191-drm-i915-dp-Add-debugfs-entry-for-DP-phy-compliance.patch
	patches.suse/0192-drm-i915-dp-Register-definition-for-DP-compliance-re.patch
	patches.suse/0193-drm-i915-dp-Program-vswing-pre-emphasis-test-pattern.patch
	patches.suse/0194-drm-i915-Update-DRIVER_DATE-to-20200417.patch
	patches.suse/0195-drm-core-Allow-drivers-allocate-a-subclass-of-struct.patch
	patches.suse/0196-drm-core-Add-drm_afbc_framebuffer-and-a-correspondin.patch
	patches.suse/0197-drm-hisilicon-Drop-unused-include.patch
	patches.suse/0198-drm-drm_vm-Use-fallthrough.patch
	patches.suse/0199-drm-Correct-a-typo-in-a-function-comment.patch
	patches.suse/0200-drm-tegra-remove-checks-for-debugfs-functions-return.patch
	patches.suse/0201-drm-tilcdc-remove-check-for-return-value-of-debugfs-.patch
	patches.suse/0202-drm-v3d-make-v3d_debugfs_init-return-0.patch
	patches.suse/0203-drm-vc4-remove-check-of-return-value-of-drm_debugfs-.patch
	patches.suse/0204-drm-arc-make-arcgpu_debugfs_init-return-0.patch
	patches.suse/0205-drm-arm-make-hdlcd_debugfs_init-return-0.patch
	patches.suse/0206-drm-etnaviv-remove-check-for-return-value-of-drm_deb.patch
	patches.suse/0207-drm-msm-remove-checks-for-return-value-of-drm_debugf.patch
	patches.suse/0208-drm-sti-remove-use-of-drm_debugfs-functions-as-retur.patch
	patches.suse/0209-drm-vram-helper-make-drm_vram_mm_debugfs_init-return.patch
	patches.suse/0210-drm-pl111-make-pl111_debugfs_init-return-0.patch
	patches.suse/0211-drm-omap-remove-checks-for-return-value-of-drm_debug.patch
	patches.suse/0212-drm-i915-have-_debugfs_init-functions-return-void.patch
	patches.suse/0213-drm-make-various-debugfs_init-functions-return-0.patch
	patches.suse/0214-drm-Constify-topology-id.patch
	patches.suse/0215-drm-edid-Swap-some-operands-in-for_each_displayid_db.patch
	patches.suse/0216-drm-edid-Remove-idx-1-assumptions-from-all-over-the-.patch
	patches.suse/0217-drm-edid-Return-DispID-length-from-drm_find_displayi.patch
	patches.suse/0218-drm-edid-Move-validate_displayid-drm_find_displayid_.patch
	patches.suse/0219-drm-edid-Don-t-parse-garbage-as-DispID-blocks.patch
	patches.suse/0220-drm-edid-Don-t-include-ext-block-csum-in-DispID-size.patch
	patches.suse/0221-drm-edid-Clarify-validate_displayid.patch
	patches.suse/0222-drm-edid-Fix-DispID-tile-parsing-for-override-EDID.patch
	patches.suse/0223-drm-debugfs-remove-checks-for-return-value-of-drm_de.patch
	patches.suse/0224-drm-Include-the-encoder-itself-in-possible_clones.patch
	patches.suse/0225-drm-gma500-Sanitize-possible_clones.patch
	patches.suse/0226-drm-imx-Remove-the-bogus-possible_clones-setup.patch
	patches.suse/0227-drm-Validate-encoder-possible_clones.patch
	patches.suse/0228-drm-Validate-encoder-possible_crtcs.patch
	patches.suse/0229-drm-convert-.debugfs_init-hook-to-return-void.patch
	patches.suse/0230-drm-Skip-drm_mode_config_validate-for-modeset.patch
	patches.suse/0231-video-omapfb-Use-scnprintf-for-avoiding-potential-bu.patch
	patches.suse/0232-video-omap2-Use-scnprintf-for-avoiding-potential-buf.patch
	patches.suse/0233-video-uvesafb-Use-scnprintf-for-avoiding-potential-b.patch
	patches.suse/0234-fbdev-fbmon-fix-Wextra-build-warnings.patch
	patches.suse/0235-fbdev-aty-fix-Wextra-build-warning.patch
	patches.suse/0236-fbdev-matrox-fix-Wextra-build-warnings.patch
	patches.suse/0237-fbdev-savage-fix-Wextra-build-warning.patch
	patches.suse/0238-fbdev-pm-23-fb.c-fix-Wextra-build-warnings-and-error.patch
	patches.suse/0239-fbdev-via-fix-Wextra-build-warning-and-format-warnin.patch
	patches.suse/0240-omapfb-Remove-unused-writeback-code.patch
	patches.suse/0241-drm-mipi-dbi-Make-mipi_dbi_command_stackbuf-data-par.patch
	patches.suse/0242-drm-lima-save-process-info-for-debug-usage.patch
	patches.suse/0243-drm-lima-add-max_error_tasks-module-parameter.patch
	patches.suse/0244-drm-lima-save-task-info-dump-when-task-fail.patch
	patches.suse/0245-drm-lima-add-error-sysfs-to-export-error-task-dump.patch
	patches.suse/0246-drm-lima-add-trace-point-for-tasks.patch
	patches.suse/0247-drm-rockchip-Add-support-for-afbc.patch
	patches.suse/0248-drm-vram-helper-remove-unneeded-if-defined-endif-gua.patch
	patches.suse/0249-drm-sun4i-de2-rgb-field-in-de2-format-struct-is-redu.patch
	patches.suse/0250-drm-sun4i-de2-csc_mode-in-de2-format-struct-is-mostl.patch
	patches.suse/0251-drm-sun4i-de2-Don-t-return-de2_fmt_info-struct.patch
	patches.suse/0252-drm-sun4i-Sort-includes-in-VI-and-UI-layer-code.patch
	patches.suse/0253-drm-bridge-dw-hdmi-do-not-force-none-scan-mode.patch
	patches.suse/0254-drm-bridge-dw-hdmi-Add-support-for-RGB-limited-range.patch
	patches.suse/0255-drm-bridge-dw-hdmi-rework-csc-related-functions.patch
	patches.suse/1465-mm-sl-uo-b-export-__kmalloc_track-_node-_caller.patch
	patches.suse/0256-drm-i915-Don-t-clear-drvdata-in-release.patch
	patches.suse/0257-drm-add-managed-resources-tied-to-drm_device.patch
	patches.suse/0258-drm-Set-final_kfree-in-drm_dev_alloc.patch
	patches.suse/0259-drm-mipi_dbi-Use-drmm_add_final_kfree-in-all-drivers.patch
	patches.suse/0260-drm-udl-Use-drmm_add_final_kfree.patch
	patches.suse/0261-drm-qxl-Use-drmm_add_final_kfree.patch
	patches.suse/0262-drm-i915-Use-drmm_add_final_kfree.patch
	patches.suse/0263-drm-cirrus-Use-drmm_add_final_kfree.patch
	patches.suse/0264-drm-v3d-Use-drmm_add_final_kfree.patch
	patches.suse/0265-drm-tidss-Use-drmm_add_final_kfree.patch
	patches.suse/0266-drm-mcde-Use-drmm_add_final_kfree.patch
	patches.suse/0267-drm-vgem-Use-drmm_add_final_kfree.patch
	patches.suse/0268-drm-vkms-Use-drmm_add_final_kfree.patch
	patches.suse/0269-drm-repaper-Use-drmm_add_final_kfree.patch
	patches.suse/0270-drm-ingenic-Use-drmm_add_final_kfree.patch
	patches.suse/0271-drm-gm12u320-Use-drmm_add_final_kfree.patch
	patches.suse/0272-drm-drivers-Use-drmm_add_final_kfree.patch
	patches.suse/0273-drm-Cleanups-after-drmm_add_final_kfree-rollout.patch
	patches.suse/0274-drm-Handle-dev-unique-with-drmm_.patch
	patches.suse/0275-drm-Use-drmm_-for-drm_dev_init-cleanup.patch
	patches.suse/0276-drm-manage-drm_minor-cleanup-with-drmm_.patch
	patches.suse/0277-drm-Manage-drm_gem_init-with-drmm_.patch
	patches.suse/0278-drm-Manage-drm_vblank_cleanup-with-drmm_.patch
	patches.suse/0279-drm-Garbage-collect-drm_dev_fini.patch
	patches.suse/0280-drm-Manage-drm_mode_config_init-with-drmm_.patch
	patches.suse/0281-drm-bochs-Remove-leftover-drm_atomic_helper_shutdown.patch
	patches.suse/0282-drm-bochs-Drop-explicit-drm_mode_config_cleanup.patch
	patches.suse/0283-drm-cirrus-Drop-explicit-drm_mode_config_cleanup-cal.patch
	patches.suse/0284-drm-cirrus-Fully-embrace-devm_.patch
	patches.suse/0285-drm-ingenic-Drop-explicit-drm_mode_config_cleanup-ca.patch
	patches.suse/0286-drm-mcde-Drop-explicit-drm_mode_config_cleanup-call.patch
	patches.suse/0287-drm-mcde-More-devm_drm_dev_init.patch
	patches.suse/0288-drm-meson-Drop-explicit-drm_mode_config_cleanup-call.patch
	patches.suse/0289-drm-pl111-Drop-explicit-drm_mode_config_cleanup-call.patch
	patches.suse/0290-drm-rcar-du-Drop-explicit-drm_mode_config_cleanup-ca.patch
	patches.suse/0291-drm-rockchip-Drop-explicit-drm_mode_config_cleanup-c.patch
	patches.suse/0292-drm-stm-Drop-explicit-drm_mode_config_cleanup-call.patch
	patches.suse/0293-drm-shmob-Drop-explicit-drm_mode_config_cleanup-call.patch
	patches.suse/0294-drm-mtk-Drop-explicit-drm_mode_config_cleanup-call.patch
	patches.suse/0295-drm-tidss-Drop-explicit-drm_mode_config_cleanup-call.patch
	patches.suse/0296-drm-gm12u320-More-drmm_.patch
	patches.suse/0297-drm-gm12u320-Use-devm_drm_dev_init.patch
	patches.suse/0298-drm-gm12u320-Use-helpers-for-shutdown-suspend-resume.patch
	patches.suse/0299-drm-gm12u320-Simplify-upload-work.patch
	patches.suse/0300-drm-repaper-Drop-explicit-drm_mode_config_cleanup-ca.patch
	patches.suse/0301-drm-mipi-dbi-Move-drm_mode_config_init-into-mipi-lib.patch
	patches.suse/0302-drm-mipi-dbi-Drop-explicit-drm_mode_config_cleanup-c.patch
	patches.suse/0303-drm-udl-Drop-explicit-drm_mode_config_cleanup-call.patch
	patches.suse/0304-drm-udl-drop-drm_driver.release-hook.patch
	patches.suse/0305-drm-Add-docs-for-managed-resources.patch
	patches.suse/0306-drm-bridge-sii9234-silence-warning-about-regulators-.patch
	patches.suse/0307-drm-fb-helper-Add-TODO-for-making-drm_fb_helper_allo.patch
	patches.suse/0308-drm-mst-Separate-sideband-packet-header-parsing-from.patch
	patches.suse/0309-drm-mst-Support-simultaneous-down-replies.patch
	patches.suse/0310-drm-dp_mst-Remove-single-tx-msg-restriction.patch
	patches.suse/0311-drm-lima-Add-optional-devfreq-and-cooling-device-sup.patch
	patches.suse/0312-drm-panel-Add-Starry-KR070PE2T.patch
	patches.suse/0313-drm-amdgpu-convert-to-use-i2c_new_client_device.patch
	patches.suse/0314-drm-gma500-convert-to-use-i2c_new_client_device.patch
	patches.suse/0315-drm-i2c-sil164-convert-to-use-i2c_new_client_device.patch
	patches.suse/0316-drm-i2c-tda998x-convert-to-use-i2c_new_client_device.patch
	patches.suse/0317-drm-nouveau-therm-convert-to-use-i2c_new_client_devi.patch
	patches.suse/0318-drm-radeon-convert-to-use-i2c_new_client_device.patch
	patches.suse/0319-drm-rework-SET_MASTER-and-DROP_MASTER-perm-handling.patch
	patches.suse/0320-drm-error-out-with-EBUSY-when-device-has-existing-ma.patch
	patches.suse/0321-drm-dp_mst-add-kernel-doc-for-drm_dp_mst_port.fec_ca.patch
	patches.suse/0322-drm-fb-fix-kernel-doc-in-drm_framebuffer.h.patch
	patches.suse/0323-drm-managed-Fix-off-by-one-in-warning.patch
	patches.suse/0324-drm-add-docs-about-the-IN_FORMATS-plane-property.patch
	patches.suse/0002-drm-qxl-Use-correct-notify-port-address-when-creatin.patch
	patches.suse/0326-drm-dp_mst-make-build_clear_payload_id_table-return-.patch
	patches.suse/0327-dma-buf-add-peer2peer-flag.patch
	patches.suse/0328-drm-ttm-lock-resv-object-during-destruction.patch
	patches.suse/0329-drm-amdgpu-note-that-we-can-handle-peer2peer-DMA-buf.patch
	patches.suse/0330-drm-amdgpu-add-checks-if-DMA-buf-P2P-is-supported.patch
	patches.suse/0331-drm-amdgpu-add-support-for-exporting-VRAM-using-DMA-.patch
	patches.suse/0332-drm-amdgpu-improve-amdgpu_gem_info-debugfs-file.patch
	patches.suse/0333-drm-core-Use-proper-debugging-macro.patch
	patches.suse/0334-drm-core-Calculate-bpp-in-afbc-helper.patch
	patches.suse/0335-drm-Fix-wrong-kfree-in-managed-resource-usage-exampl.patch
	patches.suse/0336-drm-atmel-hlcdc-Use-simple-encoder.patch
	patches.suse/0337-drm-exynos-Use-simple-encoder.patch
	patches.suse/0338-drm-fsl-dcu-Use-simple-encoder.patch
	patches.suse/0339-drm-gma500-Use-simple-encoder.patch
	patches.suse/0340-drm-hisilicon-kirin-Use-simple-encoder.patch
	patches.suse/0341-drm-i2c-tda998x-Use-simple-encoder.patch
	patches.suse/0342-drm-imx-Use-simple-encoder.patch
	patches.suse/0343-drm-ingenic-Use-simple-encoder.patch
	patches.suse/0344-drm-mediatek-Use-simple-encoder.patch
	patches.suse/0345-drm-rcar-du-Use-simple-encoder.patch
	patches.suse/0346-drm-rockchip-Use-simple-encoder.patch
	patches.suse/0347-drm-shmobile-Use-simple-encoder.patch
	patches.suse/0348-drm-sun4i-Use-simple-encoder.patch
	patches.suse/0349-drm-tegra-Use-simple-encoder.patch
	patches.suse/0350-drm-tilcdc-Use-simple-encoder.patch
	patches.suse/0351-drm-vc4-Use-simple-encoder.patch
	patches.suse/0352-drm-virtgpu-Use-simple-encoder.patch
	patches.suse/0353-drm-vkms-Use-simple-encoder.patch
	patches.suse/0354-drm-zte-Use-simple-encoder.patch
	patches.suse/0355-drm-hisilicon-Enforce-128-byte-stride-alignment-to-f.patch
	patches.suse/0356-drm-virtio-random-virtgpu_drv.h-cleanups.patch
	patches.suse/0357-drm-virtio-delete-notify-after-virtio_gpu_cmd_contex.patch
	patches.suse/0358-drm-virtio-delete-notify-in-virtio_gpu_object_create.patch
	patches.suse/0359-drm-virtio-make-virtio_gpu_object_attach-void.patch
	patches.suse/0360-drm-pci-Move-drm_pci_alloc-free-under-CONFIG_DRM_LEG.patch
	patches.suse/0361-drm-delete-drm_pci.h.patch
	patches.suse/0362-drm-panel-leadtek-ltk500hd1829-Fix-dotclock.patch
	patches.suse/0363-drm-amd-amdgpu_dm-mst-Remove-unneeded-edid-assignmen.patch
	patches.suse/0364-drm-amd-amdgpu_dm-mst-Remove-destroy_connector-callb.patch
	patches.suse/0365-drm-amd-amdgpu_dm-mst-Stop-printing-extra-messages-i.patch
	patches.suse/0366-drm-dp_mst-Remove-drm_dp_mst_topology_cbs.destroy_co.patch
	patches.suse/0367-drm-sched-fix-kernel-doc-in-gpu_scheduler.h.patch
	patches.suse/0368-drm-bridge-fix-kernel-doc-warning-in-panel.c.patch
	patches.suse/0369-drm-sun4i-tcon-Delete-an-error-message-in-sun4i_tcon.patch
	patches.suse/0370-drm-dp_mst-Fix-NULL-deref-in-drm_dp_get_one_sb_msg.patch
	patches.suse/0371-drm-dp_mst-Don-t-drop-NAKs-for-down-responses.patch
	patches.suse/0372-drm-writeback-document-callbacks.patch
	patches.suse/0373-drm-writeback-wire-drm_writeback.h-to-kernel-doc.patch
	patches.suse/0374-drm-vblank-Add-intro-to-documentation.patch
	patches.suse/0375-video-fbdev-don-t-print-error-message-on-platform_ge.patch
	patches.suse/0376-drm-i915-dp_mst-Cast-intel_connector-port-as-drm_dp_.patch
	patches.suse/0377-drm-dp_mst-Remove-drm_dp_mst_has_audio.patch
	patches.suse/0378-drm-ingenic-Delete-an-error-message-in-ingenic_drm_p.patch
	patches.suse/0379-video-Add-missing-annotation-for-cyber2000fb_enable_.patch
	patches.suse/0380-drm-panel-add-panel-driver-for-Leadtek-LTK050H3146W.patch
	patches.suse/0381-video-fbdev-matroxfb-remove-dead-code-and-set-but-no.patch
	patches.suse/0382-video-fbdev-mb862xx-remove-set-but-not-used-variable.patch
	patches.suse/0383-drm-panel-nt39016-Add-support-for-multiple-modes.patch
	patches.suse/0384-drm-panel-nt39016-Add-support-for-50-Hz-refresh-rate.patch
	patches.suse/0385-drm-ttm-clean-up-ttm_trace_dma_map-ttm_trace_dma_unm.patch
	patches.suse/0386-drm-ast-Set-up-fbdev-after-registering-device-remove.patch
	patches.suse/0387-drm-hibmc-Remove-error-check-from-fbdev-setup.patch
	patches.suse/0388-drm-kirin-Set-up-fbdev-after-fully-registering-devic.patch
	patches.suse/0389-drm-ingenic-Remove-error-check-from-fbdev-setup.patch
	patches.suse/0390-drm-mediatek-Remove-error-check-from-fbdev-setup.patch
	patches.suse/0391-drm-mgag200-Set-up-fbdev-after-registering-device-re.patch
	patches.suse/0392-drm-tilcdc-Set-up-fbdev-after-fully-registering-devi.patch
	patches.suse/0393-drm-udl-Remove-error-check-from-fbdev-setup.patch
	patches.suse/0394-drm-vboxvideo-Set-up-fbdev-after-registering-device-.patch
	patches.suse/0395-drm-fb-helper-Remove-return-value-from-drm_fbdev_gen.patch
	patches.suse/0396-fbdev-mx3fb-avoid-warning-about-psABI-change.patch
	patches.suse/0397-drm-panel-support-for-boe-tv105wum-nw0-dsi-video-mod.patch
	patches.suse/0398-drm-Don-t-return-0-from-a-void-drm_fbdev_generic_set.patch
	patches.suse/0399-drm-vram-helpers-Set-plane-fence-for-display-update.patch
	patches.suse/0400-drm-vram-helpers-Merge-code-into-a-single-file.patch
	patches.suse/0401-drm-bridge-Add-NWL-MIPI-DSI-host-controller-support.patch
	patches.suse/0402-drm-dp_mst-Improve-kdocs-for-drm_dp_check_act_status.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/0405-drm-dp_mst-Print-errors-on-ACT-timeouts.patch
	patches.suse/0406-dma-buf-Prettify-typecasts-for-dma-fence-chain.patch
	patches.suse/0407-dma-buf-Report-signaled-links-inside-dma-fence-chain.patch
	patches.suse/0408-dma-buf-Exercise-dma-fence-chain-under-selftests.patch
	patches.suse/0409-fbdev-mx3fb-const-pointer-to-ipu_di_signal_cfg.patch
	patches.suse/0410-drm-kirin-Revert-change-to-add-register-connect-help.patch
	patches.suse/0411-drm-bridge-adv7511-Enable-SPDIF-DAI.patch
	patches.suse/drm-bridge-adv7511-Extend-list-of-audio-sample-rates.patch
	patches.suse/0413-drm-device-Deprecate-dev_private-harder.patch
	patches.suse/0414-drm-rockchip-fix-spelling-mistake-modifer-modifier.patch
	patches.suse/0415-drm-Don-t-free-a-struct-never-allocated-by-drm_gem_f.patch
	patches.suse/0416-video-ssd1307fb-Convert-driver-to-use-probe_new.patch
	patches.suse/0417-video-ssd1307fb-Introduce-temporary-variable-to-incr.patch
	patches.suse/0418-video-ssd1307fb-Make-use-of-device-properties.patch
	patches.suse/0419-video-ssd1307fb-Convert-to-atomic-PWM-API.patch
	patches.suse/0420-video-ssd1307fb-Remove-redundant-forward-declaration.patch
	patches.suse/0421-video-fbdev-controlfb-fix-sparse-warning-about-using.patch
	patches.suse/0422-video-fbdev-controlfb-add-COMPILE_TEST-support.patch
	patches.suse/0423-video-fbdev-controlfb-remove-obsolete-module-support.patch
	patches.suse/0424-video-fbdev-controlfb-remove-function-prototypes-par.patch
	patches.suse/0425-video-fbdev-controlfb-remove-function-prototypes-par.patch
	patches.suse/0426-video-fbdev-controlfb-remove-function-prototypes-par.patch
	patches.suse/0427-video-fbdev-imxfb-ensure-balanced-regulator-usage.patch
	patches.suse/0001-video-vt8500lcdfb-fix-fallthrough-warning.patch
	patches.suse/0429-omapfb-dss-remove-unused-variable-venc_config_pal_bd.patch
	patches.suse/0430-video-fbdev-aty128fb-remove-unused-sdr_64.patch
	patches.suse/0431-ARM-fbdev-sa11x0-Switch-to-use-GPIO-descriptors.patch
	patches.suse/0432-fbdev-s1d13xxxfb-add-missed-unregister_framebuffer-i.patch
	patches.suse/0433-video-fbdev-arcfb-add-missed-free_irq-and-fix-the-or.patch
	patches.suse/0434-video-fbdev-vesafb-add-missed-release_region.patch
	patches.suse/0435-drm-tegra-Clean-up-GPIO-includes.patch
	patches.suse/0436-drm-ast-Allocate-initial-CRTC-state-of-the-correct-s.patch
	patches.suse/0437-drm-Fix-misspellings-of-Analog-Devices.patch
	patches.suse/0438-drm-gma500-remove-unused-variable-hdmi_ids.patch
	patches.suse/0439-drm-gma500-Remove-dead-code.patch
	patches.suse/0440-drm-amdgpu-Enable-reading-FRU-chip-via-I2C-v3.patch
	patches.suse/0441-drm-amdgpu-Add-documentation-for-memory-info.patch
	patches.suse/0442-drm-amdgpu-Add-documentation-for-PCIe-accounting.patch
	patches.suse/0443-drm-amdgpu-Add-documentation-for-unique_id.patch
	patches.suse/0444-drm-amd-amdgpu-Add-GFX9.1-PWR_MISC_CNTL_STATUS-regis.patch
	patches.suse/0445-drm-amdgpu-disabled-fru-eeprom-access.patch
	patches.suse/0446-drm-amdgpu-Expose-TA-FW-version-in-fw_version-file.patch
	patches.suse/0447-drm-amdgpu-Fix-FRU-data-checking.patch
	patches.suse/0448-drm-amdgpu-purge-ip_discovery-headers.patch
	patches.suse/0449-drm-amdgpu-amends-feature-bits-for-MM-bandwidth-mgr.patch
	patches.suse/0450-drm-amdgpu-cleanup-all-virtualization-detection-rout.patch
	patches.suse/0451-drm-amdgpu-added-xgmi-ras-error-reset-sequence.patch
	patches.suse/0452-drm-amdgpu-disable-ras-query-and-iject-during-gpu-re.patch
	patches.suse/0453-drm-amdgpu-Virtual-display-need-to-support-multiple-.patch
	patches.suse/0454-drm-amdgpu-Add-4k-resolution-for-virtual-display.patch
	patches.suse/0455-drm-amdgpu-Ignore-the-not-supported-error-from-psp.patch
	patches.suse/0456-drm-radeon-remove-unneeded-header-include-path.patch
	patches.suse/0457-drm-radeon-fix-build-rules-of-_reg_safe.h.patch
	patches.suse/0458-drm-radeon-use-pattern-rule-to-avoid-code-duplicatio.patch
	patches.suse/0459-drm-radeon-align-short-build-log.patch
	patches.suse/0460-drm-amdgpu-uvd7-remove-unnecessary-conversion-to-boo.patch
	patches.suse/0461-drm-amd-amdgpu-Add-missing-SMUIO-v12-register-to-hea.patch
	patches.suse/0462-drm-amd-amdgpu-Move-PWR_MISC_CNTL_STATUS-to-its-own-.patch
	patches.suse/0463-drm-amd-amdgpu-Fix-SMUIO-PWR-Confusion-v2.patch
	patches.suse/0464-drm-amdgpu-cleanup-idh-event-req-for-NV-headers.patch
	patches.suse/0465-drm-amdgpu-introduce-new-idh_request-event-enum.patch
	patches.suse/0466-drm-amdgpu-introduce-new-request-and-its-function.patch
	patches.suse/0467-drm-amdgpu-use-static-mmio-offset-for-NV-mailbox.patch
	patches.suse/0468-drm-amdgpu-equip-new-req_init_data-handshake.patch
	patches.suse/0469-drm-amdgpu-adjust-sequence-of-ip_discovery-init-and-.patch
	patches.suse/0470-drm-amdgpu-postpone-entering-fullaccess-mode.patch
	patches.suse/0471-drm-amdgpu-No-need-support-vcn-decode.patch
	patches.suse/0472-drm-amdgpu-extend-compute-job-timeout.patch
	patches.suse/0473-drm-amd-display-3.2.77.patch
	patches.suse/0474-drm-amd-display-Add-ABM-driver-implementation.patch
	patches.suse/0475-drm-amd-display-Move-backlight-pwm-enable-function-c.patch
	patches.suse/0476-drm-amdgpu-implement-more-ib-pools-v2.patch
	patches.suse/0477-drm-amd-amdgpu-Include-headers-for-PWR-and-SMUIO-reg.patch
	patches.suse/0478-drm-amdgpu-fix-non-pointer-dereference-for-non-RAS-s.patch
	patches.suse/0479-drm-amdgpu-infinite-retries-fix-from-UTLC1-RB-SDMA.patch
	patches.suse/0480-drm-amdgpu-ih-doorbell-size-of-range-changed-for-nbi.patch
	patches.suse/0481-drm-amdgpu-enable-IH-ring-1-and-ring-2-for-navi.patch
	patches.suse/0482-drm-amdgpu-call-psp-to-program-ih-cntl-in-SR-IOV-for.patch
	patches.suse/0483-drm-amdgpu-reroute-VMC-and-UMD-to-IH-ring-1-for-oss-.patch
	patches.suse/0484-drm-amd-powerplay-avoid-calling-CI-specific-SMU-mess.patch
	patches.suse/0485-drm-amd-powerplay-avoid-calling-SMU7-specific-SMU-me.patch
	patches.suse/0486-drm-amd-powerpaly-drop-unused-APIs.patch
	patches.suse/0487-drm-amd-powerplay-avoid-calling-SMU8-specific-SMU-me.patch
	patches.suse/0488-drm-amd-powerplay-avoid-calling-SMU9-specific-SMU-me.patch
	patches.suse/0489-drm-amd-powerplay-avoid-calling-SMU10-specific-SMU-m.patch
	patches.suse/0490-drm-amd-powerplay-avoid-calling-Vega20-specific-SMU-.patch
	patches.suse/0491-drm-amd-powerplay-unified-interfaces-for-message-iss.patch
	patches.suse/0492-drm-amd-powerplay-added-mutex-protection-on-msg-issu.patch
	patches.suse/0493-drm-amdgpu-stop-disable-the-scheduler-during-HW-fini.patch
	patches.suse/0494-drm-amdgpu-skip-access-sdma_v5_0-registers-under-SRI.patch
	patches.suse/0495-drm-amdgpu-vcn-fix-race-condition-issue-for-vcn-star.patch
	patches.suse/0496-drm-amdgpu-vcn-fix-race-condition-issue-for-dpg-unpa.patch
	patches.suse/0497-drm-amdgpu-vcn2.0-stall-DPG-when-WPTR-RPTR-reset.patch
	patches.suse/0498-drm-amdgpu-vcn2.5-stall-DPG-when-WPTR-RPTR-reset.patch
	patches.suse/0499-drm-amdgpu-vcn-Add-firmware-share-memory-support.patch
	patches.suse/0500-drm-amdgpu-vcn2.0-Add-firmware-w-r-ptr-reset-sync.patch
	patches.suse/0501-drm-amdgpu-vcn2.5-Add-firmware-w-r-ptr-reset-sync.patch
	patches.suse/0502-drm-amdgpu-enable-VCN2.5-DPG-mode-for-Arcturus.patch
	patches.suse/0503-drm-amd-display-cleanup-codestyle-type-BLOCK_COMMENT.patch
	patches.suse/0504-drm-amd-display-codestyle-cleanup-on-dc_link-file-un.patch
	patches.suse/0505-drm-amd-display-code-cleanup-on-dc_link-from-is_same.patch
	patches.suse/0506-drm-amd-display-code-cleanup-of-dc_link-file-on-func.patch
	patches.suse/0507-drm-amdgpu-fix-and-cleanup-amdgpu_gem_object_close-v.patch
	patches.suse/0508-drm-amdgpu-vcn-fix-spelling-mistake-fimware-firmware.patch
	patches.suse/0509-drm-amd-amdgpu_dm-mst-Remove-useless-sideband-tracin.patch
	patches.suse/0510-drm-amd-dc-Kill-dc_conn_log_hex_linux.patch
	patches.suse/0511-drm-amd-display-remove-mod_hdcp_hdcp2_get_link_encry.patch
	patches.suse/0512-drm-amd-display-Guard-calls-to-hdcp_ta-and-dtm_ta.patch
	patches.suse/0513-amdgpu-drm-remove-psp-access-on-navi10-for-sriov.patch
	patches.suse/0514-drm-amd-powerplay-avoid-using-pm_en-before-it-is-ini.patch
	patches.suse/0515-drm-amd-display-fix-the-broken-logic-in-dc_link.c.patch
	patches.suse/drm-amdgpu-sriov-add-amdgpu_amdkfd_pre_reset-in-gpu-.patch
	patches.suse/0517-drm-amdgpu-sync-ring-type-and-drm-hw_ip-type.patch
	patches.suse/0518-drm-amdgpu-rework-sched_list-generation.patch
	patches.suse/0519-drm-amdgpu-vcn-add-shared-memory-restore-after-wake-.patch
	patches.suse/0520-drm-amd-powerplay-fix-a-typo.patch
	patches.suse/0521-drm-amdgpu-Print-UTCL2-client-ID-on-a-gpuvm-fault.patch
	patches.suse/0522-drm-amdgpu-add-SPM-golden-settings-for-Navi10-v2.patch
	patches.suse/0523-drm-amdgpu-add-SPM-golden-settings-for-Navi14.patch
	patches.suse/0524-drm-amdgpu-add-SPM-golden-settings-for-Navi12.patch
	patches.suse/0525-drm-amd-amdgpu-Correct-gfx10-s-CG-sequence.patch
	patches.suse/0526-drm-amdkfd-Avoid-destroy-hqd-when-GPU-is-on-reset.patch
	patches.suse/0527-drm-amdgpu-sriov-add-amdgpu_amdkfd_pre_reset-in-gpu-.patch
	patches.suse/0528-drm-amd-display-3.2.78.patch
	patches.suse/0529-drm-amd-display-prevent-loop-from-occuring-in-pipe-l.patch
	patches.suse/0530-drm-amd-display-Program-DSC-before-enabling-link.patch
	patches.suse/0531-drm-amd-display-Implement-abm-config-table-copy-to-d.patch
	patches.suse/0532-drm-amd-display-Remove-hdcp-display-state-with-mst-f.patch
	patches.suse/0533-drm-amd-display-Power-down-hw-blocks-on-boot.patch
	patches.suse/0534-drm-amd-display-blank-dp-stream-before-power-off-rec.patch
	patches.suse/0535-drm-amd-display-Don-t-change-mpcc-tree-for-medium-up.patch
	patches.suse/0536-drm-amd-display-Check-power_down-functions-exist-bef.patch
	patches.suse/0537-drm-amd-display-Use-config-flag-to-disable-dmcu-obj-.patch
	patches.suse/0538-drm-amd-display-fix-typo.patch
	patches.suse/0539-drm-amd-display-only-blank-dp-stream-which-will-be-p.patch
	patches.suse/0540-drm-amd-display-Fix-ABM-config-copy-for-dmcub.patch
	patches.suse/0541-drm-amd-display-Remove-unused-defines.patch
	patches.suse/0542-drm-amd-display-3.2.79.patch
	patches.suse/0543-drm-amd-display-fix-dml-pipe-merge-logic.patch
	patches.suse/0544-drm-amd-display-initialize-get_max_link_cap.patch
	patches.suse/0545-drm-amd-display-Refactor-color-management-to-take-dm.patch
	patches.suse/0546-drm-amd-display-Revert-to-old-formula-in-set_vtg_par.patch
	patches.suse/0547-drm-amd-display-Update-DRAM-watermark-before-checkin.patch
	patches.suse/0548-drm-amd-display-determine-USB-C-DP2-mode-only-when-U.patch
	patches.suse/0549-drm-amd-display-Make-DMCUB-bss-data-firmware-blob-op.patch
	patches.suse/0550-drm-amd-display-3.2.80.patch
	patches.suse/0551-drm-amdgpu-Re-enable-FRU-check-for-most-models-v5.patch
	patches.suse/0552-drm-amd-display-query-hdcp-capability-during-link-de.patch
	patches.suse/0553-drm-amd-display-add-HDCP-caps-debugfs.patch
	patches.suse/0554-drm-amdgpu-fix-gfx-hang-during-suspend-with-video-pl.patch
	patches.suse/0555-drm-amdgpu-remove-inproper-workaround-for-vega10.patch
	patches.suse/0556-drm-amdgpu-replace-indirect-mmio-access-in-non-dc-co.patch
	patches.suse/0557-drm-amdgpu-retire-indirect-mmio-reg-support-from-cgs.patch
	patches.suse/0558-drm-amdgpu-retire-RREG32_IDX-WREG32_IDX.patch
	patches.suse/0559-drm-amdgpu-retire-AMDGPU_REGS_KIQ-flag.patch
	patches.suse/0560-drm-amdgpu-support-access-regs-outside-of-mmio-bar.patch
	patches.suse/0561-amdgpu_kms-Remove-unnecessary-condition-check.patch
	patches.suse/0562-drm-amdgpu-increased-atom-cmd-timeout.patch
	patches.suse/0563-drm-amdgpu-restrict-debugfs-register-access-under-SR.patch
	patches.suse/0564-drm-amd-display-Change-error-to-dc_log-at-amdgpu_dm-.patch
	patches.suse/0565-drm-amdgpu-add-uncorrectable-error-count-print-in-UM.patch
	patches.suse/0566-drm-amdgpu-refine-ras-related-message-print.patch
	patches.suse/0567-drm-amdgpu-resume-kiq-access-debugfs.patch
	patches.suse/0568-drm-amdgpu-replace-DRM-prefix-with-PCI-device-info-f.patch
	patches.suse/0569-drm-amdgpu-powerplay-get-SMC-FW-size-to-a-flexible-w.patch
	patches.suse/0570-drm-amdgpu-ring-add-no_scheduler-flag.patch
	patches.suse/0571-drm-amdgpu-kiq-add-no_scheduler-flag-to-KIQ.patch
	patches.suse/0572-drm-amdgpu-ring-simplify-scheduler-setup-logic.patch
	patches.suse/0573-drm-amd-display-code-clean-up-in-dce80_hw_sequencer..patch
	patches.suse/0574-drm-amd-amdgpu-add-prefix-for-pr_-prints.patch
	patches.suse/0575-drm-amd-amdgpu-add-print-prefix-for-dev_-variants.patch
	patches.suse/0576-drm-amd-amdgpu-remove-hardcoded-module-name-in-print.patch
	patches.suse/0577-drm-amdgpu-remove-dead-code-in-si_dpm.c.patch
	patches.suse/0578-drm-radeon-remove-defined-but-not-used-dte_data_tahi.patch
	patches.suse/0579-drm-radeon-remove-defined-but-not-used-variables-in-.patch
	patches.suse/0580-drm-amd-display-remove-redundant-assignment-to-varia.patch
	patches.suse/0581-drm-amdgpu-fix-the-hw-hang-during-perform-system-reb.patch
	patches.suse/0582-drm-amd-powerplay-revise-the-way-to-retrieve-the-boa.patch
	patches.suse/0583-drm-amd-powerplay-bump-the-NAVI10-smu-driver-if-vers.patch
	patches.suse/0584-drm-amd-powerplay-correct-i2c-eeprom-init-fini-seque.patch
	patches.suse/0585-drm-amd-powerplay-properly-set-the-dpm_enabled-state.patch
	patches.suse/0586-drm-amd-powerplay-update-Arcturus-smu-driver-if-head.patch
	patches.suse/0587-drm-amdgpu-update-psp-fw-loading-sequence.patch
	patches.suse/0588-drm-amdgpu-set-mp1-state-before-reload.patch
	patches.suse/0589-Revert-drm-amdgpu-use-the-BAR-if-possible-in-amdgpu_.patch
	patches.suse/0590-drm-amdgpu-cache-smu-fw-version-info.patch
	patches.suse/0591-drm-amdgpu-gmc-Fix-spelling-mistake.patch
	patches.suse/0592-drm-amdgpu-Disable-FRU-read-on-Arcturus.patch
	patches.suse/0593-drm-amdgpu-fix-kernel-page-fault-issue-by-ras-recove.patch
	patches.suse/0594-Revert-drm-amdgpu-Disable-gfx-off-if-VCN-is-busy.patch
	patches.suse/0595-drm-amdgpu-fix-race-between-pstate-and-remote-buffer.patch
	patches.suse/0596-drm-amd-powerplay-remove-defined-but-not-used-variab.patch
	patches.suse/0597-drm-amd-dc-remove-unused-variable-video_optimized_pi.patch
	patches.suse/0598-drm-amd-display-Remove-aconnector-condition-check-fo.patch
	patches.suse/0599-drm-amd-display-Correct-updating-logic-of-dcn21-s-pi.patch
	patches.suse/0600-drm-amd-display-Add-user-backlight-level-reg-write.patch
	patches.suse/0601-drm-amd-display-Move-enable-fractional-pwm-call.patch
	patches.suse/0602-drm-amd-display-Force-watermark-value-propagation.patch
	patches.suse/0603-drm-amd-display-Remove-byte-swapping-for-dmcub-abm-c.patch
	patches.suse/0604-drm-amd-display-Add-SetBacklight-call-to-abm-on-dmcu.patch
	patches.suse/0605-drm-amd-display-Support-plane-level-gamut-remap-in-D.patch
	patches.suse/0606-drm-amd-display-Unify-psr-feature-flags.patch
	patches.suse/0607-drm-amd-display-Check-ramp-NULL-before-applying-lut1.patch
	patches.suse/0608-drm-amd-display-Workaround-to-disable-YCbCr.patch
	patches.suse/0609-drm-amd-display-add-optc-get-crc-support-for-timings.patch
	patches.suse/0610-drm-amd-display-Set-meta_chunk_value-to-0-in-DML-if-.patch
	patches.suse/0611-drm-amd-display-Cast-int-to-float-before-division.patch
	patches.suse/0612-drm-amd-display-fix-stream-setting-for-diags-on-sili.patch
	patches.suse/0613-drm-amd-display-Avoid-NULL-pointer-in-set_backlight-.patch
	patches.suse/0614-drm-amd-display-Change-infopacket-type-programming.patch
	patches.suse/0615-drm-amd-display-Use-the-correct-input-TF-for-video-f.patch
	patches.suse/0616-drm-amd-display-Fix-HDR-visual-confirm.patch
	patches.suse/0617-drm-amd-display-Update-MPCC-if-requested.patch
	patches.suse/0618-drm-amd-display-3.2.81.patch
	patches.suse/0619-drm-amd-display-Various-fixes-for-PSR-on-DMCUB.patch
	patches.suse/0620-drm-amd-display-Cap-certain-DML-values-for-Low-Pix-C.patch
	patches.suse/0621-drm-amd-display-make-all-backlight-calls-link-based.patch
	patches.suse/0622-drm-amd-display-move-panel-power-seq-to-new-panel-st.patch
	patches.suse/0623-drm-amd-display-dmcu-wait-loop-calculation-is-incorr.patch
	patches.suse/0624-drm-amd-display-destroy-panel-on-link-destruct.patch
	patches.suse/0625-drm-amd-display-fix-virtual-signal-dsc-setup.patch
	patches.suse/0626-drm-amd-display-Factor-in-immediate-flip-support-int.patch
	patches.suse/0627-drm-amd-display-Add-HW-rotation-cursor-changes-to-dc.patch
	patches.suse/0628-drm-amd-display-change-from-panel-to-panel-cntl.patch
	patches.suse/0629-drm-amd-display-access-ABM-from-stream-resource.patch
	patches.suse/0630-drm-amd-display-Adjust-refactored-dm-for-color-manag.patch
	patches.suse/0631-drm-amd-display-Convert-memory-from-cpu-to-fw-endian.patch
	patches.suse/0632-drm-amd-display-fix-bug-in-the-logic-for-panel-power.patch
	patches.suse/0633-drm-amdkfd-Adjust-three-kfd-dmesg-printings-during-i.patch
	patches.suse/0634-drm-amdgpu-Adjust-the-SDMA-doorbell-info-printing.patch
	patches.suse/0635-drm-amdgpu-powerplay-avoid-to-show-invalid-DPM-table.patch
	patches.suse/0636-drm-amd-powerplay-update-smu12_driver_if.h-to-align-.patch
	patches.suse/0637-drm-amdgpu-Print-CU-information-by-default-during-in.patch
	patches.suse/0638-drm-amdgpu-disble-vblank-when-unloading-sriov-driver.patch
	patches.suse/0639-drm-amd-powerplay-limit-smu-support-to-Arcturus-for-.patch
	patches.suse/0640-drm-amdgpu-replace-DRM-prefix-with-PCI-device-info-f.patch
	patches.suse/0641-drm-amdgpu-clean-up-unused-variable-about-ring-lru.patch
	patches.suse/0642-drm-amdgpu-cleanup-coding-style-in-amdkfd-a-bit.patch
	patches.suse/0643-drm-amdgpu-correct-fbdev-suspend-on-gpu-reset.patch
	patches.suse/0644-drm-amdgpu-correct-cancel_delayed_work_sync-on-gpu-r.patch
	patches.suse/0645-drm-amdgpu-optimize-the-gpu-reset-for-XGMI-setup-V2.patch
	patches.suse/0646-drm-amdgpu-code-cleanup-around-gpu-reset.patch
	patches.suse/0647-drm-amdgpu-set-error-query-ready-after-all-IPs-late-.patch
	patches.suse/0648-drm-amdgpu-change-how-we-update-mmRLC_SPM_MC_CNTL.patch
	patches.suse/0649-drm-amdgpu-request-reg_val_offs-each-kiq-read-reg.patch
	patches.suse/0003-drm-amd-display-fix-Kconfig-help-text.patch
	patches.suse/0651-drm-amdgpu-fix-kernel-doc-struct-warning.patch
	patches.suse/0652-drm-amdgpu-remove-set-but-not-used-variable-priority.patch
	patches.suse/drm-amdgpu-Init-data-to-avoid-oops-while-reading-pp_.patch
	patches.suse/0654-drm-amdgpu-shrink-critical-section-in-amdgpu_amdkfd_.patch
	patches.suse/0655-drm-amdgpu-retire-support_vmr_ring-interface.patch
	patches.suse/0656-drm-amdgpu-remove-unnecessary-tOS-version-check.patch
	patches.suse/0657-drm-amdgpu-retire-unused-check_fw_loading-status.patch
	patches.suse/0658-drm-amdgpu-add-helper-function-to-init-asd-ucode.patch
	patches.suse/0659-drm-amdgpu-switch-to-helper-function-to-init-asd-uco.patch
	patches.suse/0660-drm-amdgpu-add-helper-function-to-init-sos-ucode.patch
	patches.suse/0661-drm-amdgpu-switch-to-helper-function-to-init-sos-uco.patch
	patches.suse/0662-drm-amdgpu-retire-legacy-vega10-sos-version-check.patch
	patches.suse/0663-drm-amdgpu-ignore-TA-ucode-for-SRIOV.patch
	patches.suse/0664-drm-amdgpu-skip-cg-pg-set-for-SRIOV.patch
	patches.suse/0665-drm-amdgpu-sriov-is-forbidden-to-call-disable-DPM.patch
	patches.suse/0666-drm-amdgpu-provide-RREG32_SOC15_NO_KIQ-will-be-used-.patch
	patches.suse/0667-drm-amdgpu-clear-the-messed-up-checking-logic.patch
	patches.suse/0668-drm-amdgpu-enable-one-vf-mode-for-nv12.patch
	patches.suse/0669-drm-amdgpu-skip-sysfs-node-not-belong-to-one-vf-mode.patch
	patches.suse/0670-drm-amdgpu-for-nv12-always-need-smu-ip.patch
	patches.suse/0671-drm-amdgpu-extent-threshold-of-waiting-FLR_COMPLETE.patch
	patches.suse/0672-drm-amdgpu-protect-ring-overrun.patch
	patches.suse/0673-drm-amd-display-remove-redundant-assignment-to-varia.patch
	patches.suse/0674-drm-amdgpu-gmc-Use-consistent-variable-on-unlocks.patch
	patches.suse/0675-amdgpu-dc-remove-redundant-assignment-to-variable-op.patch
	patches.suse/0676-drm-amdgpu-Remove-unneeded-semicolon.patch
	patches.suse/0677-drm-amdgpu-sw-pstate-switch-should-only-be-for-vega2.patch
	patches.suse/0678-drm-amdgpu-switch-to-SMN-interface-to-operate-RSMU-i.patch
	patches.suse/0679-drm-amdgpu-decouple-EccErrCnt-query-and-clear-operat.patch
	patches.suse/0680-drm-amdgpu-remove-conversion-to-bool-in-amdgpu_devic.patch
	patches.suse/0681-drm-amd-display-remove-conversion-to-bool-in-dcn20_m.patch
	patches.suse/0682-drm-amd-display-remove-conversion-to-bool-in-dc_link.patch
	patches.suse/0683-drm-amdkfd-Put-ASIC-revision-into-HSA-capability.patch
	patches.suse/0684-Revert-drm-amd-powerplay-avoid-using-pm_en-before-it.patch
	patches.suse/0685-drm-amdgpu-vcn2.5-wait-for-tiles-off-after-unpause.patch
	patches.suse/0686-drm-amd-display-3.2.82.patch
	patches.suse/0687-drm-amd-display-Do-not-disable-pipe-split-if-mode-is.patch
	patches.suse/0688-drm-amd-display-Fix-DMUB-meta-offset-for-new-load-me.patch
	patches.suse/0689-drm-amd-display-clean-up-some-header-paths.patch
	patches.suse/0690-drm-amd-display-Add-DML-variable-for-future-asics.patch
	patches.suse/0691-drm-amd-display-Fail-validation-if-building-scaling-.patch
	patches.suse/0692-drm-amd-display-Change-viewport-limit-to-12-for-DCN2.patch
	patches.suse/0693-drm-amd-display-Pass-command-instead-of-header-into-.patch
	patches.suse/0694-drm-amd-display-Add-panel-cntl-id-for-set-backlight-.patch
	patches.suse/0695-drm-amd-display-Add-dummy-p-state-latency-bounding-b.patch
	patches.suse/0696-drm-amd-display-Add-set-backlight-to-hw-sequencer.patch
	patches.suse/0697-drm-amd-display-Internal-refactoring-to-abstract-col.patch
	patches.suse/0698-drm-amd-display-3.2.83.patch
	patches.suse/0699-drm-amd-display-3.2.83.1.patch
	patches.suse/0700-drm-amdgpu-add-UAPI-for-creating-encrypted-buffers.patch
	patches.suse/0701-drm-amdgpu-add-UAPI-to-create-secure-commands-v3.patch
	patches.suse/0702-drm-amdgpu-define-the-TMZ-bit-for-the-PTE.patch
	patches.suse/0703-drm-amdgpu-add-tmz-feature-parameter-v2.patch
	patches.suse/0704-drm-amdgpu-add-amdgpu_tmz-data-structure.patch
	patches.suse/0705-drm-amdgpu-add-function-to-check-tmz-capability-v4.patch
	patches.suse/0706-drm-amdgpu-add-tmz-bit-in-frame-control-packet.patch
	patches.suse/0707-drm-amdgpu-expand-the-emit-tmz-interface-with-truste.patch
	patches.suse/0708-drm-amdgpu-expand-the-context-control-interface-with.patch
	patches.suse/0709-drm-amdgpu-job-is-secure-iff-CS-is-secure-v5.patch
	patches.suse/0710-drm-amdgpu-set-TMZ-bits-in-PTEs-for-secure-BO-v4.patch
	patches.suse/0711-drm-amdgpu-fix-up-for-amdgpu_tmz.c-and-removal-of-dr.patch
	patches.suse/0712-drm-amdgpu-expand-sdma-copy_buffer-interface-with-tm.patch
	patches.suse/0713-drm-amdgpu-expand-amdgpu_copy_buffer-interface-with-.patch
	patches.suse/0714-drm-amdgpu-enable-TMZ-bit-in-sdma-copy-pkt-for-sdma-.patch
	patches.suse/0715-drm-amdgpu-enable-TMZ-bit-in-sdma-copy-pkt-for-sdma-.patch
	patches.suse/0716-drm-amdgpu-enable-TMZ-bit-in-FRAME_CONTROL-for-gfx10.patch
	patches.suse/0717-drm-amdgpu-move-CS-secure-flag-next-the-structs-wher.patch
	patches.suse/0718-drm-amdgpu-remove-the-alignment-placeholder-for-secu.patch
	patches.suse/0719-drm-amdgpu-implement-TMZ-accessor-v3.patch
	patches.suse/0720-drm-amd-display-Indicate-use-of-TMZ-buffers-to-DC.patch
	patches.suse/0721-drm-amdgpu-Move-to-a-per-IB-secure-flag-TMZ.patch
	patches.suse/0722-drm-amdgpu-fix-the-wrong-logic-checking-when-secure-.patch
	patches.suse/0723-drm-amdgpu-also-add-the-TMZ-flag-to-GART.patch
	patches.suse/0724-drm-amdgpu-add-TMZ-handling-to-amdgpu_move_blit.patch
	patches.suse/0725-drm-amdgpu-stop-evicting-encrypted-BOs-to-swap.patch
	patches.suse/0726-drm-amdgpu-Fine-grained-TMZ-support.patch
	patches.suse/0727-drm-amdgpu-Fix-per-IB-secure-flag-GFX-hang.patch
	patches.suse/0728-drm-amdgpu-cleanup-amdgpu_ttm_copy_mem_to_mem-and-am.patch
	patches.suse/0729-drm-amdgpu-add-full-TMZ-support-into-amdgpu_ttm_map_.patch
	patches.suse/0730-drm-amdgpu-fix-size-calculation-in-amdgpu_ttm_copy_m.patch
	patches.suse/0731-drm-amdgpu-check-ring-type-for-secure-IBs.patch
	patches.suse/0732-drm-amdgpu-partial-revert-VM-sync-changes.patch
	patches.suse/0733-drm-amdgpu-cleanup-IB-pool-handling-a-bit.patch
	patches.suse/0734-drm-amdgpu-rename-direct-to-immediate-for-VM-updates.patch
	patches.suse/0735-drm-amdgpu-add-new-unlocked-flag-for-PTE-updates.patch
	patches.suse/0736-drm-amdgpu-pass-unlocked-flag-to-params-at-amdgpu_vm.patch
	patches.suse/0737-drm-amdkfd-New-IOCTL-to-allocate-queue-GWS-v2.patch
	patches.suse/0738-drm-amdkfd-Enable-GWS-based-on-FW-Support.patch
	patches.suse/0739-drm-amdkfd-Enable-over-subscription-with-1-GWS-queue.patch
	patches.suse/0740-Revert-drm-dp_mst-Remove-single-tx-msg-restriction.patch
	patches.suse/0741-drm-lima-Clean-up-IRQ-warnings.patch
	patches.suse/0742-drm-lima-Clean-up-redundant-pdev-pointer.patch
	patches.suse/0743-drm-lima-use-module_platform_driver-helper.patch
	patches.suse/0744-drm-lima-print-process-name-and-pid-when-task-error.patch
	patches.suse/0745-drm-lima-check-vm-NULL-in-lima_vm_put.patch
	patches.suse/0746-drm-lima-always-set-page-directory-when-switch-vm.patch
	patches.suse/0747-drm-lima-add-lima_devfreq_resume-suspend.patch
	patches.suse/0748-drm-lima-power-down-ip-blocks-when-pmu-exit.patch
	patches.suse/0749-drm-lima-add-resume-suspend-callback-for-each-ip.patch
	patches.suse/0750-drm-lima-separate-clk-regulator-enable-disable-funct.patch
	patches.suse/0751-drm-lima-add-pm-resume-suspend-ops.patch
	patches.suse/0752-drm-lima-enable-runtime-pm.patch
	patches.suse/0753-drm-panel-simple-Add-support-for-AUO-G190EAN01-panel.patch
	patches.suse/0754-drm-panel-simple-Add-support-for-AUO-G156XTN01.0-pan.patch
	patches.suse/0755-drm-panel-simple-Add-support-for-AUO-G121EAN01.4-pan.patch
	patches.suse/0756-drm-panel-ili9322-Remove-unneeded-semicolon.patch
	patches.suse/0757-drm-panel-Set-connector-type-for-LP120UP1.patch
	patches.suse/0758-drm-bridge-ps8640-Let-panel-to-set-the-connector-typ.patch
	patches.suse/0759-drm-bridge-panel-Return-always-an-error-pointer-in-d.patch
	patches.suse/0760-drm-panel-remove-set-but-not-used-variable-config.patch
	patches.suse/0761-video-fbdev-riva-Remove-dead-code.patch
	patches.suse/0762-panel-simple-Add-BOE-NV133FHM-N61.patch
	patches.suse/0763-panel-simple-Add-Ivo-M133NWF4-R0.patch
	patches.suse/0764-drm-stm-ltdc-check-number-of-endpoints.patch
	patches.suse/0765-drm-rockchip-cdn-dp-core-Make-cdn_dp_core_suspend-re.patch
	patches.suse/0766-drm-rockchip-Remove-unneeded-semicolon.patch
	patches.suse/0767-drm-dp_mst-Kill-the-second-sideband-tx-slot-save-the.patch
	patches.suse/0768-drm-meson-Remove-unneeded-semicolon.patch
	patches.suse/0769-drm-omap-venc-remove-unused-variable-venc_config_pal.patch
	patches.suse/0770-drm-Add-devm_drm_dev_alloc-macro.patch
	patches.suse/0771-drm-vboxvideo-drop-DRM_MTRR_WC-define.patch
	patches.suse/0772-drm-vboxvideo-Use-devm_drm_dev_alloc.patch
	patches.suse/0773-drm-vboxvideo-Stop-using-drm_device-dev_private.patch
	patches.suse/0774-drm-vboxvideo-use-managed-pci-functions.patch
	patches.suse/0775-drm-vboxvideo-Use-devm_gen_pool_create.patch
	patches.suse/0776-drm-v3d-Don-t-set-drm_device-dev_private.patch
	patches.suse/0777-drm-v3d-Use-devm_drm_dev_alloc.patch
	patches.suse/0778-drm-v3d-Delete-v3d_dev-dev.patch
	patches.suse/0779-drm-v3d-Delete-v3d_dev-pdev.patch
	patches.suse/0780-drm-udl-Use-devm_drm_dev_alloc.patch
	patches.suse/0781-drm-udl-don-t-set-drm_device-dev_private.patch
	patches.suse/0782-drm-st7735r-Use-devm_drm_dev_alloc.patch
	patches.suse/0783-drm-st7586-Use-devm_drm_dev_alloc.patch
	patches.suse/0784-drm-repaper-Use-devm_drm_dev_alloc.patch
	patches.suse/0785-drm-mi0283qt-Use-devm_drm_dev_alloc.patch
	patches.suse/0786-drm-ili9486-Use-devm_drm_dev_alloc.patch
	patches.suse/0787-drm-ili9341-Use-devm_drm_dev_alloc.patch
	patches.suse/0788-drm-ili9225-Use-devm_drm_dev_alloc.patch
	patches.suse/0789-drm-hx8357d-Use-devm_drm_dev_alloc.patch
	patches.suse/0790-drm-gm12u320-Use-devm_drm_dev_alloc.patch
	patches.suse/0791-drm-gm12u320-Don-t-use-drm_device-dev_private.patch
	patches.suse/0792-drm-tidss-Use-devm_drm_dev_alloc.patch
	patches.suse/0793-drm-tidss-Don-t-use-drm_device-dev_private.patch
	patches.suse/0794-drm-tidss-Delete-tidss-saved_state.patch
	patches.suse/0795-drm-mcde-Use-devm_drm_dev_alloc.patch
	patches.suse/0796-drm-mcde-Don-t-use-drm_device-dev_private.patch
	patches.suse/0797-drm-ingenic-Use-devm_drm_dev_alloc.patch
	patches.suse/0798-drm-ingenic-Don-t-set-drm_device-dev_private.patch
	patches.suse/0799-drm-komeda-use-devm_drm_dev_alloc.patch
	patches.suse/0800-drm-cirrus-Use-devm_drm_dev_alloc.patch
	patches.suse/0801-drm-cirrus-Don-t-use-drm_device-dev_private.patch
	patches.suse/0802-drm-cirrus-Move-to-drm-tiny.patch
	patches.suse/0803-drm-aspeed-Drop-aspeed_gfx-fbdev.patch
	patches.suse/0804-drm-aspeed-Use-devm_drm_dev_alloc.patch
	patches.suse/0805-drm-ast-Drop-explicit-connector-register-unregister.patch
	patches.suse/0806-drm-bochs-Remove-explicit-drm_connector_register.patch
	patches.suse/0807-drm-make-drm_file-use-keyed-wakeups.patch
	patches.suse/0808-drm-qxl-Use-devm_drm_dev_alloc.patch
	patches.suse/0809-drm-qxl-Don-t-use-drm_device-dev_private.patch
	patches.suse/0810-drm-i915-Use-devm_drm_dev_alloc.patch
	patches.suse/0811-drm-pl111-Fix-module-autoloading.patch
	patches.suse/0812-drm-pl111-Simplify-vexpress-init.patch
	patches.suse/0813-drm-pl111-Move-VExpress-setup-into-versatile-init.patch
	patches.suse/0814-drm-Nuke-mode-hsync.patch
	patches.suse/0815-video-fbdev-controlfb-fix-build-for-COMPILE_TEST-y-P.patch
	patches.suse/0816-drm-bridge-fix-stack-usage-warning-on-old-gcc.patch
	patches.suse/0817-drm-ast-remove-duplicate-assignment-of-ast_crtc_func.patch
	patches.suse/0818-drm-Correct-DP-DSC-macro-typo.patch
	patches.suse/0819-drm-panel-panel-simple-fix-AUO-G101EVN010-connector-.patch
	patches.suse/0820-drm-panel-boe-tv101wum-n16-fine-tune-clock.patch
	patches.suse/0821-drm-omap-change-default-signal-polarities-and-drives.patch
	patches.suse/0822-drm-tidss-remove-AM65x-PG1-YUV-erratum-code.patch
	patches.suse/0823-drm-bridge-chrontel-ch7033-Add-a-new-driver.patch
	patches.suse/0824-drm-meson-add-mode-selection-limits-against-specific.patch
	patches.suse/0825-drm-Replace-drm_modeset_lock-unlock_all-with-DRM_MOD.patch
	patches.suse/0826-drm-client-Dual-licence-the-header-in-GPL-2-and-MIT.patch
	patches.suse/0827-drm-ttm-Remove-reference-to-the-mem_glob-member.patch
	patches.suse/0828-drm-mm-optimize-rb_hole_addr-rbtree-search.patch
	patches.suse/0829-video-fbdev-i810-use-true-false-for-bool-variables.patch
	patches.suse/0830-video-udlfb-use-true-false-for-bool-variables.patch
	patches.suse/0831-video-uvesafb-use-true-false-for-bool-variables.patch
	patches.suse/0832-fbdev-aty-use-true-false-for-bool-variables-in-atyfb.patch
	patches.suse/video-fbdev-w100fb-Fix-a-potential-double-free.patch
	patches.suse/0834-drm-panel-add-support-for-rm69299-visionox-panel.patch
	patches.suse/0835-video-fbdev-valkyriefb.c-fix-warning-comparing-point.patch
	patches.suse/0836-drm-udl-Make-udl_handle_damage-static.patch
	patches.suse/0837-drm-vkms-enable-cursor-by-default.patch
	patches.suse/drm-vkms-Hold-gem-object-while-still-in-use.patch
	patches.suse/0839-drm-i915-Power-well-id-for-ICL-PG3.patch
	patches.suse/0840-drm-i915-Add-i915_lpsp_capability-debugfs.patch
	patches.suse/0841-drm-i915-Add-connector-dbgfs-for-all-connectors.patch
	patches.suse/0842-drm-i915-Add-i915_lpsp_status-debugfs-attribute.patch
	patches.suse/0843-drm-i915-display-Enable-DP-Display-Audio-WA.patch
	patches.suse/0844-drm-i915-gt-Scrub-execlists-state-on-resume.patch
	patches.suse/0845-drm-i915-selftests-Delay-spinner-before-waiting-for-.patch
	patches.suse/0846-drm-i915-selftests-Take-the-engine-wakeref-around-__.patch
	patches.suse/0847-drm-i915-Add-intel_atomic_get_bw_-_state-helpers.patch
	patches.suse/0848-drm-i915-Prepare-to-extract-gen-specific-functions-f.patch
	patches.suse/0849-drm-i915-Add-pre-post-plane-updates-for-SAGV.patch
	patches.suse/0850-drm-i915-selftests-Move-gpu-energy-measurement-into-.patch
	patches.suse/0851-drm-i915-selftests-Check-power-consumption-at-min-ma.patch
	patches.suse/0852-drm-i915-icl-Update-forcewake-firmware-ranges.patch
	patches.suse/0853-drm-i915-Add-missing-deinitialization-cases-of-load-.patch
	patches.suse/0854-drm-i915-display-Move-out-code-to-return-the-digital.patch
	patches.suse/0855-drm-i915-display-Add-intel_legacy_aux_to_power_domai.patch
	patches.suse/0856-drm-i915-display-Split-hsw_power_well_enable-into-tw.patch
	patches.suse/0857-drm-i915-tc-icl-Implement-TC-cold-sequences.patch
	patches.suse/0858-drm-i915-tc-Skip-ref-held-check-for-TC-legacy-aux-po.patch
	patches.suse/0859-drm-i915-tc-tgl-Implement-TC-cold-sequences.patch
	patches.suse/0860-drm-i915-tc-Catch-TC-users-accessing-FIA-registers-w.patch
	patches.suse/0861-drm-i915-tc-Do-not-warn-when-aux-power-well-of-stati.patch
	patches.suse/0862-drm-i915-Add-ICL-PG3-PW-ID-for-EHL.patch
	patches.suse/0863-drm-i915-remove-redundant-assignment-to-variable-tes.patch
	patches.suse/0864-drm-i915-Refactor-setting-dma-info-to-a-common-helpe.patch
	patches.suse/0865-drm-i915-audio-error-log-non-zero-audio-power-refcou.patch
	patches.suse/0866-drm-i915-gt-Move-the-late-flush_submission-in-retire.patch
	patches.suse/0867-drm-i915-Pass-encoder-to-intel_ddi_enable_pipe_clock.patch
	patches.suse/0868-drm-i915-Move-the-TRANS_DDI_FUNC_CTL-enable-to-a-lat.patch
	patches.suse/0869-drm-i915-Push-TRANS_DDI_FUNC_CTL-into-the-encoder-en.patch
	patches.suse/0870-drm-i915-Pass-encoder-all-the-way-to-intel_ddi_trans.patch
	patches.suse/0871-drm-i915-Flatten-intel_dp_check_mst_status-a-bit.patch
	patches.suse/0872-drm-i915-Push-MST-link-retraining-to-the-hotplug-wor.patch
	patches.suse/0873-drm-i915-selftests-Verify-frequency-scaling-with-RPS.patch
	patches.suse/0874-drm-i915-selftests-Skip-energy-consumption-tests-if-.patch
	patches.suse/0875-drm-i915-selftests-Check-RPS-controls.patch
	patches.suse/0876-drm-i915-selftests-Split-RPS-frequency-measurement.patch
	patches.suse/0877-drm-i915-selftests-Show-the-pcode-frequency-table-on.patch
	patches.suse/0878-drm-i915-selftests-Exercise-dynamic-reclocking-with-.patch
	patches.suse/0879-drm-i915-Use-single-set-of-AUX-powerwell-ops-for-gen.patch
	patches.suse/0880-drm-i915-hdmi-remove-unused-intel_hdmi_hdcp2_protoco.patch
	patches.suse/0881-drm-i915-drop-a-bunch-of-superfluous-inlines.patch
	patches.suse/0882-drm-i915-audio-fix-compressed_bpp-check.patch
	patches.suse/0883-drm-i915-display-icl_dsi-Prefer-drm_WARN_ON-over-WAR.patch
	patches.suse/0884-drm-i915-display-atomic_plane-Prefer-drm_WARN_ON-ove.patch
	patches.suse/0885-drm-i915-display-ddi-Prefer-drm_WARN-over-WARN.patch
	patches.suse/0886-drm-i915-display-display-Prefer-drm_WARN_ON-over-WAR.patch
	patches.suse/0887-drm-i915-display-dpll_mgr-Prefer-drm_WARN_ON-over-WA.patch
	patches.suse/0888-drm-i915-display-frontbuffer-Prefer-drm_WARN_ON-over.patch
	patches.suse/0889-drm-i915-display-global_state-Prefer-drm_WARN-over-W.patch
	patches.suse/0890-drm-i915-display-overlay-Prefer-drm_WARN_ON-over-WAR.patch
	patches.suse/0891-drm-i915-display-vlv_dsi-Prefer-drm_WARN_ON-over-WAR.patch
	patches.suse/0892-drm-i915-selftests-Show-the-pstate-limits-on-any-fai.patch
	patches.suse/0893-drm-i915-selftests-Show-the-full-scaling-curve-on-fa.patch
	patches.suse/0894-drm-i915-selftests-Disable-C-states-when-measuring-R.patch
	patches.suse/0895-drm-i915-gt-Poison-residual-state-HWSP-across-resume.patch
	patches.suse/0896-drm-i915-selftests-Unroll-the-CS-frequency-loop.patch
	patches.suse/0897-drm-i915-selftests-Disable-heartbeat-around-RPS-inte.patch
	patches.suse/0898-drm-i915-selftests-Try-to-detect-rollback-during-bat.patch
	patches.suse/0899-drm-i915-execlists-Drop-request-before-CS-assertion.patch
	patches.suse/0900-drm-i915-icl-Fix-timeout-handling-during-TypeC-AUX-p.patch
	patches.suse/0901-drm-i915-gt-Carefully-order-virtual_submission_taskl.patch
	patches.suse/0902-drm-i915-gt-Check-carefully-for-an-idle-engine-in-wa.patch
	patches.suse/0903-drm-i915-selftests-Add-request-throughput-measuremen.patch
	patches.suse/0904-drm-i915-selftests-Add-context-batchbuffers-register.patch
	patches.suse/0905-drm-i915-Make-define-for-lrc-state-offset.patch
	patches.suse/0906-drm-i915-Only-close-vma-we-open.patch
	patches.suse/0907-drm-i915-Fix-skl-non-scaled-pfit-modes.patch
	patches.suse/0908-drm-i915-Flatten-a-bunch-of-the-pfit-functions.patch
	patches.suse/0909-drm-i915-Use-drm_rect-to-store-the-pfit-window-pos-s.patch
	patches.suse/0910-drm-i915-s-pipe_config-crtc_state-in-pfit-functions.patch
	patches.suse/0911-drm-i915-Pass-connector-state-to-pfit-calculations.patch
	patches.suse/0912-drm-i915-Have-pfit-calculations-return-an-error-code.patch
	patches.suse/0913-drm-i915-Introduce-.set_link_train-vfunc.patch
	patches.suse/0914-drm-i915-Introduce-.set_signal_levels-vfunc.patch
	patches.suse/0915-drm-i915-Introduce-.set_idle_link_train-vfunc.patch
	patches.suse/0916-drm-i915-Split-some-long-lines.patch
	patches.suse/0917-drm-i915-gt-Prefer-soft-rc6-over-RPS-DOWN_TIMEOUT.patch
	patches.suse/0918-drm-i915-gt-Trace-RPS-events.patch
	patches.suse/0919-drm-i915-gt-Use-the-RPM-config-register-to-determine.patch
	patches.suse/0920-drm-i915-Drop-rq-ring-vma-peeking-from-error-capture.patch
	patches.suse/0921-drm-i915-Add-engine-scratch-register-to-live_lrc_fix.patch
	patches.suse/0922-drm-i915-Add-per-ctx-batchbuffer-wa-for-timestamp.patch
	patches.suse/0923-drm-i915-Add-live-selftests-for-indirect-ctx-batchbu.patch
	patches.suse/0924-drm-i915-Use-indirect-ctx-bb-to-mend-CMD_BUF_CCTL.patch
	patches.suse/0925-drm-i915-re-disable-Wframe-address.patch
	patches.suse/0926-drm-i915-execlists-Check-preempt-timeout-target-befo.patch
	patches.suse/0927-drm-i915-gt-Sanitize-GT-first.patch
	patches.suse/0928-drm-i915-gt-Fix-up-clock-frequency.patch
	patches.suse/0929-drm-i915-gt-fix-spelling-mistake-evalution-evaluatio.patch
	patches.suse/0930-drm-i915-selftests-Tweak-the-tolerance-for-clock-tic.patch
	patches.suse/0931-drm-i915-tgl-Wa_14011059788.patch
	patches.suse/0932-drm-i915-execlists-Verify-we-don-t-submit-two-identi.patch
	patches.suse/0933-drm-i915-gt-Avoid-uninitialized-use-of-rpcurupei-in-.patch
	patches.suse/0934-drm-i915-selftests-fix-error-handling-in-__live_lrc_.patch
	patches.suse/0935-drm-i915-gt-Keep-a-no-frills-swappable-copy-of-the-d.patch
	patches.suse/0936-drm-i915-gt-Always-enable-busy-stats-for-execlists.patch
	patches.suse/0937-drm-i915-gt-Move-rps.enabled-active-to-flags.patch
	patches.suse/0938-drm-i915-gt-Track-use-of-RPS-interrupts-in-flags.patch
	patches.suse/0939-drm-i915-gt-Switch-to-manual-evaluation-of-RPS.patch
	patches.suse/0940-drm-i915-gt-Apply-the-aggressive-downclocking-to-par.patch
	patches.suse/0941-drm-i915-gt-Restore-aggressive-post-boost-downclocki.patch
	patches.suse/0942-drm-i915-selftests-Add-tiled-blits-selftest.patch
	patches.suse/0943-i915-gvt-remove-unused-xen-bits.patch
	patches.suse/0944-drm-i915-gvt-access-shadow-ctx-via-its-virtual-addre.patch
	patches.suse/0945-drm-i915-gvt-combine-access-to-consecutive-guest-con.patch
	patches.suse/0946-drm-i915-gvt-skip-populate-shadow-context-if-guest-c.patch
	patches.suse/0947-drm-i915-Update-DRIVER_DATE-to-20200430.patch
	patches.suse/0948-drm-amdkfd-Track-GPU-memory-utilization-per-process.patch
	patches.suse/0949-drm-amd-display-remove-duplicate-assignment-of-dcn21.patch
	patches.suse/0950-drm-amdgpu-smu10-remove-duplicate-assignment-of-smu1.patch
	patches.suse/0951-drm-amdgpu-put-the-audio-codec-into-suspend-state-be.patch
	patches.suse/0952-drm-amdgpu-update-RAS-error-handling.patch
	patches.suse/0953-drm-amdgpu-update-RAS-TA-to-Host-interface.patch
	patches.suse/0954-drm-amdgpu-update-RAS-sequence-to-parse-TA-flags.patch
	patches.suse/0955-drm-radeon-cleanup-coding-style-a-bit.patch
	patches.suse/0956-drm-amdgpu-remove-set-but-not-used-variable-priority.patch
	patches.suse/0957-drm-amdgpu-remove-set-but-not-used-variable-direct_p.patch
	patches.suse/0958-drm-amdgpu-remove-set-but-not-used-variable-direct_p.patch
	patches.suse/0959-drm-amd-display-remove-set-but-not-used-variable-dc.patch
	patches.suse/0960-drm-amd-display-remove-set-but-not-used-variable-pix.patch
	patches.suse/0961-drm-amd-display-remove-set-but-not-used-variable-spe.patch
	patches.suse/0962-drm-amd-display-remove-set-but-not-used-variable-spe.patch
	patches.suse/0963-drm-amd-display-Fix-unsigned-comparison-to-zero.patch
	patches.suse/0964-drm-amdkfd-Report-domain-with-topology.patch
	patches.suse/0965-drm-amdgpu-Changed-CU-reservation-golden-settings.patch
	patches.suse/0966-drm-amdkfd-Fix-comment-formatting.patch
	patches.suse/0967-drm-amdgpu-Add-missing-parameter-description-in-comm.patch
	patches.suse/0968-drm-amdgpu-change-HWIP-from-UVD-to-VCN-for-VCN2.5.patch
	patches.suse/0969-drm-amdgpu-check-SMU-NULL-ptr-on-gfx-hw-init.patch
	patches.suse/0970-drm-amdgpu-update-the-method-to-set-kcq-queue-mask.patch
	patches.suse/0971-drm-amdgpu-re-structue-members-for-ip-discovery.patch
	patches.suse/0972-drm-amdgpu-skip-reservation-of-discovery-tmr-region-.patch
	patches.suse/0973-drm-amdgpu-Rename-amdgpu_gfx_kcq_queue_mask_transfor.patch
	patches.suse/0974-drm-amdkfd-Use-a-systematic-method-to-calculate-queu.patch
	patches.suse/0975-amd-amdgpu-Limit-rlcg-write-registers-only-for-nv12.patch
	patches.suse/0976-drm-amd-display-remove-unused-variable-ret-in-dm_sus.patch
	patches.suse/0977-drm-amd-display-Move-panel_cntl-specific-register-fr.patch
	patches.suse/0978-drm-amd-display-Mode-change-with-same-timing-causing.patch
	patches.suse/0979-drm-amd-display-Allow-PState-switch-in-VBLANK-one-di.patch
	patches.suse/0980-drm-amd-display-temporary-clamp-the-vratio-used-to-1.patch
	patches.suse/0981-drm-amd-display-Support-FP16-pixel-format.patch
	patches.suse/0982-drm-amd-display-add-addition-dc-type-to-translate-to.patch
	patches.suse/0983-drm-amd-display-The-external-monitor-will-show-gray-.patch
	patches.suse/0984-drm-amd-display-Add-4-to-1-MPC-split-support.patch
	patches.suse/0985-drm-amd-display-Check-DMCU-Exists-Before-Loading.patch
	patches.suse/0986-drm-amd-display-remove-unused-module-stats.patch
	patches.suse/0987-drm-amd-display-move-location-of-dmub_srv.h-file.patch
	patches.suse/0988-drm-amd-display-Add-struct-field-for-future-use.patch
	patches.suse/0989-drm-amd-display-3.2.84.patch
	patches.suse/0990-drm-amdgpu-Avoid-integer-overflow-in-amdgpu_device_s.patch
	patches.suse/0991-drm-radeon-fix-unsigned-comparison-with-0.patch
	patches.suse/0992-amdgpu_acpi-add-backlight-control-for-the-DC-case.patch
	patches.suse/0993-drm-amdgpu-allocate-large-structures-dynamically.patch
	patches.suse/0994-drm-amd-display-Add-dm-support-for-DP-1.4-Compliance.patch
	patches.suse/0995-drm-amdgpu-use-the-BAR-if-possible-in-amdgpu_device_.patch
	patches.suse/0996-drm-amdgpu-disable-MGCG-MGLS-also-on-gfx-CG-ungate.patch
	patches.suse/0997-drm-amdgpu-navi10-fix-unsigned-comparison-with-0.patch
	patches.suse/0998-drm-amdgpu-Fix-bug-in-RAS-invoke.patch
	patches.suse/0999-drm-amd-amdgpu-cleanup-coding-style-a-bit.patch
	patches.suse/1000-drm-amd-display-remove-variable-result-in-dcn20_patc.patch
	patches.suse/1001-drm-amd-display-remove-duplicate-headers.patch
	patches.suse/1002-drm-amdgpu-switch-to-common-xgmi-ta-helpers.patch
	patches.suse/1003-drm-amdgpu-switch-to-common-ras-ta-helper.patch
	patches.suse/1004-drm-amdgpu-drop-unused-ras-ta-helper-function.patch
	patches.suse/1005-drm-amdgpu-switch-to-common-rlc_autoload-helper.patch
	patches.suse/1006-drm-amdgpu-use-node_id-and-node_size-to-calcualte-dr.patch
	patches.suse/1007-drm-amdgpu-cleanup-sysfs-file-handling.patch
	patches.suse/1008-drm-amdgpu-drop-pm_runtime_set_active.patch
	patches.suse/1009-drm-amdgpu-fix-runpm-logic-in-amdgpu_pmops_resume.patch
	patches.suse/1010-drm-amdgpu-drop-extra-runtime-pm-handling-in-resume-.patch
	patches.suse/1011-drm-amdgpu-only-set-DPM_FLAG_NEVER_SKIP-for-legacy-A.patch
	patches.suse/1012-drm-amd-powerplay-skip-judging-if-baco-support-for-A.patch
	patches.suse/1013-drm-amd-amdgpu-Add-missing-GRBM-bits-for-GFX-10.1.patch
	patches.suse/1014-drm-amd-amdgpu-remove-defined-but-not-used-crtc_offs.patch
	patches.suse/1015-drm-plane-Verify-that-no-or-all-planes-have-a-zpos-p.patch
	patches.suse/drm-rcar-du-Set-primary-plane-zpos-immutably-at-init.patch
	patches.suse/1017-drm-panel-add-MODULE_LICENSE-to-panel-visionox-rm692.patch
	patches.suse/1018-drivers-drm-panel-Add-ASUS-TM5P5-NT35596-panel-drive.patch
	patches.suse/1019-drm-ast-Make-ast_primary_plane_helper_atomic_update-.patch
	patches.suse/1020-drm-ast-Don-t-check-new-mode-if-CRTC-is-being-disabl.patch
	patches.suse/1021-uapi-drm-drm_fourcc.h-Note-on-platform-specificity-f.patch
	patches.suse/1022-panel-simple-Fix-size-and-bpp-of-BOE-NV133FHM-N61.patch
	patches.suse/1023-panel-simple-Add-BOE-NV133FHM-N62.patch
	patches.suse/1024-drm-panel-simple-Support-hpd-gpios-for-delaying-prep.patch
	patches.suse/1025-drm-i2c-tda998x-Make-tda998x_audio_digital_mute-stat.patch
	patches.suse/1026-video-fbdev-pxa168fb-make-pxa168fb_init_mode-return-.patch
	patches.suse/1027-drm-mgag200-Convert-struct-drm_device-to-struct-mga_.patch
	patches.suse/1028-drm-mgag200-Remove-several-references-to-struct-mga_.patch
	patches.suse/1029-drm-mgag200-Integrate-init-function-into-load-functi.patch
	patches.suse/1030-drm-mgag200-Use-managed-mode-config-initialization.patch
	patches.suse/1031-drm-mgag200-Remove-unused-fields-from-struct-mga_dev.patch
	patches.suse/1032-drm-mgag200-Embed-connector-instance-in-struct-mga_d.patch
	patches.suse/drm-mcde-dsi-Fix-return-value-check-in-mcde_dsi_bind.patch
	patches.suse/1034-dma-buf-Use-atomic_fetch_add-for-the-context-id.patch
	patches.suse/1035-drm-amdgpu-Add-AQUIRE_MEM-PACKET3-fields-defintion.patch
	patches.suse/1036-drm-amd-powerplay-try-to-do-a-graceful-shutdown-on-S.patch
	patches.suse/1037-drm-amd-powerplay-shutdown-on-HW-CTF.patch
	patches.suse/1038-drm-amd-powerplay-report-correct-AC-DC-event-based-o.patch
	patches.suse/1039-drm-amdgpu-turn-back-rlcg-write-for-gfx_v10.patch
	patches.suse/1040-drm-amdgpu-remove-redundant-assignment-to-variable-r.patch
	patches.suse/1041-drm-amdgpu-Add-cmd-to-control-XGMI-link-sleep.patch
	patches.suse/1042-drm-amdgpu-Add-DPM-function-for-XGMI-link-power-down.patch
	patches.suse/1043-drm-amdgpu-Update-RAS-XGMI-error-inject-sequence.patch
	patches.suse/1044-drm-amdgpu-Updated-XGMI-power-down-control-support-c.patch
	patches.suse/1045-drm-amdgpu-Add-autodump-debugfs-node-for-gpu-reset-v.patch
	patches.suse/1046-drm-amdgpu-add-amdgpu_virt_get_vf_mode-helper-functi.patch
	patches.suse/1047-drm-amdgpu-optimize-amdgpu-device-attribute-code.patch
	patches.suse/1048-drm-amdgpu-Add-new-ring-callback-to-insert-memory-sy.patch
	patches.suse/1049-drm-amdgpu-Add-mem_sync-implementation-for-all-the-A.patch
	patches.suse/1050-drm-amdgpu-apply-AMDGPU_IB_FLAG_EMIT_MEM_SYNC-to-com.patch
	patches.suse/1051-drm-amdgpu-Add-a-UAPI-flag-for-user-to-call-mem_sync.patch
	patches.suse/1052-drm-i915-gt-Move-the-batch-buffer-pool-from-the-engi.patch
	patches.suse/1053-drm-i915-pmu-Keep-a-reference-to-module-while-active.patch
	patches.suse/1054-drm-i915-Implement-vm_ops-access-for-gdb-access-into.patch
	patches.suse/1055-drm-i915-gem-Use-chained-reloc-batches.patch
	patches.suse/1056-drm-i915-gem-Use-a-single-chained-reloc-batches-for-.patch
	patches.suse/1057-drm-i915-gem-Try-an-alternate-engine-for-relocations.patch
	patches.suse/1058-drm-i915-gt-Sanitize-RPS-interrupts-upon-resume.patch
	patches.suse/1059-drm-i915-gem-Lazily-acquire-the-device-wakeref-for-f.patch
	patches.suse/1060-drm-i915-Allow-some-leniency-in-PCU-reads.patch
	patches.suse/1061-drm-i915-gem-Specify-address-type-for-chained-reloc-.patch
	patches.suse/1062-drm-i915-gem-Implement-legacy-MI_STORE_DATA_IMM.patch
	patches.suse/1063-drm-i915-Use-bw-state-for-per-crtc-SAGV-evaluation.patch
	patches.suse/1064-drm-i915-Track-active_pipes-in-bw_state.patch
	patches.suse/1065-drm-i915-Rename-bw_state-to-new_bw_state.patch
	patches.suse/1066-drm-i915-fbc-Require-linear-fb-stride-to-be-multiple.patch
	patches.suse/1067-drm-i915-Remove-cnl-pre-prod-workarounds.patch
	patches.suse/1068-drm-i915-Nuke-mode.vrefresh-usage.patch
	patches.suse/1069-drm-i915-Rename-variables-to-be-consistent-with-bspe.patch
	patches.suse/1070-drm-i915-Streamline-the-artihmetic.patch
	patches.suse/1071-drm-i915-display-Warn-if-the-FBC-is-still-writing-to.patch
	patches.suse/1072-drm-i915-selftests-Repeat-the-rps-clock-frequency-me.patch
	patches.suse/1073-drm-i915-gt-Small-tidy-of-gen8-breadcrumb-emission.patch
	patches.suse/1074-drm-i915-Added-required-new-PCode-commands.patch
	patches.suse/1075-drm-i915-execlists-Record-the-active-CCID-from-befor.patch
	patches.suse/1076-drm-i915-gt-Stop-holding-onto-the-pinned_default_sta.patch
	patches.suse/1077-drm-i915-icp-Add-Wa_14010685332.patch
	patches.suse/1078-Revert-drm-i915-tgl-Include-ro-parts-of-l3-to-invali.patch
	patches.suse/1079-drm-i915-gen12-Fix-HDC-pipeline-flush.patch
	patches.suse/1080-drm-i915-gen12-Flush-L3.patch
	patches.suse/1081-drm-i915-gen12-Invalidate-aux-table-entries-forcibly.patch
	patches.suse/drm-i915-Remove-wait-priority-boosting.patch
	patches.suse/1083-drm-i915-gen12-Add-aux-table-invalidate-for-all-engi.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/1086-drm-i915-gt-Improve-precision-on-defer_request-asser.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/1089-drm-i915-Replace-the-hardcoded-I915_FENCE_TIMEOUT.patch
	patches.suse/1090-drm-i915-Replace-zero-length-array-with-flexible-arr.patch
	patches.suse/1091-drm-i915-gt-Mark-up-the-racy-read-of-execlists-conte.patch
	patches.suse/1092-drm-i915-Make-intel_timeline_init-static.patch
	patches.suse/1093-drm-i915-Tidy-awaiting-on-dma-fences.patch
	patches.suse/1094-drm-i915-mst-Wait-for-ACT-sent-before-enabling-the-p.patch
	patches.suse/1095-drm-i915-Fix-glk-watermark-calculations.patch
	patches.suse/1096-drm-i915-Turn-intel_digital_port_connected-in-a-vfun.patch
	patches.suse/1097-drm-i915-Stash-hpd-status-bits-under-dev_priv.patch
	patches.suse/1098-drm-i915-Use-stashed-away-hpd-isr-bits-in-intel_digi.patch
	patches.suse/1099-drm-i915-Emit-await-batch-before-MI_BB_START.patch
	patches.suse/1100-drm-i915-selftests-Always-flush-before-unpining-afte.patch
	patches.suse/1101-drm-i915-Remove-unused-HAS_FWTABLE-macro.patch
	patches.suse/1102-drm-i915-gt-Force-pte-cacheline-to-main-memory.patch
	patches.suse/1103-drm-i915-gt-Restore-Cherryview-back-to-full-ppgtt.patch
	patches.suse/1104-drm-i915-ehl-Restrict-w-a-1607087056-for-EHL-JSL.patch
	patches.suse/1105-drm-i915-gt-Reset-execlists-registers-before-HWSP.patch
	patches.suse/1106-drm-i915-Introduce-skl_plane_wm_level-accessor.patch
	patches.suse/1107-drm-i915-Extract-skl-SAGV-checking.patch
	patches.suse/1108-drm-i915-Make-active_pipes-check-skl-specific.patch
	patches.suse/1109-drm-i915-gt-Suspend-tasklets-before-resume-sanitizat.patch
	patches.suse/1110-drm-i915-Remove-duplicate-inline-specifier-on-write_.patch
	patches.suse/1111-drm-i915-gem-Remove-redundant-exec_fence.patch
	patches.suse/1112-drm-i915-Mark-the-addition-of-the-initial-breadcrumb.patch
	patches.suse/1113-drm-i915-Drop-I915_RESET_TIMEOUT-and-friends.patch
	patches.suse/drm-i915-Drop-no-semaphore-boosting.patch
	patches.suse/1115-drm-i915-Show-per-engine-default-property-values-in-.patch
	patches.suse/1116-drm-i915-selftests-Always-call-the-provided-engine-e.patch
	patches.suse/1117-drm-i915-gt-Transfer-old-virtual-breadcrumbs-to-irq_.patch
	patches.suse/1118-video-hdmi-Add-Unpack-only-function-for-DRM-infofram.patch
	patches.suse/1119-drm-i915-dp-Read-out-DP-SDPs.patch
	patches.suse/1120-drm-Add-logging-function-for-DP-VSC-SDP.patch
	patches.suse/1121-drm-i915-Include-HDMI-DRM-infoframe-in-the-crtc-stat.patch
	patches.suse/1122-drm-i915-Include-DP-HDR-Metadata-Infoframe-SDP-in-th.patch
	patches.suse/1123-drm-i915-Include-DP-VSC-SDP-in-the-crtc-state-dump.patch
	patches.suse/1124-drm-i915-Program-DP-SDPs-with-computed-configs.patch
	patches.suse/1125-drm-i915-Add-state-readout-for-DP-HDR-Metadata-Infof.patch
	patches.suse/1126-drm-i915-Add-state-readout-for-DP-VSC-SDP.patch
	patches.suse/1127-drm-i915-Fix-enabled-infoframe-states-of-lspcon.patch
	patches.suse/1128-drm-i915-Program-DP-SDPs-on-pipe-updates.patch
	patches.suse/1129-drm-i915-Stop-sending-DP-SDPs-on-ddi-disable.patch
	patches.suse/1130-drm-i915-dp-Add-compute-routine-for-DP-PSR-VSC-SDP.patch
	patches.suse/1131-drm-i915-psr-Use-new-DP-VSC-SDP-compute-routine-on-P.patch
	patches.suse/1132-drm-i915-gvt-move-workload-destroy-out-of-execlist-c.patch
	patches.suse/1133-drm-i915-gvt-Support-PPGTT-table-load-command.patch
	patches.suse/1134-drm-i915-gvt-use-context-lrc_reg_state-for-shadow-pp.patch
	patches.suse/1135-drm-i915-Add-TGL-SAGV-support.patch
	patches.suse/1136-drm-i915-Restrict-qgv-points-which-don-t-have-enough.patch
	patches.suse/1137-drm-i915-Enable-SAGV-support-for-Gen12.patch
	patches.suse/1138-drm-i915-Nuke-pointless-div-by-64bit.patch
	patches.suse/1139-drm-i915-Store-CS-timestamp-frequency-in-Hz.patch
	patches.suse/1140-drm-i915-Extract-i915_cs_timestamp_-ns_to_ticks-tick.patch
	patches.suse/1141-drm-i915-Document-locking-guidelines.patch
	patches.suse/1142-drm-i915-Update-DRIVER_DATE-to-20200515.patch
	patches.suse/1143-drm-exynos-Delete-an-error-message-in-three-function.patch
	patches.suse/1144-drm-exynos-gem-Remove-dead-code.patch
	patches.suse/1145-drm-exynos-gem-rework-scatter-list-contiguity-check-.patch
	patches.suse/1146-drm-exynos-gem-Get-rid-of-the-internal-pages-array.patch
	patches.suse/1147-drm-exynos-make-pointer-to-const-data-const-type.patch
	patches.suse/1148-drm-exynos-mixer-Fix-enabling-of-the-runtime-power-m.patch
	patches.suse/drm-exynos-dsi-Remove-bridge-node-reference-in-error.patch
	patches.suse/1150-drm-exynos-vidi-convert-platform-driver-to-use-dev_g.patch
	patches.suse/1151-drm-i915-avoid-unused-scale_user_to_hw-warning.patch
	patches.suse/1152-drm-i915-Mark-check_shadow_context_ppgtt-as-maybe-un.patch
	patches.suse/1153-drm-i915-Fix-AUX-power-domain-toggling-across-TypeC-.patch
	patches.suse/drm-mediatek-set-dpi-pin-mode-to-gpio-low-to-avoid-l.patch
	patches.suse/1160-drm-Generalized-NV-Block-Linear-DRM-format-mod.patch
	patches.suse/1161-drm-nouveau-fix-out-of-tree-module-build.patch
	patches.suse/1162-drm-nouveau-kms-Remove-unused-fields-from-struct-nou.patch
	patches.suse/1163-drm-nouveau-kms-Move-struct-nouveau_framebuffer.vma-.patch
	patches.suse/1164-drm-nouveau-kms-Remove-field-nvbo-from-struct-nouvea.patch
	patches.suse/1165-drm-nouveau-kms-Remove-struct-nouveau_framebuffer.patch
	patches.suse/1166-drm-nouveau-acr-ensure-falcon-providing-acr-function.patch
	patches.suse/1167-drm-nouveau-kms-Add-format-mod-prop-to-base-ovly-nvd.patch
	patches.suse/1168-drm-nouveau-kms-Check-framebuffer-size-against-bo.patch
	patches.suse/1169-drm-nouveau-kms-Support-NVIDIA-format-modifiers.patch
	patches.suse/1170-drm-nouveau-core-add-nvkm_subdev_new_-for-bare-subde.patch
	patches.suse/1171-drm-nouveau-ibus-use-nvkm_subdev_new_.patch
	patches.suse/1172-drm-nouveau-gr-gk20a-move-MODULE_FIRMWARE-firmware-d.patch
	patches.suse/1173-drm-nouveau-remove-open-coded-version-of-remove_conf.patch
	patches.suse/1174-drm-nouveau-bios-move-ACPI-_ROM-handling.patch
	patches.suse/1175-drm-nouveau-disp-gv100-expose-capabilities-class.patch
	patches.suse/1176-drm-nouveau-svm-map-pages-after-migration.patch
	patches.suse/1177-drm-nouveau-core-memory-remove-redundant-assignments.patch
	patches.suse/1178-drm-nouveau-acr-Use-kmemdup-instead-of-kmalloc-and-m.patch
	patches.suse/1179-drm-nouveau-Use-generic-helper-to-check-_PR3-presenc.patch
	patches.suse/1180-drm-nouveau-mmu-Remove-unneeded-semicolon.patch
	patches.suse/1181-drm-nouveau-device-rework-mmio-mapping-code-to-get-r.patch
	patches.suse/1182-drm-nouveau-device-detect-if-changing-endianness-fai.patch
	patches.suse/1183-drm-nouveau-device-detect-vGPUs.patch
	patches.suse/1184-drm-nouveau-device-use-regular-PRI-accessors-in-chip.patch
	patches.suse/1185-drm-nouveau-kms-Fix-regression-by-audio-component-tr.patch
	patches.suse/1186-drm-nouveau-disp-nv50-increase-timeout-on-pio-channe.patch
	patches.suse/1187-drm-nouveau-disp-hda-gt215-pass-head-to-nvkm_ior.hda.patch
	patches.suse/1188-drm-nouveau-disp-hda-gf119-add-HAL-for-programming-d.patch
	patches.suse/1189-drm-nouveau-disp-hda-gf119-select-HDA-device-entry-b.patch
	patches.suse/1190-drm-nouveau-disp-hda-gv100-NV_PDISP_SF_AUDIO_CNTRL0-.patch
	patches.suse/1191-drm-nouveau-kms-nv50-Initialize-core-channel-in-nouv.patch
	patches.suse/1192-drm-nouveau-kms-nv50-Probe-SOR-and-PIOR-caps-for-DP-.patch
	patches.suse/1193-drm-nouveau-kms-gv100-Add-support-for-interlaced-mod.patch
	patches.suse/1194-drm-nouveau-kms-nv50-Move-8BPC-limit-for-MST-into-nv.patch
	patches.suse/1195-drm-nouveau-kms-nv50-Share-DP-SST-mode_valid-handlin.patch
	patches.suse/1196-drm-nouveau-nouveau-hmm-fix-nouveau_dmem_chunk-alloc.patch
	patches.suse/1197-drm-nouveau-nouveau-hmm-fix-migrate-zero-page-to-GPU.patch
	patches.suse/drm-nouveau-debugfs-fix-runtime-pm-imbalance-on-erro.patch
	patches.suse/drm-nouveau-fix-runtime-pm-imbalance-on-error.patch
	patches.suse/1200-drm-nouveau-fix-runtime-pm-imbalance-on-error.patch
	patches.suse/drm-nouveau-dispnv50-fix-runtime-pm-imbalance-on-err.patch
	patches.suse/1202-drm-nouveau-use-correct-conflicting-framebuffer-API.patch
	patches.suse/1203-drm-dp-Lenovo-X13-Yoga-OLED-panel-brightness-fix.patch
	patches.suse/1204-drm-vblank-Fix-Wformat-compile-warnings-on-some-arch.patch
	patches.suse/1205-drm-amdgpu-cleanup-unnecessary-virt-sriov-check-in-a.patch
	patches.suse/1206-drm-amd-display-Add-DC-Debug-mask-to-disable-feature.patch
	patches.suse/1207-drm-amd-display-Fix-disable_stutter-debug-option.patch
	patches.suse/1208-drm-amd-display-Respect-PP_STUTTER_MODE-but-don-t-ov.patch
	patches.suse/1209-drm-amdkfd-Fix-boolreturn.cocci-warnings.patch
	patches.suse/1210-drm-amdgpu-resolve-ras-recovery-vs-smi-race-conditio.patch
	patches.suse/1211-drm-amdgpu-jpeg2.5-Remove-JPEG_ENC_MASK-from-clock-u.patch
	patches.suse/1212-drm-amdgpu-vcn2.5-Remove-old-DPG-workaround.patch
	patches.suse/1213-drm-amd-display-Expose-support-for-xBGR-ordered-fp16.patch
	patches.suse/1214-drm-amd-display-Enable-fp16-also-on-DCE-11.0-DCE-12..patch
	patches.suse/1215-drm-amd-powerplay-unify-the-prompts-on-thermal-inter.patch
	patches.suse/1216-drm-amdgpu-fix-incorrect-sysfs-remove-behavior-for-x.patch
	patches.suse/1217-drm-amdkfd-report-the-real-PCI-bus-number.patch
	patches.suse/1218-drm-amdgpu-add-condition-to-set-MP1-state-on-gpu-res.patch
	patches.suse/1219-drm-amd-display-Minimize-DSC-resource-re-assignment.patch
	patches.suse/1220-drm-amd-display-fix-and-simplify-pipe-split-logic.patch
	patches.suse/1221-drm-amd-display-Avoid-pipe-split-when-plane-is-too-s.patch
	patches.suse/1222-drm-amd-display-correct-rn-NUM_VMID.patch
	patches.suse/1223-drm-amd-display-Fix-incorrectly-pruned-modes-with-de.patch
	patches.suse/1224-drm-amd-display-Set-Reset-avmute-when-disable-enable.patch
	patches.suse/1225-drm-amdgpu-smu10-Replace-one-element-array-and-use-s.patch
	patches.suse/1226-drm-amdgpu-off-by-one-in-amdgpu_device_attr_create_g.patch
	patches.suse/drm-amdkfd-fix-restore-worker-race-condition.patch
	patches.suse/1228-drm-amdgpu-improve-error-handling-in-pcie_bw.patch
	patches.suse/1229-drm-amdgpu-drop-navi-pcie-bw-callback.patch
	patches.suse/1230-drm-amdgpu-resize-VRAM-BAR-for-CPU-access-on-gfx10.patch
	patches.suse/1231-drm-amdgpu-move-discovery-gfx-config-fetching.patch
	patches.suse/1232-drm-amdgpu-move-gpu_info-parsing-after-common-early-.patch
	patches.suse/1233-drm-amdgpu-fix-pm-sysfs-node-handling-v2.patch
	patches.suse/drm-amd-powerpay-Disable-gfxoff-when-setting-manual-.patch
	patches.suse/1235-drm-amdgpu-add-apu-flags-v2.patch
	patches.suse/1236-drm-amd-display-Handle-GPU-reset-for-DC-block.patch
	patches.suse/1237-drm-amdgpu-Sync-with-VM-root-BO-when-switching-VM-to.patch
	patches.suse/1238-drm-amdgpu-fix-device-attribute-node-create-failed-w.patch
	patches.suse/blk-mq-In-blk_mq_dispatch_rq_list-no-budget-is-a-rea.patch
	patches.suse/blk-mq-Add-blk_mq_delay_run_hw_queues-API-call.patch
	patches.suse/blk-mq-Rerun-dispatching-in-the-case-of-budget-conte.patch
	patches.suse/Revert-scsi-core-run-queue-if-SCSI-device-queue-isn-.patch
	patches.suse/block-refactor-blkpg_ioctl.patch
	patches.suse/block-pass-a-hd_struct-to-delete_partition.patch
	patches.suse/block-cleanup-hd_struct-freeing.patch
	patches.suse/block-remove-hd_struct_kill.patch
	patches.suse/block-remove-the-disk-argument-from-blk_drop_partiti.patch
	patches.suse/dasd-use-blk_drop_partitions-instead-of-badly-reimpl.patch
	patches.suse/block-don-t-call-invalidate_partition-from-blk_drop_.patch
	patches.suse/block-simplify-block-device-syncing-in-bdev_del_part.patch
	patches.suse/block-mark-invalidate_partition-static.patch
	patches.suse/block-fold-bdev_unhash_inode-into-invalidate_partiti.patch
	patches.suse/block-remove-RQF_COPY_USER.patch
	patches.suse/block-provide-a-blk_rq_map_sg-variant-that-returns-t.patch
	patches.suse/scsi-merge-scsi_init_sgtable-into-scsi_init_io.patch
	patches.suse/block-move-dma-drain-handling-to-scsi.patch
	patches.suse/block-move-dma_pad-handling-from-blk_rq_map_sg-into-.patch
	patches.suse/block-Limit-number-of-items-taken-from-the-I-O-sched.patch
	patches.suse/block-remove-create_io_context.patch
	patches.suse/bcache-remove-a-duplicate-make_request_fn-assignment.patch
	patches.suse/dm-remove-the-make_request_fn-check-in-device_area_i.patch
	patches.suse/block-bypass-make_request_fn-for-blk-mq-drivers.patch
	patches.suse/blk-mq-make-function-__blk_mq_sched_dispatch_request.patch
	patches.suse/block-improve-the-submit_bio-and-generic_make_reques.patch
	patches.suse/block-cleanup-the-memory-stall-accounting-in-submit_.patch
	patches.suse/block-replace-BIO_QUEUE_ENTERED-with-BIO_CGROUP_ACCT.patch
	patches.suse/block-add-a-bio_queue_enter-helper.patch
	patches.suse/blk-iocost-switch-to-fixed-non-auto-decaying-use_del.patch
	patches.suse/blk-iocost-account-for-IO-size-when-testing-latencie.patch
	patches.suse/iocost_monitor-exit-successfully-if-interval-is-zero.patch
	patches.suse/iocost_monitor-drop-string-wrap-around-numbers-when-.patch
	patches.suse/block-add-a-cdrom_device_info-pointer-to-struct-gend.patch
	patches.suse/ide-cd-rename-cdrom_read_tocentry.patch
	patches.suse/cdrom-factor-out-a-cdrom_read_tocentry-helper.patch
	patches.suse/cdrom-factor-out-a-cdrom_multisession-helper.patch
	patches.suse/hfsplus-stop-using-ioctl_by_bdev.patch
	patches.suse/isofs-stop-using-ioctl_by_bdev.patch
	patches.suse/udf-stop-using-ioctl_by_bdev.patch
	patches.suse/block-free-both-rq_map-and-request.patch
	patches.suse/block-save-previous-hardware-queue-count-before-udpa.patch
	patches.suse/block-alloc-map-and-request-for-new-hardware-queue.patch
	patches.suse/block-rename-__blk_mq_alloc_rq_map.patch
	patches.suse/block-rename-blk_mq_alloc_rq_maps.patch
	patches.suse/driver-core-remove-device_create_vargs.patch
	patches.suse/bdi-unexport-bdi_register_va.patch
	patches.suse/bdi-remove-bdi_register_owner.patch
	patches.suse/bdi-simplify-bdi_alloc.patch
	patches.suse/bdi-remove-the-name-field-in-struct-backing_dev_info.patch
	patches.suse/hfs-stop-using-ioctl_by_bdev.patch
	patches.suse/bdi-fix-up-for-remove-the-name-field-in-struct-backi.patch
	patches.suse/block-reset-mapping-if-failed-to-update-hardware-que.patch
	patches.suse/block-fix-use-after-free-on-cached-last_lookup-parti.patch
	patches.suse/block-only-define-nr_sects_seq-in-hd_part-for-32bit-.patch
	patches.suse/block-re-organize-fields-of-struct-hd_part.patch
	patches.suse/block-don-t-hold-part0-s-refcount-in-IO-path.patch
	patches.suse/block-add-blk_io_schedule-for-avoiding-task-hung-in-.patch
	patches.suse/block-provide-fallbacks-for-blk_queue_zone_is_seq-an.patch
	patches.suse/block-rename-__bio_add_pc_page-to-bio_add_hw_page.patch
	patches.suse/block-Introduce-REQ_OP_ZONE_APPEND.patch
	patches.suse/block-introduce-blk_req_zone_write_trylock.patch
	patches.suse/block-Modify-revalidate-zones.patch
	patches.suse/scsi-sd_zbc-factor-out-sanity-checks-for-zoned-comma.patch
	patches.suse/scsi-sd_zbc-emulate-ZONE_APPEND-commands.patch
	patches.suse/null_blk-Support-REQ_OP_ZONE_APPEND.patch
	patches.suse/block-export-bio_release_pages-and-bio_iov_iter_get_.patch
	patches.suse/block-move-blk_io_schedule-out-of-header-file.patch
	patches.suse/iocost-don-t-let-vrate-run-wild-while-there-s-no-sat.patch
	patches.suse/Documentation-Document-the-blk-crypto-framework.patch
	patches.suse/block-Keyslot-Manager-for-Inline-Encryption.patch
	patches.suse/block-Inline-encryption-support-for-blk-mq.patch
	patches.suse/block-Make-blk-integrity-preclude-hardware-inline-en.patch
	patches.suse/block-blk-crypto-fallback-for-Inline-Encryption.patch
	patches.suse/blktrace-Report-pid-with-note-messages.patch
	patches.suse/blk-mq-move-the-call-to-blk_queue_enter_live-out-of-.patch
	patches.suse/blk-mq-remove-a-pointless-queue-enter-pair-in-blk_1.patch
	patches.suse/blk-mq-remove-a-pointless-queue-enter-pair-in-blk_2.patch
	patches.suse/blk-mq-allow-blk_mq_make_request-to-consume-the-q_us.patch
	patches.suse/block-mark-blk_account_io_completion-static.patch
	patches.suse/block-move-the-blk-mq-calls-out-of-part_in_flight-_r.patch
	patches.suse/block-don-t-call-part_-inc-dec-_in_flight-for-blk-mq.patch
	patches.suse/block-merge-part_-inc-dev-_in_flight-into-their-only.patch
	patches.suse/block-Fix-type-of-first-compat_put_-u-long-argument.patch
	patches.suse/bio.h-Declare-the-arguments-of-the-bio-iteration-fun.patch
	patches.suse/block-Document-the-bio_vec-properties.patch
	patches.suse/null_blk-Zero-initialize-read-buffers-in-non-memory-.patch
	patches.suse/block-Remove-unused-flush_queue_delayed-in-struct-bl.patch
	patches.suse/block-remove-the-error_sector-argument-to-blkdev_iss.patch
	patches.suse/block-remove-the-disk-and-queue-NULL-checks-in-blkde.patch
	patches.suse/block-add-disk-bio-based-accounting-helpers.patch
	patches.suse/drbd-use-bio_-start-end-_io_acct.patch
	patches.suse/rsxx-use-bio_-start-end-_io_acct.patch
	patches.suse/lightnvm-pblk-use-bio_-start-end-_io_acct.patch
	patches.suse/bcache-use-bio_-start-end-_io_acct.patch
	patches.suse/dm-use-bio_-start-end-_io_acct.patch
	patches.suse/nvdimm-use-bio_-start-end-_io_acct.patch
	patches.suse/zram-nvdimm-use-bio_-start-end-_io_acct-and-disk_-st.patch
	patches.suse/block-remove-generic_-start-end-_io_acct.patch
	patches.suse/block-move-update_io_ticks-to-blk-core.c.patch
	patches.suse/block-always-use-a-percpu-variable-for-disk-stats.patch
	patches.suse/block-account-merge-of-two-requests.patch
	patches.suse/block-add-a-blk_account_io_merge_bio-helper.patch
	patches.suse/block-remove-rcu_read_lock-from-part_stat_lock.patch
	patches.suse/block-use-__this_cpu_add-instead-of-access-by-smp_pr.patch
	patches.suse/block-reduce-part_stat_lock-scope.patch
	patches.suse/block-blk-crypto-fallback-remove-redundant-initializ.patch
	patches.suse/block-fix-a-warning-when-blkdev.h-is-included-for-CO.patch
	patches.suse/blk-mq-blk-mq-provide-forced-completion-method.patch
	patches.suse/nvme-force-complete-cancelled-requests.patch
	patches.suse/blk-mq-remove-the-bio-argument-to-prepare_request.patch
	patches.suse/blk-mq-simplify-the-blk_mq_get_request-calling-conve.patch
	patches.suse/blk-mq-move-more-request-initialization-to-blk_mq_rq.patch
	patches.suse/blk-mq-rename-BLK_MQ_TAG_FAIL-to-BLK_MQ_NO_TAG.patch
	patches.suse/blk-mq-use-BLK_MQ_NO_TAG-in-more-places.patch
	patches.suse/blk-mq-open-code-__blk_mq_alloc_request-in-blk_mq_al.patch
	patches.suse/blk-mq-add-blk_mq_all_tag_iter.patch
	patches.suse/blk-mq-drain-I-O-when-all-CPUs-in-a-hctx-are-offline.patch
	patches.suse/null_blk-force-complete-for-timeout-request.patch
	patches.suse/blk-throttle-remove-blk_throtl_drain.patch
	patches.suse/blk-throttle-remove-tg_drain_bios.patch
	patches.suse/blk-wbt-remove-wbt_update_limits.patch
	patches.suse/blk-wbt-rename-__wbt_update_limits-to-wbt_update_lim.patch
	patches.suse/block-mark-bio_wouldblock_error-bio-with-BIO_QUIET.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/nvmet-rdma-use-SRQ-per-completion-vector.patch
	patches.suse/nvmet-fc-slight-cleanup-for-kbuild-test-warnings.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/nvmet-add-ns-revalidation-support.patch
	patches.suse/nvme-fc-avoid-gcc-10-zero-length-bounds-warning.patch
	patches.suse/nvme-clean-up-error-handling-in-nvme_init_ns_head.patch
	patches.suse/nvme-flush-scan-work-on-passthrough-commands.patch
	patches.suse/nvme-pci-remove-volatile-cqes.patch
	patches.suse/nvme-pci-remove-last_sq_tail.patch
	patches.suse/nvme-pci-align-io-queue-count-with-allocted-nvme_que.patch
	patches.suse/nvme-tcp-use-bh_lock-in-data_ready.patch
	patches.suse/nvme-tcp-avoid-scheduling-io_work-if-we-are-already-.patch
	patches.suse/nvme-tcp-try-to-send-request-in-queue_rq-context.patch
	patches.suse/nvme-multipath-stop-using-queuedata.patch
	patches.suse/nvmet-add-generic-type-name-mapping.patch
	patches.suse/nvmet-use-type-name-map-for-address-family.patch
	patches.suse/nvmet-use-type-name-map-for-ana-states.patch
	patches.suse/nvmet-use-type-name-map-for-address-treq.patch
	patches.suse/nvmet-centralize-port-enable-access-for-configfs.patch
	patches.suse/nvmet-align-addrfam-list-to-spec.patch
	patches.suse/nvme-define-constants-for-identification-values.patch
	patches.suse/0014-md-add-checkings-before-flush-md_misc_wq.patch
	patches.suse/0015-md-add-new-workqueue-for-delete-rdev.patch
	patches.suse/0001-md-don-t-flush-workqueue-unconditionally-in-md_open.patch
	patches.suse/0017-md-flush-md_rdev_misc_wq-for-HOT_ADD_DISK-case.patch
	patches.suse/0018-md-remove-the-extra-line-for-hot_add_disk.patch
	patches.suse/0007-raid5-remove-gfp-flags-from-scribble_alloc.patch
	patches.suse/0019-raid5-update-code-comment-of-scribble_alloc.patch
	patches.suse/0020-md-remove-redundant-memalloc-scope-API-usage.patch
	patches.suse/0021-md-raid1-release-pending-accounting-for-an-I-O-only-.patch
	patches.suse/0022-md-stop-using-queuedata.patch
	patches.suse/0023-md-add-a-newline-when-printing-parameter-start_ro-by.patch
	patches.suse/0024-md-raid1-Replace-zero-length-array-with-flexible-arr.patch
	patches.suse/block-swim3-use-set_current_state-macro.patch
	patches.suse/loop-Call-loop_config_discard-only-after-new-config-.patch
	patches.suse/loop-Remove-sector_t-truncation-checks.patch
	patches.suse/loop-Factor-out-setting-loop-device-size.patch
	patches.suse/loop-Switch-to-set_capacity_revalidate_and_notify.patch
	patches.suse/loop-Refactor-loop_set_status-size-calculation.patch
	patches.suse/loop-Remove-figure_loop_size.patch
	patches.suse/loop-Factor-out-configuring-loop-from-status.patch
	patches.suse/loop-Move-loop_set_status_from_info-and-friends-up.patch
	patches.suse/loop-Rework-lo_ioctl-__user-argument-casting.patch
	patches.suse/loop-Clean-up-LOOP_SET_STATUS-lo_flags-handling.patch
	patches.suse/loop-Add-LOOP_CONFIGURE-ioctl.patch
	patches.suse/dasd-refactor-dasd_ioctl_information.patch
	patches.suse/s390-dasd-remove-ioctl_by_bdev-calls.patch
	patches.suse/block-remove-ioctl_by_bdev.patch
	patches.suse/loop-remove-redundant-assignment-to-variable-error.patch
	patches.suse/block-floppy-fix-contended-case-in-floppy_queue_rq.patch
	patches.suse/nvmet-replace-kstrndup-with-kmemdup_nul.patch
	patches.suse/nvmet-mark-nvmet_ana_state-static.patch
	patches.suse/nvme-tcp-set-MSG_SENDPAGE_NOTLAST-with-MSG_MORE-when.patch
	patches.suse/nvmet-tcp-set-MSG_SENDPAGE_NOTLAST-with-MSG_MORE-whe.patch
	patches.suse/nvmet-tcp-set-MSG_EOR-if-we-send-last-payload-in-the.patch
	patches.suse/nvmet-tcp-move-send-recv-error-handling-in-the-send-.patch
	patches.suse/nvme-pci-make-sure-write-poll_queues-less-or-equal-t.patch
	patches.suse/nvme-fc-print-proper-nvme-fc-devloss_tmo-value.patch
	patches.suse/nvme-disable-streams-when-get-stream-params-failed.patch
	patches.suse/nvme-fix-io_opt-limit-setting.patch
	patches.suse/nvme-replace-zero-length-array-with-flexible-array.patch
	patches.suse/nvme-delete-an-unnecessary-declaration.patch
	patches.suse/nvmet-add-async-event-tracing-support.patch
	patches.suse/nvmet-add-helper-to-revalidate-bdev-and-file-ns.patch
	patches.suse/nvmet-generate-AEN-for-ns-revalidate-size-change.patch
	patches.suse/nvmet-revalidate-ns-generate-AEN-from-configfs.patch
	patches.suse/block-always-define-struct-blk_integrity-in-genhd.h.patch
	patches.suse/nvme-introduce-namespace-features-flag.patch
	patches.suse/nvme-introduce-NVME_NS_METADATA_SUPPORTED-flag.patch
	patches.suse/nvme-make-nvme_ns_has_pi-accessible-to-transports.patch
	patches.suse/nvme-introduce-max_integrity_segments-ctrl-attribute.patch
	patches.suse/nvme-enforce-extended-LBA-format-for-fabrics-metadat.patch
	patches.suse/nvme-introduce-NVME_INLINE_METADATA_SG_CNT.patch
	patches.suse/nvme-rdma-introduce-nvme_rdma_sgl-structure.patch
	patches.suse/nvme-rdma-add-metadata-T10-PI-support.patch
	patches.suse/nvmet-add-metadata-characteristics-for-a-namespace.patch
	patches.suse/nvmet-rename-nvmet_rw_len-to-nvmet_rw_data_len.patch
	patches.suse/nvmet-rename-nvmet_check_data_len-to-nvmet_check_tra.patch
	patches.suse/nvme-add-Metadata-Capabilities-enumerations.patch
	patches.suse/nvmet-add-metadata-T10-PI-support.patch
	patches.suse/nvmet-add-metadata-support-for-block-devices.patch
	patches.suse/nvmet-rdma-add-metadata-T10-PI-support.patch
	patches.suse/nvmet-fix-memory-leak-when-removing-namespaces-and-c.patch
	patches.suse/nvmet-cleanups-the-loop-in-nvmet_async_events_proces.patch
	patches.suse/nvme-set-dma-alignment-to-qword.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/bcache-remove-redundant-variables-i-and-n.patch
	patches.suse/0001-bcache-Convert-pr_-level-uses-to-a-more-typical-styl.patch
	patches.suse/bcache-fix-refcount-underflow-in-bcache_device_free.patch
	patches.suse/bcache-asynchronous-devices-registration.patch
	patches.suse/bcache-configure-the-asynchronous-registertion-to-be.patch
	patches.suse/audit-tidy-and-extend-netfilter_cfg-x_tables.patch
	patches.suse/netfilter-add-audit-table-unregister-actions.patch
	patches.suse/audit-make-symbol-audit_nfcfgs-static.patch
	patches.suse/audit-add-subj-creds-to-NETFILTER_CFG-record-to.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-group-quota-should-return-EDQUOT-when-prj-quota-.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/fs-Remove-unneeded-IS_DAX-check-in-io_is_direct.patch
	patches.suse/fs-stat-Define-DAX-statx-attribute.patch
	patches.suse/Documentation-dax-Update-Usage-section.patch
	patches.suse/fs-Lift-XFS_IDONTCACHE-to-the-VFS-layer.patch
	patches.suse/fs-Introduce-DCACHE_DONTCACHE.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-force-chunk-allocation-if-our-global-rsv-is-larger-than-metadata.patch
	patches.suse/btrfs-don-t-force-read-only-after-error-in-drop-snapshot.patch
	patches.suse/btrfs-remove-useless-check-for-copy_items-return-val.patch
	patches.suse/btrfs-qgroup-Mark-qgroup-inconsistent-if-we-re-inher.patch
	patches.suse/btrfs-fix-a-race-between-scrub-and-block-group-remov.patch
	patches.suse/btrfs-rename-member-trimming-of-block-group-to-a-mor.patch
	patches.suse/btrfs-move-the-block-group-freeze-unfreeze-helpers-i.patch
	patches.suse/btrfs-scrub-only-lookup-for-csums-if-we-are-dealing-.patch
	patches.suse/btrfs-block-group-don-t-set-the-wrong-READA-flag-for.patch
	patches.suse/btrfs-block-group-refactor-how-we-read-one-block-gro.patch
	patches.suse/btrfs-block-group-refactor-how-we-delete-one-block-g.patch
	patches.suse/btrfs-block-group-refactor-how-we-insert-a-block-gro.patch
	patches.suse/btrfs-block-group-rename-write_one_cache_group.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-make-checksum-item-extension-more-efficient.patch
	patches.suse/btrfs-do-not-ignore-error-from-btrfs_next_leaf-when-.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/irqchip-gic-v3-Fix-missing-__init-for-gic_smp_init.patch
	patches.suse/irqchip-gic-v3-its-Track-LPI-distribution-on-a-per-C.patch
	patches.suse/irqchip-gic-v3-its-Balance-initial-LPI-affinity-acro.patch
	patches.suse/irqchip-gic-v2-v3-Drop-extra-IRQ_NOAUTOEN-setting-fo.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/x86-delay-preparatory-code-cleanup.patch
	patches.suse/x86-delay-refactor-delay_mwaitx-for-tpause-support.patch
	patches.suse/x86-delay-introduce-tpause-delay.patch
	patches.suse/sched-fair-Simplify-the-code-of-should_we_balance.patch
	patches.suse/exit-move-preemption-fixup-up-move-blocking-operations-down.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-Refill-bandwidth-before-scaling.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/ASoC-txx9-don-t-work-around-too-small-resource_size_.patch
	patches.suse/ASoC-txx9-add-back-the-hack-for-a-too-small-resource.patch
	patches.suse/PCI-Don-t-disable-decoding-when-mmio_always_on-is-se.patch
	patches.suse/kgdb-Fix-spurious-true-from-in_dbg_master.patch
	patches.suse/kgdb-Drop-malformed-kernel-doc-comment.patch
	patches.suse/msft-hv-2058-Drivers-hv-copy-from-message-page-only-what-s-needed.patch
	patches.suse/msft-hv-2059-Drivers-hv-allocate-the-exact-needed-memory-for-mess.patch
	patches.suse/msft-hv-2060-Drivers-hv-avoid-passing-opaque-pointer-to-vmbus_onm.patch
	patches.suse/msft-hv-2061-Drivers-hv-make-sure-that-struct-vmbus_channel_messa.patch
	patches.suse/msft-hv-2062-Drivers-hv-check-VMBus-messages-lengths.patch
	patches.suse/msft-hv-2063-Drivers-hv-vmbus-Always-handle-the-VMBus-messages-on.patch
	patches.suse/msft-hv-2064-Drivers-hv-vmbus-Don-t-bind-the-offer-rescind-works-.patch
	patches.suse/msft-hv-2065-Drivers-hv-vmbus-Replace-the-per-CPU-channel-lists-w.patch
	patches.suse/msft-hv-2066-hv_netvsc-Disable-NAPI-before-closing-the-VMBus-chan.patch
	patches.suse/msft-hv-2067-hv_utils-Always-execute-the-fcopy-and-vss-callbacks-.patch
	patches.suse/msft-hv-2068-Drivers-hv-vmbus-Use-a-spin-lock-for-synchronizing-c.patch
	patches.suse/msft-hv-2069-PCI-hv-Prepare-hv_compose_msi_msg-for-the-VMBus-chan.patch
	patches.suse/msft-hv-2070-Drivers-hv-vmbus-Remove-the-unused-HV_LOCALIZED-chan.patch
	patches.suse/msft-hv-2071-Drivers-hv-vmbus-Synchronize-init_vp_index-vs.-CPU-h.patch
	patches.suse/msft-hv-2072-Drivers-hv-vmbus-Introduce-the-CHANNELMSG_MODIFYCHAN.patch
	patches.suse/msft-hv-2081-scsi-storvsc-Re-init-stor_chns-when-a-channel-interr.patch
	patches.suse/msft-hv-2082-drivers-hv-remove-redundant-assignment-to-pointer-pr.patch
	patches.suse/msft-hv-2083-KVM-x86-hyperv-Remove-duplicate-definitions-of-Refer.patch
	patches.suse/msft-hv-2084-x86-hyperv-Remove-HV_PROCESSOR_POWER_STATE-defines.patch
	patches.suse/msft-hv-2085-x86-hyperv-Split-hyperv-tlfs.h-into-arch-dependent-a.patch
	patches.suse/msft-hv-2086-hyper-v-Use-UUID-API-for-exporting-the-GUID-part-2.patch
	patches.suse/msft-hv-2087-hyper-v-Supply-GUID-pointer-to-printf-like-functions.patch
	patches.suse/msft-hv-2088-hyper-v-Replace-open-coded-variant-of-phN-specifier.patch
	patches.suse/msft-hv-2089-Driver-hv-vmbus-drop-a-no-long-applicable-comment.patch
	patches.suse/msft-hv-2090-vmbus-Replace-zero-length-array-with-flexible-array.patch
	patches.suse/msft-hv-2092-Drivers-hv-vmbus-Resolve-race-between-init_vp_index-.patch
	patches.suse/msft-hv-2093-Drivers-hv-vmbus-Resolve-more-races-involving-init_v.patch
	patches.suse/kvm-svm-avoid-infinite-loop-on-npf-from-bad-address
	patches.suse/kvm-nvmx-preserve-exception-priority-irrespective-of.patch
	patches.suse/rcuwait-Let-rcuwait_wake_up-return-whether-or-not-a-.patch
	patches.suse/kvm-nvmx-skip-ibpb-when-switching-between-vmcs01-and.patch
	patches.suse/kvm-nvmx-really-make-emulated-nested-preemption-time.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-x86-allow-kvm_state_nested_mtf_pending-in-kvm_state-flags
	patches.suse/KVM-nVMX-always-update-CR3-in-VMCS.patch
	patches.suse/Bluetooth-hci_qca-Add-support-for-Qualcomm-BT2.patch
	patches.suse/Bluetooth-L2CAP-Fix-handling-LE-modes-by-L2CAP_OPTIO.patch
	patches.suse/Bluetooth-Add-BT_MODE-socket-option.patch
	patches.suse/Bluetooth-Always-request-for-user-confirmation-for-J.patch
	patches.suse/Bluetooth-hci_bcm-respect-IRQ-polarity-from-DT.patch
	patches.suse/Bluetooth-hci_bcm-fix-freeing-not-requested-IRQ.patch
	patches.suse/Bluetooth-Prioritize-SCO-traffic.patch
	patches.suse/Bluetooth-fixing-minor-typo-in-comment.patch
	patches.suse/Bluetooth-add-support-to-notify-using-SCO-air-mode.patch
	patches.suse/Bluetooth-btusb-handle-mSBC-audio-over-USB-Endpoints.patch
	patches.suse/Bluetooth-Move-debugfs-configuration-above-the-selft.patch
	patches.suse/Bluetooth-Add-framework-for-Microsoft-vendor-extensi.patch
	patches.suse/Bluetooth-btusb-Enable-Intel-events-even-if-already-.patch
	patches.suse/Bluetooth-btusb-Enable-MSFT-extension-for-Intel-Thun.patch
	patches.suse/Bluetooth-Add-support-for-Read-Local-Simple-Pairing-.patch
	patches.suse/Bluetooth-Add-support-for-reading-security-informati.patch
	patches.suse/Bluetooth-Increment-management-interface-rev16.patch
	patches.suse/Bluetooth-Add-HCI-device-identifier-for-VIRTIO-devic.patch
	patches.suse/Bluetooth-debugfs-option-to-unset-MITM-flag.patch
	patches.suse/Bluetooth-Simplify-fix-return-values-from-tk_request.patch
	patches.suse/Bluetooth-btusb-check-for-NULL-in-btusb_find_altsett.patch
	patches.suse/Bluetooth-Always-request-for-user-confirmation-for-2.patch
	patches.suse/Bluetooth-log-advertisement-packet-length-if-it-gets.patch
	patches.suse/Bluetooth-btrtl-Add-support-for-RTL8761B.patch
	patches.suse/Bluetooth-Sort-list-of-LE-features-constants.patch
	patches.suse/Bluetooth-Use-extra-variable-to-make-code-more-reada.patch
	patches.suse/Bluetooth-Enable-LE-Enhanced-Connection-Complete-eve.patch
	patches.suse/Bluetooth-Clear-HCI_LL_RPA_RESOLUTION-flag-on-reset.patch
	patches.suse/Bluetooth-Enhanced-Connection-Complete-event-belongs.patch
	patches.suse/igc-Add-GSO-partial-support.patch
	patches.suse/igc-Add-support-for-taprio-offloading.patch
	patches.suse/igc-Add-support-for-ETF-offloading.patch
	patches.suse/e1000-Distribute-switch-variables-for-initialization.patch
	patches.suse/igc-Remove-unused-MDIC_DEST-mask.patch
	patches.suse/igc-Remove-unused-CTRL_EXT_LINK_MODE_MASK.patch
	patches.suse/igc-Remove-forward-declaration.patch
	patches.suse/igc-Fix-overwrites-when-dumping-registers.patch
	patches.suse/igc-Fix-double-definition.patch
	patches.suse/igc-Enable-NETIF_F_HW_TC-flag.patch
	patches.suse/igc-Remove-copper-fiber-switch-control.patch
	patches.suse/igc-Fix-NFC-queue-redirection-support.patch
	patches.suse/igc-Remove-dead-code-related-to-flower-filter.patch
	patches.suse/igc-Fix-default-MAC-address-filter-override.patch
	patches.suse/enetc-permit-configuration-of-rx-vlan-filter-with-et.patch
	patches.suse/r8169-move-setting-OCP-base-to-generic-init-code.patch
	patches.suse/r8169-remove-NETIF_F_HIGHDMA-from-vlan_features.patch
	patches.suse/r8169-preserve-VLAN-setting-on-RTL8125-in-rtl_init_r.patch
	patches.suse/r8169-use-rtl8169_set_features-in-rtl8169_init_one.patch
	patches.suse/r8169-improve-rtl8169_tso_csum_v2.patch
	patches.suse/r8169-add-workaround-for-RTL8168evl-TSO-hw-issues.patch
	patches.suse/net-hns-use-true-false-for-bool-variables.patch
	patches.suse/net-phy-realtek-add-delay-to-resume-path-of-certain-.patch
	patches.suse/r8169-remove-PHY-resume-delay-that-is-handled-in-the.patch
	patches.suse/mlxsw-spectrum_router-Re-increase-scale-of-IPv6-next.patch
	patches.suse/mlxsw-reg-Increase-register-field-length-to-13-bits.patch
	patches.suse/net-qed-Remove-unneeded-cast-from-memory-allocation.patch
	patches.suse/igc-Add-new-device-IDs-for-i225-part.patch
	patches.suse/e1000e-fix-S0ix-flows-for-cable-connected-case.patch
	patches.suse/igc-Remove-duplicate-code-in-MAC-filtering-logic.patch
	patches.suse/igc-Check-unsupported-flag-in-igc_add_mac_filter.patch
	patches.suse/igc-Change-igc_add_mac_filter-returning-value.patch
	patches.suse/igc-Fix-igc_uc_unsync.patch
	patches.suse/igc-Refactor-igc_rar_set_index.patch
	patches.suse/igc-Improve-address-check-in-igc_del_mac_filter.patch
	patches.suse/igc-Remove-queue-check-in-igc_del_mac_filter.patch
	patches.suse/igc-Remove-IGC_MAC_STATE_QUEUE_STEERING.patch
	patches.suse/igc-Remove-igc_-_mac_steering_filter-wrappers.patch
	patches.suse/igc-Refactor-igc_mac_entry_can_be_used.patch
	patches.suse/igc-Refactor-igc_del_mac_filter.patch
	patches.suse/igc-Add-debug-messages-to-MAC-filter-code.patch
	patches.suse/r8169-inline-rtl8169_mark_as_last_descriptor.patch
	patches.suse/r8169-inline-rtl8169_make_unusable_by_asic.patch
	patches.suse/net-ethernet-fec-allow-configuration-of-mdio-bus-speed.patch
	patches.suse/net-ethernet-fec-allow-the-mdio-preamble-to-be-disabled.patch
	patches.suse/net-Add-IF_OPER_TESTING.patch
	patches.suse/net-ethtool-self_test-Mark-interface-in-testing-oper.patch
	patches.suse/net-hns3-split-out-hclge_fd_check_ether_tuple.patch
	patches.suse/net-hns3-split-out-hclge_get_fd_rule_info.patch
	patches.suse/net-hns3-remove-an-unnecessary-case-0-in-hclge_fd_co.patch
	patches.suse/net-hns3-remove-useless-proto_support-field-in-struc.patch
	patches.suse/net-hns3-remove-two-unused-structures-in-hclge_cmd.h.patch
	patches.suse/net-hns3-modify-some-unsuitable-type-declaration.patch
	patches.suse/net-hns3-clean-up-some-coding-style-issue.patch
	patches.suse/net-hns3-add-debug-information-for-flow-table-when-f.patch
	patches.suse/net-hns3-add-support-for-dumping-MAC-reg-in-debugfs.patch
	patches.suse/net-hns3-add-trace-event-support-for-PF-VF-mailbox.patch
	patches.suse/qed-use-true-false-for-bool-variables.patch
	patches.suse/r8169-change-wmb-to-smb_wmb-in-rtl8169_start_xmit.patch
	patches.suse/net-mlx5-Use-the-correct-IPsec-capability-function-f.patch
	patches.suse/net-mlx5e-en_accel-Add-missing-net-geneve.h-include.patch
	patches.suse/net-mlx5-Refactor-mlx5_accel_esp_create_hw_context-p.patch
	patches.suse/net-mlx5e-IPSec-Expose-IPsec-HW-stat-only-for-suppor.patch
	patches.suse/net-mlx5-IPsec-Refactor-SA-handle-creation-and-destr.patch
	patches.suse/net-mlx5e-Set-of-completion-request-bit-should-not-c.patch
	patches.suse/net-mlx5e-Allow-partial-data-mask-for-tunnel-options.patch
	patches.suse/net-mlx5e-Handle-errors-from-netif_set_real_num_-tx-.patch
	patches.suse/net-mlx5-Read-embedded-cpu-bit-only-once.patch
	patches.suse/net-mlx5-improve-some-comments.patch
	patches.suse/net-sched-act_ct-update-nf_conn_acct-for-act_ct-SW-o.patch
	patches.suse/xdp-export-the-DEV_MAP_BULK_SIZE-macro.patch
	patches.suse/dpaa2-eth-return-num_enqueued-frames-from-enqueue-ca.patch
	patches.suse/dpaa2-eth-use-the-bulk-ring-mode-enqueue-interface.patch
	patches.suse/dpaa2-eth-split-the-.ndo_xdp_xmit-callback-into-two-.patch
	patches.suse/dpaa2-eth-use-bulk-enqueue-in-.ndo_xdp_xmit.patch
	patches.suse/qed-Enable-device-error-reporting-capability.patch
	patches.suse/qede-Add-support-for-handling-the-pcie-errors.patch
	patches.suse/net-napi-add-hard-irqs-deferral-feature.patch
	patches.suse/net-mlx4_en-use-napi_complete_done-in-TX-completion.patch
	patches.suse/net-sched-Remove-unnecessary-cast-in-kfree.patch
	patches.suse/qed-Make-ll2_cbs-static.patch
	patches.suse/mlxsw-spectrum_span-Reduce-nesting-in-mlxsw_sp_span_.patch
	patches.suse/mlxsw-spectrum_span-Rename-parms-to-parms_set.patch
	patches.suse/mlxsw-spectrum_span-Remove-unnecessary-debug-prints.patch
	patches.suse/mlxsw-spectrum_span-Use-refcount_t-for-reference-cou.patch
	patches.suse/mlxsw-spectrum_span-Replace-zero-length-array-with-f.patch
	patches.suse/net-sched-report-ndo_setup_tc-failures-via-extack.patch
	patches.suse/0005-dpaa2-eth-fix-return-codes-used-in-ndo_setup_tc.patch
	patches.suse/net-mlxfw-Remove-unneeded-semicolon.patch
	patches.suse/net-hns3-refine-for-unicast-MAC-VLAN-space-managemen.patch
	patches.suse/net-hns3-remove-unnecessary-parameter-is_alloc-in-hc.patch
	patches.suse/net-hns3-replace-num_req_vfs-with-num_alloc_vport-in.patch
	patches.suse/net-hns3-refactor-the-MAC-address-configure.patch
	patches.suse/net-hns3-add-support-for-dumping-UC-and-MC-MAC-list.patch
	patches.suse/net-hns3-refactor-the-promisc-mode-setting.patch
	patches.suse/net-hns3-use-mutex-vport_lock-instead-of-mutex-umv_l.patch
	patches.suse/net-hns3-optimize-the-filter-table-entries-handling-.patch
	patches.suse/dpaa2-eth-add-channel-stat-to-debugfs.patch
	patches.suse/net-mlx4_core-Add-missing-iounmap-in-error-path.patch
	patches.suse/hinic-add-mailbox-function-support.patch
	patches.suse/hinic-add-sriov-feature-support.patch
	patches.suse/hinic-add-net_device_ops-associated-with-vf.patch
	patches.suse/net-hns3-remove-an-unnecessary-check-in-hclge_set_um.patch
	patches.suse/r8169-improve-handling-CPCMD_MASK.patch
	patches.suse/r8169-improve-configuring-RxConfig-register.patch
	patches.suse/mlxsw-spectrum_acl-Move-block-helpers-into-inline-he.patch
	patches.suse/mlxsw-spectrum-Rename-acl_block-to-flow_block.patch
	patches.suse/mlxsw-spectrum-Push-flow_block-related-functions-int.patch
	patches.suse/mlxsw-spectrum-Push-matchall-bits-into-a-separate-fi.patch
	patches.suse/mlxsw-spectrum_acl-Use-block-variable-in-mlxsw_sp_ac.patch
	patches.suse/mlxsw-spectrum_matchall-Pass-mall_entry-as-arg-to-ml.patch
	patches.suse/mlxsw-spectrum_matchall-Pass-mall_entry-as-arg-to-ml-c7ea0e16.patch
	patches.suse/mlxsw-spectrum_matchall-Move-ingress-indication-into.patch
	patches.suse/mlxsw-spectrum_matchall-Push-per-port-rule-add-del-i.patch
	patches.suse/mlxsw-spectrum-Avoid-copying-sample-values-and-use-R.patch
	patches.suse/mlxsw-spectrum_matchall-Process-matchall-events-from.patch
	patches.suse/mlxsw-spectrum-Move-flow-offload-binding-into-spectr.patch
	patches.suse/r8169-improve-error-message-if-no-dedicated-PHY-driv.patch
	patches.suse/net-ipv6-new-arg-skip_notify-to-ip6_rt_del.patch
	patches.suse/net-ipv4-add-sysctl-for-nexthop-api-compatibility-mo.patch
	patches.suse/dpaa2-eth-Use-proper-division-helper-in-dpaa2_dbg_ch.patch
	patches.suse/net-hns3-adds-support-for-reading-module-eeprom-info.patch
	patches.suse/netpoll-Fix-use-correct-return-type-for-ndo_start_xm.patch
	patches.suse/net-smc-rework-pnet-table-to-support-smc-r-failover
	patches.suse/net-smc-separate-function-for-link-initialization
	patches.suse/net-smc-introduce-link_idx-for-link-group-array
	patches.suse/net-smc-convert-static-link-id-to-dynamic-references
	patches.suse/net-smc-convert-static-link-id-instances-to-support-multiple-links
	patches.suse/net-smc-multi-link-support-for-smc_rmb_rtoken_handling
	patches.suse/net-smc-add-new-link-state-and-related-helpers
	patches.suse/net-smc-move-testlink-work-to-system-work-queue
	patches.suse/net-smc-simplify-link-deactivation
	patches.suse/net-smc-use-worker-to-process-incoming-llc-messages
	patches.suse/net-smc-process-llc-responses-in-tasklet-context
	patches.suse/net-smc-use-mutex-instead-of-rwlock_t-to-protect-buffers
	patches.suse/net-smc-move-llc-layer-related-init-and-clear-into-smc_llc-c
	patches.suse/netfilter-nf_conntrack-add-IPS_HW_OFFLOAD-status-bit.patch
	patches.suse/netfilter-nf_tables-allow-up-to-64-bytes-in-the-set-.patch
	patches.suse/netfilter-nft_nat-return-EOPNOTSUPP-if-type-or-flags.patch
	patches.suse/netfilter-nft_nat-set-flags-from-initialization-path.patch
	patches.suse/netfilter-nft_nat-add-helper-function-to-set-up-NAT-.patch
	patches.suse/netfilter-nft_nat-add-netmap-support.patch
	patches.suse/net-bcmgenet-set-Rx-mode-before-starting-netif.patch
	patches.suse/net-bcmgenet-Fix-WoL-with-password-after-deep-sleep.patch
	patches.suse/Revert-net-bcmgenet-remove-unused-function-in-bcmgen.patch
	patches.suse/hinic-make-a-bunch-of-functions-static.patch
	patches.suse/hinic-Use-ARRAY_SIZE-for-nic_vf_cmd_msg_handler.patch
	patches.suse/net-smc-add-event-based-llc_flow-framework
	patches.suse/net-smc-enqueue-all-received-llc-messages
	patches.suse/net-smc-introduce-link-group-type
	patches.suse/net-smc-add-logic-to-evaluate-confirm_link-messages-to-llc-layer
	patches.suse/net-smc-adapt-smc-server-code-to-use-the-llc-flow
	patches.suse/net-smc-adapt-smc-client-code-to-use-the-llc-flow
	patches.suse/net-smc-multiple-link-support-and-llc-flow-for-smc_llc_do_confirm_rkey
	patches.suse/net-smc-multiple-link-support-and-llc-flow-for-smc_llc_do_delete_rkey
	patches.suse/net-smc-move-the-test_link-response-processing-into-event-handler
	patches.suse/net-smc-new-smc_rtoken_set-functions-for-multiple-link-support
	patches.suse/net-smc-adapt-smc-remote-confirm_rkey-processing-to-use-the-llc-flow
	patches.suse/net-smc-adapt-smc-remote-delete_rkey-processing-to-use-the-llc-flow
	patches.suse/net-smc-remove-handling-of-confirm_rkey_continue
	patches.suse/net-smc-remove-obsolete-link-state-deleting
	patches.suse/mlxsw-spectrum_span-Add-APIs-to-get-put-a-SPAN-agent.patch
	patches.suse/mlxsw-spectrum_span-Add-APIs-to-get-put-an-analyzed-.patch
	patches.suse/mlxsw-spectrum_span-Rename-function.patch
	patches.suse/mlxsw-spectrum_span-Wrap-buffer-change-in-a-function.patch
	patches.suse/mlxsw-spectrum_span-Add-APIs-to-bind-unbind-a-SPAN-a.patch
	patches.suse/mlxsw-spectrum-Convert-matchall-based-mirroring-to-n.patch
	patches.suse/mlxsw-spectrum_acl-Convert-flower-based-mirroring-to.patch
	patches.suse/mlxsw-spectrum_span-Use-new-analyzed-ports-list-duri.patch
	patches.suse/mlxsw-spectrum_span-Remove-old-SPAN-API.patch
	patches.suse/net-mlx5-Provide-simplified-command-interfaces.patch
	patches.suse/net-mlx5-Open-code-create-and-destroy-QP-calls.patch
	patches.suse/net-mlx5-Remove-empty-QP-and-CQ-events-handlers.patch
	patches.suse/net-mlx5-Open-code-modify-QP-in-steering-module.patch
	patches.suse/net-mlx5-Open-code-modify-QP-in-the-FPGA-module.patch
	patches.suse/net-mlx5-Open-code-modify-QP-in-the-IPoIB-module.patch
	patches.suse/net-mlx5-Remove-extra-indirection-while-storing-QPN.patch
	patches.suse/net-mlx5-Replace-hand-written-QP-context-struct-with.patch
	patches.suse/net-mlx5-Remove-Q-counter-low-level-helper-APIs.patch
	patches.suse/RDMA-mlx5-Delete-Q-counter-allocations-command.patch
	patches.suse/net-mlx5-Delete-not-used-cmd-header.patch
	patches.suse/RDMA-mlx5-Alphabetically-sort-build-artifacts.patch
	patches.suse/net-mlx5-Move-QP-logic-to-mlx5_ib.patch
	patches.suse/net-mlx5-Refactor-HCA-capability-set-flow.patch
	patches.suse/net-mlx5-Enable-SW-defined-RoCEv2-UDP-source-port.patch
	patches.suse/net-mlx5-Update-vport.c-to-new-cmd-interface.patch
	patches.suse/net-mlx5-Update-cq.c-to-new-cmd-interface.patch
	patches.suse/net-mlx5-Update-debugfs.c-to-new-cmd-interface.patch
	patches.suse/net-mlx5-Update-ecpf.c-to-new-cmd-interface.patch
	patches.suse/net-mlx5-Update-eq.c-to-new-cmd-interface.patch
	patches.suse/net-mlx5-Update-statistics-to-new-cmd-interface.patch
	patches.suse/net-mlx5-Update-eswitch-to-new-cmd-interface.patch
	patches.suse/net-mlx5-Update-FPGA-to-new-cmd-interface.patch
	patches.suse/net-mlx5-Update-fs_core-new-cmd-interface.patch
	patches.suse/net-mlx5-Update-fw.c-new-cmd-interface.patch
	patches.suse/net-mlx5-Update-lag.c-new-cmd-interface.patch
	patches.suse/net-mlx5-Update-gid.c-new-cmd-interface.patch
	patches.suse/net-mlx5-Update-mpfs.c-new-cmd-interface.patch
	patches.suse/net-mlx5-Update-vxlan.c-new-cmd-interface.patch
	patches.suse/net-mlx5-Update-main.c-new-cmd-interface.patch
	patches.suse/net-mlx5-Update-mcg.c-new-cmd-interface.patch
	patches.suse/net-mlx5-Update-mr.c-new-cmd-interface.patch
	patches.suse/net-mlx5-Update-pagealloc.c-new-cmd-interface.patch
	patches.suse/net-mlx5-Update-pd.c-new-cmd-interface.patch
	patches.suse/net-mlx5-Update-uar.c-new-cmd-interface.patch
	patches.suse/net-mlx5-Update-rl.c-new-cmd-interface.patch
	patches.suse/net-mlx5-Update-port.c-new-cmd-interface.patch
	patches.suse/net-mlx5-Update-SW-steering-new-cmd-interface.patch
	patches.suse/net-mlx5-Update-transobj.c-new-cmd-interface.patch
	patches.suse/net-mlx5-Add-support-for-COPY-steering-action.patch
	patches.suse/net-mlx5-Introduce-IPsec-Connect-X-offload-hardware-.patch
	patches.suse/net-mlx5-Use-aligned-variable-while-allocating-ICM-m.patch
	patches.suse/net-mlx5-Refactor-imm_inval_pkey-field-in-cqe-struct.patch
	patches.suse/net-mlx5-Add-structure-layout-and-defines-for-MFRL-r.patch
	patches.suse/net-mlx5-Add-structure-and-defines-for-pci-sync-for-.patch
	patches.suse/net-mlx5-Introduce-TLS-RX-offload-hardware-bits.patch
	patches.suse/net-mlx5-Add-release-all-pages-capability-bit.patch
	patches.suse/net-mlx5-TX-WQE-Add-trailer-insertion-field.patch
	patches.suse/net-mlx5-IPsec-Fix-coverity-issue.patch
	patches.suse/net-mlx5e-Use-helper-API-to-get-devlink-port-index-f.patch
	patches.suse/net-mlx5e-Remove-unneeded-semicolon.patch
	patches.suse/net-mlx5e-CT-Avoid-false-warning-about-rule-may-be-u.patch
	patches.suse/net-mlx5-CT-Remove-unused-variables.patch
	patches.suse/net-mlx5-Remove-unused-field-in-EQ.patch
	patches.suse/net-mlx5-Add-helper-function-to-release-fw-page.patch
	patches.suse/net-mlx5-Rate-limit-page-not-found-error-messages.patch
	patches.suse/net-mlx5-Add-support-for-release-all-pages-event.patch
	patches.suse/net-mlx5e-Use-proper-name-field-for-the-UMR-key.patch
	patches.suse/net-mlx5e-TX-Generalise-code-and-usage-of-error-CQE-.patch
	patches.suse/net-mlx5e-XDP-Print-the-offending-TX-descriptor-on-e.patch
	patches.suse/net-mlx5e-Fetch-WQE-reuse-code-and-enforce-typing.patch
	patches.suse/net-mlx5e-Rename-ICOSQ-WQE-info-struct-and-field.patch
	patches.suse/net-mlx5e-Unify-reserving-space-for-WQEs.patch
	patches.suse/r8169-don-t-pass-net_device-to-irq-coalescing-sub-fu.patch
	patches.suse/r8169-merge-scale-for-tx-and-rx-irq-coalescing.patch
	patches.suse/r8169-improve-rtl_get_coalesce.patch
	patches.suse/r8169-improve-rtl_coalesce_choose_scale.patch
	patches.suse/r8169-improve-interrupt-coalescing-parameter-handlin.patch
	patches.suse/r8169-improve-rtl_set_coalesce.patch
	patches.suse/r8169-add-check-for-invalid-parameter-combination-in.patch
	patches.suse/netlink-remove-type-unsafe-validation_data-pointer.patch
	patches.suse/nl80211-link-recursive-netlink-nested-policy.patch
	patches.suse/netlink-remove-NLA_EXACT_LEN_WARN.patch
	patches.suse/ptp_qoriq-output-PPS-signal-on-FIPER2-in-default.patch
	patches.suse/dpaa_eth-Fix-comparing-pointer-to-0.patch
	patches.suse/ice-Fix-error-return-code-in-ice_add_prof.patch
	patches.suse/net-lpc-enet-fix-error-return-code-in-lpc_mii_init.patch
	patches.suse/dpaa2-eth-fix-error-return-code-in-setup_dpni.patch
	patches.suse/r8169-improve-max-jumbo-packet-size-definition.patch
	patches.suse/r8169-configure-PME_SIGNAL-for-RTL8125-too.patch
	patches.suse/hinic-make-symbol-dump_mox_reg-static.patch
	patches.suse/hinic-Use-kmemdup-instead-of-kzalloc-and-memcpy.patch
	patches.suse/r8169-remove-not-needed-parameter-in-rtl8169_set_mag.patch
	patches.suse/r8169-remove-redundant-driver-message-when-entering-.patch
	patches.suse/r8169-simplify-counter-handling.patch
	patches.suse/r8169-remove-out-of-memory-error-message-from-rtl_re.patch
	patches.suse/r8169-switch-from-netif_xxx-message-functions-to-net.patch
	patches.suse/drivers-net-davinci_mdio-fix-potential-NULL-derefere.patch
	patches.suse/0050-net-atlantic-update-company-name-in-the-driver-descr.patch
	patches.suse/0051-net-atlantic-add-A2-device-IDs.patch
	patches.suse/0052-net-atlantic-add-defines-for-10M-and-EEE-100M-link-m.patch
	patches.suse/0053-net-atlantic-add-hw_soft_reset-hw_prepare-to-hw_ops.patch
	patches.suse/0054-net-atlantic-simplify-hw_get_fw_version-usage.patch
	patches.suse/0055-net-atlantic-make-hw_get_regs-optional.patch
	patches.suse/0056-net-atlantic-move-IS_CHIP_FEATURE-to-aq_hw.h.patch
	patches.suse/0057-net-atlantic-A2-driver-firmware-interface.patch
	patches.suse/0058-net-atlantic-minimal-A2-HW-bindings-required-for-fw_.patch
	patches.suse/0059-net-atlantic-minimal-A2-fw_ops.patch
	patches.suse/0060-net-atlantic-A2-hw_ops-skeleton.patch
	patches.suse/0061-net-atlantic-HW-bindings-for-A2-RFP.patch
	patches.suse/0062-net-atlantic-add-A2-RPF-hw_ops.patch
	patches.suse/0063-net-atlantic-HW-bindings-for-basic-A2-init-deinit-hw.patch
	patches.suse/0064-net-atlantic-common-functions-needed-for-basic-A2-in.patch
	patches.suse/0065-net-atlantic-basic-A2-init-deinit-hw_ops.patch
	patches.suse/0066-net-atlantic-A2-ingress-egress-hw-configuration.patch
	patches.suse/net-qos-introduce-a-gate-control-flow-action.patch
	patches.suse/net-schedule-add-action-gate-offloading.patch
	patches.suse/net-enetc-add-hw-tc-hw-offload-features-for-PSPF-cap.patch
	patches.suse/net-enetc-add-tc-flower-psfp-offload-driver.patch
	patches.suse/net-smc-multiple-link-support-for-rmb-buffer-registration
	patches.suse/net-smc-unmapping-of-buffers-to-support-multiple-links
	patches.suse/net-smc-map-and-register-buffers-for-a-new-link
	patches.suse/net-smc-extend-smc_llc_send_add_link-and-smc_llc_send_delete_link
	patches.suse/net-smc-mutex-to-protect-the-lgr-against-parallel-reconfigurations
	patches.suse/net-smc-remember-pnetid-of-ib-device-for-later-device-matching
	patches.suse/net-smc-add-smcr_port_add-and-smcr_link_up-processing
	patches.suse/net-smc-add-smcr_port_err-and-smcr_link_down-processing
	patches.suse/net-smc-take-link-down-instead-of-terminating-the-link-group
	patches.suse/net-smc-remove-delete-link-processing-from-smc_core-c
	patches.suse/net-smc-introduce-smc_pnet_find_alt_roce
	patches.suse/net-smc-allocate-index-for-a-new-link
	patches.suse/net-smc-llc_add_link_work-to-handle-add_link-llc-requests
	patches.suse/Merge-branch-net-smc-extent-buffer-mapping-and-port-.patch
	patches.suse/bpf-Remove-set-but-not-used-variable-dst_known.patch
	patches.suse/tools-bpf-bpftool-Remove-duplicate-headers.patch
	patches.suse/bpf-Enable-more-helpers-for-BPF_PROG_TYPE_CGROUP_-DE.patch
	patches.suse/bpf_helpers.h-Add-note-for-building-with-vmlinux.h-o.patch
	patches.suse/bpf-Fix-missing-bpf_base_func_proto-in-cgroup_base_f.patch
	patches.suse/net-bpf-Allow-TC-programs-to-call-BPF_FUNC_skb_chang.patch
	patches.suse/net-bpf-Make-bpf_ktime_get_ns-available-to-non-GPL-p.patch
	patches.suse/xsk-Fix-typo-in-xsk_umem_consume_tx-and-xsk_generic_.patch
	patches.suse/bpf-add-bpf_ktime_get_boot_ns.patch
	patches.suse/bpf-Make-verifier-log-more-relevant-by-default.patch
	patches.suse/selftests-bpf-Add-cls_redirect-classifier.patch
	patches.suse/libbpf-Return-err-if-bpf_object__load-failed.patch
	patches.suse/bpf-cgroup-Remove-unused-exports.patch
	patches.suse/selftests-bpf-Copy-runqslower-to-OUTPUT-directory.patch
	patches.suse/libbpf-Remove-unneeded-semicolon-in-btf_dump_emit_ty.patch
	patches.suse/selftests-bpf-fix-test_sysctl_prog-with-alu32.patch
	patches.suse/bpf-Refactor-bpf_link-update-handling.patch
	patches.suse/bpf-Allocate-ID-for-bpf_link.patch
	patches.suse/bpf-Support-GET_FD_BY_ID-and-GET_NEXT_ID-for-bpf_lin.patch
	patches.suse/bpf-Add-support-for-BPF_OBJ_GET_INFO_BY_FD-for-bpf_l.patch
	patches.suse/libbpf-Add-low-level-APIs-for-new-bpf_link-commands.patch
	patches.suse/selftests-bpf-Test-bpf_link-s-get_next_id-get_fd_by_.patch
	patches.suse/bpftool-Expose-attach_type-to-string-array-to-non-cg.patch
	patches.suse/bpftool-Add-bpf_link-show-and-pin-support.patch
	patches.suse/bpftool-Add-bpftool-link-manpage.patch
	patches.suse/bpftool-Add-link-bash-completions.patch
	patches.suse/libbpf-Refactor-BTF-defined-map-definition-parsing-l.patch
	patches.suse/libbpf-Refactor-map-creation-logic-and-fix-cleanup-l.patch
	patches.suse/libbpf-Add-BTF-defined-map-in-map-support.patch
	patches.suse/selftests-bpf-Ensure-test-flavors-use-correct-skelet.patch
	patches.suse/selftests-bpf-Add-SAN_CFLAGS-param-to-selftests-buil.patch
	patches.suse/selftests-bpf-Convert-test_hashmap-into-test_progs-t.patch
	patches.suse/libbpf-Fix-memory-leak-and-possible-double-free-in-h.patch
	patches.suse/selftests-bpf-Fix-memory-leak-in-test-selector.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/libbpf-Fix-huge-memory-leak-in-libbpf_find_vmlinux_b.patch
	patches.suse/selftests-bpf-Disable-ASAN-instrumentation-for-mmap-.patch
	patches.suse/selftests-bpf-Fix-bpf_link-leak-in-ns_current_pid_tg.patch
	patches.suse/selftests-bpf-Add-runqslower-binary-to-.gitignore.patch
	patches.suse/tools-bpftool-For-feature-probe-define-full_mode-boo.patch
	patches.suse/tools-bpftool-Allow-unprivileged-users-to-probe-feat.patch
	patches.suse/tools-bpftool-Make-libcap-dependency-optional.patch
	patches.suse/bpf-Allow-bpf_map_lookup_elem-for-SOCKMAP-and-SOCKHA.patch
	patches.suse/selftests-bpf-Test-that-lookup-on-SOCKMAP-SOCKHASH-i.patch
	patches.suse/selftests-bpf-Use-SOCKMAP-for-server-sockets-in-bpf_.patch
	patches.suse/bpf-Fix-unused-variable-warning.patch
	patches.suse/libbpf-Fix-false-uninitialized-variable-warning.patch
	patches.suse/selftests-bpf-Test-allowed-maps-for-bpf_sk_select_re.patch
	patches.suse/bpf-Sharing-bpf-runtime-stats-with-BPF_ENABLE_STATS.patch
	patches.suse/libbpf-Add-support-for-command-BPF_ENABLE_STATS.patch
	patches.suse/bpf-Add-selftest-for-BPF_ENABLE_STATS.patch
	patches.suse/bpf-Bpf_-g-s-etsockopt-for-struct-bpf_sock_addr.patch
	patches.suse/bpf-Fix-use-after-free-of-bpf_link-when-priming-half.patch
	patches.suse/selftests-bpf-Use-reno-instead-of-dctcp.patch
	patches.suse/ptp-Add-adjphase-function-to-support-phase-offset-co.patch
	patches.suse/ptp-Add-adjust_phase-to-ptp_clock_caps-capability.patch
	patches.suse/smc-remove-unused-function
	patches.suse/net-ethernet-fec-replace-interrupt-driven-mdio-with-polled-io.patch
	patches.suse/net_sched-sch_fq-avoid-touching-f-next-from-fq_gc.patch
	patches.suse/net_sched-sch_fq-change-fq_flow-size-layout.patch
	patches.suse/net_sched-sch_fq-use-bulk-freeing-in-fq_gc.patch
	patches.suse/net_sched-sch_fq-do-not-call-fq_peek-twice-per-packe.patch
	patches.suse/net_sched-sch_fq-perform-a-prefetch-earlier.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/net-smc-first-part-of-add-link-processing-as-smc-client
	patches.suse/net-smc-rkey-processing-for-a-new-link-as-smc-client
	patches.suse/net-smc-final-part-of-add-link-processing-as-smc-client
	patches.suse/net-smc-first-part-of-add-link-processing-as-smc-server
	patches.suse/net-smc-rkey-processing-for-a-new-link-as-smc-server
	patches.suse/net-smc-final-part-of-add-link-processing-as-smc-server
	patches.suse/net-smc-delete-an-asymmetric-link-as-smc-server
	patches.suse/net-smc-llc_del_link_work-and-use-the-llc-flow-for-delete-link
	patches.suse/net-smc-delete-link-processing-as-smc-client
	patches.suse/net-smc-delete-link-processing-as-smc-server
	patches.suse/net-smc-enqueue-local-llc-messages
	patches.suse/bnxt_en-Update-firmware-spec.-to-1.10.1.33.patch
	patches.suse/bnxt_en-Allocate-TQM-ring-context-memory-according-t.patch
	patches.suse/bnxt_en-Improve-TQM-ring-context-memory-sizing-formu.patch
	patches.suse/bnxt_en-Do-not-include-ETH_FCS_LEN-in-the-max-packet.patch
	patches.suse/bnxt_en-prepare-to-refactor-ethtool-reset-types.patch
	patches.suse/bnxt_en-refactor-ethtool-firmware-reset-types.patch
	patches.suse/bnxt_en-fix-ethtool_reset_flags-ABI-violations.patch
	patches.suse/bnxt_en-Improve-kernel-log-messages-related-to-ethto.patch
	patches.suse/bnxt_en-Define-the-doorbell-offsets-on-57500-chips.patch
	patches.suse/bnxt_en-Set-the-db_offset-on-57500-chips-for-the-RDM.patch
	patches.suse/bnxt_en-Add-support-for-L2-doorbell-size.patch
	patches.suse/bnxt_en-Add-doorbell-information-to-bnxt_en_dev-stru.patch
	patches.suse/bnxt_en-Refactor-the-software-ring-counters.patch
	patches.suse/bnxt_en-Split-HW-ring-statistics-strings-into-RX-and.patch
	patches.suse/bnxt_en-show-only-relevant-ethtool-stats-for-a-TX-or.patch
	patches.suse/net-smc-save-state-of-last-sent-cdc-message
	patches.suse/net-smc-switch-connections-to-alternate-link
	patches.suse/net-smc-send-failover-validation-message
	patches.suse/net-smc-handle-incoming-cdc-validation-message
	patches.suse/net-smc-wait-for-departure-of-an-ib-message
	patches.suse/net-smc-send-delete_link-all-message-and-wait-for-send-to-complete
	patches.suse/net-smc-assign-link-to-a-new-connection
	patches.suse/net-smc-asymmetric-link-tagging
	patches.suse/net-smc-add-termination-reason-and-handle-llc-protocol-violation
	patches.suse/net-smc-improve-termination-processing
	patches.suse/net-smc-create-improved-smc-r-link_uid
	patches.suse/net-smc-save-smc-r-peer-link_uid
	patches.suse/net-sched-fallback-to-qdisc-noqueue-if-default-qdisc.patch
	patches.suse/net_sched-sch_fq-add-horizon-attribute.patch
	patches.suse/devlink-factor-out-building-a-snapshot-notification.patch
	patches.suse/devlink-let-kernel-allocate-region-snapshot-id.patch
	patches.suse/docs-devlink-clarify-the-scope-of-snapshot-id.patch
	patches.suse/net-partially-revert-dynamic-lockdep-key-changes.patch
	patches.suse/bonding-remove-useless-stats_lock_key.patch
	patches.suse/bnx2x-Remove-Comparison-to-bool-in-bnx2x_dcb.c.patch
	patches.suse/net-qede-Use-true-for-bool-variable-in-qede_init_fp.patch
	patches.suse/net-bnxt-Remove-Comparison-to-bool-in-bnxt_ethtool.c.patch
	patches.suse/net-sched-choke-Remove-unused-inline-function-choke_.patch
	patches.suse/bnx2x-Remove-unused-inline-function-bnx2x_vf_vlan_cr.patch
	patches.suse/sch_choke-Remove-classid-from-choke_skb_cb.patch
	patches.suse/net-smc-log-important-pnetid-and-state-change-events
	patches.suse/net-smc-remove-unused-inline-function-smc_curs_read
	patches.suse/cxgb4-cxgb4vf-Remove-superfluous-void-cast-in-debugf.patch
	patches.suse/net-mlx4-remove-unneeded-variable-err-in-mlx4_en_get.patch
	patches.suse/s390-qeth-keep-track-of-lp2lp-capability-for-csum-offload
	patches.suse/s390-qeth-process-local-address-events
	patches.suse/s390-qeth-add-debugfs-file-for-local-ip-addresses
	patches.suse/s390-qeth-extract-helpers-for-next-hop-lookup
	patches.suse/s390-qeth-don-t-use-restricted-offloads-for-local-traffic
	patches.suse/s390-qeth-merge-tx-skb-mapping-code
	patches.suse/s390-qeth-indicate-contiguous-tx-buffer-elements
	patches.suse/s390-qeth-set-tx-irq-marker-on-last-buffer-in-a-group
	patches.suse/s390-qeth-return-error-when-starting-a-reset-fails
	patches.suse/s390-qeth-clean-up-kconfig-help-text
	patches.suse/net-enetc-Make-some-symbols-static.patch
	patches.suse/Revert-crypto-chelsio-Inline-single-pdu-only.patch
	patches.suse/timer-add-fsleep-for-flexible-sleeping.patch
	patches.suse/r8169-use-fsleep-in-polling-functions.patch
	patches.suse/Crypto-chcr-fix-gcm-aes-and-rfc4106-gcm-failed-tests.patch
	patches.suse/Crypto-chcr-fix-ctr-cbc-xts-and-rfc3686-ctr-failed-t.patch
	patches.suse/Crypto-chcr-fix-for-ccm-aes-failed-test.patch
	patches.suse/Crypto-chcr-support-for-48-byte-key_len-in-aes-xts.patch
	patches.suse/Crypto-chcr-fix-for-hmac-sha-test-fails.patch
	patches.suse/ethtool-provide-UAPI-for-PHY-master-slave-configurat.patch
	patches.suse/b43-remove-dead-function-b43_rssinoise_postprocess.patch
	patches.suse/net-mlx4-remove-unneeded-variable-err-in-mlx4_en_eth.patch
	patches.suse/net-enetc-bug-fix-for-qos-sfi-operate-space-after-fr.patch
	patches.suse/ath10k-Fix-the-race-condition-in-firmware-dump-work-.patch
	patches.suse/ath10k-enable-VHT160-and-VHT80-80-modes.patch
	patches.suse/ath10k-enable-radar-detection-in-secondary-segment.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/ath10k-disable-TX-complete-indication-of-htt-for-sdi.patch
	patches.suse/ath10k-change-ATH10K_SDIO_BUS_REQUEST_MAX_NUM-from-6.patch
	patches.suse/rtw88-Make-two-functions-static.patch
	patches.suse/brcmfmac-fix-wrong-location-to-get-firmware-feature.patch
	patches.suse/rtlwifi-rtl8723ae-fix-spelling-mistake-chang-change.patch
	patches.suse/rsi-fix-a-typo-throld-threshold.patch
	patches.suse/brcm80211-remove-redundant-pointer-address.patch
	patches.suse/p54usb-add-AirVasT-USB-stick-device-id.patch
	patches.suse/rtw88-Add-delay-on-polling-h2c-command-status-bit.patch
	patches.suse/b43legacy-Fix-case-where-channel-status-is-corrupted.patch
	patches.suse/qtnfmac-Simplify-code-in-_attach-functions.patch
	patches.suse/brcmsmac-make-brcms_c_set_mac-void.patch
	patches.suse/ipw2x00-make-ipw_qos_association_resp-void.patch
	patches.suse/cw1200-make-cw1200_spi_irq_unsubscribe-void.patch
	patches.suse/libertas-make-lbs_init_mesh-void.patch
	patches.suse/rtw88-make-rtw_chip_ops-set_antenna-return-int.patch
	patches.suse/rtw88-add-support-for-set-get-antennas.patch
	patches.suse/hostap-Add-missing-annotations-for-prism2_bss_list_p.patch
	patches.suse/brcmsmac-Add-missing-annotation-for-brcms_rfkill_set.patch
	patches.suse/brcmsmac-Add-missing-annotation-for-brcms_down.patch
	patches.suse/libertas-make-lbs_process_event-void.patch
	patches.suse/orinoco-remove-useless-variable-err-in-spectrum_cs_s.patch
	patches.suse/brcmsmac-make-brcms_c_stf_ss_update-void.patch
	patches.suse/ipw2x00-make-ipw_setup_deferred_work-void.patch
	patches.suse/brcmfmac-remove-leading-space.patch
	patches.suse/rtlwifi-rtl8188ee-use-true-false-for-bool-variables.patch
	patches.suse/rtlwifi-rtl8723ae-use-true-false-for-bool-variables.patch
	patches.suse/rtlwifi-rtl8192ee-use-true-false-for-bool-variables.patch
	patches.suse/rtlwifi-rtl8723be-use-true-false-for-bool-variables.patch
	patches.suse/rtlwifi-rtl8821ae-use-true-false-for-bool-variables.patch
	patches.suse/rtlwifi-rtl8723ae-fix-warning-comparison-to-bool.patch
	patches.suse/rtw88-8723d-Add-basic-chip-capabilities.patch
	patches.suse/rtw88-8723d-add-beamform-wrapper-functions.patch
	patches.suse/rtw88-8723d-Add-power-sequence.patch
	patches.suse/rtw88-8723d-Add-RF-read-write-ops.patch
	patches.suse/rtw88-8723d-Add-mac-bb-rf-agc-power_limit-tables.patch
	patches.suse/rtw88-8723d-Add-cfg_ldo25-to-control-LDO25.patch
	patches.suse/rtw88-8723d-Add-new-chip-op-efuse_grant-to-control-e.patch
	patches.suse/rtw88-8723d-Add-read_efuse-to-recognize-efuse-info-f.patch
	patches.suse/rtw88-set-power-trim-according-to-efuse-PG-values.patch
	patches.suse/wlcore-Adding-suppoprt-for-IGTK-key-in-wlcore-driver.patch
	patches.suse/rtw88-add-legacy-firmware-download-for-8723D-devices.patch
	patches.suse/rtw88-no-need-to-send-additional-information-to-lega.patch
	patches.suse/rtw88-8723d-Add-mac-power-on-off-function.patch
	patches.suse/rtw88-decompose-while-1-loop-of-power-sequence-polli.patch
	patches.suse/rtw88-8723d-11N-chips-don-t-support-H2C-queue.patch
	patches.suse/rtw88-8723d-implement-set_tx_power_index-ops.patch
	patches.suse/rtw88-8723d-Organize-chip-TX-RX-FIFO.patch
	patches.suse/rtw88-8723d-initialize-mac-bb-rf-basic-functions.patch
	patches.suse/rtw88-fix-sparse-warnings-for-download-firmware-rout.patch
	patches.suse/iwlwifi-scan-remove-support-for-fw-scan-api-v13.patch
	patches.suse/iwlwifi-nvm-use-iwl_nl80211_band_from_channel_idx.patch
	patches.suse/iwlwifi-move-API-version-lookup-to-common-code.patch
	patches.suse/iwlwifi-dbg-support-multiple-dumps-in-legacy-dump-fl.patch
	patches.suse/iwlwifi-support-version-9-of-WOWLAN_GET_STATUS-notif.patch
	patches.suse/iwlwifi-pcie-use-seq_file-for-tx_queue-debugfs-file.patch
	patches.suse/iwlwifi-pcie-add-n_window-ampdu-to-tx_queue-debugfs.patch
	patches.suse/iwlwifi-pcie-gen2-minor-code-cleanups-in-byte-table-.patch
	patches.suse/iwlwifi-mvm-add-DCM-flag-to-rate-pretty-print.patch
	patches.suse/iwlwifi-yoyo-support-IWL_FW_INI_TIME_POINT_HOST_ALIV.patch
	patches.suse/iwlwifi-pcie-move-iwl_pcie_ctxt_info_alloc_dma-to-us.patch
	patches.suse/iwlwifi-mvm-add-framework-for-specific-phy-configura.patch
	patches.suse/iwlwifi-remove-deprecated-and-unused-iwl_mvm_keyinfo.patch
	patches.suse/iwlwifi-remove-fw_monitor-module-parameter.patch
	patches.suse/iwlwifi-acpi-read-TAS-table-from-ACPI-and-send-it-to.patch
	patches.suse/iwlwifi-add-new-cards-for-AX-family.patch
	patches.suse/iwlwifi-pcie-add-cfgs-for-SoCs-with-device-ID-0x4FD0.patch
	patches.suse/iwlwifi-update-few-product-names-in-AX-family.patch
	patches.suse/iwlwifi-mvm-tell-firmware-about-required-LTR-delay.patch
	patches.suse/iwlwifi-pcie-add-new-structure-for-Qu-devices-with-m.patch
	patches.suse/iwlwifi-pcie-add-new-structs-for-So-devices-with-lon.patch
	patches.suse/iwlwifi-debug-set-NPK-buffer-in-context-info.patch
	patches.suse/rtw88-8822c-update-phy-parameter-tables-to-v50.patch
	patches.suse/rtw88-fix-spelling-mistake-fimrware-firmware.patch
	patches.suse/brcmfmac-keep-apsta-enabled-when-AP-starts-with-MCHA.patch
	patches.suse/brcmfmac-remove-arp_hostip_clear-from-brcmf_netdev_s.patch
	patches.suse/brcmfmac-p2p-cert-6.1.9-support-GOUT-handling-p2p-pr.patch
	patches.suse/brcmfmac-only-generate-random-p2p-address-when-neede.patch
	patches.suse/brcmfmac-add-vendor-ie-for-association-responses.patch
	patches.suse/brcmfmac-remove-comparison-to-bool-in-brcmf_fws_atta.patch
	patches.suse/brcmfmac-no-need-to-check-return-value-of-debugfs_cr.patch
	patches.suse/iopoll-Introduce-read_poll_timeout_atomic-macro.patch
	patches.suse/rtw88-Use-udelay-instead-of-usleep-in-atomic-context.patch
	patches.suse/ipw2x00-Remove-a-memory-allocation-failure-log-messa.patch
	patches.suse/rtlwifi-use-true-false-for-bool-variable-in-rtl_init.patch
	patches.suse/ray_cs-use-true-false-for-bool-variable.patch
	patches.suse/rtw88-8723d-Add-DIG-parameter.patch
	patches.suse/rtw88-8723d-Add-query_rx_desc.patch
	patches.suse/rtw88-8723d-Add-set_channel.patch
	patches.suse/rtw88-handle-C2H_CCX_TX_RPT-to-know-if-packet-TX-ed-.patch
	patches.suse/rtw88-8723d-some-chips-don-t-support-LDPC.patch
	patches.suse/rtw88-8723d-Add-chip_ops-false_alarm_statistics.patch
	patches.suse/rtw88-8723d-Set-IG-register-for-CCK-rate.patch
	patches.suse/rtw88-8723d-add-interface-configurations-table.patch
	patches.suse/rtw88-fix-an-issue-about-leak-system-resources.patch
	patches.suse/brcmfmac-support-the-second-p2p-connection.patch
	patches.suse/brcmfmac-Fix-P2P-Group-Formation-failure-via-Go-neg-.patch
	patches.suse/brcmfmac-Add-P2P-Action-Frame-retry-delay-to-fix-GAS.patch
	patches.suse/brcmsmac-remove-Comparison-to-bool-in-brcms_b_txstat.patch
	patches.suse/rtlwifi-remove-comparison-of-0-1-to-bool-variable.patch
	patches.suse/mwifiex-avoid-Wstringop-overflow-warning.patch
	patches.suse/libertas_tf-avoid-a-null-dereference-in-pointer-priv.patch
	patches.suse/b43-remove-Comparison-of-0-1-to-bool-variable-in-phy.patch
	patches.suse/b43-remove-Comparison-of-0-1-to-bool-variable-in-pio.patch
	patches.suse/rtlwifi-rtl8188ee-remove-Comparison-to-bool-in-rf.c.patch
	patches.suse/ath10k-Fix-typo-in-warning-messages.patch
	patches.suse/ath10k-rename-ath10k_hif_swap_mailbox-to-ath10k_hif_.patch
	patches.suse/ath10k-improve-power-save-performance-for-sdio.patch
	patches.suse/ath10k-sdio-remove-_hif_-prefix-from-functions-not-p.patch
	patches.suse/ath10k-hif-make-send_complete_check-op-optional.patch
	patches.suse/ath10k-add-htt-TX-bundle-for-sdio.patch
	patches.suse/ath10k-enable-alt-data-of-TX-path-for-sdio.patch
	patches.suse/ath10k-add-flush-tx-packets-for-SDIO-chip.patch
	patches.suse/ath10k-Fix-the-invalid-tx-rx-chainmask-configuration.patch
	patches.suse/ath10k-drop-the-TX-packet-which-size-exceed-credit-s.patch
	patches.suse/ath10k-enable-rx-duration-report-default-for-wmi-tlv.patch
	patches.suse/ath10k-add-statistics-of-tx-retries-and-tx-failed-wh.patch
	patches.suse/ath9k-fix-AR9002-ADC-and-NF-calibrations.patch
	patches.suse/ath9k-remove-needless-NFCAL_PENDING-flag-setting.patch
	patches.suse/ath9k-do-not-miss-longcal-on-AR9002.patch
	patches.suse/ath9k-interleaved-NF-calibration-on-AR9002.patch
	patches.suse/ath9k-invalidate-all-calibrations-at-once.patch
	patches.suse/ath9k-add-calibration-timeout-for-AR9002.patch
	patches.suse/ath5k-remove-conversion-to-bool-in-ath5k_ani_calibra.patch
	patches.suse/ath10k-enable-firmware-peer-stats-info-for-wmi-tlv.patch
	patches.suse/ath10k-add-rx-bitrate-report-for-SDIO.patch
	patches.suse/ath10k-add-bitrate-parse-for-peer-stats-info.patch
	patches.suse/ath10k-correct-tx-bitrate-of-iw-for-SDIO.patch
	patches.suse/ath10k-fix-possible-memory-leak-in-ath10k_bmi_lz_dat.patch
	patches.suse/ath10k-Avoid-override-CE5-configuration-for-QCA99X0-.patch
	patches.suse/ath10k-remove-the-max_sched_scan_reqs-value.patch
	patches.suse/ath10k-Setup-the-msa-resources-before-qmi-init.patch
	patches.suse/ath10k-Add-support-for-targets-without-trustzone.patch
	patches.suse/carl9170-remove-P2P_GO-support.patch
	patches.suse/ath6kl-Replace-zero-length-array-with-flexible-array.patch
	patches.suse/ath9k_htc-Silence-undersized-packet-warnings.patch
	patches.suse/cxgb4-remove-duplicate-headers.patch
	patches.suse/soc-fsl-dpio-properly-compute-the-consumer-index.patch
	patches.suse/dpaa2-eth-create-a-function-to-flush-the-XDP-fds.patch
	patches.suse/net-smc-remove-set-but-not-used-variables-del_llc-del_llc_resp
	patches.suse/net-phy-fix-less-than-zero-comparison-with-unsigned-.patch
	patches.suse/netpoll-remove-dev-argument-from-netpoll_send_skb_on.patch
	patches.suse/netpoll-move-netpoll_send_skb-out-of-line.patch
	patches.suse/netpoll-netpoll_send_skb-returns-transmit-status.patch
	patches.suse/netpoll-accept-NULL-np-argument-in-netpoll_send_skb.patch
	patches.suse/bonding-propagate-transmit-status.patch
	patches.suse/r8169-add-helper-r8168g_wait_ll_share_fifo_ready.patch
	patches.suse/r8169-add-helper-rtl_enable_rxdvgate.patch
	patches.suse/r8169-add-helper-rtl_wait_txrx_fifo_empty.patch
	patches.suse/r8169-improve-reset-handling-for-chips-from-RTL8168g.patch
	patches.suse/0002-net-tg3-tidy-up-loop-remove-need-to-compute-off-with.patch
	patches.suse/cnic-remove-redundant-assignment-to-variable-ret.patch
	patches.suse/0067-net-atlantic-rename-AQ_NIC_RATE_2GS-to-AQ_NIC_RATE_2.patch
	patches.suse/0068-net-atlantic-remove-TPO2-check-from-A0-code.patch
	patches.suse/0069-net-atlantic-remove-hw_atl_b0_hw_rss_set-call-from-A.patch
	patches.suse/0070-net-atlantic-remove-check-for-boot-code-survivabilit.patch
	patches.suse/0071-net-atlantic-unify-MAC-generation.patch
	patches.suse/net-core-Introduce-netdev_get_xmit_slave.patch
	patches.suse/bonding-Export-skip-slave-logic-to-function.patch
	patches.suse/bonding-Rename-slave_arr-to-usable_slaves.patch
	patches.suse/bonding-alb-Add-helper-functions-to-get-the-xmit-sla.patch
	patches.suse/bonding-Add-helper-function-to-get-the-xmit-slave-ba.patch
	patches.suse/bonding-Add-helper-function-to-get-the-xmit-slave-in.patch
	patches.suse/bonding-Add-function-to-get-the-xmit-slave-in-active.patch
	patches.suse/bonding-Add-array-of-all-slaves.patch
	patches.suse/bonding-Implement-ndo_get_xmit_slave.patch
	patches.suse/net-mlx5-Change-lag-mutex-lock-to-spin-lock.patch
	patches.suse/net-mlx5-Add-support-to-get-lag-physical-port.patch
	patches.suse/net-mlx5e-Return-bool-from-TLS-and-IPSEC-offloads.patch
	patches.suse/net-mlx5e-Unify-checks-of-TLS-offloads.patch
	patches.suse/net-mlx5e-Return-void-from-mlx5e_sq_xmit-and-mlx5i_s.patch
	patches.suse/net-mlx5e-Pass-only-eseg-to-IPSEC-offload.patch
	patches.suse/net-mlx5e-Make-TLS-offload-independent-of-wqe-and-pi.patch
	patches.suse/net-mlx5e-Update-UDP-fields-of-the-SKB-for-GSO-first.patch
	patches.suse/net-mlx5e-Split-TX-acceleration-offloads-into-two-ph.patch
	patches.suse/net-mlx5e-kTLS-Fill-work-queue-edge-separately-in-TX.patch
	patches.suse/net-mlx5e-kTLS-Do-not-fill-edge-for-the-DUMP-WQEs-in.patch
	patches.suse/net-mlx5e-Take-TX-WQE-info-structures-out-of-general.patch
	patches.suse/net-mlx5e-Use-struct-assignment-for-WQE-info-updates.patch
	patches.suse/net-mlx5-Accel-Remove-unnecessary-header-include.patch
	patches.suse/net-mlx5e-Enhance-ICOSQ-WQE-info-fields-28bff095.patch
	patches.suse/hinic-add-three-net_device_ops-of-vf.patch
	patches.suse/mlxsw-spectrum_matchall-Restrict-sample-action-to-be.patch
	patches.suse/mlxsw-spectrum_flower-Expose-a-function-to-get-min-a.patch
	patches.suse/mlxsw-spectrum_matchall-Put-matchall-list-into-subst.patch
	patches.suse/mlxsw-spectrum_matchall-Expose-a-function-to-get-min.patch
	patches.suse/mlxsw-spectrum_matchall-Forbid-to-insert-matchall-ru.patch
	patches.suse/mlxsw-spectrum_flower-Forbid-to-insert-flower-rules-.patch
	patches.suse/selftests-mlxsw-rename-tc_flower_restrictions.sh-to-.patch
	patches.suse/selftests-mlxsw-tc_restrictions-add-test-to-check-sa.patch
	patches.suse/selftests-mlxsw-tc_restrictions-add-couple-of-test-f.patch
	patches.suse/net-phy-Add-cable-test-support-to-state-machine.patch
	patches.suse/net-phy-Add-support-for-polling-cable-test.patch
	patches.suse/net-ethtool-netlink-Add-support-for-triggering-a-cab.patch
	patches.suse/net-ethtool-Add-attributes-for-cable-test-reports.patch
	patches.suse/net-ethtool-Make-helpers-public.patch
	patches.suse/net-ethtool-Add-infrastructure-for-reporting-cable-t.patch
	patches.suse/net-ethtool-Add-helpers-for-reporting-test-results.patch
	patches.suse/net-phy-marvell-Add-cable-test-support.patch
	patches.suse/net-phy-Put-interface-into-oper-testing-during-cable.patch
	patches.suse/net-phy-Send-notifier-when-starting-the-cable-test.patch
	patches.suse/net-hns3-remove-a-redundant-register-macro-definitio.patch
	patches.suse/net-hns3-modify-two-uncorrect-macro-names.patch
	patches.suse/net-hns3-provide-.get_cmdq_stat-interface-for-the-cl.patch
	patches.suse/net-hns3-optimized-the-judgment-of-the-input-paramet.patch
	patches.suse/net-hns3-disable-auto-negotiation-off-with-1000M-set.patch
	patches.suse/hinic-add-link_ksettings-ethtool_ops-support.patch
	patches.suse/net-qed-Reduce-RX-and-TX-default-ring-count-when-run.patch
	patches.suse/net-qed-Disable-SRIOV-functionality-inside-kdump-ker.patch
	patches.suse/sfc-move-vport_id-to-struct-efx_nic.patch
	patches.suse/sfc-make-capability-checking-a-nic_type-function.patch
	patches.suse/sfc-use-efx_has_cap-for-capability-checks-outside-of.patch
	patches.suse/sfc-move-must-restore-flags-out-of-ef10-specific-nic.patch
	patches.suse/sfc-rework-handling-of-firmware-multicast-chaining-s.patch
	patches.suse/sfc-move-rx_rss_context_exclusive-into-struct-efx_mc.patch
	patches.suse/sfc-make-filter-table-probe-caller-responsible-for-a.patch
	patches.suse/sfc-make-firmware-variant-printing-a-nic_type-functi.patch
	patches.suse/ionic-support-longer-tx-sg-lists.patch
	patches.suse/ionic-updates-to-ionic-FW-api-description.patch
	patches.suse/ionic-protect-vf-calls-from-fw-reset.patch
	patches.suse/ionic-add-support-for-more-xcvr-types.patch
	patches.suse/ionic-shorter-dev-cmd-wait-time.patch
	patches.suse/ionic-reset-device-at-probe.patch
	patches.suse/ionic-ionic_intr_free-parameter-change.patch
	patches.suse/ionic-more-ionic-name-tweaks.patch
	patches.suse/ionic-add-more-ethtool-stats.patch
	patches.suse/sfc-actually-wire-up-siena_check_caps.patch
	patches.suse/sfc-siena_check_caps-can-be-static.patch
	patches.suse/Bluetooth-btbcm-Drop-upper-nibble-version-check-from.patch
	patches.suse/Bluetooth-btbcm-Move-setting-of-USE_BDADDR_PROPERTY-.patch
	patches.suse/Bluetooth-btbcm-Fold-Patch-loading-applying-into-btb.patch
	patches.suse/Bluetooth-btbcm-Make-btbcm_initialize-print-local-na.patch
	patches.suse/Bluetooth-btbcm-Make-btbcm_setup_patchram-use-btbcm_.patch
	patches.suse/Bluetooth-btbcm-Bail-sooner-from-btbcm_initialize-wh.patch
	patches.suse/Bluetooth-btbcm-Try-multiple-Patch-filenames-when-lo.patch
	patches.suse/Bluetooth-btbcm-Add-2-missing-models-to-subver-table.patch
	patches.suse/Bluetooth-Adding-driver-and-quirk-defs-for-multi-rol.patch
	patches.suse/Bluetooth-allow-scatternet-connections-if-supported.patch
	patches.suse/Bluetooth-btusb-Adding-support-for-LE-scatternet-to-.patch
	patches.suse/Bluetooth-hci_qca-add-compatible-for-QCA9377.patch
	patches.suse/Bluetooth-hci_qca-allow-max-speed-to-be-set-for-QCA9.patch
	patches.suse/Bluetooth-hci_h5-Add-support-for-binding-RTL8723BS-w.patch
	patches.suse/Bluetooth-Fix-advertising-handle-is-set-to-0.patch
	patches.suse/Bluetooth-L2CAP-Fix-errors-during-L2CAP_CREDIT_BASED.patch
	patches.suse/Bluetooth-Add-MGMT_EV_PHY_CONFIGURATION_CHANGED-to-s.patch
	patches.suse/Bluetooth-Replace-BT_DBG-with-bt_dev_dbg-for-managem.patch
	patches.suse/Bluetooth-Introduce-HCI_MGMT_HDEV_OPTIONAL-option.patch
	patches.suse/Bluetooth-Replace-BT_DBG-with-bt_dev_dbg-for-securit.patch
	patches.suse/Bluetooth-Add-support-for-experimental-features-conf.patch
	patches.suse/Bluetooth-Introduce-debug-feature-when-dynamic-debug.patch
	patches.suse/Bluetooth-Fix-incorrect-type-for-window-and-interval.patch
	patches.suse/Bluetooth-Modify-LE-window-and-interval-for-suspend.patch
	patches.suse/Bluetooth-Rename-BT_SUSPEND_COMPLETE.patch
	patches.suse/Bluetooth-Add-hook-for-driver-to-prevent-wake-from-s.patch
	patches.suse/Bluetooth-btusb-Implement-hdev-prevent_wake.patch
	patches.suse/Bluetooth-btusb-Add-support-for-Intel-Bluetooth-Devi.patch
	patches.suse/Bluetooth-serdev-Constify-serdev_device_ops.patch
	patches.suse/Bluetooth-Handle-Inquiry-Cancel-error-after-Inquiry-.patch
	patches.suse/Bluetooth-L2CAP-add-support-for-waiting-disconnectio.patch
	patches.suse/sfc-fix-dereference-of-table-before-it-is-null-check.patch
	patches.suse/net-dsa-mt7530-set-CPU-port-to-fallback-mode.patch
	patches.suse/selftests-fix-flower-parent-qdisc.patch
	patches.suse/r8152-Use-MAC-address-from-device-tree-if-available.patch
	patches.suse/net-hns3-modify-some-incorrect-spelling.patch
	patches.suse/net-hns3-remove-a-duplicated-printing-in-hclge_confi.patch
	patches.suse/net-hns3-modify-an-incorrect-error-log-in-hclge_mbx_.patch
	patches.suse/net-hns3-remove-some-unused-macros.patch
	patches.suse/net-hns3-remove-unnecessary-frag-list-checking-in-hn.patch
	patches.suse/net-qed-adding-hw_err-states-and-handling.patch
	patches.suse/net-qede-add-hw-err-scheduled-handler.patch
	patches.suse/net-qed-invoke-err-notify-on-critical-areas.patch
	patches.suse/net-qed-critical-err-reporting-to-management-firmwar.patch
	patches.suse/net-qed-cleanup-debug-related-declarations.patch
	patches.suse/net-qed-attention-clearing-properties.patch
	patches.suse/net-qede-optional-hw-recovery-procedure.patch
	patches.suse/net-qede-Implement-ndo_tx_timeout.patch
	patches.suse/net-qed-introduce-critical-fan-failure-handler.patch
	patches.suse/net-qed-introduce-critical-hardware-error-handler.patch
	patches.suse/devlink-refactor-end-checks-in-devlink_nl_cmd_region.patch
	patches.suse/hinic-add-set_ringparam-ethtool_ops-support.patch
	patches.suse/r8169-remove-not-needed-checks-in-rtl8169_set_eee.patch
	patches.suse/r8169-don-t-include-linux-moduleparam.h.patch
	patches.suse/bpf-Avoid-gcc-10-stringop-overflow-warning-in-struct.patch
	patches.suse/xsk-Change-two-variable-names-for-increased-clarity.patch
	patches.suse/xsk-Remove-unnecessary-member-in-xdp_umem.patch
	patches.suse/sysctl-Fix-unused-function-warning.patch
	patches.suse/bpf-i386-Remove-unneeded-conversion-to-bool.patch
	patches.suse/selftests-bpf-Generalize-helpers-to-control-backgrou.patch
	patches.suse/selftests-bpf-Move-existing-common-networking-parts-.patch
	patches.suse/net-Refactor-arguments-of-inet-6-_bind.patch
	patches.suse/bpf-Allow-any-port-in-bpf_bind-helper.patch
	patches.suse/bpf-Implement-an-interface-to-register-bpf_iter-targ.patch
	patches.suse/bpf-Allow-loading-of-a-bpf_iter-program.patch
	patches.suse/bpf-Support-bpf-tracing-iter-programs-for-BPF_LINK_C.patch
	patches.suse/bpf-Support-bpf-tracing-iter-programs-for-BPF_LINK_U.patch
	patches.suse/bpf-Implement-bpf_seq_read-for-bpf-iterator.patch
	patches.suse/bpf-Create-anonymous-bpf-iterator.patch
	patches.suse/bpf-Create-file-bpf-iterator.patch
	patches.suse/bpf-Implement-common-macros-helpers-for-target-itera.patch
	patches.suse/bpf-Add-bpf_map-iterator.patch
	patches.suse/net-bpf-Add-netlink-and-ipv6_route-bpf_iter-targets.patch
	patches.suse/bpf-Add-task-and-task-file-iterator-targets.patch
	patches.suse/bpf-Add-PTR_TO_BTF_ID_OR_NULL-support.patch
	patches.suse/bpf-Add-bpf_seq_printf-and-bpf_seq_write-helpers.patch
	patches.suse/bpf-Handle-spilled-PTR_TO_BTF_ID-properly-when-check.patch
	patches.suse/bpf-Support-variable-length-array-in-tracing-program.patch
	patches.suse/tools-libbpf-Add-bpf_iter-support.patch
	patches.suse/tools-libpf-Add-offsetof-container_of-macro-in-bpf_h.patch
	patches.suse/tools-bpftool-Add-bpf_iter-support-for-bptool.patch
	patches.suse/tools-bpf-selftests-Add-iterator-programs-for-ipv6_r.patch
	patches.suse/tools-bpf-selftests-Add-iter-progs-for-bpf_map-task-.patch
	patches.suse/tools-bpf-selftests-Add-bpf_iter-selftests.patch
	patches.suse/bpf-runqslower-include-proper-uapi-bpf.h.patch
	patches.suse/bpf-libbpf-Replace-zero-length-array-with-flexible-a.patch
	patches.suse/tools-bpftool-Poison-and-replace-kernel-integer-type.patch
	patches.suse/tools-bpftool-Minor-fixes-for-documentation.patch
	patches.suse/bpf-Minor-fixes-to-BPF-helpers-documentation.patch
	patches.suse/tools-bpf-Synchronise-BPF-UAPI-header-with-tools.patch
	patches.suse/selftests-bpf-Install-generated-test-progs.patch
	patches.suse/libbpf-Fix-probe-code-to-return-EPERM-if-encountered.patch
	patches.suse/selftests-bpf-Extract-parse_num_list-into-generic-te.patch
	patches.suse/selftests-bpf-Add-benchmark-runner-infrastructure.patch
	patches.suse/selftest-bpf-Fmod_ret-prog-and-implement-test_overhe.patch
	patches.suse/selftest-bpf-Add-BPF-triggering-benchmark.patch
	patches.suse/tools-bpf-selftests-Explain-bpf_iter-test-failures-w.patch
	patches.suse/bpf-Change-btf_iter-func-proto-prefix-to-bpf_iter_.patch
	patches.suse/bpf-Add-comments-to-interpret-bpf_prog-return-values.patch
	patches.suse/bpf-net-Refactor-bpf_iter-target-registration.patch
	patches.suse/bpf-Change-func-bpf_iter_unreg_target-signature.patch
	patches.suse/bpf-Enable-bpf_iter-targets-registering-ctx-argument.patch
	patches.suse/samples-bpf-Remove-compiler-warnings.patch
	patches.suse/samples-bpf-xdp_redirect_cpu-Set-MAX_CPUS-according-.patch
	patches.suse/bpf-Support-narrow-loads-from-bpf_sock_addr.user_por.patch
	patches.suse/selftests-bpf-Test-narrow-loads-for-bpf_sock_addr.us.patch
	patches.suse/bpf-Fix-bpf_iter-s-task-iterator-logic.patch
	patches.suse/selftest-bpf-Fix-spelling-mistake-SIGALARM-SIGALRM.patch
	patches.suse/bpf-Allow-sk-lookup-helpers-in-cgroup-skb.patch
	patches.suse/bpf-Allow-skb_ancestor_cgroup_id-helper-in-cgroup-sk.patch
	patches.suse/bpf-Introduce-bpf_sk_-ancestor_-cgroup_id-helpers.patch
	patches.suse/selftests-bpf-Add-connect_fd_to_fd-connect_wait-net-.patch
	patches.suse/selftests-bpf-Test-for-sk-helpers-in-cgroup-skb.patch
	patches.suse/net-sched-introduce-terse-dump-flag.patch
	patches.suse/net-sched-implement-terse-dump-support-in-act.patch
	patches.suse/net-sched-cls_flower-implement-terse-dump-support.patch
	patches.suse/xdp-Add-frame-size-to-xdp_buff.patch
	patches.suse/bnxt-Add-XDP-frame-size-to-driver.patch
	patches.suse/sfc-Add-XDP-frame-size.patch
	patches.suse/net-netsec-Add-support-for-XDP-frame-size.patch
	patches.suse/net-XDP-generic-determining-XDP-frame-size.patch
	patches.suse/xdp-Xdp_frame-add-member-frame_sz-and-handle-in-conv.patch
	patches.suse/xdp-Cpumap-redirect-use-frame_sz-and-increase-skb_ta.patch
	patches.suse/veth-Adjust-hard_start-offset-on-redirect-XDP-frames.patch
	patches.suse/veth-Xdp-using-frame_sz-in-veth-driver.patch
	patches.suse/dpaa2-eth-Add-XDP-frame-size.patch
	patches.suse/msft-hv-2079-hv_netvsc-Add-XDP-frame-size-to-driver.patch
	patches.suse/qlogic-qede-Add-XDP-frame-size-to-driver.patch
	patches.suse/net-ethernet-ti-Add-XDP-frame-size-to-driver-cpsw.patch
	patches.suse/ena-Add-XDP-frame-size-to-amazon-NIC-driver.patch
	patches.suse/mlx4-Add-XDP-frame-size-and-adjust-max-XDP-MTU.patch
	patches.suse/net-thunderx-Add-XDP-frame-size.patch
	patches.suse/nfp-Add-XDP-frame-size-to-netronome-driver.patch
	patches.suse/tun-Add-XDP-frame-size.patch
	patches.suse/vhost_net-Also-populate-XDP-frame-size.patch
	patches.suse/virtio_net-Add-XDP-frame-size-in-two-code-paths.patch
	patches.suse/ixgbe-Fix-XDP-redirect-on-archs-with-PAGE_SIZE-above.patch
	patches.suse/ixgbe-Add-XDP-frame-size-to-driver.patch
	patches.suse/ixgbevf-Add-XDP-frame-size-to-VF-driver.patch
	patches.suse/i40e-Add-XDP-frame-size-to-driver.patch
	patches.suse/ice-Add-XDP-frame-size-to-driver.patch
	patches.suse/xdp-For-Intel-AF_XDP-drivers-add-XDP-frame_sz.patch
	patches.suse/mlx5-Rx-queue-setup-time-determine-frame_sz-for-XDP.patch
	patches.suse/xdp-Allow-bpf_xdp_adjust_tail-to-grow-packet-size.patch
	patches.suse/xdp-Clear-grow-memory-in-bpf_xdp_adjust_tail.patch
	patches.suse/bpf-Add-xdp.frame_sz-in-bpf_prog_test_run_xdp.patch
	patches.suse/selftests-bpf-Adjust-BPF-selftest-for-xdp_adjust_tai.patch
	patches.suse/selftests-bpf-Xdp_adjust_tail-add-grow-tail-tests.patch
	patches.suse/bpf-bpftool-Allow-probing-for-CONFIG_HZ-from-kernel-.patch
	patches.suse/bpf-capability-Introduce-CAP_BPF.patch
	patches.suse/bpf-Implement-CAP_BPF.patch
	patches.suse/selftests-bpf-Use-CAP_BPF-and-CAP_PERFMON-in-tests.patch
	patches.suse/cxgb4-improve-credits-recovery-in-TC-MQPRIO-Tx-path.patch
	patches.suse/cxgb4-tune-burst-buffer-size-for-TC-MQPRIO-offload.patch
	patches.suse/cxgb4-add-EOTID-tracking-and-software-context-dump.patch
	patches.suse/net-mlx5-Dedicate-fw-page-to-the-requesting-function.patch
	patches.suse/net-mlx5-Fix-a-bug-of-releasing-wrong-chunks-on-4K-p.patch
	patches.suse/net-mlx5-Have-single-error-unwinding-path.patch
	patches.suse/net-mlx5-Drain-wq-first-during-PCI-device-removal.patch
	patches.suse/net-mlx5-Wait-for-inactive-autogroups.patch
	patches.suse/net-mlx5-Move-internal-timer-read-function-to-clock-.patch
	patches.suse/net-mlx5e-CT-Fix-offload-with-CT-action-after-CT-NAT.patch
	patches.suse/net-mlx5e-IPoIB-Enable-loopback-packets-for-IPoIB-in.patch
	patches.suse/net-mlx5e-IPoIB-Drop-multicast-packets-that-this-int.patch
	patches.suse/net-mlx5e-Calculate-SQ-stop-room-in-a-robust-way.patch
	patches.suse/net-mlx5e-Take-DCBNL-related-definitions-into-dedica.patch
	patches.suse/dpaa2-eth-add-bulking-to-XDP_TX.patch
	patches.suse/ethtool-check-if-there-is-at-least-one-channel-for-T.patch
	patches.suse/nfp-don-t-check-lack-of-RX-TX-channels.patch
	patches.suse/ethtool-don-t-call-set_channels-in-drivers-if-config.patch
	patches.suse/mlxsw-spectrum_trap-Move-struct-definition-out-of-he.patch
	patches.suse/mlxsw-spectrum_trap-Store-all-trap-policer-data-in-o.patch
	patches.suse/mlxsw-spectrum_trap-Store-all-trap-group-data-in-one.patch
	patches.suse/mlxsw-spectrum_trap-Store-all-trap-data-in-one-array.patch
	patches.suse/selftests-devlink_lib-Remove-double-blank-line.patch
	patches.suse/selftests-mlxsw-Do-not-hard-code-trap-group-name.patch
	patches.suse/net-phy-simplify-phy_link_change-arguments.patch
	patches.suse/cxgb4-Use-pM-format-specifier-for-MAC-addresses.patch
	patches.suse/r8169-make-rtl_rx-better-readable.patch
	patches.suse/r8169-improve-rtl8169_mark_to_asic.patch
	patches.suse/r8169-work-around-an-irq-coalescing-related-tx-timeo.patch
	patches.suse/igc-Add-ECN-support-for-TSO.patch
	patches.suse/igc-Use-netdev-log-helpers-in-igc_main.c.patch
	patches.suse/igc-add-support-to-eeprom-registers-and-link-self-te.patch
	patches.suse/igc-Use-netdev-log-helpers-in-igc_ethtool.c.patch
	patches.suse/igc-Use-netdev-log-helpers-in-igc_ptp.c.patch
	patches.suse/igc-Use-netdev-log-helpers-in-igc_dump.c.patch
	patches.suse/igc-Use-netdev-log-helpers-in-igc_base.c.patch
	patches.suse/igc-Remove-unneeded-definition.patch
	patches.suse/igc-Remove-unneeded-register.patch
	patches.suse/nfp-flower-renaming-of-feature-bits.patch
	patches.suse/nfp-flower-inform-firmware-of-flower-features.patch
	patches.suse/realtek-8139too-use-generic-power-management.patch
	patches.suse/realtek-8139cp-use-generic-power-management.patch
	patches.suse/net-add-a-new-ndo_tunnel_ioctl-method.patch
	patches.suse/igc-Remove-PCIe-Control-register.patch
	patches.suse/igc-remove-IGC_REMOVED-function.patch
	patches.suse/igc-Clean-up-obsolete-NVM-defines.patch
	patches.suse/igc-Rename-IGC_VLAPQF-macro.patch
	patches.suse/igc-Dump-VLANPQF-register.patch
	patches.suse/igc-Return-EOPNOTSUPP-when-VLAN-mask-doesn-t-match.patch
	patches.suse/igc-Refactor-VLAN-priority-filtering-code.patch
	patches.suse/igc-Remove-duplicated-IGC_RXPBS-macro.patch
	patches.suse/igc-Remove-ethertype-filter-in-PTP-code.patch
	patches.suse/igc-Fix-MAX_ETYPE_FILTER-value.patch
	patches.suse/igc-Refactor-ethertype-filtering-code.patch
	patches.suse/igc-Dump-ETQF-registers.patch
	patches.suse/igc-Remove-unused-IGC_ICS_DRSTA-define.patch
	patches.suse/igc-Remove-unused-registers.patch
	patches.suse/qed-changes-to-ILT-to-support-XRC.patch
	patches.suse/qed-Add-XRC-to-RoCE.patch
	patches.suse/ethtool-provide-UAPI-for-PHY-Signal-Quality-Index-SQ.patch
	patches.suse/igc-Remove-IGC_MAC_STATE_SRC_ADDR-flag.patch
	patches.suse/igc-Remove-mac_table-from-igc_adapter.patch
	patches.suse/igc-Add-support-for-source-address-filters-in-core.patch
	patches.suse/igc-Enable-NFC-rules-based-source-MAC-address.patch
	patches.suse/e1000-Do-not-perform-reset-in-reset_task-if-we-are-a.patch
	patches.suse/igc-Remove-obsolete-circuit-breaker-registers.patch
	patches.suse/igc-Remove-header-redirection-register.patch
	patches.suse/igc-Remove-per-queue-good-transmited-counter-registe.patch
	patches.suse/igc-Remove-unused-field-from-igc_nfc_filter.patch
	patches.suse/igc-Get-rid-of-igc_max_channels.patch
	patches.suse/igc-Cleanup-_get-set_rxnfc-ethtool-ops.patch
	patches.suse/igc-Early-return-in-igc_get_ethtool_nfc_entry.patch
	patches.suse/igc-Add-igc_ethtool_-prefix-to-functions-in-igc_etht.patch
	patches.suse/igc-Align-terms-used-in-NFC-support-code.patch
	patches.suse/igc-Change-byte-order-in-struct-igc_nfc_filter.patch
	patches.suse/nexthop-support-for-fdb-ecmp-nexthops.patch
	patches.suse/vxlan-ecmp-support-for-mac-fdb-entries.patch
	patches.suse/nexthop-add-support-for-notifiers.patch
	patches.suse/vxlan-support-for-nexthop-notifiers.patch
	patches.suse/ice-report-netlist-version-in-.info_get.patch
	patches.suse/ice-Add-support-for-tunnel-offloads.patch
	patches.suse/ice-Add-VF-promiscuous-support.patch
	patches.suse/ice-Don-t-reset-and-rebuild-for-Tx-timeout-on-PFC-en.patch
	patches.suse/ice-Fix-check-for-contiguous-TCs.patch
	patches.suse/ice-only-drop-link-once-when-setting-pauseparams.patch
	patches.suse/ice-Fix-probe-open-race-condition.patch
	patches.suse/ice-Provide-more-meaningful-error-message.patch
	patches.suse/ice-Fix-casting-issues.patch
	patches.suse/ice-cleanup-vf_id-signedness.patch
	patches.suse/ice-Fix-resource-leak-on-early-exit-from-function.patch
	patches.suse/ice-refactor-filter-functions.patch
	patches.suse/ice-Fix-check-for-removing-adding-mac-filters.patch
	patches.suse/ice-remove-unnecessary-expression-that-is-always-tru.patch
	patches.suse/ice-remove-unnecessary-check.patch
	patches.suse/ice-remove-unnecessary-backslash.patch
	patches.suse/ice-Rename-build_ctob-to-ice_build_ctob.patch
	patches.suse/0072-net-atlantic-changes-for-multi-TC-support.patch
	patches.suse/0073-net-atlantic-move-PTP-TC-initialization-to-a-separat.patch
	patches.suse/0074-net-atlantic-changes-for-multi-TC-support.patch
	patches.suse/0075-net-atlantic-QoS-implementation-multi-TC-support.patch
	patches.suse/net-atlantic-per-TC-queue-statistics.patch
	patches.suse/net-atlantic-make-TCVEC2RING-accept-nic_cfg.patch
	patches.suse/net-atlantic-QoS-implementation-max_rate.patch
	patches.suse/net-atlantic-automatically-downgrade-the-number-of-q.patch
	patches.suse/net-atlantic-always-use-random-TC-queue-mapping-for-.patch
	patches.suse/net-atlantic-change-the-order-of-arguments-for-TC-we.patch
	patches.suse/net-atlantic-QoS-implementation-min_rate.patch
	patches.suse/net-atlantic-proper-rss_ctrl1-54c0-initialization.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/tunnel6-support-for-IPPROTO_MPLS.patch
	patches.suse/net-flow_offload-simplify-hw-stats-check-handling.patch
	patches.suse/cxgb4-add-adapter-hotplug-support-for-ULDs.patch
	patches.suse/bpf-Fix-check_return_code-to-only-allow-0-1-in-trace.patch
	patches.suse/libbpf-hashmap-Remove-unused-include.patch
	patches.suse/libbpf-hashmap-Fix-signedness-warnings.patch
	patches.suse/selftests-bpf-Fix-test_align-verifier-log-patterns.patch
	patches.suse/selftests-bpf-Move-test_align-under-test_progs.patch
	patches.suse/bpf-Selftests-move-sockmap-bpf-prog-header-into-prog.patch
	patches.suse/bpf-Selftests-remove-prints-from-sockmap-tests.patch
	patches.suse/bpf-Selftests-sockmap-test-prog-run-without-setting-.patch
	patches.suse/bpf-Selftests-print-error-in-test_sockmap-error-case.patch
	patches.suse/bpf-Selftests-improve-test_sockmap-total-bytes-count.patch
	patches.suse/bpf-Selftests-break-down-test_sockmap-into-subtests.patch
	patches.suse/bpf-Selftests-provide-verbose-option-for-selftests-e.patch
	patches.suse/bpf-Selftests-add-whitelist-option-to-test_sockmap.patch
	patches.suse/bpf-Selftests-add-blacklist-to-test_sockmap.patch
	patches.suse/bpf-Selftests-add-ktls-tests-to-test_sockmap.patch
	patches.suse/samples-bpf-Refactor-pointer-error-check-with-libbpf.patch
	patches.suse/samples-bpf-Refactor-kprobe-tracing-user-progs-with-.patch
	patches.suse/samples-bpf-Refactor-tail-call-user-progs-with-libbp.patch
	patches.suse/samples-bpf-Add-tracex7-test-file-to-.gitignore.patch
	patches.suse/samples-bpf-Refactor-kprobe-tail-call-kern-progs-map.patch
	patches.suse/bpf-Fix-too-large-copy-from-user-in-bpf_test_init.patch
	patches.suse/bpf-Add-get-peer-sock-name-attach-types-for-sock_add.patch
	patches.suse/bpf-libbpf-Enable-get-peer-sock-name-attach-types.patch
	patches.suse/bpf-bpftool-Enable-get-peer-sock-name-attach-types.patch
	patches.suse/bpf-testing-Add-get-peer-sock-name-selftests-to-test.patch
	patches.suse/tools-bpf-sync-bpf.h-fb53d3b6.patch
	patches.suse/selftest-bpf-Make-bpf_iter-selftest-compilable-again.patch
	patches.suse/selftests-bpf-Convert-bpf_iter_test_kern-3-4-.c-to-d.patch
	patches.suse/xsk-Fix-xsk_umem_xdp_frame_sz.patch
	patches.suse/xsk-Move-xskmap.c-to-net-xdp.patch
	patches.suse/xsk-Move-driver-interface-to-xdp_sock_drv.h.patch
	patches.suse/xsk-Move-defines-only-used-by-AF_XDP-internals-to-xs.patch
	patches.suse/xsk-Introduce-AF_XDP-buffer-allocation-API.patch
	patches.suse/i40e-Refactor-rx_bi-accesses.patch
	patches.suse/i40e-Separate-kernel-allocated-rx_bi-rings-from-AF_X.patch
	patches.suse/i40e-xsk-Migrate-to-new-MEM_TYPE_XSK_BUFF_POOL.patch
	patches.suse/ice-xsk-Migrate-to-new-MEM_TYPE_XSK_BUFF_POOL.patch
	patches.suse/ixgbe-xsk-Migrate-to-new-MEM_TYPE_XSK_BUFF_POOL.patch
	patches.suse/mlx5-xsk-Migrate-to-new-MEM_TYPE_XSK_BUFF_POOL.patch
	patches.suse/xsk-Remove-MEM_TYPE_ZERO_COPY-and-corresponding-code.patch
	patches.suse/xsk-Explicitly-inline-functions-and-move-definitions.patch
	patches.suse/bpf-Verifier-track-null-pointer-branch_taken-with-JN.patch
	patches.suse/bpf-Selftests-verifier-case-for-non-null-pointer-che.patch
	patches.suse/bpf-Selftests-verifier-case-for-non-null-pointer-map.patch
	patches.suse/bpf-Selftests-add-printk-to-test_sk_lookup_kern-to-e.patch
	patches.suse/selftests-bpf-Add-general-instructions-for-test-exec.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/net-mlx5e-Use-IS_ERR-to-check-and-simplify-code.patch
	patches.suse/net-mlx5e-Extract-TC-specific-code-from-en_rep.c-to-.patch
	patches.suse/net-mlx5e-Extract-neigh-specific-code-from-en_rep.c-.patch
	patches.suse/net-mlx5e-Move-TC-specific-code-from-en_main.c-to-en.patch
	patches.suse/net-mlx5e-Introduce-kconfig-var-for-TC-support.patch
	patches.suse/net-Add-netif_is_bareudp-API-to-identify-bareudp-dev.patch
	patches.suse/net-mlx5e-Add-support-for-hw-encapsulation-of-MPLS-o.patch
	patches.suse/net-mlx5e-Allow-to-match-on-mpls-parameters.patch
	patches.suse/net-mlx5e-Add-support-for-hw-decapsulation-of-MPLS-o.patch
	patches.suse/net-mlx5e-Support-pedit-on-mpls-over-UDP-decap.patch
	patches.suse/igc-Refactor-igc_ethtool_add_nfc_rule.patch
	patches.suse/igc-Fix-sw_idx-type-in-struct-igc_nfc_rule.patch
	patches.suse/igc-Fix-locking-issue-when-retrieving-NFC-rules.patch
	patches.suse/igc-Fix-NFC-rule-overwrite-cases.patch
	patches.suse/igc-Fix-NFC-rules-with-multicast-addresses.patch
	patches.suse/igc-Fix-NFC-rules-restoration.patch
	patches.suse/igc-Refactor-igc_ethtool_update_nfc_rule.patch
	patches.suse/igc-Fix-NFC-rules-leak-when-driver-is-unloaded.patch
	patches.suse/igc-Fix-NFC-rule-validation.patch
	patches.suse/igc-Change-return-type-from-igc_disable_nfc_rule.patch
	patches.suse/igc-Change-adapter-nfc_rule_lock-to-mutex.patch
	patches.suse/igc-Remove-igc_nfc_rule_exit.patch
	patches.suse/igc-Remove-unused-descriptor-s-flags.patch
	patches.suse/igb-Report-speed-and-duplex-as-unknown-when-device-i.patch
	patches.suse/e1000e-Warn-if-disabling-ULP-failed.patch
	patches.suse/e1000e-Disable-TSO-for-buffer-overrun-workaround.patch
	patches.suse/e1000e-disable-s0ix-entry-and-exit-flows-for-ME-syst.patch
	patches.suse/ice-Initialize-Flow-Director-resources.patch
	patches.suse/ice-Support-displaying-ntuple-rules.patch
	patches.suse/ice-Support-IPv4-Flow-Director-filters.patch
	patches.suse/ice-Support-IPv6-Flow-Director-filters.patch
	patches.suse/ice-Enable-flex-bytes-support.patch
	patches.suse/ice-Restore-filters-following-reset.patch
	patches.suse/ice-Implement-aRFS.patch
	patches.suse/ice-Call-ice_aq_set_mac_cfg.patch
	patches.suse/ice-print-Rx-MDD-auto-reset-message-before-VF-reset.patch
	patches.suse/ice-Fix-Tx-timeout-when-link-is-toggled-on-a-VF-s-in.patch
	patches.suse/ice-Check-if-unicast-MAC-exists-before-setting-VF-MA.patch
	patches.suse/ice-check-for-compatibility-between-DDP-package-and-.patch
	patches.suse/ice-Fix-bad-register-reads.patch
	patches.suse/ice-fix-usage-of-incorrect-variable.patch
	patches.suse/ice-cleanup-unsigned-loops.patch
	patches.suse/r8169-remove-mask-argument-from-rtl_w0w1_eri.patch
	patches.suse/r8169-remove-mask-argument-from-r8168dp_ocp_read.patch
	patches.suse/r8169-remove-mask-argument-from-r8168ep_ocp_read.patch
	patches.suse/net-move-devres-helpers-into-a-separate-source-file.patch
	patches.suse/ethtool-propagate-get_coalesce-return-value.patch
	patches.suse/mlxsw-spectrum-Rename-IGMP-trap-group.patch
	patches.suse/mlxsw-spectrum-Use-same-trap-group-for-MLD-and-IGMP-.patch
	patches.suse/mlxsw-spectrum-Trap-IPv4-DHCP-packets-in-router.patch
	patches.suse/mlxsw-spectrum-Change-default-rate-and-priority-of-D.patch
	patches.suse/mlxsw-spectrum_buffers-Assign-non-zero-quotas-to-TC-.patch
	patches.suse/mlxsw-spectrum-Align-TC-and-trap-priority.patch
	patches.suse/mlxsw-spectrum_trap-Remove-unnecessary-field.patch
	patches.suse/mlxsw-spectrum-Rename-ARP-trap-group.patch
	patches.suse/mlxsw-spectrum-Use-same-trap-group-for-IPv6-ND-and-A.patch
	patches.suse/mlxsw-spectrum-Use-dedicated-trap-group-for-sampled-.patch
	patches.suse/mlxsw-spectrum-Fix-spelling-mistake-in-trap-s-name.patch
	patches.suse/vxlan-Do-not-assume-RTNL-is-held-in-vxlan_fdb_info.patch
	patches.suse/bnx2x-allow-bnx2x_bsc_read-to-schedule.patch
	patches.suse/brcmfmac-map-802.1d-priority-to-precedence-level-bas.patch
	patches.suse/brcmfmac-fix-802.1d-priority-to-ac-mapping-for-pcie-.patch
	patches.suse/brcmfmac-set-security-after-reiniting-interface.patch
	patches.suse/brcmfmac-use-actframe_abort-to-cancel-ongoing-action.patch
	patches.suse/brcmfmac-Use-seq-seq_len-and-set-iv_initialize-when-.patch
	patches.suse/brcmfmac-make-non-global-functions-static.patch
	patches.suse/brcmfmac-remove-Comparison-to-bool-in-brcmf_p2p_send.patch
	patches.suse/rndis_wlan-Remove-logically-dead-code.patch
	patches.suse/ipw2x00-Replace-zero-length-array-with-flexible-arra.patch
	patches.suse/iwlegacy-Replace-zero-length-array-with-flexible-arr.patch
	patches.suse/mwl8k-Replace-zero-length-array-with-flexible-array.patch
	patches.suse/prism54-Replace-zero-length-array-with-flexible-arra.patch
	patches.suse/qtnfmac-Replace-zero-length-array-with-flexible-arra.patch
	patches.suse/rndis_wlan-Replace-zero-length-array-with-flexible-a.patch
	patches.suse/ipw2x00-Fix-comment-for-CLOCK_BOOTTIME-constant.patch
	patches.suse/brcmfmac-fix-WPA-WPA2-PSK-4-way-handshake-offload-an.patch
	patches.suse/rtw88-8723d-Add-LC-calibration.patch
	patches.suse/rtw88-8723d-add-IQ-calibration.patch
	patches.suse/rtw88-8723d-Add-power-tracking.patch
	patches.suse/rtw88-8723d-Add-shutdown-callback-to-disable-BT-USB-.patch
	patches.suse/rtw88-8723d-implement-flush-queue.patch
	patches.suse/rtw88-8723d-set-ltecoex-register-address-in-chip_inf.patch
	patches.suse/rtw88-8723d-Add-coex-support.patch
	patches.suse/rtw88-fill-zeros-to-words-0x06-and-0x07-of-security-.patch
	patches.suse/rtw88-8723d-Add-8723DE-to-Kconfig-and-Makefile.patch
	patches.suse/rtw88-8723d-fix-sparse-warnings-for-power-tracking.patch
	patches.suse/rtl8187-Remove-unused-variable-rtl8225z2_tx_power_of.patch
	patches.suse/iwlwifi-fw-api-fix-PHY-data-2-3-position.patch
	patches.suse/iwlwifi-yoyo-add-support-for-parsing-SHARED_MEM_ALLO.patch
	patches.suse/iwlwifi-yoyo-use-hweight_long-instead-of-bit-manipul.patch
	patches.suse/iwlwifi-remove-antenna_coupling-module-parameter.patch
	patches.suse/iwlwifi-yoyo-don-t-access-TLV-before-verifying-len.patch
	patches.suse/iwlwifi-mvm-add-support-for-range-request-command-ve.patch
	patches.suse/iwlwifi-mvm-stop-supporting-swcrypto-and-bt_coex_act.patch
	patches.suse/iwlwifi-mvm-remove-iwlmvm-s-tfd_q_hang_detect-module.patch
	patches.suse/iwlwifi-avoid-debug-max-amsdu-config-overwriting-its.patch
	patches.suse/iwlwifi-mvm-set-properly-station-flags-in-STA_HE_CTX.patch
	patches.suse/iwlwifi-yoyo-add-D3-resume-timepoint.patch
	patches.suse/iwlwifi-bump-FW-API-to-55-for-AX-devices.patch
	patches.suse/iwlwifi-dbg-set-debug-descriptor-to-NULL-outside-of-.patch
	patches.suse/iwlwifi-mvm-initialize-iwl_dev_tx_power_cmd-to-zero.patch
	patches.suse/iwlwifi-yoyo-remove-magic-number.patch
	patches.suse/iwlwifi-move-iwl_set_soc_latency-to-iwl-drv-to-be-us.patch
	patches.suse/iwlwifi-mvm-add-IML-ROM-information-to-the-assertion.patch
	patches.suse/iwlwifi-pcie-remove-outdated-comment-about-PCI-RTPM-.patch
	patches.suse/iwlwifi-pcie-remove-mangling-for-iwl_ax101_cfg_qu_hr.patch
	patches.suse/iwlwifi-pcie-convert-QnJ-with-Hr-to-the-device-table.patch
	patches.suse/iwlwifi-pcie-remove-occurrences-of-22000-in-the-FW-n.patch
	patches.suse/iwlwifi-pcie-convert-all-AX101-devices-to-the-device.patch
	patches.suse/iwlwifi-dump-api-version-in-yaml-format.patch
	patches.suse/iwlwifi-pcie-allocate-much-smaller-byte-count-table.patch
	patches.suse/iwlwifi-mvm-attempt-to-allocate-smaller-queues.patch
	patches.suse/iwlwifi-dbg-mark-a-variable-__maybe_unused.patch
	patches.suse/iwlwifi-pcie-remove-some-dead-code.patch
	patches.suse/iwlwifi-pcie-gen2-use-DMA-pool-for-byte-count-tables.patch
	patches.suse/iwlwifi-use-longer-queues-for-256-BA.patch
	patches.suse/iwlwifi-tx-enable-A-MSDU-in-low-latency-mode.patch
	patches.suse/iwlwifi-mvm-don-t-transmit-on-unallocated-queue.patch
	patches.suse/iwlwifi-remove-outdated-copyright-print-module-state.patch
	patches.suse/iwlwifi-pcie-skip-fragmented-receive-buffers.patch
	patches.suse/iwlwifi-dbg_ini-differentiate-ax210-hw-with-same-hw-.patch
	patches.suse/mt76-mt76x02-fix-handling-MCU-timeouts-during-hw-res.patch
	patches.suse/mt76-mt76x02u-Add-support-for-newer-versions-of-the-.patch
	patches.suse/mt76-mt76x2u-introduce-Mercury-UD13-support.patch
	patches.suse/mt76-mt76x0-pci-add-mt7610-PCI-ID.patch
	patches.suse/mt76-mt7615-modify-mt7615_ampdu_stat_read-for-each-p.patch
	patches.suse/mt76-mt7615-enable-aggr_stats-for-both-phy.patch
	patches.suse/mt76-mt7615-cleanup-mib-related-defines-and-structs.patch
	patches.suse/mt76-mt7615-add-more-useful-Tx-mib-counters.patch
	patches.suse/mt76-mt7663-fix-mt7615_mac_cca_stats_reset-routine.patch
	patches.suse/mt76-mt7663-enable-nf-estimation.patch
	patches.suse/mt76-mt7615-make-scs-configurable-per-phy.patch
	patches.suse/mt76-mt7663-disable-RDD-commands.patch
	patches.suse/mt76-mt7615-add-ethool-support-to-mt7663-driver.patch
	patches.suse/mt76-mt7615-introduce-mt7615_mcu_set_channel_domain-.patch
	patches.suse/mt76-mt7663-keep-Rx-filters-as-the-default.patch
	patches.suse/mt76-mt7615-introduce-hw-scan-support.patch
	patches.suse/mt76-mt7615-introduce-scheduled-scan-support.patch
	patches.suse/mt76-mt7615-introduce-BSS-absence-event.patch
	patches.suse/mt76-mt7615-introduce-rlm-tlv-in-bss_info-mcu-comman.patch
	patches.suse/mt76-mt7615-remove-unnecessary-register-operations.patch
	patches.suse/mt76-add-headroom-and-tailroom-to-mt76_mcu_ops-data-.patch
	patches.suse/mt76-mt7615-introduce-mt7663u-support-to-mt7615_writ.patch
	patches.suse/mt76-mt7615-introduce-mt7615_mac_update_rate_desc-ro.patch
	patches.suse/mt76-mt7615-introduce-__mt7663_load_firmware-routine.patch
	patches.suse/mt76-mt7615-move-mt7615_mac_wtbl_addr-in-mac.h.patch
	patches.suse/mt76-mt76u-rely-on-mt7622-queue-scheme-for-mt7663u.patch
	patches.suse/mt76-mt7615-rework-wtbl-key-configuration.patch
	patches.suse/mt76-mt7615-introduce-mt7615_wtbl_desc-data-structur.patch
	patches.suse/mt76-mt7615-add-address-parameter-to-mt7615_eeprom_i.patch
	patches.suse/mt76-mt7663-correct-the-name-of-the-rom-patch.patch
	patches.suse/mt76-mt7615-do-not-always-reset-the-dfs-state-settin.patch
	patches.suse/mt76-mt7615-Delete-an-error-message-in-mt7622_wmac_p.patch
	patches.suse/mt76-mt7615-disable-merge-of-OTP-ROM-data-by-default.patch
	patches.suse/mt76-mt7615-add-support-for-applying-DC-offset-calib.patch
	patches.suse/mt76-mt7615-add-support-for-applying-tx-DPD-calibrat.patch
	patches.suse/mt76-mt7603-disable-merge-of-OTP-ROM-data-by-default.patch
	patches.suse/mt76-mt76x2-disable-merge-of-OTP-ROM-data-by-default.patch
	patches.suse/mt76-mt7615-fix-possible-division-by-0-in-mt7615_mac.patch
	patches.suse/mt76-mt7663-fix-aggr-range-entry-in-debugfs.patch
	patches.suse/mt76-mt7615-disable-hw-sched-scan-ops-for-non-offloa.patch
	patches.suse/mt76-mt7615-set-hw-scan-limits-only-for-firmware-wit.patch
	patches.suse/mt76-mt7622-fix-DMA-unmap-length.patch
	patches.suse/mt76-mt7663-fix-DMA-unmap-length.patch
	patches.suse/mt76-mt7615-rework-IRQ-handling-to-prepare-for-MSI-s.patch
	patches.suse/mt76-mt7615-enable-MSI-by-default.patch
	patches.suse/mt76-remove-unnecessary-annotations.patch
	patches.suse/mt76-mt7615-fix-possible-deadlock-in-mt7615_stop.patch
	patches.suse/mt76-mt7615-move-core-shared-code-in-mt7615-common-m.patch
	patches.suse/mt76-mt7615-introduce-mt7663u-support.patch
	patches.suse/mt76-mt7615-enable-scs-for-mt7663-driver.patch
	patches.suse/mt76-mt7615-disable-aspm-by-default.patch
	patches.suse/mt76-mt7615-provide-aid-info-to-the-mcu.patch
	patches.suse/mt76-remove-PS_NULLFUNC_STACK-capability.patch
	patches.suse/mt76-mt7663-introduce-802.11-PS-support-in-sta-mode.patch
	patches.suse/mt76-mt7615-make-Kconfig-entry-obvious-for-MT7663E.patch
	patches.suse/mt76-add-rx-queues-info-to-mt76-debugfs.patch
	patches.suse/mt76-mt7615-parse-mcu-return-code-for-unified-comman.patch
	patches.suse/mt76-mt7615-fix-mt7615_firmware_own-for-mt7663e.patch
	patches.suse/mt76-mt7615-fix-max-wtbl-size-for-7663.patch
	patches.suse/mt76-mt7615-fix-mt7615_driver_own-routine.patch
	patches.suse/mt76-mt7615-fix-aid-configuration-in-mt7615_mcu_wtbl.patch
	patches.suse/mt76-mt7615-rework-mt7615_mac_sta_poll-for-usb-code.patch
	patches.suse/mt76-mt7663u-enable-AirTimeFairness.patch
	patches.suse/mt76-mt7615-fix-sta-ampdu-factor-for-VHT.patch
	patches.suse/mt76-fix-A-MPDU-density-handling.patch
	patches.suse/mt76-mt7615-use-larger-rx-buffers-if-VHT-is-supporte.patch
	patches.suse/mt76-mt7615-never-use-an-802.11b-CF-End-rate-on-5GHz.patch
	patches.suse/mt76-mt7603-never-use-an-802.11b-CF-End-rate-on-5GHz.patch
	patches.suse/mt76-mt7615-adjust-timing-in-mt7615_mac_set_timing-t.patch
	patches.suse/mt76-mt7615-do-not-adjust-MAC-timings-if-the-device-.patch
	patches.suse/mt76-mt7615-fix-tx-status-rate-index-calculation.patch
	patches.suse/mt76-mt7603-fix-tx-status-rate-index-calculation.patch
	patches.suse/mt76-mt7615-move-mcu-bss-upload-before-creating-the-.patch
	patches.suse/mt76-enable-TDLS-support.patch
	patches.suse/mt76-mt7663-fix-up-BMC-entry-indicated-to-unicmd-fir.patch
	patches.suse/mt76-mt7615-add-sta-pointer-to-mt7615_mcu_add_bss_in.patch
	patches.suse/mt76-mt7615-fix-event-report-in-mt7615_mcu_bss_event.patch
	patches.suse/mt76-mt76x0-enable-MCS-8-and-MCS9.patch
	patches.suse/mt76-mt7663-add-the-possibility-to-load-firmware-v2.patch
	patches.suse/mt76-mt7663-remove-check-in-mt7663_load_n9.patch
	patches.suse/mt76-mt7615-set-spatial-extension-index.patch
	patches.suse/mt76-mt7615-fix-getting-maximum-tx-power-from-eeprom.patch
	patches.suse/mt76-mt7603-remove-duplicate-error-message.patch
	patches.suse/mt76-mt7615-fix-ssid-configuration-in-mt7615_mcu_hw_.patch
	patches.suse/mt76-mt7615-introduce-mt7615_check_offload_capabilit.patch
	patches.suse/mt76-mt7615-do-not-mark-sched_scan-disabled-in-mt761.patch
	patches.suse/mt76-mt7615-add-passive-mode-for-hw-scan.patch
	patches.suse/mt76-mt7615-free-pci_vector-if-mt7615_pci_probe-fail.patch
	patches.suse/mt76-mt7615-introduce-support-for-hardware-beacon-fi.patch
	patches.suse/mt76-mt7615-introduce-mt7615_mcu_set_hif_suspend-mcu.patch
	patches.suse/mt76-mt7615-add-WoW-support.patch
	patches.suse/mt76-mt7663u-introduce-suspend-resume-to-mt7663u.patch
	patches.suse/mt76-mt7615-introduce-PM-support.patch
	patches.suse/mt76-mt7615-add-gtk-rekey-offload-support.patch
	patches.suse/mt76-mt7615-introduce-beacon_loss-mcu-event.patch
	patches.suse/mt76-mt7663-read-tx-streams-from-eeprom.patch
	patches.suse/mt76-mt7615-check-return-value-of-mt7615_eeprom_get_.patch
	patches.suse/mt76-mt7615-fix-ibss-mode-for-mt7663.patch
	patches.suse/mt76-mt7663-fix-target-power-parsing.patch
	patches.suse/mt76-mt7615-fix-delta-tx-power-for-mt7663.patch
	patches.suse/mt76-mt7663-introduce-WoW-with-net-detect-support.patch
	patches.suse/mt76-mt7663-add-support-to-sched-scan-with-randomise.patch
	patches.suse/mt76-mt7615-scan-all-channels-if-not-specified.patch
	patches.suse/mt76-avoid-rx-reorder-buffer-overflow.patch
	patches.suse/mt76-add-support-for-HE-RX-rate-reporting.patch
	patches.suse/mt76-add-Rx-stats-support-for-radiotap.patch
	patches.suse/mt76-adjust-wcid-size-to-support-new-802.11ax-genera.patch
	patches.suse/mt76-add-HE-phy-modes-and-hardware-queue.patch
	patches.suse/mt76-add-mac80211-driver-for-MT7915-PCIe-based-chips.patch
	patches.suse/mt76-mt7915-enable-Rx-HE-rate-reporting.patch
	patches.suse/mt76-mt7915-implement-HE-per-rate-tx-power-support.patch
	patches.suse/mt76-mt7915-register-per-phy-HE-capabilities-for-eac.patch
	patches.suse/mt76-mt7915-add-HE-bss_conf-support-for-interfaces.patch
	patches.suse/mt76-mt7915-add-HE-capabilities-support-for-peers.patch
	patches.suse/mt76-mt7915-add-Rx-radiotap-header-support.patch
	patches.suse/mt76-mt7915-add-.sta_add_debugfs-support.patch
	patches.suse/mt76-mt7915-add-.sta_statistics-support.patch
	patches.suse/mt76-mt7915-set-peer-Tx-fixed-rate-through-debugfs.patch
	patches.suse/mt76-mt7915-add-tsf-related-callbacks.patch
	patches.suse/mt76-mt7915-enable-firmware-module-debug-support.patch
	patches.suse/mt76-set-runtime-stream-caps-by-mt76_phy.patch
	patches.suse/mt76-mt7663u-copy-key-pointer-in-mt7663u_mac_write_t.patch
	patches.suse/mt76-mt7663u-add-missing-register-definitions.patch
	patches.suse/mt76-mt7615-usb-cancel-ps-work-stopping-the-vif.patch
	patches.suse/mt76-mt7915-introduce-mt7915_get_he_phy_cap.patch
	patches.suse/mt76-mt7915-add-Tx-beamformer-support.patch
	patches.suse/mt76-mt7915-add-Tx-beamformee-support.patch
	patches.suse/mt76-mt7915-add-TxBF-capabilities.patch
	patches.suse/mt76-mt7915-add-debugfs-to-track-TxBF-status.patch
	patches.suse/mt76-mt7915-allocate-proper-size-for-tlv-tags.patch
	patches.suse/mt76-mt7915-fix-possible-deadlock-in-mt7915_stop.patch
	patches.suse/mt76-mt7663-fix-the-usage-WoW-with-net-detect-suppor.patch
	patches.suse/mt76-mt7615-do-not-report-scan_complete-twice-to-mac.patch
	patches.suse/mt76-mt7615-reduce-hw-scan-timeout.patch
	patches.suse/mt76-enable-p2p-support.patch
	patches.suse/mt76-mt7615-configure-bss-info-adding-the-interface.patch
	patches.suse/mt76-mt7615-fix-typo-defining-ps-work.patch
	patches.suse/rtlwifi-Fix-a-double-free-in-_rtl_usb_tx_urb_setup.patch
	patches.suse/rtw88-extract-export-symbols-used-in-chip-functional.patch
	patches.suse/rtw88-extract-export-symbols-about-pci-interface.patch
	patches.suse/rtw88-extract-make-8822c-an-individual-kernel-module.patch
	patches.suse/rtw88-extract-make-8822b-an-individual-kernel-module.patch
	patches.suse/rtw88-extract-make-8723d-an-individual-kernel-module.patch
	patches.suse/rtw88-extract-remove-the-unused-after-extracting.patch
	patches.suse/rtw88-rename-rtw88.ko-rtwpci.ko-to-rtw88_core.ko-rtw.patch
	patches.suse/rtw88-8723d-fix-incorrect-setting-of-ldo_pwr.patch
	patches.suse/rtw88-no-need-to-set-registers-for-SDIO.patch
	patches.suse/mwifiex-Fix-memory-corruption-in-dump_station.patch
	patches.suse/rtlwifi-rtl8192ee-remove-redundant-for-loop.patch
	patches.suse/mt76-mt7915-Fix-build-error.patch
	patches.suse/r8169-sync-RTL8168g-hw-config-with-vendor-driver.patch
	patches.suse/r8169-sync-RTL8168h-hw-config-with-vendor-driver.patch
	patches.suse/r8169-sync-RTL8168evl-hw-config-with-vendor-driver.patch
	patches.suse/r8169-sync-RTL8168f-RTL8411-hw-config-with-vendor-dr.patch
	patches.suse/qed-Add-EDPM-mode-type-for-user-fw-compatibility.patch
	patches.suse/batman-adv-Revert-disable-ethtool-link-speed-detecti.patch
	patches.suse/flow_dissector-Parse-multiple-MPLS-Label-Stack-Entri.patch
	patches.suse/cls_flower-Support-filtering-on-multiple-MPLS-Label-.patch
	patches.suse/mac80211_hwsim-notify-wmediumd-of-used-MAC-addresses.patch
	patches.suse/mac80211-mlme-remove-duplicate-AID-bookkeeping.patch
	patches.suse/mac80211-fix-drv_config_iface_filter-behaviour.patch
	patches.suse/cfg80211-Unprotected-Beacon-frame-RX-indication.patch
	patches.suse/mac80211-Report-beacon-protection-failures-to-user-s.patch
	patches.suse/cfg80211-change-internal-management-frame-registrati.patch
	patches.suse/cfg80211-support-multicast-RX-registration.patch
	patches.suse/nl80211-allow-client-only-BIGTK-support.patch
	patches.suse/mac80211-Process-multicast-RX-registration-for-Actio.patch
	patches.suse/mac80211-implement-Operating-Mode-Notification-exten.patch
	patches.suse/mac80211-add-twt_protected-flag-to-the-bss_conf-stru.patch
	patches.suse/mac80211-Don-t-destroy-auth-data-in-case-of-anti-clo.patch
	patches.suse/cfg80211-Parse-HE-membership-selector.patch
	patches.suse/mac80211-Skip-entries-with-HE-membership-selector.patch
	patches.suse/mac80211-agg-tx-refactor-sending-addba.patch
	patches.suse/mac80211-agg-tx-add-an-option-to-defer-ADDBA-transmi.patch
	patches.suse/mac80211-Fail-association-when-AP-has-no-legacy-rate.patch
	patches.suse/mac80211-minstrel_ht_assign_best_tp_rates-remove-red.patch
	patches.suse/mac80211_hwsim-indicate-in-IBSS-that-we-have-transmi.patch
	patches.suse/ieee80211-share-802.11-unit-conversion-helpers.patch
	patches.suse/cfg80211-express-channels-with-a-KHz-component.patch
	patches.suse/mac80211-handle-channel-frequency-offset.patch
	patches.suse/mac80211-add-freq_offset-to-RX-status.patch
	patches.suse/cfg80211-reject-channels-chandefs-with-KHz-offset-10.patch
	patches.suse/mac80211-fix-two-missing-documentation-entries.patch
	patches.suse/staging-rtl8723bs-remove-mgmt_frame_register-method.patch
	patches.suse/mac80211_hwsim-Advertise-support-for-multicast-RX-re.patch
	patches.suse/mac80211-TX-legacy-rate-control-for-Beacon-frames.patch
	patches.suse/mac80211_hwsim-Claim-support-for-setting-Beacon-fram.patch
	patches.suse/mac80211-fix-memory-overlap-due-to-variable-length-p.patch
	patches.suse/net-smc-mark-smc_pnet_policy-as-const
	patches.suse/net-ethernet-fec-move-gpr-register-offset-and-bit-into-dt.patch
	patches.suse/r8169-improve-rtl_remove_one.patch
	patches.suse/mlxsw-spectrum-Use-dedicated-trap-group-for-ACL-trap.patch
	patches.suse/mlxsw-spectrum-Use-same-switch-case-for-identical-gr.patch
	patches.suse/mlxsw-spectrum-Rename-IPv6-ND-trap-group.patch
	patches.suse/mlxsw-spectrum-Use-same-trap-group-for-various-IPv6-.patch
	patches.suse/mlxsw-spectrum-Use-separate-trap-group-for-FID-miss.patch
	patches.suse/mlxsw-spectrum-Use-same-trap-group-for-local-routes-.patch
	patches.suse/mlxsw-spectrum-Reduce-priority-of-locally-delivered-.patch
	patches.suse/mlxsw-switchx2-Move-SwitchX-2-trap-groups-out-of-mai.patch
	patches.suse/mlxsw-spectrum_trap-Do-not-hard-code-thin-policer-id.patch
	patches.suse/mlxsw-reg-Move-all-trap-groups-under-the-same-enum.patch
	patches.suse/mlxsw-spectrum-Share-one-group-for-all-locally-deliv.patch
	patches.suse/mlxsw-spectrum-Treat-IPv6-link-local-SIP-as-an-excep.patch
	patches.suse/mlxsw-spectrum-Add-packet-traps-for-BFD-packets.patch
	patches.suse/mlxsw-spectrum_router-Allow-programming-link-local-p.patch
	patches.suse/net-ethtool-Add-attributes-for-cable-test-TDR-data.patch
	patches.suse/net-ethtool-Add-generic-parts-of-cable-test-TDR.patch
	patches.suse/net-ethtool-Add-helpers-for-cable-test-TDR-data.patch
	patches.suse/net-phy-marvell-Add-support-for-amplitude-graph.patch
	patches.suse/net-ethtool-Allow-PHY-cable-test-TDR-data-to-configu.patch
	patches.suse/net-phy-marvell-Speedup-TDR-data-retrieval-by-only-c.patch
	patches.suse/net-phy-marvell-Configure-TDR-pulse-based-on-measure.patch
	patches.suse/nexthop-Fix-type-of-event_type-in-call_nexthop_notif.patch
	patches.suse/mlxsw-spectrum_router-remove-redundant-initializatio.patch
	patches.suse/net-hns3-add-a-resetting-check-in-hclgevf_init_nic_c.patch
	patches.suse/net-hns3-change-the-order-of-reinitializing-RoCE-and.patch
	patches.suse/net-hns3-remove-unnecessary-MAC-enable-in-app-loopba.patch
	patches.suse/net-hns3-add-a-print-for-initializing-CMDQ-when-rese.patch
	patches.suse/net_sched-use-qdisc_reset-in-qdisc_destroy.patch
	patches.suse/net_sched-add-tracepoints-for-qdisc_reset-and-qdisc_.patch
	patches.suse/net_sched-add-a-tracepoint-for-qdisc-creation.patch
	patches.suse/net_sched-avoid-resetting-active-qdisc-for-multiple-.patch
	patches.suse/net_sched-get-rid-of-unnecessary-dev_qdisc_reset.patch
	patches.suse/net-mlx5-E-Switch-Refactor-eswitch-egress-acl-codes.patch
	patches.suse/net-mlx5-E-Switch-Refactor-eswitch-ingress-acl-codes.patch
	patches.suse/net-mlx5-E-Switch-Introduce-APIs-to-enable-egress-ac.patch
	patches.suse/net-mlx5e-Use-netdev-events-to-set-del-egress-acl-fo.patch
	patches.suse/net-mlx5e-Support-tc-block-sharing-for-representors.patch
	patches.suse/net-mlx5e-Offload-flow-rules-to-active-lower-represe.patch
	patches.suse/net-mlx5e-Add-bond_metadata-and-its-slave-entries.patch
	patches.suse/net-mlx5-E-Switch-Alloc-and-free-unique-metadata-for.patch
	patches.suse/net-mlx5e-Slave-representors-sharing-unique-metadata.patch
	patches.suse/net-mlx5e-Use-change-upper-event-to-setup-represento.patch
	patches.suse/net-mlx5-Add-missing-mutex-destroy.patch
	patches.suse/net-mlx5e-Helper-function-to-set-ethertype.patch
	patches.suse/net-mlx5e-Optimize-performance-for-IPv4-IPv6-etherty.patch
	patches.suse/net-mlx5-DR-Add-a-spinlock-to-protect-the-send-ring.patch
	patches.suse/net-mlx5-DR-Split-RX-and-TX-lock-for-parallel-insert.patch
	patches.suse/net-add-sock_set_reuseaddr.patch
	patches.suse/net-add-sock_no_linger.patch
	patches.suse/net-add-sock_set_priority.patch
	patches.suse/net-add-sock_bindtoindex.patch
	patches.suse/net-add-sock_set_keepalive.patch
	patches.suse/tcp-add-tcp_sock_set_cork.patch
	patches.suse/tcp-add-tcp_sock_set_nodelay.patch
	patches.suse/tcp-add-tcp_sock_set_quickack.patch
	patches.suse/tcp-add-tcp_sock_set_syncnt.patch
	patches.suse/tcp-add-tcp_sock_set_user_timeout.patch
	patches.suse/tcp-add-tcp_sock_set_keepidle.patch
	patches.suse/tcp-add-tcp_sock_set_keepintvl.patch
	patches.suse/tcp-add-tcp_sock_set_keepcnt.patch
	patches.suse/ice-fix-signed-vs-unsigned-comparisons.patch
	patches.suse/ice-remove-unused-macro.patch
	patches.suse/ice-set-VF-default-LAN-address.patch
	patches.suse/ice-fix-MAC-write-command.patch
	patches.suse/ice-Fix-memory-leak.patch
	patches.suse/ice-Fix-for-memory-leaks-and-modify-ICE_FREE_CQ_BUFS.patch
	patches.suse/ice-Add-more-Rx-errors-to-netdev-s-rx_error-counter.patch
	patches.suse/ice-Don-t-allow-VLAN-stripping-change-when-pvid-set.patch
	patches.suse/ice-Handle-critical-FW-error-during-admin-queue-init.patch
	patches.suse/ice-Change-number-of-XDP-TxQ-to-0-when-destroying-ri.patch
	patches.suse/ice-Add-XDP-Tx-to-VSI-ring-stats.patch
	patches.suse/ice-Change-number-of-XDP-Tx-queues-to-match-number-o.patch
	patches.suse/ice-avoid-undefined-behavior.patch
	patches.suse/ice-Refactor-Rx-checksum-checks.patch
	patches.suse/ice-Check-UMEM-FQ-size-when-allocating-bufs.patch
	patches.suse/sfc-avoid-an-unused-variable-warning.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/net-hns3-remove-an-unnecessary-goto-in-hclge_init_ae.patch
	patches.suse/net-hns3-add-a-missing-mutex-destroy-in-hclge_init_a.patch
	patches.suse/net-hns3-refactor-hclge_config_tso.patch
	patches.suse/net-hns3-refactor-hclge_query_bd_num_cmd_send.patch
	patches.suse/net-hns3-modify-an-incorrect-type-in-struct-hclge_cf.patch
	patches.suse/net-hns3-modify-an-incorrect-type-in-struct-hclgevf_.patch
	patches.suse/net-hns3-remove-some-unused-fields-in-struct-hns3_ni.patch
	patches.suse/net-hns3-remove-unused-HNAE3_RESTORE_CLIENT-in-enum-.patch
	patches.suse/net-hns3-remove-unused-struct-hnae3_unic_private_inf.patch
	patches.suse/net-hns3-remove-two-duplicated-register-macros-in-hc.patch
	patches.suse/net-hns3-remove-some-unused-fields-in-struct-hclge_d.patch
	patches.suse/net-hns3-print-out-speed-info-when-parsing-speed-fai.patch
	patches.suse/vmxnet3-use-correct-hdr-reference-when-packet-is-enc.patch
	patches.suse/i40e-Use-scnprintf-for-avoiding-potential-buffer-ove.patch
	patches.suse/i40e-trivial-fixup-of-comments-in-i40e_xsk.c.patch
	patches.suse/ixgbe-fix-signed-integer-overflow-warning.patch
	patches.suse/ixgbe-Remove-conversion-to-bool-in-ixgbe_device_supp.patch
	patches.suse/ixgbe-Use-true-false-for-bool-variable-in-__ixgbe_en.patch
	patches.suse/ixgbe-Remove-unused-inline-function-ixgbe_irq_disabl.patch
	patches.suse/igb-make-igb_set_fc_watermarks-return-void.patch
	patches.suse/igc-Remove-unused-flags.patch
	patches.suse/igc-Reject-NFC-rules-with-multiple-matches.patch
	patches.suse/igc-Fix-IGC_MAX_RXNFC_RULES.patch
	patches.suse/e1000e-Relax-condition-to-trigger-reset-for-ME-worka.patch
	patches.suse/i40e-Make-i40e_shutdown_adminq-return-void.patch
	patches.suse/igc-Remove-symbol-error-counter.patch
	patches.suse/igc-Add-Receive-Error-Counter.patch
	patches.suse/igc-Remove-Sequence-Error-Counter.patch
	patches.suse/igc-Fix-wrong-register-name.patch
	patches.suse/e1000-Fix-typo-in-the-comment.patch
	patches.suse/net-phy-marvell-unlock-after-phy_select_page-failure.patch
	patches.suse/xfrm-interface-don-t-take-extra-reference-to-netdev.patch
	patches.suse/xfrm-add-support-for-UDPv6-encapsulation-of-ESP.patch
	patches.suse/xfrm-add-IPv6-support-for-espintcp.patch
	patches.suse/xfrm-avoid-extract_output-indirection-for-ipv4.patch
	patches.suse/xfrm-state-remove-extract_input-indirection-from-xfr.patch
	patches.suse/xfrm-move-xfrm4_extract_header-to-common-helper.patch
	patches.suse/xfrm-expose-local_rxpmtu-via-ipv6_stubs.patch
	patches.suse/xfrm-place-xfrm6_local_dontfrag-in-xfrm.h.patch
	patches.suse/xfrm-remove-extract_output-indirection-from-xfrm_sta.patch
	patches.suse/xfrm-remove-output_finish-indirection-from-xfrm_stat.patch
	patches.suse/xfrm-fix-unused-variable-warning-if-CONFIG_NETFILTER.patch
	patches.suse/nfp-flower-fix-incorrect-flag-assignment.patch
	patches.suse/net-ethtool-cabletest-Make-ethnl_act_cable_test_tdr_.patch
	patches.suse/net-hns3-fix-a-print-format-issue-in-hclge_mac_mdio_.patch
	patches.suse/net-hns3-remove-an-unused-macro-hclge_is_csq.patch
	patches.suse/net-hns3-remove-two-unused-macros-in-hclgevf_cmd.c.patch
	patches.suse/net-hns3-fix-an-incorrect-comment-for-num_tqps-in-st.patch
	patches.suse/net-hns3-fix-two-coding-style-issues-in-hclgevf_main.patch
	patches.suse/net-hns3-remove-some-unused-codes-in-hns3_nic_set_fe.patch
	patches.suse/net-mlx5-Replace-zero-length-array-with-flexible-arr.patch
	patches.suse/IB-net-mlx5-Simplify-don-t-trap-code.patch
	patches.suse/net-mlx5-Add-support-in-forward-to-namespace.patch
	patches.suse/net-mlx5-Cleanup-mlx5_ifc_fte_match_set_misc2_bits.patch
	patches.suse/net-mlx5-Move-iseg-access-helper-routines-close-to-m.patch
	patches.suse/net-mlx5-Add-support-for-RDMA-TX-FT-headers-modifyin.patch
	patches.suse/net-mlx5-Add-ability-to-read-and-write-ECE-options.patch
	patches.suse/mlx5-fix-xdp-data_meta-setup-in-mlx5e_fill_xdp_buff.patch
	patches.suse/net-mlx5-Kconfig-Fix-spelling-typo.patch
	patches.suse/net-mlx5e-Don-t-use-err-uninitialized-in-mlx5e_attac.patch
	patches.suse/net-mlx5-reduce-stack-usage-in-qp_read_field.patch
	patches.suse/net-Make-mpls_entry_encode-available-for-generic-use.patch
	patches.suse/net-mlx5e-Use-generic-API-to-build-MPLS-label.patch
	patches.suse/net-mlx5-DR-Fix-incorrect-type-in-argument.patch
	patches.suse/net-mlx5-DR-Fix-cast-to-restricted-__be32.patch
	patches.suse/net-mlx5-DR-Fix-incorrect-type-in-return-expression.patch
	patches.suse/net-mlx5-cmd-Fix-memset-with-byte-count-warning.patch
	patches.suse/net-mlx5-Accel-fpga-tls-fix-cast-to-__be64-and-incor.patch
	patches.suse/net-mlx5-IPSec-Fix-incorrect-type-for-spi.patch
	patches.suse/net-mlx5e-en_tc-Fix-incorrect-type-in-initializer-wa.patch
	patches.suse/net-mlx5e-en_tc-Fix-cast-to-restricted-__be32-warnin.patch
	patches.suse/net-mlx5e-Make-mlx5e_dcbnl_ops-static.patch
	patches.suse/net-smc-pre-fetch-send-buffer-outside-of-send_lock
	patches.suse/ath10k-Skip-handling-del_server-during-driver-exit.patch
	patches.suse/ath10k-Remove-msdu-from-idr-when-management-pkt-send.patch
	patches.suse/wil6210-avoid-gcc-10-zero-length-bounds-warning.patch
	patches.suse/ath10k-fix-__le32-warning-in-ath10k_wmi_tlv_op_gen_r.patch
	patches.suse/ath10k-Replace-zero-length-array-with-flexible-array.patch
	patches.suse/wcn36xx-Fix-error-handling-path-in-wcn36xx_probe.patch
	patches.suse/ath10k-remove-experimental-tag-from-SDIO-and-SNOC-bu.patch
	patches.suse/carl9170-Replace-zero-length-array-with-flexible-arr.patch
	patches.suse/ath10k-fix-gcc-10-zero-length-bounds-warnings.patch
	patches.suse/ath10k-fix-ath10k_pci-struct-layout.patch
	patches.suse/wil6210-Replace-zero-length-array-with-flexible-arra.patch
	patches.suse/wcn36xx-Replace-zero-length-array-with-flexible-arra.patch
	patches.suse/rt2800-enable-MFP-support-unconditionally.patch
	patches.suse/Revert-rtw88-no-need-to-set-registers-for-SDIO.patch
	patches.suse/b43-Fix-connection-problem-with-WPA3.patch
	patches.suse/b43_legacy-Fix-connection-problem-with-WPA3.patch
	patches.suse/cw1200-Remove-local-sdio-VENDOR-and-DEVICE-id-defini.patch
	patches.suse/libertas-Use-shared-constant-for-rfc1042-header.patch
	patches.suse/atmel-Use-shared-constant-for-rfc1042-header.patch
	patches.suse/wlcore-fix-runtime-pm-imbalance-in-wl1271_tx_work.patch
	patches.suse/wlcore-fix-runtime-pm-imbalance-in-wlcore_regdomain_.patch
	patches.suse/wlcore-fix-runtime-pm-imbalance-in-wl1271_op_suspend.patch
	patches.suse/wlcore-fix-runtime-pm-imbalance-in-__wl1271_op_remov.patch
	patches.suse/rtw88-coex-8723d-set-antanna-control-owner.patch
	patches.suse/rtw88-coex-8723d-handle-BT-inquiry-cases.patch
	patches.suse/rtw88-fix-EAPOL-4-way-failure-by-finish-IQK-earlier.patch
	patches.suse/rtw88-8822c-fix-missing-brace-warning-for-old-compil.patch
	patches.suse/rtw88-8822c-remove-CCK-TX-setting-when-switch-channe.patch
	patches.suse/wlcore-fix-runtime-pm-imbalance-in-wlcore_irq_locked.patch
	patches.suse/brcmfmac-set-F2-blocksize-for-4373.patch
	patches.suse/brcmfmac-fix-4339-CRC-error-under-SDIO-3.0-SDR104-mo.patch
	patches.suse/brcmfmac-set-F2-blocksize-and-watermark-for-4354-435.patch
	patches.suse/brcmfmac-fix-43455-CRC-error-under-SDIO-3.0-SDR104-m.patch
	patches.suse/brcmfmac-43012-Update-MES-Watermark.patch
	patches.suse/airo-Fix-read-overflows-sending-packets.patch
	patches.suse/mwifiex-Parse-all-API_VER_ID-properties.patch
	patches.suse/mwifiex-Add-support-for-NL80211_ATTR_MAX_AP_ASSOC_ST.patch
	patches.suse/mt76-mt7615-introduce-remain_on_channel-support.patch
	patches.suse/mt76-mt76x02-remove-check-in-mt76x02_mcu_msg_send.patch
	patches.suse/mt76-mt7915-add-spatial-reuse-support.patch
	patches.suse/mt76-mt7915-fix-some-sparse-warnings.patch
	patches.suse/mt76-mt7915-fix-sparse-warnings-incorrect-type-initi.patch
	patches.suse/mt76-mt7615-fix-NULL-pointer-deref-in-mt7615_registe.patch
	patches.suse/mt76-mt7915-fix-decoded-radiotap-HE-flags.patch
	patches.suse/mt76-fix-per-driver-wcid-range-checks-after-wcid-arr.patch
	patches.suse/0437-mt76-mt7915-fix-some-sparse-warnings.patch
	patches.suse/mt76-mt7615-switch-to-per-vif-power_save-support.patch
	patches.suse/mt76-mt7915-fix-a-handful-of-spelling-mistakes.patch
	patches.suse/mt76-mt7615-fix-hw_scan-with-ssid_type-for-specified.patch
	patches.suse/mt76-mt7915-fix-possible-NULL-pointer-dereference-in.patch
	patches.suse/mt76-fix-wcid-allocation-issues.patch
	patches.suse/mt76-mt7615-add-support-for-MT7611N.patch
	patches.suse/mt76-only-iterate-over-initialized-rx-queues.patch
	patches.suse/mt76-mt7615-Use-kmemdup-in-mt7615_queue_key_update.patch
	patches.suse/mt76-mt7915-remove-set-but-not-used-variable-msta.patch
	patches.suse/iwlwifi-set-NO_HE-if-the-regulatory-domain-forbids-i.patch
	patches.suse/iwlwifi-pcie-don-t-count-on-the-FW-to-set-persistenc.patch
	patches.suse/iwlwifi-pcie-keep-trans-instead-of-trans_pcie-in-iwl.patch
	patches.suse/iwlwifi-acpi-support-device-specific-method-DSM.patch
	patches.suse/iwlwifi-acpi-evaluate-dsm-to-enable-5.2-bands-in-Ind.patch
	patches.suse/iwlwifi-pcie-gen3-indicate-8k-12k-RB-size-to-device.patch
	patches.suse/iwlwifi-move-iwl_txq-and-substructures-to-a-common-t.patch
	patches.suse/iwlwifi-move-txq-specific-from-trans_pcie-to-common-.patch
	patches.suse/iwlwifi-mvm-fix-aux-station-leak.patch
	patches.suse/iwlwifi-mvm-add-support-for-range-request-version-10.patch
	patches.suse/iwlwifi-bump-FW-API-to-56-for-AX-devices.patch
	patches.suse/ath9k-Set-RX-filter-based-to-allow-broadcast-Action-.patch
	patches.suse/ath9k_htc-Set-RX-filter-based-to-allow-broadcast-Act.patch
	patches.suse/ath10k-Remove-ath10k_qmi_register_service_notifier-d.patch
	patches.suse/r8169-change-driver-data-type.patch
	patches.suse/r8169-enable-WAKE_PHY-as-only-WoL-source-when-runtim.patch
	patches.suse/r8169-don-t-reset-tx-ring-indexes-in-rtl8169_tx_clea.patch
	patches.suse/r8169-move-some-calls-to-rtl8169_hw_reset.patch
	patches.suse/r8169-make-rtl8169_down-central-chip-quiesce-functio.patch
	patches.suse/r8169-improve-handling-power-management-ops.patch
	patches.suse/ice-Poll-for-reset-completion-when-DDP-load-fails.patch
	patches.suse/ice-cleanup-VSI-context-initialization.patch
	patches.suse/ice-fix-potential-double-free-in-probe-unrolling.patch
	patches.suse/ice-fix-kernel-BUG-if-register_netdev-fails.patch
	patches.suse/ice-Declare-functions-static.patch
	patches.suse/ice-Refactor-ice_ena_vf_mappings-to-split-MSIX-and-q.patch
	patches.suse/ice-Simplify-ice_sriov_configure.patch
	patches.suse/ice-Add-helper-function-for-clearing-VPGEN_VFRTRIG.patch
	patches.suse/ice-Separate-VF-VSI-initialization-creation-from-res.patch
	patches.suse/ice-Renaming-and-simplification-in-VF-init-path.patch
	patches.suse/ice-Add-function-to-set-trust-mode-bit-on-reset.patch
	patches.suse/ice-Add-functions-to-rebuild-host-VLAN-MAC-config-fo.patch
	patches.suse/ice-remove-VM-VF-disable-command-on-CORER-GLOBR-rese.patch
	patches.suse/ice-Refactor-VF-reset.patch
	patches.suse/ice-Refactor-VF-VSI-release-and-setup-functions.patch
	patches.suse/vxlan-add-check-to-prevent-use-of-remote-ip-attribut.patch
	patches.suse/vxlan-few-locking-fixes-in-nexthop-event-handler.patch
	patches.suse/sch_cake-Take-advantage-of-skb-hash-where-appropriat.patch
	patches.suse/cfg80211-fix-mask-type-in-cfg80211_tid_cfg-structure.patch
	patches.suse/mac80211-fix-variable-names-in-TID-config-methods.patch
	patches.suse/cfg80211-add-support-for-TID-specific-AMSDU-configur.patch
	patches.suse/nl80211-simplify-peer-specific-TID-configuration.patch
	patches.suse/cfg80211-add-KHz-variants-of-frame-RX-API.patch
	patches.suse/nl80211-add-KHz-frequency-offset-for-most-wifi-comma.patch
	patches.suse/nl80211-support-scan-frequencies-in-KHz.patch
	patches.suse/ieee80211-S1G-defines.patch
	patches.suse/mac80211-Add-new-AMPDU-factor-macro-for-HE-peer-caps.patch
	patches.suse/cfg80211-Replace-zero-length-array-with-flexible-arr.patch
	patches.suse/mac80211-Replace-zero-length-array-with-flexible-arr.patch
	patches.suse/nl80211-add-ability-to-report-TX-status-for-control-.patch
	patches.suse/mac80211-allow-SA-QUERY-processing-in-userspace.patch
	patches.suse/nl80211-Add-support-to-configure-TID-specific-Tx-rat.patch
	patches.suse/cfg80211-fix-CFG82011_CRDA_SUPPORT-still-mentioning-.patch
	patches.suse/wireless-Use-linux-stddef.h-instead-of-stddef.h.patch
	patches.suse/mac80211-fix-HT-Control-field-reception-for-manageme.patch
	patches.suse/mac80211_hwsim-report-the-WIPHY_FLAG_SUPPORTS_5_10_M.patch
	patches.suse/mac80211-support-control-port-TX-status-reporting.patch
	patches.suse/cfg80211-fix-6-GHz-frequencies-to-kHz.patch
	patches.suse/cfg80211-adapt-to-new-channelization-of-the-6GHz-ban.patch
	patches.suse/nl80211-really-allow-client-only-BIGTK-support.patch
	patches.suse/cfg80211-add-a-helper-to-identify-6-GHz-PSCs.patch
	patches.suse/ieee80211-definitions-for-reduced-neighbor-reports.patch
	patches.suse/ieee80211-add-code-to-obtain-and-parse-6-GHz-operati.patch
	patches.suse/ieee80211-add-HE-ext-EIDs-and-6-GHz-capability-defin.patch
	patches.suse/cfg80211-handle-6-GHz-capability-of-new-station.patch
	patches.suse/mac80211-add-HE-6-GHz-Band-Capabilities-into-parse-e.patch
	patches.suse/cfg80211-add-and-expose-HE-6-GHz-band-capabilities.patch
	patches.suse/mac80211-add-HE-6-GHz-Band-Capability-element.patch
	patches.suse/mac80211-build-HE-operation-with-6-GHz-oper-informat.patch
	patches.suse/mac80211-do-not-allow-HT-VHT-IEs-in-6-GHz-mesh-mode.patch
	patches.suse/mac80211-avoid-using-ext-NSS-high-BW-if-not-supporte.patch
	patches.suse/mac80211-determine-chandef-from-HE-6-GHz-operation.patch
	patches.suse/mac80211-check-the-correct-bit-for-EMA-AP.patch
	patches.suse/mac80211-use-HE-6-GHz-band-capability-and-pass-it-to.patch
	patches.suse/mac80211-Add-HE-6GHz-capabilities-element-to-probe-r.patch
	patches.suse/cfg80211-treat-6-GHz-channels-as-valid-regardless-of.patch
	patches.suse/cfg80211-reject-HT-VHT-capabilities-on-6-GHz-band.patch
	patches.suse/cfg80211-require-HE-capabilities-for-6-GHz-band.patch
	patches.suse/mac80211-accept-aggregation-sessions-on-6-GHz.patch
	patches.suse/mac80211-Consider-6-GHz-band-when-handling-power-con.patch
	patches.suse/mac80211-set-short_slot-for-6-GHz-band.patch
	patches.suse/cfg80211-support-bigger-kek-kck-key-length.patch
	patches.suse/Bluetooth-L2CAP-Replace-zero-length-array-with-flexi.patch
	patches.suse/Bluetooth-Fix-for-GAP-SEC-SEM-BI-10-C.patch
	patches.suse/Bluetooth-Add-SCO-fallback-for-invalid-LMP-parameter.patch
	patches.suse/Bluetooth-hci_qca-Enable-WBS-support-for-wcn3991.patch
	patches.suse/Bluetooth-Consolidate-encryption-handling-in-hci_enc.patch
	patches.suse/Bluetooth-Fix-assuming-EIR-flags-can-result-in-SSP-a.patch
	patches.suse/Bluetooth-hci_qca-Fix-uninitialized-access-to-hdev.patch
	patches.suse/Bluetooth-btbcm-Added-003.006.007-changed-001.003.01.patch
	patches.suse/Bluetooth-hci_qca-Fix-suspend-resume-functionality-f.patch
	patches.suse/Bluetooth-btmtkuart-Improve-exception-handling-in-bt.patch
	patches.suse/Bluetooth-Acquire-sk_lock.slock-without-disabling-in.patch
	patches.suse/Bluetooth-hci_qca-Fix-qca6390-enable-failure-after-w.patch
	patches.suse/Bluetooth-hci_qca-Improve-controller-ID-info-log-lev.patch
	patches.suse/Bluetooth-btmtkuart-Use-serdev_device_write_buf-inst.patch
	patches.suse/Bluetooth-hci_qca-Fix-QCA6390-memdump-failure.patch
	patches.suse/ipv4-nexthop-Fix-deadcode-issue-by-performing-a-prop.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/cxgb4-cleanup-error-code-in-setup_sge_queues_uld.patch
	patches.suse/net-sched-fix-a-couple-of-splats-in-the-error-path-o.patch
	patches.suse/netfilter-nf_flowtable-expose-nf_flow_table_gc_clean.patch
	patches.suse/net-flow_offload-consolidate-indirect-flow_block-inf.patch
	patches.suse/net-cls_api-add-tcf_block_offload_init.patch
	patches.suse/net-use-flow_indr_dev_setup_offload.patch
	patches.suse/mlx5-update-indirect-block-support.patch
	patches.suse/nfp-update-indirect-block-support.patch
	patches.suse/bnxt_tc-update-indirect-block-support.patch
	patches.suse/net-remove-indirect-block-netdev-event-registration.patch
	patches.suse/net-octeon-mgmt-Repair-filling-of-RX-ring.patch
	patches.suse/net-fec-disable-correct-clk-in-the-err-path-of-fec_enet_clk_enable.patch
	patches.suse/netfilter-ctnetlink-add-kernel-side-filtering-for-du.patch
	patches.suse/netfilter-nf_tables-generalise-flowtable-hook-parsin.patch
	patches.suse/netfilter-nf_tables-pass-hook-list-to-nft_-un-regist.patch
	patches.suse/netfilter-nf_tables-add-nft_flowtable_hooks_destroy.patch
	patches.suse/netfilter-nf_tables-pass-hook-list-to-flowtable-even.patch
	patches.suse/netfilter-nf_tables-add-devices-to-existing-flowtabl.patch
	patches.suse/netfilter-nf_tables-delete-devices-from-flowtable.patch
	patches.suse/netfilter-nf_tables-allow-to-register-flowtable-with.patch
	patches.suse/netfilter-nf_tables-skip-flowtable-hooknum-and-prior.patch
	patches.suse/devlink-Create-dedicated-trap-group-for-layer-3-exce.patch
	patches.suse/mlxsw-spectrum_trap-Move-layer-3-exceptions-to-excep.patch
	patches.suse/netdevsim-Move-layer-3-exceptions-to-exceptions-trap.patch
	patches.suse/devlink-Add-mirror-trap-action.patch
	patches.suse/devlink-Add-control-trap-type.patch
	patches.suse/devlink-Add-layer-2-control-packet-traps.patch
	patches.suse/devlink-Add-layer-3-control-packet-traps.patch
	patches.suse/devlink-Add-ACL-control-packet-traps.patch
	patches.suse/netdevsim-Register-control-traps.patch
	patches.suse/mlxsw-spectrum_trap-Factor-out-common-Rx-listener-fu.patch
	patches.suse/mlxsw-spectrum_trap-Register-layer-2-control-traps.patch
	patches.suse/mlxsw-spectrum_trap-Register-layer-3-control-traps.patch
	patches.suse/mlxsw-spectrum_trap-Register-ACL-control-traps.patch
	patches.suse/selftests-mlxsw-Add-test-for-control-packets.patch
	patches.suse/flow_dissector-work-around-stack-frame-size-warning.patch
	patches.suse/net-vmxnet3-fix-possible-buffer-overflow-caused-by-b.patch
	patches.suse/cls_flower-remove-mpls_opts_policy.patch
	patches.suse/tun-correct-header-offsets-in-napi-frags-mode.patch
	patches.suse/dpaa2-eth-Add-support-for-Rx-traffic-classes.patch
	patches.suse/dpaa2-eth-Distribute-ingress-frames-based-on-VLAN-pr.patch
	patches.suse/dpaa2-eth-Add-helper-functions.patch
	patches.suse/dpaa2-eth-Add-congestion-group-taildrop.patch
	patches.suse/dpaa2-eth-Update-FQ-taildrop-threshold-and-buffer-po.patch
	patches.suse/dpaa2-eth-Add-PFC-support-through-DCB-ops.patch
	patches.suse/dpaa2-eth-Keep-congestion-group-taildrop-enabled-whe.patch
	patches.suse/vxlan-fix-dereference-of-nexthop-group-in-nexthop-up.patch
	patches.suse/ice-allow-host-to-clear-administratively-set-VF-MAC.patch
	patches.suse/ice-support-adding-16-unicast-multicast-filter-on-un.patch
	patches.suse/ice-Fix-transmit-for-all-software-offloaded-VLANs.patch
	patches.suse/ice-Increase-timeout-after-PFR.patch
	patches.suse/ice-Update-ICE_PHY_TYPE_HIGH_MAX_INDEX-value.patch
	patches.suse/ice-Reset-VF-for-all-port-VLAN-changes-from-host.patch
	patches.suse/ice-Always-clear-QRXFLXP_CNTXT-before-writing-new-va.patch
	patches.suse/ice-Fix-inability-to-set-channels-when-down.patch
	patches.suse/ice-Allow-VF-to-request-reset-as-soon-as-it-s-initia.patch
	patches.suse/ice-fix-function-signature-style-format.patch
	patches.suse/ice-fix-PCI-device-serial-number-to-be-lowercase-val.patch
	patches.suse/ice-Use-coalesce-values-from-q_vector-0-when-increas.patch
	patches.suse/ice-fix-aRFS-after-flow-director-delete.patch
	patches.suse/ice-Ignore-EMODE-when-setting-PHY-config.patch
	patches.suse/ipv6-fix-IPV6_ADDRFORM-operation-logic.patch
	patches.suse/cxgb4-chcr-Enable-ktls-settings-at-run-time.patch
	patches.suse/crypto-chcr-IPV6-code-needs-to-be-in-CONFIG_IPV6.patch
	patches.suse/Crypto-chcr-Fixes-compilations-warnings.patch
	patches.suse/Crypto-chcr-Fixes-a-coccinile-check-error.patch
	patches.suse/crypto-chtls-IPv6-support-for-inline-TLS.patch
	patches.suse/sfc-add-missing-annotation-for-efx_ef10_try_update_n.patch
	patches.suse/tools-bpftool-Clean-subcommand-help-messages.patch
	patches.suse/tools-bpftool-Make-capability-check-account-for-new-.patch
	patches.suse/tools-bpftool-Print-correct-error-message-when-faili.patch
	patches.suse/bpf-Fix-returned-error-sign-when-link-doesn-t-suppor.patch
	patches.suse/libbpf-Add-API-to-consume-the-perf-ring-buffer-conte.patch
	patches.suse/libbpf-Install-headers-as-part-of-make-install.patch
	patches.suse/bpf-Fix-spelling-in-comment-explaining-ARG1-in-___bp.patch
	patches.suse/libbpf-Use-.so-dynamic-symbols-for-abi-check.patch
	patches.suse/bpf-sk_msg-Add-some-generic-helpers-that-may-be-usef.patch
	patches.suse/bpf-Extend-bpf_base_func_proto-helpers-with-probe_-a.patch
	patches.suse/bpf-sk_msg-Add-get-socket-storage-helpers.patch
	patches.suse/bpf-selftests-Add-sk_msg-helpers-load-and-attach-tes.patch
	patches.suse/bpf-selftests-Test-probe_-helpers-from-SCHED_CLS.patch
	patches.suse/libbpf-Fix-perf_buffer__free-API-for-sparse-allocs.patch
	patches.suse/selftests-bpf-Fix-a-typo-in-test_maps.patch
	patches.suse/selftests-bpf-Cleanup-some-file-descriptors-in-test_.patch
	patches.suse/selftests-bpf-Cleanup-comments-in-test_maps.patch
	patches.suse/bpf-Fix-map-permissions-check.patch
	patches.suse/selftests-bpf-Add-tests-for-write-only-stacks-queues.patch
	patches.suse/bpf-Implement-BPF-ring-buffer-and-verifier-support-f.patch
	patches.suse/libbpf-Add-BPF-ring-buffer-support.patch
	patches.suse/selftests-bpf-Add-BPF-ringbuf-selftests.patch
	patches.suse/bpf-Add-BPF-ringbuf-and-perf-buffer-benchmarks.patch
	patches.suse/bpf-Add-rx_queue_mapping-to-bpf_sock.patch
	patches.suse/bpf-Use-strncpy_from_unsafe_strict-in-bpf_seq_printf.patch
	patches.suse/devmap-Formalize-map-value-as-a-named-struct.patch
	patches.suse/bpf-Add-support-to-attach-bpf-program-to-a-devmap-en.patch
	patches.suse/xdp-Add-xdp_txq_info-to-xdp_buff.patch
	patches.suse/libbpf-Add-SEC-name-for-xdp-programs-attached-to-dev.patch
	patches.suse/selftest-Add-tests-for-XDP-programs-in-devmap-entrie.patch
	patches.suse/tools-bpf-sync-bpf.h-df8fe57c.patch
	patches.suse/bpf-Refactor-sockmap-redirect-code-so-its-easy-to-re.patch
	patches.suse/bpf-Fix-running-sk_skb-program-types-with-ktls.patch
	patches.suse/bpf-selftests-Add-test-for-ktls-with-skb-bpf-ingress.patch
	patches.suse/bpf-Change-kvfree-to-kfree-in-generic_map_lookup_bat.patch
	patches.suse/net-Make-locking-in-sock_bindtoindex-optional.patch
	patches.suse/bpf-Allow-SO_BINDTODEVICE-opt-in-bpf_setsockopt.patch
	patches.suse/selftests-bpf-Add-test-for-SO_BINDTODEVICE-opt-of-bp.patch
	patches.suse/xdp-Introduce-xdp_convert_frame_to_buff-utility-rout.patch
	patches.suse/xdp-Rename-convert_to_xdp_frame-in-xdp_convert_buff_.patch
	patches.suse/bpf-Use-tracing-helpers-for-lsm-programs.patch
	patches.suse/libbpf-Add-_GNU_SOURCE-for-reallocarray-to-ringbuf.c.patch
	patches.suse/flow_dissector-Pull-locking-up-from-prog-attach-call.patch
	patches.suse/net-Introduce-netns_bpf-for-BPF-programs-attached-to.patch
	patches.suse/flow_dissector-Move-out-netns_bpf-prog-callbacks.patch
	patches.suse/bpf-Add-link-based-BPF-program-attachment-to-network.patch
	patches.suse/bpf-cgroup-Return-ENOLINK-for-auto-detached-links-on.patch
	patches.suse/libbpf-Add-support-for-bpf_link-based-netns-attachme.patch
	patches.suse/bpftool-Extract-helpers-for-showing-link-attach-type.patch
	patches.suse/bpftool-Support-link-show-for-netns-attached-links.patch
	patches.suse/selftests-bpf-Add-tests-for-attaching-bpf_link-to-ne.patch
	patches.suse/selftests-bpf-flow_dissector-Close-TAP-device-FD-aft.patch
	patches.suse/selftests-bpf-Convert-test_flow_dissector-to-use-BPF.patch
	patches.suse/selftests-bpf-Extend-test_flow_dissector-to-cover-li.patch
	patches.suse/bpf-Fix-up-bpf_skb_adjust_room-helper-s-skb-csum-set.patch
	patches.suse/bpf-Add-csum_level-helper-for-fixing-up-csum-levels.patch
	patches.suse/bpf-selftests-Adapt-cls_redirect-to-call-csum_level-.patch
	patches.suse/selftests-bpf-Fix-sample_cnt-shared-between-two-thre.patch
	patches.suse/selftests-bpf-Fix-verifier-test.patch
	patches.suse/s390-bpf-maintain-8-byte-stack-alignment
	patches.suse/s390-bpf-Use-bcr-0-0-as-tail-call-nop-filler.patch
	patches.suse/bpf-selftests-Use-bpf_probe_read_kernel.patch
	patches.suse/tools-bpf-Don-t-use-COMPILE.c.patch
	patches.suse/selftests-bpf-Add-a-default-CXX-value.patch
	patches.suse/hinic-add-set_channels-ethtool_ops-support.patch
	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-thp-make-the-thp-mapcount-atomic-against-_split_huge_pmd_locked.patch
	patches.suse/mm-pagealloc-c-call-touch_nmi_watchdog-on-max-order-boundaries-in-deferred-init.patch
	patches.suse/mm-initialize-deferred-pages-with-interrupts-enabled.patch
	patches.suse/mm-call-cond_resched-from-deferred_init_memmap.patch
	patches.suse/mm-fix-NUMA-node-file-count-error-in-replace_page_ca.patch
	patches.suse/drivers-base-memory.c-cache-memory-blocks-in-xarray-.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/security-keys-rewrite-big_key-crypto-to-use-library-.patch
	patches.suse/keys-Implement-update-for-the-big_key-type.patch
	patches.suse/mfd-intel-lpss-Update-LPSS-UART-2-PCI-ID-for-Jasper-.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/mfd-wcd934x-Drop-kfree-for-memory-allocated-with-dev.patch
	patches.suse/mfd-max77620-Use-single-byte-writes-on-MAX77620.patch
	patches.suse/backlight-lp855x-Ensure-regulators-are-disabled-on-p.patch
	patches.suse/1241-backlight-l4f00242t03-Convert-to-GPIO-descriptors.patch
	patches.suse/1242-backlight-qcom-wled-Add-callback-functions.patch
	patches.suse/1243-backlight-qcom-wled-Add-support-for-WLED5-peripheral.patch
	patches.suse/1244-backlight-Add-backlight_device_get_by_name.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/watchdog-itco-fix-link-error.patch
	patches.suse/ALSA-hda-add-autodetection-for-SoundWire.patch
	patches.suse/ALSA-usb-audio-RME-Babyface-Pro-mixer-patch.patch
	patches.suse/ALSA-Fix-misspellings-of-Analog-Devices.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-oxygen-use-true-false-for-bool-variables.patch
	patches.suse/ALSA-hda-Refactor-Intel-NHLT-init.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-seq-oss-remove-unused-inline-function-snd_seq_o.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-line6-hwdep-add-support-for-O_NONBLOCK-opening-.patch
	patches.suse/ALSA-line6-Add-poll-callback-for-hwdep.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-hda-Use-dev_to_hdac_dev-macro.patch
	patches.suse/ALSA-hda-Use-hdac_to_hda_codec-macro.patch
	patches.suse/ALSA-hda-Return-true-false-for-return-type-bool.patch
	patches.suse/ALSA-sound-ppc-Use-bitwise-instead-of-arithmetic-ope.patch
	patches.suse/ALSA-portman2x4-Use-bitwise-instead-of-arithmetic-op.patch
	patches.suse/ALSA-hda-Allow-SST-driver-on-SKL-and-KBL-platforms-w.patch
	patches.suse/ALSA-Replace-zero-length-array-with-flexible-array.patch
	patches.suse/ALSA-fireworks-Replace-zero-length-array-with-flexib.patch
	patches.suse/ALSA-firewire-lib-fix-invalid-assignment-to-union-da.patch
	patches.suse/ALSA-firewire-lib-use-macro-for-maximum-value-of-sec.patch
	patches.suse/ALSA-firewire-lib-add-reference-to-domain-structure-.patch
	patches.suse/ALSA-firewire-lib-code-refactoring-for-parameters-of.patch
	patches.suse/ALSA-firewire-lib-code-refactoring-for-syt-computati.patch
	patches.suse/ALSA-firewire-lib-code-refactoring-for-syt-offset-ca.patch
	patches.suse/ALSA-firewire-lib-code-refactoring-for-data-block-ca.patch
	patches.suse/ALSA-firewire-lib-add-cache-for-packet-sequence-to-A.patch
	patches.suse/ALSA-firewire-lib-pool-ideal-sequence-of-syt-offset-.patch
	patches.suse/ALSA-firewire-lib-use-sequence-of-syt-offset-and-dat.patch
	patches.suse/ALSA-fireface-fix-configuration-error-for-nominal-sa.patch
	patches.suse/ALSA-fireface-start-IR-context-immediately.patch
	patches.suse/ALSA-fireface-code-refactoring-to-add-enumeration-co.patch
	patches.suse/ALSA-fireface-code-refactoring-to-decide-name-of-sou.patch
	patches.suse/ALSA-fireface-add-support-for-RME-FireFace-802.patch
	patches.suse/ALSA-fireface-add-support-for-RME-Fireface-UFX-untes.patch
	patches.suse/ALSA-firewire-motu-fulfill-missing-entries-in-Kconfi.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-hda-Drop-unused-snd_hda_queue_unsol_event.patch
	patches.suse/ALSA-hda-Unexport-some-local-helper-functions.patch
	patches.suse/ALSA-firewire-motu-move-spec-data-to-v2-protocol-fil.patch
	patches.suse/ALSA-firewire-motu-move-spec-data-to-v3-protocol-fil.patch
	patches.suse/ALSA-firewire-motu-localize-protocol-data.patch
	patches.suse/ALSA-firewire-motu-add-wrapper-functions-for-protoco.patch
	patches.suse/ALSA-firewire-motu-drop-protocol-structure.patch
	patches.suse/ALSA-firewire-motu-add-model-specific-table-of-chunk.patch
	patches.suse/ALSA-firewire-motu-add-alternative-functions-to-dete.patch
	patches.suse/0063-ALSA-firewire-motu-add-alternative-functions-to-dete.patch
	patches.suse/ALSA-firewire-motu-use-table-based-calculation-of-pa.patch
	patches.suse/0065-ALSA-firewire-motu-use-table-based-calculation-of-pa.patch
	patches.suse/ALSA-firewire-motu-remove-obsoleted-codes.patch
	patches.suse/ALSA-firewire-motu-refactoring-protocol-v2-for-clock.patch
	patches.suse/ALSA-firewire-motu-refactoring-protocol-v3-for-clock.patch
	patches.suse/ALSA-firewire-motu-refactoring-protocol-v2-for-fetch.patch
	patches.suse/ALSA-firewire-motu-add-support-for-MOTU-UltraLite-mk.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-tegra-Use-device-managed-resource-APIs-to-get-t.patch
	patches.suse/ASoC-tegra-Add-audio-mclk-parent-configuration.patch
	patches.suse/ASoC-tegra-Enable-audio-mclk-during-tegra_asoc_utils.patch
	patches.suse/ASoC-wm8962-set-CLOCKING2-as-non-volatile-register.patch
	patches.suse/ASoC-fsl_esai-Disable-exception-interrupt-before-sch.patch
	patches.suse/ASoC-davinci-mcasp-Fix-dma_chan-refcnt-leak-when-get.patch
	patches.suse/ASoC-tlv320adcx140-Fix-mic-gain-registers.patch
	patches.suse/ASoC-Intel-broadwell-Fix-oops-during-module-removal.patch
	patches.suse/ASoC-SOF-Update-correct-LED-status-at-the-first-time.patch
	patches.suse/ASoC-max98373-reorder-max98373_reset-in-resume.patch
	patches.suse/ASoC-codecs-max9768-update-contact-email.patch
	patches.suse/ASoC-adau7118-Mark-the-ADAU7118-reset-register-as-vo.patch
	patches.suse/ASoC-amd-High-hw_level-while-simultaneous-capture.patch
	patches.suse/ASoC-mediatek-mt8183-fix-error-handling-of-platform_.patch
	patches.suse/ASoC-Intel-baytrail-Fix-register-access.patch
	patches.suse/ASoC-Intel-Use-readq-to-read-64-bit-registers.patch
	patches.suse/ASoC-mmp-sspa-Flip-SNDRV_PCM_FMTBIT_S24_3LE-on.patch
	patches.suse/ASoC-mmp-sspa-Drop-S20_3LE-case.patch
	patches.suse/ASoC-wm8962-Use-force-clear-for-WM8962_SYSCLK_ENA-af.patch
	patches.suse/ASoC-tlv320adcx140-Fix-bias-config-values.patch
	patches.suse/ASoC-max9867-fix-volume-controls.patch
	patches.suse/ASoC-max9867-fix-ADC-level-control.patch
	patches.suse/ASoC-dapm-Move-dai_link-widgets-to-runtime-to-fix-us.patch
	patches.suse/ASoC-wm8994-remove-wm1811_snd_controls-and-mixin_boo.patch
	patches.suse/ASoC-wm8991-remove-defined-but-not-used-wm8991_dapm_.patch
	patches.suse/ASoC-wm8990-remove-some-defined-but-unused-symbols.patch
	patches.suse/ASoC-wm8900-remove-some-defined-but-not-used-symbols.patch
	patches.suse/ASoC-soc-use-asoc_rtd_to_cpu-asoc_rtd_to_codec-macro.patch
	patches.suse/ASoC-soc-core-set-rtd-num_cpu-codec-at-soc_new_pcm_r.patch
	patches.suse/ASoC-soc-core-tidyup-soc_new_pcm_runtime-rtd-setups.patch
	patches.suse/ASoC-soc-core-remove-cpu_dai-codec_dai-cpu_dais-code.patch
	patches.suse/ASoC-Intel-sof_da7219_max98373-Add-BE-dailink-for-dm.patch
	patches.suse/ASoC-intel-skl-hda-set-autosuspend-timeout-for-hda-c.patch
	patches.suse/ALSA-hda-Add-ElkhartLake-HDMI-codec-vid.patch
	patches.suse/ASoC-SOF-Intel-add-PCI-ID-for-ElkhartLake.patch
	patches.suse/ASoC-Intel-boards-support-Elkhart-Lake-with-rt5660.patch
	patches.suse/ASoC-intel-sof_sdw-init-all-aggregated-codecs.patch
	patches.suse/ASoC-Intel-sof-da7219-max98373-add-DMIC-widget-and-r.patch
	patches.suse/ASoC-Intel-sof_sdw_hdmi-fix-compilation-issue-in-fal.patch
	patches.suse/ASoC-Intel-sof_sdw_hdmi-remove-codec_dai-use.patch
	patches.suse/ASoC-Intel-sof_sdw_rt1308-remove-codec-dai-use.patch
	patches.suse/ASoC-Intel-sof_sdw_rt5682-remove-codec_dai-use.patch
	patches.suse/ASoC-Intel-sof_sdw_rt700-remove-codec_dai-use.patch
	patches.suse/ASoC-Intel-sof_sdw_rt711-remove-codec_dai-use.patch
	patches.suse/ASoC-tegra-tegra_wm8903-Support-nvidia-headset-prope.patch
	patches.suse/ASoC-SOF-remove-unneeded-variables.patch
	patches.suse/ASoC-SOF-Intel-hda-remove-unnecessary-parentheses.patch
	patches.suse/ASoC-codecs-rt1308-sdw-reduce-verbosity.patch
	patches.suse/ASoC-SOF-Intel-hda-reduce-verbosity-on-SoundWire-det.patch
	patches.suse/ASoC-SOF-Intel-hda-log-number-of-microphones-detecte.patch
	patches.suse/ASoC-soc-core-Add-dynamic-debug-logs-in-soc_dai_link.patch
	patches.suse/ASoC-Intel-skl_hda_generic-remove-rtd-codec_dai.patch
	patches.suse/ASoC-fsl_micfil-Omit-superfluous-error-message-in-fs.patch
	patches.suse/ASoC-topology-Remove-unneeded-semicolon.patch
	patches.suse/ASoC-SOF-imx8-Fix-randbuild-error.patch
	patches.suse/ASoC-SOF-imx-fix-undefined-reference-issue.patch
	patches.suse/ASoC-SOF-imx-Add-i.MX8M-HW-support.patch
	patches.suse/ASoC-SOF-Add-i.MX8MP-device-descriptor.patch
	patches.suse/ASoC-SOF-topology-fix-handle-DAI-widget-connections-.patch
	patches.suse/ASoC-SOF-Mark-get_ext-function-ext_hdr-arguments-as-.patch
	patches.suse/ASoC-SOF-Introduce-offset-in-firmware-data.patch
	patches.suse/ASoC-SOF-Introduce-extended-manifest.patch
	patches.suse/ASoC-SOF-ext_manifest-parse-firmware-version.patch
	patches.suse/ASoC-SOF-ext_manifest-parse-windows.patch
	patches.suse/ASoC-SOF-ext_manifest-parse-compiler-version.patch
	patches.suse/ASoC-SOF-topology-Add-support-for-DC-Blocker.patch
	patches.suse/ASoC-SOF-add-probe-support-extend-data.patch
	patches.suse/ASoC-SOF-add-debug-ABI-version.patch
	patches.suse/ASoC-SOF-change-type-char-to-uint8_t-in-info.h.patch
	patches.suse/ASoC-SOF-change-type-char-to-uint8_t-in-trace.h.patch
	patches.suse/ASoC-SOF-change-type-char-to-uint8_t-in-topology.h.patch
	patches.suse/ASoC-SOF-make-sof_ipc_cc_version-to-fixed-length.patch
	patches.suse/ASoC-SOF-Add-XRUN-flags-field-to-struct-sof_ipc_buff.patch
	patches.suse/ASoC-SOF-Intel-Fix-typo-in-header-file-comment-text.patch
	patches.suse/ASoC-SOF-Intel-Change-DMIC-load-IPC-to-fixed-length.patch
	patches.suse/ASoC-SOF-Intel-Rename-deprecated-DMIC-IPC-struct-fie.patch
	patches.suse/ASoC-SOF-align-sof_ipc_dai_alh_params-with-FW.patch
	patches.suse/ASoC-SOF-topology-Get-ALH-rate-amd-channels-from-top.patch
	patches.suse/ASoC-SOF-topology-fix-parse-hda_tokens-to-config-hda.patch
	patches.suse/ASoC-SOF-topology-Get-HDA-rate-and-channels-from-top.patch
	patches.suse/ASoC-SOF-topology-stop-parsing-when-all-tokens-have-.patch
	patches.suse/ASoC-SOF-topology-handle-multiple-sets-of-tuple-arra.patch
	patches.suse/ASoC-Fix-misspellings-of-Analog-Devices.patch
	patches.suse/ASoC-Intel-haswell-Power-transition-refactor.patch
	patches.suse/ASoC-Fix-wrong-dependency-of-da7210-and-wm8983.patch
	patches.suse/soundwire-intel-use-asoc_rtd_to_cpu-asoc_rtd_to_code.patch
	patches.suse/ASoC-Intel-boards-split-woofer-and-tweeter-support.patch
	patches.suse/ASoC-wcd934x-remove-unnecessary-comparisons-to-bool.patch
	patches.suse/ASoC-wcd9335-remove-unneeded-semicolon.patch
	patches.suse/ASoC-wcd934x-remove-unneeded-semicolon.patch
	patches.suse/ASoC-Add-initial-ZL38060-driver.patch
	patches.suse/ASoC-soc-compress-add-snd_compress_ops.patch
	patches.suse/ASoC-codec-wm_adsp-use-snd_compress_ops.patch
	patches.suse/ASoC-uniphier-use-snd_compress_ops.patch
	patches.suse/ASoC-qcom-q6sp6-use-snd_compress_ops.patch
	patches.suse/ASoC-intel-atom-use-snd_compress_ops.patch
	patches.suse/ASoC-sof-use-snd_compress_ops.patch
	patches.suse/ASoC-sprd-use-snd_compress_ops.patch
	patches.suse/ASoC-soc-compress-remove-snd_compr_ops.patch
	patches.suse/ASoC-fsl_asrc-rename-asrc_priv-to-asrc.patch
	patches.suse/ASoC-fsl-asoc-card-Support-new-property-fsl-asrc-for.patch
	patches.suse/ASoC-fsl_asrc-Support-new-property-fsl-asrc-format.patch
	patches.suse/ASoC-fsl_asrc-Move-common-definition-to-fsl_asrc_com.patch
	patches.suse/ASoC-fsl_easrc-Add-EASRC-ASoC-CPU-DAI-drivers.patch
	patches.suse/ASoC-intel-skl-hda-fix-oops-on-systems-without-i915-.patch
	patches.suse/ASoC-SOF-Fix-build.patch
	patches.suse/ASoC-soc-core-return-true-false-in-snd_soc_volsw_is_.patch
	patches.suse/ASoC-dmic-Allow-GPIO-operations-to-sleep.patch
	patches.suse/ASoC-Intel-Skylake-Replace-guid_copy-with-import_gui.patch
	patches.suse/ASoC-fsl_easrc-fix-spelling-mistake-prefitler-prefil.patch
	patches.suse/ASoC-SOF-Add-missing-dependency-on-IMX_SCU.patch
	patches.suse/ASoC-soc-compress-avoid-false-positive-Wuninitialize.patch
	patches.suse/ASoC-snd-sof-intel-hda-common-add-hda_model-paramete.patch
	patches.suse/ASoC-hisilicon-Use-IS_ERR-instead-of-IS_ERR_OR_NULL.patch
	patches.suse/ASoC-Intel-sof_sdw-add-amp-number-in-components-stri.patch
	patches.suse/ASoC-mxs-saif-Avoid-unnecessary-check.patch
	patches.suse/ASoC-ti-remove-comparison-to-bool-in-omap_mcbsp_dai_.patch
	patches.suse/ASoC-fsl_easrc-Check-for-null-pointer-before-derefer.patch
	patches.suse/ASoC-hisilicon-Use-the-defined-variable-to-clean-cod.patch
	patches.suse/ASoC-Intel-Skylake-Add-alternative-topology-binary-n.patch
	patches.suse/ASoC-Intel-Multiple-I-O-PCM-format-support-for-pipe.patch
	patches.suse/ASoC-Intel-Skylake-Automatic-DMIC-format-configurati.patch
	patches.suse/ASoC-tegra-tegra_wm8903-Use-devm_snd_soc_register_ca.patch
	patches.suse/ASoC-bdw-rt5677-add-channel-constraint.patch
	patches.suse/ASoC-bdw-rt5650-add-channel-constraint.patch
	patches.suse/ASoC-broadwell-add-channel-constraint.patch
	patches.suse/ASoC-Intel-boards-add-explicit-dependency-on-GPIOLIB.patch
	patches.suse/ASoC-component-suppress-uninitialized-variable-warni.patch
	patches.suse/ASoC-codecs-wm97xx-fix-ac97-dependency.patch
	patches.suse/ASoc-nau8810-add-AUX-related-dapm-widgets-and-routes.patch
	patches.suse/ASoC-mxs-saif-Fix-unused-assignment.patch
	patches.suse/ASoC-fsl_easrc-mark-PM-functions-__maybe_unused.patch
	patches.suse/ASoC-rt5682-fix-I2C-Soundwire-dependencies.patch
	patches.suse/ASoC-soc-dai-add-soc_dai_err.patch
	patches.suse/ASoC-soc-dai-don-t-overwide-dai-driver-ops.patch
	patches.suse/ASoC-soc-dai-add-snd_soc_pcm_dai_new.patch
	patches.suse/ASoC-soc-dai-add-snd_soc_pcm_dai_prepare.patch
	patches.suse/ASoC-soc-dai-add-snd_soc_pcm_dai_trigger.patch
	patches.suse/ASoC-soc-dai-add-snd_soc_pcm_dai_bespoke_trigger.patch
	patches.suse/ASoC-soc-dai-add-snd_soc_pcm_dai_probe.patch
	patches.suse/ASoC-soc-dai-add-snd_soc_pcm_dai_remove.patch
	patches.suse/ASoC-soc-dai-add-snd_soc_dai_compr_start.patch
	patches.suse/ASoC-soc-dai-add-snd_soc_dai_compr_shutdown.patch
	patches.suse/ASoC-soc-dai-add-snd_soc_dai_compr_trigger.patch
	patches.suse/ASoC-soc-dai-add-snd_soc_dai_compr_set_params.patch
	patches.suse/ASoC-soc-dai-add-snd_soc_dai_compr_get_params.patch
	patches.suse/ASoC-soc-dai-add-snd_soc_dai_compr_ack.patch
	patches.suse/ASoC-soc-dai-add-snd_soc_dai_compr_pointer.patch
	patches.suse/ASoC-soc-dai-add-snd_soc_dai_compr_set_metadata.patch
	patches.suse/ASoC-soc-dai-add-snd_soc_dai_compr_get_metadata.patch
	patches.suse/ASoC-SOF-sort-out-Kconfig-again.patch
	patches.suse/ASoC-SOF-topology-send-ipc-for-all-found-DAIs-in-sof.patch
	patches.suse/ASoC-topology-set-component-dai_index-to-ipc-dai-con.patch
	patches.suse/ASoC-SOF-topology-replace-sof_link_hda_process-by-so.patch
	patches.suse/ASoC-SOF-Intel-change-trigger-sequence-to-fix-pop-no.patch
	patches.suse/ASoC-rt5682-simplify-assertions.patch
	patches.suse/ASoC-rt5682-fix-space-issues.patch
	patches.suse/ASoC-rt5682-remove-empty-default-case.patch
	patches.suse/ASoC-rt5682-replace-message-printing-from-pr_-to-dev.patch
	patches.suse/ASoC-rt5682-remove-duplicate-rt5682_reset-calls.patch
	patches.suse/ASoC-rt5682-remove-unwanted-btn_type-assignment.patch
	patches.suse/ASoC-Intel-boards-sof-wm8804-support-for-Hifiberry-D.patch
	patches.suse/ASoC-SOF-Intel-clarify-SPDX-license-with-GPL-2.0-onl.patch
	patches.suse/ASoC-rl6231-Add-the-K-bypass-for-the-PLL-parameters.patch
	patches.suse/ASoC-rt1015-Add-condition-to-prevent-SoC-providing-b.patch
	patches.suse/ASoC-qcom-Use-the-defined-variable-to-simplify-code.patch
	patches.suse/ASoC-wm8524-Add-support-S32_LE.patch
	patches.suse/ASoC-qcom-lpass-cpu-Make-I2S-SD-lines-configurable.patch
	patches.suse/ASoC-mediatek-Fix-error-handling.patch
	patches.suse/ASoC-rt5677-Use-devm_snd_soc_register_component.patch
	patches.suse/ASoC-rt1016-Add-the-rt1016-support.patch
	patches.suse/soc-fsl_asrc-Make-some-functions-static.patch
	patches.suse/ASoC-SOF-Intel-Fix-unused-variable-warning.patch
	patches.suse/ASoC-soc-core-Replace-zero-length-array-with-flexibl.patch
	patches.suse/ASoC-mediatek-mt8183-da7219-set-headset-button-maps.patch
	patches.suse/ASoC-SOF-core-fix-error-return-code-in-sof_probe_con.patch
	patches.suse/SoC-rsnd-add-interrupt-support-for-SSI-BUSIF-buffer.patch
	patches.suse/ASoC-Intel-Skylake-Replace-zero-length-array-with-fl.patch
	patches.suse/ASoC-ux500-mop500-Fix-some-refcounted-resources-issu.patch
	patches.suse/ASoC-Intel-Skylake-Update-description-for-HDaudio-kc.patch
	patches.suse/ASoC-ti-omap-mcbsp-Fix-an-error-handling-path-in-aso.patch
	patches.suse/ASoC-mmp-sspa-A-trivial-typo-fix.patch
	patches.suse/ASoC-mmp-sspa-Get-rid-of-dma_params-and-phys_base.patch
	patches.suse/ASoC-mmp-sspa-Add-support-for-soc-generic-dmaengine-.patch
	patches.suse/ASoC-mmp-sspa-Remove-the-embedded-struct-ssp_device.patch
	patches.suse/ASoC-mmp-sspa-Prepare-unprepare-the-clocks.patch
	patches.suse/ASoC-mmp-sspa-Add-support-for-the-runtime-power-mana.patch
	patches.suse/ASoC-mmp-sspa-Set-appropriate-bus-format-for-given-b.patch
	patches.suse/ASoC-tlv320adcx140-Add-controls-for-PDM-clk.patch
	patches.suse/ASoC-tlv320adcx140-Configure-PDM-sampling-edge.patch
	patches.suse/ASoC-fsl_esai-introduce-SoC-specific-data.patch
	patches.suse/ASoC-fsl_micfil-Fix-indentation-to-put-on-one-line-a.patch
	patches.suse/ASoC-amd-raven-Make-the-driver-name-consistent-acros.patch
	patches.suse/ASoC-fsl_micfil-Fix-unused-assignment-in-fsl_set_clo.patch
	patches.suse/ASoC-da7213-Add-da7212-DT-compatible.patch
	patches.suse/ASoC-da7213-Add-regulator-support.patch
	patches.suse/ASoC-da7213-move-set_sysclk-to-codec-level.patch
	patches.suse/ASoC-da7213-move-set_pll-to-codec-level.patch
	patches.suse/ASoC-Intel-soc-acpi-change-machine-driver-name-for-W.patch
	patches.suse/ASoC-Intel-sof_sdw-fix-typo-in-components-string.patch
	patches.suse/ASoC-Intel-sof_sdw_rt711-remap-buttons.patch
	patches.suse/ASoC-Intel-sof_sdw_rt700-remap-buttons.patch
	patches.suse/ASoC-Intel-cht_bsw_nau8824-remap-BTN_0-as-KEY_PLAYPA.patch
	patches.suse/ASoC-codecs-rt-sdw-don-t-assign-slave_ops.patch
	patches.suse/ASoC-codecs-rt-sdw-fix-memory-leak-in-set_sdw_stream.patch
	patches.suse/ASoC-codecs-rt1308-sdw-remove-duplicate-allocation.patch
	patches.suse/ASoC-soc-pcm-replace-snd_soc_runtime_activate-deacti.patch
	patches.suse/ASoC-soc-dai-add-snd_soc_dai_action.patch
	patches.suse/ASoC-soc-dapm-use-snd_soc_dai_activate-deactivate.patch
	patches.suse/ASoC-soc-dai-add-snd_soc_dai_active.patch
	patches.suse/ASoC-soc-component-add-snd_soc_component_active.patch
	patches.suse/ASoC-soc-dai-add-snd_soc_dai_stream_active.patch
	patches.suse/ASoC-use-snd_soc_xxx_active.patch
	patches.suse/ASoC-atomel-use-snd_soc_xxx_active.patch
	patches.suse/ASoC-bcm-use-snd_soc_xxx_active.patch
	patches.suse/ASoC-cirrus-use-snd_soc_xxx_active.patch
	patches.suse/ASoC-codecs-use-snd_soc_xxx_active.patch
	patches.suse/ASoC-fsl-use-snd_soc_xxx_active.patch
	patches.suse/ASoC-intel-use-snd_soc_xxx_active.patch
	patches.suse/ASoC-jz4740-use-snd_soc_xxx_active.patch
	patches.suse/ASoC-mediatek-use-snd_soc_xxx_active.patch
	patches.suse/ASoC-meson-use-snd_soc_xxx_active.patch
	patches.suse/ASoC-pxa-use-snd_soc_xxx_active.patch
	patches.suse/ASoC-ti-use-snd_soc_xxx_active.patch
	patches.suse/ASoC-uniphier-use-snd_soc_xxx_active.patch
	patches.suse/ASoC-dwc-use-snd_soc_xxx_active.patch
	patches.suse/ASoC-cleanup-dai-component-active-code.patch
	patches.suse/ASoC-SOF-Do-nothing-when-DSP-PM-callbacks-are-not-se.patch
	patches.suse/ASoC-SOF-add-a-power_down_notify-method.patch
	patches.suse/ASoC-SOF-inform-DSP-that-driver-is-going-to-be-remov.patch
	patches.suse/ASoC-SOF-topology-add-support-to-smart-amplifier.patch
	patches.suse/ASoC-SOF-Intel-sdw-relax-sdw-machine-select-constrai.patch
	patches.suse/ASoC-SOF-define-INFO_-flags-in-dsp_ops2.patch
	patches.suse/ASoC-SOF-imx-make-dsp_ops-static.patch
	patches.suse/ASoC-SOF-imx-make-imx8m_dsp_ops-static.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Add-quirk-for-Toshiba-Encore.patch
	patches.suse/ASoC-fsl_asrc-Set-ASR76K-and-ASR56K-based-on-process.patch
	patches.suse/ASoC-fsl_micfil-Remove-unneeded-ifdef-s.patch
	patches.suse/ASoC-fsl_micfil-Do-not-pass-irq-numbers-in-comments.patch
	patches.suse/ASoC-amd-add-Renoir-ACP3x-IP-register-header.patch
	patches.suse/ASoC-amd-add-Renoir-ACP-PCI-driver.patch
	patches.suse/ASoC-amd-add-acp-init-de-init-functions.patch
	patches.suse/ASoC-amd-create-acp3x-pdm-platform-device.patch
	patches.suse/ASoC-amd-add-ACP3x-PDM-platform-driver.patch
	patches.suse/ASoC-amd-irq-handler-changes-for-ACP3x-PDM-dma-drive.patch
	patches.suse/ASoC-amd-add-acp3x-pdm-driver-dma-ops.patch
	patches.suse/ASoC-amd-add-ACP-PDM-DMA-driver-dai-ops.patch
	patches.suse/ASoC-amd-add-Renoir-ACP-PCI-driver-PM-ops.patch
	patches.suse/ASoC-amd-add-ACP-PDM-DMA-driver-pm-ops.patch
	patches.suse/ASoC-amd-enable-Renoir-acp3x-drivers-build.patch
	patches.suse/ASoC-amd-create-platform-devices-for-Renoir.patch
	patches.suse/ASoC-amd-RN-machine-driver-using-dmic.patch
	patches.suse/ASoC-amd-enable-build-for-RN-machine-driver.patch
	patches.suse/ASoC-amd-fix-kernel-warning.patch
	patches.suse/ASoC-amd-refactoring-dai_hw_params-callback.patch
	patches.suse/ASoC-amd-return-error-when-acp-de-init-fails.patch
	patches.suse/ASoC-mmp-sspa-Add-Device-Tree-support.patch
	patches.suse/ASoC-mmp-sspa-Fix-the-error-handling-in-probe.patch
	patches.suse/ASoC-max9867-don-t-use-regmap-defaults.patch
	patches.suse/ASoC-max9867-add-filter-controls.patch
	patches.suse/ASoC-max9867-add-mono-playback-switch.patch
	patches.suse/ASoC-pxa-remove-Compulab-pxa2xx-boards.patch
	patches.suse/ASoC-max9867-add-digital-microphone-controls.patch
	patches.suse/ASoC-max9867-keep-ADCs-and-DACs-always-on.patch
	patches.suse/ASoC-max98390-Added-Amplifier-Driver.patch
	patches.suse/ASoC-fsl_asrc-Fix-Wmissing-prototypes-warning.patch
	patches.suse/ASoC-fsl-imx-audmix-Fix-unused-assignment-to-variabl.patch
	patches.suse/ASoC-fsl_asrc-Merge-suspend-resume-function-to-runti.patch
	patches.suse/ASoC-SOF-loader-Adjust-validation-condition-for-fw_o.patch
	patches.suse/ASoC-SOF-Introduce-extended-manifest2.patch
	patches.suse/ASoC-SOF-ext_manifest-parse-firmware-version2.patch
	patches.suse/ASoC-SOF-ext_manifest-parse-windows2.patch
	patches.suse/ASoC-SOF-ext_manifest-parse-compiler-version2.patch
	patches.suse/ASoC-add-soc-link.c.patch
	patches.suse/ASoC-soc-link-move-soc_rtd_xxx.patch
	patches.suse/ASoC-soc-link-remove-unneeded-parameter-from-snd_soc.patch
	patches.suse/ASoC-soc-link-add-snd_soc_link_be_hw_params_fixup.patch
	patches.suse/ASoC-soc-link-add-snd_soc_link_compr_startup.patch
	patches.suse/ASoC-soc-link-add-snd_soc_link_compr_shutdown.patch
	patches.suse/ASoC-soc-link-add-snd_soc_link_compr_set_params.patch
	patches.suse/ASoC-fix-semicolon.cocci-warnings.patch
	patches.suse/ASoC-ti-Fix-runtime-PM-imbalance-in-omap2_mcbsp_set_.patch
	patches.suse/ASoC-fix-incomplete-error-handling-in-img_i2s_in_pro.patch
	patches.suse/ASoC-tas2552-Fix-runtime-PM-imbalance-in-tas2552_com.patch
	patches.suse/ASoC-img-spdif-out-Fix-runtime-PM-imbalance-on-error.patch
	patches.suse/ASoC-tlv320adcx140-Add-support-for-configuring-GPI-p.patch
	patches.suse/ASoC-img-spdif-in-Fix-runtime-PM-imbalance-on-error.patch
	patches.suse/ASoC-wm8962-Fix-runtime-PM-imbalance-on-error.patch
	patches.suse/ASoC-tlv320adcx140-Fix-warnings-when-using-W-1.patch
	patches.suse/ASoC-mmp-sspa-Fix-return-value-check-in-asoc_mmp_ssp.patch
	patches.suse/ASoC-SOF-Intel-byt-Add-PM-callbacks.patch
	patches.suse/ASoC-SOF-pm-handle-resume-on-legacy-Intel-platforms.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-51-remove-.ignore_suspend.patch
	patches.suse/ASoC-Intel-byt-cht-add-.pm_ops.patch
	patches.suse/ASoC-SOF-ipc-ignore-DSP-replies-received-when-they-a.patch
	patches.suse/ASoC-SOF-Intel-BYT-add-.remove-op.patch
	patches.suse/ASoC-SOF-Intel-BYT-mask-BUSY-or-DONE-interrupts-in-h.patch
	patches.suse/ASoC-SOF-Intel-BYT-harden-IPC-initialization-and-han.patch
	patches.suse/ASoC-ingenic-Unconditionally-depend-on-devicetree.patch
	patches.suse/ASoC-nau8810-add-I2C-device-and-compatible-ID.patch
	patches.suse/ASoC-rt5682-split-i2c-driver-into-separate-module.patch
	patches.suse/ASoC-sta32x-add-missed-function-calls-in-error-paths.patch
	patches.suse/ASoC-amd-Removing-unnecessary-instance-initializatio.patch
	patches.suse/ASoC-img-i2s-out-Fix-runtime-PM-imbalance-on-error.patch
	patches.suse/ASoC-rt1015-Enable-class-D-silence-and-clock-detecti.patch
	patches.suse/ASoC-fsl_asrc_dma-Fix-dma_chan-leak-when-config-DMA-.patch
	patches.suse/ASoC-topology-refine-and-log-the-header-in-the-corre.patch
	patches.suse/ASoC-topology-remove-the-redundant-pass-checks.patch
	patches.suse/ASoC-reduce-verbosity-of-error-messages-for-sof-dai-.patch
	patches.suse/Subject-PATCH-v2-ASoC-soc-pcm-fix-BE-dai-not-hw_free.patch
	patches.suse/ASoC-SOF-Intel-Baytrail-fix-defined-but-not-used-war.patch
	patches.suse/ASoC-SOF-Intel-hda-fix-generic-hda-codec-support.patch
	patches.suse/ASoC-intel-add-depends-on-SND_SOC_SOF_HDA_AUDIO_CODE.patch
	patches.suse/ASoC-sof-sdw-remove-CONFIG_SND_SOC_SOF_HDA_AUDIO_COD.patch
	patches.suse/ASoC-sof_pcm512x-remove-CONFIG_SND_HDA_CODEC_HDMI-co.patch
	patches.suse/ASoC-soc.h-convert-bool-to-bit-field-for-snd_soc_car.patch
	patches.suse/ASoC-add-soc-card.c.patch
	patches.suse/ASoC-soc-card-move-snd_soc_card_get_kcontrol-to-soc-.patch
	patches.suse/ASoC-soc-card-move-snd_soc_card_jack_new-to-soc-card.patch
	patches.suse/ASoC-soc-card-move-snd_soc_card_set-get_drvdata-to-s.patch
	patches.suse/ASoC-soc-card-move-snd_soc_card_get_codec_dai-to-soc.patch
	patches.suse/ASoC-soc-card-move-snd_soc_card_subclass-to-soc-card.patch
	patches.suse/ASoC-soc-card-add-snd_soc_card_suspend_pre.patch
	patches.suse/ASoC-soc-card-add-snd_soc_card_suspend_post.patch
	patches.suse/ASoC-soc-card-add-snd_soc_card_resume_pre.patch
	patches.suse/ASoC-soc-card-add-snd_soc_card_resume_post.patch
	patches.suse/ASoC-soc-card-add-probed-bit-field-to-snd_soc_card.patch
	patches.suse/ASoC-soc-card-add-snd_soc_card_probe.patch
	patches.suse/ASoC-soc-card-add-snd_soc_card_late_probe.patch
	patches.suse/ASoC-soc-card-add-snd_soc_card_remove.patch
	patches.suse/ASoC-soc-card-add-snd_soc_card_set_bias_level.patch
	patches.suse/ASoC-soc-card-add-snd_soc_card_set_bias_level_post.patch
	patches.suse/ASoC-soc-card-add-snd_soc_card_add_dai_link.patch
	patches.suse/ASoC-soc-card-add-snd_soc_card_remove_dai_link.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/HID-multitouch-Remove-MT_CLS_WIN_8_DUAL.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/mm-fix-mremap-not-considering-huge-pmd-devmap.patch
	patches.suse/mm-add-kvfree_sensitive-for-freeing-sensitive-data-o.patch
	patches.suse/0001-mm-memory_hotplug-refrain-from-adding-memory-into-an.patch
	patches.suse/0019-mm-memory_hotplug-introduce-add_memory_driver_manage.patch
	patches.suse/0020-device-dax-add-memory-via-add_memory_driver_managed.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/include-linux-seq_file.h-introduce-DEFINE_SEQ_ATTRIB.patch
	patches.suse/relay-handle-alloc_percpu-returning-NULL-in-relay_open.patch
	patches.suse/ARM-OMAP2-pm33xx-core-Make-am43xx_get_rtc_base_addr-static.patch
	patches.suse/firmware-tegra-Make-BPMP-a-regular-driver.patch
	patches.suse/power-vexpress-add-suppress_bind_attrs-to-true.patch
	patches.suse/firmware-tegra-Defer-BPMP-probe-if-shared-memory-not.patch
	patches.suse/dt-bindings-reset-imx7-document-usage-on-i-mx8mp-soc.patch
	patches.suse/reset-imx7-add-support-for-i-mx8mp-soc.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-remove-unneeded-conversion-to-bool
	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/firmware-qcom_scm-legacy-replace-zero-length-array-with-flexible-array
	patches.suse/kernel-cpu_pm-Fix-uninitted-local-in-cpu_pm.patch
	patches.suse/of-reserved-memory-Support-lookup-of-regions-by-name.patch
	patches.suse/of-reserved-memory-Support-multiple-regions-per-devi.patch
	patches.suse/of-Make-linux-of_reserved_mem.h-self-contained.patch
	patches.suse/soc-tegra-pmc-Enable-PMIC-wake-event-on-Tegra186.patch
	patches.suse/soc-tegra-fuse-Add-custom-SoC-attributes.patch
	patches.suse/soc-tegra-fuse-Trivial-clean-up-of-tegra_init_revisi.patch
	patches.suse/soc-tegra-fuse-Update-the-SoC-revision-attribute-to-.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/soc-imx8m-no-need-to-put-node-when-of_find_compatible_node-failed.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/soc-fsl-qe-Replace-one-element-array-and-use-struct_.patch
	patches.suse/soc-fsl-qbman-Remove-unused-inline-function-qm_eqcr_.patch
	patches.suse/soc-fsl-dpio-Prefer-the-CPU-affine-DPIO.patch
	patches.suse/soc-fsl-qe-clean-up-an-indentation-issue.patch
	patches.suse/soc-fsl-dpio-Remove-unused-inline-function-qbman_wri.patch
	patches.suse/drivers-soc-ti-knav_qmss_queue-Make-knav_gp_range_op.patch
	patches.suse/ARM-dts-renesas-Fix-IOMMU-device-node-names.patch
	patches.suse/ARM-dts-exynos-Fix-GPIO-polarity-for-thr-GalaxyS3-CM36651-sensor-s-bus.patch
	patches.suse/ARM-dts-s5pv210-Set-keep-power-in-suspend-for-SDHCI1-on-Aries.patch
	patches.suse/ARM-dts-stm32-fix-a-typo-for-DAC-io-channel-cells-on-stm32f429.patch
	patches.suse/ARM-dts-stm32-fix-a-typo-for-DAC-io-channel-cells-on-stm32h743.patch
	patches.suse/ARM-dts-sun8i-h2-plus-bananapi-m2-zero-Fix-led-polarity.patch
	patches.suse/ARM-dts-at91-sama5d2_ptc_ek-fix-sdmmc0-node-description.patch
	patches.suse/ARM-dts-at91-sama5d2_ptc_ek-fix-vbus-pin.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/x86-tlb-uv-Add-a-forward-declaration-for-struct-flus.patch
	patches.suse/powerpc-Move-idle_loop_prolog-epilog-functions-to-he.patch
	patches.suse/powerpc-idle-Store-PURR-snapshot-in-a-per-cpu-global.patch
	patches.suse/powerpc-pseries-Account-for-SPURR-ticks-on-idle-CPUs.patch
	patches.suse/powerpc-sysfs-Show-idle_purr-and-idle_spurr-for-ever.patch
	patches.suse/Documentation-Document-sysfs-interfaces-purr-spurr-i.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-pkeys-Avoid-using-lockless-page-table-walk.patch
	patches.suse/powerpc-pkeys-Check-vma-before-returning-key-fault-e.patch
	patches.suse/powerpc-powernv-Fix-a-warning-message.patch
	patches.suse/1249-drivers-powerpc-Replace-_ALIGN_UP-by-ALIGN.patch
	patches.suse/powerpc-64s-Always-has-full-regs-so-remove-remnant-c.patch
	patches.suse/powerpc-Use-set_trap-and-avoid-open-coding-trap-mask.patch
	patches.suse/powerpc-trap_is_syscall-helper-to-hide-syscall-trap-.patch
	patches.suse/powerpc-Use-trap-metadata-to-prevent-double-restart-.patch
	patches.suse/powerpc-64-Don-t-initialise-init_task-thread.regs.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-64s-exceptions-Fix-in_mce-accounting-in-unre.patch
	patches.suse/powerpc-64s-exceptions-Change-irq-reconcile-for-NMIs.patch
	patches.suse/powerpc-64s-exceptions-Machine-check-reconcile-irq-s.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-xmon-Remove-store_inst-for-patch_instruction.patch
	patches.suse/powerpc-xmon-Move-breakpoint-instructions-to-own-arr.patch
	patches.suse/powerpc-xmon-Move-breakpoints-to-text-section.patch
	patches.suse/powerpc-xmon-Use-bitwise-calculations-in_breakpoint_.patch
	patches.suse/powerpc-Change-calling-convention-for-create_branch-.patch
	patches.suse/powerpc-Use-a-macro-for-creating-instructions-from-u.patch
	patches.suse/powerpc-Use-an-accessor-for-instructions.patch
	patches.suse/powerpc-Use-a-function-for-getting-the-instruction-o.patch
	patches.suse/powerpc-Use-a-function-for-byte-swapping-instruction.patch
	patches.suse/powerpc-Introduce-functions-for-instruction-equality.patch
	patches.suse/powerpc-Use-a-datatype-for-instructions.patch
	patches.suse/powerpc-Use-a-function-for-reading-instructions.patch
	patches.suse/powerpc-Add-a-probe_user_read_inst-function.patch
	patches.suse/powerpc-Add-a-probe_kernel_read_inst-function.patch
	patches.suse/powerpc-kprobes-Use-patch_instruction.patch
	patches.suse/powerpc-Define-and-use-get_user_instr-et.-al.patch
	patches.suse/powerpc-Introduce-a-function-for-reporting-instructi.patch
	patches.suse/powerpc-xmon-Use-a-function-for-reading-instructions.patch
	patches.suse/powerpc-xmon-Move-insertion-of-breakpoint-for-xol-in.patch
	patches.suse/powerpc-Make-test_translate_branch-independent-of-in.patch
	patches.suse/powerpc-Enable-Prefixed-Instructions.patch
	patches.suse/powerpc-Define-new-SRR1-bits-for-a-ISA-v3.1.patch
	patches.suse/powerpc-optprobes-Add-register-argument-to-patch_imm.patch
	patches.suse/powerpc-Add-prefixed-instructions-to-instruction-dat.patch
	patches.suse/powerpc-Test-prefixed-code-patching.patch
	patches.suse/powerpc-Test-prefixed-instructions-in-feature-fixups.patch
	patches.suse/powerpc-xmon-Don-t-allow-breakpoints-on-suffixes.patch
	patches.suse/powerpc-kprobes-Don-t-allow-breakpoints-on-suffixes.patch
	patches.suse/powerpc-Support-prefixed-instructions-in-alignment-h.patch
	patches.suse/powerpc-sstep-Add-support-for-prefixed-load-stores.patch
	patches.suse/powerpc-sstep-Add-support-for-prefixed-fixed-point-a.patch
	patches.suse/powerpc-watchpoint-Rename-current-DAWR-macros.patch
	patches.suse/powerpc-watchpoint-Add-SPRN-macros-for-second-DAWR.patch
	patches.suse/powerpc-watchpoint-Introduce-function-to-get-nr-watc.patch
	patches.suse/powerpc-watchpoint-ptrace-Return-actual-num-of-avail.patch
	patches.suse/powerpc-watchpoint-Provide-DAWR-number-to-set_dawr.patch
	patches.suse/powerpc-watchpoint-Provide-DAWR-number-to-__set_brea.patch
	patches.suse/powerpc-watchpoint-Get-watchpoint-count-dynamically-.patch
	patches.suse/powerpc-watchpoint-Disable-all-available-watchpoints.patch
	patches.suse/powerpc-watchpoint-Convert-thread_struct-hw_brk-to-a.patch
	patches.suse/powerpc-watchpoint-Use-loop-for-thread_struct-ptrace.patch
	patches.suse/powerpc-watchpoint-Introduce-is_ptrace_bp-function.patch
	patches.suse/powerpc-watchpoint-Use-builtin-ALIGN-macros.patch
	patches.suse/powerpc-watchpoint-Prepare-handler-to-handle-more-th.patch
	patches.suse/powerpc-watchpoint-Don-t-allow-concurrent-perf-and-p.patch
	patches.suse/powerpc-watchpoint-xmon-Don-t-allow-breakpoint-overw.patch
	patches.suse/powerpc-watchpoint-xmon-Support-2nd-DAWR.patch
	patches.suse/powerpc-uaccess-Implement-unsafe_put_user-using-asm-.patch
	patches.suse/powerpc-uaccess-Implement-unsafe_copy_to_user-as-a-s.patch
	patches.suse/powerpc-uaccess-Implement-user_read_access_begin-and.patch
	patches.suse/powerpc-uaccess-Don-t-use-m-constraint.patch
	patches.suse/powerpc-xive-Enforce-load-after-store-ordering-when-.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-mm-Don-t-be-too-strict-with-_etext-alignment.patch
	patches.suse/powerpc-Add-ppc_inst_next.patch
	patches.suse/powerpc-Add-ppc_inst_as_u64.patch
	patches.suse/powerpc-xive-Clear-the-page-tables-for-the-ESB-IO-ma.patch
	patches.suse/powerpc-xive-Do-not-expose-a-debugfs-file-when-XIVE-.patch
	patches.suse/input-i8042-Remove-special-PowerPC-handling.patch
	patches.suse/powerpc-64-Refactor-interrupt-exit-irq-disabling-seq.patch
	patches.suse/1250-powerpc-Remove-Xilinx-PPC405-PPC440-support.patch
	patches.suse/powerpc-Remove-IBM405-Erratum-77.patch
	patches.suse/powerpc-64s-kuap-Add-missing-isync-to-KUAP-restore-p.patch
	patches.suse/powerpc-64-kuap-Conditionally-restore-AMR-in-interru.patch
	patches.suse/powerpc-64s-kuap-Conditionally-restore-AMR-in-kuap_r.patch
	patches.suse/powerpc-perf-hv-24x7-Fix-inconsistent-output-values-.patch
	patches.suse/powerpc-hv-24x7-Add-rtas-call-in-hv-24x7-driver-to-g.patch
	patches.suse/powerpc-hv-24x7-Add-sysfs-files-inside-hv-24x7-devic.patch
	patches.suse/Documentation-ABI-Add-ABI-documentation-for-chips-an.patch
	patches.suse/powerpc-pseries-Update-hv-24x7-information-after-mig.patch
	patches.suse/hw-breakpoints-Fix-build-warnings-with-clang.patch
	patches.suse/powerpc-fadump-Account-for-memory_limit-while-reserv.patch
	patches.suse/powerpc-Fix-misleading-small-cores-print.patch
	patches.suse/powerpc-kernel-Enables-memory-hot-remove-after-reboo.patch
	patches.suse/powerpc-32-Blacklist-functions-running-with-MMU-disa.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/powerpc-Add-new-HWCAP-bits.patch
	patches.suse/powerpc-Add-support-for-ISA-v3.1.patch
	patches.suse/powerpc-dt_cpu_ftrs-Advertise-support-for-ISA-v3.1-i.patch
	patches.suse/powerpc-dt_cpu_ftrs-Enable-Prefixed-Instructions.patch
	patches.suse/powerpc-dt_cpu_ftrs-Add-MMA-feature.patch
	patches.suse/powerpc-Add-POWER10-architected-mode.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-mask-cap-zero
	patches.suse/vfio-pci-fix-memory-leaks-in-alloc_perm_bits.patch
	patches.suse/vfio-pci-fix-memory-leaks-of-eventfd-ctx
	patches.suse/vfio-uapi-for-migration-interface-for-device-state
	patches.suse/vfio-iommu-remove-atomicity-of-ref_count-of-pinned-pages
	patches.suse/vfio-iommu-cache-pgsize_bitmap-in-struct-vfio_iommu
	patches.suse/vfio-iommu-add-ioctl-definition-for-dirty-pages-tracking
	patches.suse/vfio-iommu-implementation-of-ioctl-for-dirty-pages-tracking
	patches.suse/vfio-iommu-update-unmap_dma-ioctl-to-get-dirty-bitmap-before-unmap
	patches.suse/vfio-iommu-add-migration-capability-to-report-supported-features
	patches.suse/vfio-selective-dirty-page-tracking-if-iommu-backed-device-pins-pages
	patches.suse/vfio-mdev-Fix-reference-count-leak-in-add_mdev_suppo.patch
	patches.suse/vfio-iommu-use-shift-operation-for-64-bit-integer-division
	patches.suse/vfio-iommu-typecast-corrections
	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-mlxbf2-remove-unused-including-linux-version.h.patch
	patches.suse/gpio-mlxbf2-fix-return-value-check-in-mlxbf2_gpio_ge.patch
	patches.suse/gpiolib-of-improve-gpiolib-of-support-of-pull-up-dow.patch
	patches.suse/gpio-gpio-pca953x-Add-get_multiple-function.patch
	patches.suse/gpio-pca953x-Rewrite-get_multiple-function.patch
	patches.suse/gpio-pca953x-fix-handling-of-automatic-address-incre.patch
	patches.suse/gpio-pca953x-drop-unused-parameters-of-pca953x_recal.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/gpio-rcar-Fix-runtime-PM-imbalance-on-error.patch
	patches.suse/gpio-pca953x-Drop-unneeded-ACPI_PTR.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-Remove-a-few-extra-calls-to-ib_get_client_data.patch
	patches.suse/IB-Fix-some-documentation-warnings.patch
	patches.suse/IB-qib-Remove-unused-variable-ret.patch
	patches.suse/RDMA-bnxt_re-Reduce-device-page-size-detection-code.patch
	patches.suse/RDMA-bnxt_re-Update-missing-hsi-data-structures.patch
	patches.suse/RDMA-bnxt_re-Simplify-obtaining-queue-entry-from-hw-.patch
	patches.suse/RDMA-bnxt_re-Remove-dead-code-from-rcfw.patch
	patches.suse/RDMA-cma-Limit-the-scope-of-rdma_is_consumer_reject-.patch
	patches.suse/RDMA-rw-use-DIV_ROUND_UP-to-calculate-nr_ops.patch
	patches.suse/RDMA-hns-Add-support-for-addressing-when-hopnum-is-0.patch
	patches.suse/RDMA-hns-Optimize-hns-buffer-allocation-flow.patch
	patches.suse/RDMA-hns-Optimize-0-hop-addressing-for-EQE-buffer.patch
	patches.suse/RDMA-hns-Support-0-hop-addressing-for-WQE-buffer.patch
	patches.suse/RDMA-hns-Support-0-hop-addressing-for-SRQ-buffer.patch
	patches.suse/RDMA-hns-Support-0-hop-addressing-for-CQE-buffer.patch
	patches.suse/RDMA-bnxt-Delete-nq_ptr-variable-which-is-not-used.patch
	patches.suse/RDMA-hns-Optimize-hns_roce_config_link_table.patch
	patches.suse/RDMA-hns-Optimize-hns_roce_v2_set_mac.patch
	patches.suse/RDMA-hns-Simplify-the-qp-state-convert-code.patch
	patches.suse/RDMA-hns-Simplify-the-cqe-code-of-poll-cq.patch
	patches.suse/RDMA-hns-Simplify-the-state-judgment-code-of-qp.patch
	patches.suse/RDMA-hns-Simplify-the-status-judgment-code-of-hns_ro.patch
	patches.suse/RDMA-mlx5-Organize-QP-types-checks-in-one-place.patch
	patches.suse/RDMA-mlx5-Delete-impossible-GSI-port-check.patch
	patches.suse/RDMA-mlx5-Perform-check-if-QP-creation-flow-is-valid.patch
	patches.suse/RDMA-mlx5-Prepare-QP-allocation-for-future-removal.patch
	patches.suse/RDMA-mlx5-Avoid-setting-redundant-NULL-for-XRC-QPs.patch
	patches.suse/RDMA-mlx5-Set-QP-subtype-immediately-when-it-is-know.patch
	patches.suse/RDMA-mlx5-Separate-create-QP-flows-to-be-based-on-ty.patch
	patches.suse/RDMA-mlx5-Split-scatter-CQE-configuration-for-DCT-QP.patch
	patches.suse/RDMA-mlx5-Update-all-DRIVER-QP-places-to-use-QP-subt.patch
	patches.suse/RDMA-mlx5-Move-DRIVER-QP-flags-check-into-separate-f.patch
	patches.suse/RDMA-mlx5-Remove-second-copy-from-user-for-non-RSS-R.patch
	patches.suse/RDMA-mlx5-Initial-separation-of-RAW_PACKET-QP-from-c.patch
	patches.suse/RDMA-mlx5-Delete-create-QP-flags-obfuscation.patch
	patches.suse/RDMA-mlx5-Process-create-QP-flags-in-one-place.patch
	patches.suse/RDMA-mlx5-Use-flags_en-mechanism-to-mark-QP-created-.patch
	patches.suse/RDMA-mlx5-Change-scatter-CQE-flag-to-be-set-like-oth.patch
	patches.suse/RDMA-mlx5-Return-all-configured-create-flags-through.patch
	patches.suse/RDMA-mlx5-Process-all-vendor-flags-in-one-place.patch
	patches.suse/RDMA-mlx5-Delete-unsupported-QP-types.patch
	patches.suse/RDMA-mlx5-Store-QP-type-in-the-vendor-QP-structure.patch
	patches.suse/RDMA-mlx5-Promote-RSS-RAW-QP-attribute-check-in-high.patch
	patches.suse/RDMA-mlx5-Combine-copy-of-create-QP-command-in-RSS-R.patch
	patches.suse/RDMA-mlx5-Remove-second-user-copy-in-create_user_qp.patch
	patches.suse/RDMA-mlx5-Rely-on-existence-of-udata-to-separate-ker.patch
	patches.suse/RDMA-mlx5-Delete-impossible-inlen-check.patch
	patches.suse/RDMA-mlx5-Globally-parse-DEVX-UID.patch
	patches.suse/RDMA-mlx5-Separate-XRC_TGT-QP-creation-from-common-f.patch
	patches.suse/RDMA-mlx5-Separate-to-user-kernel-create-QP-flows.patch
	patches.suse/RDMA-mlx5-Reduce-amount-of-duplication-in-QP-destroy.patch
	patches.suse/RDMA-mlx5-Group-all-create-QP-parameters-to-simplify.patch
	patches.suse/RDMA-mlx5-Promote-RSS-RAW-QP-flags-check-to-higher-l.patch
	patches.suse/RDMA-mlx5-Handle-udate-outlen-checks-in-one-place.patch
	patches.suse/RDMA-mlx5-Copy-response-to-the-user-in-one-place.patch
	patches.suse/RDMA-mlx5-Remove-redundant-destroy-QP-call.patch
	patches.suse/RDMA-mlx5-Consolidate-into-special-function-all-crea.patch
	patches.suse/RDMA-mlx5-Verify-that-QP-is-created-with-RQ-or-SQ.patch
	patches.suse/RDMA-Group-create-AH-arguments-in-struct.patch
	patches.suse/RDMA-core-Add-LAG-functionality.patch
	patches.suse/RDMA-core-Get-xmit-slave-for-LAG.patch
	patches.suse/RDMA-mlx5-Refactor-affinity-related-code.patch
	patches.suse/RDMA-mlx5-Set-lag-tx-affinity-according-to-slave.patch
	patches.suse/RDMA-efa-Report-create-CQ-error-counter.patch
	patches.suse/RDMA-efa-Count-mmap-failures.patch
	patches.suse/RDMA-efa-Count-admin-commands-errors.patch
	patches.suse/RDMA-mad-Remove-snoop-interface.patch
	patches.suse/RDMA-Allow-ib_client-s-to-fail-when-add-is-called.patch
	patches.suse/RDMA-core-Add-hash-functions-to-calculate-RoCEv2-flo.patch
	patches.suse/RDMA-core-Consider-flow-label-when-building-skb.patch
	patches.suse/RDMA-mlx5-Define-RoCEv2-udp-source-port-when-set-pat.patch
	patches.suse/RDMA-cma-Initialize-the-flow-label-of-CM-s-route-pat.patch
	patches.suse/RDMA-mlx5-Set-UDP-source-port-based-on-the-grh.flow_.patch
	patches.suse/RDMA-hns-Optimize-PBL-buffer-allocation-process.patch
	patches.suse/RDMA-hns-Remove-unused-MTT-functions.patch
	patches.suse/RDMA-hns-Optimize-WQE-buffer-size-calculating-proces.patch
	patches.suse/RDMA-hns-Move-SRQ-code-to-the-reasonable-place.patch
	patches.suse/RDMA-hns-Optimize-SRQ-buffer-size-calculating-proces.patch
	patches.suse/RDMA-hns-Fix-comments-with-non-English-symbols.patch
	patches.suse/RDMA-hns-Adjust-lp_pktn_ini-dynamically.patch
	patches.suse/RDMA-hns-Remove-redundant-assignment-of-caps.patch
	patches.suse/RDMA-mlx5-Update-mlx5_ib-to-use-new-cmd-interface.patch
	patches.suse/RDMA-mlx5-Refactor-mlx5_post_send-to-improve-readabi.patch
	patches.suse/RDMA-mlx5-Move-all-WR-logic-from-qp.c-to-separate-fi.patch
	patches.suse/RDMA-mlx5-Assign-profile-before-calling-stages.patch
	patches.suse/RDMA-mlx5-Allow-only-raw-Ethernet-QPs-when-RoCE-isn-.patch
	patches.suse/RDMA-mlx5-Remove-duplicated-assignment-to-variable-r.patch
	patches.suse/RDMA-ucma-Return-stable-IB-device-index-as-identifie.patch
	patches.suse/RDMA-hns-Extend-capability-flags-for-HIP08_C.patch
	patches.suse/RDMA-hns-Combine-enable-flags-of-qp.patch
	patches.suse/RDMA-addr-Mark-addr_resolve-as-might_sleep.patch
	patches.suse/RDMA-cm-Remove-return-code-from-add_cm_id_to_port_li.patch
	patches.suse/RDMA-cm-Remove-unused-store-to-ret-in-cm_rej_handler.patch
	patches.suse/RDMA-cm-Pull-duplicated-code-into-cm_queue_work_unlo.patch
	patches.suse/RDMA-cm-Pass-the-cm_id_private-into-cm_cleanup_timew.patch
	patches.suse/RDMA-cm-Add-a-note-explaining-how-the-timewait-is-ev.patch
	patches.suse/RDMA-cm-Make-find_remote_id-return-a-cm_id_private.patch
	patches.suse/RDMA-cm-Remove-the-cm_free_id-wrapper-function.patch
	patches.suse/RDMA-cm-Remove-needless-cm_id-variable.patch
	patches.suse/RDMA-cm-Increment-the-refcount-inside-cm_find_listen.patch
	patches.suse/IB-rdmavt-Replace-zero-length-array-with-flexible-ar.patch
	patches.suse/RDMA-mlx5-Refactor-DV-create-flow.patch
	patches.suse/RDMA-mlx5-Add-support-in-steering-default-miss.patch
	patches.suse/RDMA-mlx5-Add-support-for-drop-action-in-DV-steering.patch
	patches.suse/RDMA-mlx5-Fix-query_srq_cmd-function.patch
	patches.suse/sysfs-export-sysfs_remove_file_self.patch
	patches.suse/RDMA-rtrs-public-interface-header-to-establish-RDMA-.patch
	patches.suse/RDMA-rtrs-private-headers-with-rtrs-protocol-structs.patch
	patches.suse/RDMA-rtrs-core-lib-functions-shared-between-client-a.patch
	patches.suse/RDMA-rtrs-client-private-header-with-client-structs-.patch
	patches.suse/RDMA-rtrs-client-main-functionality.patch
	patches.suse/RDMA-rtrs-client-statistics-functions.patch
	patches.suse/RDMA-rtrs-client-sysfs-interface-functions.patch
	patches.suse/RDMA-rtrs-server-private-header-with-server-structs-.patch
	patches.suse/RDMA-rtrs-server-main-functionality.patch
	patches.suse/RDMA-rtrs-server-statistics-functions.patch
	patches.suse/RDMA-rtrs-server-sysfs-interface-functions.patch
	patches.suse/RDMA-rtrs-include-client-and-server-modules-into-ker.patch
	patches.suse/RDMA-rtrs-a-bit-of-documentation.patch
	patches.suse/RDMA-uverbs-Cleanup-wq-srq-context-usage-from-uverbs.patch
	patches.suse/RDMA-uverbs-Fix-create-WQ-to-use-the-given-user-hand.patch
	patches.suse/RDMA-core-Consolidate-ib_create_srq-flows.patch
	patches.suse/RDMA-srpt-Add-a-newline-when-printing-parameter-srpt.patch
	patches.suse/RDMA-mlx5-Update-mlx5_ib-driver-name.patch
	patches.suse/RDMA-srpt-Fix-disabling-device-management.patch
	patches.suse/RDMA-rtrs-Fix-some-signedness-bugs-in-error-handling.patch
	patches.suse/RDMA-rtrs-Fix-a-couple-off-by-one-bugs-in-rtrs_srv_r.patch
	patches.suse/RDMA-rtrs-client-Fix-function-return-on-success.patch
	patches.suse/RDMA-rtrs-server-Fix-some-error-return-code.patch
	patches.suse/rnbd-rtrs-Pass-max-segment-size-from-blk-user-to-the.patch
	patches.suse/RDMA-siw-Replace-one-element-array-and-use-struct_si.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-hns-Fix-assignment-to-ba_pg_sz-of-eqe.patch
	patches.suse/RDMA-hns-Fix-wrong-assignment-of-SRQ-s-max_wr.patch
	patches.suse/RDMA-hns-Fix-error-with-to_hr_hem_entries_count.patch
	patches.suse/RDMA-hns-Store-mr-len-information-into-mr-obj.patch
	patches.suse/RDMA-hns-Remove-redundant-memcpy.patch
	patches.suse/RDMA-hns-Rename-macro-for-defining-hns-hardware-page.patch
	patches.suse/RDMA-hns-Reserve-one-sge-in-order-to-avoid-local-len.patch
	patches.suse/RDMA-mlx5-Add-init2init-as-a-modify-command.patch
	patches.suse/RDMA-efa-Fix-setting-of-wrong-bit-in-get-set_feature.patch
	patches.suse/RDMA-efa-Report-host-information-to-the-device.patch
	patches.suse/IB-hfi1-Add-accelerated-IP-capability-bit.patch
	patches.suse/IB-hfi1-Add-functions-to-transmit-datagram-ipoib-pac.patch
	patches.suse/IB-hfi1-Add-the-transmit-side-of-a-datagram-ipoib-RD.patch
	patches.suse/IB-hfi1-Remove-module-parameter-for-KDETH-qpns.patch
	patches.suse/IB-rdmavt-hfi1-Implement-creation-of-accelerated-UD-.patch
	patches.suse/IB-hfi1-RSM-rules-for-AIP.patch
	patches.suse/IB-ipoib-Increase-ipoib-Datagram-mode-MTU-s-upper-li.patch
	patches.suse/IB-hfi1-Rename-num_vnic_contexts-as-num_netdev_conte.patch
	patches.suse/IB-hfi1-Add-functions-to-receive-accelerated-ipoib-p.patch
	patches.suse/IB-hfi1-Add-interrupt-handler-functions-for-accelera.patch
	patches.suse/IB-hfi1-Add-rx-functions-for-dummy-netdev.patch
	patches.suse/IB-hfi1-Activate-the-dummy-netdev.patch
	patches.suse/IB-hfi1-ipoib-rdma-Broadcast-ping-sent-packets-which.patch
	patches.suse/IB-hfi1-Add-packet-histogram-trace-event.patch
	patches.suse/IB-ipoib-Add-capability-to-switch-between-datagram-a.patch
	patches.suse/IB-hfi1-Enable-the-transmit-side-of-the-datagram-ipo.patch
	patches.suse/RDMA-core-Allow-the-ioctl-layer-to-abort-a-fully-cre.patch
	patches.suse/IB-uverbs-Refactor-related-objects-to-use-their-own-.patch
	patches.suse/IB-uverbs-Extend-CQ-to-get-its-own-asynchronous-even.patch
	patches.suse/IB-uverbs-Move-QP-SRQ-WQ-type-and-flags-to-UAPI.patch
	patches.suse/IB-uverbs-Introduce-create-destroy-SRQ-commands-over.patch
	patches.suse/IB-uverbs-Introduce-create-destroy-WQ-commands-over-.patch
	patches.suse/IB-uverbs-Introduce-create-destroy-QP-commands-over-.patch
	patches.suse/IB-cma-Fix-ports-memory-leak-in-cma_configfs.patch
	patches.suse/RDMA-rtrs-server-Use-already-dereferenced-rtrs_sess-.patch
	patches.suse/RDMA-rtrs-Get-rid-of-the-do_next_path-while_next_pat.patch
	patches.suse/RDMA-hns-Let-software-PI-CI-grow-naturally.patch
	patches.suse/RDMA-hns-Add-CQ-flag-instead-of-independent-enable-f.patch
	patches.suse/RDMA-hns-Optimize-post-and-poll-process.patch
	patches.suse/RDMA-hns-Remove-unused-code-about-assert.patch
	patches.suse/RDMA-hns-Rename-QP-buffer-related-function.patch
	patches.suse/RDMA-hns-Change-all-page_shift-to-unsigned.patch
	patches.suse/RDMA-hns-Change-variables-representing-quantity-to-u.patch
	patches.suse/RDMA-hns-Refactor-the-QP-context-filling-process-rel.patch
	patches.suse/RDMA-hns-Optimize-the-usage-of-MTR.patch
	patches.suse/RDMA-hns-Remove-redundant-type-cast-for-general-poin.patch
	patches.suse/RDMA-hns-Remove-redundant-parameters-from-free_srq-q.patch
	patches.suse/RDMA-hns-Simplify-process-related-to-poll-cq.patch
	patches.suse/RDMA-hns-Make-the-end-of-sge-process-more-clear.patch
	patches.suse/RDMA-iw_cxgb4-cleanup-device-debugfs-entries-on-ULD-.patch
	patches.suse/RDMA-ipoib-Remove-can_sleep-parameter-from-iboib_mca.patch
	patches.suse/RDMA-core-Use-sizeof_field-helper.patch
	patches.suse/IB-mlx5-Fix-DEVX-support-for-MLX5_CMD_OP_INIT2INIT_Q.patch
	patches.suse/RDMA-cm-Add-Enhanced-Connection-Establishment-ECE-bi.patch
	patches.suse/RDMA-ucma-Extend-ucma_connect-to-receive-ECE-paramet.patch
	patches.suse/RDMA-ucma-Deliver-ECE-parameters-through-UCMA-events.patch
	patches.suse/RDMA-cm-Send-and-receive-ECE-parameter-over-the-wire.patch
	patches.suse/RDMA-cma-Connect-ECE-to-rdma_accept.patch
	patches.suse/RDMA-cma-Provide-ECE-reject-reason.patch
	patches.suse/RDMA-mlx5-Get-ECE-options-from-FW-during-create-QP.patch
	patches.suse/RDMA-mlx5-Set-ECE-options-during-QP-create.patch
	patches.suse/RDMA-mlx5-Use-direct-modify-QP-implementation.patch
	patches.suse/RDMA-mlx5-Remove-manually-crafted-QP-context-the-que.patch
	patches.suse/RDMA-mlx5-Convert-modify-QP-to-use-MLX5_SET-macros.patch
	patches.suse/RDMA-mlx5-Set-ECE-options-during-modify-QP.patch
	patches.suse/RDMA-mlx5-Return-ECE-data-after-modify-QP.patch
	patches.suse/RDMA-srp-Make-the-channel-count-configurable-per-tar.patch
	patches.suse/RDMA-srpt-Make-debug-output-more-detailed.patch
	patches.suse/RDMA-srpt-Reduce-max_recv_sge-to-1.patch
	patches.suse/RDMA-srpt-Increase-max_send_sge.patch
	patches.suse/RDMA-mlx5-Support-TX-port-affinity-for-VF-drivers-in.patch
	patches.suse/RDMA-hns-remove-duplicate-assignment-to-pointer-raq.patch
	patches.suse/RDMA-core-Use-offsetofend-instead-of-open-coding.patch
	patches.suse/IB-hfi1-Fix-spelling-mistake-enought-enough.patch
	patches.suse/RDMA-core-Fix-several-reference-count-leaks.patch
	patches.suse/RDMA-core-Add-protection-for-shared-CQs-used-by-ULPs.patch
	patches.suse/RDMA-core-Introduce-shared-CQ-pool-API.patch
	patches.suse/RDMA-iser-Remove-support-for-FMR-memory-registration.patch
	patches.suse/RDMA-srp-Remove-support-for-FMR-memory-registration.patch
	patches.suse/RDMA-rds-Remove-FMR-support-for-memory-registration.patch
	patches.suse/RDMA-core-Remove-FMR-pool-API.patch
	patches.suse/RDMA-mlx5-Remove-FMR-leftovers.patch
	patches.suse/RDMA-bnxt_re-Remove-FMR-leftovers.patch
	patches.suse/RDMA-i40iw-Remove-FMR-leftovers.patch
	patches.suse/RDMA-mlx4-Remove-FMR-support-for-memory-registration.patch
	patches.suse/RDMA-mthca-Remove-FMR-support-for-memory-registratio.patch
	patches.suse/RDMA-rdmavt-Remove-FMR-memory-registration.patch
	patches.suse/RDMA-core-Remove-FMR-device-ops.patch
	patches.suse/RDMA-Remove-max_fmr.patch
	patches.suse/RDMA-Remove-max_map_per_fmr.patch
	patches.suse/IB-hfi1-Fix-hfi1_netdev_rx_init-error-handling.patch
	patches.suse/RDMA-core-Move-and-rename-trace_cm_id_create.patch
	patches.suse/RDMA-hns-Uninitialized-variable-in-modify_qp_init_to.patch
	patches.suse/IB-hfi1-Use-free_netdev-in-hfi1_netdev_free.patch
	patches.suse/RDMA-mlx5-Return-an-error-if-copy_to_user-fails.patch
	patches.suse/RDMA-mlx5-Don-t-rely-on-FW-to-set-zeros-in-ECE-respo.patch
	patches.suse/RDMA-mlx5-Return-ECE-DC-support.patch
	patches.suse/RDMA-cm-Spurious-WARNING-triggered-in-cm_destroy_id.patch
	patches.suse/scsi-qedf-simplify-mutex_unlock-usage
	patches.suse/scsi-qedi-remove-additional-char-from-boot-target-iqnname
	patches.suse/scsi-qedi-avoid-unnecessary-endpoint-allocation-on-link-down
	patches.suse/scsi-qedi-use-correct-msix-count-for-fastpath-vectors
	patches.suse/scsi-qedi-do-not-flush-offload-work-if-arp-not-resolved
	patches.suse/scsi-qedi-add-modules-param-to-enable-qed-iscsi-debug
	patches.suse/scsi-qedi-fix-termination-timeouts-in-session-logout
	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-megaraid-make-two-symbols-static-in-megaraid_mb.patch
	patches.suse/scsi-megaraid-make-some-symbols-static-in-megaraid_s.patch
	patches.suse/scsi-megaraid-make-some-symbols-static-in-megaraid_s-057d1c0d.patch
	patches.suse/scsi-megaraid-make-two-symbols-static-in-megaraid_sa.patch
	patches.suse/scsi-ipr-remove-unneeded-semicolon.patch
	patches.suse/scsi-qedi-make-qedi_ll2_buf_size-static
	patches.suse/scsi-qedf-keep-track-of-num-of-pending-flogi
	patches.suse/scsi-qedf-increase-the-upper-limit-of-retry-delay
	patches.suse/scsi-qedf-acquire-rport_lock-for-resetting-the-delay_timestamp
	patches.suse/scsi-qedf-honor-status-qualifier-in-fcp_rsp-per-spec
	patches.suse/scsi-qed-Send-BW-update-notifications-to-the-protoco.patch
	patches.suse/scsi-qedf-implement-callback-for-bw_update
	patches.suse/scsi-qedf-add-schedule-recovery-handler
	patches.suse/scsi-qedf-fix-crash-when-mfw-calls-for-protocol-stats-while-function-is-still-probing
	patches.suse/scsi-qedf-get-dev-info-after-updating-the-params
	patches.suse/scsi-mpt3sas-use-true-false-for-bool-variables
	patches.suse/scsi-lpfc-remove-duplicate-unloading-checks.patch
	patches.suse/scsi-qla2xxx-Fix-MPI-failure-AEN-8200-handling.patch
	patches.suse/scsi-cxgb4i-remove-superfluous-null-check
	patches.suse/scsi-bnx2fc-add-missing-annotation-for-bnx2fc_abts_cleanup
	patches.suse/scsi-mpt3sas-don-t-change-the-dma-coherent-mask-after-allocations
	patches.suse/scsi-mpt3sas-rename-function-name-is_msb_are_same
	patches.suse/scsi-mpt3sas-separate-out-rdpq-allocation-to-new-function
	patches.suse/scsi-mpt3sas-handle-rdpq-dma-allocation-in-same-4g-region
	patches.suse/scsi-mpt3sas-update-mpt3sas-version-to-33-101-00-00
	patches.suse/scsi-megaraid-Use-true-false-for-bool-variables.patch
	patches.suse/scsi-core-avoid-calling-synchronize_rcu-for-each-device-in-scsi_host_block
	patches.suse/scsi-target-iscsi-remove-the-iscsi_data_count-structure
	patches.suse/scsi-mpt3sas-remove-null-check-before-freeing-function
	patches.suse/scsi-bnx2fc-remove-unneeded-semicolon-in-bnx2fc_fcoe-c
	patches.suse/scsi-aacraid-fix-error-handling-paths-in-aac_probe_one
	patches.suse/scsi-qla2xxx-make-1-bit-bit-fields-unsigned-int.patch
	patches.suse/scsi-qedi-Check-for-buffer-overflow-in-qedi_set_path
	patches.suse/scsi-scsi_debug-Re-arrange-parameters-alphabetically.patch
	patches.suse/scsi-core-remove-list-entry-from-struct-scsi_cmnd
	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-aacraid-make-some-symbols-static
	patches.suse/scsi-qedi-remove-comparison-of-0-1-to-bool-variable
	patches.suse/scsi-mpt3sas-use-true-false-for-ioc-use_32bit_dma
	patches.suse/scsi-mpt3sas-capture-ioc-data-for-debugging-purposes
	patches.suse/scsi-mpt3sas-disable-dif-when-prot_mask-set-to-zero
	patches.suse/scsi-target-add-missing-emulate_pr-attribute-to-passthrough-backends
	patches.suse/scsi-target-tcmu-add-attributes-enforce_pr_isids-and-force_pr_aptpl
	patches.suse/scsi-target-make-transport_flags-per-device
	patches.suse/scsi-target-tcmu-make-pgr_support-and-alua_support-attributes-writable
	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-aacraid-Use-memdup_user-as-a-cleanup
	patches.suse/scsi-target-loopback-fix-read-with-data-and-sensebytes
	patches.suse/scsi-qedi-remove-unused-variable-udev-uctrl
	patches.suse/scsi-lpfc-Remove-redundant-initialization-to-variabl.patch
	patches.suse/scsi-megaraid_sas-Limit-device-queue-depth-to-contro.patch
	patches.suse/scsi-megaraid_sas-Remove-IO-buffer-hole-detection-lo.patch
	patches.suse/scsi-megaraid_sas-Replace-undefined-MFI_BIG_ENDIAN-m.patch
	patches.suse/scsi-megaraid_sas-TM-command-refire-leads-to-control.patch
	patches.suse/scsi-megaraid_sas-Update-driver-version-to-07.714.04.patch
	patches.suse/scsi-mpt3sas-fix-double-free-warnings
	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-aacraid-Fix-an-oops-in-error-handling
	patches.suse/scsi-target-core-add-initiatorname-to-non_existent_lun-error
	patches.suse/scsi-target-tcmu-userspace-must-not-complete-queued-commands
	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-core-Refactor-scsi_mq_setup_tags-function.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-target-tcmu-fix-a-use-after-free-in-tcmu_check_expired_queue_cmd
	patches.suse/scsi-lpfc-Fix-lpfc_nodelist-leak-when-processing-uns.patch
	patches.suse/scsi-mpt3sas-fix-reply-queue-count-in-non-rdpq-mode
	patches.suse/scsi-ufs-qcom-Fix-scheduling-while-atomic-issue
	patches.suse/scsi-iscsi-Fix-deadlock-on-recovery-path-during-GFP_IO-reclaim
	patches.suse/scsi-cxgb3i-Fix-some-leaks-in-init_act_open
	patches.suse/dm-crypt-support-using-encrypted-keys.patch
	patches.suse/dm-mpath-switch-paths-in-dm_blk_ioctl-code-path.patch
	patches.suse/dm-add-emulated-block-size-target.patch
	patches.suse/dm-bufio-implement-discard.patch
	patches.suse/dm-ebs-pass-discards-down-to-underlying-device.patch
	patches.suse/dm-integrity-remove-set-but-not-used-variables.patch
	patches.suse/dm-persistent-data-switch-exit_ro_spine-to-return-vo.patch
	patches.suse/dm-writecache-remove-superfluous-test-in-persistent_.patch
	patches.suse/dm-writecache-improve-performance-on-DDR-persistent-.patch
	patches.suse/dm-mpath-pass-IO-start-time-to-path-selector.patch
	patches.suse/dm-mpath-add-Historical-Service-Time-Path-Selector.patch
	patches.suse/dm-zoned-add-status-callback.patch
	patches.suse/dm-zoned-add-message-callback.patch
	patches.suse/dm-zoned-store-zone-id-within-the-zone-structure-and.patch
	patches.suse/dm-zoned-use-array-for-superblock-zones.patch
	patches.suse/dm-zoned-store-device-in-struct-dmz_sb.patch
	patches.suse/dm-zoned-move-fields-from-struct-dmz_dev-to-dmz_meta.patch
	patches.suse/dm-zoned-introduce-dmz_metadata_label-to-format-devi.patch
	patches.suse/dm-zoned-Introduce-dmz_dev_is_dying-and-dmz_check_de.patch
	patches.suse/dm-zoned-remove-dev-argument-from-reclaim.patch
	patches.suse/dm-zoned-replace-target-pointer-in-the-bio-context.patch
	patches.suse/dm-zoned-use-dmz_zone_to_dev-when-handling-metadata-.patch
	patches.suse/dm-zoned-add-metadata-logging-functions.patch
	patches.suse/dm-zoned-Reduce-logging-output-on-startup.patch
	patches.suse/dm-zoned-ignore-metadata-zone-in-dmz_alloc_zone.patch
	patches.suse/dm-zoned-metadata-version-2.patch
	patches.suse/dm-replace-zero-length-array-with-flexible-array.patch
	patches.suse/0003-dm-use-dynamic-debug-instead-of-compile-time-config-.patch
	patches.suse/dm-zoned-remove-spurious-newlines-from-debugging-mes.patch
	patches.suse/dm-use-DMDEBUG-macros-now-that-they-use-pr_debug-var.patch
	patches.suse/dm-zoned-Avoid-64-bit-division-error-in-dmz_fixup_de.patch
	patches.suse/dm-zoned-return-NULL-if-dmz_get_zone_for_reclaim-fai.patch
	patches.suse/dm-zoned-separate-random-and-cache-zones.patch
	patches.suse/dm-zoned-reclaim-random-zones-when-idle.patch
	patches.suse/dm-zoned-start-reclaim-with-sequential-zones.patch
	patches.suse/dm-zoned-terminate-reclaim-on-congestion.patch
	patches.suse/dm-zoned-remove-leftover-hunk-for-switching-to-seque.patch
	patches.suse/dm-bufio-delete-unused-and-inefficient-dm_bufio_disc.patch
	patches.suse/dm-bufio-clean-up-rbtree-block-ordering.patch
	patches.suse/dm-bufio-introduce-forget_buffer_locked.patch
	patches.suse/dm-ebs-use-dm_bufio_forget_buffers.patch
	patches.suse/dm-zoned-add-debugging-message-for-reading-superbloc.patch
	patches.suse/dm-zoned-avoid-unnecessary-device-recalulation-for-s.patch
	patches.suse/dm-zoned-improve-logging-messages-for-reclaim.patch
	patches.suse/dm-zoned-add-a-reserved-zone-flag.patch
	patches.suse/dm-zoned-convert-to-xarray.patch
	patches.suse/dm-zoned-allocate-temporary-superblock-for-tertiary-.patch
	patches.suse/dm-zoned-add-device-pointer-to-struct-dm_zone.patch
	patches.suse/dm-zoned-add-metadata-pointer-to-struct-dmz_dev.patch
	patches.suse/dm-zoned-per-device-reclaim.patch
	patches.suse/dm-zoned-move-random-and-sequential-zones-into-struc.patch
	patches.suse/dm-zoned-support-arbitrary-number-of-devices.patch
	patches.suse/dm-zoned-allocate-zone-by-device-index.patch
	patches.suse/dm-zoned-select-reclaim-zone-based-on-device-index.patch
	patches.suse/dm-zoned-prefer-full-zones-for-reclaim.patch
	patches.suse/dm-zoned-check-superblock-location.patch
	patches.suse/dm-mpath-simplify-__must_push_back.patch
	patches.suse/dm-mpath-restrict-queue_if_no_path-state-machine.patch
	patches.suse/dm-mpath-enhance-queue_if_no_path-debugging.patch
	patches.suse/dm-mpath-add-DM-device-name-to-Failing-Reinstating-p.patch
	patches.suse/0002-dm-crypt-avoid-truncating-the-logical-block-size.patch
	patches.suse/ext4-fix-EXT_MAX_EXTENT-INDEX-to-check-for-zeroed-eh.patch
	patches.suse/writeback-Export-inode_io_list_del.patch
	patches.suse/ext4-Avoid-freeing-inodes-on-dirty-list.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/cifs-handle-nolease-option-for-vers-1-0.patch
	patches.suse/cifs-remove-redundant-initialization-of-variable-rc.patch
	patches.suse/cifs-set-up-next-DFS-target-before-generic_ip_connect-.patch
	patches.suse/cifs-handle-hostnames-that-resolve-to-same-ip-in-failover.patch
	patches.suse/cifs-get-rid-of-unused-parameter-in-reconn_setup_dfs_targets-.patch
	patches.suse/cifs-reduce-stack-use-in-smb2_compound_op.patch
	patches.suse/cifs-move-some-variables-off-the-stack-in-smb2_ioctl_query_info.patch
	patches.suse/smb3-Add-new-parm-nodelete-.patch
	patches.suse/cifs-Standardize-logging-output.patch
	patches.suse/cifs-minor-fix-to-two-debug-messages.patch
	patches.suse/smb3-minor-update-to-compression-header-definitions.patch
	patches.suse/cifs-fix-minor-typos-in-comments-and-log-messages.patch
	patches.suse/cifs-multichannel-move-channel-selection-in-function.patch
	patches.suse/smb3-default-to-minimum-of-two-channels-when-multichannel-specified.patch
	patches.suse/smb3-fix-incorrect-number-of-credits-when-ioctl-MaxOutputResponse-.patch
	patches.suse/cifs-dump-Security-Type-info-in-DebugData.patch
	patches.suse/cifs-multichannel-always-zero-struct-cifs_io_parms.patch
	patches.suse/cifs-multichannel-move-channel-selection-above-transport-layer.patch
	patches.suse/smb3-remove-static-checker-warning.patch
	patches.suse/cifs-multichannel-use-pointer-for-binding-channel.patch
	patches.suse/cifs-multichannel-try-to-rebind-when-reconnecting-a-channel.patch
	patches.suse/04-cifs-update-internal-module-version-number.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-Fix-pci_host_bridge-struct-device-release-free-h.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/pci-aer-use-aer-variable-for-capability-offset
	patches.suse/PCI-Use-of_node_name_eq-for-node-name-comparisons.patch
	patches.suse/PCI-dra7xx-Don-t-select-CONFIG_PCI_DRA7XX_HOST-by-de.patch
	patches.suse/PCI-keystone-Don-t-select-CONFIG_PCI_KEYSTONE_HOST-b.patch
	patches.suse/PCI-Check-for-platform_get_irq-failure-consistently.patch
	patches.suse/pci-unify-pcie_find_root_port-and-pci_find_pcie_root_port.patch
	patches.suse/x86-PCI-Mark-Intel-C620-MROMs-as-having-non-complian.patch
	patches.suse/PCI-Rename-_DSM-constants-to-align-with-spec.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/soc-bcm2835-add-notify-xhci-reset-property.patch
	patches.suse/PCI-cadence-Remove-cdns-max-outbound-regions-DT-prop.patch
	patches.suse/PCI-dwc-Clean-up-computing-of-msix_tbl.patch
	patches.suse/PCI-dwc-Make-hisi_pcie_platform_ops-static.patch
	patches.suse/PCI-dwc-Program-outbound-ATU-upper-limit-register.patch
	patches.suse/PCI-dwc-intel-Make-intel_pcie_cpu_addr-static.patch
	patches.suse/PCI-dwc-pci-dra7xx-Use-devm_platform_ioremap_resourc.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/PCI-dwc-Use-private-data-pointer-of-struct-irq_domai.patch
	patches.suse/PCI-uniphier-Add-Socionext-UniPhier-Pro5-PCIe-endpoi.patch
	patches.suse/PCI-Constify-struct-pci_ecam_ops.patch
	patches.suse/PCI-host-generic-Support-building-as-modules.patch
	patches.suse/PCI-host-generic-Eliminate-pci_host_common_probe-wra.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/msft-hv-2095-PCI-hv-Use-struct_size-helper.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-endpoint-Pass-page-size-as-argument-to-pci_epc_m.patch
	patches.suse/PCI-endpoint-Add-support-to-handle-multiple-base-for.patch
	patches.suse/PCI-tegra-Fix-reporting-GPIO-error-value.patch
	patches.suse/PCI-tegra194-Fix-runtime-PM-imbalance-on-error.patch
	patches.suse/PCI-tegra-Fix-runtime-PM-imbalance-on-error.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/dma-debug-make-_dma_entry_alloc_check_leak-static
	patches.suse/dma-remap-separate-dma-atomic-pools-from-direct-remap-code
	patches.suse/dma-pool-add-additional-coherent-pools-to-map-to-gfp-mask
	patches.suse/dma-pool-dynamically-expanding-atomic-pools
	patches.suse/dma-direct-atomic-allocations-must-come-from-atomic-coherent-pools
	patches.suse/dma-pool-add-pool-sizes-to-debugfs
	patches.suse/x86-mm-unencrypted-non-blocking-dma-allocations-use-coherent-pools
	patches.suse/dma-pool-scale-the-default-dma-coherent-pool-size-with-memory-capacity
	patches.suse/dma-contiguous-fix-comment-for-dma_release_from_contiguous
	patches.suse/dma-mapping-add-generic-helpers-for-mapping-sgtable-objects
	patches.suse/scatterlist-add-generic-wrappers-for-iterating-over-.patch
	patches.suse/iommu-add-generic-helper-for-mapping-sgtable-objects
	patches.suse/bpfilter-check-if-CC-can-link-static-libc-in-Kconfig.patch
	patches.suse/kbuild-add-infrastructure-to-build-userspace-program.patch
	patches.suse/bpfilter-use-userprogs-syntax-to-build-bpfilter_umh.patch
	patches.suse/bpfilter-document-build-requirements-for-bpfilter_um.patch
	patches.suse/usb-host-ehci-tegra-Remove-superfluous-dev_err-messa.patch
	patches.suse/usb-fusb302-convert-to-use-gpio-descriptors.patch
	patches.suse/usb-typec-use-the-correct-style-for-spdx-license-identifier.patch
	patches.suse/usb-typec-ucsi-set-usb-data-role-when-partner-type-is-power-cable-ufp.patch
	patches.suse/usb-typec-ucsi-workaround-for-missed-op_mode-change.patch
	patches.suse/usb-typec-ucsi-replace-magic-numbers.patch
	patches.suse/usb-typec-ucsi-correct-bit-mask-for-cci.patch
	patches.suse/usb-typec-ucsi-save-power-data-objects-in-pd-mode.patch
	patches.suse/usb-typec-ucsi-register-with-power_supply-class.patch
	patches.suse/usb-typec-ucsi-fix-the-stub-for-ucsi_register_port_psy.patch
	patches.suse/usblp-poison-URBs-upon-disconnect.patch
	patches.suse/USB-EHCI-ehci-mv-fix-error-handling-in-mv_ehci_probe.patch
	patches.suse/USB-ohci-sm501-fix-error-return-code-in-ohci_hcd_sm5.patch
	patches.suse/usb-roles-switch-on-role-switch-uevent-reporting.patch
	patches.suse/usb-typec-add-typec_find_orientation.patch
	patches.suse/usb-typec-mux-intel_pmc_mux-support-for-static-sbu-hsl-orientation.patch
	patches.suse/usb-typec-tps6598x-add-of-probe-binding.patch
	patches.suse/usb-typec-tps6598x-add-usb-role-switching-logic.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-EHCI-ehci-mv-fix-less-than-zero-comparison-of-an.patch
	patches.suse/USB-host-ehci-mxc-Add-error-handling-in-ehci_mxc_drv.patch
	patches.suse/usb-typec-ensure-usb_role_switch-is-set-as-a-dependency-for-tps6598x.patch
	patches.suse/drivers-phy-sr-usb-do-not-use-internal-fsm-for-USB2-.patch
	patches.suse/usb-dwc3-support-continuous-runtime-PM-with-dual-rol.patch
	patches.suse/usb-dwc3-gadget-Properly-handle-ClearFeature-halt.patch
	patches.suse/usb-dwc3-gadget-Give-back-staled-requests.patch
	patches.suse/usb-dwc3-meson-g12a-check-return-of-dwc3_meson_g12a_.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-dwc3-Add-support-for-DWC_usb32-IP.patch
	patches.suse/usb-dwc3-Increase-timeout-for-CmdAct-cleared-by-devi.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/usb-chipidea-core-show-the-real-pointer-value-for-register.patch
	patches.suse/usb-chipidea-introduce-ci_hdrc_controller_vbus_event-glue-layer-use.patch
	patches.suse/usb-chipidea-introduce-imx7d-usb-charger-detection.patch
	patches.suse/usb-chipidea-pull-down-dp-for-possible-charger-detection-operation.patch
	patches.suse/usb-chipidea-usbmisc_imx-using-different-ops-for-imx7d-and-imx7ulp.patch
	patches.suse/usb-chipidea-udc-add-software-sg-list-support.patch
	patches.suse/usb-chipidea-enable-user-space-triggered-role-switching.patch
	patches.suse/revert-thunderbolt-prevent-crash-if-non-active-nvmem-file-is-read.patch
	patches.suse/thunderbolt-add-support-for-intel-tiger-lake.patch
	patches.suse/thunderbolt-update-kconfig-to-allow-building-on-other-architectures.patch
	patches.suse/thunderbolt-add-trivial-shutdown.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/tty-serial-fsl_lpuart-make-coverity-happy.patch
	patches.suse/serial-uartps-Wait-for-tx_empty-in-console-setup.patch
	patches.suse/serial-fsl_lpuart-Change-DMA-failure-messages-to-deb.patch
	patches.suse/serial-amba-pl011-Make-sure-we-initialize-the-port.l.patch
	patches.suse/tty-serial-imx-add-return-value-check-for-platform_get_irq.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-avoid-error-message-on-reprobe.patch
	patches.suse/serial-allow-uart_get_rs485_mode-to-return-errno.patch
	patches.suse/serial-8250-Fix-max-baud-limit-in-generic-8250-port.patch
	patches.suse/tty-sysrq-alpha-export-and-use-__sysrq_get_key_op.patch
	patches.suse/tty-sysrq-constify-the-sysrq-API.patch
	patches.suse/tty-sysrq-constify-the-the-sysrq_key_op-s.patch
	patches.suse/1251-drm-constify-sysrq_key_op.patch
	patches.suse/tty-serial-fsl_lpuart-Use-__maybe_unused-instead-of-.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/serial-8520_port-fix-function-param-documentation.patch
	patches.suse/tty-serial-imx-clear-ageing-timer-interrupt-in-handler.patch
	patches.suse/staging-rtl8188eu-remove-unnecessary-parentheses.patch
	patches.suse/staging-rtl8188eu-refactor-Efuse_GetCurrentSize.patch
	patches.suse/staging-rtl8712-fix-checkpatch-long-line-warning.patch
	patches.suse/staging-rtl8712-fix-long-line-checkpatch-warning.patch
	patches.suse/staging-rtl8712-fix-checkpatch-warnings.patch
	patches.suse/staging-rtl8712-code-improvements-to-make_wlanhdr.patch
	patches.suse/staging-rtl8712-fix-multiline-derefernce-warnings.patch
	patches.suse/staging-rtl8192e-rtl8192e-Correct-misspelt-variable-.patch
	patches.suse/staging-rtl8188eu-remove-unnecessary-asignment.patch
	patches.suse/staging-rtl8188eu-remove-unnecessary-variable.patch
	patches.suse/staging-rtl8188eu-Properly-structure-the-multiline-c.patch
	patches.suse/staging-rtl8188eu-Remove-unnecessary-extra-parenthes.patch
	patches.suse/staging-rtl8188eu-Line-over-80-characters.patch
	patches.suse/staging-rtl8723bs-Correct-misspelt-symbolic-names.patch
	patches.suse/staging-rtl8723bs-hal-Correct-misspelt-enum-name.patch
	patches.suse/staging-rtl8723bs-hal-Correct-misspelled-symbolic-na.patch
	patches.suse/staging-rtl8188eu-remove-5-GHz-if-test.patch
	patches.suse/staging-r8188eu-replace-rtw_malloc-copy_from_user-se.patch
	patches.suse/staging-rtl8712-correct-spelling-mistake-in-comment.patch
	patches.suse/staging-rtl8188eu-rename-define-to-upper-case.patch
	patches.suse/staging-rtl8188eu-cleanup-long-line-in-fw.c.patch
	patches.suse/staging-rtl8188eu-make-const-char-array-static.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/iio-accel-mxc4005-Drop-unnecessary-explicit-casts-in.patch
	patches.suse/staging-rtl8723bs-remove-some-variables-in-hal_btcoe.patch
	patches.suse/staging-rtl8723bs-remove-defined-but-not-used-dB_Inv.patch
	patches.suse/staging-rtl8723bs-remove-unused-variable-pregistrypr.patch
	patches.suse/Staging-rtl8723bs-rtw_wlan_util-Add-size-check-of-SS.patch
	patches.suse/staging-qlge-cleanup-indent-in-qlge_main.c.patch
	patches.suse/staging-qlge-replace-deprecated-apis-pci_dma_.patch
	patches.suse/staging-qlge-qlge_dbg.c-Remove-trailing-semicolon-fr.patch
	patches.suse/Staging-rtl8723bs-Fix-comment-typo-the-the.patch
	patches.suse/Staging-rtl8188eu-core-rtw_pwrctrl-fixed-a-coding-st.patch
	patches.suse/staging-r8188eu-avoid-skb_clone-for-amsdu-to-msdu-co.patch
	patches.suse/staging-rtl8188eu-remove-some-superfluous-comments.patch
	patches.suse/staging-qlge-Remove-unnecessary-parentheses-around-s.patch
	patches.suse/staging-qlge-Remove-print-statement-for-vlgrp-field.patch
	patches.suse/staging-qlge-Remove-print-statements-for-lbq_clean_i.patch
	patches.suse/staging-rtl8723bs-os_dep-remove-set-but-not-used-uin.patch
	patches.suse/staging-rtl8723bs-os_dep-remove-set-but-not-used-siz.patch
	patches.suse/Staging-rtl8723bs-core-remove-set-but-not-used-ptxse.patch
	patches.suse/staging-rtl8723bs-core-remove-set-but-not-used-algth.patch
	patches.suse/staging-rtl8723bs-core-remove-set-but-not-used-liste.patch
	patches.suse/staging-rtl8723bs-core-remove-set-but-not-used-pwrpr.patch
	patches.suse/staging-rtl8723bs-core-remove-set-but-not-used-pfram.patch
	patches.suse/staging-qlge-Fix-indentation-in-ql_set_mac_addr_reg.patch
	patches.suse/staging-qlge-Remove-gotos-from-ql_set_mac_addr_reg.patch
	patches.suse/staging-qlge-Fix-indentation-in-ql_get_mac_addr_reg.patch
	patches.suse/staging-qlge-Remove-goto-statements-from-ql_get_mac_.patch
	patches.suse/staging-qlge-Remove-multi-line-dereference-from-ql_r.patch
	patches.suse/staging-qlge-Fix-suspect-code-indent-warning-in-ql_i.patch
	patches.suse/staging-qlge-Fix-function-argument-alignment-warning.patch
	patches.suse/staging-sm750fb-add-missing-case-while-setting-FB_VI.patch
	patches.suse/staging-rtl8723bs-os_dep-remove-rtw_spt_band_free.patch
	patches.suse/staging-rtl8723bs-os_dep-Cleanup-pointer-casting-cod.patch
	patches.suse/staging-rtl8723bs-remove-conversion-to-bool-in-halbt.patch
	patches.suse/staging-rtl8723bs-eliminate-usage-of-skb_clone-after.patch
	patches.suse/staging-qlge-Remove-unnecessary-spaces-in-qlge_main..patch
	patches.suse/iio-vcnl4000-Fix-i2c-swapped-word-reading.patch
	patches.suse/iio-bmp280-fix-compensation-of-humidity.patch
	patches.suse/Staging-rtl8723bs-os_de-if-else-coding-style-issue.patch
	patches.suse/staging-rtl8723bs-Using-comparison-to-true-is-error-.patch
	patches.suse/staging-rtl8192u-Using-comparison-to-true-is-error-p.patch
	patches.suse/staging-qlge-unmap-dma-when-lock-failed.patch
	patches.suse/staging-rtl8192u-Merge-almost-duplicate-code.patch
	patches.suse/staging-rtl8192e-Using-comparison-to-true-is-error-p.patch
	patches.suse/0387-staging-rtl8192e-Using-comparison-to-true-is-error-p.patch
	patches.suse/iio-chemical-sps30-Fix-timestamp-alignment.patch
	patches.suse/iio-chemical-pms7003-Fix-timestamp-alignment-and-pre.patch
	patches.suse/0388-staging-rtl8192e-Using-comparison-to-true-is-error-p.patch
	patches.suse/staging-rtl8712-Fix-IEEE80211_ADDBA_PARAM_BUF_SIZE_M.patch
	patches.suse/staging-rtl8192e-Remove-function-callback-casts.patch
	patches.suse/staging-rtl8188eu-clean-up-some-declarations.patch
	patches.suse/staging-rtl8188eu-make-some-arrays-static-const.patch
	patches.suse/staging-rtl8723bs-Use-common-packet-header-constants.patch
	patches.suse/drivers-base-Fix-NULL-pointer-exception-in-__platfor.patch
	patches.suse/drivers-char-tlclk.c-Avoid-data-race-between-init-an.patch
	patches.suse/slimbus-ngd-get-drvdata-from-correct-device.patch
	patches.suse/fpga-dfl-fme-add-performance-reporting-support.patch
	patches.suse/fpga-dfl-support-multiple-opens-on-feature-device-no.patch
	patches.suse/fpga-dfl.h-Replace-zero-length-array-with-flexible-a.patch
	patches.suse/fpga-dfl-afu-support-debug-access-to-memory-mapped-a.patch
	patches.suse/msft-hv-2080-uio_hv_generic-add-missed-sysfs_remove_bin_file.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/coresight-Pass-coresight_device-for-coresight_releas.patch
	patches.suse/coresight-Add-return-value-for-fixup-connections.patch
	patches.suse/coresight-Add-generic-sysfs-link-creation-functions.patch
	patches.suse/coresight-Expose-device-connections-via-sysfs.patch
	patches.suse/coresight-cti-Add-in-sysfs-links-to-other-coresight-.patch
	patches.suse/coresight-etm4x-Add-support-for-Qualcomm-SC7180-SoC.patch
	patches.suse/coresight-etm4x-Replace-ETM-PIDs-with-UCI-IDs-for-Kr.patch
	patches.suse/coresight-cti-Make-some-symbols-static.patch
	patches.suse/coresight-etb10-Make-coresight_etb_groups-static.patch
	patches.suse/coresight-Fix-support-for-sparsely-populated-ports.patch
	patches.suse/coresight-tmc-Fix-TMC-mode-read-in-tmc_read_prepare_.patch
	patches.suse/coresight-etmv4-Update-default-filter-and-initialisa.patch
	patches.suse/coresight-etm4x-Add-support-for-Neoverse-N1-ETM.patch
	patches.suse/coresight-Mark-some-functions-static.patch
	patches.suse/coresight-Don-t-initialize-variables-unnecessarily.patch
	patches.suse/coresight-Initialize-arg-in-sparse-friendly-way.patch
	patches.suse/coresight-Include-required-headers-in-C-files.patch
	patches.suse/coresight-Avoid-casting-void-pointers.patch
	patches.suse/coresight-etm4x-Fix-use-after-free-of-per-cpu-etm-dr.patch
	patches.suse/coresight-cti-Add-CPU-Hotplug-handling-to-CTI-driver.patch
	patches.suse/coresight-cti-Add-CPU-idle-pm-notifer-to-CTI-devices.patch
	patches.suse/fpga-dfl-afu-Corrected-error-handling-levels.patch
	patches.suse/soundwire-qcom-fix-error-handling-in-probe.patch
	patches.suse/soundwire-slave-don-t-init-debugfs-on-device-registr.patch
	patches.suse/soundwire-debugfs-clarify-SDPX-license-with-GPL-2.0-.patch
	patches.suse/soundwire-bus-reduce-verbosity-on-enumeration.patch
	patches.suse/soundwire-qcom-Use-IRQF_ONESHOT.patch
	patches.suse/soundwire-cosmetic-remove-multiple-superfluous-else-.patch
	patches.suse/soundwire-intel-cosmetic-remove-multiple-superfluous.patch
	patches.suse/soundwire-bus-rename-sdw_bus_master_add-delete-add-a.patch
	patches.suse/soundwire-bus_type-introduce-sdw_slave_type-and-sdw_.patch
	patches.suse/soundwire-bus-add-unique-bus-id.patch
	patches.suse/soundwire-bus_type-add-sdw_master_device-support.patch
	patches.suse/soundwire-master-add-runtime-pm-support.patch
	patches.suse/soundwire-disco-s-ch-channels.patch
	patches.suse/soundwire-master-add-sysfs-support.patch
	patches.suse/soundwire-add-Slave-sysfs-support.patch
	patches.suse/soundwire-fix-trailing-line-in-sysfs_slave.c.patch
	patches.suse/soundwire-fix-spelling-mistake.patch
	patches.suse/soundwire-intel-use-a-single-module.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-checkput-label-on-apparmor_sk_clone_security.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-add-new-VL-flag-for-backup-switchover.patch
	patches.suse/rtc-pcf2127-let-the-core-handle-rtc-range.patch
	patches.suse/rtc-pcf2127-remove-unnecessary-ifdef.patch
	patches.suse/rtc-pcf2127-set-regmap-max_register.patch
	patches.suse/rtc-pcf2127-report-battery-switch-over.patch
	patches.suse/rtc-max77686-Use-single-byte-writes-on-MAX77620.patch
	patches.suse/rtc-mc13xxx-fix-a-double-unlock-issue.patch
	patches.suse/rtc-snvs-make-snvs-clock-always-prepared.patch
	patches.suse/rtc-snvs-add-necessary-clock-operations-for-rtc-apis.patch
	patches.suse/rtc-rv3028-Add-missed-check-for-devm_regmap_init_i2c.patch
	patches.suse/rtc-fsl-ftm-alarm-fix-freeze-s2idle-failed-to-wake.patch
	patches.suse/rtc-pcf2127-watchdog-handle-nowayout-feature.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-return-ENOMEM-instead-of-EINVAL-if-.patch
	patches.suse/pinctrl-rockchip-fix-memleak-in-rockchip_dt_node_to_.patch
	patches.suse/pinctrl-cherryview-Re-use-data-structures-from-pinct.patch
	patches.suse/pinctrl-cherryview-Use-GENMASK-consistently.patch
	patches.suse/pinctrl-intel-Introduce-common-flags-for-GPIO-mappin.patch
	patches.suse/pinctrl-cannonlake-Use-generic-flag-for-special-GPIO.patch
	patches.suse/pinctrl-icelake-Use-generic-flag-for-special-GPIO-ba.patch
	patches.suse/pinctrl-tigerlake-Use-generic-flag-for-special-GPIO-.patch
	patches.suse/pinctrl-intel-Introduce-new-flag-to-force-GPIO-base-.patch
	patches.suse/pinctrl-intel-Add-Intel-Jasper-Lake-pin-controller-s.patch
	patches.suse/pinctrl-baytrail-Use-platform_get_irq_optional-expli.patch
	patches.suse/pinctrl-lynxpoint-Use-platform_get_irq_optional-expl.patch
	patches.suse/pinctrl-intel-Update-description-in-struct-intel_com.patch
	patches.suse/pinctrl-intel-Move-npins-closer-to-pin_base-in-struc.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/crypto-chcr-error-seen-if-CONFIG_CHELSIO_TLS_DEVICE-.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/r8169-fix-failing-WoL.patch
	patches.suse/yam-fix-possible-memory-leak-in-yam_init_driver.patch
	patches.suse/crypto-chtls-Fix-compile-error-when-CONFIG_IPV6-is-d.patch
	patches.suse/net-xdp-use-shift-instead-of-64-bit-division.patch
	patches.suse/ethtool-linkinfo-remove-an-unnecessary-NULL-check.patch
	patches.suse/net-dp83867-Fix-OF_MDIO-config-check.patch
	patches.suse/net-marvell-Fix-OF_MDIO-config-check.patch
	patches.suse/net-ethtool-Fix-comment-mentioning-typo-in-IS_ENABLE.patch
	patches.suse/net-qed-fixes-crash-while-running-driver-in-kdump-ke.patch
	patches.suse/cxgb4-Use-kfree-instead-kvfree-where-appropriate.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/net-dsa-lantiq_gswip-fix-and-improve-the-unsupported.patch
	patches.suse/drm-nouveau-disp-gm200-fix-NV_PDISP_SOR_HDMI2_CTRL-n.patch
	patches.suse/1253-drm-nouveau-kms-gt215-fix-race-with-audio-driver-run.patch
	patches.suse/1254-drm-nouveau-disp-provide-hint-to-OR-allocation-about.patch
	patches.suse/1255-drm-nouveau-disp-split-part-of-OR-allocation-logic-i.patch
	patches.suse/1256-drm-nouveau-disp-modify-OR-allocation-policy-to-acco.patch
	patches.suse/1257-drm-nouveau-disp-gp100-split-SOR-implementation-from.patch
	patches.suse/1258-drm-nouveau-disp-gm200-detect-and-potentially-disabl.patch
	patches.suse/1259-drm-nouveau-gr-gk20a-Use-firmware-version-0.patch
	patches.suse/1260-drm-nouveau-kms-nv50-clear-SW-state-of-disabled-wind.patch
	patches.suse/1261-drm-amdgpu-pm-return-an-error-during-GPU-reset-or-su.patch
	patches.suse/1262-drm-amd-powerplay-ack-the-SMUToHost-interrupt-on-rec.patch
	patches.suse/Revert-drm-amd-display-disable-dcn20-abm-feature-for.patch
	patches.suse/1264-drm-amdgpu-display-use-blanked-rather-than-plane-sta.patch
	patches.suse/drm-amd-display-Revalidate-bandwidth-before-commitin.patch
	patches.suse/1266-drm-i915-Don-t-set-queue-priority-hint-when-supressi.patch
	patches.suse/1267-drm-i915-Disable-semaphore-inter-engine-sync-without.patch
	patches.suse/1268-drm-i915-Avoid-using-rq-engine-after-free-during-i91.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/1272-drm-i915-Check-for-awaits-on-still-currently-executi.patch
	patches.suse/1273-drm-i915-Fix-global-state-use-after-frees-with-a-ref.patch
	patches.suse/drm-i915-Whitelist-context-local-timestamp-in-the-ge.patch
	patches.suse/1275-drm-i915-params-don-t-expose-inject_probe_failure-in.patch
	patches.suse/1276-drm-i915-params-fix-i915.fake_lmem_start-module-para.patch
	patches.suse/1277-drm-i915-gvt-Use-ARRAY_SIZE-for-vgpu_types.patch
	patches.suse/1278-drm-msm-mdp5-Add-MDP5-configuration-for-MSM8x36.patch
	patches.suse/1279-drm-msm-a6xx-Fix-a-typo-in-an-error-message.patch
	patches.suse/1280-drm-msm-dpu-Fix-compile-warnings.patch
	patches.suse/1281-drm-msm-Add-syncobj-support.patch
	patches.suse/1282-drm-msm-Fix-undefined-rd_full-link-error.patch
	patches.suse/1283-drm-msm-Fix-typo.patch
	patches.suse/drm-msm-mdp5-Fix-mdp5_init-error-path-for-failed-mdp.patch
	patches.suse/1285-drm-msm-dpu-add-support-for-color-processing-blocks-.patch
	patches.suse/1286-drm-msm-dpu-add-support-for-pcc-color-block-in-dpu-d.patch
	patches.suse/1287-drm-msm-dpu-add-support-for-clk-and-bw-scaling-for-d.patch
	patches.suse/1288-drm-msm-dpu-update-bandwidth-threshold-check.patch
	patches.suse/0003-drm-msm-Check-for-powered-down-HW-in-the-devfreq-cal.patch
	patches.suse/1290-drm-msm-add-msm_gem_get_and_pin_iova_range.patch
	patches.suse/1291-drm-msm-add-internal-MSM_BO_MAP_PRIV-flag.patch
	patches.suse/1292-drm-msm-a6xx-use-msm_gem-for-GMU-memory-objects.patch
	patches.suse/1293-drm-msm-a6xx-add-A640-A650-to-gpulist.patch
	patches.suse/1294-drm-msm-a6xx-HFI-v2-for-A640-and-A650.patch
	patches.suse/1295-drm-msm-a6xx-A640-A650-GMU-firmware-path.patch
	patches.suse/1296-drm-msm-a6xx-update-pdc-rscc-GMU-registers-for-A640-.patch
	patches.suse/1297-drm-msm-a6xx-enable-GMU-log.patch
	patches.suse/1298-drm-msm-a6xx-update-a6xx_hw_init-for-A640-and-A650.patch
	patches.suse/1299-drm-msm-a4xx-add-adreno-a405-support.patch
	patches.suse/1300-drm-msm-a4xx-add-a405_registers-for-a405-device.patch
	patches.suse/1301-drm-msm-a6xx-a6xx_hfi_send_start-can-be-static.patch
	patches.suse/1302-drm-msm-dpu-dpu_setup_dspp_pcc-can-be-static.patch
	patches.suse/1303-drm-msm-Attach-the-IOMMU-device-during-initializatio.patch
	patches.suse/1304-drm-msm-Refactor-address-space-initialization.patch
	patches.suse/1305-drm-msm-Update-the-MMU-helper-function-APIs.patch
	patches.suse/1306-drm-msm-a6xx-skip-HFI-set-freq-if-GMU-is-powered-dow.patch
	patches.suse/1307-Revert-drm-msm-dpu-add-support-for-clk-and-bw-scalin.patch
	patches.suse/iommu-msm-make-msm_iommu_lock-static
	patches.suse/iommu-move-default-domain-allocation-to-separate-function
	patches.suse/iommu-add-def_domain_type-callback-in-iommu_ops
	patches.suse/iommu-amd-implement-iommu_ops-def_domain_type-call-back
	patches.suse/iommu-vt-d-wire-up-iommu_ops-def_domain_type
	patches.suse/iommu-amd-remove-dma_mask-check-from-check_device
	patches.suse/iommu-amd-return-enodev-in-add_device-when-device-is-not-handled-by-iommu
	patches.suse/iommu-add-probe_device-and-release_device-call-backs
	patches.suse/iommu-move-default-domain-allocation-to-iommu_probe_device
	patches.suse/iommu-keep-a-list-of-allocated-groups-in-_iommu_probe_device
	patches.suse/iommu-move-new-probe_device-path-to-separate-function
	patches.suse/iommu-split-off-default-domain-allocation-from-group-assignment
	patches.suse/iommu-move-iommu_group_create_direct_mappings-out-of-iommu_group_add_device
	patches.suse/iommu-export-bus_iommu_probe-and-make-is-safe-for-re-probing
	patches.suse/iommu-amd-remove-dev_data-passthrough
	patches.suse/iommu-amd-convert-to-probe-release_device-call-backs
	patches.suse/iommu-vt-d-convert-to-probe-release_device-call-backs
	patches.suse/iommu-arm-smmu-convert-to-probe-release_device-call-backs
	patches.suse/iommu-pamu-convert-to-probe-release_device-call-backs
	patches.suse/iommu-s390-convert-to-probe-release_device-call-backs
	patches.suse/iommu-virtio-convert-to-probe-release_device-call-backs
	patches.suse/iommu-msm-convert-to-probe-release_device-call-backs
	patches.suse/iommu-mediatek-convert-to-probe-release_device-call-backs
	patches.suse/iommu-mediatek-v1-convert-to-probe-release_device-call-backs
	patches.suse/iommu-qcom-convert-to-probe-release_device-call-backs
	patches.suse/iommu-rockchip-convert-to-probe-release_device-call-backs
	patches.suse/iommu-tegra-convert-to-probe-release_device-call-backs
	patches.suse/iommu-renesas-convert-to-probe-release_device-call-backs
	patches.suse/iommu-omap-remove-orphan_dev-tracking
	patches.suse/iommu-omap-convert-to-probe-release_device-call-backs
	patches.suse/iommu-exynos-use-first-sysmmu-in-controllers-list-for-iommu-core
	patches.suse/iommu-exynos-convert-to-probe-release_device-call-backs
	patches.suse/iommu-remove-add_device-remove_device-code-paths
	patches.suse/iommu-move-more-initialization-to-_iommu_probe_device
	patches.suse/iommu-unexport-iommu_group_get_for_dev
	patches.suse/iommu-amd-fix-variable-iommu-set-but-not-used
	patches.suse/iommu-do-not-probe-devices-on-iommu-less-busses
	patches.suse/iommu-renesas-fix-unused-function-warning
	patches.suse/iommu-iova-unify-format-of-the-printed-messages
	patches.suse/iommu-add-allwinner-h6-iommu-driver
	patches.suse/iommu-sun50i-fix-compile-warnings
	patches.suse/iommu-sun50i-use-_gfp_zero-instead-of-memset
	patches.suse/iommu-sun50i-fix-return-value-check-in-sun50i_iommu_probe
	patches.suse/iommu-sun50i-constify-sun50i_iommu_ops
	patches.suse/iommu-arm-smmu-make-remove-callback-message-more-informative
	patches.suse/iommu-arm-smmu-impl-convert-to-a-generic-reset-implementation
	patches.suse/iommu-arm-smmu-implement-iommu_ops-def_domain_type-call-back
	patches.suse/iommu-arm-smmu-allow-client-devices-to-select-direct-mapping
	patches.suse/iommu-arm-smmu-v3-remove-set-but-not-used-variable-smmu
	patches.suse/iommu-arm-smmu-qcom-request-direct-mapping-for-modem-device
	patches.suse/iommu-arm-smmu-v3-don-t-reserve-implementation-defined-register-space
	patches.suse/iommu-arm-smmu-v3-manage-asids-with-xarray
	patches.suse/iommu-vt-d-allow-32bit-devices-to-uses-dma-domain
	patches.suse/iommu-vt-d-allow-pci-sub-hierarchy-to-use-dma-domain
	patches.suse/iommu-vt-d-apply-per-device-dma_ops
	patches.suse/iommu-vt-d-unify-format-of-the-printed-messages
	patches.suse/iommu-remove-functions-that-support-private-domain
	patches.suse/iommu-vt-d-move-domain-helper-to-header
	patches.suse/iommu-vt-d-use-a-helper-function-to-skip-agaw-for-sl
	patches.suse/iommu-vt-d-add-nested-translation-helper-function
	patches.suse/iommu-vt-d-add-bind-guest-pasid-support
	patches.suse/iommu-vt-d-support-flushing-more-translation-cache-types
	patches.suse/iommu-vt-d-add-svm-sva-invalidate-function
	patches.suse/iommu-vt-d-enlightened-pasid-allocation
	patches.suse/iommu-vt-d-add-custom-allocator-for-ioasid
	patches.suse/iommu-vt-d-add-get_domain_info-helper
	patches.suse/iommu-vt-d-report-sva-feature-with-generic-flag
	patches.suse/iommu-vt-d-replace-intel-svm-apis-with-generic-sva-apis
	patches.suse/iommu-vt-d-multiple-descriptors-per-qi_submit_sync
	patches.suse/iommu-vt-d-debugfs-add-support-to-show-inv-queue-internals
	patches.suse/iommu-vt-d-disable-non-recoverable-fault-processing-before-unbind
	patches.suse/iommu-vt-d-add-page-request-draining-support
	patches.suse/iommu-vt-d-remove-redundant-iotlb-flush
	patches.suse/iommu-vt-d-remove-duplicated-check-in-intel_svm_bind_mm
	patches.suse/iommu-vt-d-remove-iova-handling-code-from-the-non-dma_ops-path
	patches.suse/iommu-vt-d-fix-pointer-cast-warnings-on-32-bit
	patches.suse/iommu-vt-d-fix-a-gcc-warning
	patches.suse/iommu-vt-d-only-clear-real-dma-device-s-context-entries
	patches.suse/iommu-vt-d-allocate-domain-info-for-real-dma-sub-devices
	patches.suse/iommu-vt-d-remove-real-dma-lookup-in-find_domain
	patches.suse/iommu-vt-d-fix-compile-warning
	patches.suse/iommu-hyper-v-constify-hyperv_ir_domain_ops
	patches.suse/iommu-omap-add-check-for-iommu-group-when-no-iommu-in-use
	patches.suse/iommu-omap-add-registration-for-dt-fwnode-pointer
	patches.suse/iommu-mediatek-v1-add-def_domain_type
	patches.suse/iommu-mediatek-v1-fix-a-build-warning-for-a-unused-variable-data
	patches.suse/iommu-don-t-call-probe_finalize-under-group-mutex
	patches.suse/iommu-don-t-take-group-reference-in-iommu_alloc_default_domain
	patches.suse/pci-ats-only-enable-ats-for-trusted-devices
	patches.suse/iommu-amd-use-pci_ats_supported
	patches.suse/iommu-arm-smmu-v3-use-pci_ats_supported
	patches.suse/iommu-vt-d-use-pci_ats_supported
	patches.suse/iommu-remove-iommu_sva_ops-mm_exit
	patches.suse/iommu-amd-unify-format-of-the-printed-messages
	patches.suse/iommu-amd-unexport-get_dev_data
	patches.suse/iommu-amd-let-free_pagetable-not-rely-on-domain-pt_root
	patches.suse/iommu-amd-allocate-page-table-in-protection_domain_init
	patches.suse/iommu-amd-free-page-table-in-protection_domain_free
	patches.suse/iommu-amd-consolidate-domain-allocation-freeing
	patches.suse/iommu-amd-remove-pd_dma_ops_mask
	patches.suse/iommu-amd-merge-private-header-files
	patches.suse/iommu-amd-store-dev_data-as-device-iommu-private-data
	patches.suse/iommu-amd-remove-redundant-devid-checks
	patches.suse/iommu-check-for-deferred-attach-in-iommu_group_do_dma_attach
	patches.suse/s390-pci-adaptation-of-iommu-to-multifunction
	patches.suse/s390-pci-define-kernel-parameters-for-pci-multifunction
	patches.suse/s390-pci-define-rid-and-rid-available
	patches.suse/s390-pci-create-zpci-bus
	patches.suse/s390-pci-adapt-events-for-zbus
	patches.suse/s390-pci-adding-bus-resource
	patches.suse/s390-pci-handling-multifunctions
	patches.suse/s390-pci-do-not-disable-pf-when-vfs-exist
	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-qdio-consolidate-thinint-init-exit
	patches.suse/s390-qdio-do-more-fine-grained-allocation-roll-back
	patches.suse/s390-qdio-roll-back-after-queue-allocation-error
	patches.suse/s390-qdio-keep-track-of-allocated-queue-count
	patches.suse/s390-qdio-de-duplicate-tiqdio_inbound_processing
	patches.suse/s390-qdio-remove-always-true-condition
	patches.suse/s390-pci-removes-wrong-pci-multifunction-assignment
	patches.suse/s390-nvme-ipl
	patches.suse/s390-nvme-reipl
	patches.suse/s390-qdio-simplify-overlap-calculation-on-input-refill
	patches.suse/s390-qdio-refactor-ack-processing-for-primed-sbals
	patches.suse/s390-qdio-add-irq-reduction-for-error-sbals
	patches.suse/pci-iov-introduce-pci_iov_sysfs_link-function
	patches.suse/s390-pci-create-links-between-pfs-and-vfs
	patches.suse/s390-ap-introduce-new-ap-function-ap_get_qdev
	patches.suse/s390-qdio-fix-up-qdio_start_irq-kerneldoc
	patches.suse/s390-qdio-remove-q-first_to_kick
	patches.suse/s390-cio-s390-qeth-cleanup-pnso-chsc
	patches.suse/s390-pci-log-new-handle-in-clp_disable_fh
	patches.suse/vfio-ccw-enable-transparent-ccw-ipl-from-dasd
	patches.suse/vfio-ccw-introduce-new-helper-functions-to-free-destroy-regions
	patches.suse/vfio-ccw-register-a-chp_event-callback-for-vfio-ccw
	patches.suse/vfio-ccw-refactor-the-unregister-of-the-async-regions
	patches.suse/vfio-ccw-introduce-a-new-schib-region
	patches.suse/vfio-ccw-refactor-irq-handlers
	patches.suse/vfio-ccw-introduce-a-new-crw-region
	patches.suse/vfio-ccw-wire-up-the-crw-irq-and-crw-region
	patches.suse/vfio-ccw-add-trace-for-crw-event
	patches.suse/vfio-ccw-make-vfio_ccw_regops-variables-declarations-static
	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/1308-mm-don-t-include-asm-pgtable.h-if-linux-mm.h-is-alre.patch
	patches.suse/1463-mmap-locking-API-initial-implementation-as-rwsem-wra.patch
	patches.suse/1309-DMA-reservations-use-the-new-mmap-locking-API.patch
	patches.suse/1310-mmap-locking-API-use-coccinelle-to-convert-mmap_sem-.patch
	patches.suse/mmap-locking-API-add-MMAP_LOCK_INITIALIZER.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/ovl-pass-correct-flags-for-opening-real-directory.patch
	patches.suse/ovl-switch-to-mounter-creds-in-readdir.patch
	patches.suse/ovl-verify-permissions-in-ovl_path_open.patch
	patches.suse/ovl-call-secutiry-hook-in-ovl_real_ioctl.patch
	patches.suse/ovl-check-permission-to-open-real-file.patch
	patches.suse/ovl-initialize-error-in-ovl_copy_xattr.patch
	patches.suse/0001-virtiofs-schedule-blocking-async-replies-in-separate-worker.patch
	patches.suse/0002-virtiofs-add-mount-option-and-atime-behavior-to-the-doc.patch
	patches.suse/fuse-bug_on-correction-in-fuse_dev_splice_write.patch
	patches.suse/0004-fuse-update-stale-comment-in-queue_interrupt.patch
	patches.suse/0006-fuse-invalidate-inode-attr-in-writeback-cache-mode.patch
	patches.suse/0009-virtiofs-do-not-use-fuse_fill_super_common-for-device-installation.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/dmaengine-idxd-export-hw-version-through-sysfs.patch
	patches.suse/dmaengine-imx-sdma-initialize-all-script-addresses.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/power-supply-max17040-Correct-voltage-reading.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-tegra-Rename-Tegra124-EMC-clock-source-file.patch
	patches.suse/clk-tegra-Add-PLLP_UD-and-PLLMB_UD-for-Tegra210.patch
	patches.suse/clk-tegra-Export-functions-for-EMC-clock-scaling.patch
	patches.suse/clk-tegra-Implement-Tegra210-EMC-clock.patch
	patches.suse/clk-tegra-Remove-the-old-emc_mux-clock-for-Tegra210.patch
	patches.suse/clk-imx-gate2-allow-single-bit-gating-clock.patch
	patches.suse/clk-imx-pll14xx-add-the-device-as-argument-when-registering.patch
	patches.suse/clk-imx-add-helpers-for-passing-the-device-as-argument.patch
	patches.suse/dt-bindings-clocks-imx8mp-add-ids-for-audiomix-clocks.patch
	patches.suse/clk-imx8m-drop-clk_hw_set_parent-for-a53.patch
	patches.suse/clk-imx-imx8mp-fix-pll-mux-bit.patch
	patches.suse/clk-imx8mp-define-gates-for-pll1-2-fixed-dividers.patch
	patches.suse/clk-imx8mp-use-imx8m_clk_hw_composite_core-to-simplify-code.patch
	patches.suse/clk-imx8m-migrate-a53-clk-root-to-use-composite-core.patch
	patches.suse/clk-imx-add-mux-ops-for-i-mx8m-composite-clk.patch
	patches.suse/clk-imx-add-imx8m_clk_hw_composite_bus.patch
	patches.suse/clk-imx-use-imx8m_clk_hw_composite_bus-for-i-mx8m-bus-clk-slice.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-gpmi-stop-using-nand_release.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-gpmi-Fix-runtime-PM-imbalance-on-error.patch
	patches.suse/mtd-rawnand-gpmi-fix-runtime-pm-imbalance-in-gpmi_nand_probe.patch
	patches.suse/mtd-rawnand-omap_elm-Fix-runtime-PM-imbalance-on-err.patch
	patches.suse/mtd-rawnand-brcmnand-fix-CS0-layout.patch
	patches.suse/mtd-spi-nor-move-define-SPINOR_OP_WRDI.patch
	patches.suse/mtd-spi-nor-spansion-Enable-dual-and-quad-read-for-s.patch
	patches.suse/mtd-spi-nor-Enable-locking-for-n25q128a11.patch
	patches.suse/mtd-spi-nor-core-fix-kernel-doc-typo-for-spi_nor_man.patch
	patches.suse/mtd-spi-nor-core-fix-kernel-doc-typo-for-spi_nor_-in.patch
	patches.suse/mtd-spi-nor-macronix-Add-support-for-mx25l51245g.patch
	patches.suse/mtd-spi-nor-macronix-Add-support-for-mx25u51245g.patch
	patches.suse/mtd-spi-nor-micron-st-Enable-locking-for-n25q00.patch
	patches.suse/mtd-spi-nor-Uniformize-the-return-value-in-spi_nor_-.patch
	patches.suse/mtd-spi-nor-Fix-description-of-the-sr_ready-return-v.patch
	patches.suse/mtd-spi-nor-spansion-fix-writes-on-S25FS512S.patch
	patches.suse/mtd-spi-nor-Add-support-for-s25fs128s1.patch
	patches.suse/mtd-spi-nor-spansion-Differentiate-between-s25fl256s.patch
	patches.suse/mtd-spi-nor-Fix-SPI-NOR-acronym.patch
	patches.suse/mtd-spi-nor-Add-support-for-Cypress-cy15x104q.patch
	patches.suse/mtd-spi-nor-sfdp-default-to-addr_width-of-3-for-conf.patch
	patches.suse/mtd-spi-nor-sfdp-prepare-BFPT-parsing-for-JESD216-re.patch
	patches.suse/mtd-spi-nor-sfdp-add-use-local-variable-in-spi_nor_p.patch
	patches.suse/mtd-spi-nor-winbond-Fix-4-byte-opcode-support-for-w2.patch
	patches.suse/crypto-virtio-Fix-src-dst-scatterlist-calculation-in.patch
	patches.suse/crypto-virtio-Fix-dest-length-calculation-in-__virti.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/Input-introduce-input_mt_report_slot_inactive.patch
	patches.suse/cpufreq-tegra186-add-CPUFREQ_NEED_INITIAL_FREQ_CHECK.patch
	patches.suse/cpufreq-change-.set_boost-to-act-on-one-policy.patch
	patches.suse/cpufreq-CPPC-add-SW-BOOST-support.patch
	patches.suse/ACPI-PM-Avoid-using-power-resources-if-there-are-non.patch
	patches.suse/ACPICA-iASL-add-new-OperationRegion-subtype-keyword-.patch
	patches.suse/ACPICA-Update-version-to-20200528.patch
	patches.suse/netfilter-Avoid-assigning-const-pointer-to-non-const.patch
	patches.suse/net-tls-Avoid-assigning-const-pointer-to-non-const-p.patch
	patches.suse/fault_inject-Don-t-rely-on-return-value-from-WRITE_O.patch
	patches.suse/arm64-csum-Disable-KASAN-for-do_csum.patch
	patches.suse/READ_ONCE-Simplify-implementations-of-READ-WRITE-_ON.patch
	patches.suse/READ_ONCE-Enforce-atomicity-for-READ-WRITE-_ONCE-mem.patch
	patches.suse/READ_ONCE-Drop-pointer-qualifiers-when-reading-from-.patch
	patches.suse/compiler.h-Enforce-that-READ_ONCE_NOCHECK-access-siz.patch
	patches.suse/bpf-make-bpf_check_uarg_tail_zero-use-check_zeroed_u.patch
	patches.suse/1311-i915-switch-query_-topology-engine-_info-to-copy_to_.patch
	patches.suse/1312-i915-switch-copy_perf_config_registers_or_number-to-.patch
	patches.suse/1313-i915-compat-ioctl-just-use-drm_ioctl_kernel.patch
	patches.suse/1314-i915-alloc_oa_regs-get-rid-of-pointless-access_ok.patch
	patches.suse/1315-i915-get_engines-get-rid-of-pointless-access_ok.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/fs-xfs-Remove-unnecessary-initialization-of-i_rwsem.patch
	patches.suse/fs-xfs-Change-XFS_MOUNT_DAX-to-XFS_MOUNT_DAX_ALWAYS.patch
	patches.suse/fs-xfs-Make-DAX-mount-option-a-tri-state.patch
	patches.suse/fs-xfs-Create-function-xfs_inode_should_enable_dax.patch
	patches.suse/fs-xfs-Combine-xfs_diflags_to_linux-and-xfs_diflags_.patch
	patches.suse/fs-xfs-Update-xfs_ioctl_setattr_dax_invalidate.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/1316-drm-i915-gem-Mark-the-buffer-pool-as-active-for-the-.patch
	patches.suse/1317-drm-i915-params-fix-i915.reset-module-param-type.patch
	patches.suse/1318-drm-i915-display-Only-query-DP-state-of-a-DDI-encode.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/1321-drm-ast-fix-missing-break-in-switch-statement-for-fo.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-rl6231-Modify-the-target-DMIC-clock-rate.patch
	patches.suse/ASoC-fsl-asoc-card-Defer-probe-when-fail-to-find-cod.patch
	patches.suse/ASoC-max98390-Fix-incorrect-printf-qualifier.patch
	patches.suse/ASoC-max98390-Fix-potential-crash-during-param-fw-lo.patch
	patches.suse/ASoC-meson-fix-memory-leak-of-links-if-allocation-of.patch
	patches.suse/ASoC-meson-add-missing-free_irq-in-error-path.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Add-quirk-for-Toshiba-Encore2.patch
	patches.suse/ASoC-rt5645-Add-platform-data-for-Asus-T101HA.patch
	patches.suse/ASoC-soc-pcm-dpcm-fix-playback-capture-checks.patch
	patches.suse/ASoC-core-only-convert-non-DPCM-link-to-DPCM-link.patch
	patches.suse/ASoC-Intel-boards-replace-capture_only-by-dpcm_captu.patch
	patches.suse/ASoC-SOF-nocodec-conditionally-set-dpcm_capture-dpcm.patch
	patches.suse/mailbox-pcc-make-pcc_mbox_driver-static.patch
	patches.suse/mailbox-imx-support-runtime-pm.patch
	patches.suse/mailbox-imx-fix-return-in-imx_mu_scu_xlate.patch
	patches.suse/mailbox-imx-disable-the-clock-on-devm_mbox_controller_register-failure.patch
	patches.suse/mailbox-imx-mailbox-fix-scu-msg-header-size-check.patch
	patches.suse/mailbox-zynqmp-ipi-Fix-NULL-vs-IS_ERR-check-in-zynqm.patch
	patches.suse/mailbox-imx-add-context-save-restore-for-suspend-resume.patch
	patches.suse/mailbox-imx-add-runtime-pm-callback-to-handle-mu-clocks.patch
	patches.suse/mailbox-imx-only-ipc-mu-needs-irqf_no_suspend-flag.patch
	patches.suse/drivers-perf-hisi-Fix-wrong-value-for-all-counters-e.patch
	patches.suse/arm64-acpi-fix-UBSAN-warning.patch
	patches.suse/kernel-move-use_mm-unuse_mm-to-kthread-c.patch
	patches.suse/kernel-move-use_mm-unuse_mm-to-kthread-c2.patch
	patches.suse/kernel-better-document-the-use_mm-unuse_mm-api-contract.patch
	patches.suse/x86-reboot-quirks-Add-MacBook6-1-reboot-quirk.patch
	patches.suse/x86-split_lock-add-icelake-microserver-and-tigerlake-cpu-models.patch
	patches.suse/x86-cpu-add-sapphire-rapids-cpu-model-number.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/loop-Fix-wrong-masking-of-status-flags.patch
	patches.suse/block-remove-the-error-argument-to-the-block_bio_com.patch
	patches.suse/block-nr_sects_write-Disable-preemption-on-seqcount-.patch
	patches.suse/blktrace-use-errno-instead-of-bi_status.patch
	patches.suse/blktrace-fix-endianness-in-get_pdu_int.patch
	patches.suse/blktrace-fix-endianness-for-blk_log_remap.patch
	patches.suse/blk-mq-split-out-a-__blk_mq_get_driver_tag-helper.patch
	patches.suse/blk-mq-fix-blk_mq_all_tag_iter.patch
	patches.suse/nvme-do-not-call-del_gendisk-on-a-disk-that-was-neve.patch
	patches.suse/nvme-tcp-constify-nvme_tcp_mq_ops-and-nvme_tcp_admin.patch
	patches.suse/nvmet-tcp-constify-nvmet_tcp_ops.patch
	patches.suse/nvme-fc-don-t-call-nvme_cleanup_cmd-for-AENs.patch
	patches.suse/nvme-pci-use-simple-suspend-when-a-HMB-is-enabled.patch
	patches.suse/nvmet-fail-outstanding-host-posted-AEN-req.patch
	patches.suse/io_uring-use-kvfree-in-io_sqe_buffer_register.patch
	patches.suse/ocfs2-fix-build-failure-when-TCP-IP-is-disabled.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/build-kcsan-Add-KCSAN-build-exceptions.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-nvmx-consult-only-the-basic-exit-reason-when-rou.patch
	patches.suse/kvm-i8254-remove-redundant-assignment-to-pointer-s.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/iommu-amd-move-amd-iommu-driver-into-subdirectory
	patches.suse/iommu-vt-d-move-intel-iommu-driver-into-subdirectory
	patches.suse/pwm-tegra-Support-dynamic-clock-frequency-configurat.patch
	patches.suse/pwm-img-Call-pm_runtime_put-in-pm_runtime_get_sync-f.patch
	patches.suse/pwm-imx27-fix-rounding-behavior.patch
	patches.suse/proc-Use-new_inode-not-new_inode_pseudo.patch
	patches.suse/thermal-int3400_thermal-Statically-initialize-.get_m.patch
	patches.suse/thermal-drivers-ti-soc-thermal-Avoid-dereferencing-E.patch
	patches.suse/thermal-imx8mm-replace-zero-length-array-with-flexible-array.patch
	patches.suse/thermal-of-Rename-of-thermal.c.patch
	patches.suse/thermal-qoriq-Update-the-settings-for-TMUv2.patch
	patches.suse/thermal-int340x_thermal-Export-GDDV.patch
	patches.suse/thermal-int340x_thermal-Export-OEM-vendor-variables.patch
	patches.suse/thermal-int340x_thermal-Don-t-require-IDSP-to-exist.patch
	patches.suse/keys-Make-the-KEY_NEED_-perms-an-enum-rather-than-a-.patch
	patches.suse/x86-traps-split-trap-numbers-out-in-a-separate-header
	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/x86_mce_mm-Unmap_the_entire_page_if_the_whole_page_is_affected_and_poisoned.patch
	patches.suse/libnvdimm-Replace-guid_copy-with-import_guid-where-i.patch
	patches.suse/nvdimm-blk-stop-using-queuedata.patch
	patches.suse/nvdimm-btt-stop-using-queuedata.patch
	patches.suse/nvdimm-pmem-stop-using-queuedata.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-brcmstb-allow-to-compile-it-on-bcm2835.patch
	patches.suse/i2c-brcmstb-fix-handling-of-optional-interrupt.patch
	patches.suse/i2c-pxa-fix-i2c_pxa_scream_blue_murder-debug-output.patch
	patches.suse/i2c-mux-pca954x-Refactor-pca954x_irq_handler.patch
	patches.suse/i2c-mux-pca954x-Make-use-of-device-properties.patch
	patches.suse/i2c-mux-pca954x-Move-device_remove_file-out-of-pca95.patch
	patches.suse/i2c-mux-pca954x-Convert-license-to-SPDX-identifier.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/i2c-tegra-Restore-pinmux-on-system-resume.patch
	patches.suse/i2c-tegra-Keep-IRQs-enabled-during-suspend-resume.patch
	patches.suse/i2c-tegra-Better-handle-case-where-CPU0-is-busy-for-.patch
	patches.suse/i2c-tegra-Synchronize-DMA-before-termination.patch
	patches.suse/i2c-tegra-Use-FIELD_PREP-FIELD_GET-macros.patch
	patches.suse/i2c-tegra-Add-support-for-the-VI-I2C-on-Tegra210.patch
	patches.suse/scsi-target-tcmu-fix-size-in-calls-to-tcmu_flush_dcache_range
	patches.suse/scsi-mpt3sas-fix-memset-in-non-rdpq-mode
	patches.suse/scsi-qedf-remove-redundant-initialization-of-variable-rc
	patches.suse/scsi-ufs-Don-t-update-urgent-bkops-level-when-toggling-auto-bkops
	patches.suse/scsi-hpsa-Lift-BIG_-IOCTL_Command_struct-copy-in-out.patch
	patches.suse/scsi-hpsa-Don-t-bother-with-vmalloc-for-BIG_IOCTL_Co.patch
	patches.suse/scsi-hpsa-Get-rid-of-compat_alloc_user_space.patch
	patches.suse/scsi-hpsa-hpsa_ioctl-Tidy-up-a-bit.patch
	patches.suse/scsi-target-factor-out-a-new-helper-target_cmd_init_cdb
	patches.suse/scsi-target-initialize-lun-in-transport_init_se_cmd
	patches.suse/scsi-target-fix-null-pointer-dereference
	patches.suse/scsi-target-rename-target_setup_cmd_from_cdb-to-target_cmd_parse_cdb
	patches.suse/scsi-ibmvscsi-Don-t-send-host-info-in-adapter-info-M.patch
	patches.suse/msft-hv-2103-scsi-storvsc-Remove-memset-before-memory-freeing-in-.patch
	patches.suse/scsi-acornscsi-Fix-an-error-handling-path-in-acornscsi_probe
	patches.suse/smb3-extend-fscache-mount-volume-coherency-check.patch
	patches.suse/cifs-Add-get_security_type_str-function-to-return-sec-type-.patch
	patches.suse/smb3-fix-typo-in-mount-options-displayed-in-proc-mounts.patch
	patches.suse/smb3-add-indatalen-that-can-be-a-non-zero-value-to-calculation-of-c.patch
	patches.suse/SMB311-Add-support-for-query-info-using-posix-extensions-level-100.patch
	patches.suse/smb311-Add-support-for-SMB311-query-info-non-compounded-.patch
	patches.suse/smb311-Add-support-for-lookup-with-posix-extensions-query-info.patch
	patches.suse/smb311-add-support-for-using-info-level-for-posix-extensions-query.patch
	patches.suse/smb311-Add-tracepoints-for-new-compound-posix-query-info.patch
	patches.suse/smb3-allow-uid-and-gid-owners-to-be-set-on-create-with-idsfromsid-m.patch
	patches.suse/cifs-fix-chown-and-chgrp-when-idsfromsid-mount-option-enabled.patch
	patches.suse/smb3-Add-debug-message-for-new-file-creation-with-idsfromsid-mount-.patch
	patches.suse/cfg80211-fix-management-registrations-deadlock.patch
	patches.suse/mac80211-initialize-return-flags-in-HE-6-GHz-operati.patch
	patches.suse/net-fix-wiki-website-url-mac80211-and-wireless-files.patch
	patches.suse/net-change-addr_list_lock-back-to-static-key.patch
	patches.suse/net-sched-export-__netdev_watchdog_up.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/net-flow_offload-remove-indirect-flow_block-declarat.patch
	patches.suse/nexthop-Fix-fdb-labeling-for-groups.patch
	patches.suse/vxlan-Remove-access-to-nexthop-group-struct.patch
	patches.suse/net-cadence-macb-disable-NAPI-on-error.patch
	patches.suse/docs-networking-fix-extra-spaces-in-ethtool-netlink.patch
	patches.suse/Crypto-chcr-Calculate-src-and-dst-sg-lengths-separat.patch
	patches.suse/Crypto-chcr-Checking-cra_refcnt-before-unregistering.patch
	patches.suse/drivers-dpaa2-Use-devm_kcalloc-in-setup_dpni.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-mlx5e-Fix-ethtool-hfunc-configuration-change.patch
	patches.suse/net-mlx5-Disable-reload-while-removing-the-device.patch
	patches.suse/net-mlx5-Fix-devlink-objects-and-devlink-device-unre.patch
	patches.suse/net-mlx5e-CT-Fix-ipv6-nat-header-rewrite-actions.patch
	patches.suse/net-mlx5-Don-t-fail-driver-on-failure-to-create-debu.patch
	patches.suse/net-mlx5-E-Switch-Fix-some-error-pointer-dereference.patch
	patches.suse/iavf-fix-speed-reporting-over-virtchnl.patch
	patches.suse/iavf-use-appropriate-enum-for-comparison.patch
	patches.suse/iavf-Fix-reporting-2.5-Gb-and-5Gb-speeds.patch
	patches.suse/iavf-increase-reset-complete-wait-time.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-unused-var-without-NETDEVICES.patch
	patches.suse/bpf-Fix-an-error-code-in-check_btf_func.patch
	patches.suse/selftests-bpf-Fix-ringbuf-selftest-sample-counting-u.patch
	patches.suse/bpf-sockmap-Fix-kernel-panic-at-__tcp_bpf_recvmsg.patch
	patches.suse/bpf-sockhash-Fix-memory-leak-when-unlinking-sockets-.patch
	patches.suse/bpf-sockhash-Synchronize-delete-from-bucket-list-on-.patch
	patches.suse/scripts-Require-pahole-v1.16-when-generating-BTF.patch
	patches.suse/bpf-Reset-data_meta-before-running-programs-attached.patch
	patches.suse/bpf-cgroup-Allow-multi-attach-program-to-replace-its.patch
	patches.suse/bpf-Devmap-adjust-uapi-for-attach-bpf-program.patch
	patches.suse/bpf-Selftests-and-tools-use-struct-bpf_devmap_val-fr.patch
	patches.suse/libbpf-Define-__WORDSIZE-if-not-available.patch
	patches.suse/libbpf-Handle-GCC-noreturn-turned-volatile-quirk.patch
	patches.suse/tools-bpf-Do-not-force-gcc-as-CC.patch
	patches.suse/net-filter-Permit-reading-NET-in-load_bytes_relative.patch
	patches.suse/selftests-bpf-Add-cgroup_skb-egress-test-for-load_by.patch
	patches.suse/tools-bpftool-Fix-memory-leak-in-codegen-error-cases.patch
	patches.suse/xdp-Fix-xsk_generic_xmit-errno.patch
	patches.suse/tools-bpftool-Exit-on-error-in-function-codegen.patch
	patches.suse/bpf-tcp-Recv-should-return-0-when-the-peer-socket-is.patch
	patches.suse/bpf-sockmap-Don-t-attach-programs-to-UDP-sockets.patch
	patches.suse/bpf-Fix-memlock-accounting-for-sock_hash.patch
	patches.suse/tools-bpftool-Fix-skeleton-codegen.patch
	patches.suse/libbpf-Support-pre-initializing-.bss-global-variable.patch
	patches.suse/bpf-Undo-internal-BPF_PROBE_MEM-in-BPF-insns-dump.patch
	patches.suse/0004-net-ethernet-ti-ale-fix-allmulti-for-nu-type-ale.patch
	patches.suse/fs-ext4-Narrow-scope-of-DAX-check-in-setflags.patch
	patches.suse/fs-ext4-Change-EXT4_MOUNT_DAX-to-EXT4_MOUNT_DAX_ALWA.patch
	patches.suse/fs-ext4-Update-ext4_should_use_dax.patch
	patches.suse/fs-ext4-Only-change-S_DAX-on-inode-load.patch
	patches.suse/fs-ext4-Make-DAX-mount-option-a-tri-state.patch
	patches.suse/fs-ext4-Remove-jflag-variable.patch
	patches.suse/fs-ext4-Introduce-DAX-inode-flag.patch
	patches.suse/Documentation-dax-Update-DAX-enablement-for-ext4.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/crypto-Replace-zero-length-array-with-flexible-array.patch
	patches.suse/1324-drm-edid-Replace-zero-length-array-with-flexible-arr.patch
	patches.suse/block-Replace-zero-length-array-with-flexible-array.patch
	patches.suse/ASoC-SOF-Replace-zero-length-array-with-flexible-arr.patch
	patches.suse/stm-class-Replace-zero-length-array-with-flexible-ar.patch
	patches.suse/dmaengine-tegra-apb-Replace-zero-length-array-with-f.patch
	patches.suse/net-macb-Only-disable-NAPI-on-the-actual-error-path.patch
	patches.suse/ibmvnic-Harden-device-login-requests.patch
	patches.suse/netfilter-nft_set_rbtree-Don-t-account-for-expired-e.patch
	patches.suse/netfilter-nft_set_pipapo-Disable-preemption-before-g.patch
	patches.suse/netfilter-ctnetlink-memleak-in-filter-initialization.patch
	patches.suse/netfilter-nf_tables-hook-list-memleak-in-flowtable-d.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/net-sched-act_ct-Make-tcf_ct_flow_table_restore_skb-.patch
	patches.suse/netfilter-flowtable-Make-nf_flow_table_offload_add-d.patch
	patches.suse/tcp-grow-window-for-OOO-packets-only-for-SACK-flows.patch
	patches.suse/mvpp2-remove-module-bugfix.patch
	patches.suse/bareudp-Fixed-configuration-to-avoid-having-garbage-.patch
	patches.suse/mlxsw-spectrum-Adjust-headroom-buffers-for-8x-ports.patch
	patches.suse/e1000e-Do-not-wake-up-the-system-via-WOL-if-device-w.patch
	patches.suse/e1000-use-generic-power-management.patch
	patches.suse/e1000e-fix-unused-function-warning.patch
	patches.suse/dma-pool-fix-too-large-dma-pools-on-medium-memory-size-systems
	patches.suse/dma-pool-decouple-dma_remap-from-dma_coherent_pool
	patches.suse/overflow.h-Add-flex_array_size-helper.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/1326-drm-i915-gt-Incorporate-the-virtual-engine-into-time.patch
	patches.suse/1327-drm-i915-pmu-avoid-an-maybe-uninitialized-warning.patch
	patches.suse/drm-i915-work-around-false-positive-maybe-uninitiali.patch
	patches.suse/1329-drm-i915-selftests-Restore-to-default-heartbeat.patch
	patches.suse/1330-drm-i915-gt-Prevent-timeslicing-into-unpreemptable-r.patch
	patches.suse/1331-drm-i915-tc-fix-the-reset-of-ln0.patch
	patches.suse/1332-drm-i915-gt-Incrementally-check-for-rewinding.patch
	patches.suse/1333-drm-i915-icl-Disable-DIP-on-MST-ports-with-the-trans.patch
	patches.suse/1334-drm-i915-gt-Move-hsw-GT-workarounds-from-init_clock_.patch
	patches.suse/1335-drm-i915-gt-Move-ivb-GT-workarounds-from-init_clock_.patch
	patches.suse/1336-drm-i915-gt-Move-vlv-GT-workarounds-from-init_clock_.patch
	patches.suse/1337-drm-i915-gt-Move-snb-GT-workarounds-from-init_clock_.patch
	patches.suse/1338-drm-i915-gt-Move-ilk-GT-workarounds-from-init_clock_.patch
	patches.suse/1339-drm-i915-gt-Move-gen4-GT-workarounds-from-init_clock.patch
	patches.suse/0001-drm-i915-icl-Fix-hotplug-interrupt-disabling-after-s.patch
	patches.suse/1341-drm-i915-display-Fix-the-encoder-type-check.patch
	patches.suse/1342-drm-amd-display-Use-kvfree-to-free-coeff-in-build_re.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/1345-drm-amd-display-Rework-dsc-to-isolate-FPU-operations.patch
	patches.suse/1346-drm-amdkfd-Use-correct-major-in-devcgroup-check.patch
	patches.suse/1347-drm-amdgpu-pm-update-comment-to-clarify-Overdrive-in.patch
	patches.suse/1348-drm-amdgpu-fix-documentation-around-busy_percentage.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/libata-Use-per-port-sync-for-detach.patch
	patches.suse/0001-bcache-fix-potential-deadlock-problem-in-btree_gc_co.patch
	patches.suse/bcache-check-and-adjust-logical-block-size-for-backi.patch
	patches.suse/bcache-use-delayed-kworker-fo-asynchronous-devices-r.patch
	patches.suse/bcache-pr_info-format-clean-up-in-bcache_device_init.patch
	patches.suse/blk-mq-Remove-redundant-return-statement.patch
	patches.suse/trace-events-block.h-drop-kernel-doc-for-dropped-fun.patch
	patches.suse/block-Fix-use-after-free-in-blkdev_get.patch
	patches.suse/blktrace-break-out-of-blktrace-setup-on-concurrent-c.patch
	patches.suse/blktrace-Avoid-sparse-warnings-when-assigning-q-blk_.patch
	patches.suse/block-update-hctx-map-when-use-multiple-maps.patch
	patches.suse/partitions-ldm-Replace-uuid_copy-with-import_uuid-wh.patch
	patches.suse/loop-replace-kill_bdev-with-invalidate_bdev.patch
	patches.suse/block-make-function-kill_bdev-static.patch
	patches.suse/s390-qdio-fine-tune-slsb-update
	patches.suse/s390-qdio-reduce-slsb-writes-during-input-queue-processing
	patches.suse/s390-qdio-clean-up-usage-of-qdio_data
	patches.suse/s390-qdio-warn-about-unexpected-slsb-states
	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/1350-drm-encoder_slave-use-new-I2C-API.patch
	patches.suse/1351-video-backlight-tosa_lcd-convert-to-use-i2c_new_clie.patch
	patches.suse/scsi-ufs-bsg-Fix-runtime-PM-imbalance-on-error.patch
	patches.suse/scsi-Wire-up-ata_scsi_dma_need_drain-for-SAS-HBA-dri.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-hisilicon-Cap-block-size-at-2-31.patch
	patches.suse/crypto-caam-fix-typos.patch
	patches.suse/crypto-algboss-don-t-wait-during-notifier-callback.patch
	patches.suse/powerpc-64s-Fix-KVM-interrupt-using-wrong-save-area.patch
	patches.suse/kbuild-improve-cc-option-to-clean-up-all-temporary-f.patch
	patches.suse/pinctrl-qcom-spmi-gpio-fix-warning-about-irq-chip-re.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-the-kerneldoc-for-regmap_test_bits.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-spi-fsl-dspi-Free-DMA-memory-with-matching-funct.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-usb-audio-Set-48-kHz-rate-for-Rodecaster.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-max98390-Update-regmap-readable-reg-and-volatil.patch
	patches.suse/ASoC-q6asm-handle-EOS-correctly.patch
	patches.suse/ASoC-soc-card-export-snd_soc_lookup_component_nolock.patch
	patches.suse/ASoC-dmaengine_pcm-export-soc_component_to_pcm.patch
	patches.suse/ASoC-fsl_asrc_dma-Reuse-the-dma-channel-if-available.patch
	patches.suse/ASoC-fsl_asrc_dma-Fix-data-copying-speed-issue-with-.patch
	patches.suse/ASoC-rt5682-Let-dai-clks-be-registered-whether-mclk-.patch
	patches.suse/ASoC-soc-pcm-fix-checks-for-multi-cpu-FE-dailinks.patch
	patches.suse/ASoc-q6afe-add-support-to-get-port-direction.patch
	patches.suse/ASoC-qcom-common-set-correct-directions-for-dailinks.patch
	patches.suse/ASoC-rt1015-Update-rt1015-default-register-value-acc.patch
	patches.suse/ASoC-SOF-Intel-hda-Clear-RIRB-status-before-reading-.patch
	patches.suse/ASoC-soc-devres-add-devm_snd_soc_register_dai.patch
	patches.suse/ASoC-soc-topology-use-devm_snd_soc_register_dai.patch
	patches.suse/ASoC-fsl_ssi-Fix-bclk-calculation-for-mono-channel.patch
	patches.suse/ASoC-hdac_hda-fix-memleak-with-regmap-not-freed-on-r.patch
	patches.suse/ASoC-Intel-SOF-merge-COMETLAKE_LP-and-COMETLAKE_H.patch
	patches.suse/ASoC-SOF-Intel-add-PCI-ID-for-CometLake-S.patch
	patches.suse/ASoC-SOF-Intel-add-PCI-IDs-for-ICL-H-and-TGL-H.patch
	patches.suse/ASoC-amd-closing-specific-instance.patch
	patches.suse/ASoC-rockchip-Fix-a-reference-count-leak.patch
	patches.suse/ALSA-usb-audio-Add-registration-quirk-for-Kingston-2.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-mlx5-Remove-duplicated-assignment-to-resp.respo.patch
	patches.suse/RDMA-mlx5-Fix-Wformat-warning-in-check_ucmd_data.patch
	patches.suse/RDMA-hfi1-Fix-trivial-mis-spelling-of-descriptor.patch
	patches.suse/RDMA-siw-Fix-pointer-to-int-cast-warning-in-siw_rx_p.patch
	patches.suse/RDMA-core-Annotate-CMA-unlock-helper-routine.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-mlx5-Add-missed-RST2INIT-and-INIT2INIT-steps-du.patch
	patches.suse/RDMA-hns-Fix-a-calltrace-when-registering-MR-from-us.patch
	patches.suse/RDMA-hns-Fix-an-cmd-queue-issue-when-resetting.patch
	patches.suse/RDMA-core-Check-that-type_attrs-is-not-NULL-prior-ac.patch
	patches.suse/RDMA-mlx5-Don-t-access-ib_qp-fields-in-internal-dest.patch
	patches.suse/RDMA-mlx5-Fix-remote-gid-value-in-query-QP.patch
	patches.suse/RDMA-mlx5-Remove-ECE-limitation-from-the-RAW_PACKET-.patch
	patches.suse/RDMA-mlx5-Fix-integrity-enabled-QP-creation.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/RDMA-mlx5-Protect-from-kernel-crash-if-XRC_TGT-doesn.patch
	patches.suse/IB-mad-Fix-use-after-free-when-destroying-MAD-agent.patch
	patches.suse/IB-hfi1-Restore-kfree-in-dummy_netdev-cleanup.patch
	patches.suse/IB-hfi1-Fix-module-use-count-flaw-due-to-leftover-mo.patch
	patches.suse/IB-hfi1-Correct-EBUSY-handling-in-tx-code.patch
	patches.suse/IB-hfi1-Add-atomic-triggered-sleep-wakeup.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-Fix-definition-of-bpf_ringbuf_output-helper-in-U.patch
	patches.suse/tools-bpftool-Add-ringbuf-map-to-a-list-of-known-map.patch
	patches.suse/bpf-xdp-samples-Fix-null-pointer-dereference-in-_use.patch
	patches.suse/tools-bpftool-Add-ringbuf-map-type-to-map-command-do.patch
	patches.suse/xdp-Handle-frame_sz-in-xdp_convert_zc_to_xdp_frame.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-sched-act_gate-fix-NULL-dereference-in-tcf_gate_.patch
	patches.suse/net-sched-act_gate-fix-configuration-of-the-periodic.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/s390-qeth-let-isolation-mode-override-hw-offload-restrictions
	patches.suse/bareudp-Fixed-multiproto-mode-configuration.patch
	patches.suse/tg3-driver-sleeps-indefinitely-when-EEH-errors-excee.patch
	patches.suse/net-ethtool-add-missing-NETIF_F_GSO_FRAGLIST-feature.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/ixgbe-protect-ring-accesses-with-READ-and-WRITE_ONCE.patch
	patches.suse/i40e-protect-ring-accesses-with-READ-and-WRITE_ONCE.patch
	patches.suse/ice-protect-ring-accesses-with-WRITE_ONCE.patch
	patches.suse/i40e-fix-crash-when-Rx-descriptor-count-is-changed.patch
	patches.suse/xfrm-Fix-double-ESP-trailer-insertion-in-IPsec-crypt.patch
	patches.suse/xfrm-merge-fixup-for-remove-output_finish-indirectio.patch
	patches.suse/esp-ah-consolidate-the-crypto-algorithm-selections.patch
	patches.suse/esp-select-CRYPTO_SEQIV.patch
	patches.suse/esp-ah-modernize-the-crypto-algorithm-selections.patch
	patches.suse/net-phy-Check-harder-for-errors-in-get_phy_id.patch
	patches.suse/net-macb-undo-operations-in-case-of-failure.patch
	patches.suse/enetc-Fix-HW_VLAN_CTAG_TX-RX-toggling.patch
	patches.suse/geneve-allow-changing-DF-behavior-after-creation.patch
	patches.suse/flow_offload-add-flow_indr_block_cb_alloc-remove-fun.patch
	patches.suse/flow_offload-use-flow_indr_block_cb_alloc-remove-fun.patch
	patches.suse/net-flow_offload-fix-flow_indr_dev_unregister-path.patch
	patches.suse/net-sched-cls_api-fix-nooffloaddevcnt-warning-dmesg-.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/r8169-fix-firmware-not-resetting-tp-ocp_base.patch
	patches.suse/net-Add-MODULE_DESCRIPTION-entries-to-network-module.patch
	patches.suse/mlxsw-spectrum-Do-not-rely-on-machine-endianness.patch
	patches.suse/usbnet-smsc95xx-Fix-use-after-free-after-removal.patch
	patches.suse/ethtool-Fix-check-in-ethtool_rx_flow_rule_create.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-ethtool-add-missing-string-for-NETIF_F_GSO_TUNNE.patch
	patches.suse/net-qed-fix-left-elements-count-calculation.patch
	patches.suse/net-qed-fix-async-event-callbacks-unregistering.patch
	patches.suse/net-qede-stop-adding-events-on-an-already-destroyed-.patch
	patches.suse/net-qed-fix-NVMe-login-fails-over-VFs.patch
	patches.suse/net-qed-fix-excessive-QM-ILT-lines-consumption.patch
	patches.suse/net-qede-fix-PTP-initialization-on-recovery.patch
	patches.suse/net-qede-fix-use-after-free-on-recovery-and-AER-hand.patch
	patches.suse/net-qed-reset-ILT-block-sizes-before-recomputing-to-.patch
	patches.suse/net-qed-fix-maybe-uninitialized-warning.patch
	patches.suse/cxgb4-move-handling-L2T-ARP-failures-to-caller.patch
	patches.suse/cxgb4-move-PTP-lock-and-unlock-to-caller-in-Tx-path.patch
	patches.suse/cxgb4-use-unaligned-conversion-for-fetching-timestam.patch
	patches.suse/cxgb4-parse-TC-U32-key-values-and-masks-natively.patch
	patches.suse/cxgb4-fix-endian-conversions-for-L4-ports-in-filters.patch
	patches.suse/cxgb4-use-correct-type-for-all-mask-IP-address-compa.patch
	patches.suse/cxgb4-fix-SGE-queue-dump-destination-buffer-context.patch
	patches.suse/cxgb4-remove-cast-when-saving-IPv4-partial-checksum.patch
	patches.suse/cxgb4-move-DCB-version-extern-to-header-file.patch
	patches.suse/cxgb4-fix-set-but-unused-variable-when-DCB-is-disabl.patch
	patches.suse/cxgb4-update-kernel-doc-line-comments.patch
	patches.suse/cxgb4vf-update-kernel-doc-line-comments.patch
	patches.suse/bnxt_en-Store-the-running-firmware-version-code.patch
	patches.suse/bnxt_en-Do-not-enable-legacy-TX-push-on-older-firmwa.patch
	patches.suse/bnxt_en-Fix-statistics-counters-issue-during-ifdown-.patch
	patches.suse/bnxt_en-Read-VPD-info-only-for-PFs.patch
	patches.suse/net-ethtool-Handle-missing-cable-test-TDR-parameters.patch
	patches.suse/net-Do-not-clear-the-sock-TX-queue-in-sk_set_socket.patch
	patches.suse/net-phylink-fix-ethtool-A-with-attached-PHYs.patch
	patches.suse/net-phylink-ensure-manual-pause-mode-configuration-t.patch
	patches.suse/openvswitch-take-into-account-de-fragmentation-gso_s.patch
	patches.suse/qed-add-missing-error-test-for-DBG_STATUS_NO_MATCHIN.patch
	patches.suse/net-bcmgenet-re-remove-bcmgenet_hfb_add_filter.patch
	patches.suse/net-bcmgenet-use-hardware-padding-of-runt-frames.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-ipset-fix-unaligned-atomic-access.patch
	patches.suse/netfilter-Add-MODULE_DESCRIPTION-entries-to-kernel-m.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/net-macb-free-resources-on-failure-path-of-at91ether.patch
	patches.suse/tcp_cubic-fix-spurious-HYSTART_DELAY-exit-upon-drop-.patch
	patches.suse/bpf-tcp-bpf_cubic-fix-spurious-HYSTART_DELAY-exit-up.patch
	patches.suse/sctp-Don-t-advertise-IPv4-addresses-if-ipv6only-is-s.patch
	patches.suse/vxlan-fix-last-fdb-index-during-dump-of-fdb-with-nhi.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/hns-do-not-cast-return-value-of-napi_gro_receive-to-.patch
	patches.suse/wil6210-account-for-napi_gro_receive-never-returning.patch
	patches.suse/ethtool-fix-error-handling-in-linkstate_prepare_data.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/sch_cake-fix-a-few-style-nits.patch
	patches.suse/mm-compaction-make-capture-control-handling-safe-wrt-interrupts.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/lib-fix-test_hmm-c-reference-after-free.patch
	patches.suse/mm-memcontrol-c-add-missed-css_put.patch
	patches.suse/0003-drm-rcar-du-Fix-build-error.patch
	patches.suse/1353-gpu-host1x-Clean-up-debugfs-in-error-handling-path.patch
	patches.suse/drm-tegra-hub-Do-not-enable-orphaned-window-group.patch
	patches.suse/1355-gpu-host1x-Register-child-devices.patch
	patches.suse/1356-drm-tegra-hub-Register-child-devices.patch
	patches.suse/1357-gpu-host1x-Correct-trivial-kernel-doc-inconsistencie.patch
	patches.suse/gpu-host1x-Detach-driver-on-unregister.patch
	patches.suse/1359-drm-tegra-Add-zpos-property-for-cursor-planes.patch
	patches.suse/1360-drm-amdgpu-display-Unlock-mutex-on-error.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/1363-drm-amd-display-Enable-output_bpc-property-on-all-ou.patch
	patches.suse/1364-drm-amd-display-Fix-ineffective-setting-of-max-bpc-p.patch
	patches.suse/drm-amd-fix-potential-memleak-in-err-branch.patch
	patches.suse/1366-drm-ttm-Fix-dma_fence-refcnt-leak-in-ttm_bo_vm_fault.patch
	patches.suse/1367-drm-ttm-Fix-dma_fence-refcnt-leak-when-adding-move-f.patch
	patches.suse/drm-mcde-Fix-display-initialization-problem.patch
	patches.suse/1369-drm-mcde-Fix-forgotten-user-of-drm-dev_private.patch
	patches.suse/1370-drm-panel-simple-fix-connector-type-for-LogicPD-Type.patch
	patches.suse/1371-drm-panel-simple-fix-connector-type-for-newhaven_nhd.patch
	patches.suse/1372-video-fbdev-uvesafb-fix-noblank-option-handling.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/1375-drm-sun4i-mixer-Call-of_dma_configure-if-there-s-an-.patch
	patches.suse/1376-drm-fb-helper-Fix-vt-restore.patch
	patches.suse/iommu-vt-d-make-intel-svm-code-64-bit-only
	patches.suse/iommu-vt-d-set-u-s-bit-in-first-level-page-table-by-default
	patches.suse/iommu-vt-d-don-t-apply-gfx-quirks-to-untrusted-devices
	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/iommu-vt-d-fix-misuse-of-iommu_domain_identity_map
	patches.suse/cpufreq-intel_pstate-Add-one-more-OOB-control-bit.patch
	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/dm-zoned-fix-uninitialized-pointer-dereference.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/dm-writecache-skip-writecache_wait-when-using-pmem-m.patch
	patches.suse/dm-ioctl-use-struct_size-helper-in-retrieve_deps.patch
	patches.suse/dm-zoned-Fix-metadata-zone-size-check.patch
	patches.suse/dm-update-original-bio-sector-on-Zone-Append.patch
	patches.suse/dm-zoned-Fix-random-zone-reclaim-selection.patch
	patches.suse/dm-zoned-Fix-reclaim-zone-selection.patch
	patches.suse/0004-dm-writecache-add-cond_resched-to-loop-in-persistent.patch
	patches.suse/block-release-bip-in-a-right-way-in-error-path.patch
	patches.suse/nvme-set-initial-value-for-controller-s-numa-node.patch
	patches.suse/0001-nvme-pci-override-the-value-of-the-controller-s-numa.patch
	patches.suse/nvme-pci-initialize-tagset-numa-value-to-the-value-o.patch
	patches.suse/nvme-tcp-initialize-tagset-numa-value-to-the-value-o.patch
	patches.suse/nvme-loop-initialize-tagset-numa-value-to-the-value-.patch
	patches.suse/nvme-rdma-assign-completion-vector-correctly.patch
	patches.suse/nvme-fix-possible-deadlock-when-I-O-is-blocked.patch
	patches.suse/nvme-multipath-fix-deadlock-between-ana_work-and-sca.patch
	patches.suse/nvme-don-t-protect-ns-mutation-with-ns-head-lock.patch
	patches.suse/nvme-multipath-fix-deadlock-due-to-head-lock.patch
	patches.suse/nvme-multipath-fix-bogus-request-queue-reference-put.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/dma-direct-re-enable-mmap-for-config_mmu
	patches.suse/dma-direct-mark-_dma_direct_alloc_pages-static
	patches.suse/dma-direct-always-align-allocation-size-in-dma_direct_alloc_pages
	patches.suse/dma-direct-re-encrypt-memory-if-dma_direct_alloc_pages-fails
	patches.suse/dma-direct-check-return-value-when-encrypting-or-decrypting-memory
	patches.suse/dma-direct-add-missing-set_memory_decrypted-for-coherent-mapping
	patches.suse/dma-mapping-dma_coherent_pool-should-select-generic_allocator
	patches.suse/dma-remap-align-the-size-in-dma_common_-remap
	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/mei-me-add-tiger-lake-point-device-ids-for-H-platfor.patch
	patches.suse/usb-typec-mux-intel_pmc_mux-fix-dp-alternate-mode-entry.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-dwc2-Postponed-gadget-registration-to-the-udc-cl.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-phy-tegra-Fix-unnecessary-check-in-tegra_usb_phy.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-clear-error-and-request-eventfd-ctx-after-releasing
	patches.suse/vfio-type1-fix-migration-info-capability-id
	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-Fix-cached_fid-refcnt-leak-in-open_shroot.patch
	patches.suse/cifs-Fix-double-add-page-to-memcg-when-cifs_readpages.patch
	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/cifs-update-ctime-and-mtime-during-truncate.patch
	patches.suse/cifs-misc-Use-array_size-in-if-statement-controlling-expression.patch
	patches.suse/x86-resctrl-fix-memory-bandwidth-counter-width-for-amd.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/efi-x86-Fix-build-with-gcc-4.patch
	patches.suse/0001-efi-tpm-Verify-event-log-header-before-parsing.patch
	patches.suse/efi-esrt-Fix-reference-count-leak-in-esre_create_sys.patch
	patches.suse/efivarfs-Update-inode-modification-time-for-successf.patch
	patches.suse/efivarfs-Don-t-return-EINTR-when-rate-limiting-reads.patch
	patches.suse/efi-Replace-zero-length-array-and-use-struct_size-he.patch
	patches.suse/efi-libstub-Fix-missing-prototype-warning-for-skip_s.patch
	patches.suse/efi-libstub-Fix-path-separator-regression.patch
	patches.suse/efi-libstub-Descriptions-for-stub-helper-functions.patch
	patches.suse/efi-Make-it-possible-to-disable-efivar_ssdt-entirely.patch
	patches.suse/efi-x86-Setup-stack-correctly-for-efi_pe_entry.patch
	patches.suse/efi-libstub-arm-Omit-arch-specific-config-table-matc.patch
	patches.suse/efi-libstub-arm-Print-CPU-boot-mode-and-MMU-state-at.patch
	patches.suse/perf-x86-rapl-fix-rapl-config-variable-bug.patch
	patches.suse/Revert-ARM-sti-Implement-dummy-L2-cache-s-write_sec.patch
	patches.suse/ARM-dts-NSP-Disable-PL330-by-default-add-dma-coherent-property.patch
	patches.suse/ARM-dts-NSP-Correct-FA2-mailbox-node.patch
	patches.suse/ARM-bcm-Select-ARM_TIMER_SP804-for-ARCH_BCM_NSP.patch
	patches.suse/arm64-dts-imx8mm-evk-correct-ldo1-ldo2-voltage-range.patch
	patches.suse/soc-imx8m-correct-i-mx8mp-uid-fuse-offset.patch
	patches.suse/ARM-imx5-add-missing-put_device-call-in-imx_suspend_alloc_ocram.patch
	patches.suse/soc-imx8m-fix-build-warning.patch
	patches.suse/bus-ti-sysc-Ignore-clockactivity-unless-specified-as.patch
	patches.suse/ARM-OMAP2-Fix-legacy-mode-dss_reset.patch
	patches.suse/ARM-dts-am335x-pocketbeagle-Fix-mmc0-Write-Protect.patch
	patches.suse/ARM-dts-Fix-duovero-smsc-interrupt-for-suspend.patch
	patches.suse/crypto-af_alg-fix-use-after-free-in-af_alg_accept-du.patch
	patches.suse/padata-upgrade-smp_mb__after_atomic-to-smp_mb-in-pad.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-spi-fsl-dspi-Fix-lockup-if-device-is-removed-dur.patch
	patches.suse/spi-spi-fsl-dspi-Fix-lockup-if-device-is-shutdown-du.patch
	patches.suse/spi-spi-fsl-dspi-Fix-external-abort-on-interrupt-in-.patch
	patches.suse/spi-spi-fsl-dspi-Initialize-completion-before-possib.patch
	patches.suse/spi-pxa2xx-Add-support-for-Intel-Tiger-Lake-PCH-H.patch
	patches.suse/ima-extend-boot_aggregate-with-kernel-measurements.patch
	patches.suse/security-fix-the-key_permission-LSM-hook-function-ty.patch
	patches.suse/security-Fix-hook-iteration-and-default-value-for-in.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/blk-mq-debugfs-update-blk_queue_flag_name-accordingl.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_spi-Don-t-send-anything-during-flow-control.patch
	patches.suse/tpm_tis-extra-chip-ops-check-on-error-path-in-tpm_ti.patch
	patches.suse/tpm-st33zp24-fix-spelling-mistake-drescription-descr.patch
	patches.suse/tpm-ibmvtpm-Wait-for-ready-buffer-before-probing-for.patch
	patches.suse/tpm_tis_spi-Prefer-async-probe.patch
	patches.suse/tpm_tis-Remove-the-HID-IFX0102.patch
	patches.suse/1377-drm-msm-dpu-request-for-display-color-blocks-based-o.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/1381-drm-msm-Fix-0xfffflub-in-Refactor-address-space-init.patch
	patches.suse/1382-drm-msm-Fix-address-space-size-after-refactor.patch
	patches.suse/1383-drm-msm-Fix-setup-of-a6xx-create_address_space.patch
	patches.suse/1384-drm-msm-Fix-up-the-rest-of-the-messed-up-address-siz.patch
	patches.suse/1385-drm-exynos-Remove-dev_err-on-platform_get_irq-failur.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/1388-drm-i915-gvt-Add-one-missing-MMIO-handler-for-D_SKL_.patch
	patches.suse/drm-i915-gvt-Fix-two-CFL-MMIO-handling-caused-by-reg.patch
	patches.suse/1390-drm-i915-gvt-Fix-incorrect-check-of-enabled-bits-in-.patch
	patches.suse/1391-drm-i915-gvt-Use-GFP_ATOMIC-instead-of-GFP_KERNEL-in.patch
	patches.suse/1392-drm-i915-Include-asm-sources-for-ivb-hsw-_clear_kern.patch
	patches.suse/1393-drm-amd-powerplay-Fix-NULL-dereference-in-lock_bus-o.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/1397-dma-buf-Move-dma_buf_release-from-fops-to-dentry_ops.patch
	patches.suse/drm-sun4i-hdmi-Remove-extra-HPD-polling.patch
	patches.suse/ACPI-DPTF-Add-battery-participant-for-TigerLake.patch
	patches.suse/ACPI-fan-Fix-Tiger-Lake-ACPI-device-ID.patch
	patches.suse/pci-make-pcie_find_root_port-work-for-root-ports.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/cifs-Display-local-UID-details-for-SMB-sessions-in-DebugData.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/cifs-Fix-the-target-file-was-deleted-when-rename-failed-.patch
	patches.suse/cifs-prevent-truncation-from-long-to-int-in-wait_for_free_credits.patch
	patches.suse/powerpc-mm-pkeys-Make-pkey-access-check-work-on-exec.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/block-make-function-__bio_integrity_free-static.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/scsi-mptfusion-don-t-use-gfp_atomic-for-larger-dma-allocations
	patches.suse/kbuild-make-Clang-build-userprogs-for-target-archite.patch
	patches.suse/irqchip-gic-v4.1-Use-readx_poll_timeout_atomic-to-fi.patch
	patches.suse/irqchip-gic-Atomically-update-affinity.patch
	patches.suse/x86-split_lock-don-t-write-msr_test_ctrl-on-cpus-that-aren-t-whitelisted.patch
	patches.suse/s390-pci-fix-enabling-a-reserved-pci-function
	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/vfio-ccw-fix-a-build-error-due-to-missing-include-of-linux-slab-h
	patches.suse/kvm-x86-bit-8-of-non-leaf-pdpes-is-not-reserved.patch
	patches.suse/KVM-arm64-Annotate-hyp-NMI-related-functions-as-__al.patch
	patches.suse/KVM-arm64-vgic-v4-Plug-race-between-non-residency-an.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-fix-reclaim_size-counter-leak-after-stealing-from-global-reserve.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/ASoC-fsl_mqs-Don-t-check-clock-is-NULL-before-callin.patch
	patches.suse/ASoC-fsl_mqs-Fix-unchecked-return-value-for-clk_prep.patch
	patches.suse/ASoC-rt5682-fix-the-pop-noise-while-OMTP-type-headse.patch
	patches.suse/AsoC-amd-add-missing-snd-module-prefix-to-the-acp3x-.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/ALSA-compress-fix-partial_drain-completion-state.patch
	patches.suse/kallsyms-Refactor-kallsyms_show_value-to-take-cred.patch
	patches.suse/module-Refactor-section-attr-into-bin-attribute.patch
	patches.suse/module-Do-not-expose-section-addresses-to-non-CAP_SY.patch
	patches.suse/kprobes-Do-not-expose-probe-addresses-to-non-CAP_SYS.patch
	patches.suse/bpf-Check-correct-cred-for-CAP_SYSLOG-in-bpf_dump_ra.patch
	patches.suse/dm-do-not-use-waitqueue-for-request-based-dm
	patches.suse/dm-writecache-reject-asynchronous-pmem-devices.patch
	patches.suse/dm-zoned-fix-unused-but-set-variable-warnings.patch
	patches.suse/0004-dm-zoned-Fix-zone-reclaim-trigger.patch
	patches.suse/0003-dm-use-noio-when-sending-kobject-event.patch
	patches.suse/1407-drm-meson-viu-fix-setting-the-OSD-burst-length-in-VI.patch
	patches.suse/1408-drm-hisilicon-hibmc-Move-drm_fbdev_generic_setup-dow.patch
	patches.suse/1409-drm-nouveau-kms-nv50-bail-from-nv50_audio_disable-ea.patch
	patches.suse/drm-nouveau-i2c-g94-increase-NV_PMGR_DP_AUXCTL_TRANS.patch
	patches.suse/1411-drm-nouveau-svm-fix-migrate-page-regression.patch
	patches.suse/1412-drm-nouveau-nouveau-fix-page-fault-on-device-private.patch
	patches.suse/1413-drm-i915-Skip-stale-object-handle-for-debugfs-per-fi.patch
	patches.suse/0001-drm-i915-fbc-Fix-fence_y_offset-handling.patch
	patches.suse/1415-drm-i915-Drop-vm.ref-for-duplicate-vma-on-constructi.patch
	patches.suse/1416-drm-i915-Also-drop-vm.ref-along-error-paths-for-vma-.patch
	patches.suse/1417-drm-i915-gt-Pin-the-rings-before-marking-active.patch
	patches.suse/1418-drm-amdgpu-asd-function-needs-to-be-unloaded-in-susp.patch
	patches.suse/1419-drm-amdgpu-add-TMR-destory-function-for-psp.patch
	patches.suse/1420-drm-amd-display-add-dmcub-check-on-RENOIR.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/drivers-firmware-psci-Assign-err-directly-in-hotplug.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-Synchronize-interrupt-handler-properly.patch
	patches.suse/gpio-pca953x-Override-IRQ-for-one-of-the-expanders-o.patch
	patches.suse/gpio-pca953x-Fix-direction-setting-when-configure-an.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/pinctrl-baytrail-Fix-pin-being-driven-low-for-a-whil.patch
	patches.suse/dma-mapping-warn-when-coherent-pool-is-depleted
	patches.suse/bpfilter-switch-to-kernel_write.patch
	patches.suse/docs-block-update-and-fix-tiny-error-for-bfq.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-Add-explicit-cast-OPA_MTU_8192-to-enum-ib_mt.patch
	patches.suse/RDMA-mlx5-Fix-legacy-IPoIB-QP-initialization.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/RDMA-mlx5-Set-PD-pointers-for-the-error-flow-unwind.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/net-get-rid-of-lockdep_set_class_and_subclass.patch
	patches.suse/net-explain-the-lockdep-annotations-for-dev_uc_unsyn.patch
	patches.suse/llc-make-sure-applications-use-ARPHRD_ETHER.patch
	patches.suse/ieee80211-Add-missing-and-new-AKM-suite-selector-def.patch
	patches.suse/mac80211-fix-control-port-tx-status-check.patch
	patches.suse/mac80211-simplify-mesh-code.patch
	patches.suse/mac80211-Fix-dropping-broadcast-packets-in-802.11-en.patch
	patches.suse/mac80211-skip-mpath-lookup-also-for-control-port-tx.patch
	patches.suse/mac80211-allow-rx-of-mesh-eapol-frames-with-default-.patch
	patches.suse/nl80211-don-t-return-err-unconditionally-in-nl80211_.patch
	patches.suse/nl80211-fix-memory-leak-when-parsing-NL80211_ATTR_HE.patch
	patches.suse/net-ip_tunnel-add-header_ops-for-layer-3-devices.patch
	patches.suse/tun-implement-header_ops-parse_protocol-for-AF_PACKE.patch
	patches.suse/net-xfrmi-implement-header_ops-parse_protocol-for-AF.patch
	patches.suse/net-mvneta-fix-use-of-state-speed.patch
	patches.suse/libbpf-Forward-declare-bpf_stats_type-for-systems-wi.patch
	patches.suse/libbpf-Fix-CO-RE-relocs-against-.text-section.patch
	patches.suse/bpf-Set-the-number-of-exception-entries-properly-for.patch
	patches.suse/bpf-Restore-behaviour-of-CAP_SYS_ADMIN-allowing-the-.patch
	patches.suse/bpf-Fix-formatting-in-documentation-for-BPF-helpers.patch
	patches.suse/bpf-Do-not-allow-btf_ctx_access-with-__int128-types.patch
	patches.suse/libbpf-Adjust-SEC-short-cut-for-expected-attach-type.patch
	patches.suse/bpf-sockmap-RCU-splat-with-redirect-and-strparser-er.patch
	patches.suse/bpf-sockmap-RCU-dereferenced-psock-may-be-used-outsi.patch
	patches.suse/bpf-sockmap-Add-ingres-skb-tests-that-utilize-merge-.patch
	patches.suse/dma-mapping-add-a-new-dma_need_sync-api
	patches.suse/xsk-replace-the-cheap_dma-flag-with-a-dma_need_sync-flag
	patches.suse/xsk-Remove-a-double-pool-dev-assignment-in-xp_dma_ma.patch
	patches.suse/xsk-use-dma_need_sync-instead-of-reimplenting-it
	patches.suse/bpf-Enforce-BPF-ringbuf-size-to-be-the-power-of-2.patch
	patches.suse/flow_dissector-Pull-BPF-program-assignment-up-to-bpf.patch
	patches.suse/bpf-netns-Keep-attached-programs-in-bpf_prog_array.patch
	patches.suse/bpf-netns-Keep-a-list-of-attached-bpf_link-s.patch
	patches.suse/selftests-bpf-Test-updating-flow_dissector-link-with.patch
	patches.suse/bpf-flow_dissector-Check-value-of-unused-flags-to-BP.patch
	patches.suse/bpf-flow_dissector-Check-value-of-unused-flags-to-BP-4ac2add6.patch
	patches.suse/bpf-sockmap-Check-value-of-unused-args-to-BPF_PROG_A.patch
	patches.suse/bpf-sockmap-Require-attach_bpf_fd-when-detaching-a-p.patch
	patches.suse/selftests-bpf-Pass-program-and-target_fd-in-flow_dis.patch
	patches.suse/selftests-bpf-Pass-program-to-bpf_prog_detach-in-flo.patch
	patches.suse/bpf-netns-Fix-use-after-free-in-pernet-pre_exit-call.patch
	patches.suse/bpf-Fix-an-incorrect-branch-elimination-by-verifier.patch
	patches.suse/bpf-Add-tests-for-PTR_TO_BTF_ID-vs.-null-comparison.patch
	patches.suse/net-cxgb4-fix-return-error-value-in-t4_prep_fw.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/hinic-fix-passing-non-negative-value-to-ERR_PTR.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/netfilter-ipset-call-ip_set_free-instead-of-kfree.patch
	patches.suse/netfilter-conntrack-refetch-conntrack-after-nf_connt.patch
	patches.suse/hinic-fix-sending-mailbox-timeout-in-aeq-event-work.patch
	patches.suse/net-rmnet-fix-lower-interface-leak.patch
	patches.suse/net-rmnet-do-not-allow-to-add-multiple-bridge-interf.patch
	patches.suse/smsc95xx-check-return-value-of-smsc95xx_reset.patch
	patches.suse/smsc95xx-avoid-memory-leak-in-smsc95xx_bind.patch
	patches.suse/net-hns3-check-reset-pending-after-FLR-prepare.patch
	patches.suse/net-hns3-fix-for-mishandle-of-asserting-VF-reset-fai.patch
	patches.suse/net-hns3-add-a-missing-uninit-debugfs-when-unload-dr.patch
	patches.suse/net-hns3-fix-use-after-free-when-doing-self-test.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/net-ethernet-fec-prevent-tx-starvation-under-high-rx-load.patch
	patches.suse/ipv4-fill-fl4_icmp_-type-code-in-ping_v4_sendmsg.patch
	patches.suse/net-mlx5e-Do-not-include-rwlock.h-directly.patch
	patches.suse/net-sched-act_ct-add-miss-tcf_lastuse_update.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/net-qed-fix-buffer-overflow-on-ethtool-d.patch
	patches.suse/vlan-consolidate-VLAN-parsing-code-and-limit-max-par.patch
	patches.suse/ionic-centralize-queue-reset-code.patch
	patches.suse/net-atlantic-fix-ip-dst-and-ipv6-address-filters.patch
	patches.suse/net-smc-separate-llc-wait-queues-for-flow-and-messages
	patches.suse/net-smc-fix-work-request-handling
	patches.suse/net-smc-fix-sleep-bug-in-smc_pnet_find_roce_resource
	patches.suse/net-smc-switch-smcd_dev_list-spinlock-to-mutex
	patches.suse/net-smc-tolerate-future-smcd-versions
	patches.suse/l2tp-remove-skb_dst_set-from-l2tp_xmit_skb.patch
	patches.suse/cxgb4-fix-all-mask-IP-address-comparison.patch
	patches.suse/qed-Populate-nvm-file-attributes-while-reading-nvm-c.patch
	patches.suse/net_sched-fix-a-memory-leak-in-atm_tc_init.patch
	patches.suse/ethtool-fix-genlmsg_put-failure-handling-in-ethnl_de.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-mlx5-E-Switch-Fix-vlan-or-qos-setting-in-legacy-.patch
	patches.suse/net-mxl5e-Verify-that-rpriv-is-not-NULL.patch
	patches.suse/net-mlx5e-Fix-usage-of-rcu-protected-pointer.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/net-mlx5e-Fix-port-buffers-cell-size-value.patch
	patches.suse/net-mlx5e-CT-Fix-memory-leak-in-cleanup.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/selftests-bpf-Fix-detach-from-sockmap-tests.patch
	patches.suse/libbpf-Fix-libbpf-hashmap-on-I-LP32-architectures.patch
	patches.suse/bnxt_en-fix-NULL-dereference-in-case-SR-IOV-configur.patch
	patches.suse/net-macb-fix-wakeup-test-in-runtime-suspend-resume-r.patch
	patches.suse/net-macb-mark-device-wake-capable-when-magic-packet-.patch
	patches.suse/net-macb-fix-macb_get-set_wol-when-moving-to-phylink.patch
	patches.suse/net-macb-fix-macb_suspend-by-removing-call-to-netif_.patch
	patches.suse/net-macb-fix-call-to-pm_runtime-in-the-suspend-resum.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/smb3-fix-access-denied-on-change-notify-request-to-some-servers.patch
	patches.suse/cifs-remove-the-retry-in-cifs_poxis_lock_set.patch
	patches.suse/smb3-fix-unneeded-error-message-on-change-notify.patch
	patches.suse/cifs-fix-reference-leak-for-tlink.patch
	patches.suse/05-cifs-update-internal-module-version-number.patch
	patches.suse/libnvdimm-security-Fix-key-lookup-permissions.patch
	patches.suse/powerpc-64s-exception-Fix-0x1500-interrupt-handler-c.patch
	patches.suse/scsi-mpt3sas-fix-unlock-imbalance
	patches.suse/scsi-mpt3sas-fix-error-returns-in-brm_status_show
	patches.suse/scsi-dh-Add-Fujitsu-device-to-devinfo-and-dh-lists.patch
	patches.suse/iommu-sun50i-change-the-readl-timeout-to-the-atomic-variant
	patches.suse/iommu-sun50i-remove-unused-variable
	patches.suse/iommu-sun50i_iommu-should-depend-on-has_dma
	patches.suse/iommu-amd-make-amd_iommu_apply_ivrs_quirks-static-inline
	patches.suse/iommu-fix-use-after-free-in-iommu_release_device
	patches.suse/iommu-arm-smmu-mark-qcom_smmu_client_of_match-as-possibly-unused
	patches.suse/Input-add-SW_MACHINE_COVER.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-idxd-fix-cdev-locking-for-open-and-release.patch
	patches.suse/dmaengine-sh-usb-dmac-set-tx_result-parameters.patch
	patches.suse/dmaengine-idxd-fix-hw-descriptor-fields-for-delta-re.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-idxd-cleanup-workqueue-config-after-disabl.patch
	patches.suse/dmaengine-idxd-fix-misc-interrupt-handler-thread-unm.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-int340x_thermal-Prevent-page-fault-on-.set_m.patch
	patches.suse/thermal-int3403_thermal-Downgrade-error-message.patch
	patches.suse/Revert-thermal-mediatek-fix-register-index-error.patch
	patches.suse/tty-serial-fix-serial_core-c-kernel-doc-warnings.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/misc-atmel-ssc-lock-with-mutex-instead-of-spinlock.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/coresight-cti-Fix-error-handling-in-probe.patch
	patches.suse/coresight-etmv4-Fix-CPU-power-management-setup-in-pr.patch
	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/1423-drm-vmwgfx-fix-update-of-display-surface-when-resolu.patch
	patches.suse/1424-drm-aspeed-Call-drm_fbdev_generic_setup-after-drm_de.patch
	patches.suse/1425-dmabuf-use-spinlock-to-access-dmabuf-name.patch
	patches.suse/1426-drm-i915-selftests-Fix-compare-functions-provided-fo.patch
	patches.suse/1427-drm-i915-perf-Use-GTT-when-saving-restoring-engine-G.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/1431-drm-i915-Recalculate-FBC-w-a-stride-when-needed.patch
	patches.suse/drm-amdgpu-gfx10-fix-race-condition-for-kiq.patch
	patches.suse/drm-amdgpu-fix-preemption-unit-test.patch
	patches.suse/1434-drm-amdgpu-display-create-fake-mst-encoders-ahead-of.patch
	patches.suse/1435-drm-amd-display-OLED-panel-backlight-adjust-not-work.patch
	patches.suse/1436-drm-amd-display-handle-failed-allocation-during-stre.patch
	patches.suse/1437-drm-amdgpu-powerplay-Modify-SMC-message-name-for-set.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-add-missing-dependency-on-SoundWire.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/ovl-relax-WARN_ON-when-decoding-lower-directory-file.patch
	patches.suse/ovl-fix-regression-with-re-formatted-lower-squashfs.patch
	patches.suse/ovl-fix-unneeded-call-to-ovl_change_flags.patch
	patches.suse/0026-fuse-use-reconfigure-instead-of-remount_fs.patch
	patches.suse/0027-fuse-ignore-data-argument-of-mount-ms_remount.patch
	patches.suse/0028-fuse-reject-options-on-reconfigure-via-fsconfig2.patch
	patches.suse/fuse-don-t-ignore-errors-from-fuse_writepages_fill.patch
	patches.suse/fuse-fix-parameter-for-fs_ioc_-get-set-flags.patch
	patches.suse/nvme-explicitly-update-mpath-disk-capacity-on-revali.patch
	patches.suse/efi-libstub-arm64-Retain-2MB-kernel-Image-alignment-.patch
	patches.suse/drivers-perf-Fix-kernel-panic-when-rmmod-PMU-modules.patch
	patches.suse/arm64-ptrace-Use-NO_SYSCALL-instead-of-1-in-syscall_.patch
	patches.suse/drivers-perf-prevent-forced-unbinding-of-pmu-drivers.patch
	patches.suse/ARM-dts-imx6qdl-gw551x-fix-audio-SSI.patch
	patches.suse/bus-ti-sysc-Do-not-disable-on-suspend-for-no-idle.patch
	patches.suse/ARM-dts-Fix-dcan-driver-probe-failed-on-am437x-platform.patch
	patches.suse/ARM-dts-socfpga-Align-L2-cache-controller-nodename-with-dtschema.patch
	patches.suse/NFS-Fix-interrupted-slots-by-sending-a-solo-SEQUENCE.patch
	patches.suse/xprtrdma-fix-incorrect-header-size-calculations.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/scsi-megaraid_sas-Remove-undefined-ENABLE_IRQ_POLL-macro
	patches.suse/dma-direct-provide-function-to-check-physical-memory-area-validity
	patches.suse/dma-pool-get-rid-of-dma_in_atomic_pool
	patches.suse/dma-pool-introduce-dma_guess_pool
	patches.suse/dma-pool-make-sure-atomic-pool-suits-device
	patches.suse/dma-pool-do-not-allocate-pool-memory-from-cma
	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/timer-Prevent-base-clk-from-moving-backward.patch
	patches.suse/timer-Fix-wheel-index-calculation-on-last-level.patch
	patches.suse/vfio-pci-fix-racy-on-error-and-request-eventfd-ctx
	patches.suse/ALSA-info-Drop-WARN_ON-from-buffer-NULL-sanity-check.patch
	patches.suse/ASoC-qcom-Drop-HAS_DMA-dependency-to-fix-link-failur.patch
	patches.suse/ASoC-Intel-cht_bsw_rt5672-Change-bus-format-to-I2S-2.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-rt5682-cancel-jack_detect_work-if-hs_jack-is-2.patch
	patches.suse/ASoC-amd-Rectifying-Unbalanced-pm_runtime_enable-iss.patch
	patches.suse/ASoC-rockchip-add-format-and-rate-constraints-on-rk3.patch
	patches.suse/ASoC-core-Remove-only-the-registered-component-in-de.patch
	patches.suse/ASoC-SOF-core-fix-null-ptr-deref-bug-during-device-r.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-soc-dai-set-dai_link-dpcm_-flags-with-a-helper.patch
	patches.suse/ASoC-Intel-bdw-rt5677-fix-non-BE-conversion.patch
	patches.suse/ASoC-SOF-imx-add-min-max-channels-for-SAI-ESAI-on-i..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-rt5682-Enable-Vref2-under-using-PLL2.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/exfat-fix-overflow-issue-in-exfat_cluster_to_sector.patch
	patches.suse/exfat-fix-wrong-hint_stat-initialization-in-exfat_find_dir_entry.patch
	patches.suse/exfat-fix-wrong-size-update-of-stream-entry-by-typo.patch
	patches.suse/exfat-fix-name_hash-computation-on-big-endian-systems.patch
	patches.suse/s390-cpum_cf-perf-change-dflt_ccerror-counter-name
	patches.suse/drm-sun4i-hdmi-Fix-inverted-HPD-result.patch
	patches.suse/1440-drm-lima-fix-wait-pp-reset-timeout.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-hns-Fix-wrong-assignment-of-lp_pktn_ini-in-QPC.patch
	patches.suse/RDMA-hns-Fix-wrong-PBL-offset-when-VA-is-not-aligned.patch
	patches.suse/RDMA-core-Fix-race-in-rdma_alloc_commit_uobject.patch
	patches.suse/RDMA-cm-Protect-access-to-remote_sidr_table.patch
	patches.suse/RDMA-mlx5-Prevent-prefetch-from-racing-with-implicit.patch
	patches.suse/iommu-qcom-use-domain-rather-than-dev-as-tlb-cookie
	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/mm-memcg-fix-refcount-error-while-moving-and-swapping.patch
	patches.suse/io-mapping-indicate-mapping-failure.patch
	patches.suse/nfsd-show_open-NULL-deref.patch
	patches.suse/nfsd4-fix-NULL-dereference-in-nfsd-clients-display-c.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/iwlwifi-mvm-don-t-call-iwl_mvm_free_inactive_queue-u.patch
	patches.suse/iwlwifi-fix-crash-in-iwl_dbg_tlv_alloc_trigger.patch
	patches.suse/mt76-mt76x02-do-not-access-uninitialized-NAPI-struct.patch
	patches.suse/mt76-mt7663u-fix-memory-leaks-in-mt7663u_probe.patch
	patches.suse/mt76-mt7615-fix-EEPROM-buffer-size.patch
	patches.suse/hippi-Fix-a-size-used-in-a-pci_free_consistent-in-an.patch
	patches.suse/gianfar-Use-random-MAC-address-when-none-is-given.patch
	patches.suse/qed-Disable-MFW-indication-via-attention-SPAM-every-.patch
	patches.suse/dpaa2-eth-check-fsl_mc_get_endpoint-for-IS_ERR_OR_NU.patch
	patches.suse/vsock-virtio-annotate-the_virtio_vsock-RCU-pointer.patch
	patches.suse/ax88172a-fix-ax88172a_unbind-failures.patch
	patches.suse/net-fec-fix-hardware-time-stamping-by-external-devices.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/net-smc91x-Fix-possible-memory-leak-in-smc_drv_probe.patch
	patches.suse/nfc-nci-add-missed-destroy_workqueue-in-nci_register.patch
	patches.suse/0091-net-atlantic-disable-PTP-on-AQC111-AQC112.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-handle-unexpected-response-types-for-confirm-link
	patches.suse/net-smc-clear-link-during-smc-client-link-down-processing
	patches.suse/net-smc-fix-link-lookup-for-new-rdma-connections
	patches.suse/net-smc-protect-smc-ib-device-initialization
	patches.suse/net-smc-drop-out-of-flow-llc-response-messages
	patches.suse/net-smc-move-add-link-processing-for-new-device-into-llc-layer
	patches.suse/net-smc-fix-handling-of-delete-link-requests
	patches.suse/net-smc-do-not-call-dma-sync-for-unmapped-memory
	patches.suse/net-smc-remove-freed-buffer-from-list
	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/net-smc-fix-dmb-buffer-shortage
	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/crypto-chtls-fix-tls-alert-messages-corrupted-by-tls.patch
	patches.suse/crypto-chtls-correct-net_device-reference-count.patch
	patches.suse/nfc-s3fwrn5-add-missing-release-on-skb-in-s3fwrn5_re.patch
	patches.suse/net-sched-act_ct-fix-restore-the-qdisc_skb_cb-after-.patch
	patches.suse/net-ag71xx-add-missed-clk_disable_unprepare-in-error.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-unmapping-TX-buffer-correctly.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/net-ethernet-ave-Fix-error-returns-in-ave_init.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/net-atlantic-fix-PTP-on-AQC10X.patch
	patches.suse/cxgb4-add-missing-release-on-skb-in-uld_send.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/netfilter-nf_tables-fix-nat-hook-table-deletion.patch
	patches.suse/0001-ipvs-fix-the-connection-sync-failed-in-some-cases.patch
	patches.suse/flow_offload-Move-rhashtable-inclusion-to-the-source.patch
	patches.suse/ath9k-Fix-regression-with-Atheros-9271.patch
	patches.suse/iwlwifi-Make-some-Killer-Wireless-AC-1550-cards-work.patch
	patches.suse/ath10k-Fix-NULL-pointer-dereference-in-AHB-device-pr.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/Revert-cifs-Fix-the-target-file-was-deleted-when-rename-failed-.patch
	patches.suse/efi-x86-Remove-unused-variables.patch
	patches.suse/efi-x86-Only-copy-upto-the-end-of-setup_header.patch
	patches.suse/efi-libstub-Fix-gcc-error-around-__umoddi3-for-32-bi.patch
	patches.suse/efi-libstub-Move-the-function-prototypes-to-header-f.patch
	patches.suse/efi-efivars-Expose-RT-service-availability-via-efiva.patch
	patches.suse/efi-Revert-efi-x86-Fix-build-with-gcc-4.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/scsi-core-Run-queue-in-case-of-I-O-resource-contenti.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/ARM-dts-sunxi-Relax-a-bit-the-CMA-pool-allocation-range.patch
	patches.suse/ARM-dts-imx6sx-sdb-Fix-the-phy-mode-on-fec2.patch
	patches.suse/ARM-dts-imx6sx-sabreauto-Fix-the-phy-mode-on-fec2.patch
	patches.suse/ARM-dts-imx6qdl-icore-Fix-OTG_ID-pin-and-sdcard-detect.patch
	patches.suse/ARM-dts-armada-38x-fix-NETA-lockup-when-repeatedly-switching-speeds.patch
	patches.suse/random32-update-the-net-random-state-on-interrupt-an.patch
	patches.suse/1444-drm-nouveau-disp-gm200-fix-regression-from-HDA-SOR-s.patch
	patches.suse/1445-drm-nouveau-kms-gf100-use-correct-format-modifiers.patch
	patches.suse/1446-drm-nouveau-kms-tu102-wait-for-core-update-to-comple.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/1449-drm-of-Fix-double-free-bug.patch
	patches.suse/1450-drm-bridge-adv7511-set-the-bridge-type-properly.patch
	patches.suse/1451-drm-panel-simple-Delay-HPD-checking-on-boe_nv133fhm_.patch
	patches.suse/1452-drm-panel-Fix-auo-kd101n80-45na-horizontal-noise-on-.patch
	patches.suse/1453-drm-bridge-nwl-dsi-Drop-DRM_BRIDGE_ATTACH_NO_CONNECT.patch
	patches.suse/1454-drm-mcde-Fix-stability-issue.patch
	patches.suse/1455-drm-drm_fb_helper-fix-fbdev-with-sparc64.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-tcp-fix-possible-hang-waiting-for-icresp-respon.patch
	patches.suse/nvme-pci-prevent-SK-hynix-PC400-from-using-Write-Zer.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/1458-drm-nouveau-Accept-legacy-format-modifiers.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/1461-Revert-drm-amdgpu-Fix-NULL-dereference-in-dpm-sysfs-.patch
	patches.suse/ALSA-usb-audio-Add-implicit-feedback-quirk-for-SSLx.patch
	patches.suse/0545-ALSA-hda-realtek-enable-headset-mic-of-ASUS-ROG-Zeph.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-cm-Add-min-length-checks-to-user-structure-copi.patch
	patches.suse/RDMA-mlx5-Fix-prefetch-memory-leak-if-get_prefetchab.patch
	patches.suse/RDMA-mlx5-Allow-providing-extra-scatter-CQE-QP-flag.patch
	patches.suse/IB-rdmavt-Fix-RQ-counting-issues-causing-use-of-an-i.patch
	patches.suse/RDMA-mlx5-Initialize-QP-mutex-for-the-debug-kernels.patch
	patches.suse/RDMA-core-Stop-DIM-before-destroying-CQ.patch
	patches.suse/RDMA-core-Free-DIM-memory-in-error-unwind.patch
	patches.suse/ARM-8986-1-hw_breakpoint-Don-t-invoke-overflow-handler-on-uaccess-watchpoints.patch
	patches.suse/arm64-csum-Fix-handling-of-bad-packets.patch
	patches.suse/powerpc-64s-hash-Fix-hash_preload-running-with-inter.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/net-mscc-ocelot-fix-hardware-timestamp-dequeue-logic.patch
	patches.suse/net-hns3-fix-desc-filling-bug-when-skb-is-expanded-o.patch
	patches.suse/net-hns3-fix-a-TX-timeout-issue.patch
	patches.suse/net-hns3-add-reset-check-for-VF-updating-port-based-.patch
	patches.suse/net-hns3-fix-aRFS-FD-rules-leftover-after-add-a-user.patch
	patches.suse/net-hns3-fix-for-VLAN-config-when-reset-failed.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-mlx5-E-switch-Destroy-TSAR-after-reload-interfac.patch
	patches.suse/net-mlx5-Fix-forward-to-next-namespace.patch
	patches.suse/net-mlx5e-Fix-error-path-of-device-attach.patch
	patches.suse/net-mlx5e-Fix-missing-cleanup-of-ethtool-steering-du.patch
	patches.suse/net-mlx5-Fix-a-bug-of-using-ptp-channel-index-as-pin.patch
	patches.suse/net-mlx5-Verify-Hardware-supports-requested-ptp-func.patch
	patches.suse/net-mlx5e-Fix-slab-out-of-bounds-in-mlx5e_rep_is_lag.patch
	patches.suse/net-mlx5-Query-PPS-pin-operational-status-before-reg.patch
	patches.suse/net-mlx5e-Modify-uplink-state-on-interface-up-down.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/bareudp-forbid-mixing-IP-and-MPLS-in-multiproto-mode.patch
	patches.suse/Documentation-bareudp-Corrected-description-of-bareu.patch
	patches.suse/vxlan-Ensure-FDB-dump-is-performed-under-RCU.patch
	patches.suse/ipv4-Silence-suspicious-RCU-usage-warning.patch
	patches.suse/mlxsw-spectrum_router-Allow-programming-link-local-h.patch
	patches.suse/mlxsw-spectrum-Use-different-trap-group-for-external.patch
	patches.suse/mlxsw-core-Increase-scope-of-RCU-read-side-critical-.patch
	patches.suse/mlxsw-core-Free-EMAD-transactions-using-kfree_rcu.patch
	patches.suse/mlxsw-spectrum_router-Fix-use-after-free-in-router-i.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/selftests-bpf-fix-netdevsim-trap_flow_action_cookie-.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-nixge-fix-potential-memory-leak-in-nixge_probe.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/net-gemini-Fix-missing-clk_disable_unprepare-in-erro.patch
	patches.suse/mac80211-fix-warning-in-6-GHz-IE-addition-in-mesh-mo.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/mac80211-Fix-bug-in-Tx-ack-status-reporting-in-802.3.patch
	patches.suse/mac80211-remove-STA-txq-pending-airtime-underflow-wa.patch
	patches.suse/net-sched-The-error-lable-position-is-corrected-in-c.patch
	patches.suse/e1000e-continue-to-init-PHY-even-when-failed-to-disa.patch
	patches.suse/igb-reinit_locked-should-be-called-with-rtnl_lock.patch
	patches.suse/net-mlx5e-CT-Support-restore-ipv6-tunnel.patch
	patches.suse/net-mlx5e-E-Switch-Add-misc-bit-when-misc-fields-cha.patch
	patches.suse/net-mlx5e-E-Switch-Specify-flow_source-for-rule-with.patch
	patches.suse/net-mlx5e-fix-bpf_prog-reference-count-leaks-in-mlx5.patch
	patches.suse/xfrm-policy-match-with-both-mark-and-mask-on-user-in.patch
	patches.suse/xfrm-esp6-fix-encapsulation-header-offset-computatio.patch
	patches.suse/espintcp-support-non-blocking-sends.patch
	patches.suse/espintcp-recv-should-return-0-when-the-peer-socket-i.patch
	patches.suse/xfrm-policy-fix-IPv6-only-espintcp-compilation.patch
	patches.suse/xfrm-Fix-crash-when-the-hold-queue-is-used.patch
	patches.suse/af_key-pfkey_dump-needs-parameter-validation.patch
	patches.suse/xfrm-esp6-fix-the-location-of-the-transport-header-w.patch
	patches.suse/espintcp-handle-short-messages-instead-of-breaking-t.patch
	patches.suse/espintcp-count-packets-dropped-in-espintcp_rcv.patch
	patches.suse/selftests-bpf-Fix-cgroup-sockopt-verifier-test.patch
	patches.suse/bpf-Fix-NULL-pointer-dereference-in-__btf_resolve_he.patch
	patches.suse/bpf-Fix-map-leak-in-HASH_OF_MAPS-map.patch
	patches.suse/selftests-bpf-Extend-map-in-map-selftest-to-detect-m.patch
	patches.suse/net-bpfilter-Initialize-pos-in-__bpfilter_process_so.patch
	patches.suse/vxlan-fix-memleak-of-fdb.patch
	patches.suse/kvm-lapic-prevent-setting-the-tscdeadline-timer-if-t.patch
	patches.suse/x86-i8259-Use-printk_deferred-to-prevent-deadlock.patch
	patches.suse/tpm-Require-that-all-digests-are-present-in-TCG_PCR_.patch
	patches.suse/tpm-Unify-the-mismatching-TPM-space-buffer-sizes.patch
	patches.suse/acpi-Extend-TPM2-ACPI-table-with-missing-log-fields.patch
	patches.suse/tpm-Add-support-for-event-log-pointer-found-in-TPM2-.patch
	patches.suse/btrfs-remove-no-longer-necessary-chunk-mutex-locking.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/btrfs-allow-btrfs_truncate_block-to-fallback-to-noco.patch
	patches.suse/btrfs-tracepoints-fix-btrfs_trigger_flush-symbolic-string-for-flags.patch
	patches.suse/btrfs-tracepoints-convert-flush-states-to-using-em-macros.patch
	patches.suse/btrfs-make-btrfs_set_extent_delalloc-take-btrfs_inod.patch
	patches.suse/btrfs-make-btrfs_dirty_pages-take-btrfs_inode.patch
	patches.suse/0001-btrfs-only-commit-the-delayed-inode-when-doing-a-ful.patch
	patches.suse/btrfs-only-commit-delayed-items-at-fsync-if-we-are-l.patch
	patches.suse/btrfs-stop-incremening-log_batch-for-the-log-root-tr.patch
	patches.suse/btrfs-remove-no-longer-needed-use-of-log_writers-for.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/btrfs-add-missing-check-for-nocow-and-compression-inode-flags.patch
	patches.suse/btrfs-reduce-contention-on-log-trees-when-logging-ch.patch
	patches.suse/btrfs-open-device-without-device_list_mutex.patch
	patches.suse/btrfs-move-the-chunk_mutex-in-btrfs_read_chunk_tree.patch
	patches.suse/btrfs-fix-race-between-page-release-and-a-fast-fsync.patch
	patches.suse/btrfs-release-old-extent-maps-during-page-release.patch
	patches.suse/btrfs-do-not-set-the-full-sync-flag-on-the-inode-dur.patch
	patches.suse/crypto-qat-convert-to-SPDX-License-Identifiers.patch
	patches.suse/crypto-algif_aead-Only-wake-up-when-ctx-more-is-zero.patch
	patches.suse/crypto-caam-add-clock-info-for-vfxxx-socs.patch
	patches.suse/crypto-caam-qi2-add-support-for-dpseci_reset.patch
	patches.suse/crypto-qat-replace-user-types-with-kernel-u-types.patch
	patches.suse/crypto-qat-replace-user-types-with-kernel-ABI-__u-ty.patch
	patches.suse/crypto-qat-remove-packed-attribute-in-etr-structs.patch
	patches.suse/crc-t10dif-Fix-potential-crypto-notify-dead-lock.patch
	patches.suse/crypto-caam-qi2-remove-redundant-assignment-to-ret.patch
	patches.suse/crypto-qat-update-fw-init-admin-msg.patch
	patches.suse/crypto-qat-send-admin-messages-to-set-of-AEs.patch
	patches.suse/crypto-qat-update-timeout-logic-in-put-admin-msg.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-caam-qi2-fix-return-code-in-ahash_finup_no_ctx.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-qat-allow-xts-requests-not-multiple-of-block.patch
	patches.suse/crypto-qat-validate-xts-key.patch
	patches.suse/crypto-qat-remove-unused-field-in-skcipher-ctx.patch
	patches.suse/crypto-qat-fallback-for-xts-with-192-bit-keys.patch
	patches.suse/crypto-af_alg-Fix-regression-on-empty-requests.patch
	patches.suse/crypto-aesni-Fix-build-with-LLVM_IAS-1.patch
	patches.suse/crypto-caam-remove-broken-arc4-support.patch
	patches.suse/crypto-chelsio-permit-asynchronous-skcipher-as-fallb.patch
	patches.suse/crypto-lib-sha256-add-sha256-function.patch
	patches.suse/efi-use-sha256-instead-of-open-coding.patch
	patches.suse/crypto-algapi-introduce-the-flag-CRYPTO_ALG_ALLOCATE.patch
	patches.suse/crypto-drivers-set-the-flag-CRYPTO_ALG_ALLOCATES_MEM.patch
	patches.suse/crypto-chelsio-Avoid-some-code-duplication.patch
	patches.suse/crypto-chelsio-Fix-some-pr_xxx-messages.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/crypto-caam-remove-deadcode-on-32-bit-platforms.patch
	patches.suse/crypto-caam-qi2-fix-error-reporting-for-caam_hash_alloc.patch
	patches.suse/crypto-caam-qi2-create-ahash-shared-descriptors-only-once.patch
	patches.suse/crypto-caam-silence-setkey-in-case-of-bad-key-length.patch
	patches.suse/crypto-caam-jr-remove-incorrect-reference-to-caam_jr_register.patch
	patches.suse/crypto-caam-add-more-rng-hw-error-codes.patch
	patches.suse/crypto-caam-qi2-add-module-alias.patch
	patches.suse/mtd-properly-check-all-write-ioctls-for-permissions.patch
	patches.suse/blk-mq-merge-blk-softirq.c-into-blk-mq.c.patch
	patches.suse/blk-mq-factor-out-a-helper-to-reise-the-block-softir.patch
	patches.suse/blk-mq-remove-raise_blk_irq.patch
	patches.suse/blk-mq-complete-polled-requests-directly.patch
	patches.suse/blk-mq-short-cut-the-IPI-path-in-blk_mq_force_comple.patch
	patches.suse/blk-mq-merge-the-softirq-vs-non-softirq-IPI-logic.patch
	patches.suse/blk-mq-move-failure-injection-out-of-blk_mq_complete.patch
	patches.suse/blk-mq-remove-the-get_cpu-put_cpu-pair-in-blk_mq_com.patch
	patches.suse/blk-mq-factor-out-a-blk_mq_complete_need_ipi-helper.patch
	patches.suse/blk-mq-add-a-new-blk_mq_complete_request_remote-API.patch
	patches.suse/nvme-rdma-factor-out-a-nvme_rdma_end_request-helper.patch
	patches.suse/nvme-use-blk_mq_complete_request_remote-to-avoid-an-.patch
	patches.suse/0007-block-add-docs-for-gendisk-request_queue-refcount-he.patch
	patches.suse/block-clarify-context-for-refcount-increment-helpers.patch
	patches.suse/0008-block-revert-back-to-synchronous-request_queue-remov.patch
	patches.suse/blktrace-annotate-required-lock-on-do_blk_trace_setu.patch
	patches.suse/loop-be-paranoid-on-exit-and-prevent-new-additions-r.patch
	patches.suse/0009-blktrace-fix-debugfs-use-after-free.patch
	patches.suse/block-bio-Use-struct_size-in-kmalloc.patch
	patches.suse/blk-iocost-Use-struct_size-in-kzalloc_node.patch
	patches.suse/nvme-rdma-fix-a-missing-completion-with-remove-inval.patch
	patches.suse/tty-sysrq-emergency_thaw_all-does-not-depend-on-CONF.patch
	patches.suse/block-mark-bd_finish_claiming-static.patch
	patches.suse/fs-remove-an-unused-block_device_operations-forward-.patch
	patches.suse/fs-remove-the-HAVE_UNLOCKED_IOCTL-and-HAVE_COMPAT_IO.patch
	patches.suse/fs-remove-the-mount_bdev-and-kill_block_super-stubs.patch
	patches.suse/block-simplify-sb_is_blkdev_sb.patch
	patches.suse/block-move-block-related-definitions-out-of-fs.h.patch
	patches.suse/fs-move-the-buffer_heads_over_limit-stub-to-buffer_h.patch
	patches.suse/block-reduce-ifdef-CONFIG_BLOCK-madness-in-headers.patch
	patches.suse/block-move-struct-block_device-to-blk_types.h.patch
	patches.suse/blktrace-Provide-event-for-request-merging.patch
	patches.suse/blk-rq-qos-remove-redundant-finish_wait-to-rq_qos_wa.patch
	patches.suse/dm-use-bio_uninit-instead-of-bio_disassociate_blkg.patch
	patches.suse/block-remove-bio_disassociate_blkg.patch
	patches.suse/block-really-clone-the-block-cgroup-in-bio_clone_blk.patch
	patches.suse/block-merge-__bio_associate_blkg-into-bio_associate_.patch
	patches.suse/block-move-bio_associate_blkg_from_page-to-mm-page_i.patch
	patches.suse/block-move-the-bio-cgroup-associatation-helpers-to-b.patch
	patches.suse/block-merge-blkg_lookup_create-and-__blkg_lookup_cre.patch
	patches.suse/block-bypass-blkg_tryget_closest-for-the-root_blkg.patch
	patches.suse/block-move-the-initial-blkg-lookup-into-blkg_tryget_.patch
	patches.suse/blk-cgroup-remove-the-bio-bi_blkg-check-in-blkcg_bio.patch
	patches.suse/cgroup-unexport-cgroup_rstat_updated.patch
	patches.suse/blk-cgroup-move-rcu-locking-from-blkcg_bio_issue_che.patch
	patches.suse/blk-cgroup-remove-blkcg_bio_issue_check.patch
	patches.suse/blk-cgroup-remove-a-dead-check-in-blk_throtl_bio.patch
	patches.suse/blk-mq-put-driver-tag-when-this-request-is-completed.patch
	patches.suse/blk-mq-remove-the-BLK_MQ_REQ_INTERNAL-flag.patch
	patches.suse/blk-mq-pass-request-queue-into-get-put-budget-callba.patch
	patches.suse/blk-mq-pass-hctx-to-blk_mq_dispatch_rq_list.patch
	patches.suse/blk-mq-move-getting-driver-tag-and-budget-into-one-h.patch
	patches.suse/blk-mq-remove-dead-check-from-blk_mq_dispatch_rq_lis.patch
	patches.suse/blk-mq-pass-obtained-budget-count-to-blk_mq_dispatch.patch
	patches.suse/blk-mq-support-batching-dispatch-in-case-of-io.patch
	patches.suse/blk-mq-move-blk_mq_get_driver_tag-into-blk-mq.c.patch
	patches.suse/blk-mq-move-blk_mq_put_driver_tag-into-blk-mq.c.patch
	patches.suse/blk-mq-centralise-related-handling-into-blk_mq_get_d.patch
	patches.suse/blk-mq-remove-pointless-call-of-list_entry_rq-in-hct.patch
	patches.suse/nfblock-stop-using-queuedata.patch
	patches.suse/simdisk-stop-using-queuedata.patch
	patches.suse/drbd-stop-using-queuedata.patch
	patches.suse/null_blk-stop-using-queuedata-for-bio-mode.patch
	patches.suse/ps3vram-stop-using-queuedata.patch
	patches.suse/rsxx-stop-using-queuedata.patch
	patches.suse/umem-stop-using-queuedata.patch
	patches.suse/zram-stop-using-queuedata.patch
	patches.suse/bcache-stop-setting-queuedata.patch
	patches.suse/dm-stop-using-queuedata.patch
	patches.suse/fs-remove-a-weird-comment-in-submit_bh_wbc.patch
	patches.suse/block-remove-the-request_queue-argument-from-blk_que.patch
	patches.suse/block-tidy-up-a-warning-in-bio_check_ro.patch
	patches.suse/block-remove-the-NULL-queue-check-in-generic_make_re.patch
	patches.suse/block-remove-the-nr_sectors-variable-in-generic_make.patch
	patches.suse/block-move-make_request_fn-to-struct-block_device_op.patch
	patches.suse/block-rename-generic_make_request-to-submit_bio_noac.patch
	patches.suse/block-refator-submit_bio_noacct.patch
	patches.suse/block-shortcut-__submit_bio_noacct-for-blk-mq-driver.patch
	patches.suse/block-remove-direct_make_request.patch
	patches.suse/blk-iolatency-only-call-ktime_get-if-needed.patch
	patches.suse/floppy-use-block_size.patch
	patches.suse/dcssblk-don-t-set-bd_block_size-in-open.patch
	patches.suse/block-simplify-set_init_blocksize.patch
	patches.suse/block-remove-the-bd_block_size-field-from-struct-blo.patch
	patches.suse/block-remove-the-bd_queue-field-from-struct-block_de.patch
	patches.suse/block-remove-the-unused-bd_private-field-from-struct.patch
	patches.suse/block-remove-the-all_bdevs-list.patch
	patches.suse/0010-sbitmap-Consider-cleared-bits-in-sbitmap_bitmap_show.patch
	patches.suse/dm-remove-unused-variable.patch
	patches.suse/Revert-blk-mq-put-driver-tag-when-this-request-is-co.patch
	patches.suse/block-initialize-current-bio_list-1-in-__submit_bio_.patch
	patches.suse/block-remove-a-bogus-warning-in-__submit_bio_noacct_.patch
	patches.suse/blk-mq-streamline-handling-of-q-mq_ops-queue_rq-resu.patch
	patches.suse/blk-mq-centralise-related-handling-into-blk_mq_get_2.patch
	patches.suse/0025-md-switch-to-check_events-for-media-change-notificat.patch
	patches.suse/cdrom-remove-the-unused-cdrom_media_changed-function.patch
	patches.suse/block-remove-flush_disk.patch
	patches.suse/isofs-remove-a-stale-comment.patch
	patches.suse/xtensa-simdisk-remove-the-call-to-check_disk_change.patch
	patches.suse/mmc-remove-the-call-to-check_disk_change.patch
	patches.suse/drbd-remove-a-bogus-bdi_rw_congested-call.patch
	patches.suse/writeback-remove-set-clear-_wb_congested.patch
	patches.suse/writeback-remove-struct-bdi_writeback_congested.patch
	patches.suse/writeback-remove-bdi-congested_fn.patch
	patches.suse/blk-mq-Remove-unnecessary-local-variable.patch
	patches.suse/blk-mq-remove-redundant-validation-in-__blk_mq_end_r.patch
	patches.suse/block-relax-jiffies-rounding-for-timeouts.patch
	patches.suse/block-always-remove-partitions-from-blk_drop_partiti.patch
	patches.suse/Revert-blk-rq-qos-remove-redundant-finish_wait-to-rq.patch
	patches.suse/block-simplify-the-restart-case-in-__blkdev_get.patch
	patches.suse/block-refactor-bd_start_claiming.patch
	patches.suse/block-use-bd_prepare_to_claim-directly-in-the-loop-d.patch
	patches.suse/block-integrate-bd_start_claiming-into-__blkdev_get.patch
	patches.suse/block-remove-unnecessary-ioc-nested-locking.patch
	patches.suse/block-remove-retry-loop-in-ioc_release_fn.patch
	patches.suse/block-make-blk_timeout_init-static.patch
	patches.suse/block-defer-flush-request-no-matter-whether-we-have-.patch
	patches.suse/block-change-REQ_OP_ZONE_RESET-and-REQ_OP_ZONE_RESET.patch
	patches.suse/0001-block-improve-discard-bio-alignment-in-__blkdev_issu.patch
	patches.suse/blk-cgroup-make-iostat-functions-visible-to-stat-pri.patch
	patches.suse/blk-cgroup-show-global-disk-stats-in-root-cgroup-io..patch
	patches.suse/block-Use-non-_rcu-version-of-list-functions-for-tag.patch
	patches.suse/iocost-Fix-check-condition-of-iocg-abs_vdebt.patch
	patches.suse/block-bfq-iosched-fix-duplicated-word.patch
	patches.suse/block-bio-delete-duplicated-words.patch
	patches.suse/block-elevator-delete-duplicated-word-and-fix-typos.patch
	patches.suse/block-genhd-delete-duplicated-words.patch
	patches.suse/block-blk-mq-sched-delete-duplicated-word.patch
	patches.suse/block-blk-timeout-delete-duplicated-word.patch
	patches.suse/block-provide-plug-based-way-of-signaling-forced-no-.patch
	patches.suse/s390-zcrypt-fix-smatch-warnings
	patches.suse/s390-zcrypt-code-beautification-and-struct-field-renames
	patches.suse/s390-zcrypt-split-ioctl-function-into-smaller-code-units
	patches.suse/s390-ap-rename-and-clarify-ap-state-machine-related-stuff
	patches.suse/s390-zcrypt-provide-cex4-cca-sysfs-attributes-for-cex3
	patches.suse/s390-ap-rework-crypto-config-info-and-default-domain-code
	patches.suse/s390-qdio-fix-statistics-for-128-sbals
	patches.suse/s390-qdio-allow-to-scan-all-128-input-sbals
	patches.suse/s390-qdio-remove-internal-polling-in-non-thinint-path
	patches.suse/0001-video-fbdev-remove-fb-puv3-driver.patch
	patches.suse/crash_core-vmcoreinfo-Append-MAX_PHYSMEM_BITS-to-vmc.patch
	patches.suse/arm64-crash_core-Export-TCR_EL1.T1SZ-in-vmcoreinfo.patch
	patches.suse/arm64-acpi-disallow-AML-memory-opregions-to-access-k.patch
	patches.suse/arm64-perf-Correct-the-event-index-in-sysfs.patch
	patches.suse/arm64-perf-Expose-some-new-events-via-sysfs.patch
	patches.suse/ACPI-IORT-Make-iort_match_node_callback-walk-the-ACP.patch
	patches.suse/ACPI-IORT-Make-iort_get_device_domain-IRQ-domain-agn.patch
	patches.suse/ACPI-IORT-Make-iort_msi_map_rid-PCI-agnostic.patch
	patches.suse/ACPI-IORT-Remove-useless-PCI-bus-walk.patch
	patches.suse/ACPI-IORT-Add-an-input-ID-to-acpi_dma_configure.patch
	patches.suse/of-iommu-Make-of_map_rid-PCI-agnostic.patch
	patches.suse/of-device-Add-input-id-to-of_dma_configure.patch
	patches.suse/dt-bindings-arm-fsl-Add-msi-map-device-tree-binding-.patch
	patches.suse/of-irq-make-of_msi_map_get_device_domain-bus-agnosti.patch
	patches.suse/of-irq-Make-of_msi_map_rid-PCI-bus-agnostic.patch
	patches.suse/bus-fsl-mc-Refactor-the-MSI-domain-creation-in-the-D.patch
	patches.suse/bus-fsl-mc-Add-ACPI-support-for-fsl-mc.patch
	patches.suse/arm64-Detect-the-ARMv8.4-TTL-feature.patch
	patches.suse/arm64-Add-level-hinted-TLB-invalidation-helper.patch
	patches.suse/arm64-Add-tlbi_user_level-TLB-invalidation-helper.patch
	patches.suse/tlb-mmu_gather-add-tlb_flush_-_range-APIs.patch
	patches.suse/arm64-tlb-Set-the-TTL-field-in-flush_tlb_range.patch
	patches.suse/arm64-tlb-Set-the-TTL-field-in-flush_-_tlb_range.patch
	patches.suse/arm64-Shift-the-__tlbi_level-indentation-left.patch
	patches.suse/arm64-tlb-don-t-set-the-ttl-value-in-flush_tlb_page_.patch
	patches.suse/arm64-tlb-Detect-the-ARMv8.4-TLBI-RANGE-feature.patch
	patches.suse/arm64-enable-tlbi-range-instructions.patch
	patches.suse/arm64-tlb-Use-the-TLBI-RANGE-feature-in-arm64.patch
	patches.suse/tools-bpf-Use-local-copy-of-headers-including-uapi-l.patch
	patches.suse/irqdomain-treewide-Free-firmware-node-after-domain-r.patch
	patches.suse/futex-Remove-put_futex_key.patch
	patches.suse/futex-Remove-needless-goto-s.patch
	patches.suse/futex-Consistently-use-fshared-as-boolean.patch
	patches.suse/futex-Remove-unused-or-redundant-includes.patch
	patches.suse/perf-x86-intel-uncore-add-comet-lake-support.patch
	patches.suse/perf-x86-intel-uncore-fix-oops-when-counting-imc-uncore-events-on-some-tgl.patch
	patches.suse/perf-x86-core-refactor-hw-idx-checks-and-cleanup.patch
	patches.suse/perf-x86-lbr-add-interface-to-get-lbr-information.patch
	patches.suse/perf-x86-add-constraint-to-create-guest-lbr-event-without-hw-counter.patch
	patches.suse/perf-x86-keep-lbr-records-unchanged-in-host-context-for-guest-usage.patch
	patches.suse/perf-x86-rapl-add-hygon-fam18h-rapl-support.patch
	patches.suse/sched-cputime-Improve-cputime_adjust.patch
	patches.suse/sched-pelt-Remove-redundant-cap_scale-definition.patch
	patches.suse/sched-core-Remove-redundant-preempt-param-from-sched_class-yield_to_task.patch
	patches.suse/sched-idle-stop-Remove-.get_rr_interval-from-sched_class.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/kthread-Switch-to-cpu_possible_mask.patch
	patches.suse/isolcpus-Affine-unbound-kernel-threads-to-housekeeping-cpus.patch
	patches.suse/sched-fair-fix-nohz-next-idle-balance.patch
	patches.suse/sched-correct-SD_flags-returned-by-tl-sd_flags.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/lib-Add-zstd-support-to-decompress.patch
	patches.suse/usr-Add-support-for-zstd-compressed-initramfs.patch
	patches.suse/x86-cpu-add-lakefield-alder-lake-and-rocket-lake-models-to-the-to-intel-cpu-family.patch
	patches.suse/x86-split_lock-enable-the-split-lock-feature-on-sapphire-rapids-and-alder-lake-cpus.patch
	patches.suse/x86-cpufeatures-add-enumeration-for-serialize-instruction.patch
	patches.suse/x86-cpu-relocate-sync_core-to-sync_core-h.patch
	patches.suse/x86-cpu-refactor-sync_core-for-readability.patch
	patches.suse/x86-platform-uv-Remove-support-for-UV1-platform-from-uv_time.patch
	patches.suse/x86-platform-uv-Remove-support-for-UV1-platform-from-uv_tlb.patch
	patches.suse/x86-platform-uv-Remove-support-for-UV1-platform-from-x2apic_uv_x.patch
	patches.suse/x86-platform-uv-Remove-support-for-UV1-platform-from-uv_mmrs.patch
	patches.suse/x86-platform-uv-Remove-support-for-UV1-platform-from-uv_bau.patch
	patches.suse/x86-platform-uv-Remove-support-for-uv1-platform-from-uv_hub.patch
	patches.suse/x86-platform-uv-Remove-support-for-UV1-platform-from-uv.patch
	patches.suse/x86-platform-uv-Remove-vestigial-mention-of-UV1-plat.patch
	patches.suse/x86-platform-uv-Remove-efi-old_map-command-line-opti.patch
	patches.suse/x86-efi-Delete-SGI-UV1-detection.patch
	patches.suse/x86-efi-Remove-references-to-no-longer-used-efi_have.patch
	patches.suse/x86-platform-uv-Remove-uv-bios-and-efi-code-related-.patch
	patches.suse/x86-efi-Remove-unused-EFI_UV1_MEMMAP-code.patch
	patches.suse/x86-mce-inject-fix-a-wrong-assignment-of-i_mce-status.patch
	patches.suse/x86-mce-edac-mce_amd-print-ppin-in-machine-check-records.patch
	patches.suse/platform-x86-intel_pmc_core-update-TGL-s-LPM0-reg-bi.patch
	patches.suse/platform-x86-intel_pmc_core-fix-bound-check-in-pmc_c.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/lib-string_helpers-Introduce-string_upper-and-string.patch
	patches.suse/platform-mellanox-mlxreg-hotplug-Modify-module-licen.patch
	patches.suse/platform-mellanox-mlxreg-hotplug-Use-capability-regi.patch
	patches.suse/platform-mellanox-mlxreg-hotplug-Add-environmental-d.patch
	patches.suse/platform_data-mlxreg-Add-support-for-complex-attribu.patch
	patches.suse/platform-x86-mlx-platform-Add-more-definitions-for-s-ae1aabf4.patch
	patches.suse/platform-mellanox-mlxreg-io-Add-support-for-complex-.patch
	patches.suse/platform_data-mlxreg-Add-presence-register-field-for.patch
	patches.suse/platform-x86-mlx-platform-Extend-FAN-platform-data-d.patch
	patches.suse/ARM-dts-gose-Fix-ports-node-name-for-adv7180.patch
	patches.suse/ARM-dts-gose-Fix-ports-node-name-for-adv7612.patch
	patches.suse/clk-imx8mp-add-mu-root-clk.patch
	patches.suse/ARM-dts-sunxi-bananapi-m2-plus-v1.2-Fix-CPU-supply-voltages.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/ARM-dts-at91-sama5d2_xplained-classd-pull-down-the-R1-and-R3-lines.patch
	patches.suse/ARM-exynos-MCPM-Restore-big.LITTLE-cpuidle-support.patch
	patches.suse/ARM-at91-pm-add-missing-put_device-call-in-at91_pm_sram_init.patch
	patches.suse/ARM-socfpga-PM-add-missing-put_device-call-in-socfpga_setup_ocram_self_refresh.patch
	patches.suse/firmware-smccc-add-arch_soc_id-support.patch
	patches.suse/tpm_ftpm_tee-register-driver-on-TEE-bus.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/firmware-tegra-Add-return-code-checks-and-increase-d.patch
	patches.suse/firmware-tegra-Use-consistent-return-variable-name.patch
	patches.suse/firmware-tegra-Prepare-for-supporting-in-band-debugf.patch
	patches.suse/firmware-tegra-Add-support-for-in-band-debug.patch
	patches.suse/firmware-tegra-Update-BPMP-ABI.patch
	patches.suse/memory-tegra-Add-EMC-scaling-support-code-for-Tegra2.patch
	patches.suse/memory-tegra-Add-EMC-scaling-sequence-code-for-Tegra.patch
	patches.suse/memory-tegra-Support-derated-timings-on-Tegra210.patch
	patches.suse/memory-tegra-Fix-an-error-handling-path-in-tegra186_.patch
	patches.suse/memory-tegra-Drop-linux-clk-provider.h.patch
	patches.suse/memory-tegra-Avoid-unused-function-warnings.patch
	patches.suse/memory-tegra-Delete-some-dead-code.patch
	patches.suse/memory-tegra-Fix-KCONFIG-variables-for-Tegra186-and-.patch
	patches.suse/memory-tegra-Add-Tegra132-compatible-string-match.patch
	patches.suse/soc-tegra-fuse-Add-Tegra186-and-Tegra194-SoC-IDs.patch
	patches.suse/soc-tegra-fuse-Fix-typo-in-APB-MISC-warning.patch
	patches.suse/reset-move-reset-simple-header-out-of-drivers-reset.patch
	patches.suse/reset-simple-add-reset-callback.patch
	patches.suse/soc-imx-select-arm_gic_v3-for-i-mx8m.patch
	patches.suse/soc-qcom-rpmh-rsc-Set-suppress_bind_attrs-flag.patch
	patches.suse/firmware-qcom_scm-fix-legacy-convention-scm-accessors
	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/mtd-spi-nor-cadence-quadspi-Make-driver-independent-.patch
	patches.suse/mtd-spi-nor-cadence-quadspi-Provide-a-way-to-disable.patch
	patches.suse/mtd-spi-nor-cadence-quadspi-Don-t-initialize-rx_dma_.patch
	patches.suse/mtd-spi-nor-cadence-quadspi-Fix-error-path-on-failur.patch
	patches.suse/mtd-spi-nor-cadence-quadspi-Handle-probe-deferral-wh.patch
	patches.suse/mtd-spi-nor-cadence-quadspi-Drop-redundant-WREN-in-e.patch
	patches.suse/mtd-spi-nor-Convert-cadence-quadspi-to-use-spi-mem-f.patch
	patches.suse/spi-Move-cadence-quadspi-driver-to-drivers-spi.patch
	patches.suse/spi-introduce-fallback-to-pio.patch
	patches.suse/spi-imx-add-fallback-feature.patch
	patches.suse/spi-imx-fsl-lpspi-convert-to-gpio-descriptors.patch
	patches.suse/spi-spi-amd-Do-not-define-struct-acpi_device_id-when.patch
	patches.suse/spi-lantiq-fix-Rx-overflow-error-in-full-duplex-mode.patch
	patches.suse/spi-imx-enable-runtime-pm-support.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/regmap-convert-all-regmap_update_bits-and-co.-macros.patch
	patches.suse/regmap-remove-stray-space.patch
	patches.suse/regmap-fix-duplicated-word-in-linux-regmap.h.patch
	patches.suse/PM-devfreq-rk3399_dmc-Fix-kernel-oops-when-rockchip-.patch
	patches.suse/cpuidle-psci-Split-into-two-separate-build-objects.patch
	patches.suse/cpuidle-psci-Fail-cpuidle-registration-if-set-OSI-mo.patch
	patches.suse/cpuidle-psci-Fix-error-path-via-converting-to-a-plat.patch
	patches.suse/cpuidle-psci-Convert-PM-domain-to-platform-driver.patch
	patches.suse/cpuidle-psci-Prevent-domain-idlestates-until-consume.patch
	patches.suse/intel_idle-Customize-IceLake-server-support.patch
	patches.suse/powercap-intel_rapl-add-support-for-Sapphire-Rapids.patch
	patches.suse/powercap-Add-Power-Limit4-support.patch
	patches.suse/ACPICA-Replace-one-element-array-with-flexible-array.patch
	patches.suse/ACPICA-Do-not-increment-operation_region-reference-c.patch
	patches.suse/ACPICA-Update-version-to-20200717.patch
	patches.suse/ACPI-procfs-Remove-last-dirs-after-being-marked-depr.patch
	patches.suse/ACPI-sysfs-add-newlines-when-printing-module-paramet.patch
	patches.suse/ACPI-PAD-Eliminate-usage-of-uninitialized_var-macro.patch
	patches.suse/ACPI-EC-add-newline-when-printing-ec_event_clearing-.patch
	patches.suse/PCI-hotplug-ACPI-Fix-context-refcounting-in-acpiphp_.patch
	patches.suse/ACPI-property-use-cached-name-in-acpi_fwnode_get_nam.patch
	patches.suse/ACPI-OSL-Implement-deferred-unmapping-of-ACPI-memory.patch
	patches.suse/ACPICA-Preserve-memory-opregion-mappings.patch
	patches.suse/ACPI-OSL-Use-deferred-unmapping-in-acpi_os_unmap_gen.patch
	patches.suse/ACPI-OSL-Use-deferred-unmapping-in-acpi_os_unmap_iom.patch
	patches.suse/ACPI-OSL-Clean-up-the-removal-of-unused-memory-mappi.patch
	patches.suse/ACPI-tables-avoid-relocations-for-table-signature-ar.patch
	patches.suse/ACPI-tables-Remove-the-duplicated-checks-for-acpi_pa.patch
	patches.suse/ACPI-NUMA-Remove-the-useless-sub-table-pointer-check.patch
	patches.suse/ACPI-NUMA-Remove-the-useless-node-MAX_NUMNODES-check.patch
	patches.suse/ACPI-APEI-remove-redundant-assignment-to-variable-rc.patch
	patches.suse/ACPI-Use-fallthrough-pseudo-keyword.patch
	patches.suse/ACPI-Use-valid-link-to-the-ACPI-specification.patch
	patches.suse/ACPI-Replace-HTTP-links-with-HTTPS-ones.patch
	patches.suse/random32-move-the-pseudo-random-32-bit-definitions-t.patch
	patches.suse/pstore-fix-linking-when-crypto-api-disabled.patch
	patches.suse/x86-mm-numa-remove-uninitialized_var-usage.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/0002-treewide-Remove-uninitialized_var-usage.patch
	patches.suse/audit-log-nftables-configuration-change-events.patch
	patches.suse/audit-add-gfp-parameter-to-audit_log_nfcfg.patch
	patches.suse/audit-use-the-proper-gfp-flags-in-the-audit_log_nfcf.patch
	patches.suse/umh-Capture-the-pid-in-umh_pipe_setup.patch
	patches.suse/umh-Move-setting-PF_UMH-into-umh_pipe_setup.patch
	patches.suse/umh-Rename-the-user-mode-driver-helpers-for-clarity.patch
	patches.suse/umh-Remove-call_usermodehelper_setup_file.patch
	patches.suse/umh-Separate-the-user-mode-driver-and-the-user-mode-.patch
	patches.suse/umd-For-clarity-rename-umh_info-umd_info.patch
	patches.suse/umd-Rename-umd_info.cmdline-umd_info.driver_name.patch
	patches.suse/umd-Transform-fork_usermode_blob-into-fork_usermode_.patch
	patches.suse/umh-Stop-calling-do_execve_file.patch
	patches.suse/exec-Remove-do_execve_file.patch
	patches.suse/bpfilter-Move-bpfilter_umh-back-into-init-data.patch
	patches.suse/umd-Track-user-space-drivers-with-struct-pid.patch
	patches.suse/exit-Factor-thread_group_exited-out-of-pidfd_poll.patch
	patches.suse/bpfilter-Take-advantage-of-the-facilities-of-struct-.patch
	patches.suse/umd-Remove-exit_umh.patch
	patches.suse/umd-Stop-using-split_argv.patch
	patches.suse/0001-open-add-close_range.patch
	patches.suse/0002-arch-wire-up-close_range.patch
	patches.suse/0003-tests-add-close_range-tests.patch
	patches.suse/dma-mapping-move-the-remaining-dma-api-calls-out-of-line
	patches.suse/dma-mapping-inline-the-fast-path-dma-direct-calls
	patches.suse/dma-mapping-make-support-for-dma-ops-optional
	patches.suse/dma-mapping-add-a-dma_ops_bypass-flag-to-struct-device
	patches.suse/powerpc-use-the-generic-dma_ops_bypass-mode
	patches.suse/dma-debug-use-named-initializers-for-dir2name
	patches.suse/dma-contiguous-cleanup-dma_alloc_contiguous
	patches.suse/irqdomain-export-irq_domain_update_bus_token
	patches.suse/irqchip-gic-v4.1-Ensure-accessing-the-correct-RD-whe.patch
	patches.suse/irqchip-gic-v4.1-Use-GFP_ATOMIC-flag-in-allocate_vpe.patch
	patches.suse/timers-Preserve-higher-bits-of-expiration-on-index-c.patch
	patches.suse/timers-Use-only-bucket-expiry-for-base-next_expiry-v.patch
	patches.suse/timers-Move-trigger_dyntick_cpu-to-enqueue_timer.patch
	patches.suse/timers-Add-comments-about-calc_index-ceiling-work.patch
	patches.suse/timers-Optimize-_next_timer_interrupt-level-iteratio.patch
	patches.suse/timers-Always-keep-track-of-next-expiry.patch
	patches.suse/timers-Reuse-next-expiry-cache-after-nohz-exit.patch
	patches.suse/timers-Expand-clk-forward-logic-beyond-nohz.patch
	patches.suse/timers-Spare-timer-softirq-until-next-expiry.patch
	patches.suse/timers-Remove-must_forward_clk.patch
	patches.suse/timers-Lower-base-clock-forwarding-threshold.patch
	patches.suse/timers-Recalculate-next-timer-interrupt-only-when-ne.patch
	patches.suse/x86-ptrace-prevent-ptrace-from-clearing-the-fs-gs-selector.patch
	patches.suse/x86-cpu-add-unsafe_fsgsbase-to-enable-cr4-fsgsbase.patch
	patches.suse/x86-fsgsbase-64-add-intrinsics-for-fsgsbase-instructions.patch
	patches.suse/x86-fsgsbase-64-enable-fsgsbase-instructions-in-helper-functions.patch
	patches.suse/x86-process-64-make-save_fsgs_for_kvm-ready-for-fsgsbase.patch
	patches.suse/x86-process-64-use-fsbsbase-in-switch_to-if-available.patch
	patches.suse/x86-process-64-use-fsgsbase-instructions-on-thread-copy-and-ptrace.patch
	patches.suse/x86-speculation-swapgs-check-fsgsbase-in-enabling-swapgs-mitigation.patch
	patches.suse/x86-entry-64-switch-cr3-before-swapgs-in-paranoid-entry.patch
	patches.suse/x86-entry-64-introduce-the-find_percpu_base-macro.patch
	patches.suse/x86-entry-64-handle-fsgsbase-enabled-paranoid-entry-exit.patch
	patches.suse/x86-cpu-enable-fsgsbase-on-64bit-by-default-and-add-a-chicken-bit.patch
	patches.suse/x86-elf-enumerate-kernel-fsgsbase-capability-in-at_hwcap2.patch
	patches.suse/documentation-x86-64-add-documentation-for-gs-fs-addressing-mode.patch
	patches.suse/selftests-x86-fsgsbase-test-gs-selector-on-ptracer-induced-gs-base-write.patch
	patches.suse/selftests-x86-fsgsbase-test-ptracer-induced-gs-base-write-with-fsgsbase.patch
	patches.suse/selftests-x86-add-a-syscall_arg_fault_64-test-for-negative-gsbase.patch
	patches.suse/selftests-x86-fsgsbase-add-a-missing-memory-constraint.patch
	patches.suse/x86-ptrace-fix-32-bit-ptrace_setregs-vs-fsbase-and-gsbase.patch
	patches.suse/x86-fsgsbase-fix-xen-pv-support.patch
	patches.suse/net-netdevice.h-add-a-description-for-napi_defer_har.patch
	patches.suse/0003-docs-move-nommu-mmap.txt-to-admin-guide-and-rename-t.patch
	patches.suse/Replace-HTTP-links-with-HTTPS-ones-CIFS.patch
	patches.suse/0004-Documentation-gpu-komeda-kms-eliminate-duplicated-wo.patch
	patches.suse/0005-Documentation-gpu-drm-uapi-eliminate-duplicated-word.patch
	patches.suse/docs-bpf-index.rst-Add-ringbuf.rst.patch
	patches.suse/docs-bpf-bpf_devel_QA.rst-fix-reference-to-nonexiste.patch
	patches.suse/docs-filesystems-vfs-correct-flag-name.patch
	patches.suse/nvme-core-use-u16-type-for-directives.patch
	patches.suse/nvme-core-use-u16-type-for-ctrl-sqsize.patch
	patches.suse/nvme-pci-use-unsigned-for-io-queue-depth.patch
	patches.suse/nvme-pci-code-cleanup-for-nvme_alloc_host_mem.patch
	patches.suse/nvme-pci-remove-the-empty-line-at-the-beginning-of-n.patch
	patches.suse/nvmet-loop-remove-unused-target_ctrl-in-nvme_loop_ct.patch
	patches.suse/nvmet-tcp-remove-has_keyed_sgls-initialization.patch
	patches.suse/nvmet-introduce-flags-member-in-nvmet_fabrics_ops.patch
	patches.suse/nvmet-use-unsigned-type-for-u64.patch
	patches.suse/nvme-fcloop-verify-wwnn-and-wwpn-format.patch
	patches.suse/nvme-tcp-have-queue-prod-cons-send-list-become-a-lli.patch
	patches.suse/nvme-tcp-leverage-request-plugging.patch
	patches.suse/nvme-tcp-optimize-network-stack-with-setting-msg-fla.patch
	patches.suse/nvmet-tcp-simplify-nvmet_process_resp_list.patch
	patches.suse/nvme-use-USEC_PER_SEC-instead-of-magic-numbers.patch
	patches.suse/block-add-capacity-field-to-zone-descriptors.patch
	patches.suse/null_blk-introduce-zone-capacity-for-zoned-device.patch
	patches.suse/nvme-implement-multiple-I-O-Command-Set-support.patch
	patches.suse/nvme-support-for-multiple-Command-Sets-Supported-and.patch
	patches.suse/nvme-support-for-zoned-namespaces.patch
	patches.suse/nvme-expose-reconnect_delay-and-ctrl_loss_tmo-via-sy.patch
	patches.suse/nvme-document-quirked-Intel-models.patch
	patches.suse/nvme-pci-remove-redundant-segment-validation.patch
	patches.suse/nvme-pci-fix-some-comments-issues.patch
	patches.suse/nvme-pci-add-a-blank-line-after-declarations.patch
	patches.suse/nvme-pci-use-the-consistent-return-type-of-nvme_pci_.patch
	patches.suse/nvme-pci-use-standard-block-status-symbolic-names.patch
	patches.suse/nvme-remove-ns-disk-checks.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-md-improve-io-stats-accounting.patch
	patches.suse/0027-md-fix-deadlock-causing-by-sysfs_notify.patch
	patches.suse/0028-md-raid5-cache-clear-MD_SB_CHANGE_PENDING-before-flu.patch
	patches.suse/0001-md-cluster-fix-wild-pointer-of-unlock_all_bitmaps.patch
	patches.suse/0030-md-Fix-compilation-warning.patch
	patches.suse/0031-md-raid5-cache-Remove-set-but-unused-variable.patch
	patches.suse/0032-md-raid5-Fix-compilation-warning.patch
	patches.suse/0033-md-raid10-Fix-compilation-warning.patch
	patches.suse/0034-raid5-call-clear_batch_ready-before-set-STRIPE_ACTIV.patch
	patches.suse/0035-raid5-put-the-comment-of-clear_batch_ready-to-the-ri.patch
	patches.suse/0036-raid5-remove-the-meaningless-check-in-raid5_make_req.patch
	patches.suse/0037-md-raid456-convert-macro-STRIPE_-to-RAID5_STRIPE_.patch
	patches.suse/0038-md-raid5-set-default-stripe_size-as-4096.patch
	patches.suse/0039-md-raid5-support-config-stripe_size-by-sysfs-entry.patch
	patches.suse/0002-md-cluster-fix-safemode_delay-value-when-converting-.patch
	patches.suse/0003-md-cluster-fix-rmmod-issue-when-md_cluster-convert-b.patch
	patches.suse/0042-raid-md_p.h-drop-duplicated-word-in-a-comment.patch
	patches.suse/0043-md-raid10-avoid-deadlock-on-recovery.patch
	patches.suse/0044-md-raid5-use-do_div-for-64-bit-divisions-in-raid5_sy.patch
	patches.suse/bcache-Fix-typo-in-Kconfig-name.patch
	patches.suse/0001-bcache-allocate-meta-data-pages-as-compound-pages.patch
	patches.suse/0001-bcache-journel-use-for_each_clear_bit-to-simplify-th.patch
	patches.suse/0002-bcache-writeback-Remove-unneeded-variable-i.patch
	patches.suse/0003-bcache-movinggc-Use-struct_size-helper-in-kzalloc.patch
	patches.suse/0004-bcache-Use-struct_size-in-kzalloc.patch
	patches.suse/0005-bcache-avoid-nr_stripes-overflow-in-bcache_device_in.patch
	patches.suse/0003-bcache-fix-overflow-in-offset_to_stripe.patch
	patches.suse/0007-bcache-add-read_super_common-to-read-major-part-of-s.patch
	patches.suse/0008-bcache-add-more-accurate-error-information-in-read_s.patch
	patches.suse/0009-bcache-disassemble-the-big-if-checks-in-bch_cache_se.patch
	patches.suse/0010-bcache-fix-super-block-seq-numbers-comparision-in-re.patch
	patches.suse/0011-bcache-increase-super-block-version-for-cache-device.patch
	patches.suse/0012-bcache-move-bucket-related-code-into-read_super_comm.patch
	patches.suse/0013-bcache-struct-cache_sb-is-only-for-in-memory-super-b.patch
	patches.suse/0014-bcache-introduce-meta_bucket_pages-related-helper-ro.patch
	patches.suse/0015-bcache-handle-c-uuids-properly-for-bucket-size-8MB.patch
	patches.suse/0016-bcache-handle-cache-prio_buckets-and-disk_buckets-pr.patch
	patches.suse/0017-bcache-handle-cache-set-verify_ondisk-properly-for-b.patch
	patches.suse/0018-bcache-handle-btree-node-memory-allocation-properly-.patch
	patches.suse/0019-bcache-add-bucket_size_hi-into-struct-cache_sb_disk-.patch
	patches.suse/0020-bcache-add-sysfs-file-to-display-feature-sets-inform.patch
	patches.suse/0021-bcache-avoid-extra-memory-allocation-from-mempool-c-.patch
	patches.suse/0022-bcache-avoid-extra-memory-consumption-in-struct-bbio.patch
	patches.suse/bcache-fix-bio_-start-end-_io_acct-with-proper-devic.patch
	patches.suse/bcache-use-disk_-start-end-_io_acct-to-count-I-O-for.patch
	patches.suse/nvme-remove-an-unnecessary-condition.patch
	patches.suse/nvme-remove-redundant-validation-in-nvme_start_ctrl.patch
	patches.suse/nvme-core-replace-ctrl-page-size-with-a-macro.patch
	patches.suse/nvme-pci-use-max-of-PRP-or-SGL-for-iod-size.patch
	patches.suse/nvme-pci-add-support-for-ACPI-StorageD3Enable-proper.patch
	patches.suse/nvme-rdma-use-new-shared-CQ-mechanism.patch
	patches.suse/nvmet-rdma-use-new-shared-CQ-mechanism.patch
	patches.suse/nvmet-use-xarray-for-ctrl-ns-storing.patch
	patches.suse/nvme-document-nvme-controller-states.patch
	patches.suse/nvme-fix-deadlock-in-disconnect-during-scan_work-and.patch
	patches.suse/nvme-hwmon-log-the-controller-device-name.patch
	patches.suse/nvme-fc-set-max_segments-to-lldd-max-value.patch
	patches.suse/nvmet-fc-check-successful-reference-in-nvmet_fc_find.patch
	patches.suse/nvmet-fc-remove-redundant-del_work_active-flag.patch
	patches.suse/nvme-clear-any-SGL-flags-in-passthru-commands.patch
	patches.suse/nvme-create-helper-function-to-obtain-command-effect.patch
	patches.suse/nvme-introduce-nvme_execute_passthru_rq-to-call-nvme.patch
	patches.suse/nvme-introduce-nvme_ctrl_get_by_path.patch
	patches.suse/nvme-export-nvme_find_get_ns-and-nvme_put_ns.patch
	patches.suse/nvmet-add-passthru-code-to-process-commands.patch
	patches.suse/nvmet-Add-passthru-enable-disable-helpers.patch
	patches.suse/nvmet-introduce-the-passthru-configfs-interface.patch
	patches.suse/nvmet-introduce-the-passthru-Kconfig-option.patch
	patches.suse/nvme-tcp-fix-controller-reset-hang-during-traffic.patch
	patches.suse/nvme-rdma-fix-controller-reset-hang-during-traffic.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/nvme-loop-set-ctrl-state-connecting-after-init.patch
	patches.suse/nvme-loop-remove-extra-variable-in-create-ctrl.patch
	patches.suse/0045-md-fix-max-sectors-calculation-for-super-1.0.patch
	patches.suse/0046-md-register-new-md-sysfs-file-uuid-read-only.patch
	patches.suse/0047-md-raid5-remove-the-redundant-setting-of-STRIPE_HAND.patch
	patches.suse/0048-md-print-errno-in-super_written.patch
	patches.suse/0049-raid5-cache-hold-spinlock-instead-of-mutex-in-r5c_jo.patch
	patches.suse/0050-raid5-don-t-duplicate-code-for-different-paths-in-ha.patch
	patches.suse/md-raid5-Fix-Force-reconstruct-write-io-stuck-in-deg.patch
	patches.suse/0052-md-raid5-Allow-degraded-raid6-to-do-rmw.patch
	patches.suse/0006-block-inherit-the-zoned-characteristics-in-blk_stack.patch
	patches.suse/0007-block-remove-bdev_stack_limits.patch
	patches.suse/block-don-t-do-revalidate-zones-on-invalid-devices.patch
	patches.suse/mei-hdcp-Constify-struct-mei_cl_device_id.patch
	patches.suse/mei-me-constify-the-device-parameter-to-the-probe-qu.patch
	patches.suse/mei-me-make-mei_me_fw_sku_sps_4-less-cryptic.patch
	patches.suse/mei-me-add-kdoc-for-mei_me_fw_type_nm.patch
	patches.suse/mei-me-add-MEI-device-for-SPT-with-ITPS-capability.patch
	patches.suse/mei-me-add-MEI-device-for-KBP-with-ITPS-capability.patch
	patches.suse/coresight-replicator-Use-CS_AMBA_ID-macro-for-id-tab.patch
	patches.suse/coresight-catu-Use-CS_AMBA_ID-macro-for-id-table.patch
	patches.suse/coresight-etm4x-Add-support-to-skip-trace-unit-power.patch
	patches.suse/coresight-replicator-Reset-replicator-if-context-is-.patch
	patches.suse/coresight-Use-devm_kcalloc-in-coresight_alloc_conns.patch
	patches.suse/coresight-Drop-double-check-for-ACPI-companion-devic.patch
	patches.suse/coresight-etmv4-Fix-resource-selector-constant.patch
	patches.suse/coresight-etmv4-Counter-values-not-saved-on-disable.patch
	patches.suse/coresight-Fix-comment-in-main-header-file.patch
	patches.suse/coresight-tmc-Add-shutdown-callback-for-TMC-ETR.patch
	patches.suse/coresight-tmc-Fix-TMC-mode-read-in-tmc_read_unprepar.patch
	patches.suse/coresight-Add-default-sink-selection-to-CoreSight-ba.patch
	patches.suse/coresight-tmc-Update-sink-types-for-default-selectio.patch
	patches.suse/coresight-etm-perf-Add-default-sink-selection-to-etm.patch
	patches.suse/coresight-etm4x-Fix-save-restore-during-cpu-idle.patch
	patches.suse/soundwire-Replace-objs-by-y.patch
	patches.suse/soundwire-bus-clock_stop-don-t-deal-with-UNATTACHED-.patch
	patches.suse/soundwire-intel-cleanups-for-indirections-logs.patch
	patches.suse/soundwire-intel-clarify-drvdata-and-remove-more-indi.patch
	patches.suse/soundwire-intel_init-remove-useless-test.patch
	patches.suse/soundwire-intel_init-use-devm_-allocation.patch
	patches.suse/soundwire-intel_init-pass-link-information-as-platfo.patch
	patches.suse/soundwire-intel-transition-to-3-steps-initialization.patch
	patches.suse/soundwire-qcom-Constify-static-structs.patch
	patches.suse/soundwire-add-definitions-for-1.2-spec.patch
	patches.suse/soundwire-bus_type-convert-open-coded-while-to-for-l.patch
	patches.suse/soundwire-extend-SDW_SLAVE_ENTRY.patch
	patches.suse/soundwire-bus-initialize-bus-clock-base-and-scale-re.patch
	patches.suse/soundwire-intel-implement-get_sdw_stream-operations.patch
	patches.suse/soundwire-stream-add-helper-to-startup-shutdown-stre.patch
	patches.suse/soundwire-intel-remove-stream-allocation-free.patch
	patches.suse/soundwire-cadence-allocate-free-dma_data-in-set_sdw_.patch
	patches.suse/soundwire-intel-don-t-free-dma_data-in-DAI-shutdown.patch
	patches.suse/soundwire-sdw.h-fix-PRBS-Static_1-swapped-definition.patch
	patches.suse/soundwire-sdw.h-fix-indentation.patch
	patches.suse/soundwire-fix-the-kernel-doc-comment.patch
	patches.suse/soundwire-intel-reuse-code-for-wait-loops-to-set-cle.patch
	patches.suse/soundwire-intel-revisit-SHIM-programming-sequences.patch
	patches.suse/soundwire-intel-introduce-a-helper-to-arm-link-synch.patch
	patches.suse/soundwire-intel-introduce-helper-for-link-synchroniz.patch
	patches.suse/soundwire-intel_init-add-implementation-of-sdw_intel.patch
	patches.suse/soundwire-intel-cadence-merge-Soundwire-interrupt-ha.patch
	patches.suse/soundwire-intel-add-wake-interrupt-support.patch
	patches.suse/Soundwire-intel_init-save-Slave-s-_ADR-info-in-sdw_i.patch
	patches.suse/fpga-dfl-Use-struct_size-in-kzalloc.patch
	patches.suse/fpga-Fix-dead-store-fpga-mgr.c.patch
	patches.suse/fpga-dfl-parse-interrupt-info-for-feature-devices-on.patch
	patches.suse/fpga-dfl-pci-add-irq-info-for-feature-devices-enumer.patch
	patches.suse/fpga-dfl-introduce-interrupt-trigger-setting-API.patch
	patches.suse/fpga-dfl-afu-add-interrupt-support-for-port-error-re.patch
	patches.suse/fpga-dfl-afu-add-AFU-interrupt-support.patch
	patches.suse/Documentation-fpga-dfl-add-descriptions-for-interrup.patch
	patches.suse/mei-Replace-HTTP-links-with-HTTPS-ones.patch
	patches.suse/mei-Avoid-the-use-of-one-element-arrays.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/bus-fsl-mc-add-missing-device-types.patch
	patches.suse/bus-fsl-mc-use-raw-spin-lock-to-serialize-mc-cmds.patch
	patches.suse/bus-fsl-mc-probe-the-allocatable-objects-first.patch
	patches.suse/Revert-mei-Avoid-the-use-of-one-element-arrays.patch
	patches.suse/mei-hbm-use-sizeof-of-variable-instead-of-struct-typ.patch
	patches.suse/mei-ioctl-use-sizeof-of-variable-instead-of-struct-t.patch
	patches.suse/mei-bus-use-sizeof-of-variable-instead-of-struct-typ.patch
	patches.suse/mei-client-use-sizeof-of-variable-instead-of-struct-.patch
	patches.suse/mei-hw-use-sizeof-of-variable-instead-of-struct-type.patch
	patches.suse/mei-hw-don-t-use-one-element-arrays.patch
	patches.suse/dyndbg-fix-a-BUG_ON-in-ddebug_describe_flags.patch
	patches.suse/mei-add-device-kind-to-sysfs.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/1922-driver-core-add-device-probe-log-helper.patch
	patches.suse/0006-drm-bridge-sii8620-fix-resource-acquisition-error-ha.patch
	patches.suse/0007-drm-bridge-lvds-codec-simplify-error-handling.patch
	patches.suse/usb-xhci-tegra-Remove-PLL-power-supplies.patch
	patches.suse/USB-replace-hardcode-maximum-usb-string-length-by-de.patch
	patches.suse/USB-rename-USB-quirk-to-USB_QUIRK_ENDPOINT_IGNORE.patch
	patches.suse/usbip-tools-fix-build-error-for-multiple-definition.patch
	patches.suse/usbip-tools-fix-module-name-in-man-page.patch
	patches.suse/usb-typec-combine-the-definitions-for-accessory-and-usb-modes.patch
	patches.suse/usb-typec-add-data-structure-for-enter_usb-message.patch
	patches.suse/usb-typec-intel_pmc_mux-definitions-for-response-status-bits.patch
	patches.suse/usb-typec-intel_pmc_mux-add-support-for-usb4.patch
	patches.suse/usb-common-usb-conn-gpio-Demote-comment-block-which-.patch
	patches.suse/USB-phy-fsl-usb-remove-sysfs-abuse.patch
	patches.suse/USB-phy-fsl-usb-remove-character-device-usage.patch
	patches.suse/usb-typec-altmodes-displayport-file-headers-are-not-good-candidates-for-kerneldoc.patch
	patches.suse/usb-typec-altmodes-displayport-supply-missing-displayport-h-include-file.patch
	patches.suse/usb-typec-tcpm-fusb302-use-gnu_printf-format-notation.patch
	patches.suse/usb-typec-ucsi-ucsi-staticify-and-stop-export-of-ucsi_init.patch
	patches.suse/usb-typec-replace-http-links-with-https-ones.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-typec-intel_pmc_mux-avoid-connect-request-on-disconnect.patch
	patches.suse/usb-typec-comment-correction-for-typec_partner_register_altmode.patch
	patches.suse/usb-typec-tcpm-Error-handling-for-tcpm_register_part.patch
	patches.suse/usb-typec-tcpm-support-bist-test-data-mode-for-compliance.patch
	patches.suse/usb-typec-tcpci-support-bist-test-data-mode-for-compliance.patch
	patches.suse/usb-typec-tcpm-stay-in-bist-mode-till-hardreset-or-unattached.patch
	patches.suse/thunderbolt-improve-usb4-config-symbol-help-text.patch
	patches.suse/thunderbolt-build-initial-xdomain-property-block-upon-first-connect.patch
	patches.suse/thunderbolt-no-need-to-warn-if-nhi-hop_count-12-or-hop_count-32.patch
	patches.suse/thunderbolt-nhi-can-use-hopids-1-7.patch
	patches.suse/thunderbolt-get-rid-of-e2e-workaround.patch
	patches.suse/thunderbolt-fix-path-indices-used-in-usb3-tunnel-discovery.patch
	patches.suse/thunderbolt-make-tb_next_port_on_path-work-with-tree-topologies.patch
	patches.suse/thunderbolt-make-tb_path_alloc-work-with-tree-topologies.patch
	patches.suse/thunderbolt-check-that-both-ports-are-reachable-when-allocating-path.patch
	patches.suse/thunderbolt-handle-incomplete-pcie-usb3-paths-correctly-in-discovery.patch
	patches.suse/thunderbolt-increase-path-length-in-discovery.patch
	patches.suse/thunderbolt-add-kunit-tests-for-path-walking.patch
	patches.suse/thunderbolt-add-dp-in-resources-for-all-routers.patch
	patches.suse/thunderbolt-do-not-tunnel-usb3-if-link-is-not-usb4.patch
	patches.suse/thunderbolt-make-usb4_switch_map_usb3_down-also-return-enabled-ports.patch
	patches.suse/thunderbolt-make-usb4_switch_map_pcie_down-also-return-enabled-ports.patch
	patches.suse/thunderbolt-report-consumed-bandwidth-in-both-directions.patch
	patches.suse/thunderbolt-increase-dp-dprx-wait-timeout.patch
	patches.suse/thunderbolt-implement-usb3-bandwidth-negotiation-routines.patch
	patches.suse/thunderbolt-make-tb_port_get_link_speed-available-to-other-files.patch
	patches.suse/thunderbolt-add-usb3-bandwidth-management.patch
	patches.suse/thunderbolt-add-kunit-tests-for-tunneling.patch
	patches.suse/thunderbolt-add-intel-usb-if-id-to-the-nvm-upgrade-supported-list.patch
	patches.suse/thunderbolt-split-common-nvm-functionality-into-a-separate-file.patch
	patches.suse/thunderbolt-generalize-usb4_switch_do__data.patch
	patches.suse/thunderbolt-retry-usb4-block-read-operation.patch
	patches.suse/thunderbolt-implement-usb4-port-sideband-operations-for-retimer-access.patch
	patches.suse/thunderbolt-add-support-for-on-board-retimers.patch
	patches.suse/thunderbolt-ensure-left-shift-of-512-does-not-overflow-a-32-bit-int.patch
	patches.suse/thunderbolt-add-support-for-separating-the-flush-to-spi-and-authenticate.patch
	patches.suse/thunderbolt-add-support-for-authenticate-on-disconnect.patch
	patches.suse/thunderbolt-fix-old-style-declaration-warning.patch
	patches.suse/xhci-Make-debug-message-consistent-with-bus-and-port.patch
	patches.suse/xhci-dbc-Don-t-use-generic-xhci-inc_deq-function-for.patch
	patches.suse/xhci-Don-t-pass-struct-xhci_hcd-pointer-to-xhci_link.patch
	patches.suse/xhci-dbc-Don-t-use-generic-xhci-erst-allocation-and-.patch
	patches.suse/xhci-dbc-Remove-dbc_dma_alloc_coherent-wrapper.patch
	patches.suse/xhci-dbc-Remove-dbc_dma_free_coherent-wrapper.patch
	patches.suse/xhci-dbc-Add-device-pointer-to-dbc-structure.patch
	patches.suse/xhci-dbc-Use-dev_info-and-similar-instead-of-xhci_in.patch
	patches.suse/xhci-dbc-Don-t-use-xhci_write_64-as-it-takes-xhci-as.patch
	patches.suse/xhci-dbc-Don-t-pass-the-xhci-pointer-as-a-parameter-.patch
	patches.suse/xhci-dbc-Get-the-device-pointer-from-dbc-structure-i.patch
	patches.suse/xhci-dbc-Pass-dbc-pointer-to-endpoint-init-and-exit-.patch
	patches.suse/xhci-dbc-Change-to-pass-dbc-pointer-to-xhci_do_dbc_s.patch
	patches.suse/xhci-dbc-Pass-dbc-pointer-to-dbc_handle_xfer_event-i.patch
	patches.suse/xhci-dbgtty-Pass-dbc-pointer-when-registering-a-dbct.patch
	patches.suse/xhci-dbc-Pass-dbc-pointer-to-get_in-out_ep-helper-fu.patch
	patches.suse/xhci-dbc-Use-dbc-structure-in-the-request-completion.patch
	patches.suse/xhci-dbc-Don-t-use-generic-xhci-context-allocation-f.patch
	patches.suse/xhci-dbc-don-t-use-generic-xhci-ring-allocation-func.patch
	patches.suse/xhci-dbc-Pass-dbc-pointer-to-dbc-memory-init-and-cle.patch
	patches.suse/xhci-dbc-Pass-dbc-pointer-to-dbc-start-and-stop-func.patch
	patches.suse/xhci-dbc-simplify-dbc-requests-allocation-and-queuei.patch
	patches.suse/xhci-dbc-remove-endpoint-pointers-from-dbc_port-stru.patch
	patches.suse/xhci-dbctty-split-dbc-tty-driver-registration-and-un.patch
	patches.suse/xhci-dbc-Add-a-operations-structure-to-access-driver.patch
	patches.suse/xhci-dbgcap-remove-dbc-dependency-on-dbctty-specific.patch
	patches.suse/xhci-dbc-remove-tty-specific-port-structure-from-str.patch
	patches.suse/usb-dwc2-Fix-error-path-in-gadget-registration.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/xhci-dbc-Make-function-xhci_dbc_ring_alloc-static.patch
	patches.suse/xhci-dbgtty-Make-some-functions-static.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-chipidea-add-query_available_role-interface.patch
	patches.suse/usb-chipidea-imx-get-available-runtime-dr-mode-for-wakeup-setting.patch
	patches.suse/usb-typec-tcpm-Move-mod_delayed_work-port-vdm_state_.patch
	patches.suse/usb-typec-tcpm-add-tcpm_queue_vdm_unlocked-helper.patch
	patches.suse/usb-typec-tcpm-Refactor-tcpm_handle_vdm_request-payl.patch
	patches.suse/usb-typec-tcpm-Refactor-tcpm_handle_vdm_request.patch
	patches.suse/usb-typec-tcpm-fix-ab-ba-lock-inversion-between-tcpm-code-and-the-alt-mode-drivers.patch
	patches.suse/usb-typec-tcpm-add-warn_on-ensure-we-are-not-trying-to-send-2-vdm-packets-at-the-same-time.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/usb-common-usb-conn-gpio-Register-charger.patch
	patches.suse/gpiolib-Introduce-for_each_requested_gpio_in_range-m.patch
	patches.suse/gpio-mpc8xxx-change-the-gpio-interrupt-flags.patch
	patches.suse/gpio-pca953x-Add-support-for-the-PCAL9535.patch
	patches.suse/gpio-gpio-mlxbf2-Tell-the-compiler-that-ACPI-functio.patch
	patches.suse/gpio-gpio-mlxbf2.c-Provide-__releases-annotation-to-.patch
	patches.suse/gpio-max77620-Replace-8-with-MAX77620_GPIO_NR.patch
	patches.suse/gpio-max77620-Fix-missing-release-of-interrupt.patch
	patches.suse/gpio-max77620-Don-t-set-of_node.patch
	patches.suse/gpio-max77620-Don-t-shadow-error-code-of-platform_ge.patch
	patches.suse/gpio-max77620-Use-irqchip-template.patch
	patches.suse/gpio-max77620-Initialize-hardware-state-of-interrupt.patch
	patches.suse/gpio-max77620-Use-helper-variable-and-clarify.patch
	patches.suse/gpio-pca953x-Use-irqchip-template.patch
	patches.suse/gpio-pca953x-Request-IRQ-after-all-initialisation-do.patch
	patches.suse/mmc-sdhci-tegra-Add-comment-for-PADCALIB-and-PAD_CON.patch
	patches.suse/mmc-sdhci-of-arasan-Add-missed-checks-for-devm_clk_r.patch
	patches.suse/mmc-sdio-fix-clock-rate-setting-for-SDR12-SDR25-mode.patch
	patches.suse/mmc-sdhci-esdhc-imx-dump-internal-ic-debug-status-during-error.patch
	patches.suse/mmc-sdio-Move-SDIO-IDs-from-rsi_sdio-driver-to-commo.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/1931-mm-hmm-provide-the-page-mapping-order-in-hmm_range_f.patch
	patches.suse/mm-hmm-add-tests-for-hmm_pfn_to_map_order.patch
	patches.suse/0008-nouveau-hmm-fault-one-page-at-a-time.patch
	patches.suse/0009-nouveau-fix-mapping-2MB-sysmem-pages.patch
	patches.suse/0010-nouveau-hmm-support-mapping-large-sysmem-pages.patch
	patches.suse/0011-nouveau-fix-storing-invalid-ptes.patch
	patches.suse/0012-mm-migrate-add-a-flags-parameter-to-migrate_vma.patch
	patches.suse/1930-mm-notifier-add-migration-invalidation-type.patch
	patches.suse/0013-nouveau-svm-use-the-new-migration-invalidation.patch
	patches.suse/mm-hmm-test-use-the-new-migration-invalidation.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/0014-drm-vblank-remove-outdated-and-noisy-output.patch
	patches.suse/0015-drm-dp_mst-Fix-timeout-handling-of-MST-down-messages.patch
	patches.suse/0016-drm-omap-display-use-devm_of_find_backlight.patch
	patches.suse/0017-drm-tilcdc-use-devm_of_find_backlight.patch
	patches.suse/0018-drm-rockchip-vop-call-vop_cfg_done-under-reg_lock.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/0021-drm-Add-DRM_MODE_TYPE_USERDEF-flag-to-probed-modes-m.patch
	patches.suse/0022-video-amba-clcd-use-devm_of_find_backlight.patch
	patches.suse/0023-drm-Include-internal-header-for-managed-function-dec.patch
	patches.suse/0024-drm-Help-unconfuse-gcc-avoid-accidental-impossible-u.patch
	patches.suse/0025-drm-Describe-dp_rev-for-drm_dp_set_phy_test_pattern.patch
	patches.suse/0026-drm-Match-drm_dp_send_clear_payload_id_table-definit.patch
	patches.suse/0027-drm-bridge-ti-sn65dsi86-Export-bridge-GPIOs-to-Linux.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/0030-drm-bridge-ti-sn65dsi86-Implement-lane-reordering-po.patch
	patches.suse/drm-tilcdc-fix-leak-null-ref-in-panel_connector_get_.patch
	patches.suse/0032-drm-tilcdc-remove-unnecessary-state-fb-check.patch
	patches.suse/0033-drm-tilcdc-add-missing-static-for-panel_driver.patch
	patches.suse/0034-drm-mgag200-Remove-HW-cursor.patch
	patches.suse/0035-drm-mgag200-Clean-up-mga_set_start_address.patch
	patches.suse/0036-drm-mgag200-Clean-up-mga_crtc_do_set_base.patch
	patches.suse/0037-drm-mgag200-Move-mode-setting-code-into-separate-hel.patch
	patches.suse/0038-drm-mgag200-Split-MISC-register-update-into-PLL-sele.patch
	patches.suse/0039-drm-mgag200-Update-mode-registers-after-plane-regist.patch
	patches.suse/0040-drm-mgag200-Set-pitch-in-a-separate-helper-function.patch
	patches.suse/0041-drm-mgag200-Set-primary-plane-s-format-in-separate-h.patch
	patches.suse/0042-drm-mgag200-Move-TAGFIFO-reset-into-separate-functio.patch
	patches.suse/0043-drm-mgag200-Move-hiprilvl-setting-into-separate-func.patch
	patches.suse/0044-drm-mgag200-Move-register-initialization-into-separa.patch
	patches.suse/0045-drm-mgag200-Remove-out-commented-suspend-resume-help.patch
	patches.suse/0046-drm-mgag200-Use-simple-display-data-structures.patch
	patches.suse/0047-drm-mgag200-Convert-to-simple-KMS-helper.patch
	patches.suse/0048-drm-mgag200-Replace-VRAM-helpers-with-SHMEM-helpers.patch
	patches.suse/0049-drm-remove-unused-drm_gem.h-include.patch
	patches.suse/0050-drm-gem-use-_unlocked-reference-in-drm_gem_objects_l.patch
	patches.suse/0051-drm-todo-mention-i915-in-the-struct_mutex-section.patch
	patches.suse/0052-drm-doc-drop-struct_mutex-references.patch
	patches.suse/0053-drm-doc-add-WARNING-for-drm_device-struct_mutex.patch
	patches.suse/0054-drm-doc-drop-struct_mutex-reference-for-drm_gem_obje.patch
	patches.suse/0055-drm-amdgpu-use-the-unlocked-drm_gem_object_put.patch
	patches.suse/0056-drm-gma500-Use-lockless-gem-BO-free-callback.patch
	patches.suse/0057-drm-remove-drm_driver-gem_free_object.patch
	patches.suse/0058-drm-gem-fold-drm_gem_object_put_unlocked-and-__drm_g.patch
	patches.suse/0059-drm-gem-add-_locked-suffix-to-drm_gem_object_put.patch
	patches.suse/0060-drm-gem-add-drm_gem_object_put-helper.patch
	patches.suse/0061-drm-remove-_unlocked-suffix-in-drm_gem_object_put_un.patch
	patches.suse/0062-drm-amd-remove-_unlocked-suffix-in-drm_gem_object_pu.patch
	patches.suse/0063-drm-arm-remove-_unlocked-suffix-in-drm_gem_object_pu.patch
	patches.suse/0064-drm-armada-remove-_unlocked-suffix-in-drm_gem_object.patch
	patches.suse/0065-drm-etnaviv-remove-_unlocked-suffix-in-drm_gem_objec.patch
	patches.suse/0066-drm-exynos-remove-_unlocked-suffix-in-drm_gem_object.patch
	patches.suse/0067-drm-gma500-remove-_unlocked-suffix-in-drm_gem_object.patch
	patches.suse/0068-drm-i915-remove-_unlocked-suffix-in-drm_gem_object_p.patch
	patches.suse/0069-drm-lima-remove-_unlocked-suffix-in-drm_gem_object_p.patch
	patches.suse/0070-drm-mediatek-remove-_unlocked-suffix-in-drm_gem_obje.patch
	patches.suse/0071-drm-mgag200-remove-_unlocked-suffix-in-drm_gem_objec.patch
	patches.suse/0072-drm-msm-remove-_unlocked-suffix-in-drm_gem_object_pu.patch
	patches.suse/0073-drm-nouveau-remove-_unlocked-suffix-in-drm_gem_objec.patch
	patches.suse/0074-drm-omapdrm-remove-_unlocked-suffix-in-drm_gem_objec.patch
	patches.suse/0075-drm-panfrost-remove-_unlocked-suffix-in-drm_gem_obje.patch
	patches.suse/0076-drm-qxl-remove-_unlocked-suffix-in-drm_gem_object_pu.patch
	patches.suse/0077-drm-radeon-remove-_unlocked-suffix-in-drm_gem_object.patch
	patches.suse/0078-drm-rockchip-remove-_unlocked-suffix-in-drm_gem_obje.patch
	patches.suse/0079-drm-tegra-remove-_unlocked-suffix-in-drm_gem_object_.patch
	patches.suse/0080-drm-v3d-remove-_unlocked-suffix-in-drm_gem_object_pu.patch
	patches.suse/0081-drm-vc4-remove-_unlocked-suffix-in-drm_gem_object_pu.patch
	patches.suse/0082-drm-vgem-remove-_unlocked-suffix-in-drm_gem_object_p.patch
	patches.suse/0083-drm-virtio-remove-_unlocked-suffix-in-drm_gem_object.patch
	patches.suse/0084-drm-vkms-remove-_unlocked-suffix-in-drm_gem_object_p.patch
	patches.suse/0085-drm-xen-remove-_unlocked-suffix-in-drm_gem_object_pu.patch
	patches.suse/0086-drm-remove-transient-drm_gem_object_put_unlocked.patch
	patches.suse/0087-drm-print-the-current-comm-alongside-the-pid.patch
	patches.suse/0088-drm-file-wrap-excessively-long-line.patch
	patches.suse/0089-dma-fence-add-might_sleep-annotation-to-_wait.patch
	patches.suse/0090-drm-Restore-the-NULL-check-for-drm_gem_object_put.patch
	patches.suse/0091-drm-writeback-don-t-set-fence-ops-to-default.patch
	patches.suse/0092-drm-auth-remove-redundant-assignment-to-variable-ret.patch
	patches.suse/0093-drm-vc4-hdmi-Silence-pixel-clock-error-on-EPROBE_DEF.patch
	patches.suse/0094-drm-client-Add-drm_client_framebuffer_flush.patch
	patches.suse/0095-drm-client-Add-drm_client_modeset_check.patch
	patches.suse/0096-drm-format-helper-Add-drm_fb_swab.patch
	patches.suse/0097-drm-i915-Introduce-some-local-intel_dp-variables.patch
	patches.suse/0098-drm-Nuke-mode-vrefresh.patch
	patches.suse/0099-drm-msm-dpu-Stop-copying-around-mode-private_flags.patch
	patches.suse/0100-drm-Shrink-width-height-_mm-to-u16.patch
	patches.suse/0101-drm-Shrink-mode-type-to-u8.patch
	patches.suse/0102-drm-Make-mode-flags-u32.patch
	patches.suse/0103-drm-Shrink-drm_display_mode-timings.patch
	patches.suse/0104-drm-Flatten-drm_mode_vrefresh.patch
	patches.suse/0105-drm-pahole-struct-drm_display_mode.patch
	patches.suse/0106-drm-mcde-Use-mode-clock-instead-of-reverse-calculati.patch
	patches.suse/0107-drm-gma500-Stop-using-mode-private_flags.patch
	patches.suse/0108-drm-use-drm_dev_has_vblank-more.patch
	patches.suse/0109-Documentation-Fix-typo-error-in-todo.rst.patch
	patches.suse/0110-drm-vblank-use-drm_-functions-for-logging.patch
	patches.suse/0111-drm-vblank-use-drm_WARN-for-all-warnings.patch
	patches.suse/0112-video-fbdev-fix-error-handling-for-get_user_pages_fa.patch
	patches.suse/0113-video-fbdev-convert-get_user_pages-pin_user_pages.patch
	patches.suse/0114-drm-DPMS-is-no-longer-the-only-mutable-connector-pro.patch
	patches.suse/0115-omapfb-dss-fix-comparison-to-bool-warning.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/0118-drivers-video-hdmi-cleanup-coding-style-in-video-a-b.patch
	patches.suse/video-pxafb-Fix-the-function-used-to-balance-a-dma_a.patch
	patches.suse/0120-video-fbdev-pxafb-Use-correct-return-value-for-pxafb.patch
	patches.suse/0121-video-fbdev-Use-IS_BUILTIN.patch
	patches.suse/0122-drm-add-docs-for-standard-CRTC-properties.patch
	patches.suse/0123-drm-msm-Don-t-call-dma_buf_vunmap-without-_vmap.patch
	patches.suse/0124-drm-gem-WARN-if-drm_gem_get_pages-is-called-on-a-pri.patch
	patches.suse/0125-drm-doc-Some-polish-for-shmem-helpers.patch
	patches.suse/0126-drm-virtio-Call-the-right-shmem-helpers.patch
	patches.suse/0127-drm-udl-Don-t-call-get-put_pages-on-imported-dma-buf.patch
	patches.suse/0128-drm-shmem-helpers-Don-t-call-get-put_pages-on-import.patch
	patches.suse/0129-drm-shmem-helpers-Redirect-mmap-for-imported-dma-buf.patch
	patches.suse/0130-drm-malidp-Don-t-call-drm_crtc_vblank_off-on-unbind.patch
	patches.suse/0131-drm-hdlcd-Don-t-call-drm_crtc_vblank_off-on-unbind.patch
	patches.suse/0132-drm-mm-fix-hole-size-comparison.patch
	patches.suse/0133-drm-panel-simple-Set-connector-type-for-DSI-panels.patch
	patches.suse/0134-drm-panel-simple-Add-support-for-KOE-TX26D202VM0BWA-.patch
	patches.suse/0135-drm-document-how-user-space-should-use-link-status.patch
	patches.suse/0136-drm-mm-add-ig_frag-selftest.patch
	patches.suse/0137-drm-shmem-helpers-Ensure-get_pages-is-not-called-on-.patch
	patches.suse/0138-drm-shmem-helpers-Simplify-dma-buf-importing.patch
	patches.suse/0139-drm-cma-helper-Rename-symbols-from-drm_cma_gem_-to-d.patch
	patches.suse/0140-drm-cma-helper-Rework-DRM_GEM_CMA_VMAP_DRIVER_OPS-ma.patch
	patches.suse/0141-drm-cma-helper-Add-DRM_GEM_CMA_DRIVER_OPS-to-set-def.patch
	patches.suse/0142-drm-arc-Use-GEM-CMA-object-functions.patch
	patches.suse/0143-drm-arc-Set-GEM-CMA-functions-with-DRM_GEM_CMA_DRIVE.patch
	patches.suse/0144-drm-arm-Use-GEM-CMA-object-functions.patch
	patches.suse/0145-drm-arm-Set-GEM-CMA-functions-with-DRM_GEM_CMA_DRIVE.patch
	patches.suse/0146-drm-atmel-hlcdc-Use-GEM-CMA-object-functions.patch
	patches.suse/0147-drm-atmel-hlcdc-Set-GEM-CMA-functions-with-DRM_GEM_C.patch
	patches.suse/0148-drm-fsl-dcu-Use-GEM-CMA-object-functions.patch
	patches.suse/0149-drm-fsl-dcu-Set-GEM-CMA-functions-with-DRM_GEM_CMA_D.patch
	patches.suse/0150-drm-hisilicon-kirin-Set-.dumb_create-to-drm_gem_cma_.patch
	patches.suse/0151-drm-hisilicon-kirin-Use-GEM-CMA-object-functions.patch
	patches.suse/0152-drm-hisilicon-kirin-Set-GEM-CMA-functions-with-DRM_G.patch
	patches.suse/0153-drm-imx-Use-GEM-CMA-object-functions.patch
	patches.suse/0154-drm-imx-Set-GEM-CMA-functions-with-DRM_GEM_CMA_DRIVE.patch
	patches.suse/0155-drm-ingenic-Use-GEM-CMA-object-functions.patch
	patches.suse/0156-drm-ingenic-Set-GEM-CMA-functions-with-DRM_GEM_CMA_D.patch
	patches.suse/0157-drm-komeda-Use-GEM-CMA-object-functions.patch
	patches.suse/0158-drm-komeda-Set-GEM-CMA-functions-with-DRM_GEM_CMA_DR.patch
	patches.suse/0159-drm-malidp-Use-GEM-CMA-object-functions.patch
	patches.suse/0160-drm-malidp-Set-GEM-CMA-functions-with-DRM_GEM_CMA_DR.patch
	patches.suse/0161-drm-mcde-Use-GEM-CMA-object-functions.patch
	patches.suse/0162-drm-mcde-Set-GEM-CMA-functions-with-DRM_GEM_CMA_DRIV.patch
	patches.suse/0163-drm-meson-Use-GEM-CMA-object-functions.patch
	patches.suse/0164-drm-meson-Set-GEM-CMA-functions-with-DRM_GEM_CMA_DRI.patch
	patches.suse/0165-drm-mxsfb-Use-GEM-CMA-object-functions.patch
	patches.suse/0166-drm-mxsfb-Set-GEM-CMA-functions-with-DRM_GEM_CMA_DRI.patch
	patches.suse/0167-drm-rcar-du-Use-GEM-CMA-object-functions.patch
	patches.suse/0168-drm-rcar-du-Set-GEM-CMA-functions-with-DRM_GEM_CMA_D.patch
	patches.suse/0169-drm-shmobile-Use-GEM-CMA-object-functions.patch
	patches.suse/0170-drm-shmobile-Set-GEM-CMA-functions-with-DRM_GEM_CMA_.patch
	patches.suse/0171-drm-stm-Use-GEM-CMA-object-functions.patch
	patches.suse/0172-drm-stm-Set-GEM-CMA-functions-with-DRM_GEM_CMA_DRIVE.patch
	patches.suse/0173-drm-sti-Use-GEM-CMA-object-functions.patch
	patches.suse/0174-drm-sti-Set-GEM-CMA-functions-with-DRM_GEM_CMA_DRIVE.patch
	patches.suse/0175-drm-tilcdc-Use-GEM-CMA-object-functions.patch
	patches.suse/0176-drm-tilcdc-Set-GEM-CMA-functions-with-DRM_GEM_CMA_DR.patch
	patches.suse/0177-drm-tve200-Use-GEM-CMA-object-functions.patch
	patches.suse/0178-drm-tve200-Set-GEM-CMA-functions-with-DRM_GEM_CMA_DR.patch
	patches.suse/0179-drm-zte-Use-GEM-CMA-object-functions.patch
	patches.suse/0180-drm-zte-Set-GEM-CMA-functions-with-DRM_GEM_CMA_DRIVE.patch
	patches.suse/0181-drm-Remove-struct-drm_driver.gem_print_info.patch
	patches.suse/0182-drm-shmem-helper-Add-.gem_create_object-helper-that-.patch
	patches.suse/0183-drm-udl-Use-GEM-vmap-mmap-function-from-SHMEM-helper.patch
	patches.suse/0184-drm-vc4-drv-Add-include-guards.patch
	patches.suse/0185-drm-vc4-plane-Move-planes-creation-to-its-own-functi.patch
	patches.suse/0186-drm-vc4-plane-Move-additional-planes-creation-to-dri.patch
	patches.suse/0187-drm-vc4-crtc-Rename-SoC-data-structures.patch
	patches.suse/0188-drm-vc4-crtc-Switch-to-of_device_get_match_data.patch
	patches.suse/0189-drm-vc4-crtc-Move-crtc-state-to-common-header.patch
	patches.suse/0190-drm-vc4-crtc-Turn-static-const-variable-into-a-defin.patch
	patches.suse/0191-drm-vc4-crtc-Restrict-HACT_ACT-setup-to-DSI.patch
	patches.suse/0192-drivers-gpu-drm-Fix-trivial-spelling.patch
	patches.suse/0001-drm-mgag200-Remove-declaration-of-mgag200_mmap-from-.patch
	patches.suse/0194-drm-mgag200-Remove-mgag200_cursor.c.patch
	patches.suse/0195-drm-mgag200-Use-pcim_enable_device.patch
	patches.suse/0196-drm-mgag200-Rename-mgag200_ttm.c-to-mgag200_mm.c.patch
	patches.suse/0197-drm-mgag200-Lookup-VRAM-PCI-BAR-start-and-length-onl.patch
	patches.suse/0198-drm-mgag200-Merge-VRAM-setup-into-MM-initialization.patch
	patches.suse/0199-drm-mgag200-Switch-to-managed-MM.patch
	patches.suse/0200-drm-mgag200-Separate-DRM-and-PCI-functionality-from-.patch
	patches.suse/0201-drm-mgag200-Prefix-symbol-names-in-mgag200_drv.c-wit.patch
	patches.suse/0202-drm-mgag200-Move-device-init-and-cleanup-to-mgag200_.patch
	patches.suse/0203-drm-mgag200-Separate-device-initialization-into-allo.patch
	patches.suse/0204-drm-mgag200-Allocate-device-structures-in-mgag200_dr.patch
	patches.suse/0205-drm-mgag200-Embed-instance-of-struct-drm_device-in-s.patch
	patches.suse/0206-drm-mgag200-Use-managed-device-initialization.patch
	patches.suse/0207-drm-dp_mst-Sanitize-mgr-qlock-locking-in-drm_dp_mst_.patch
	patches.suse/0208-drm-i915-dp_mst-Work-around-out-of-spec-adapters-fil.patch
	patches.suse/0209-drm-dp_mst-Fix-the-DDC-I2C-device-unregistration-of-.patch
	patches.suse/0210-drm-dp_mst-Fix-the-DDC-I2C-device-registration-of-an.patch
	patches.suse/0211-drm-dp_mst-Fix-flushing-the-delayed-port-mstb-destro.patch
	patches.suse/0212-drm-mm-remove-invalid-entry-based-optimization.patch
	patches.suse/0213-drm-vmwgfx-remove-drm_driver-master_set-return-type.patch
	patches.suse/0214-drm-auth-make-drm_-set-drop-master_ioctl-symmetrical.patch
	patches.suse/0215-drm-todo-Add-item-about-modeset-properties.patch
	patches.suse/0216-drm-arm-Kconfig-annotate-drivers-as-COMPILE_TEST.patch
	patches.suse/0217-drm-malidp-convert-platform-driver-to-use-dev_groups.patch
	patches.suse/0218-drm-ast-Use-managed-pci-functions.patch
	patches.suse/0219-drm-kselftest-fix-spellint-typo-in-test-drm_mm.c.patch
	patches.suse/0220-drm-shmem-helper-Fix-obj-filp-derefence.patch
	patches.suse/0221-drm-shmem-helper-Only-dma-buf-imports-are-private-ob.patch
	patches.suse/0222-drm-rockchip-Add-per-pixel-alpha-support-for-the-PX3.patch
	patches.suse/0223-drm-panfrost-Reduce-the-amount-of-logs-on-deferred-p.patch
	patches.suse/0224-drm-bridge-ti-sn65dsi86-Don-t-compile-GPIO-bits-if-n.patch
	patches.suse/drm-bridge-ti-sn65dsi86-Don-t-use-kernel-doc-comment.patch
	patches.suse/0226-drm-bridge-ti-sn65dsi86-Fix-kernel-doc-typo-ln_polr-.patch
	patches.suse/0227-drm-bridge-ti-sn65dsi86-Check-the-regmap-return-valu.patch
	patches.suse/0228-drm-panfrost-Fix-inbalance-of-devfreq-record_busy-id.patch
	patches.suse/0229-drm-panfrost-Fix-runtime-PM-imbalance-on-error.patch
	patches.suse/0230-drm-panfrost-Use-kvfree-to-free-bo-sgts.patch
	patches.suse/0231-drm-drm_fourcc-add-NV15-Q410-Q401-YUV-formats.patch
	patches.suse/0232-drm-drm_fourcc-Add-uncompressed-AFBC-modifier.patch
	patches.suse/drm-arm-fix-unintentional-integer-overflow-on-left-s.patch
	patches.suse/0234-drm-dp-DRM-DP-helper-for-reading-Ignore-MSA-from-DPC.patch
	patches.suse/drm-panel-otm8009a-Drop-unnessary-backlight_device_u.patch
	patches.suse/0236-drm-panel-simple-Add-missing-connector-type-for-some.patch
	patches.suse/0237-drm-bridge-tfp410-fix-de-skew-value-retrieval-from-D.patch
	patches.suse/0238-drm-bridge-tfp410-Fix-setup-and-hold-time-calculatio.patch
	patches.suse/0239-drm-panel-simple-add-CDTech-S070PWS19HP-FC21-and-S07.patch
	patches.suse/0240-drm-panel-simple-add-Tianma-TM070JVHG33.patch
	patches.suse/0241-drm-ast-Remove-unused-code-paths-for-AST-1180.patch
	patches.suse/0242-drm-ast-Remove-test-for-device-from-ast_pm_freeze.patch
	patches.suse/0243-drm-ast-Upcast-from-DRM-device-to-ast-structure-via-.patch
	patches.suse/0244-drm-ast-Use-per-device-logging-macros.patch
	patches.suse/0245-drm-mm-remove-unused-rb_hole_size.patch
	patches.suse/0246-drm-mm-optimize-find_hole-as-well.patch
	patches.suse/0247-drm-mm-cleanup-and-improve-next_hole_-_addr.patch
	patches.suse/0248-drm-mm-selftests-fix-wrong-return-type-casting.patch
	patches.suse/0249-drm-bridge-adv7511-Split-EDID-read-to-a-separate-fun.patch
	patches.suse/0250-drm-bridge-adv7511-Split-connector-creation-to-a-sep.patch
	patches.suse/0251-drm-bridge-adv7511-Implement-bridge-connector-operat.patch
	patches.suse/0252-drm-bridge-adv7511-Make-connector-creation-optional.patch
	patches.suse/0253-drm-bridge-Return-NULL-on-error-from-drm_bridge_get_.patch
	patches.suse/0254-drm-bridge-simple-bridge-Delegate-operations-to-next.patch
	patches.suse/0255-drm-bridge-simple-bridge-Make-connector-creation-opt.patch
	patches.suse/0256-drm-edid-Constify-connector-argument-to-infoframe-fu.patch
	patches.suse/0257-drm-bridge-Pass-drm_display_info-to-drm_bridge_funcs.patch
	patches.suse/0258-drm-bridge-dw-hdmi-Pass-private-data-pointer-to-.mod.patch
	patches.suse/0259-drm-bridge-dw-hdmi-Pass-private-data-pointer-to-.con.patch
	patches.suse/0260-drm-bridge-dw-hdmi-Remove-unused-field-from-dw_hdmi_.patch
	patches.suse/0261-drm-meson-dw-hdmi-Use-dw_hdmi-context-to-replace-hac.patch
	patches.suse/0262-drm-bridge-dw-hdmi-Pass-drm_display_info-to-.mode_va.patch
	patches.suse/0263-drm-bridge-dw-hdmi-Constify-mode-argument-to-dw_hdmi.patch
	patches.suse/0264-drm-bridge-dw-hdmi-Constify-mode-argument-to-interna.patch
	patches.suse/0265-drm-bridge-dw-hdmi-Pass-drm_display_info-to-dw_hdmi_.patch
	patches.suse/0266-drm-bridge-dw-hdmi-Split-connector-creation-to-a-sep.patch
	patches.suse/0267-drm-bridge-dw-hdmi-Store-current-connector-in-struct.patch
	patches.suse/0268-drm-bridge-dw-hdmi-Pass-drm_connector-to-internal-fu.patch
	patches.suse/0269-drm-bridge-dw-hdmi-Make-connector-creation-optional.patch
	patches.suse/0270-drm-tiny-repaper-Drop-edp-enabled.patch
	patches.suse/0271-drm-mipi-dbi-Remove-enabled.patch
	patches.suse/0272-dma-buf-minor-doc-touch-ups.patch
	patches.suse/0273-drm-bridge-dw-mipi-dsi.c-remove-unused-header-file.patch
	patches.suse/0274-drm-amdgpu-move-ttm-bo-offset-to-amdgpu_bo.patch
	patches.suse/0275-drm-radeon-don-t-use-ttm-bo-offset.patch
	patches.suse/0276-drm-qxl-don-t-use-ttm-bo-offset.patch
	patches.suse/0277-drm-vram-helper-don-t-use-ttm-bo-offset-v4.patch
	patches.suse/0278-drm-bochs-use-drm_gem_vram_offset-to-get-bo-offset-v.patch
	patches.suse/0279-drm-debug-Expose-connector-VRR-monitor-range-via-deb.patch
	patches.suse/0280-drm-amd-display-Handle-persistence-in-DM.patch
	patches.suse/0281-drm-amd-display-Do-not-fail-if-build-scaling-params-.patch
	patches.suse/0282-drm-amd-display-Check-bss_data_size-before-going-dow.patch
	patches.suse/0283-drm-amd-display-Don-t-pass-invalid-fw_bss_data-point.patch
	patches.suse/0284-drm-amd-display-Add-bit-swap-helper-based-on-endiann.patch
	patches.suse/0285-drm-amd-display-Implement-some-asic-specific-abm-cal.patch
	patches.suse/0286-drm-amd-display-FW-release-1.0.10.patch
	patches.suse/0287-drm-amd-display-Fix-ABM-memory-alignment-issue.patch
	patches.suse/0288-drm-amd-display-3.2.85.patch
	patches.suse/0289-drm-amd-display-update-dml-interfaces-and-variables.patch
	patches.suse/0290-drm-amd-display-DP-link-layer-test-4.2.1.1-fix-due-t.patch
	patches.suse/0291-drm-amd-display-vbios-data-table-packing.patch
	patches.suse/0292-drm-amd-display-Add-DMUB-firmware-version-helpers-in.patch
	patches.suse/0293-drm-amd-display-Support-CW4-for-DMUB-ringbuffer-inbo.patch
	patches.suse/0294-drm-amd-display-fix-dml-log2-function.patch
	patches.suse/0295-drm-amd-display-fix-dml-immediate-flip-input.patch
	patches.suse/0296-drm-amd-display-Remove-nv12-work-around.patch
	patches.suse/0297-drm-amd-display-FW-Release-1.0.11.patch
	patches.suse/0298-drm-amdgpu-change-memory-training-to-common-function.patch
	patches.suse/0299-drm-amd-powerplay-remove-the-support-of-xgmi-pstate-.patch
	patches.suse/0300-drm-amd-powerplay-remove-the-support-of-vega20-from-.patch
	patches.suse/0301-drm-amd-powerplay-skip-smu_i2c_eeprom_init-fini-unde.patch
	patches.suse/0302-drm-amdgpu-print-warning-when-input-address-is-inval.patch
	patches.suse/drm-radeon-disable-AGP-by-default.patch
	patches.suse/0304-drm-amdgpu-simplify-ATIF-backlight-handling.patch
	patches.suse/0305-drm-amdgpu-sdma4-add-renoir-to-powergating-setup.patch
	patches.suse/0306-drm-amdgpu-gfx10-add-navi12-to-gfxoff-case.patch
	patches.suse/0307-drm-amdgpu-simplify-raven-and-renoir-checks.patch
	patches.suse/0308-drm-amdgpu-simplify-CZ-ST-and-KV-KB-ML-checks.patch
	patches.suse/0309-drm-amdgpu-simplify-mec2-fw-check.patch
	patches.suse/0310-drm-amdgpu-sdma4-simplify-the-logic-around-powering-.patch
	patches.suse/0311-drm-amdgpu-put-some-case-statments-in-family-order.patch
	patches.suse/0312-drm-radeon-dpm-Replace-one-element-array-and-use-str.patch
	patches.suse/0313-drm-radeon-amdgpu-Replace-one-element-array-and-use-.patch
	patches.suse/0314-drm-amd-display-Make-BREAK_TO_DEBUGGER-a-debug-print.patch
	patches.suse/0315-drm-amd-powerplay-check-whether-SMU-IP-is-enabled-be.patch
	patches.suse/0316-drm-amd-powerplay-add-SMC-message-filter-for-SMU11.patch
	patches.suse/0317-drm-amd-powerplay-enable-SMC-message-filter.patch
	patches.suse/0318-drm-amd-powerplay-remove-SRIOV-check-in-SMU11-v2.patch
	patches.suse/0319-drm-amd-powerplay-add-check-before-i2c_add_adapter.patch
	patches.suse/0320-drm-amdkfd-Track-SDMA-utilization-per-process.patch
	patches.suse/0321-drm-amdgpu-Improve-the-MTYPE-comments.patch
	patches.suse/0322-drm-amd-display-3.2.86.patch
	patches.suse/0323-drm-amd-display-link_status-not-align-when-power-off.patch
	patches.suse/0324-drm-amd-display-Fix-incorrect-HDCP-caps-for-dongle.patch
	patches.suse/0325-drm-amd-display-simplify-dml-log2-function.patch
	patches.suse/0326-drm-amd-display-Handle-link-loss-interrupt-better.patch
	patches.suse/0327-drm-amd-display-Increase-Default-Sizes-of-FW-State-a.patch
	patches.suse/0328-drm-amd-display-Disable-PG-on-NV12.patch
	patches.suse/0329-drm-amd-display-Guard-against-invalid-array-access.patch
	patches.suse/0330-drm-amd-display-unit-show-garbage-when-do-OPTC-blank.patch
	patches.suse/0331-drm-amd-display-Allow-Diagnostics-test-with-eDP-not-.patch
	patches.suse/0332-drm-amd-display-combine-public-interfaces-into-singl.patch
	patches.suse/0333-drm-amd-display-enable-plane-if-container-of-plane_s.patch
	patches.suse/0334-drm-amd-display-FW-Promotion-Release-1.0.12.patch
	patches.suse/0335-drm-amd-display-Don-t-compare-same-stream-for-synchr.patch
	patches.suse/0336-drm-amd-display-3.2.87.patch
	patches.suse/0337-drm-amd-amdgpu-Fix-the-CGCG-setting-is-overwritten-f.patch
	patches.suse/0338-drm-amdkfd-Fix-GCC-10-compiler-warning.patch
	patches.suse/0339-drm-amdgpu-gmc10-program-the-smallK-fragment-size.patch
	patches.suse/0340-drm-amdkfd-fix-a-dereference-of-pdd-before-it-is-nul.patch
	patches.suse/0341-drm-amd-powerplay-update-Arcturus-smu-driver-headers.patch
	patches.suse/0342-drm-amd-powerplay-implement-ASIC-specific-thermal-th.patch
	patches.suse/0343-drm-amd-powerplay-enable-thermal-throttling-logging-.patch
	patches.suse/0344-drm-amdgpu-added-a-sysfs-interface-for-thermal-throt.patch
	patches.suse/0345-drm-amd-powerplay-stop-thermal-IRQs-on-suspend.patch
	patches.suse/0346-drm-amd-powerplay-use-the-common-APIs-for-IRQ-disabl.patch
	patches.suse/0347-drm-amd-powerplay-give-better-names-for-the-thermal-.patch
	patches.suse/0348-drm-amdgpu-skip-gpu_info-firmware-if-discovery-info-.patch
	patches.suse/0349-drm-amdgpu-clean-up-discovery-testing.patch
	patches.suse/0350-drm-amdgpu-use-IP-discovery-table-for-renoir.patch
	patches.suse/0351-drm-amdgpu-nv-allow-access-to-SDMA-status-registers.patch
	patches.suse/0352-drm-amdgpu-nv-remove-some-dead-code.patch
	patches.suse/0353-drm-amdgpu-nv-enable-init-reset-check.patch
	patches.suse/0354-drm-amdgpu-fru-fix-header-guard-and-include-header.patch
	patches.suse/0355-drm-amdgpu-fix-RAS-memory-leak-in-error-case.patch
	patches.suse/0356-drm-amdgpu-remove-useless-code-in-RAS.patch
	patches.suse/0357-drm-amdgpu-Add-ReadSerial-defines-for-Arcturus.patch
	patches.suse/0358-drm-amdgpu-Add-unique_id-and-serial_number-for-Arctu.patch
	patches.suse/0359-drm-amdgpu-restrict-bo-mapping-within-gpu-address-li.patch
	patches.suse/0360-drm-amdgpu-add-GC-10.3-header-files-v2.patch
	patches.suse/0361-drm-amdgpu-Add-ATHUB-2.1-header-files-v2.patch
	patches.suse/0362-drm-amdgpu-add-VCN3.0-register-headers-v2.patch
	patches.suse/0363-drm-amd-display-Add-dcn30-Headers-v2.patch
	patches.suse/0364-drm-amdgpu-add-sienna_cichlid-asic-type.patch
	patches.suse/0365-drm-amdgpu-add-sienna_cichlid-gpu-info-firmware-v2.patch
	patches.suse/0366-drm-amdgpu-set-fw-load-type-for-sienna_cichlid.patch
	patches.suse/0367-drm-amdgpu-set-asic-family-and-ip-blocks-for-sienna_.patch
	patches.suse/0368-drm-amdgpu-gfx10-add-support-for-sienna_cichlid-firm.patch
	patches.suse/0369-drm-amdgpu-gmc10-add-sienna_cichlid-support.patch
	patches.suse/0370-drm-amdgpu-gfx10-add-clockgating-support-for-sienna_.patch
	patches.suse/0371-drm-amdgpu-soc15-add-support-for-sienna_cichlid.patch
	patches.suse/0372-drm-amdgpu-initialize-IP-offset-for-sienna_cichlid-v.patch
	patches.suse/0373-drm-amdgpu-soc15-add-common-ip-block-for-sienna_cich.patch
	patches.suse/0374-drm-amdgpu-add-support-on-mmhub-for-sienna_cichlid.patch
	patches.suse/0375-drm-amdgpu-add-support-gfxhub-for-sienna_cichlid-v3.patch
	patches.suse/0376-drm-amdgpu-add-gmc-ip-block-for-sienna_cichlid.patch
	patches.suse/0377-drm-amdgpu-add-ih-ip-block-for-sienna_cichlid.patch
	patches.suse/0378-drm-amdgpu-add-gfx-ip-block-for-sienna_cichlid-v3.patch
	patches.suse/0379-drm-amdgpu-add-sdma2-and-sdma3-irqsrc-header-files-f.patch
	patches.suse/0380-drm-amdgpu-add-sdma-ip-block-for-sienna_cichlid-v5.patch
	patches.suse/0381-drm-amdgpu-correct-SDMA3-IH-clinet-id-for-sienna_cic.patch
	patches.suse/0382-drm-amdgpu-gfx10-change-register-configure-for-sienn.patch
	patches.suse/0383-drm-amdgpu-add-virtual-display-support-for-sienna_ci.patch
	patches.suse/0384-drm-amdgpu-powerplay-add-initial-swSMU-support-for-s.patch
	patches.suse/0385-drm-amd-powerplay-add-support-to-set-performance-lev.patch
	patches.suse/0386-drm-amd-powerplay-set-SOCCLK-DPM-for-sienna_cichlid.patch
	patches.suse/0387-drm-amd-powerplay-set-FCLK-DPM-for-sienna_cichlid.patch
	patches.suse/0388-drm-amd-powerplay-enable-Ultra-Low-Voltage-for-sienn.patch
	patches.suse/0389-drm-amd-powerplay-enable-Graphics-Clock-Deep-Sleep-f.patch
	patches.suse/0390-drm-amd-powerplay-enable-SOC-Clock-Deep-Sleep-for-si.patch
	patches.suse/0391-drm-amdgpu-powerplay-set-Thermal-control-for-sienna_.patch
	patches.suse/0392-drm-amdgpu-powerplay-set-UCLK-DPM-for-sienna_cichlid.patch
	patches.suse/0393-drm-amd-powerplay-make-gfx-ds-can-be-configure-for-s.patch
	patches.suse/0394-drm-amd-powerplay-Enable-SOCCLK-ULV-for-sienna_cichl.patch
	patches.suse/0395-drm-amd-powerplay-enable-DCEFCLK-DPM-and-DS-for-sien.patch
	patches.suse/0396-drm-amd-powerplay-support-pcie-value-set-and-update-.patch
	patches.suse/0397-drm-amd-powerplay-support-to-print-pcie-levels-for-s.patch
	patches.suse/0398-drm-amd-powerplay-enable-LCLK-DPM-for-sienna_cichlid.patch
	patches.suse/0399-drm-amd-powerplay-enable-GFX-SS-for-sienna_cichlid.patch
	patches.suse/0400-drm-amd-powerplay-enable-Fan-control-for-sienna_cich.patch
	patches.suse/0401-drm-amd-powerplay-support-to-get-power-index-for-sie.patch
	patches.suse/0402-drm-amd-powerplay-enable-PPT-and-TDC-for-sienna_cich.patch
	patches.suse/0403-drm-amdgpu-powerplay-add-smu-block-for-sienna_cichli.patch
	patches.suse/0404-drm-amdgpu-skip-ASD-fw-load-for-sienna_cichlid.patch
	patches.suse/0405-drm-amdgpu-psp-add-psp-support-for-sienna_cichlid.patch
	patches.suse/0406-drm-amdgpu-skip-for-reroute-ih-for-sienna_cichlid-ps.patch
	patches.suse/0407-drm-amdgpu-enable-psp-ip-block-for-sienna_cichlid.patch
	patches.suse/0408-drm-amdgpu-update-SDMA-5.2-microcode-init.patch
	patches.suse/0409-drm-amdgpu-Use-variable-instead-of-constant-for-sdma.patch
	patches.suse/0410-drm-amdgpu-add-support-for-athub-v2.1.patch
	patches.suse/0411-drm-amdgpu-add-gmc-cg-support-for-sienna_cichlid.patch
	patches.suse/0412-drm-amdgpu-add-psp-block-load-condition-for-sienna_c.patch
	patches.suse/0413-drm-amdgpu-add-2rd-VCN-instance-doorbell-support.patch
	patches.suse/0414-drm-amdgpu-assign-the-doorbell-index-to-mes-ring.patch
	patches.suse/0415-drm-amdgpu-add-the-ring-type-definition-of-MES.patch
	patches.suse/drm-amdgpu-avoid-dereferencing-a-NULL-pointer.patch
	patches.suse/0417-drm-amdgpu-mes-update-some-mes-definitions.patch
	patches.suse/0418-drm-amdgpu-mes10.1-allocate-the-eop-buffer.patch
	patches.suse/0419-drm-amdgpu-mes10.1-initialize-the-software-part-of-m.patch
	patches.suse/0420-drm-amdgpu-mes10.1-implement-the-ring-functions-of-m.patch
	patches.suse/0421-drm-amdgpu-mes10.1-allocate-mqd-buffer.patch
	patches.suse/0422-drm-amdgpu-mes10.1-initialize-the-mqd.patch
	patches.suse/0423-drm-amdgpu-mes10.1-install-mes-queue-by-register-pro.patch
	patches.suse/0424-drm-amdgpu-mes10.1-install-mes-queue-via-kiq.patch
	patches.suse/0425-drm-amdgpu-mes10.1-enable-the-mes-ring-during-initia.patch
	patches.suse/0426-drm-amdgpu-mes10.1-add-the-mes-fw-api.patch
	patches.suse/0427-drm-amdgpu-mes10.1-add-the-helper-function-for-mes-c.patch
	patches.suse/0428-drm-amdgpu-mes10.1-implement-adding-hardware-queue.patch
	patches.suse/0429-drm-amdgpu-mes10.1-implement-removing-hardware-queue.patch
	patches.suse/0430-drm-amdgpu-mes10.1-implement-querying-the-scheduler-.patch
	patches.suse/0431-drm-amdgpu-mes10.1-implement-setting-hardware-resour.patch
	patches.suse/0432-drm-amdgpu-mes10.1-add-sienna_cichlid-mes-firmware-s.patch
	patches.suse/0433-drm-amdgpu-mes10.1-copy-mes-fw-info-into-global-fw-a.patch
	patches.suse/0434-drm-amdgpu-upload-mes-firmware-to-gpu-buffer.patch
	patches.suse/0435-drm-amdgpu-psp-convert-amdgpu-mes-ucode-type.patch
	patches.suse/0436-drm-amdgpu-no-need-to-set-up-GPU-scheduler-for-mes-r.patch
	patches.suse/0437-drm-amdgpu-mes10.1-update-mes-initialization.patch
	patches.suse/0438-drm-amdgpu-add-mes-block-to-sienna_cichlid.patch
	patches.suse/0439-drm-amdgpu-update-the-num-of-queue-per-pipe-for-mec-.patch
	patches.suse/0440-drm-amdgpu-mes-correct-register-offset-for-sienna_ci.patch
	patches.suse/0441-drm-amdgpu-add-VCN3.0-support-for-Sienna_Cichlid.patch
	patches.suse/0442-drm-amdgpu-add-Sienna_Cichlid-VCN-PG-and-CG-support-.patch
	patches.suse/0443-drm-amdgpu-enable-VCN3.0-PG-and-CG-for-Sienna_Cichli.patch
	patches.suse/0444-drm-amdgpu-add-Sienna_Cichlid-VCN-to-the-VCN-family.patch
	patches.suse/0445-drm-amdgpu-enable-VCN3.0-for-Sienna_Cichlid.patch
	patches.suse/0446-drm-amdgpu-add-JPEG3.0-support-for-Sienna_Cichlid.patch
	patches.suse/0447-drm-amdgpu-add-Sienna_Cichlid-JPEG-PG-and-CG-support.patch
	patches.suse/0448-drm-amdgpu-enable-JPEG3.0-PG-and-CG-for-Sienna_Cichl.patch
	patches.suse/0449-drm-amdgpu-enable-JPEG3.0-for-Sienna_Cichlid.patch
	patches.suse/0450-drm-amdgpu-gfx10-add-gc-golden-setting-for-sienna_ci.patch
	patches.suse/0451-drm-amdgpu-force-pa_sc_tile_steering_override-to-0-f.patch
	patches.suse/0452-drm-amdgpu-add-cp-firmware-backdoor-loading-triger.patch
	patches.suse/0453-drm-amdgpu-disable-gfxoff-for-sienna_cichlid.patch
	patches.suse/0454-drm-amdgpu-add-vram_info-v2_5-in-atomfirmware-header.patch
	patches.suse/0455-drm-amdgpu-support-query-vram-info-for-sienna_cichli.patch
	patches.suse/0456-drm-amdgpu-drop-gfx_v10_0_tiling_mode_table_init.patch
	patches.suse/0457-drm-amdgpu-only-send-one-sdma-firmware-for-sienna_ci.patch
	patches.suse/0458-drm-amdgpu-add-firmware_info-v3_4-structure-for-Sien.patch
	patches.suse/0459-drm-amdgpu-add-atomfirmware-helper-funciton-to-query.patch
	patches.suse/0460-drm-amdgpu-switch-to-query-reserved-fb-size-from-vbi.patch
	patches.suse/0461-drm-amdgpu-open-GFX-clock-gating-for-sienna_cichlid.patch
	patches.suse/0462-drm-amdgpu-change-the-offset-for-VCN-FW-cache-window.patch
	patches.suse/0463-drm-amdgpu-fix-the-PSP-front-door-loading-VCN-firmwa.patch
	patches.suse/0464-drm-amdgpu-set-the-LMI-ctrl-and-reset-earlier.patch
	patches.suse/0465-drm-amdgpu-update-golden-setting-for-gfx10.3.patch
	patches.suse/0466-drm-amd-amdgpu-fix-the-HDP-LS-DS-SD-programming.patch
	patches.suse/0467-drm-amd-amdgpu-add-HDP-mgcg-and-ls-support.patch
	patches.suse/0468-drm-amd-amdgpu-add-IH-cg-support.patch
	patches.suse/0469-drm-amd-amdgpu-add-athub-ls-support.patch
	patches.suse/0470-drm-amdgpu-Enable-Multi-Media-Hub-MMHUB-Clock-Gating.patch
	patches.suse/0471-drm-amdgpu-fix-SDMA-hdp-flush-engine-conflict.patch
	patches.suse/0472-drm-amdgpu-enable-3D-pipe-1-on-Sienna_Cichlid.patch
	patches.suse/0473-drm-amdgpu-dc-Add-missing-Sienna_Cichlid-chip-id.patch
	patches.suse/0474-drm-amdkfd-Support-Sienna_Cichlid-KFD-v4.patch
	patches.suse/0475-drm-amdkfd-Add-Sienna_Cichlid-trap-handler-support.patch
	patches.suse/0476-drm-amdkfd-Support-newer-assemblers-in-gfx10-trap-ha.patch
	patches.suse/0477-drm-amdkfd-Support-debugger-in-Navi1x-trap-handler.patch
	patches.suse/0478-drm-amdkfd-sienna_cichlid-virtual-function-support.patch
	patches.suse/0479-drm-amd-powerplay-enable-VR0HOT-for-sienna_cichlid.patch
	patches.suse/0480-drm-amd-powerplay-enable-FCLK-DS-for-sienna_cichlid.patch
	patches.suse/0481-drm-amdgpu-fix-typo-for-vcn3-jpeg3-idle-check.patch
	patches.suse/0482-drm-amd-powerplay-enable-MM-DPM-PG-for-sienna_cichli.patch
	patches.suse/0483-drm-amdgpu-Sienna_Cichlid-don-t-enable-SMU-for-SRIOV.patch
	patches.suse/0484-drm-amd-powerplay-enable-BACO-for-sienna_cichlid.patch
	patches.suse/0485-drm-amd-powerplay-enable-APCC-DFLL-for-sienna_cichli.patch
	patches.suse/0486-drm-amd-powerplay-add-function-to-get-power-limit-fo.patch
	patches.suse/0487-drm-amdgpu-mes-update-mes-fw-api.patch
	patches.suse/0488-drm-amdgpu-mes-add-status-fence-memory-definitions.patch
	patches.suse/0489-drm-amdgpu-mes-allocate-memory-slots-for-hw-resource.patch
	patches.suse/0490-drm-amdgpu-skip-VM-inv-eng-assignment-for-mes-ring.patch
	patches.suse/0491-drm-amd-powerplay-enable-athub-pg.patch
	patches.suse/0492-drm-amd-powerplay-enable-mmhub-pg.patch
	patches.suse/0493-drm-amd-powerplay-enable-GPO.patch
	patches.suse/0494-drm-amd-powerplay-bundle-GPO-with-gfx-DPM.patch
	patches.suse/0495-drm-amdgpu-update-golden-setting-for-sienna_cichlid.patch
	patches.suse/0496-drm-amd-powerplay-enable-RSMU-SMN-PG-for-sienna_cich.patch
	patches.suse/0497-drm-am-powerplay-enable-OUT-OF-BAND-MONITER-for-sien.patch
	patches.suse/0498-drm-amdgpu-add-clock-gating-DPG-mode-for-VCN3.0.patch
	patches.suse/0499-drm-amdgpu-add-mc-resume-DPG-mode-for-VCN3.0.patch
	patches.suse/0500-drm-amdgpu-add-start-DPG-mode-for-VCN3.0.patch
	patches.suse/0501-drm-amdgpu-add-stop-DPG-mode-for-VCN3.0.patch
	patches.suse/0502-drm-amdgpu-add-pause-DPG-mode-for-VCN3.0.patch
	patches.suse/0503-drm-amdgpu-set-indirect-sram-mode-for-VCN3.0.patch
	patches.suse/0504-drm-amdgpu-add-internal-reg-offset-translation-for-V.patch
	patches.suse/0505-drm-amdgpu-rename-macro-for-VCN1.0.patch
	patches.suse/0506-drm-amdgpu-rename-macro-for-VCN2.0-2.5-and-3.0.patch
	patches.suse/0507-drm-amdgpu-add-workaround-for-issue-in-DPG-for-VCN3..patch
	patches.suse/0508-drm-amdgpu-enable-DPG-mode-for-VCN3.0.patch
	patches.suse/0509-drm-amdgpu-mes10.1-add-no-scheduler-flag-for-mes.patch
	patches.suse/0510-drm-amdgpu-vcn3.0-schedule-instance-0-for-decode-and.patch
	patches.suse/0511-drm-amd-powerplay-enable-ULCK-DS-for-sienna_cichlid.patch
	patches.suse/0512-drm-amdgpu-sriov-Use-kiq-to-do-tlb-invalidation-for-.patch
	patches.suse/0513-drm-amd-powerplay-and-smc-dpm-info-struct-for-sienna.patch
	patches.suse/0514-drm-amd-powerplay-append-pptable-for-sienna_cichlid-.patch
	patches.suse/0515-drm-amd-powerplay-enable-VDDCI-and-MVDD-for-sienna_c.patch
	patches.suse/0516-drm-amdgpu-skip-GPU-scheduler-setup-for-KIQ-and-MES-.patch
	patches.suse/0517-drm-amd-powerplay-enable-fw-ctf.patch
	patches.suse/0518-drm-amdgpu-disable-runtime-pm-for-sienna_cichlid-tem.patch
	patches.suse/0519-drm-amd-powerplay-drop-jpeg-instance1-dpm-setup.patch
	patches.suse/0520-drm-amdgpu-only-use-one-gfx-pipe-for-Sienna_Cichlid.patch
	patches.suse/0521-drm-amdgpu-sriov-Add-sriov-detection-for-sienna_cich.patch
	patches.suse/0522-drm-amd-powerplay-support-mclk-socclk-limit-value-se.patch
	patches.suse/0523-drm-amd-amdgpu-disable-gfxoff-to-retrieve-gfxclk.patch
	patches.suse/0524-drm-amdgpu-enable-gfxoff-for-sienna_cichlid.patch
	patches.suse/0525-drm-amd-powerplay-show-gfxclk-0-in-gfxoff-state.patch
	patches.suse/0526-drm-amdgpu-psp-add-structure-to-support-PSP-SPL.patch
	patches.suse/0527-drm-amdgpu-psp-initialization-PSP-SPL-fw.patch
	patches.suse/0528-drm-amdgpu-psp-support-for-loading-PSP-SPL-fw.patch
	patches.suse/0529-drm-amdgpu-update-golden-setting-for-sienna_cichlid.patch
	patches.suse/0530-drm-amd-powerplay-update-smu-function-for-sienna_cic.patch
	patches.suse/0531-drm-amd-powerplay-drop-sienna_cichlid-hardcode-of-us.patch
	patches.suse/0532-drm-amd-powerplay-let-PMFW-to-handle-the-features-di.patch
	patches.suse/0533-drm-amdgpu-reserve-fb-according-to-return-value-from.patch
	patches.suse/0534-drm-amdgpu-support-memory-training-for-sienna_cichli.patch
	patches.suse/0535-drm-amdgpu-remove-unnecessary-check-for-mem-train.patch
	patches.suse/0536-drm-amdgpu-bypass-tmr-when-reserve-c2p-memory.patch
	patches.suse/0537-drm-amd-display-Add-DCN3-chip-ids.patch
	patches.suse/0538-drm-amd-display-Add-DCN3-DIO.patch
	patches.suse/0539-drm-amd-display-Add-DCN3-CLK_MGR.patch
	patches.suse/0540-drm-amd-display-Add-DCN3-DCCG.patch
	patches.suse/0541-drm-amd-display-Add-DCN3-OPTC.patch
	patches.suse/0542-drm-amd-display-Add-DCN3-OPP-header.patch
	patches.suse/0543-drm-amd-display-Add-DCN3-MPC.patch
	patches.suse/0544-drm-amd-display-Add-DCN3-DPP.patch
	patches.suse/0545-drm-amd-display-Add-DCN3-HUBHUB.patch
	patches.suse/0546-drm-amd-display-Add-DCN3-HUBP.patch
	patches.suse/0547-drm-amd-display-Add-DCN3-MMHUBHUB.patch
	patches.suse/0548-drm-amd-display-Add-DCN3-DWB.patch
	patches.suse/0549-drm-amd-display-Add-DCN3-DML.patch
	patches.suse/0550-drm-amd-display-Add-DCN3-IRQ.patch
	patches.suse/0551-drm-amd-display-Add-DCN3-GPIO.patch
	patches.suse/0552-drm-amd-display-Add-DCN3-DMUB.patch
	patches.suse/0553-drm-amd-display-Add-DCN3-HWSEQ.patch
	patches.suse/0554-drm-amd-display-Add-DCN3-Support-in-DM-v2.patch
	patches.suse/0555-drm-amd-display-Add-DCN3-Resource.patch
	patches.suse/0556-drm-amd-display-Add-DCN3-Command-Table-Helpers.patch
	patches.suse/0557-drm-amd-display-Add-DCN3-AFMT.patch
	patches.suse/0558-drm-amd-display-Add-DCN3-VPG.patch
	patches.suse/0559-drm-amd-display-Init-function-tables-for-DCN3.patch
	patches.suse/0560-drm-amd-display-Handle-RGBE_ALPHA-Pixel-Format.patch
	patches.suse/0561-drm-amd-display-Remove-Unused-Registers.patch
	patches.suse/0562-drm-amdgpu-Enable-DM-block-for-DCN3.patch
	patches.suse/0563-drm-amd-display-fix-and-simplify-pipe-split-logic-fo.patch
	patches.suse/0564-drm-amdgpu-display-fix-build-without-CONFIG_DRM_AMD_.patch
	patches.suse/0565-drm-amd-display-Add-DCN3-blocks-to-Makefile.patch
	patches.suse/0566-drm-amd-display-Add-DCN3-to-Kconfig.patch
	patches.suse/0567-drm-amdgpu-temporarily-read-bounding-box-from-gpu_in.patch
	patches.suse/0568-drm-amd-powerplay-use-existed-smu_dpm_set-interfaces.patch
	patches.suse/0569-drm-amd-display-Only-actually-breakpoint-if-DEBUG_KE.patch
	patches.suse/0570-Revert-drm-radeon-amdgpu-Replace-one-element-array-a.patch
	patches.suse/0571-drm-amdgpu-fence-use-the-no_scheduler-flag.patch
	patches.suse/0572-drm-amd-display-fix-spelling-mistake-propogation-pro.patch
	patches.suse/0573-drm-amd-powerplay-eliminate-asic-type-check.patch
	patches.suse/0574-drm-amd-powerplay-drop-unused-APIs-and-unnecessary-c.patch
	patches.suse/0575-drm-amd-powerplay-implement-a-common-API-for-dpms-di.patch
	patches.suse/0576-drm-amd-powerplay-centralize-all-buffer-allocation-i.patch
	patches.suse/0577-drm-amd-powerplay-clean-up-the-APIs-for-bootup-clock.patch
	patches.suse/0578-drm-amd-powerplay-clean-up-the-APIs-for-pptable-setu.patch
	patches.suse/0579-drm-amd-powerplay-clean-up-the-overdrive-settings.patch
	patches.suse/0580-drm-amd-powerplay-postpone-operations-not-required-f.patch
	patches.suse/0581-drm-amd-powerplay-move-those-operations-not-needed-f.patch
	patches.suse/0582-drm-amd-powerplay-maximize-code-sharing-between-.hw_.patch
	patches.suse/0583-drm-amd-powerplay-sort-those-operations-performed-in.patch
	patches.suse/0584-drm-amd-powerplay-better-namings.patch
	patches.suse/0585-drm-amd-powerplay-maximize-code-sharing-between-.hw_.patch
	patches.suse/0586-drm-amd-powerplay-move-amdgpu_irq_src-to-the-smu-str.patch
	patches.suse/0587-drm-amd-powerplay-add-firmware-cleanup-on-sw_fini.patch
	patches.suse/0588-drm-amd-powerplay-skip-BACO-feature-on-DPMs-disablem.patch
	patches.suse/0589-drm-amd-powerplay-use-work-queue-to-perform-throttli.patch
	patches.suse/0590-drm-amdgpu-support-reserve-bad-page-for-virt-v3.patch
	patches.suse/0591-drm-amd-powerplay-move-powerplay-table-operation-out.patch
	patches.suse/0592-drm-amd-powerplay-add-smu-v11_0_7-pptable.patch
	patches.suse/0593-drm-amd-powerplay-update-powerplay-table-for-sienna_.patch
	patches.suse/0594-drm-amd-powerplay-update-driver-if-file-for-sienna_c.patch
	patches.suse/0595-drm-amd-display-drop-duplicated-structure.patch
	patches.suse/0596-drm-amd-display-drop-duplicated-.dsc_pg_control-for-.patch
	patches.suse/0597-drm-amd-powerplay-update-how-to-use-metrics-table-on.patch
	patches.suse/0598-drm-amd-powerplay-update-how-to-use-metrics-table-on.patch
	patches.suse/0599-drm-amd-powerplay-update-how-to-use-metrics-table-on.patch
	patches.suse/0600-drm-amd-powerplay-use-the-same-interval-as-PMFW-on-r.patch
	patches.suse/0601-drm-amdgpu-skip-BAR-resizing-if-the-bios-already-did.patch
	patches.suse/0602-drm-amd-display-Fix-indenting-in-dcn30_set_output_tr.patch
	patches.suse/0603-drm-amdgpu-soc15-fix-nullptr-issue-in-soc15_read_reg.patch
	patches.suse/0604-drm-amd-powerplay-use-MGPU-friendly-err-warn-info-db.patch
	patches.suse/0605-drm-amd-powerplay-forbid-to-use-pr_err-warn-info-deb.patch
	patches.suse/0606-drm-amd-powerplay-add-error-messages-on-some-critica.patch
	patches.suse/0607-drm-amd-powerplay-drop-dead-vce-powergate-code.patch
	patches.suse/0608-drm-amd-powerplay-drop-unnecessary-wrappers.patch
	patches.suse/0609-drm-amd-powerplay-correct-the-APIs-naming.patch
	patches.suse/0610-drm-amd-powerplay-drop-unnecessary-get_pptable_power.patch
	patches.suse/0611-drm-amd-powerplay-maximize-code-sharing-around-power.patch
	patches.suse/0612-drm-amd-powerplay-simplify-the-code-around-retrievin.patch
	patches.suse/0613-drm-amd-powerplay-simplify-the-code-around-setting-p.patch
	patches.suse/0614-drm-amd-powerplay-drop-unused-code-around-power-limi.patch
	patches.suse/0615-drm-amd-powerplay-correct-power-limit-retrieving-bas.patch
	patches.suse/0616-drm-amd-powerplay-add-check-for-power-limit-OD-suppo.patch
	patches.suse/0617-drm-amd-powerplay-move-maximum-sustainable-clock-ret.patch
	patches.suse/0618-drm-amd-amdgpu-handle-return-value-of-amdgpu_driver_.patch
	patches.suse/0619-drm-amd-amdgpu-Add-SQ-debug-registers-to-GFX9-GFX10-.patch
	patches.suse/0620-drm-amd-correct-trivial-kernel-doc-inconsistencies.patch
	patches.suse/0621-drm-amd-powerplay-drop-redundant-.set_min_dcefclk_de.patch
	patches.suse/0622-drm-amd-powerplay-drop-unnecessary-wrapper-.populate.patch
	patches.suse/0623-drm-amd-powerplay-drop-unnecessary-SMU_MSG_GetDpmClo.patch
	patches.suse/0624-drm-amd-powerplay-revise-the-calling-chain-on-sensor.patch
	patches.suse/0625-drm-amd-powerplay-maximum-code-sharing-on-sensor-rea.patch
	patches.suse/0626-drm-amdgpu-Fix-a-buffer-overflow-handling-the-serial.patch
	patches.suse/0627-drm-amdgpu-fix-the-nullptr-issue-as-for-PWR-IP-not-e.patch
	patches.suse/0628-drm-amdgpu-sriov-Add-clear-vf-fw-support.patch
	patches.suse/0629-drm-amdgpu-sriov-Disable-pm-for-multiple-vf-sriov.patch
	patches.suse/0630-drm-amdgpu-sriov-Need-to-clear-kiq-position.patch
	patches.suse/0631-drm-amdgpu-jpeg-fix-race-condition-issue-for-jpeg-st.patch
	patches.suse/0632-drm-amd-amdgpu-Add-SQ_DEBUG_STS_GLOBAL-registers-bit.patch
	patches.suse/0633-drm-amd-display-correct-alpha_en-programming-for-new.patch
	patches.suse/0634-drm-amd-display-Fix-incorrect-dcn1-bandwidth-calcula.patch
	patches.suse/0635-drm-amd-display-FW-Promotion-Release-1.0.13.patch
	patches.suse/0636-drm-amd-display-Move-call-to-disable-DPG.patch
	patches.suse/0637-drm-amd-display-Use-u16-for-drm_bpp-in-DSC-calculati.patch
	patches.suse/0638-drm-amd-display-Remove-unused-macro-from-dcn21.patch
	patches.suse/0639-drm-amd-display-Revert-enable-plane-if-plane_status-.patch
	patches.suse/0640-drm-amd-display-Fix-VBA-chroma-calculation-for-pipe-.patch
	patches.suse/0641-drm-amd-display-update-audio-wall-clock-programming.patch
	patches.suse/0642-drm-amd-display-FW-Promotion-Release-1.0.14.patch
	patches.suse/0643-drm-amd-display-3.2.88.patch
	patches.suse/0644-drm-amd-display-Force-delay-after-DP-receive-power-u.patch
	patches.suse/0645-drm-amd-display-Passing-initial-SDP-deadline-to-dmub.patch
	patches.suse/0646-drm-amd-display-runtime-select-dmub-emulatior.patch
	patches.suse/0647-drm-amd-display-remove-unnecessary-mpcc-updates.patch
	patches.suse/0648-drm-amd-display-Revert-DP-link-layer-test-4.2.1.1-fi.patch
	patches.suse/0649-drm-amd-display-add-support-for-per-state-dummy-psta.patch
	patches.suse/0650-drm-amd-display-Add-helper-to-convert-DC-status.patch
	patches.suse/0651-drm-amd-display-make-calculate-watermarks-a-function.patch
	patches.suse/0652-drm-amd-display-Enable-use-of-dmub-iff-dmcu-is-disab.patch
	patches.suse/0653-drm-amd-display-Improve-DisplayPort-monitor-interop.patch
	patches.suse/0654-drm-amd-display-change-global-buffer-to-local-buffer.patch
	patches.suse/0655-drm-amd-display-Disable-pipe-split-for-modes-with-bo.patch
	patches.suse/0656-drm-amd-display-not-reset-dmub-in-driver.patch
	patches.suse/0657-drm-amd-display-Not-doing-bios-data-pack.patch
	patches.suse/0658-drm-amd-display-FW-Promotion-Release-1.0.15.patch
	patches.suse/0659-drm-amd-display-3.2.89.patch
	patches.suse/0660-drm-amdgpu-Reconfigure-ULV-for-gfx9-server-SKUs.patch
	patches.suse/0661-drm-amd-add-missing-fill-of-the-array-s-first-elemen.patch
	patches.suse/0662-drm-amd-display-Get-num_chans-from-VBIOS-table.patch
	patches.suse/0663-drm-amd-amdgpu-Fix-SQ_DEBUG_STS_GLOBAL-registers.patch
	patches.suse/0664-drm-amdkfd-Add-eviction-debug-messages.patch
	patches.suse/drm-amdkfd-Fix-reference-count-leaks.patch
	patches.suse/0666-drm-amdgpu-gfx9-Fix-incorrect-firmware-size-calculat.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/0673-drm-amd-amdgpu-Fix-offset-for-SQ_DEBUG_STS_GLOBAL-on.patch
	patches.suse/0674-drm-amdgpu-remove-distinction-between-explicit-and-i.patch
	patches.suse/0675-drm-amd-display-Update-DCN3-bounding-box.patch
	patches.suse/0676-drm-amd-smu-unify-pptable_func-callback-interface.patch
	patches.suse/0677-drm-amd-smu-unify-smu-ppt-callback-macros.patch
	patches.suse/0678-drm-amdgpu-fix-compiler-warning.patch
	patches.suse/0679-drm-amdgpu-vcn_v2_5_mc_resume_dpg_mode-can-be-static.patch
	patches.suse/0680-drm-amdgpu-debugfs-fix-memory-leak-when-pm_runtime_g.patch
	patches.suse/0681-drm-amdgpu-debugfs-fix-memory-leak-when-amdgpu_virt_.patch
	patches.suse/0682-drm-amdgpu-fence-fix-ref-count-leak-when-pm_runtime_.patch
	patches.suse/0683-drm-amdkfd-fix-ref-count-leak-when-pm_runtime_get_sy.patch
	patches.suse/0684-drm-amdgpu-jpeg1.0-fix-no-previous-prototype-for-fun.patch
	patches.suse/0685-drm-amdgpu-jpeg2.0-fix-no-previous-prototype-for-fun.patch
	patches.suse/0686-drm-amdgpu-label-internally-used-symbols-as-static.patch
	patches.suse/0687-drm-amdkfd-label-internally-used-symbols-as-static.patch
	patches.suse/0688-drm-powerplay-label-internally-used-symbols-as-stati.patch
	patches.suse/0689-drm-amd-display-label-internally-used-symbols-as-sta.patch
	patches.suse/0690-drm-amdgpu-debugfs-fix-ref-count-leak-when-pm_runtim.patch
	patches.suse/0691-drm-amdgpu-pm-fix-ref-count-leak-when-pm_runtime_get.patch
	patches.suse/0692-drm-amdgpu-vcn1.0-fix-no-previous-prototype-for-func.patch
	patches.suse/0693-drm-amdgpu-vcn2.0-fix-no-previous-prototype-for-func.patch
	patches.suse/drm-amdgpu-display-bail-early-in-dm_pp_get_static_cl.patch
	patches.suse/0695-drm-amdgpu-display-properly-guard-the-calls-to-swSMU.patch
	patches.suse/0696-drm-amdgpu-remove-unused-functions.patch
	patches.suse/0697-drm-amdgpu-remove-redundant-initialization-of-variab.patch
	patches.suse/0698-drm-amd-display-Update-bounding-box-states-v2.patch
	patches.suse/0699-drm-amdgpu-restrict-the-hw-sched-jobs-number-to-powe.patch
	patches.suse/0700-drm-amdgpu-add-XGMI-support-for-sienna-cichlid.patch
	patches.suse/0701-drm-amdgpu-remove-perf-level-dpm-in-one-VF.patch
	patches.suse/0702-drm-amdgpu-sdma-v5_2-ring-bo-mem-leak.patch
	patches.suse/0703-drm-amdgpu-fix-unused-variable.patch
	patches.suse/0704-drm-amd-display-fix-compilation-error-on-allmodconfi.patch
	patches.suse/0705-drm-amdgpu-uvd3.x-fix-register-definition-warnings.patch
	patches.suse/0706-drm-amdgpu-SI-UVD-add-firmwares.patch
	patches.suse/0707-drm-amdgpu-SI-UVD-PACKET_TYPE0.patch
	patches.suse/0708-drm-amdgpu-SI-UVD-registers.patch
	patches.suse/0709-drm-amdgpu-SI-UVD-v3_1-v2.patch
	patches.suse/0710-drm-amdgpu-SI-UVD-context-rreg-wreg.patch
	patches.suse/0711-drm-amdgpu-SI-UVD-add-uvd_v3_1-to-makefile.patch
	patches.suse/0712-drm-amdgpu-SI-UVD-enable-for-Oland.patch
	patches.suse/0713-drm-amdgpu-SI-UVD-enabled-on-Verde-Tahiti-Pitcairn.patch
	patches.suse/0714-drm-amd-display-Use-dmub-fw-to-lock-pipe-cursor-dig.patch
	patches.suse/0715-drm-amd-display-FW-Promotion-Release-1.0.16.patch
	patches.suse/0716-drm-amd-display-Fix-calculation-of-virtual-channel-p.patch
	patches.suse/0717-drm-amd-display-Fixed-using-wrong-eDP-power-sequence.patch
	patches.suse/0718-drm-amd-display-FW-Promotion-Release-1.0.17.patch
	patches.suse/0719-drm-amd-display-implement-edid-max-TMDS-clock-check-.patch
	patches.suse/0720-drm-amd-display-enable-assr.patch
	patches.suse/0721-drm-amd-display-Fix-DML-failures-caused-by-doubled-s.patch
	patches.suse/0722-drm-amd-display-Correctly-respond-in-psr-enablement-.patch
	patches.suse/0723-drm-amd-display-FW-Promotion-Release-1.0.18.patch
	patches.suse/0724-drm-amd-display-3.2.90.patch
	patches.suse/0725-drm-amd-display-clip-plane-rects-in-DM-before-passin.patch
	patches.suse/0726-drm-amd-display-Added-local_sink-null-check-before-a.patch
	patches.suse/0727-drm-amd-display-fine-tune-logic-of-edid-max-TMDS-clo.patch
	patches.suse/0728-drm-amd-display-add-mechanism-to-skip-DCN-init.patch
	patches.suse/0729-drm-amd-display-use-dispclk-AVFS-for-dppclk.patch
	patches.suse/0730-drm-amd-display-fix-4to1-odm-MPC_OUT_FLOW_CONTROL_CO.patch
	patches.suse/0731-drm-amd-display-Force-ODM-combine-on-5K-420-modes.patch
	patches.suse/0732-drm-amd-display-Fill-in-dmub_srv-fw_version-from-fir.patch
	patches.suse/0733-drm-amd-display-VSC-SDP-supported-for-SST.patch
	patches.suse/0734-drm-amd-display-Allow-4-split-on-10K-420-modes.patch
	patches.suse/0735-drm-amd-display-Red-screen-observed-on-startup.patch
	patches.suse/0736-drm-amd-display-enable-seamless-boot-for-dcn30.patch
	patches.suse/0737-drm-amd-display-Compare-v_front_porch-when-checking-.patch
	patches.suse/0738-drm-amd-display-allow-query-ddc-data-over-aux-to-be-.patch
	patches.suse/0739-drm-amd-display-DP-link-layer-test-4.2.1.1-fix-due-t.patch
	patches.suse/0740-drm-amd-display-FW-Promotion-Release-1.0.19.patch
	patches.suse/0741-drm-amd-display-3.2.91.patch
	patches.suse/0742-drm-powerplay-fix-compilation-warning.patch
	patches.suse/0743-drm-amd-powerplay-return-current-DCEFCLK-on-sysfs-re.patch
	patches.suse/0744-drm-amdgpu-make-sure-to-reserve-tmr-region-on-all-as.patch
	patches.suse/0745-drm-amdgpu-ensure-0-is-returned-for-success-in-jpeg_.patch
	patches.suse/drm-radeon-fix-array-out-of-bounds-read-and-write-is.patch
	patches.suse/0747-drm-amdkfd-Fix-circular-locking-dependency-warning.patch
	patches.suse/0748-drm-amdgpu-call-release_firmware-without-a-NULL-chec.patch
	patches.suse/0749-drm-amdgpu-rework-runtime-pm-enablement-for-BACO.patch
	patches.suse/0750-drm-amdgpu-enable-runtime-pm-on-vega10-when-noretry-.patch
	patches.suse/0751-drm-i915-Fix-max-cursor-size-for-i915g-gm.patch
	patches.suse/0752-drm-i915-Fix-overlay-colorkey-for-30bpp-and-8bpp.patch
	patches.suse/0753-drm-i915-Configure-overlay-cc_out-precision-based-on.patch
	patches.suse/0754-drm-i915-Enable-pipe-gamma-for-the-overlay.patch
	patches.suse/0755-drm-i915-Protect-overlay-colorkey-macro-arguments.patch
	patches.suse/0756-drm-i915-Make-skl_compute_dbuf_slices-behave-consist.patch
	patches.suse/0757-drm-i915-Polish-some-dbuf-debugs.patch
	patches.suse/0758-drm-i915-Unify-the-low-level-dbuf-code.patch
	patches.suse/0759-drm-i915-Introduce-proper-dbuf-state.patch
	patches.suse/0760-drm-i915-Nuke-skl_ddb_get_hw_state.patch
	patches.suse/0761-drm-i915-Move-the-dbuf-pre-post-plane-update.patch
	patches.suse/0762-drm-i915-Clean-up-dbuf-debugs-during-.atomic_check.patch
	patches.suse/0763-drm-i915-gem-Retry-faulthandlers-on-ENOSPC.patch
	patches.suse/0764-drm-i915-selftests-Refactor-sibling-selection.patch
	patches.suse/0765-drm-i915-gt-Reuse-the-tasklet-priority-for-virtual-a.patch
	patches.suse/0766-drm-i915-Fix-dbuf-slice-mask-when-turning-off-all-th.patch
	patches.suse/0767-drm-i915-display-Return-error-from-dbuf-allocation-f.patch
	patches.suse/0768-drm-i915-Fix-400-MHz-FSB-readout-on-elk.patch
	patches.suse/0769-drm-i915-Document-our-lackluster-FSB-frequency-reado.patch
	patches.suse/0770-drm-i915-Read-out-hrawclk-on-all-gen3-platforms.patch
	patches.suse/0771-drm-i915-display-display_power-Prefer-drm_WARN_ON-ov.patch
	patches.suse/0772-drm-i915-display-dp-Prefer-drm_WARN-over-WARN.patch
	patches.suse/0773-drm-i915-display-sdvo-Prefer-drm_WARN-over-WARN.patch
	patches.suse/0774-drm-i915-display-tc-Prefer-drm_WARN_ON-over-WARN_ON.patch
	patches.suse/0775-drm-i915-gem-Prefer-drm_WARN-over-WARN.patch
	patches.suse/0776-drm-i915-i915_drv-Prefer-drm_WARN_ON-over-WARN_ON.patch
	patches.suse/0777-drm-i915-pmu-Prefer-drm_WARN_ON-over-WARN_ON.patch
	patches.suse/0778-drm-i915-pm-Prefer-drm_WARN_ON-over-WARN_ON.patch
	patches.suse/0779-drm-i915-runtime_pm-Prefer-drm_WARN-over-WARN.patch
	patches.suse/0780-drm-i915-selftests-Measure-dispatch-latency.patch
	patches.suse/0781-drm-i915-selftests-Change-priority-overflow-detectio.patch
	patches.suse/0782-drm-i915-selftests-Check-for-an-initial-breadcrumb-i.patch
	patches.suse/0783-drm-i915-selftests-Add-tests-for-timeslicing-virtual.patch
	patches.suse/0784-drm-i915-gt-Kick-virtual-siblings-on-timeslice-out.patch
	patches.suse/0785-drm-i915-rkl-Add-RKL-platform-info-and-PCI-ids.patch
	patches.suse/0786-drm-i915-rkl-Re-use-TGL-GuC-HuC-firmware.patch
	patches.suse/0787-drm-i915-rkl-Load-DMC-firmware-for-Rocket-Lake.patch
	patches.suse/0788-drm-i915-rkl-Add-PCH-support.patch
	patches.suse/0789-drm-i915-rkl-Update-memory-bandwidth-parameters.patch
	patches.suse/0790-drm-i915-rkl-Limit-number-of-universal-planes-to-5.patch
	patches.suse/0791-drm-i915-rkl-Add-power-well-support.patch
	patches.suse/0792-drm-i915-rkl-RKL-only-uses-PHY_MISC-for-PHY-s-A-and-.patch
	patches.suse/0793-drm-i915-ehl-Wa_22010271021.patch
	patches.suse/0794-drm-i915-selftests-Measure-CS_TIMESTAMP.patch
	patches.suse/0795-drm-i915-selftests-Flush-the-submission-not-cancel-i.patch
	patches.suse/0796-drm-i915-Remove-PIN_UPDATE-for-i915_vma_pin.patch
	patches.suse/0797-drm-i915-Decouple-cdclk-calculation-from-modeset-che.patch
	patches.suse/0798-drm-i915-Extract-cdclk-requirements-checking-to-sepa.patch
	patches.suse/0799-drm-i915-Check-plane-configuration-properly.patch
	patches.suse/0800-drm-i915-Plane-configuration-affects-CDCLK-in-Gen11.patch
	patches.suse/0801-drm-i915-Introduce-for_each_dbuf_slice_in_mask-macro.patch
	patches.suse/0802-drm-i915-Adjust-CDCLK-accordingly-to-our-DBuf-bw-nee.patch
	patches.suse/0803-drm-i915-Remove-unneeded-hack-now-for-CDCLK.patch
	patches.suse/0804-drm-i915-ehl-Extend-w-a-14010685332-to-JSP-MCC.patch
	patches.suse/agp-intel-Fix-a-memory-leak-on-module-initialisation.patch
	patches.suse/0805-drm-i915-Fix-includes-and-local-vars-order.patch
	patches.suse/0806-drm-i915-dsb-Pre-allocate-and-late-cleanup-of-cmd-bu.patch
	patches.suse/0807-drm-i915-gt-Cancel-the-flush-worker-more-thoroughly.patch
	patches.suse/0808-drm-i915-gem-Suppress-some-random-warnings.patch
	patches.suse/0809-drm-i915-gt-Stop-cross-polluting-PIN_GLOBAL-with-PIN.patch
	patches.suse/0810-drm-i915-display-Fix-early-deref-of-dsb.patch
	patches.suse/0811-drm-i915-gt-Force-the-GT-reset-on-shutdown.patch
	patches.suse/0812-drm-i915-execlists-Shortcircuit-queue_prio-for-no-in.patch
	patches.suse/0813-drm-i915-Improve-execute_cb-struct-packing.patch
	patches.suse/0814-drm-i915-gt-Clear-LOCAL_BIND-from-shared-GGTT-on-res.patch
	patches.suse/0815-drm-i915-gt-Restore-both-GGTT-bindings-on-resume.patch
	patches.suse/0816-drm-i915-gt-Remove-local-entries-from-GGTT-on-suspen.patch
	patches.suse/0817-drm-i915-gt-Don-t-declare-hangs-if-engine-is-stalled.patch
	patches.suse/0818-drm-i915-gt-Start-timeslice-on-partial-submission.patch
	patches.suse/0819-drm-i915-Stop-using-mode-private_flags.patch
	patches.suse/0820-drm-i915-Replace-I915_MODE_FLAG_INHERITED-with-a-boo.patch
	patches.suse/0821-drm-i915-Add-a-few-asserts-around-handling-of-i915_r.patch
	patches.suse/0822-drm-i915-gem-Taint-all-shrinkable-object-locks.patch
	patches.suse/0823-drm-i915-gem-Give-each-object-class-a-friendly-name.patch
	patches.suse/0824-drm-i915-Add-Plane-color-encoding-support-for-YCBCR_.patch
	patches.suse/0825-drm-i915-Handle-very-early-engine-initialisation-fai.patch
	patches.suse/0826-drm-i915-Relinquish-forcewake-immediately-after-manu.patch
	patches.suse/0827-drm-i915-Trim-the-ironlake-irq-handler.patch
	patches.suse/0828-drm-i915-tgl-Update-TC-DP-vswing-table.patch
	patches.suse/0829-drm-i915-gt-Split-low-level-gen2-7-CS-emitters.patch
	patches.suse/0830-drm-i915-gt-Move-legacy-context-wa-to-intel_workarou.patch
	patches.suse/0831-drm-i915-params-prevent-changing-module-params-runti.patch
	patches.suse/0832-drm-i915-dsi-Dont-forget-to-clean-up-the-connector-o.patch
	patches.suse/0833-drm-i915-selftests-Ignore-autoincrementing-timestamp.patch
	patches.suse/0834-drm-i915-Identify-Cometlake-platform.patch
	patches.suse/0835-drm-i915-gt-Make-the-CTX_TIMESTAMP-readable-on-rcs.patch
	patches.suse/0836-drm-i915-gt-Suppress-the-error-message-for-GT-init-f.patch
	patches.suse/0837-drm-i915-Drop-i915_request.i915-backpointer.patch
	patches.suse/0838-drm-i915-Fix-cpt-ppt-max-pre-emphasis.patch
	patches.suse/0839-drm-i915-Fix-ibx-max-vswing-preemph.patch
	patches.suse/0840-drm-i915-Fix-ivb-cpu-edp-vswing.patch
	patches.suse/0841-drm-i915-Add-preemph-voltage-_max-vfuncs.patch
	patches.suse/0842-drm-i915-Reverse-preemph-vs.-voltage-swing-preferenc.patch
	patches.suse/0843-drm-i915-Replace-some-hand-rolled-max-s.patch
	patches.suse/0844-drm-i915-selftests-Exercise-all-copy-engines-with-th.patch
	patches.suse/0845-drm-i915-tgl-Implement-WA_16011163337.patch
	patches.suse/0846-drm-i915-Trim-set_timer_ms-intervals.patch
	patches.suse/0847-drm-i915-gt-Track-if-an-engine-requires-forcewake-w-.patch
	patches.suse/0848-drm-i915-rkl-Set-transcoder-mask-properly.patch
	patches.suse/0849-drm-i915-rkl-provide-port-phy-mapping-for-vbt.patch
	patches.suse/0850-drm-i915-rkl-Add-DDC-pin-mapping.patch
	patches.suse/0851-drm-i915-rkl-Handle-comp-master-slave-relationships-.patch
	patches.suse/0852-drm-i915-Fix-wrong-CDCLK-adjustment-changes.patch
	patches.suse/0853-drm-i915-tgl-Add-HBR-and-HBR2-voltage-swing-table.patch
	patches.suse/0854-drm-i915-rkl-Setup-ports-phys.patch
	patches.suse/0855-drm-i915-rkl-Don-t-try-to-access-transcoder-D.patch
	patches.suse/0856-drm-i915-rkl-Disable-PSR2.patch
	patches.suse/0857-drm-i915-Add-psr_safest_params.patch
	patches.suse/0858-drm-i915-gem-Async-GPU-relocations-only.patch
	patches.suse/0859-drm-i915-Fix-comments-mentioning-typo-in-IS_ENABLED.patch
	patches.suse/0860-drm-i915-gt-Include-the-engine-s-fw-domains-in-the-d.patch
	patches.suse/0861-drm-i915-gt-Set-timeslicing-priority-from-queue.patch
	patches.suse/0862-drm-i915-gt-Always-check-to-enable-timeslicing-if-no.patch
	patches.suse/0863-drm-i915-Discard-a-misplaced-GGTT-vma.patch
	patches.suse/0864-drm-i915-Correct-discard-i915_vma_compare-assertion.patch
	patches.suse/0865-drm-i915-gem-Delete-unused-code.patch
	patches.suse/0866-drm-i915-Restore-DP-E-to-VBT-mapping-table.patch
	patches.suse/0867-drm-i915-psr-Program-default-IO-buffer-Wake-and-Fast.patch
	patches.suse/0868-Revert-drm-i915-Remove-unneeded-hack-now-for-CDCLK.patch
	patches.suse/0869-drm-i915-Adjust-the-sentinel-assert-to-match-impleme.patch
	patches.suse/0870-drm-i915-selftests-Make-the-hanging-request-non-pree.patch
	patches.suse/0871-drm-i915-rkl-RKL-uses-ABOX0-for-pixel-transfers.patch
	patches.suse/0872-drm-i915-rkl-Update-TGP-s-pin-mapping-when-paired-wi.patch
	patches.suse/0873-drm-i915-rkl-Don-t-try-to-read-out-DSI-transcoders.patch
	patches.suse/0874-drm-i915-selftests-Teach-hang-self-to-target-only-it.patch
	patches.suse/0875-drm-i915-gt-Include-context-status-in-debug-dumps.patch
	patches.suse/0876-drm-i915-Fix-the-i915_dsc_fec_support-debugfs-file-f.patch
	patches.suse/0877-drm-i915-dp_mst-Fix-disabling-MST-on-a-port.patch
	patches.suse/0878-drm-i915-selftests-Remove-live_suppress_wait_preempt.patch
	patches.suse/0879-drm-i915-Leave-vma-intact-as-they-are-discarded.patch
	patches.suse/0880-drm-i915-execlists-Lift-opportunistic-process_csb-to.patch
	patches.suse/0881-drm-i915-selftests-Trim-execlists-runtime.patch
	patches.suse/0882-drm-i915-gt-Flush-gen3-relocs-harder-again.patch
	patches.suse/0883-drm-i915-selftests-Disable-preemptive-heartbeats-ove.patch
	patches.suse/0884-drm-i915-selftests-Dump-engine-state-and-trace-upon-.patch
	patches.suse/0885-drm-i915-gt-Add-a-safety-submission-flush-in-the-hea.patch
	patches.suse/0886-drm-i915-gt-Don-t-flush-the-tasklet-if-not-setup.patch
	patches.suse/0887-drm-i915-selftests-Fix-inconsistent-IS_ERR-and-PTR_E.patch
	patches.suse/0888-drm-i915-Mark-up-inline-getters-as-taking-a-const-i9.patch
	patches.suse/0889-drm-i915-Remove-redundant-i915_request_await_object-.patch
	patches.suse/0890-drm-i915-selftests-Exercise-far-preemption-rollbacks.patch
	patches.suse/0891-drm-i915-selftests-Use-friendly-request-names-for-li.patch
	patches.suse/0892-drm-i915-selftests-Check-preemption-rollback-of-diff.patch
	patches.suse/0893-drm-i915-selftests-fix-spelling-mistake-submited-sub.patch
	patches.suse/0894-drm-i915-selftests-Enable-selftesting-of-busy-stats.patch
	patches.suse/0895-drm-i915-gt-Always-report-the-sample-time-for-busy-s.patch
	patches.suse/0896-drm-i915-query-Use-struct_size-helper.patch
	patches.suse/0897-drm-i915-gt-Initialise-rps-timestamp.patch
	patches.suse/0898-drm-i915-gt-Show-the-culmative-runtime-as-part-of-th.patch
	patches.suse/0899-drm-i915-gvt-Drop-redundant-prepare_write-pin_pages.patch
	patches.suse/0900-drm-i915-gt-Replace-manual-kmap_atomic-with-pin_map-.patch
	patches.suse/0901-drm-i915-params-switch-to-device-specific-parameters.patch
	patches.suse/0902-drm-i915-tgl-Use-the-correct-DP_TP_-register-instanc.patch
	patches.suse/0903-drm-i915-dp_mst-Disable-link-training-fallback-on-MS.patch
	patches.suse/0904-drm-i915-dp_mst-Move-clearing-the-ACT-sent-flag-clos.patch
	patches.suse/0905-drm-i915-dp_mst-Clear-only-the-ACT-sent-flag-from-DP.patch
	patches.suse/0906-drm-i915-dp_mst-Clear-the-ACT-sent-flag-during-encod.patch
	patches.suse/0907-drm-i915-dp_mst-Enable-VC-payload-allocation-after-t.patch
	patches.suse/0908-drm-i915-Fix-DP_TRAIN_MAX_-PRE_EMPHASIS-SWING-_REACH.patch
	patches.suse/0909-drm-i915-Extend-Wa_14010685332-to-all-ICP-PCH-s.patch
	patches.suse/0910-drm-i915-gen12-implement-Wa_14011508470.patch
	patches.suse/0911-drm-i915-Clamp-linetime-wm-to-64usec.patch
	patches.suse/0912-drm-i915-HDCP-retry-link-integrity-check-on-failure.patch
	patches.suse/0913-drm-i915-fix-a-couple-of-spelling-mistakes-in-kernel.patch
	patches.suse/0914-drm-i915-display-fix-missing-null-check-on-allocated.patch
	patches.suse/0915-drm-i915-fbc-Don-t-clear-busy_bits-for-origin-GTT.patch
	patches.suse/0916-drm-i915-fbc-Parametrize-FBC_CONTROL.patch
	patches.suse/0917-drm-i915-fbc-Store-the-fbc1-compression-interval-in-.patch
	patches.suse/0918-drm-i915-fbc-Reduce-fbc1-compression-interval-to-1-s.patch
	patches.suse/0919-drm-i915-Suppress-spurious-underruns-on-gen2.patch
	patches.suse/0920-drm-i915-gem-Avoid-kmalloc-under-i915-mm_lock.patch
	patches.suse/0921-drm-i915-Add-plane-damage-clips-property.patch
	patches.suse/0922-drm-i915-Reorder-intel_psr2_config_valid.patch
	patches.suse/0923-drm-i915-Add-PSR2-selective-fetch-registers.patch
	patches.suse/0924-drm-i915-display-remove-alias-to-dig_port.patch
	patches.suse/0925-drm-i915-gem-Move-obj-lut_list-under-its-own-lock.patch
	patches.suse/0926-drm-i915-tgl-Fix-TBT-DPLL-fractional-divider-for-38..patch
	patches.suse/0927-drm-i915-icl-Simplify-combo-TBT-PLL-calculation-call.patch
	patches.suse/0928-drm-i915-Fix-g4x-fbc-watermark-enable.patch
	patches.suse/0929-drm-i915-dp-Correctly-advertise-HBR3-for-GEN11.patch
	patches.suse/0930-drm-i915-gt-Harden-the-heartbeat-against-a-stuck-dri.patch
	patches.suse/0931-drm-i915-gt-Move-the-heartbeat-into-the-high-priorit.patch
	patches.suse/0932-drm-i915-Update-DRIVER_DATE-to-20200702.patch
	patches.suse/0933-drm-bridge-ti-sn65dsi86-ensure-bridge-suspend-happen.patch
	patches.suse/0934-drm-vmwgfx-don-t-use-ttm-bo-offset.patch
	patches.suse/0935-drm-nouveau-don-t-use-ttm-bo-offset-v3.patch
	patches.suse/0936-drm-scheduler-improve-job-distribution-with-multiple.patch
	patches.suse/0937-drm-ttm-do-not-keep-GPU-dependent-addresses.patch
	patches.suse/0938-drm-panel-simple-Correct-EDT-ET057090DHU-connector-t.patch
	patches.suse/0939-drm-panel-simple-Add-missing-BUS-descriptions-for-so.patch
	patches.suse/0940-drm-zte-remove-unneeded-semicolon.patch
	patches.suse/0941-drm-dsi-use-stack-buffer-in-mipi_dsi_dcs_write.patch
	patches.suse/0942-drm-panel-use-mipi_dsi_dcs_write_buffer-where-possib.patch
	patches.suse/drm-mipi-use-dcs-write-for-mipi_dsi_dcs_set_tear_sca.patch
	patches.suse/0944-drm-connector-fix-minor-typos-in-comments.patch
	patches.suse/0945-drm-ttm-cleanup-ttm_mem_type_manager_func.get_node-i.patch
	patches.suse/0946-drm-ttm-make-TT-creation-purely-optional-v3.patch
	patches.suse/0947-drm-pl111-Credit-where-credit-is-due.patch
	patches.suse/0948-video-fbdev-amba-clcd-Retire-elder-CLCD-driver.patch
	patches.suse/0949-drm-pl111-Absorb-the-external-register-header.patch
	patches.suse/0950-drm-Add-helper-to-compare-edids.patch
	patches.suse/0951-drm-Introduce-epoch-counter-to-drm_connector.patch
	patches.suse/0952-drm-i915-Send-hotplug-event-if-edid-had-changed.patch
	patches.suse/0953-drm-panel-simple-Correct-connector-type-for-Starry-K.patch
	patches.suse/0954-drm-panel-simple-Correct-bus-format-for-Satoz-SAT050.patch
	patches.suse/0955-drm-panel-simple-Drop-drive-sample-bus-flags-for-LVD.patch
	patches.suse/0956-drm-panel-simple-Warn-in-case-of-incorrect-bus-forma.patch
	patches.suse/1932-of_graph-add-of_graph_is_present.patch
	patches.suse/0957-drm-of-Make-drm_of_find_panel_or_bridge-to-check-gra.patch
	patches.suse/0958-drm-tidss-drop-use-of-legacy-drm_bus_flags.patch
	patches.suse/0959-drm-ingenic-drm-drop-use-of-legacy-drm_bus_flags.patch
	patches.suse/0960-drm-panel-raydium-rm67191-drop-use-of-legacy-drm_bus.patch
	patches.suse/0961-drm-panel-novatek-nt39016-drop-use-of-legacy-drm_bus.patch
	patches.suse/0962-drm-panel-panel-simple-drop-use-of-legacy-drm_bus_fl.patch
	patches.suse/0963-drm-drm_connector-drop-legacy-drm_bus_flags-values.patch
	patches.suse/0964-drm-drm_connector-use-inline-comments-for-drm_bus_fl.patch
	patches.suse/0965-drm-panel-rocktech-jh057n00900-Rename-the-driver-to-.patch
	patches.suse/0966-drm-panel-st7703-Rename-functions-from-jh057n-prefix.patch
	patches.suse/0967-drm-panel-st7703-Prepare-for-supporting-multiple-pan.patch
	patches.suse/0968-drm-panel-st7703-Move-code-specific-to-jh057n-closer.patch
	patches.suse/0969-drm-panel-st7703-Move-generic-part-of-init-sequence-.patch
	patches.suse/0970-drm-panel-st7703-Add-support-for-Xingbangda-XBD599.patch
	patches.suse/0971-drm-panel-st7703-Enter-sleep-after-display-off.patch
	patches.suse/0972-drm-panel-st7703-Assert-reset-prior-to-powering-down.patch
	patches.suse/0973-drm-hisilicon-Use-drmm_kzalloc-instead-of-devm_kzall.patch
	patches.suse/0974-drm-i915-Fix-the-old-vs.-new-epoch-counter-check-dur.patch
	patches.suse/0975-Revert-dma-buf-Report-signaled-links-inside-dma-fenc.patch
	patches.suse/0976-dma-buf-fix-dma-fence-chain-out-of-order-test.patch
	patches.suse/0977-drm-Insert-blank-lines-after-declarations.patch
	patches.suse/0978-drm-atomic-helper-reset-vblank-on-crtc-reset.patch
	patches.suse/0979-drm-amdgpu-Use-__drm_atomic_helper_crtc_reset.patch
	patches.suse/0980-drm-imx-Use-__drm_atomic_helper_crtc_reset.patch
	patches.suse/0981-drm-mtk-Use-__drm_atomic_helper_crtc_reset.patch
	patches.suse/0982-drm-vc4-Use-__drm_atomic_helper_crtc_reset.patch
	patches.suse/0983-drm-vmwgfx-Use-__drm_atomic_helper_crtc_reset.patch
	patches.suse/0984-drm-fourcc-Add-modifier-definitions-for-describing-A.patch
	patches.suse/0985-drm-meson-add-Amlogic-Video-FBC-registers.patch
	patches.suse/0986-drm-meson-overlay-setup-overlay-for-Amlogic-FBC.patch
	patches.suse/0987-drm-meson-overlay-setup-overlay-for-Amlogic-FBC-Memo.patch
	patches.suse/0988-drm-meson-overlay-setup-overlay-for-Amlogic-FBC-Scat.patch
	patches.suse/0989-drm-meson-crtc-handle-commit-of-Amlogic-FBC-frames.patch
	patches.suse/0990-drm-hisilicon-Code-refactoring-for-hibmc_drv_vdac.patch
	patches.suse/0991-drm-drm_fourcc-Add-generic-alias-for-16_16_TILE-modi.patch
	patches.suse/0992-drm-vc4-Convert-register-accessors-to-FIELD_.patch
	patches.suse/0993-drm-vc4-Reorder-the-bind-order-of-the-devices.patch
	patches.suse/0994-drm-vc4-crtc-Move-HVS-setup-code-to-the-HVS-driver.patch
	patches.suse/0995-drm-vc4-crtc-Make-state-functions-public.patch
	patches.suse/0996-drm-vc4-crtc-Split-CRTC-data-in-two.patch
	patches.suse/0997-drm-vc4-crtc-Only-access-the-PixelValve-registers-if.patch
	patches.suse/0998-drm-vc4-crtc-Move-the-CRTC-initialisation-to-a-separ.patch
	patches.suse/0999-drm-vc4-crtc-Move-the-txp_armed-function-to-the-TXP.patch
	patches.suse/1000-drm-vc4-txp-Turn-the-TXP-into-a-CRTC-of-its-own.patch
	patches.suse/1001-drm-vc4-crtc-Remove-the-feed_txp-tests.patch
	patches.suse/1002-drm-ast-Move-cursor-functions-to-ast_cursor.c.patch
	patches.suse/1003-drm-ast-Pass-struct-ast_private-instance-to-cursor-i.patch
	patches.suse/1004-drm-ast-Move-cursor-fb-pinning-and-mapping-into-help.patch
	patches.suse/1005-drm-ast-Update-cursor-image-and-checksum-from-same-f.patch
	patches.suse/1006-drm-ast-Move-cursor-pageflip-into-helper.patch
	patches.suse/1007-drm-ast-Replace-ast_cursor_move-with-ast_cursor_show.patch
	patches.suse/1008-drm-ast-Don-t-enable-HW-cursors-twice-during-atomic-.patch
	patches.suse/1009-drm-ast-Add-helper-to-hide-cursor.patch
	patches.suse/1010-drm-ast-Keep-cursor-HW-BOs-mapped.patch
	patches.suse/1011-drm-ast-Managed-cursor-release.patch
	patches.suse/1012-drm-ast-Init-cursors-before-creating-modesetting-str.patch
	patches.suse/1013-drm-ast-Replace-struct-ast_crtc-with-struct-drm_crtc.patch
	patches.suse/1014-drm-ast-Use-managed-mode-config-init.patch
	patches.suse/1015-drm-ast-Initialize-mode-setting-in-ast_mode_config_i.patch
	patches.suse/1016-drm-meson-overlay-fix-build-failure.patch
	patches.suse/1017-drm-stm-ltdc-remove-call-of-pm-runtime-functions.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/1020-drm-dp-Include-the-AUX-CH-name-in-the-debug-messages.patch
	patches.suse/1021-drm-edid-Allow-looking-for-ext-blocks-starting-from-.patch
	patches.suse/1022-drm-edid-Iterate-through-all-DispID-ext-blocks.patch
	patches.suse/1023-drm-edid-Clean-up-some-curly-braces.patch
	patches.suse/1024-video-fbdev-amifb-add-FIXME-about-dead-APUS-support.patch
	patches.suse/1025-video-fbdev-amifb-add-FIXMEs-about-put-get-_user-fai.patch
	patches.suse/1026-fbcon-Use-array3_size-helper-in-scr_memcpyw.patch
	patches.suse/1027-fbdev-fb.h-Use-struct_size-helper-in-kzalloc.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/1032-video-fbdev-vt8623fb-Constify-static-vga_regsets.patch
	patches.suse/1033-fbdev-da8xx-fb-go-to-proper-label-on-error-handling-.patch
	patches.suse/1034-fbdev-sm712fb-set-error-code-in-probe.patch
	patches.suse/1035-drm-panel-Replace-HTTP-links-with-HTTPS-ones.patch
	patches.suse/0002-drm-bridge-dw-hdmi-Don-t-cleanup-i2c-adapter-and-ddc.patch
	patches.suse/1037-drm-bridge-dw-hdmi-Always-add-the-bridge-in-the-glob.patch
	patches.suse/1038-drm-bridge-Replace-HTTP-links-with-HTTPS-ones.patch
	patches.suse/1039-drm-mipi-dsi-Convert-logging-to-drm_-functions.patch
	patches.suse/1040-drm-fb-helper-Convert-logging-to-drm_-functions.patch
	patches.suse/1041-drm-panel-auo-b116xw03-fix-flash-backlight-when-powe.patch
	patches.suse/drm-panel-simple-Fix-bpc-for-LG-LB070WV8-panel.patch
	patches.suse/1043-drm-vkms-change-the-max-cursor-width-height.patch
	patches.suse/1044-drm-lima-Expose-job_hang_limit-module-parameter.patch
	patches.suse/1045-drm-amdgpu-fix-common-struct-sg_table-related-issues.patch
	patches.suse/1046-drm-radeon-fix-common-struct-sg_table-related-issues.patch
	patches.suse/1047-drm-ttm-further-cleanup-ttm_mem_reg-handling.patch
	patches.suse/1048-drm-amdgpu-stop-allocating-dummy-GTT-nodes.patch
	patches.suse/drm-bridge-sil_sii8620-initialize-return-of-sii8620_.patch
	patches.suse/1050-drm-mgag200-Don-t-write-protect-CRTC-0-7-while-in-mg.patch
	patches.suse/1051-drm-mgag200-Move-PLL-setup-out-of-mode-setting-funct.patch
	patches.suse/1052-drm-mgag200-Don-t-set-or-clear-scroff-field-during-m.patch
	patches.suse/1053-drm-mgag200-Split-DPMS-function-into-helpers.patch
	patches.suse/1054-drm-mgag200-Set-clear-syncrst-field-in-display-enabl.patch
	patches.suse/1055-drm-mgag200-Rename-G200WB-prepare-commit-function.patch
	patches.suse/1056-drm-mgag200-Inline-mga_crtc_-prepare-commit-into-ena.patch
	patches.suse/1057-drm-tilcdc-Use-standard-drm_atomic_helper_commit.patch
	patches.suse/1058-drm-virtio-Remove-open-coded-commit-tail-function.patch
	patches.suse/1059-drm-drm_atomic.h-delete-duplicated-word-in-comment.patch
	patches.suse/1060-drm-drm_bridge.h-delete-duplicated-word-in-comment.patch
	patches.suse/1061-drm-drm_gem.h-delete-duplicated-words-in-comments.patch
	patches.suse/1062-drm-drm_mode_config.h-delete-duplicated-words-in-com.patch
	patches.suse/1063-drm-i915_drm.h-delete-duplicated-words-in-comments.patch
	patches.suse/1064-drm-msm_drm.h-delete-duplicated-words-in-comments.patch
	patches.suse/1065-drm-drm_rect.h-delete-duplicated-word-in-comment.patch
	patches.suse/1066-drm-panel-simple-Fix-inverted-V-H-SYNC-for-Frida-FRD.patch
	patches.suse/1067-drm-panel-simple-Add-50-Hz-mode-to-the-Frida-FRD350H.patch
	patches.suse/1068-drm-vboxvideo-Replace-HTTP-links-with-HTTPS-ones.patch
	patches.suse/1069-drm-tidss-Replace-HTTP-links-with-HTTPS-ones.patch
	patches.suse/1070-drm-vblank-Register-drmm-cleanup-action-once-per-drm.patch
	patches.suse/1071-drm-vblank-Use-spin_-un-lock_irq-in-drm_crtc_vblank_.patch
	patches.suse/1072-drm-vblank-Add-vblank-works.patch
	patches.suse/1073-drm-nouveau-kms-nv140-Don-t-modify-depth-in-state-du.patch
	patches.suse/drm-nouveau-kms-nv50-Fix-disabling-dithering.patch
	patches.suse/1075-drm-nouveau-kms-nv140-Track-wndw-mappings-in-nv50_he.patch
	patches.suse/1076-drm-nouveau-kms-nv50-Expose-nv50_outp_atom-in-disp.h.patch
	patches.suse/1077-drm-nouveau-kms-nv50-Move-hard-coded-object-handles-.patch
	patches.suse/1078-drm-nouveau-kms-nvd9-Add-CRC-support.patch
	patches.suse/1079-drm-nouveau-kms-nvd9-Fix-disabling-CRCs-alongside-OR.patch
	patches.suse/0003-drm-ingenic-Fix-incorrect-assumption-about-plane-ind.patch
	patches.suse/1081-drm-ingenic-Rename-ingenic-drm.c-to-ingenic-drm-drv..patch
	patches.suse/1082-drm-ingenic-Add-missing-CR-in-debug-strings.patch
	patches.suse/1083-drm-ingenic-Set-DMA-descriptor-chain-address-in-prob.patch
	patches.suse/1084-drm-ingenic-Move-register-definitions-to-ingenic-drm.patch
	patches.suse/1085-drm-ingenic-Use-dmam_alloc_coherent.patch
	patches.suse/1086-drm-ingenic-Add-support-for-OSD-mode.patch
	patches.suse/1087-drm-ingenic-Add-support-for-the-IPU.patch
	patches.suse/1088-drm-ingenic-Support-multiple-panels-bridges.patch
	patches.suse/1089-drm-ingenic-Bump-driver-to-version-1.1.patch
	patches.suse/1090-drm-ingenic-Silence-uninitialized-variable-warning.patch
	patches.suse/1091-drm-vram-helper-Managed-vram-helpers.patch
	patches.suse/1092-drm-ast-Rename-ast_ttm.c-to-ast_mm.c.patch
	patches.suse/1093-drm-ast-Use-managed-VRAM-helper-initialization.patch
	patches.suse/1094-drm-ast-Move-VRAM-size-detection-to-ast_mm.c.patch
	patches.suse/0002-drm-ast-Initialize-DRAM-type-before-posting-GPU.patch
	patches.suse/1096-drm-ast-Use-managed-MM-initialization.patch
	patches.suse/1097-drm-i810-switch-from-pci_-to-dma_-API.patch
	patches.suse/1098-drm-core-Convert-device-logging-to-drm_-functions.patch
	patches.suse/1099-drm-mxsfb-Make-supported-modifiers-explicit.patch
	patches.suse/1100-drm-mxsfb-drop-unused-function-parameter.patch
	patches.suse/1101-drm-Replace-HTTP-links-with-HTTPS-ones.patch
	patches.suse/1102-video-fbdev-Replace-HTTP-links-with-HTTPS-ones.patch
	patches.suse/1103-drm-vram-helper-stop-using-TTM_MEMTYPE_FLAG_MAPPABLE.patch
	patches.suse/1104-dma-fence-basic-lockdep-annotations.patch
	patches.suse/1105-dma-fence-prime-lockdep-annotations.patch
	patches.suse/1106-drm-remove-optional-dummy-function-from-drivers-usin.patch
	patches.suse/1107-drm-ttm-cleanup-io_mem-interface-with-nouveau.patch
	patches.suse/1108-drm-ttm-remove-io_reserve_fastpath-flag.patch
	patches.suse/1109-drm-ttm-cleanup-coding-style-and-implementation.patch
	patches.suse/1110-drm-ttm-remove-TTM_MEMTYPE_FLAG_CMA.patch
	patches.suse/1111-drm-vmwgfx-stop-using-TTM_MEMTYPE_FLAG_MAPPABLE.patch
	patches.suse/1112-drm-nouveau-stop-using-TTM_MEMTYPE_FLAG_MAPPABLE.patch
	patches.suse/1113-drm-qxl-stop-using-TTM_MEMTYPE_FLAG_MAPPABLE-v2.patch
	patches.suse/1114-drm-vblank-Use-spin_-un-lock_irq-in-drm_crtc_vblank_.patch
	patches.suse/1115-drm-vblank-Use-spin_-un-lock_irq-in-drm_crtc_vblank_.patch
	patches.suse/1116-drm-vblank-Use-spin_-un-lock_irq-in-drm_legacy_vblan.patch
	patches.suse/1117-drm-vblank-Use-spin_-un-lock_irq-in-drm_queue_vblank.patch
	patches.suse/1118-drm-vblank-Use-spin_-un-lock_irq-in-drm_crtc_queue_s.patch
	patches.suse/1119-dma-fence-Make-symbol-dma_fence_lockdep_map-static.patch
	patches.suse/drm-imx-fix-use-after-free.patch
	patches.suse/1121-drm-imx-parallel-display-Adjust-bus_flags-handling.patch
	patches.suse/drm-imx-tve-fix-regulator_disable-error-path.patch
	patches.suse/1123-drm-imx-drop-useless-best_encoder-callback.patch
	patches.suse/1124-drm-imx-imx-ldb-remove-useless-enum.patch
	patches.suse/1125-drm-imx-parallel-display-move-panel-bridge-detection.patch
	patches.suse/drm-imx-imx-ldb-Disable-both-channels-for-split-mode.patch
	patches.suse/1127-gpu-ipu-v3-Restore-RGB32-BGR32.patch
	patches.suse/1128-gpu-ipu-v3-image-convert-Combine-rotate-no-rotate-ir.patch
	patches.suse/1129-gpu-ipu-v3-image-convert-Wait-for-all-EOFs-before-co.patch
	patches.suse/1130-drm-imx-imx-tve-Delete-an-error-message-in-imx_tve_b.patch
	patches.suse/drm-etnaviv-Fix-error-path-on-failure-to-enable-bus-.patch
	patches.suse/1133-drm-etnaviv-Don-t-ignore-errors-on-getting-clocks.patch
	patches.suse/1134-drm-etnaviv-Make-the-core-clock-mandatory.patch
	patches.suse/1135-drm-etnaviv-Simplify-clock-enable-disable.patch
	patches.suse/drm-etnaviv-fix-ref-count-leak-via-pm_runtime_get_sy.patch
	patches.suse/1927-dmaengine-Add-support-for-repeating-transactions.patch
	patches.suse/1137-drm-xlnx-DRM-KMS-driver-for-Xilinx-ZynqMP-DisplayPor.patch
	patches.suse/1138-drm-amdgpu-SI-support-for-UVD-clock-control.patch
	patches.suse/1139-drm-amdgpu-SI-support-for-VCE-clock-control.patch
	patches.suse/1140-drm-amdgpu-SI-support-for-UVD-and-VCE-power-managmen.patch
	patches.suse/1141-drm-amdgpu-Clean-up-KFD-VMID-assignment.patch
	patches.suse/1142-drm-amdgpu-Let-KFD-use-more-VMIDs-on-Arcturus.patch
	patches.suse/1143-drm-amdgpu-request-init-data-in-virt-detection.patch
	patches.suse/1144-drm-amdgpu-move-reg-base-init-forward-for-soc15.patch
	patches.suse/1145-drm-amdgpu-invoke-req-full-access-early-enough.patch
	patches.suse/1146-drm-amdgpu-merge-atombios-init-block.patch
	patches.suse/1147-drm-amdgpu-reduce-ip-discovery-data-reading-size.patch
	patches.suse/1148-drm-amd-powerplay-change-method-to-set-board-paramet.patch
	patches.suse/1149-drm-amd-powerplay-update-driver-if-file-for-sienna_c.patch
	patches.suse/1150-drm-amd-powerplay-drop-unnecessary-on-OD-sysfs-outpu.patch
	patches.suse/1151-drm-amdgpu-correct-discovery_tmr_size-init-val.patch
	patches.suse/1152-drm-amd-display-Initialize-psr-debug-flags-to-0.patch
	patches.suse/1153-drm-amd-display-Preserve-gpu-memory-allocation-for-l.patch
	patches.suse/1154-drm-amd-display-FW-Promotion-Release-1.0.20.patch
	patches.suse/1155-drm-amd-display-Handle-SMU-msg-response.patch
	patches.suse/1156-drm-amd-display-check-dpcd-read-status-of-DP_DOWNSTR.patch
	patches.suse/1157-drm-amd-display-FW-Promotion-Release-1.0.21.patch
	patches.suse/1158-drm-amd-display-Fix-incorrect-rounding-for-10Hz-refr.patch
	patches.suse/1159-drm-amd-display-FW-Promotion-Release-1.0.22.patch
	patches.suse/1160-drm-amd-display-Add-register-key-and-status-for-edid.patch
	patches.suse/1161-drm-amd-display-3.2.92.patch
	patches.suse/1162-drm-amd-display-Enable-4-to-1-mpc-combine-for-max-de.patch
	patches.suse/1163-drm-amdkfd-Update-hardware-scheduling-time-quanta.patch
	patches.suse/1164-drm-amdgpu-make-IB-test-synchronize-with-init-for-SR.patch
	patches.suse/1165-Revert-drm-amdgpu-support-access-regs-outside-of-mmi.patch
	patches.suse/1166-drm-amdkfd-Add-Arcturus-GWS-support-and-fix-VG10.patch
	patches.suse/1167-drm-amd-display-Create-plane-rotation-property.patch
	patches.suse/drm-amd-powerplay-fix-compile-error-with-ARCH-arc.patch
	patches.suse/1169-drm-amdgpu-atomfirmware-update-to-latest-integratedi.patch
	patches.suse/1170-drm-amdgpu-atomfirmware-update-vram-info-handling-fo.patch
	patches.suse/1171-drm-amd-display-remove-redundant-initialization-of-v.patch
	patches.suse/1172-drm-amdgpu-updated-ta-ucode-header.patch
	patches.suse/1173-drm-amdgpu-updated-ta-ucode-loading.patch
	patches.suse/1174-drm-amdgpu-use-RREG32_KIQ-to-read-register-when-get-.patch
	patches.suse/1175-drm-amdgpu-fix-coding-error-of-mmhub-pg-enablement.patch
	patches.suse/1176-drm-amd-display-Add-diags-scaling-log-by-default.patch
	patches.suse/1177-drm-amd-display-Register-init.patch
	patches.suse/1178-drm-amd-display-Send-VSIF-on-unsupported-modes-on-DA.patch
	patches.suse/1179-drm-amd-display-Remove-VSC-infoframe-dep-on-DMCU.patch
	patches.suse/1180-drm-amd-display-FW-Promotion-Release-0.0.23.patch
	patches.suse/1181-drm-amd-display-3.2.93.patch
	patches.suse/1182-drm-amd-display-Request-PHYCLK-adjustment-on-PHY-ena.patch
	patches.suse/1183-drm-amd-display-Add-logger-for-SMU-msg.patch
	patches.suse/1184-drm-amd-display-Add-missing-reg-mask-for-dcn3.patch
	patches.suse/1185-drm-amdgpu-Move-the-mutex-lock-unlock-out.patch
	patches.suse/1186-drm-amdkfd-Remove-redundant-kfd2kgd-interface-lookup.patch
	patches.suse/1187-drm-amdgpu-add-register-distance-members-into-vmhub-.patch
	patches.suse/1188-drm-amdgpu-use-register-distance-member-instead-of-h.patch
	patches.suse/1189-drm-amdgpu-use-register-distance-member-instead-of-h.patch
	patches.suse/1190-drm-amdgpu-use-register-distance-member-instead-of-h.patch
	patches.suse/1191-drm-amdgpu-use-register-distance-member-instead-of-h.patch
	patches.suse/1192-drm-amdgpu-use-register-distance-member-instead-of-h.patch
	patches.suse/1193-drm-amdgpu-use-register-distance-member-instead-of-h.patch
	patches.suse/1194-drm-amdgpu-use-register-distance-member-instead-of-h.patch
	patches.suse/1195-drm-amdgpu-use-register-distance-member-instead-of-h.patch
	patches.suse/1196-drm-amdgpu-use-register-distance-member-instead-of-h.patch
	patches.suse/1197-drm-amdgpu-use-register-distance-member-instead-of-h.patch
	patches.suse/1198-drm-amdgpu-use-register-distance-member-instead-of-h.patch
	patches.suse/1199-drm-amd-display-Add-missing-CW4-programming-for-DCN3.patch
	patches.suse/1200-gpu-drm-Remove-debug-info-about-CPU-address.patch
	patches.suse/1201-drm-amdgpu-remove-unnecessary-logic-of-ASIC-check.patch
	patches.suse/1202-drm-amdgpu-enable-gpu-recovery-for-sienna-cichlid.patch
	patches.suse/1203-drm-amd-display-Use-VUPDATE_NO_LOCK-instead-of-VUPDA.patch
	patches.suse/1204-drm-amd-display-Fix-CSC-remap-matrix-not-being-appli.patch
	patches.suse/1205-Revert-drm-amd-display-add-mechanism-to-skip-DCN-ini.patch
	patches.suse/1206-drm-amd-powerplay-correct-the-.get_workload_type-poi.patch
	patches.suse/1207-drm-amd-powerplay-update-driver-if-file-for-sienna_c.patch
	patches.suse/1208-drm-amd-powerplay-drop-unnecessary-wrappers-around-c.patch
	patches.suse/1209-drm-amd-powerplay-bypass-wrapper-on-retrieving-curre.patch
	patches.suse/1210-drm-amd-powerplay-unshare-the-code-for-retrieving-cu.patch
	patches.suse/1211-drm-amd-powerplay-drop-unused-code-and-wrapper-aroun.patch
	patches.suse/1212-drm-amd-powerplay-put-setting-hard-limit-common-code.patch
	patches.suse/1213-drm-amd-powerplay-revise-calling-chain-on-setting-so.patch
	patches.suse/1214-drm-amd-powerplay-revise-calling-chain-on-retrieving.patch
	patches.suse/1215-drm-amd-powerplay-put-dpm-frequency-setting-common-c.patch
	patches.suse/1216-drm-amdgpu-minor-cleanup-of-phase1-suspend-code.patch
	patches.suse/1217-drm-amdgpu-fix-spelling-mistake-Falied-Failed.patch
	patches.suse/1218-drm-amdgpu-powerplay-Target-power-profile-mode-shoul.patch
	patches.suse/1219-drm-amd-display-update-dml-var.patch
	patches.suse/1220-drm-amd-display-Power-down-hardware-if-set-mode-is-n.patch
	patches.suse/1221-drm-amd-display-reduce-sr_xxx_time-by-3-us-when-ppt-.patch
	patches.suse/1222-drm-amd-display-p-state-warning-occurs-while-changin.patch
	patches.suse/1223-drm-amd-display-fix-dcn3-p_state_change_support-vali.patch
	patches.suse/1224-drm-amd-display-FW-Promotion-Release-0.0.24.patch
	patches.suse/1225-drm-amd-display-3.2.94.patch
	patches.suse/1226-drm-amd-display-Reuse-parsing-code-of-debugfs-write-.patch
	patches.suse/1227-drm-amd-display-Add-missing-DCN30-registers-and-fiel.patch
	patches.suse/1228-drm-amd-display-Allow-for-vblank-enabled-with-no-act.patch
	patches.suse/1229-drm-amdgpu-use-ARRAY_SIZE-to-add-amdgpu-debugfs-file.patch
	patches.suse/1230-drm-amdgpu-sdma5-fix-wptr-overwritten-in-get_wptr.patch
	patches.suse/1231-drm-amd-display-remove-an-unnecessary-NULL-check.patch
	patches.suse/1232-drm-amdkfd-fix-kernel-doc-and-cleanup.patch
	patches.suse/1233-drm-amd-powerplay-add-SMU-mode1-reset.patch
	patches.suse/1234-drm-amdgpu-RAS-emergency-restart-logic-refine.patch
	patches.suse/1235-drm-amdgpu-enable-mode1-reset.patch
	patches.suse/1236-drm-amdgpu-add-module-parameter-choose-reset-mode.patch
	patches.suse/1237-drm-amd-powerplay-add-more-members-for-dpm-table.patch
	patches.suse/1238-drm-amd-powerplay-implement-a-common-set-dpm-table-A.patch
	patches.suse/1239-drm-amd-powerplay-update-Arcturus-default-dpm-table-.patch
	patches.suse/1240-drm-amd-powerplay-update-Navi10-default-dpm-table-se.patch
	patches.suse/1241-drm-amd-powerplay-update-Sienna-Cichlid-default-dpm-.patch
	patches.suse/1242-drm-amd-powerplay-add-new-UMD-pstate-data-structure.patch
	patches.suse/1243-drm-amd-powerplay-update-UMD-pstate-clock-settings.patch
	patches.suse/1244-drm-amd-powerplay-update-the-common-API-for-performa.patch
	patches.suse/1245-drm-amd-powerplay-drop-unnecessary-Arcturus-specific.patch
	patches.suse/1246-drm-amd-powerplay-drop-unnecessary-Navi1x-specific-A.patch
	patches.suse/1247-drm-amd-powerplay-drop-unnecessary-Sienna-Cichlid-sp.patch
	patches.suse/1248-drm-amd-powerplay-drop-Sienna-Cichlid-specific-set_s.patch
	patches.suse/1249-drm-amd-powerplay-apply-gfxoff-disablement-enablemen.patch
	patches.suse/1250-drm-amd-powerplay-drop-unnecessary-wrappers.patch
	patches.suse/1251-drm-amd-powerplay-drop-smu_v12_0.c-unnecessary-wrapp.patch
	patches.suse/1252-drm-amd-powerplay-drop-unused-APIs-and-parameters.patch
	patches.suse/1253-drm-amd-powerplay-drop-unnecessary-wrapper-around-pc.patch
	patches.suse/1254-drm-amd-powerplay-correct-the-supported-pcie-GenSpee.patch
	patches.suse/1255-drm-amd-powerplay-correct-Navi1X-temperature-limit-s.patch
	patches.suse/1256-drm-amd-powerplay-correct-Sienna-Cichlid-temperature.patch
	patches.suse/1257-drm-amd-powerplay-cache-the-software_shutdown_temp.patch
	patches.suse/1258-drm-amd-powerplay-sort-the-call-flow-on-temperature-.patch
	patches.suse/1259-drm-amd-powerplay-maximum-the-code-sharing-on-therma.patch
	patches.suse/1260-drm-amd-powerplay-drop-unused-code-around-thermal-ra.patch
	patches.suse/1261-drm-amd-sriov-skip-jped-ip-block-and-close-pgcg-flag.patch
	patches.suse/1262-drm-amdgpu-optimize-rlcg-write-for-gfx_v10.patch
	patches.suse/1263-drm-amd-sriov-add-mmsch_v3-interface.patch
	patches.suse/1264-drm-amd-sriov-porting-sriov-cap-to-vcn3.0.patch
	patches.suse/1265-drm-amdgpu-correct-ta-header-v2-ucode-init-start-add.patch
	patches.suse/1266-drm-amd-sriov-skip-vcn-powergating-and-dec_ring_test.patch
	patches.suse/1267-drm-amdgpu-expand-to-add-multiple-trap-event-irq-id.patch
	patches.suse/1268-drm-amdgpu-add-navy_flounder-asic-type.patch
	patches.suse/1269-drm-amdgpu-add-navy_flounder-gpu-info-firmware.patch
	patches.suse/1270-drm-amdgpu-set-fw-load-type-for-navy_flounder.patch
	patches.suse/1271-drm-amdgpu-set-asic-family-and-ip-blocks-for-navy_fl.patch
	patches.suse/1272-drm-amdgpu-gfx10-add-support-for-navy_flounder-firmw.patch
	patches.suse/1273-drm-amdgpu-gmc10-add-navy_flounder-support.patch
	patches.suse/1274-drm-amdgpu-gfx10-add-clockgating-support-for-navy_fl.patch
	patches.suse/1275-drm-amdgpu-soc15-add-support-for-navy_flounder.patch
	patches.suse/1276-drm-amdgpu-initialize-IP-offset-for-navy_flounder.patch
	patches.suse/1277-drm-amdgpu-add-support-on-mmhub-for-navy_flounder.patch
	patches.suse/1278-drm-amdgpu-add-common-ip-block-for-navy_flounder.patch
	patches.suse/1279-drm-amdgpu-add-gmc-ip-block-for-navy_flounder.patch
	patches.suse/1280-drm-amdgpu-add-ih-ip-block-for-navy_flounder.patch
	patches.suse/1281-drm-amdgpu-add-gfx-ip-block-for-navy_flounder.patch
	patches.suse/1282-drm-amdgpu-add-sdma-ip-block-for-navy_flounder.patch
	patches.suse/1283-drm-amdgpu-add-virtual-display-support-for-navy_flou.patch
	patches.suse/1284-drm-amdgpu-configure-navy_flounder-gfx-according-to-.patch
	patches.suse/1285-drm-amdgpu-force-pa_sc_tile_steering_override-to-0-f.patch
	patches.suse/1286-drm-amdgpu-add-gmc-cg-support-for-navy_flounder.patch
	patches.suse/1287-drm-amdgpu-powerplay-add-smu-support-for-navy_flound.patch
	patches.suse/1288-drm-amdgpu-add-smu-block-for-navy_flounder.patch
	patches.suse/1289-drm-amdgpu-add-psp-support-for-navy_flounder.patch
	patches.suse/1290-drm-amdgpu-add-psp-block-for-navy_flounder.patch
	patches.suse/1291-drm-amdgpu-use-front-door-firmware-loading-for-navy_.patch
	patches.suse/1292-drm-amdkfd-Support-navy_flounder-KFD.patch
	patches.suse/1293-drm-amdkfd-Add-kfd2kgd_funcs-for-navy_flounder-kfd-s.patch
	patches.suse/1294-drm-amdgpu-gfx10-add-gc-golden-setting-for-navy_flou.patch
	patches.suse/1295-drm-amdgpu-add-navy_flounder-vcn-firmware-support.patch
	patches.suse/1296-drm-amdgpu-add-vcn-ip-block-for-navy_flounder.patch
	patches.suse/1297-drm-amdgpu-enable-cp_fw_write_wait-for-navy_flounder.patch
	patches.suse/1298-drm-amdgpu-enable-VCN3.0-PG-and-CG-for-navy_flounder.patch
	patches.suse/1299-drm-amdgpu-enable-VCN3.0-DPG-for-navy_flounder.patch
	patches.suse/1300-drm-amdgpu-enable-JPEG3.0-PG-and-CG-for-navy_flounde.patch
	patches.suse/1301-drm-amdgpu-enable-GFX-clock-gating-for-navy_flounder.patch
	patches.suse/1302-drm-amdgpu-support-athub-cg-setting-for-navy_flounde.patch
	patches.suse/1303-drm-amd-display-add-DC-support-for-navy-flounder.patch
	patches.suse/1304-drm-amd-powerplay-set-VCN1-pg-only-for-sienna_cichli.patch
	patches.suse/1305-drm-amdgpu-enable-athub-mmhub-PG-for-navy_flounder.patch
	patches.suse/1306-drm-amdgpu-enable-mc-CG-and-LS-for-navy_flounder.patch
	patches.suse/1307-drm-amdgpu-enable-hdp-CG-and-LS-for-navy_flounder.patch
	patches.suse/1308-drm-amdgpu-enable-ih-CG-for-navy_flounder.patch
	patches.suse/1309-drm-amdkfd-Provide-SMI-events-watch.patch
	patches.suse/1310-include-uapi-linux-Update-KFD-ioctl-version.patch
	patches.suse/1311-drm-amd-amdkfd-Fix-large-framesize-for-kfd_smi_ev_re.patch
	patches.suse/1312-gpu-host1x-mipi-Update-tegra_mipi_request-to-be-node.patch
	patches.suse/1313-gpu-host1x-mipi-Use-readl_relaxed_poll_timeout-in-te.patch
	patches.suse/1314-gpu-host1x-mipi-Split-tegra_mipi_calibrate-and-tegra.patch
	patches.suse/1315-gpu-host1x-Optimize-BOs-usage-when-firewall-is-enabl.patch
	patches.suse/1316-gpu-host1x-Put-gather-s-BO-on-pinning-error.patch
	patches.suse/gpu-host1x-debug-Fix-multiple-channels-emitting-mess.patch
	patches.suse/1318-gpu-host1x-debug-Dump-push-buffer-state.patch
	patches.suse/1319-drm-tegra-sor-Use-correct-power-supply-names-for-HDM.patch
	patches.suse/1320-drm-tegra-gr3d-Assert-reset-before-power-gating.patch
	patches.suse/1321-drm-tegra-gr2d-Add-tiled-PATBASE-address-register.patch
	patches.suse/1322-drm-tegra-dc-Omit-superfluous-error-message-in-tegra.patch
	patches.suse/1323-drm-tegra-plane-Rename-bottom_up-to-reflect_y.patch
	patches.suse/1324-drm-tegra-plane-Support-horizontal-reflection.patch
	patches.suse/1325-drm-tegra-plane-Support-180-rotation.patch
	patches.suse/1326-drm-mediatek-mtk_dsi-Rename-bridge-to-next_bridge.patch
	patches.suse/1327-drm-mediatek-mtk_dsi-Convert-to-bridge-driver.patch
	patches.suse/1328-drm-mediatek-mtk_dsi-Use-simple-encoder.patch
	patches.suse/1329-drm-mediatek-mtk_dsi-Use-the-drm_panel_bridge-API.patch
	patches.suse/1330-drm-mediatek-mtk_dsi-Create-connector-for-bridges.patch
	patches.suse/1331-drm-nouveau-disp-gm200-remove-head-parameter-from-nv.patch
	patches.suse/1332-drm-nouveau-gr-gf100-make-some-functions-static.patch
	patches.suse/1333-drm-nouveau-nvfw-acr-make-lsb_header_tail_dump-stati.patch
	patches.suse/1334-drm-nouveau-mc-gp10b-make-gp10b_mc_init-static.patch
	patches.suse/1335-drm-nouveau-mmu-make-a-couple-of-functions-static.patch
	patches.suse/1336-drm-nouveau-therm-gt215-make-gt215_therm_init-static.patch
	patches.suse/1337-drm-nouveau-tmr-fix-nvkm_usec-nvkm_msec-definitions.patch
	patches.suse/1338-drm-nouveau-nvfw-firmware-structures-should-begin-wi.patch
	patches.suse/1339-drm-nouveau-mmu-gp100-enable-mmu-invalidate-depth-op.patch
	patches.suse/1340-drm-nouveau-core-drop-error-message-when-no-compatib.patch
	patches.suse/1341-drm-nouveau-acr-refuse-to-load-LSFW-if-HSFW-is-missi.patch
	patches.suse/1342-drm-nouveau-acr-allow-module-to-load-when-HSFW-s-are.patch
	patches.suse/1343-drm-nouveau-acr-store-a-mask-of-LS-falcons-the-HSFW-.patch
	patches.suse/1344-drm-nouveau-acr-store-a-mask-of-LS-falcons-the-contr.patch
	patches.suse/1345-drm-nouveau-pmu-gm20x-don-t-pretend-we-support-loadi.patch
	patches.suse/1346-drm-nouveau-pmu-gm200-explicitly-handle-nofw.patch
	patches.suse/1347-drm-nouveau-gr-gm200-explicitly-handle-nofw.patch
	patches.suse/1348-drm-nouveau-sec2-gp102-allow-module-to-load-when-LSF.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/1354-drm-nouveau-mmu-make-nvkm_vmm_ctor-static.patch
	patches.suse/1355-drm-nouveau-Use-fallthrough-pseudo-keyword.patch
	patches.suse/1356-drm-nouveau-kms-tu102-set-NVC57D_HEAD_SET_HEAD_USAGE.patch
	patches.suse/1357-drm-nouveau-nvif-rename-client-ctor-dtor.patch
	patches.suse/1358-drm-nouveau-nvif-give-every-object-a-human-readable-.patch
	patches.suse/1359-drm-nouveau-nvif-give-every-device-object-a-human-re.patch
	patches.suse/1360-drm-nouveau-nvif-give-every-mmu-object-a-human-reada.patch
	patches.suse/1361-drm-nouveau-nvif-give-every-mem-object-a-human-reada.patch
	patches.suse/1362-drm-nouveau-nvif-give-every-vmm-object-a-human-reada.patch
	patches.suse/1363-drm-nouveau-nvif-give-every-usermode-object-a-human-.patch
	patches.suse/1364-drm-nouveau-nvif-give-every-disp-object-a-human-read.patch
	patches.suse/1365-drm-nouveau-nvif-give-every-notify-object-a-human-re.patch
	patches.suse/1366-drm-nouveau-nvif-add-support-for-object-level-debug-.patch
	patches.suse/1367-drm-nouveau-kms-nv50-wrap-existing-command-submissio.patch
	patches.suse/1368-drm-nouveau-kms-nv50-convert-wimm-point-to-new-push-.patch
	patches.suse/1369-drm-nouveau-kms-nv50-convert-wimm-update-to-new-push.patch
	patches.suse/1370-drm-nouveau-kms-nv50-convert-wndw-sema_set-to-new-pu.patch
	patches.suse/1371-drm-nouveau-kms-nv50-convert-wndw-sema_clr-to-new-pu.patch
	patches.suse/1372-drm-nouveau-kms-nv50-convert-wndw-ntfy_set-to-new-pu.patch
	patches.suse/1373-drm-nouveau-kms-nv50-convert-wndw-ntfy_clr-to-new-pu.patch
	patches.suse/1374-drm-nouveau-kms-nv50-convert-wndw-csc_set-to-new-pus.patch
	patches.suse/1375-drm-nouveau-kms-nv50-convert-wndw-csc_clr-to-new-pus.patch
	patches.suse/1376-drm-nouveau-kms-nv50-convert-wndw-xlut_set-to-new-pu.patch
	patches.suse/1377-drm-nouveau-kms-nv50-convert-wndw-xlut_clr-to-new-pu.patch
	patches.suse/1378-drm-nouveau-kms-nv50-convert-wndw-image_set-to-new-p.patch
	patches.suse/1379-drm-nouveau-kms-nv50-convert-wndw-image_clr-to-new-p.patch
	patches.suse/1380-drm-nouveau-kms-nv50-convert-wndw-scale_set-to-new-p.patch
	patches.suse/1381-drm-nouveau-kms-nv50-convert-wndw-blend_set-to-new-p.patch
	patches.suse/1382-drm-nouveau-kms-nv50-convert-wndw-update-to-new-push.patch
	patches.suse/1383-drm-nouveau-kms-nv50-convert-core-init-to-new-push-m.patch
	patches.suse/1384-drm-nouveau-kms-nv50-convert-core-caps_init-to-new-p.patch
	patches.suse/1385-drm-nouveau-kms-nv50-convert-core-update-to-new-push.patch
	patches.suse/1386-drm-nouveau-kms-nv50-convert-core-wndw_owner-to-new-.patch
	patches.suse/1387-drm-nouveau-kms-nv50-convert-core-or_ctrl-to-new-pus.patch
	patches.suse/1388-drm-nouveau-kms-nv50-convert-core-head_view-to-new-p.patch
	patches.suse/1389-drm-nouveau-kms-nv50-convert-core-head_mode-to-new-p.patch
	patches.suse/1390-drm-nouveau-kms-nv50-convert-core-head_olut_set-to-n.patch
	patches.suse/1391-drm-nouveau-kms-nv50-convert-core-head_olut_clr-to-n.patch
	patches.suse/1392-drm-nouveau-kms-nv50-convert-core-head_core_set-to-n.patch
	patches.suse/1393-drm-nouveau-kms-nv50-convert-core-head_core_clr-to-n.patch
	patches.suse/1394-drm-nouveau-kms-nv50-convert-core-head_curs_set-to-n.patch
	patches.suse/1395-drm-nouveau-kms-nv50-convert-core-head_curs_clr-to-n.patch
	patches.suse/1396-drm-nouveau-kms-nv50-convert-core-head_base-to-new-p.patch
	patches.suse/1397-drm-nouveau-kms-nv50-convert-core-head_ovly-to-new-p.patch
	patches.suse/1398-drm-nouveau-kms-nv50-convert-core-head_dither-to-new.patch
	patches.suse/1399-drm-nouveau-kms-nv50-convert-core-head_procamp-to-ne.patch
	patches.suse/1400-drm-nouveau-kms-nv50-convert-core-head_or-to-new-pus.patch
	patches.suse/1401-drm-nouveau-kms-nv50-convert-core-crc_set_src-to-new.patch
	patches.suse/1402-drm-nouveau-kms-nv50-convert-core-crc_set_ctx-to-new.patch
	patches.suse/1403-drm-nouveau-kms-nv50-implement-proper-push-buffer-co.patch
	patches.suse/1404-drm-nouveau-interop-with-new-push-macros.patch
	patches.suse/1405-drm-nouveau-fbcon-convert-accel_init-to-new-push-mac.patch
	patches.suse/1406-drm-nouveau-fbcon-convert-imageblit-to-new-push-macr.patch
	patches.suse/1407-drm-nouveau-fbcon-convert-fillrect-to-new-push-macro.patch
	patches.suse/1408-drm-nouveau-fbcon-convert-copyarea-to-new-push-macro.patch
	patches.suse/1409-drm-nouveau-bo-split-buffer-move-functions-into-thei.patch
	patches.suse/1410-drm-nouveau-bo-convert-move-init-to-new-push-macros.patch
	patches.suse/1411-drm-nouveau-bo-convert-move-move-to-new-push-macros.patch
	patches.suse/1412-drm-nouveau-svm-convert-migrate_copy-to-new-push-mac.patch
	patches.suse/1413-drm-nouveau-svm-convert-migrate_clear-to-new-push-ma.patch
	patches.suse/1414-drm-nouveau-kms-nv04-convert-page_flip_emit-to-new-p.patch
	patches.suse/1415-drm-nouveau-kms-nv04-convert-page_flip-to-new-push-m.patch
	patches.suse/1416-drm-nouveau-kms-nv04-no-need-for-multiple-nvsw-objec.patch
	patches.suse/1417-drm-nouveau-convert-nvsw-init-to-new-push-macros.patch
	patches.suse/1418-drm-nouveau-chan-convert-nvsw-init-to-new-push-macro.patch
	patches.suse/1419-drm-nouveau-gem-convert-indirect-pushbufs-to-new-pus.patch
	patches.suse/1420-drm-nouveau-fence-convert-emit-to-new-push-macros.patch
	patches.suse/1421-drm-nouveau-fence-convert-sync-to-new-push-macros.patch
	patches.suse/1422-drm-nouveau-kms-nv50-use-NVIDIA-s-headers-for-wimm-s.patch
	patches.suse/1423-drm-nouveau-kms-nv50-use-NVIDIA-s-headers-for-wimm-p.patch
	patches.suse/1424-drm-nouveau-kms-nv50-use-NVIDIA-s-headers-for-wimm-u.patch
	patches.suse/1425-drm-nouveau-kms-nv50-use-NVIDIA-s-headers-for-wndw-s.patch
	patches.suse/1426-drm-nouveau-kms-nv50-use-NVIDIA-s-headers-for-wndw-s.patch
	patches.suse/1427-drm-nouveau-kms-nv50-use-NVIDIA-s-headers-for-wndw-n.patch
	patches.suse/1428-drm-nouveau-kms-nv50-use-NVIDIA-s-headers-for-wndw-n.patch
	patches.suse/1429-drm-nouveau-kms-nv50-use-NVIDIA-s-headers-for-wndw-n.patch
	patches.suse/1430-drm-nouveau-kms-nv50-use-NVIDIA-s-headers-for-wndw-n.patch
	patches.suse/1431-drm-nouveau-kms-nv50-use-NVIDIA-s-headers-for-wndw-c.patch
	patches.suse/1432-drm-nouveau-kms-nv50-use-NVIDIA-s-headers-for-wndw-c.patch
	patches.suse/1433-drm-nouveau-kms-nv50-use-NVIDIA-s-headers-for-wndw-x.patch
	patches.suse/1434-drm-nouveau-kms-nv50-use-NVIDIA-s-headers-for-wndw-x.patch
	patches.suse/1435-drm-nouveau-kms-nv50-use-NVIDIA-s-headers-for-wndw-i.patch
	patches.suse/1436-drm-nouveau-kms-nv50-use-NVIDIA-s-headers-for-wndw-i.patch
	patches.suse/1437-drm-nouveau-kms-nv50-use-NVIDIA-s-headers-for-wndw-s.patch
	patches.suse/1438-drm-nouveau-kms-nv50-use-NVIDIA-s-headers-for-wndw-b.patch
	patches.suse/1439-drm-nouveau-kms-nv50-use-NVIDIA-s-headers-for-wndw-u.patch
	patches.suse/1440-drm-nouveau-kms-nv50-use-NVIDIA-s-headers-for-core-i.patch
	patches.suse/1441-drm-nouveau-kms-nv50-use-NVIDIA-s-headers-for-core-n.patch
	patches.suse/1442-drm-nouveau-kms-nv50-use-NVIDIA-s-headers-for-core-c.patch
	patches.suse/1443-drm-nouveau-kms-nv50-use-NVIDIA-s-headers-for-core-n.patch
	patches.suse/1444-drm-nouveau-kms-nv50-use-NVIDIA-s-headers-for-core-u.patch
	patches.suse/1445-drm-nouveau-kms-nv50-use-NVIDIA-s-headers-for-core-w.patch
	patches.suse/1446-drm-nouveau-kms-nv50-use-NVIDIA-s-headers-for-core-o.patch
	patches.suse/1447-drm-nouveau-kms-nv50-use-NVIDIA-s-headers-for-core-o.patch
	patches.suse/1448-drm-nouveau-kms-nv50-use-NVIDIA-s-headers-for-core-h.patch
	patches.suse/1449-drm-nouveau-kms-nv50-use-NVIDIA-s-headers-for-core-h.patch
	patches.suse/1450-drm-nouveau-kms-nv50-use-NVIDIA-s-headers-for-core-h.patch
	patches.suse/1451-drm-nouveau-kms-nv50-use-NVIDIA-s-headers-for-core-h.patch
	patches.suse/1452-drm-nouveau-kms-nv50-use-NVIDIA-s-headers-for-core-h.patch
	patches.suse/1453-drm-nouveau-kms-nv50-use-NVIDIA-s-headers-for-core-h.patch
	patches.suse/1454-drm-nouveau-kms-nv50-use-NVIDIA-s-headers-for-core-h.patch
	patches.suse/1455-drm-nouveau-kms-nv50-use-NVIDIA-s-headers-for-core-h.patch
	patches.suse/1456-drm-nouveau-kms-nv50-use-NVIDIA-s-headers-for-core-h.patch
	patches.suse/1457-drm-nouveau-kms-nv50-use-NVIDIA-s-headers-for-core-h.patch
	patches.suse/1458-drm-nouveau-kms-nv50-use-NVIDIA-s-headers-for-core-h.patch
	patches.suse/1459-drm-nouveau-kms-nv50-use-NVIDIA-s-headers-for-core-h.patch
	patches.suse/1460-drm-nouveau-kms-nv50-use-NVIDIA-s-headers-for-core-h.patch
	patches.suse/1461-drm-nouveau-kms-nv50-use-NVIDIA-s-headers-for-core-c.patch
	patches.suse/1462-drm-nouveau-kms-nv50-use-NVIDIA-s-headers-for-core-c.patch
	patches.suse/1463-drm-nouveau-fbcon-nv50-use-NVIDIA-s-headers-for-acce.patch
	patches.suse/1464-drm-nouveau-fbcon-nv50-use-NVIDIA-s-headers-for-imag.patch
	patches.suse/1465-drm-nouveau-fbcon-nv50-use-NVIDIA-s-headers-for-copy.patch
	patches.suse/1466-drm-nouveau-fbcon-nv50-use-NVIDIA-s-headers-for-fill.patch
	patches.suse/1467-drm-nouveau-bo-use-NVIDIA-s-headers-for-move-init.patch
	patches.suse/1468-drm-nouveau-bo-use-NVIDIA-s-headers-for-move-move.patch
	patches.suse/1469-drm-nouveau-svm-use-NVIDIA-s-headers-for-migrate_cop.patch
	patches.suse/1470-drm-nouveau-svm-use-NVIDIA-s-headers-for-migrate_cle.patch
	patches.suse/1471-drm-nouveau-fence-use-NVIDIA-s-headers-for-emit.patch
	patches.suse/1472-drm-nouveau-fence-use-NVIDIA-s-headers-for-sync.patch
	patches.suse/1473-drm-nouveau-fence-use-NVIDIA-s-headers-for-read.patch
	patches.suse/1474-drm-nouveau-kms-nv50-Fix-CRC-related-compile-errors-.patch
	patches.suse/1476-drm-amd-powerplay-suppress-compile-error-around-BUG_.patch
	patches.suse/1477-drm-amdgpu-load-ta-firmware-for-sienna-cichlid.patch
	patches.suse/1478-drm-amdgpu-add-read-amdgpu_gfxoff-status-in-debugfs.patch
	patches.suse/1479-drm-amd-powerplay-widely-share-the-API-for-data-tabl.patch
	patches.suse/1480-drm-amd-powerplay-unify-swSMU-index-to-asic-specific.patch
	patches.suse/1481-drm-amd-powerplay-drop-unused-code.patch
	patches.suse/1482-drm-amd-powerplay-move-clock-dpm-enablement-check-to.patch
	patches.suse/1483-drm-amd-powerplay-move-dpm-feature-support-checking-.patch
	patches.suse/1484-drm-amd-powerplay-move-dpm-feature-enablement-checki.patch
	patches.suse/1485-drm-amd-powerplay-implement-smu_cmn_get_enabled_mask.patch
	patches.suse/1486-drm-amd-powerplay-move-ppfeature-mask-setting-to-smu.patch
	patches.suse/1487-drm-amd-powerplay-common-API-for-disabling-all-featu.patch
	patches.suse/1488-drm-amd-powerplay-move-more-APIs-to-smu_cmn.c.patch
	patches.suse/1489-drm-amd-powerplay-maximum-code-sharing-around-waterm.patch
	patches.suse/1490-drm-amd-powerplay-move-table-setting-common-code-to-.patch
	patches.suse/1491-drm-amd-powerplay-update-the-tables-init-related.patch
	patches.suse/1492-drm-amd-powerplay-move-SMC-message-issuing-APIs-to-s.patch
	patches.suse/1493-drm-amd-powerplay-drop-unnecessary-message-support-c.patch
	patches.suse/1494-drm-amd-powerplay-revise-the-calling-flow-on-OD-tabl.patch
	patches.suse/1495-drm-amd-powerplay-tag-swSMU-code-layers.patch
	patches.suse/1496-drm-amdgpu-load-asd-for-sienna-cichlid.patch
	patches.suse/1497-drm-amdgpu-enable-xgmi-support-for-sienna-cichlid.patch
	patches.suse/1498-drm-amdgpu-add-timeout-flush-mechanism-to-update-wpt.patch
	patches.suse/1499-drm-amdgpu-do-not-disable-SMU-on-vm-reboot.patch
	patches.suse/1500-drm-amd-display-remove-unhelpful-5ms-delay.patch
	patches.suse/1501-drm-amd-display-Add-DSC-parameters-logging-to-debugf.patch
	patches.suse/1502-drm-amd-display-Implement-AMD-VSIF-V3.patch
	patches.suse/1503-drm-amd-display-Decouple-ABM-init-from-dmcu.patch
	patches.suse/1504-drm-amd-display-rename-dsc-extended-caps-as-dsc-bran.patch
	patches.suse/1505-drm-amd-display-Make-new-dc-interface-for-adding-dsc.patch
	patches.suse/1506-drm-amd-display-FW-Promotion-Release-0.0.25.patch
	patches.suse/1507-drm-amd-display-Improve-compatibility-by-re-ordering.patch
	patches.suse/1508-drm-amd-display-Call-dsc-related-functions-indirectl.patch
	patches.suse/1509-drm-amd-display-Add-additional-config-guards-for-DCN.patch
	patches.suse/1510-drm-amd-display-interface-to-obtain-minimum-plane-si.patch
	patches.suse/1511-drm-amd-display-3.2.95.patch
	patches.suse/1512-Revert-drm-amdgpu-vcn-add-shared-memory-restore-afte.patch
	patches.suse/1513-drm-amdgpu-vcn-merge-shared-memory-into-vcpu.patch
	patches.suse/1514-drm-amd-powerplay-fix-typos-for-clk-map.patch
	patches.suse/1515-drm-amd-powerplay-update-driver-if-version-for-navy_.patch
	patches.suse/1516-drm-amd-powerplay-retrieve-VCN-dpm-table-per-instanc.patch
	patches.suse/1517-drm-amdgpu-Fix-NULL-dereference-in-dpm-sysfs-handler.patch
	patches.suse/1518-drm-amdgpu-move-i2c-bus-lock-out-of-ras-structure.patch
	patches.suse/1519-drm-amdgpu-remove-eeprom-from-the-smu-i2c-handlers.patch
	patches.suse/1520-drm-amdgpu-vega20-enable-the-smu-i2c-bus-for-all-boa.patch
	patches.suse/1521-drm-amdgpu-swSMU-remove-eeprom-from-the-smu-i2c-hand.patch
	patches.suse/1522-drm-amdgpu-navi1x-add-SMU-i2c-support-v2.patch
	patches.suse/1523-drm-amdgpu-sienna_cichlid-add-SMU-i2c-support-v2.patch
	patches.suse/0005-Revert-drm-amd-display-Expose-connector-VRR-range-vi.patch
	patches.suse/1525-drm-ttm-make-ttm_tt-unbind-function-return-void.patch
	patches.suse/1526-drm-ttm-drop-unusued-function-declaration.patch
	patches.suse/1527-drm-ttm-ttm_bo_swapout_all-doesn-t-use-it-s-argument.patch
	patches.suse/drm-ttm-nouveau-don-t-call-tt-destroy-callback-on-al.patch
	patches.suse/1529-drm-i915-display-prefer-dig_port-to-reference-intel_.patch
	patches.suse/1530-drm-i915-gem-Only-revoke-the-GGTT-mmappings-on-apert.patch
	patches.suse/1531-drm-i915-gem-Only-revoke-mmap-handlers-if-active.patch
	patches.suse/1532-drm-i915-gem-Drop-forced-struct_mutex-from-shrinker_.patch
	patches.suse/1533-drm-i915-gem-Split-the-context-s-obj-vma-lut-into-it.patch
	patches.suse/1534-drm-i915-do-not-read-swizzle-info-if-unavailable.patch
	patches.suse/1535-drm-i915-guc-Expand-guc_info-debugfs-with-more-infor.patch
	patches.suse/1536-drm-i915-tgl-Clamp-min_cdclk-to-max_cdclk_freq-to-un.patch
	patches.suse/1537-drm-i915-fbc-Use-the-correct-plane-stride.patch
	patches.suse/1538-drm-i915-fbc-Fix-nuke-for-pre-snb-platforms.patch
	patches.suse/1539-drm-i915-fbc-Enable-fbc-on-i865.patch
	patches.suse/1540-drm-i915-fbc-Allow-FBC-to-recompress-after-a-3D-work.patch
	patches.suse/1541-drm-i915-Export-ppgtt_bind_vma.patch
	patches.suse/1542-Revert-drm-i915-dp-Correctly-advertise-HBR3-for-GEN1.patch
	patches.suse/1543-drm-i915-Reboot-CI-if-we-get-wedged-during-driver-in.patch
	patches.suse/1544-drm-i915-Print-caller-when-tainting-for-CI.patch
	patches.suse/1545-drm-i915-Don-t-taint-when-using-fault-injection.patch
	patches.suse/1546-drm-i915-Fix-spelling-mistake-in-i915_reg.h.patch
	patches.suse/1547-drm-i915-Update-dma-attributes-for-our-sg-DMA.patch
	patches.suse/1548-drm-i915-display-Implement-new-combo-phy-initializat.patch
	patches.suse/1549-drm-i915-ehl-Add-new-PCI-ids.patch
	patches.suse/1550-drm-i915-hdcp-Update-CP-as-per-the-kernel-internal-s.patch
	patches.suse/1551-drm-i915-hdcp-Fix-the-return-handling-of-drm_hdcp_ch.patch
	patches.suse/1552-drm-i915-uc-Extract-uc-usage-details-into-separate-d.patch
	patches.suse/1553-drm-i915-huc-Adjust-HuC-state-accordingly-after-GuC-.patch
	patches.suse/1554-drm-i915-dp-Helper-for-checking-DDI_BUF_CTL-Idle-sta.patch
	patches.suse/1555-drm-i915-dp-Helper-to-check-for-DDI-BUF-status-to-ge.patch
	patches.suse/1556-drm-i915-Convert-device_info-to-uncore-de_read.patch
	patches.suse/1557-drm-i915-Use-the-gt-in-HAS_ENGINE.patch
	patches.suse/1558-drm-i915-Move-engine-related-mmio-init-to-engines_in.patch
	patches.suse/1559-drm-i915-Move-the-engine-mask-to-intel_gt_info.patch
	patches.suse/1560-drm-i915-Introduce-gt_init_mmio.patch
	patches.suse/1561-drm-i915-sseu-Move-sseu-detection-and-dump-to-intel_.patch
	patches.suse/1562-drm-i915-sseu-Move-sseu_info-under-gt_info.patch
	patches.suse/1563-drm-i915-gt-fy-sseu-debugfs.patch
	patches.suse/1564-drm-i915-Move-sseu-debugfs-under-gt.patch
	patches.suse/1565-drm-i915-gem-Unpin-idle-contexts-from-kswapd-reclaim.patch
	patches.suse/1566-drm-i915-gt-Replace-opencoded-i915_gem_object_pin_ma.patch
	patches.suse/1567-drm-i915-Release-shortlived-maps-of-longlived-object.patch
	patches.suse/1568-drm-i915-Remove-i915_gem_object_get_dirty_page.patch
	patches.suse/1569-drm-i915-sdvo-Fix-SDVO-colorimetry-bit-defines.patch
	patches.suse/1570-drm-i915-sdvo-Implement-limited-color-range-for-SDVO.patch
	patches.suse/1571-drm-i915-Reject-DRM_MODE_FLAG_DBLCLK-with-DVI-sinks.patch
	patches.suse/1572-drm-i915-sdvo-Make-SDVO-deal-with-HDMI-pixel-repeat.patch
	patches.suse/1573-drm-i915-sdvo-Make-.get_modes-return-the-number-of-m.patch
	patches.suse/1574-drm-i915-dvo-Make-.get_modes-return-the-number-of-mo.patch
	patches.suse/1575-drm-i915-Move-all-FBC-w-as-to-.init_clock_gating.patch
	patches.suse/1576-drm-i915-Don-t-do-WaFbcTurnOffFbcWatermark-for-glk.patch
	patches.suse/1577-drm-i915-Limit-WaFbcHighMemBwCorruptionAvoidance-to-.patch
	patches.suse/1578-drm-i915-Document-FBC-related-w-as-more-thoroughly.patch
	patches.suse/1579-drm-i915-tgl-Implement-WAs-18011464164-and-220109312.patch
	patches.suse/1580-drm-i915-display-Replace-drm_i915_private-in-voltage.patch
	patches.suse/1581-drm-i915-display-Remove-port-and-phy-from-voltage-sw.patch
	patches.suse/1582-drm-i915-bios-Parse-HOBL-parameter.patch
	patches.suse/1583-drm-i915-gt-Optimise-aliasing-ppgtt-allocations.patch
	patches.suse/1584-drm-i915-selftest-Check-that-GPR-are-restored-across.patch
	patches.suse/1585-drm-i915-gt-Be-defensive-in-the-face-of-false-CS-eve.patch
	patches.suse/1586-drm-i915-Pull-printing-GT-capabilities-on-error-to-e.patch
	patches.suse/1587-drm-i915-gt-Always-reset-the-engine-even-if-inactive.patch
	patches.suse/1588-drm-i915-selftest-fix-an-error-return-path-where-err.patch
	patches.suse/1589-drm-i915-Skip-signaling-a-signaled-request.patch
	patches.suse/1590-drm-probe_helper-Add-drm_connector_helper_funcs.mode.patch
	patches.suse/1591-drm-i915-mst-filter-out-the-display-mode-exceed-sink.patch
	patches.suse/1592-drm-i915-WARN-if-max-vswing-pre-emphasis-violates-th.patch
	patches.suse/1593-drm-i915-Add-has_master_unit_irq-flag.patch
	patches.suse/1594-drm-i915-dg1-add-initial-DG-1-definitions.patch
	patches.suse/1595-drm-i915-dg1-Add-DG1-PCI-IDs.patch
	patches.suse/1596-drm-i915-dg1-add-support-for-the-master-unit-interru.patch
	patches.suse/1597-drm-i915-dg1-Remove-SHPD_FILTER_CNT-register-program.patch
	patches.suse/1598-drm-i915-dg1-Add-fake-PCH.patch
	patches.suse/1599-drm-i915-selftest-Fix-an-error-code-in-live_noa_gpr.patch
	patches.suse/1600-drm-i915-Remove-unused-inline-function-drain_delayed.patch
	patches.suse/1601-drm-i915-gt-Trace-placement-of-timeline-HWSP.patch
	patches.suse/1602-drm-i915-gt-Assert-the-kernel-context-is-using-the-H.patch
	patches.suse/1603-drm-i915-Update-DRIVER_DATE-to-20200715.patch
	patches.suse/1604-drm-msm-fix-unbalanced-pm_runtime_enable-in-adreno_g.patch
	patches.suse/1605-drm-msm-reset-devfreq-freq_table-max_state-before-de.patch
	patches.suse/1606-drm-msm-handle-for-EPROBE_DEFER-for-of_icc_get.patch
	patches.suse/1607-drm-msm-dpu-ensure-device-suspend-happens-during-PM-.patch
	patches.suse/1608-drm-msm-dpu-enumerate-second-cursor-pipe-for-externa.patch
	patches.suse/1609-drm-msm-adreno-fix-gpu-probe-if-no-interconnect-name.patch
	patches.suse/1610-drm-msm-dpu-add-support-for-dither-block-in-display.patch
	patches.suse/1611-drm-msm-Fix-a-null-pointer-access-in-msm_gem_shrinke.patch
	patches.suse/1612-drm-msm-a6xx-send-opp-instead-of-a-frequency.patch
	patches.suse/drm-msm-ratelimit-crtc-event-overflow-error.patch
	patches.suse/1614-drm-msm-dpu-Use-OPP-API-to-set-clk-perf-state.patch
	patches.suse/1615-drm-msm-dsi-Use-OPP-API-to-set-clk-perf-state.patch
	patches.suse/drm-msm-a6xx-fix-gpu-failure-after-system-resume.patch
	patches.suse/1617-drm-msm-dpu-fix-enable-6bpc-dither-with-split-lm.patch
	patches.suse/1618-drm-msm-Garbage-collect-unused-resource-_len-fields.patch
	patches.suse/1619-drm-msm-Quiet-error-during-failure-in-optional-resou.patch
	patches.suse/1620-drm-msm-a6xx-fix-crashstate-capture-for-A650.patch
	patches.suse/1621-drm-msm-a6xx-add-build_bw_table-for-A640-A650.patch
	patches.suse/1622-drm-msm-sync-generated-headers.patch
	patches.suse/1623-drm-msm-adreno-un-open-code-some-packets.patch
	patches.suse/1624-drm-msm-a6xx-set-ubwc-config-for-A640-and-A650.patch
	patches.suse/1625-drm-msm-dpu-use-right-setup_blend_config-for-sm8150-.patch
	patches.suse/1626-drm-msm-dpu-update-UBWC-config-for-sm8150-and-sm8250.patch
	patches.suse/1627-drm-msm-dpu-move-some-sspp-caps-to-dpu_caps.patch
	patches.suse/1628-drm-msm-dpu-don-t-use-INTF_INPUT_CTRL-feature-on-sdm.patch
	patches.suse/1629-drm-msm-dpu-set-missing-flush-bits-for-INTF_2-and-IN.patch
	patches.suse/1630-drm-msm-dpu-intf-timing-path-for-displayport.patch
	patches.suse/1631-drm-msm-dpu-add-SM8150-to-hw-catalog.patch
	patches.suse/1632-drm-msm-dpu-add-SM8250-to-hw-catalog.patch
	patches.suse/1633-drm-msm-a6xx-hwcg-tables-in-gpulist.patch
	patches.suse/1634-drm-msm-a6xx-add-A640-A650-hwcg.patch
	patches.suse/1635-drm-msm-dsi-Add-phy-configuration-for-SDM630-636-660.patch
	patches.suse/1636-drm-msm-mdp5-Add-MDP5-configuration-for-SDM630.patch
	patches.suse/1637-drm-msm-dsi-Add-DSI-configuration-for-SDM660.patch
	patches.suse/1638-drm-msm-mdp5-Add-MDP5-configuration-for-SDM636-660.patch
	patches.suse/1639-drm-msm-use-kthread_create_worker-instead-of-kthread.patch
	patches.suse/ethtool-ioctl-Use-array_size-in-copy_to_user.patch
	patches.suse/enetc-Use-struct_size-helper-in-kzalloc.patch
	patches.suse/r8169-add-info-for-DASH-being-enabled.patch
	patches.suse/r8169-remove-unused-constant-RsvdMask.patch
	patches.suse/r8169-improve-setting-WoL-on-runtime-resume.patch
	patches.suse/r8169-replace-synchronize_rcu-with-synchronize_net.patch
	patches.suse/r8169-move-napi_disable-call-and-rename-rtl8169_hw_r.patch
	patches.suse/r8169-move-updating-counters-to-rtl8169_down.patch
	patches.suse/r8169-move-switching-optional-clock-on-off-to-pll-po.patch
	patches.suse/r8169-allow-setting-irq-coalescing-if-link-is-down.patch
	patches.suse/net-hns3-remove-unnecessary-devm_kfree.patch
	patches.suse/net-hns3-pointer-type-of-buffer-should-be-void.patch
	patches.suse/net-hns3-rename-buffer-related-functions.patch
	patches.suse/net-hns3-replace-disable_irq-by-IRQ_NOAUTOEN-flag.patch
	patches.suse/net-hns3-streaming-dma-buffer-sync-between-cpu-and-d.patch
	patches.suse/net-tso-cache-transport-header-length.patch
	patches.suse/cxgb4-update-set_flash-to-flash-different-images.patch
	patches.suse/cxgb4-add-support-to-flash-PHY-image.patch
	patches.suse/cxgb4-add-support-to-flash-boot-image.patch
	patches.suse/cxgb4-add-support-to-flash-boot-cfg-image.patch
	patches.suse/cxgb4-add-support-to-read-serial-flash.patch
	patches.suse/net-qos-offload-add-flow-status-with-dropped-count.patch
	patches.suse/cxgb4-add-skeleton-for-ethtool-n-tuple-filters.patch
	patches.suse/cxgb4-add-ethtool-n-tuple-filter-insertion.patch
	patches.suse/cxgb4-add-ethtool-n-tuple-filter-deletion.patch
	patches.suse/cxgb4-add-support-to-fetch-ethtool-n-tuple-filters.patch
	patches.suse/cxgb4-add-action-to-steer-flows-to-specific-Rxq.patch
	patches.suse/cxgb4-Use-struct_size-helper.patch
	patches.suse/taprio-Use-struct_size-in-kzalloc.patch
	patches.suse/net-sched-cls_u32-Use-struct_size-in-kzalloc.patch
	patches.suse/Remove-redundant-condition-in-qdisc_graft.patch
	patches.suse/Remove-redundant-skb-null-check.patch
	patches.suse/net-mvpp2-add-mvpp2_phylink_to_port-helper.patch
	patches.suse/net-devlink-Prepare-devlink-port-functions-to-fill-e.patch
	patches.suse/net-devlink-Support-querying-hardware-address-of-por.patch
	patches.suse/net-devlink-Support-setting-hardware-address-of-port.patch
	patches.suse/net-mlx5-Constify-mac-address-pointer.patch
	patches.suse/net-mlx5-E-switch-Introduce-and-use-eswitch-support-.patch
	patches.suse/net-mlx5-Move-helper-to-eswitch-layer.patch
	patches.suse/net-mlx5-E-switch-Support-querying-port-function-mac.patch
	patches.suse/net-mlx5-Split-mac-address-setting-function-for-usin.patch
	patches.suse/net-mlx5-E-switch-Supporting-setting-devlink-port-fu.patch
	patches.suse/xfrm-bail-early-on-slave-pass-over-skb.patch
	patches.suse/ixgbe_ipsec-become-aware-of-when-running-as-a-bondin.patch
	patches.suse/mlx5-become-aware-of-when-running-as-a-bonding-slave.patch
	patches.suse/bonding-support-hardware-encryption-offload-to-slave.patch
	patches.suse/devlink-Add-support-for-board.serial_number-to-info_.patch
	patches.suse/bnxt_en-Add-board.serial_number-field-to-info_get-cb.patch
	patches.suse/r8169-mark-device-as-not-present-when-in-PCI-D3.patch
	patches.suse/r8169-remove-no-longer-needed-checks-for-device-bein.patch
	patches.suse/r8169-add-rtl8169_up.patch
	patches.suse/r8169-use-RTNL-to-protect-critical-sections.patch
	patches.suse/r8169-remove-driver-specific-mutex.patch
	patches.suse/r8169-improve-rtl8169_runtime_resume.patch
	patches.suse/mlxsw-spectrum-Split-handling-of-pedit-mangle-by-chi.patch
	patches.suse/mlxsw-core_acl_flex_actions-Add-L4_PORT_ACTION.patch
	patches.suse/mlxsw-spectrum_acl-Support-FLOW_ACTION_MANGLE-for-TC.patch
	patches.suse/tcindex_change-Remove-redundant-null-check.patch
	patches.suse/net-core-devlink.c-remove-new-uninitialized_var-usag.patch
	patches.suse/0076-net-atlantic-A2-half-duplex-support.patch
	patches.suse/0077-net-atlantic-remove-baseX-usage.patch
	patches.suse/0078-net-atlantic-A2-EEE-support.patch
	patches.suse/0079-net-atlantic-A2-flow-control-support.patch
	patches.suse/0080-net-atlantic-A2-report-link-partner-capabilities.patch
	patches.suse/0081-net-atlantic-A2-phy-loopback-support.patch
	patches.suse/mlxsw-spectrum_dcb-Fix-a-spelling-typo-in-spectrum_d.patch
	patches.suse/mlxsw-Bump-firmware-version-to-XX.2007.1168.patch
	patches.suse/mlxsw-Enforce-firmware-version-for-Spectrum-3.patch
	patches.suse/bonding-xfrm-use-real_dev-instead-of-slave_dev.patch
	patches.suse/r8169-rename-RTL8125-to-RTL8125A.patch
	patches.suse/net-phy-Allow-mdio-buses-to-auto-probe-c45-devices.patch
	patches.suse/net-fsl-acpize-xgmac_mdio.patch
	patches.suse/net-fsl-enable-extended-scanning-in-xgmac_mdio.patch
	patches.suse/cxgb4-always-sync-access-when-flashing-PHY-firmware.patch
	patches.suse/cxgb4-move-device-dump-arrays-in-header-to-C-file.patch
	patches.suse/net-qos-add-tc-police-offloading-action-with-max-fra.patch
	patches.suse/net-enetc-add-support-max-frame-size-for-tc-flower-o.patch
	patches.suse/net-qos-police-action-add-index-for-tc-flower-offloa.patch
	patches.suse/net-enetc-add-tc-flower-offload-flow-metering-polici.patch
	patches.suse/net-mlx5-Avoid-eswitch-header-inclusion-in-fs-core-l.patch
	patches.suse/net-mlx5-FWTrace-Add-missing-space.patch
	patches.suse/net-mlx5-Use-kfree-ft-g-in-arfs_create_groups.patch
	patches.suse/net-mlx5e-Remove-unused-mlx5e_xsk_first_unused_chann.patch
	patches.suse/net-mlx5e-Move-including-net-arp.h-from-en_rep.c-to-.patch
	patches.suse/net-mlx5e-Move-TC-specific-function-definitions-into.patch
	patches.suse/net-mlx5e-vxlan-Use-RCU-for-vxlan-table-lookup.patch
	patches.suse/net-mlx5e-vxlan-Return-bool-instead-of-opaque-ptr-in.patch
	patches.suse/dpaa2-eth-trim-debugfs-FQ-stats.patch
	patches.suse/dpaa2-eth-check-the-result-of-skb_to_sgvec.patch
	patches.suse/dpaa2-eth-fix-condition-for-number-of-buffer-acquire.patch
	patches.suse/dpaa2-eth-fix-recursive-header-include.patch
	patches.suse/dpaa2-eth-fix-misspelled-function-parameters-in-dpni.patch
	patches.suse/sch_cake-add-RFC-8622-LE-PHB-support-to-CAKE-diffser.patch
	patches.suse/bnx2x-use-generic-power-management.patch
	patches.suse/bonding-Remove-extraneous-parentheses-in-bond_setup.patch
	patches.suse/i40e-Move-client-header-location.patch
	patches.suse/i40e-remove-unused-defines.patch
	patches.suse/i40e-make-PF-wait-reset-loop-reliable.patch
	patches.suse/i40e-detect-and-log-info-about-pre-recovery-mode.patch
	patches.suse/i40e-Add-a-check-to-see-if-MFS-is-set.patch
	patches.suse/i40e-Add-support-for-5Gbps-cards.patch
	patches.suse/i40e-Remove-scheduling-while-atomic-possibility.patch
	patches.suse/0082-net-atlantic-fix-variable-type-in-aq_ethtool_get_pau.patch
	patches.suse/0083-net-atlantic-Replace-ENOTSUPP-usage-to-EOPNOTSUPP.patch
	patches.suse/0084-net-atlantic-make-aq_pci_func_init-static.patch
	patches.suse/0085-net-atlantic-fix-typo-in-aq_ring_tx_clean.patch
	patches.suse/0086-net-atlantic-missing-space-in-a-comment-in-aq_nic.h.patch
	patches.suse/0087-net-atlantic-add-alignment-checks-in-hw_atl2_utils_f.patch
	patches.suse/0088-net-atlantic-put-ptp-code-under-IS_REACHABLE-check.patch
	patches.suse/hinic-add-support-to-set-and-get-pause-params.patch
	patches.suse/hinic-add-support-to-set-and-get-irq-coalesce.patch
	patches.suse/hinic-add-self-test-support.patch
	patches.suse/hinic-add-support-to-identify-physical-device.patch
	patches.suse/hinic-add-support-to-get-eeprom-information.patch
	patches.suse/bareudp-Added-attribute-to-enable-disable-rx-metadat.patch
	patches.suse/0089-net-aquantia-fix-aq_ndev_start_xmit-s-return-type.patch
	patches.suse/net-nfp-fix-nfp_net_tx-s-return-type.patch
	patches.suse/cxgb4vf-fix-t4vf_eth_xmit-s-return-type.patch
	patches.suse/r8169-merge-handling-of-RTL8101e-and-RTL8100e.patch
	patches.suse/r8169-sync-support-for-RTL8401-with-vendor-driver.patch
	patches.suse/net-sched-Pass-root-lock-to-Qdisc_ops.enqueue.patch
	patches.suse/net-sched-Introduce-helpers-for-qevent-blocks.patch
	patches.suse/net-sched-sch_red-Split-init-and-change-callbacks.patch
	patches.suse/net-sched-sch_red-Add-qevents-early_drop-and-mark.patch
	patches.suse/net-mlx5-Export-resource-dump-interface.patch
	patches.suse/net-mlx5-Add-support-in-query-QP-CQ-and-MKEY-segment.patch
	patches.suse/net-mlx5-Avoid-RDMA-file-inclusion-in-core-driver.patch
	patches.suse/net-mlx5-Avoid-eswitch-header-inclusion-in-fs-core-l-188f0f98.patch
	patches.suse/net-mlx5-kTLS-Improve-TLS-params-layout-structures.patch
	patches.suse/net-mlx5e-Turn-XSK-ICOSQ-into-a-general-asynchronous.patch
	patches.suse/net-mlx5e-Refactor-build-channel-params.patch
	patches.suse/net-mlx5e-API-to-manipulate-TTC-rules-destinations.patch
	patches.suse/net-mlx5e-Receive-flow-steering-framework-for-accele.patch
	patches.suse/net-mlx5e-Accel-Expose-flow-steering-API-for-rules-a.patch
	patches.suse/net-mlx5e-kTLS-Improve-TLS-feature-modularity.patch
	patches.suse/net-mlx5e-kTLS-Use-kernel-API-to-extract-private-off.patch
	patches.suse/net-mlx5e-kTLS-Add-kTLS-RX-HW-offload-support.patch
	patches.suse/net-tls-Add-asynchronous-resync.patch
	patches.suse/net-mlx5e-kTLS-Add-kTLS-RX-resync-support.patch
	patches.suse/net-mlx5e-kTLS-Add-kTLS-RX-stats.patch
	patches.suse/net-mlx5e-Increase-Async-ICO-SQ-size.patch
	patches.suse/net-mlx5e-kTLS-Cleanup-redundant-capability-check.patch
	patches.suse/net-mlx5e-kTLS-Improve-rx-handler-function-call.patch
	patches.suse/sfc-update-MCDI-protocol-headers.patch
	patches.suse/sfc-determine-flag-word-automatically-in-efx_has_cap.patch
	patches.suse/sfc-extend-bitfield-macros-up-to-POPULATE_DWORD_13.patch
	patches.suse/sfc-don-t-try-to-create-more-channels-than-we-can-ha.patch
	patches.suse/sfc-refactor-EF10-stats-handling.patch
	patches.suse/sfc-split-up-nic.h.patch
	patches.suse/sfc-commonise-ethtool-link-handling-functions.patch
	patches.suse/sfc-commonise-ethtool-NFC-and-RXFH-RSS-functions.patch
	patches.suse/sfc-commonise-other-ethtool-bits.patch
	patches.suse/sfc-commonise-FC-advertising.patch
	patches.suse/sfc-track-which-BAR-is-mapped.patch
	patches.suse/sfc-commonise-PCI-error-handlers.patch
	patches.suse/sfc-commonise-drain-event-handling.patch
	patches.suse/sfc-commonise-ARFS-handling.patch
	patches.suse/sfc-extend-common-GRO-interface-to-support-CHECKSUM_.patch
	patches.suse/dpaa2-eth-send-a-scatter-gather-FD-instead-of-reallo.patch
	patches.suse/dpaa2-eth-add-software-counter-for-Tx-frames-convert.patch
	patches.suse/mlxsw-spectrum_dcb-Rename-mlxsw_sp_port_headroom_set.patch
	patches.suse/mlxsw-Move-ethtool_ops-to-spectrum_ethtool.c.patch
	patches.suse/mlxsw-spectrum_ethtool-Move-mlxsw_sp_port_type_speed.patch
	patches.suse/Documentation-networking-ethtool-netlink-Add-link-ex.patch
	patches.suse/ethtool-Add-link-extended-state.patch
	patches.suse/mlxsw-reg-Port-Diagnostics-Database-Register.patch
	patches.suse/mlxsw-spectrum_ethtool-Add-link-extended-state.patch
	patches.suse/igc-Add-initial-EEE-support.patch
	patches.suse/igc-Add-initial-LTR-support.patch
	patches.suse/igc-Clean-up-Rx-timestamping-logic.patch
	patches.suse/igc-Remove-duplicate-code-in-Tx-timestamp-handling.patch
	patches.suse/igc-Check-__IGC_PTP_TX_IN_PROGRESS-instead-of-ptp_tx.patch
	patches.suse/igc-Remove-UDP-filter-setup-in-PTP-code.patch
	patches.suse/igc-Refactor-igc_ptp_set_timestamp_mode.patch
	patches.suse/igc-Fix-Rx-timestamp-disabling.patch
	patches.suse/igc-Add-LPI-counters.patch
	patches.suse/igc-Remove-TCP-segmentation-TX-fail-counter.patch
	patches.suse/igc-Refactor-the-igc_power_down_link.patch
	patches.suse/igc-Remove-unneeded-check-for-copper-media-type.patch
	patches.suse/igc-Remove-checking-media-type-during-MAC-initializa.patch
	patches.suse/hinic-remove-unused-but-set-variable.patch
	patches.suse/sfc-move-NIC-specific-mcdi_port-declarations-out-of-.patch
	patches.suse/sfc-commonise-MCDI-MAC-stats-handling.patch
	patches.suse/sfc-add-missing-licence-info-to-mcdi_filters.c.patch
	patches.suse/sfc-commonise-miscellaneous-efx-functions.patch
	patches.suse/sfc-commonise-some-MAC-configuration-code.patch
	patches.suse/sfc-commonise-efx_sync_rx_buffer.patch
	patches.suse/sfc-commonise-TSO-fallback-code.patch
	patches.suse/sfc-remove-duplicate-declaration-of-efx_enqueue_skb_.patch
	patches.suse/sfc-factor-out-efx_tx_tso_header_length-and-understa.patch
	patches.suse/sfc-move-definition-of-EFX_MC_STATS_GENERATION_INVAL.patch
	patches.suse/sfc-initialise-max_-tx_-channels-in-efx_init_channel.patch
	patches.suse/sfc-commonise-efx-rt-xq_entries-initialisation.patch
	patches.suse/sfc-commonise-initialisation-of-efx-vport_id.patch
	patches.suse/sfc-don-t-call-tx_remove-if-there-isn-t-one.patch
	patches.suse/net-tls-fix-sign-extension-issue-when-left-shifting-.patch
	patches.suse/net-mlx5e-fix-memory-leak-of-tls.patch
	patches.suse/net-qed-correct-existing-SPDX-tags.patch
	patches.suse/net-qed-convert-to-SPDX-License-Identifiers.patch
	patches.suse/net-qed-update-copyright-years.patch
	patches.suse/net-qede-correct-existing-SPDX-tags.patch
	patches.suse/net-qede-convert-to-SPDX-License-Identifiers.patch
	patches.suse/net-qede-update-copyright-years.patch
	patches.suse/cxgb4vf-configure-ports-accessible-by-the-VF.patch
	patches.suse/net-ethernet-ixgbe-check-the-return-value-of-ixgbe_m.patch
	patches.suse/net-ethernet-ixgbe-don-t-call-devm_mdiobus_free.patch
	patches.suse/cxgb4-add-mirror-action-to-TC-MATCHALL-offload.patch
	patches.suse/cxgb4-add-support-for-mirror-Rxqs.patch
	patches.suse/cxgb4-add-main-VI-to-mirror-VI-config-replication.patch
	patches.suse/qed-Make-symbol-qed_hw_err_type_descr-static.patch
	patches.suse/ena_netdev-use-generic-power-management.patch
	patches.suse/benet-use-generic-power-management.patch
	patches.suse/mlx4-use-generic-power-management.patch
	patches.suse/bonding-allow-xfrm-offload-setup-post-module-load.patch
	patches.suse/ice-implement-snapshot-for-device-capabilities.patch
	patches.suse/ice-avoid-unnecessary-single-member-variable-length-.patch
	patches.suse/ice-replace-single-element-array-used-for-C-struct-h.patch
	patches.suse/ethernet-intel-Convert-fallthrough-code-comments.patch
	patches.suse/i40e-Add-support-for-a-new-feature-Total-Port-Shutdo.patch
	patches.suse/iavf-fix-error-return-code-in-iavf_init_get_resource.patch
	patches.suse/i40e-optimize-AF_XDP-Tx-completion-path.patch
	patches.suse/i40e-eliminate-division-in-napi_poll-data-path.patch
	patches.suse/i40e-move-check-of-full-Tx-ring-to-outside-of-send-l.patch
	patches.suse/i40e-add-XDP-ring-statistics-to-VSI-stats.patch
	patches.suse/i40e-add-XDP-ring-statistics-to-dump-VSI-debug-outpu.patch
	patches.suse/i40e-introduce-new-dump-desc-XDP-command.patch
	patches.suse/iavf-Fix-updating-statistics.patch
	patches.suse/ixgbe-Cleanup-unneeded-delay-in-ethtool-test.patch
	patches.suse/ixgbe-Add-ethtool-support-to-enable-2.5-and-5.0-Gbps.patch
	patches.suse/net-sched-Allow-changing-default-qdisc-to-FQ-PIE.patch
	patches.suse/mlx4-Mark-PM-functions-as-__maybe_unused.patch
	patches.suse/sfc-support-setting-MTU-even-if-not-privileged-to-co.patch
	patches.suse/sfc-remove-max_interrupt_mode.patch
	patches.suse/sfc-move-modparam-interrupt_mode-out-of-common-chann.patch
	patches.suse/sfc-move-modparam-rss_cpus-out-of-common-channel-cod.patch
	patches.suse/sfc-make-tx_queues_per_channel-variable-at-runtime.patch
	patches.suse/sfc-commonise-netif_set_real_num-tr-x_queues-calls.patch
	patches.suse/sfc-assign-TXQs-without-gaps.patch
	patches.suse/sfc-don-t-call-tx_limit_len-if-NIC-type-doesn-t-have.patch
	patches.suse/sfc-factor-out-efx_mcdi_filter_table_down-from-_remo.patch
	patches.suse/sfc-commonise-efx_fini_dmaq.patch
	patches.suse/sfc-initialise-RSS-context-ID-to-no-RSS-context-in-e.patch
	patches.suse/sfc-get-drvinfo-driver-name-from-outside-the-common-.patch
	patches.suse/sfc_ef100-add-EF100-to-NIC-revision-enumeration.patch
	patches.suse/sfc_ef100-populate-BUFFER_SIZE_BYTES-in-INIT_RXQ.patch
	patches.suse/sfc_ef100-NVRAM-selftest-support-code.patch
	patches.suse/sfc_ef100-helper-function-to-set-default-RSS-table-o.patch
	patches.suse/net-mlx5e-Change-reporters-create-functions-to-retur.patch
	patches.suse/net-mlx5e-Add-a-flush-timeout-define.patch
	patches.suse/net-mlx5e-Remove-redundant-RQ-state-query.patch
	patches.suse/net-mlx5e-Align-RX-TX-reporters-diagnose-output-form.patch
	patches.suse/net-mlx5e-Move-RQ-helpers-to-txrx.h.patch
	patches.suse/net-mlx5e-Add-helper-to-get-RQ-WQE-s-head.patch
	patches.suse/net-mlx5e-Add-helper-to-get-the-RQ-WQE-counter.patch
	patches.suse/net-mlx5e-Rename-reporter-s-helpers.patch
	patches.suse/net-mlx5e-Enhance-CQ-data-on-diagnose-output.patch
	patches.suse/net-mlx5e-Add-EQ-info-to-TX-RX-reporter-s-diagnose.patch
	patches.suse/net-mlx5e-Enhance-ICOSQ-data-on-RX-reporter-s-diagno.patch
	patches.suse/net-mlx5e-Enhance-TX-timeout-recovery.patch
	patches.suse/libbpf-Bump-version-to-0.1.0.patch
	patches.suse/bpf-sk_storage-Prefer-to-get-a-free-cache_idx.patch
	patches.suse/bpf-Avoid-verifier-failure-for-32bit-pointer-arithme.patch
	patches.suse/tools-bpf-Add-verifier-tests-for-32bit-pointer-scala.patch
	patches.suse/tools-bpftool-Relicense-bpftool-s-BPF-profiler-prog-.patch
	patches.suse/bpf-Switch-btf_parse_vmlinux-to-btf_find_by_name_kin.patch
	patches.suse/bpf-Rename-bpf_htab-to-bpf_shtab-in-sock_map.patch
	patches.suse/bpf-Support-access-to-bpf-map-fields.patch
	patches.suse/bpf-Set-map_btf_-name-id-for-all-map-types.patch
	patches.suse/selftests-bpf-Test-access-to-bpf-map-pointer.patch
	patches.suse/libbpf-Add-a-bunch-of-attribute-getters-setters-for-.patch
	patches.suse/libbpf-Generalize-libbpf-externs-support.patch
	patches.suse/libbpf-Add-support-for-extracting-kernel-symbol-addr.patch
	patches.suse/selftests-bpf-Add-__ksym-extern-selftest.patch
	patches.suse/tools-bpftool-Move-map-prog-parsing-logic-into-commo.patch
	patches.suse/tools-bpftool-Minimize-bootstrap-bpftool.patch
	patches.suse/tools-bpftool-Generalize-BPF-skeleton-support-and-ge.patch
	patches.suse/libbpf-Wrap-source-argument-of-BPF_CORE_READ-macro-i.patch
	patches.suse/tools-bpftool-Show-info-for-processes-holding-BPF-ma.patch
	patches.suse/tools-bpftool-Add-documentation-and-sample-output-fo.patch
	patches.suse/bpf-Switch-most-helper-return-values-from-32-bit-int.patch
	patches.suse/selftests-bpf-Add-variable-length-data-concatenation.patch
	patches.suse/selftests-bpf-Add-variable-length-data-concat-patter.patch
	patches.suse/tools-bpftool-Correctly-evaluate-BUILD_BPF_SKELS-in-.patch
	patches.suse/tools-bpftool-Fix-variable-shadowing-in-emit_obj_ref.patch
	patches.suse/libbpf-Fix-spelling-mistake-kallasyms-kallsyms.patch
	patches.suse/libbpf-Prevent-loading-vmlinux-BTF-twice.patch
	patches.suse/selftests-bpf-Workaround-for-get_stack_rawtp-test.patch
	patches.suse/sock-Move-sock_valbool_flag-to-header.patch
	patches.suse/tcp-Expose-tcp_sock_set_keepidle_locked.patch
	patches.suse/bpf-Add-SO_KEEPALIVE-and-related-options-to-bpf_sets.patch
	patches.suse/net-bpf-Add-bpf_seq_afinfo-in-tcp_iter_state.patch
	patches.suse/net-bpf-Implement-bpf-iterator-for-tcp.patch
	patches.suse/bpf-Support-X-in-bpf_seq_printf-helper.patch
	patches.suse/bpf-Allow-tracing-programs-to-use-bpf_jiffies64-help.patch
	patches.suse/bpf-Add-bpf_skc_to_tcp6_sock-helper.patch
	patches.suse/bpf-Add-bpf_skc_to_-tcp-tcp_timewait-tcp_request-_so.patch
	patches.suse/net-bpf-Add-bpf_seq_afinfo-in-udp_iter_state.patch
	patches.suse/net-bpf-Implement-bpf-iterator-for-udp.patch
	patches.suse/bpf-Add-bpf_skc_to_udp6_sock-helper.patch
	patches.suse/selftests-bpf-Move-newer-bpf_iter_-type-redefining-t.patch
	patches.suse/selftests-bpf-Refactor-some-net-macros-to-bpf_tracin-647b502e.patch
	patches.suse/selftests-bpf-Add-more-common-macros-to-bpf_tracing_.patch
	patches.suse/selftests-bpf-Implement-sample-tcp-tcp6-bpf_iter-pro.patch
	patches.suse/selftests-bpf-Implement-sample-udp-udp6-bpf_iter-pro.patch
	patches.suse/selftests-bpf-Add-tcp-udp-iterator-programs-to-selft.patch
	patches.suse/tools-bpftool-Define-prog_type_name-array-only-once.patch
	patches.suse/tools-bpftool-Define-attach_type_name-array-only-onc.patch
	patches.suse/libbpf-Support-disabling-auto-loading-BPF-programs.patch
	patches.suse/selftests-bpf-Test-auto-load-disabling-logic-for-BPF.patch
	patches.suse/tools-bpftool-Allow-substituting-custom-vmlinux.h-fo.patch
	patches.suse/selftests-bpf-Allow-substituting-custom-vmlinux.h-fo.patch
	patches.suse/libbpf-Make-bpf_endian-co-exist-with-vmlinux.h.patch
	patches.suse/selftests-bpf-Add-byte-swapping-selftest.patch
	patches.suse/bpf-Remove-redundant-synchronize_rcu.patch
	patches.suse/perf-Expose-get-put_callchain_entry.patch
	patches.suse/bpf-Introduce-helper-bpf_get_task_stack.patch
	patches.suse/bpf-Allow-pB-in-bpf_seq_printf-and-bpf_trace_printk.patch
	patches.suse/selftests-bpf-Add-bpf_iter-test-with-bpf_get_task_st.patch
	patches.suse/bpf-Fix-net-core-filter-build-errors-when-INET-is-no.patch
	patches.suse/selftests-bpf-Switch-test_vmlinux-to-use-hrtimer_ran.patch
	patches.suse/tools-bpftool-Turn-off-Wnested-externs-warning.patch
	patches.suse/selftests-bpf-Test_progs-indicate-to-shell-on-non-ac.patch
	patches.suse/selftests-bpf-Test_progs-option-for-getting-number-o.patch
	patches.suse/selftests-bpf-Test_progs-option-for-listing-test-nam.patch
	patches.suse/bpf-selftests-A-few-improvements-to-network_helpers..patch
	patches.suse/bpf-selftests-Restore-netns-after-each-test.patch
	patches.suse/bpf-Fix-build-without-CONFIG_STACKTRACE.patch
	patches.suse/bpf-Fix-bpftool-without-skeleton-code-enabled.patch
	patches.suse/selftests-bpf-Fix-compilation-error-of-bpf_iter_task.patch
	patches.suse/bnx2x-Add-Idlechk-related-register-definitions.patch
	patches.suse/bnx2x-Add-support-for-idlechk-tests.patch
	patches.suse/bnx2x-Perform-Idlechk-dump-during-the-debug-collecti.patch
	patches.suse/dpaa2-eth-fix-draining-of-S-G-cache.patch
	patches.suse/geneve-move-all-configuration-under-struct-geneve_co.patch
	patches.suse/net-qed-move-static-iro_arr-out-of-header-file.patch
	patches.suse/net-qed-cleanup-global-structs-declarations.patch
	patches.suse/net-qed-correct-qed_hw_err_notify-prototype.patch
	patches.suse/net-qed-address-kernel-doc-warnings.patch
	patches.suse/net-qed-improve-indentation-of-some-parts-of-code.patch
	patches.suse/net-qed-use-ptr-shortcuts-to-dedup-field-accessing-i.patch
	patches.suse/net-qed-sanitize-BE-LE-data-processing.patch
	patches.suse/net-qede-fix-kernel-doc-for-qede_ptp_adjfreq.patch
	patches.suse/net-qede-fix-BE-vs-CPU-comparison.patch
	patches.suse/ice-add-documentation-for-device-caps-region.patch
	patches.suse/Documentation-networking-fix-ethtool-netlink-table-f.patch
	patches.suse/net-ethtool-Introduce-ethtool_phy_ops.patch
	patches.suse/net-phy-Register-ethtool-PHY-operations.patch
	patches.suse/net-ethtool-Remove-PHYLIB-direct-dependency.patch
	patches.suse/bnx2x-fix-spelling-mistake-occurd-occurred.patch
	patches.suse/net-sched-Use-fallthrough-pseudo-keyword.patch
	patches.suse/net-phy-Define-PHY-statistics-ethtool_phy_ops.patch
	patches.suse/net-phy-Uninline-PHY-ethtool-statistics-operations.patch
	patches.suse/netfilter-introduce-support-for-reject-at-prerouting.patch
	patches.suse/netfilter-nft_set_pipapo-Drop-useless-assignment-of-.patch
	patches.suse/ipvs-register-hooks-only-with-services.patch
	patches.suse/ipvs-avoid-expiring-many-connections-from-timer.patch
	patches.suse/ipvs-allow-connection-reuse-for-unconfirmed-conntrac.patch
	patches.suse/netfilter-nf_tables-add-NFTA_CHAIN_ID-attribute.patch
	patches.suse/netfilter-nf_tables-add-NFTA_RULE_CHAIN_ID-attribute.patch
	patches.suse/netfilter-nf_tables-add-NFTA_VERDICT_CHAIN_ID-attrib.patch
	patches.suse/netfilter-nf_tables-expose-enum-nft_chain_flags-thro.patch
	patches.suse/netfilter-nf_tables-add-nft_chain_add.patch
	patches.suse/netfilter-nf_tables-add-NFT_CHAIN_BINDING.patch
	patches.suse/netfilter-nf_tables-reject-unsupported-chain-flags.patch
	patches.suse/bnxt_en-Set-up-the-chip-specific-RSS-table-size.patch
	patches.suse/bnxt_en-Fix-up-bnxt_get_rxfh_indir_size.patch
	patches.suse/bnxt_en-Add-logical-RSS-indirection-table-structure.patch
	patches.suse/bnxt_en-Add-helper-function-to-return-the-number-of-.patch
	patches.suse/bnxt_en-Fill-HW-RSS-table-from-the-RSS-logical-indir.patch
	patches.suse/bnxt_en-Return-correct-RSS-indirection-table-entries.patch
	patches.suse/bnxt_en-Implement-ethtool-X-to-set-indirection-table.patch
	patches.suse/bnxt_en-clean-up-VLAN-feature-bit-handling.patch
	patches.suse/bnxt_en-allow-firmware-to-disable-VLAN-offloads.patch
	patches.suse/ethtool-Add-support-for-100Gbps-per-lane-link-modes.patch
	patches.suse/net-mlx5-Added-support-for-100Gbps-per-lane-link-mod.patch
	patches.suse/bonding-deal-with-xfrm-state-in-all-modes-and-add-mo.patch
	patches.suse/bonding-don-t-need-RTNL-for-ipsec-helpers.patch
	patches.suse/net-enetc-use-eth_broadcast_addr-to-assign-broadcast.patch
	patches.suse/devlink-Move-set-attribute-of-devlink_port_attrs-to-.patch
	patches.suse/devlink-Move-switch_port-attribute-of-devlink_port_a.patch
	patches.suse/devlink-Replace-devlink_port_attrs_set-parameters-wi.patch
	patches.suse/mlxsw-Set-number-of-port-lanes-attribute-in-driver.patch
	patches.suse/devlink-Add-a-new-devlink-port-lanes-attribute-and-p.patch
	patches.suse/mlxsw-Set-port-split-ability-attribute-in-driver.patch
	patches.suse/devlink-Add-a-new-devlink-port-split-ability-attribu.patch
	patches.suse/devlink-Move-input-checks-from-driver-to-devlink.patch
	patches.suse/udp_tunnel-re-number-the-offload-tunnel-types.patch
	patches.suse/udp_tunnel-add-central-NIC-RX-port-offload-infrastru.patch
	patches.suse/ethtool-add-tunnel-info-interface.patch
	patches.suse/ixgbe-don-t-clear-UDP-tunnel-ports-when-RXCSUM-is-di.patch
	patches.suse/ixgbe-convert-to-new-udp_tunnel_nic-infra.patch
	patches.suse/bnxt-convert-to-new-udp_tunnel_nic-infra.patch
	patches.suse/mlx4-convert-to-new-udp_tunnel_nic-infra.patch
	patches.suse/net-mlx5-E-switch-When-eswitch-is-unsupported-return.patch
	patches.suse/net-mlx5e-CT-Save-ct-entries-tuples-in-hashtables.patch
	patches.suse/net-mlx5e-CT-Allow-header-rewrite-of-5-tuple-and-ct-.patch
	patches.suse/net-mlx5e-Use-netdev_info-instead-of-pr_info.patch
	patches.suse/net-mlx5e-CT-Don-t-offload-tuple-rewrites-for-establ.patch
	patches.suse/net-mlx5e-CT-Restore-ct-state-from-lookup-in-zone-in.patch
	patches.suse/net-mlx5e-Export-sharing-of-mod-headers-to-a-new-fil.patch
	patches.suse/net-mlx5e-CT-Re-use-tuple-modify-headers-for-identic.patch
	patches.suse/net-mlx5e-CT-Use-mapping-for-zone-restore-register.patch
	patches.suse/net-mlx5e-CT-Expand-tunnel-register-mappings.patch
	patches.suse/net-mlx5e-CT-Return-err_ptr-from-internal-functions.patch
	patches.suse/net-mlx5e-CT-Remove-unused-function-param.patch
	patches.suse/net-mlx5e-CT-Fix-releasing-ft-entries.patch
	patches.suse/devlink-Refactor-devlink-health-reporter-constructor.patch
	patches.suse/devlink-Rework-devlink-health-reporter-destructor.patch
	patches.suse/devlink-Create-generic-devlink-health-reporter-searc.patch
	patches.suse/devlink-Implement-devlink-health-reporters-on-per-po.patch
	patches.suse/devlink-Add-devlink-health-port-reporters-API.patch
	patches.suse/net-mlx5e-Move-devlink-port-register-and-unregister-.patch
	patches.suse/net-mlx5e-Move-devlink-health-rx-and-tx-reporters-to.patch
	patches.suse/net-fec-set-max-mtu-size-to-allow-the-mtu-to-be-changed.patch
	patches.suse/net-mac80211-kerneldoc-fixes.patch
	patches.suse/net-netfilter-kerneldoc-fixes.patch
	patches.suse/net-sched-kerneldoc-fixes.patch
	patches.suse/net-switchdev-kerneldoc-fixes.patch
	patches.suse/net-wireless-kerneldoc-fixes.patch
	patches.suse/net-sched-Pass-qdisc-reference-in-struct-flow_block_.patch
	patches.suse/mlxsw-reg-Add-Monitoring-Mirror-Trigger-Enable-Regis.patch
	patches.suse/mlxsw-reg-Add-Monitoring-Port-Analyzer-Global-Regist.patch
	patches.suse/mlxsw-spectrum_span-Move-SPAN-operations-out-of-glob.patch
	patches.suse/mlxsw-spectrum_span-Prepare-for-global-mirroring-tri.patch
	patches.suse/mlxsw-spectrum_span-Add-support-for-global-mirroring.patch
	patches.suse/mlxsw-spectrum_span-Add-APIs-to-enable-disable-globa.patch
	patches.suse/mlxsw-spectrum_flow-Convert-a-goto-to-a-return.patch
	patches.suse/mlxsw-spectrum_flow-Drop-an-unused-field.patch
	patches.suse/mlxsw-spectrum_matchall-Publish-matchall-data-struct.patch
	patches.suse/mlxsw-spectrum_flow-Promote-binder-type-dispatch-to-.patch
	patches.suse/mlxsw-spectrum_qdisc-Offload-mirroring-on-RED-qevent.patch
	patches.suse/selftests-mlxsw-RED-Test-offload-of-mirror-on-RED-ea.patch
	patches.suse/devlink-Fix-use-after-free-when-destroying-health-re.patch
	patches.suse/bpf-Add-BPF_CGROUP_INET_SOCK_RELEASE-hook.patch
	patches.suse/libbpf-Add-support-for-BPF_CGROUP_INET_SOCK_RELEASE.patch
	patches.suse/bpftool-Add-support-for-BPF_CGROUP_INET_SOCK_RELEASE.patch
	patches.suse/selftests-bpf-Test-BPF_CGROUP_INET_SOCK_RELEASE.patch
	patches.suse/samples-bpf-Fix-bpf-programs-with-kprobe-sys_connect.patch
	patches.suse/samples-bpf-Refactor-BPF-map-in-map-test-with-libbpf.patch
	patches.suse/samples-bpf-Refactor-BPF-map-performance-test-with-l.patch
	patches.suse/selftests-bpf-Remove-unused-bpf_map_def_legacy-struc.patch
	patches.suse/bpf-Fix-another-bpftool-segfault-without-skeleton-co.patch
	patches.suse/selftests-bpf-test_progs-use-another-shell-exit-on-n.patch
	patches.suse/selftests-bpf-test_progs-avoid-minus-shell-exit-code.patch
	patches.suse/libbpf-Make-BTF-finalization-strict.patch
	patches.suse/libbpf-Add-btf__set_fd-for-more-control-over-loaded-.patch
	patches.suse/libbpf-Improve-BTF-sanitization-handling.patch
	patches.suse/selftests-bpf-Add-test-relying-only-on-CO-RE-and-no-.patch
	patches.suse/libbpf-Handle-missing-BPF_OBJ_GET_INFO_BY_FD-gracefu.patch
	patches.suse/selftests-bpf-Switch-perf_buffer-test-to-tracepoint-.patch
	patches.suse/libbpf-Fix-memory-leak-and-optimize-BTF-sanitization.patch
	patches.suse/bpf-Fix-fds_example-SIGSEGV-error.patch
	patches.suse/bpf-Add-resolve_btfids-tool-to-resolve-BTF-IDs-in-EL.patch
	patches.suse/bpf-Compile-resolve_btfids-tool-at-kernel-compilatio.patch
	patches.suse/bpf-Add-BTF_ID_LIST-BTF_ID-BTF_ID_UNUSED-macros.patch
	patches.suse/bpf-Resolve-BTF-IDs-in-vmlinux-image.patch
	patches.suse/bpf-Remove-btf_id-helpers-resolving.patch
	patches.suse/bpf-Use-BTF_ID-to-resolve-bpf_ctx_convert-struct.patch
	patches.suse/bpf-Add-info-about-.BTF_ids-section-to-btf.rst.patch
	patches.suse/tools-headers-Adopt-verbatim-copy-of-btf_ids.h-from-.patch
	patches.suse/selftests-bpf-Add-test-for-resolve_btfids.patch
	patches.suse/xsk-Add-new-statistics.patch
	patches.suse/samples-bpf-Add-an-option-for-printing-extra-statist.patch
	patches.suse/xsk-Add-xdp-statistics-to-xsk_diag.patch
	patches.suse/tools-bpftool-Remove-warning-about-PID-iterator-supp.patch
	patches.suse/bpf-Use-dedicated-bpf_trace_printk-event-instead-of-.patch
	patches.suse/selftests-bpf-Add-selftests-verifying-bpf_trace_prin.patch
	patches.suse/libbpf-Support-stripping-modifiers-for-btf_dump.patch
	patches.suse/tools-bpftool-Strip-away-modifiers-from-global-varia.patch
	patches.suse/mlxsw-reg-Add-session_id-and-pid-to-MPAT-register.patch
	patches.suse/mlxsw-reg-add-mirroring_pid_base-to-MOGCR-register.patch
	patches.suse/mlxsw-spectrum_span-Add-per-ASIC-SPAN-agent-operatio.patch
	patches.suse/mlxsw-spectrum_span-Add-driver-private-info-to-parms.patch
	patches.suse/mlxsw-spectrum_span-Do-not-dereference-destination-n.patch
	patches.suse/mlxsw-spectrum_span-Add-support-for-mirroring-toward.patch
	patches.suse/mlxsw-spectrum_span-Allow-passing-parameters-to-SPAN.patch
	patches.suse/mlxsw-spectrum_span-Allow-setting-policer-on-a-SPAN-.patch
	patches.suse/mlxsw-reg-Increase-trap-identifier-to-10-bits.patch
	patches.suse/mlxsw-trap-Add-trap-identifiers-for-mirrored-packets.patch
	patches.suse/mlxsw-pci-Add-mirror-reason-field-to-CQEv2.patch
	patches.suse/mlxsw-pci-Retrieve-mirror-reason-from-CQE-during-rec.patch
	patches.suse/mlxsw-core-Use-mirror-reason-during-Rx-listener-look.patch
	patches.suse/s390-qeth-reject-unsupported-link-type-earlier
	patches.suse/s390-qeth-fine-tune-errno-when-cmds-are-cancelled
	patches.suse/s390-qeth-only-init-the-isolation-mode-when-necessary
	patches.suse/s390-qeth-don-t-clear-the-configured-isolation-mode
	patches.suse/s390-qeth-clean-up-error-handling-for-isolation-mode-cmds
	patches.suse/s390-qeth-use-u64_to_user_ptr-in-the-oat-code
	patches.suse/s390-qeth-clean-up-a-magic-number-in-the-oat-callback
	patches.suse/s390-qeth-cleanup-oat-code
	patches.suse/s390-qeth-unify-rx-mode-hashtables
	patches.suse/s390-qeth-constify-the-mpc-initialization-data
	patches.suse/net-phy-realtek-add-support-for-RTL8125B-internal-PH.patch
	patches.suse/r8169-add-support-for-RTL8125B.patch
	patches.suse/bpf-Fix-build-for-disabled-CONFIG_DEBUG_INFO_BTF-opt.patch
	patches.suse/bpf-Fix-cross-build-for-CONFIG_DEBUG_INFO_BTF-option.patch
	patches.suse/bpfilter-Initialize-pos-variable.patch
	patches.suse/bpfilter-Allow-to-build-bpfilter_umh-as-a-module-wit.patch
	patches.suse/nfp-convert-to-new-udp_tunnel_nic-infra.patch
	patches.suse/be2net-convert-to-new-udp_tunnel_nic-infra.patch
	patches.suse/bnx2x-convert-to-new-udp_tunnel_nic-infra.patch
	patches.suse/cxgb4-convert-to-new-udp_tunnel_nic-infra.patch
	patches.suse/fm10k-convert-to-new-udp_tunnel_nic-infra.patch
	patches.suse/qede-convert-to-new-udp_tunnel_nic-infra.patch
	patches.suse/hinic-add-firmware-update-support.patch
	patches.suse/mlxsw-reg-Add-policer-bandwidth-limits.patch
	patches.suse/mlxsw-resources-Add-resource-identifier-for-global-p.patch
	patches.suse/mlxsw-spectrum_policer-Add-policer-core.patch
	patches.suse/mlxsw-spectrum_policer-Add-devlink-resource-support.patch
	patches.suse/mlxsw-core_acl_flex_actions-Work-around-hardware-lim.patch
	patches.suse/mlxsw-core_acl_flex_actions-Add-police-action.patch
	patches.suse/mlxsw-spectrum_acl-Offload-FLOW_ACTION_POLICE.patch
	patches.suse/selftests-mlxsw-tc_restrictions-Test-tc-police-restr.patch
	patches.suse/selftests-mlxsw-Add-scale-test-for-tc-police.patch
	patches.suse/selftests-mlxsw-Test-policers-occupancy.patch
	patches.suse/net-qed-drop-duplicate-words-in-comments.patch
	patches.suse/net-fec-enable-to-use-pps-feature-without-time-stamping.patch
	patches.suse/net-fec-initialize-clock-with-0-rather-than-current-kernel-time.patch
	patches.suse/net-fec-get-rid-of-redundant-code-in-fec_ptp_set.patch
	patches.suse/net-fec-replace-snprintf-with-strlcpy-in-fec_ptp_init.patch
	patches.suse/net-sched-Do-not-drop-root-lock-in-tcf_qevent_handle.patch
	patches.suse/Revert-net-sched-Pass-root-lock-to-Qdisc_ops.enqueue.patch
	patches.suse/net-mlx5e-Fix-missing-switch_id-for-representors.patch
	patches.suse/net-mlx5e-Fix-build-break-when-CONFIG_XPS-is-not-set.patch
	patches.suse/net-mlx5-Make-MLX5_EN_TLS-non-prompt.patch
	patches.suse/net-mlx5-E-switch-Avoid-function-change-handler-for-.patch
	patches.suse/net-mlx5-E-switch-Reduce-dependency-on-num_vfs-durin.patch
	patches.suse/net-mlx5-Accel-Add-core-IPsec-support-for-the-Connec.patch
	patches.suse/net-mlx5-IPsec-Add-HW-crypto-offload-support.patch
	patches.suse/net-mlx5-Add-IPsec-related-Flow-steering-entry-s-fie.patch
	patches.suse/net-mlx5e-IPsec-Add-IPsec-steering-in-local-NIC-RX.patch
	patches.suse/net-mlx5e-IPsec-Add-Connect-X-IPsec-Rx-data-path-off.patch
	patches.suse/net-mlx5e-IPsec-Add-Connect-X-IPsec-ESN-update-offlo.patch
	patches.suse/net-mlx5e-XDP-Avoid-indirect-call-in-TX-flow.patch
	patches.suse/net-mlx5e-RX-Avoid-indirect-call-in-representor-CQE-.patch
	patches.suse/net-mlx5e-Do-not-request-completion-on-every-single-.patch
	patches.suse/net-mlx5e-CT-Map-128-bits-labels-to-32-bit-map-ID.patch
	patches.suse/net-bnxt-don-t-complain-if-TC-flower-can-t-be-suppor.patch
	patches.suse/net-atlantic-align-return-value-of-ver_match-functio.patch
	patches.suse/net-atlantic-add-support-for-FW-4.x.patch
	patches.suse/net-phy-add-USXGMII-link-partner-ability-constants.patch
	patches.suse/net-enetc-Initialize-SerDes-for-SGMII-and-USXGMII-pr.patch
	patches.suse/net-enetc-Use-DT-protocol-information-to-set-up-the-.patch
	patches.suse/net-simplify-cBPF-setsockopt-compat-handling.patch
	patches.suse/xdp-introduce-xdp_get_shared_info_from_-buff-frame-u.patch
	patches.suse/ptp-add-ability-to-configure-duty-cycle-for-periodic.patch
	patches.suse/ptp-introduce-a-phase-offset-in-the-periodic-output-.patch
	patches.suse/net-hns-use-eth_broadcast_addr-to-assign-broadcast-a.patch
	patches.suse/net-ena-Fix-using-plain-integer-as-NULL-pointer-in-e.patch
	patches.suse/sched-sch_api-add-missing-rcu-read-lock-to-silence-t.patch
	patches.suse/ath10k-Acquire-tx_lock-in-tx-error-paths.patch
	patches.suse/iwlwifi-Extended-Key-ID-support-for-mvm-and-dvm.patch
	patches.suse/iwlwifi-Don-t-IWL_WARN-on-FW-reconfiguration.patch
	patches.suse/iwlwifi-mvm-Fix-avg-power-report.patch
	patches.suse/iwlwifi-fix-config-variable-name-in-comment.patch
	patches.suse/iwlwifi-mvm-remove-redundant-assignment-to-variable-.patch
	patches.suse/iwlwifi-mvm-fix-gcc-10-zero-length-bounds-warning.patch
	patches.suse/iwlwifi-mvm-Remove-unused-inline-function-iwl_mvm_ti.patch
	patches.suse/iwlwifi-Replace-zero-length-array-with-flexible-arra.patch
	patches.suse/net-wireless-intel-fix-wiki-website-url.patch
	patches.suse/brcmfmac-To-fix-kernel-crash-on-out-of-boundary-acce.patch
	patches.suse/brcmfmac-fix-invalid-permanent-MAC-address-in-wiphy.patch
	patches.suse/brcmfmac-keep-SDIO-watchdog-running-when-console_int.patch
	patches.suse/brcmfmac-reduce-maximum-station-interface-from-2-to-.patch
	patches.suse/brcmfmac-To-fix-Bss-Info-flag-definition-Bug.patch
	patches.suse/brcmfmac-allow-credit-borrowing-for-all-access-categ.patch
	patches.suse/brcmfmac-increase-message-buffer-size-for-control-pa.patch
	patches.suse/brcmfmac-reserve-2-credits-for-host-tx-control-path.patch
	patches.suse/brcmfmac-update-tx-status-flags-to-sync-with-firmwar.patch
	patches.suse/brcmfmac-fix-throughput-zero-stalls-on-PM-1-mode-due.patch
	patches.suse/brcmfmac-initialize-the-requested-dwell-time.patch
	patches.suse/brcmfmac-Fix-for-unable-to-return-to-visible-SSID.patch
	patches.suse/brcmfmac-Fix-for-wrong-disconnection-event-source-in.patch
	patches.suse/brcmfmac-do-not-disconnect-for-disassoc-frame-from-u.patch
	patches.suse/brcmfmac-reset-SDIO-bus-on-a-firmware-crash.patch
	patches.suse/brcmfmac-set-state-of-hanger-slot-to-FREE-when-flush.patch
	patches.suse/brcmfmac-set-pacing-shift-before-transmitting-skb-to.patch
	patches.suse/brcmfmac-Transform-compatible-string-for-FW-loading.patch
	patches.suse/brcm80211-brcmsmac-Move-LEDs-to-GPIO-descriptors.patch
	patches.suse/rtw88-8821c-add-basic-functions.patch
	patches.suse/rtw88-8821c-add-set-tx-power-index.patch
	patches.suse/rtw88-8821c-add-dig-related-settings.patch
	patches.suse/rtw88-8821c-add-set-channel-support.patch
	patches.suse/rtw88-8821c-add-query-rx-desc-support.patch
	patches.suse/rtw88-8821c-add-false-alarm-statistics.patch
	patches.suse/rtw88-8821c-add-phy-calibration.patch
	patches.suse/rtw88-8821c-add-cck-pd-settings.patch
	patches.suse/rtw88-8821c-add-power-tracking.patch
	patches.suse/rtw88-8821c-add-beamformee-support.patch
	patches.suse/rtw88-single-rf-path-chips-don-t-support-TX-STBC.patch
	patches.suse/rtw88-8821c-Add-8821CE-to-Kconfig-and-Makefile.patch
	patches.suse/rtw88-pci-disable-aspm-for-platform-inter-op-with-mo.patch
	patches.suse/rtw88-8822ce-add-support-for-device-ID-0xc82f.patch
	patches.suse/rtw88-8822c-add-new-RFE-type-6.patch
	patches.suse/mwifiex-Use-macro-MWIFIEX_MAX_BSS_NUM-for-specifying.patch
	patches.suse/wlcore-Simplify-runtime-resume-ELP-path.patch
	patches.suse/wlcore-Use-spin_trylock-in-wlcore_irq_locked-for-run.patch
	patches.suse/wlcore-Use-spin_trylock-in-wlcore_irq-to-see-if-we-n.patch
	patches.suse/wlcore-Remove-pointless-spinlock.patch
	patches.suse/mwifiex-Fix-reporting-operation-not-supported-error-.patch
	patches.suse/mwifiex-Prevent-memory-corruption-handling-keys.patch
	patches.suse/rtw88-coex-Fix-ACL-Tx-pause-during-BT-inquiry-page.patch
	patches.suse/atmel-fix-wiki-website-url.patch
	patches.suse/rtlwifi-Fix-endian-issue-in-ps.c.patch
	patches.suse/rtlwifi-rtl8188ee-Fix-endian-issue.patch
	patches.suse/orinoco_usb-fix-spelling-mistake.patch
	patches.suse/rtlwifi-rtl8192cu-Fix-deadlock.patch
	patches.suse/rtlwifi-rtl8192cu-Prevent-leaking-urb.patch
	patches.suse/rtlwifi-rtl8192cu-Free-ieee80211_hw-if-probing-fails.patch
	patches.suse/rtl818x_pci-use-generic-power-management.patch
	patches.suse/orinoco-use-generic-power-management.patch
	patches.suse/adm8211-use-generic-power-management.patch
	patches.suse/ipw2100-use-generic-power-management.patch
	patches.suse/ipw2200-use-generic-power-management.patch
	patches.suse/iwlegacy-remove-redundant-initialization-of-variable.patch
	patches.suse/airo-use-set_current_state-macro.patch
	patches.suse/rtlwifi-Use-const-in-8188ee-8723be-8821ae-swing_tabl.patch
	patches.suse/rtlwifi-8821ae-remove-unused-path-B-parameters-from-.patch
	patches.suse/zd1211rw-remove-needless-check-before-usb_free_coher.patch
	patches.suse/iwlegacy-Check-the-return-value-of-pcie_capability_r.patch
	patches.suse/wireless-Fix-trivial-spelling.patch
	patches.suse/linkmode-introduce-linkmode_intersects.patch
	patches.suse/qed-qede-qedf-convert-link-mode-from-u32-to-ETHTOOL_.patch
	patches.suse/qede-populate-supported-link-modes-maps-on-module-in.patch
	patches.suse/qed-reformat-public_port-transceiver_data-a-bit.patch
	patches.suse/qed-add-support-for-multi-rate-transceivers.patch
	patches.suse/qed-use-transceiver-data-to-fill-link-partner-s-adve.patch
	patches.suse/qed-reformat-several-structures-a-bit.patch
	patches.suse/qed-add-support-for-Forward-Error-Correction.patch
	patches.suse/qede-format-qede-_vf-_ethtool_ops.patch
	patches.suse/qede-introduce-support-for-FEC-control.patch
	patches.suse/qed-reformat-several-structures-a-bit-5d4193c6.patch
	patches.suse/qed-remove-unused-qed_hw_info-port_mode-and-QED_PORT.patch
	patches.suse/qed-add-support-for-new-port-modes.patch
	patches.suse/qed-add-missing-loopback-modes.patch
	patches.suse/qed-populate-supported-link-modes-maps-on-module-ini.patch
	patches.suse/qed-add-support-for-the-extended-speed-and-FEC-modes.patch
	patches.suse/net-atlantic-move-FRAC_PER_NS-to-aq_hw.h.patch
	patches.suse/net-atlantic-use-simple-assignment-in-_get_stats-and.patch
	patches.suse/net-atlantic-enable-ipv6-support-for-TCP-LSO-and-UDP.patch
	patches.suse/net-atlantic-add-support-for-64-bit-reads-writes.patch
	patches.suse/net-atlantic-use-U32_MAX-in-aq_hw_utils.c.patch
	patches.suse/net-atlantic-use-intermediate-variable-to-improve-re.patch
	patches.suse/net-atlantic-A0-ntuple-filters.patch
	patches.suse/net-atlantic-add-hwmon-getter-for-MAC-temperature.patch
	patches.suse/crypto-chtls-Enable-tcp-window-scaling-option.patch
	patches.suse/enetc-Refine-buffer-descriptor-ring-sizes.patch
	patches.suse/enetc-Factor-out-the-traffic-start-stop-procedures.patch
	patches.suse/enetc-Fix-interrupt-coalescing-register-naming.patch
	patches.suse/enetc-Drop-redundant-____cacheline_aligned_in_smp.patch
	patches.suse/enetc-Add-interrupt-coalescing-support.patch
	patches.suse/enetc-Add-adaptive-interrupt-coalescing.patch
	patches.suse/qed-Fix-ILT-and-XRCD-bitmap-memory-leaks.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/r8169-allow-to-enable-ASPM-on-RTL8125A.patch
	patches.suse/devlink-Do-not-hold-devlink-mutex-when-initializing-.patch
	patches.suse/devlink-Avoid-duplicate-check-for-reload-enabled-fla.patch
	patches.suse/devlink-Add-comment-for-devlink-instance-lock.patch
	patches.suse/devlink-Constify-devlink-instance-pointer.patch
	patches.suse/dpaa2-eth-move-the-mqprio-setup-into-a-separate-func.patch
	patches.suse/dpaa2-eth-add-API-for-Tx-shaping.patch
	patches.suse/dpaa2-eth-add-support-for-TBF-offload.patch
	patches.suse/bareudp-Reverted-support-to-enable-disable-rx-metada.patch
	patches.suse/ionic-get-MTU-from-lif-identity.patch
	patches.suse/ionic-set-netdev-default-name.patch
	patches.suse/ionic-remove-unused-ionic_coal_hw_to_usec.patch
	patches.suse/ionic-update-eid-test-for-overflow.patch
	patches.suse/ionic-rearrange-reset-and-bus-master-control.patch
	patches.suse/ionic-interface-file-updates.patch
	patches.suse/cpumap-Use-non-locked-version-__ptr_ring_consume_bat.patch
	patches.suse/net-Refactor-xdp_convert_buff_to_frame.patch
	patches.suse/samples-bpf-xdp_redirect_cpu_user-Do-not-update-bpf-.patch
	patches.suse/cpumap-Formalize-map-value-as-a-named-struct.patch
	patches.suse/bpf-cpumap-Add-the-possibility-to-attach-an-eBPF-pro.patch
	patches.suse/bpf-cpumap-Implement-XDP_REDIRECT-for-eBPF-programs-.patch
	patches.suse/libbpf-Add-SEC-name-for-xdp-programs-attached-to-CPU.patch
	patches.suse/samples-bpf-xdp_redirect_cpu-Load-a-eBPF-program-on-.patch
	patches.suse/selftest-Add-tests-for-XDP-programs-in-CPUMAP-entrie.patch
	patches.suse/bpf-revert-test_bpf-Flag-tests-that-cannot-be-jited-.patch
	patches.suse/selftests-bpf-Fix-possible-hang-in-sockopt_inherit.patch
	patches.suse/bpf-Drop-duplicated-words-in-uapi-helper-comments.patch
	patches.suse/bpf-netns-Handle-multiple-link-attachments.patch
	patches.suse/bpf-Introduce-SK_LOOKUP-program-type-with-a-dedicate.patch
	patches.suse/inet-Extract-helper-for-selecting-socket-from-reusep.patch
	patches.suse/inet-Run-SK_LOOKUP-BPF-program-on-socket-lookup.patch
	patches.suse/inet6-Extract-helper-for-selecting-socket-from-reuse.patch
	patches.suse/inet6-Run-SK_LOOKUP-BPF-program-on-socket-lookup.patch
	patches.suse/udp-Extract-helper-for-selecting-socket-from-reusepo.patch
	patches.suse/udp-Run-SK_LOOKUP-BPF-program-on-socket-lookup.patch
	patches.suse/udp6-Extract-helper-for-selecting-socket-from-reusep.patch
	patches.suse/udp6-Run-SK_LOOKUP-BPF-program-on-socket-lookup.patch
	patches.suse/bpf-Sync-linux-bpf.h-to-tools.patch
	patches.suse/libbpf-Add-support-for-SK_LOOKUP-program-type.patch
	patches.suse/tools-bpftool-Add-name-mappings-for-SK_LOOKUP-prog-a.patch
	patches.suse/selftests-bpf-Add-verifier-tests-for-bpf_sk_lookup-c.patch
	patches.suse/selftests-bpf-Tests-for-BPF_SK_LOOKUP-attach-point.patch
	patches.suse/bpf-netns-Fix-build-without-CONFIG_INET.patch
	patches.suse/bpf-cpumap-Fix-possible-rcpu-kthread-hung.patch
	patches.suse/selftests-bpf-test_kmod.sh-Fix-running-out-of-srctre.patch
	patches.suse/s390-bpf-Fix-sign-extension-in-branch_ku.patch
	patches.suse/s390-bpf-Use-brcl-for-jumping-to-exit_ip-if-necessar.patch
	patches.suse/s390-bpf-Tolerate-not-converging-code-shrinking.patch
	patches.suse/s390-bpf-Use-bpf_skip-in-bpf_jit_prologue.patch
	patches.suse/libbpf-bpf_helpers-Use-__builtin_offsetof-for-offset.patch
	patches.suse/tools-bpftool-Fix-error-handing-in-do_skeleton.patch
	patches.suse/selftests-bpf-Fix-test_lwt_seg6local.sh-hangs.patch
	patches.suse/samples-bpf-selftests-bpf-Use-bpf_probe_read_kernel.patch
	patches.suse/bpf-Compute-bpf_skc_to_-helper-socket-btf-ids-at-bui.patch
	patches.suse/tools-bpf-Sync-btf_ids.h-to-tools.patch
	patches.suse/bpf-Add-BTF_ID_LIST_GLOBAL-in-btf_ids.h.patch
	patches.suse/bpf-Make-btf_sock_ids-global.patch
	patches.suse/bpf-net-Use-precomputed-btf_id-for-bpf-iterators.patch
	patches.suse/bpftool-Use-only-nftw-for-file-tree-parsing.patch
	patches.suse/net-qed-Remove-unneeded-cast-from-memory-allocation-7979a7d2.patch
	patches.suse/enetc-Remove-the-imdio-bus-on-PF-probe-bailout.patch
	patches.suse/msft-hv-2120-hv_netvsc-add-support-for-vlans-in-AF_PACKET-mode.patch
	patches.suse/devlink-Always-use-user_ptr-0-for-devlink-and-simpli.patch
	patches.suse/ionic-fix-memory-leak-of-object-lid.patch
	patches.suse/net-qed_hsi.h-Avoid-the-use-of-one-element-array.patch
	patches.suse/qed-reformat-qed_chain.h-a-bit.patch
	patches.suse/qed-reformat-Makefile.patch
	patches.suse/qed-move-chain-methods-to-a-separate-file.patch
	patches.suse/qed-prevent-possible-double-frees-of-the-chains.patch
	patches.suse/qed-sanitize-PBL-chains-allocation.patch
	patches.suse/qed-move-chain-initialization-inlines-next-to-alloca.patch
	patches.suse/qed-simplify-initialization-of-the-chains-with-an-ex.patch
	patches.suse/qed-simplify-chain-allocation-with-init-params-struc.patch
	patches.suse/qed-add-support-for-different-page-sizes-for-chains.patch
	patches.suse/qed-optimize-common-chain-accessors.patch
	patches.suse/qed-introduce-qed_chain_get_elem_used-u32.patch
	patches.suse/qede-reformat-several-structures-in-qede.h.patch
	patches.suse/qede-reformat-net_device_ops-declarations.patch
	patches.suse/qede-refactor-XDP-Tx-processing.patch
	patches.suse/qede-add-.ndo_xdp_xmit-and-XDP_REDIRECT-support.patch
	patches.suse/sfc-convert-to-new-udp_tunnel-infrastructure.patch
	patches.suse/cxgb4-use-eth_zero_addr-to-clear-mac-address.patch
	patches.suse/cxgb4-add-loopback-ethtool-self-test.patch
	patches.suse/msft-hv-2122-net-hyperv-dump-TX-indirection-table-to-ethtool-regs.patch
	patches.suse/net-flow_dissector-add-packet-hash-dissection.patch
	patches.suse/net-sched-cls_flower-Add-hash-info-to-flow-classific.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/net-add-a-new-sockptr_t-type.patch
	patches.suse/net-switch-copy_bpf_fprog_from_user-to-sockptr_t.patch
	patches.suse/bpfilter-switch-bpfilter_ip_set_sockopt-to-sockptr_t.patch
	patches.suse/ice-refactor-ice_discover_caps-to-avoid-need-to-retr.patch
	patches.suse/ice-split-ice_parse_caps-into-separate-functions.patch
	patches.suse/ice-split-ice_discover_caps-into-two-functions.patch
	patches.suse/ice-Add-advanced-power-mgmt-for-WoL.patch
	patches.suse/ice-refactor-FC-functions.patch
	patches.suse/ice-move-auto-FEC-checks-into-ice_cfg_phy_fec.patch
	patches.suse/ice-restore-PHY-settings-on-media-insertion.patch
	patches.suse/ice-add-link-lenient-and-default-override-support.patch
	patches.suse/ice-support-Total-Port-Shutdown-on-devices-that-supp.patch
	patches.suse/ice-add-ice_aq_get_phy_caps-debug-logs.patch
	patches.suse/ice-update-reporting-of-autoneg-capabilities.patch
	patches.suse/ice-Rename-low_power_ctrl.patch
	patches.suse/ice-add-AQC-get-link-topology-handle-support.patch
	patches.suse/ice-Report-AOC-PHY-Types-as-Fiber.patch
	patches.suse/ice-add-1G-SGMII-PHY-type.patch
	patches.suse/net-hix5hd2_gmac-Remove-unneeded-cast-from-memory-al.patch
	patches.suse/sfc-drop-unnecessary-list_empty.patch
	patches.suse/s390-ism-indicate-correct-error-reason-in-ism_alloc_dmb
	patches.suse/net-smc-unique-reason-code-for-exceeded-max-dmb-count
	patches.suse/bnxt_en-Remove-PCIe-non-counters-from-ethtool-statis.patch
	patches.suse/bnxt_en-Update-firmware-interface-to-1.10.1.54.patch
	patches.suse/bnxt_en-Use-macros-to-define-port-statistics-size-an.patch
	patches.suse/bnxt_en-Refactor-statistics-code-and-structures.patch
	patches.suse/bnxt_en-Allocate-additional-memory-for-all-statistic.patch
	patches.suse/bnxt_en-Retrieve-hardware-counter-masks-from-firmwar.patch
	patches.suse/bnxt_en-Retrieve-hardware-masks-for-port-counters.patch
	patches.suse/bnxt_en-Accumulate-all-counters.patch
	patches.suse/bnxt_en-Switch-over-to-use-the-64-bit-software-accum.patch
	patches.suse/bnxt_en-Add-support-for-ethtool-d.patch
	patches.suse/qed-fix-the-allocation-of-the-chains-with-an-externa.patch
	patches.suse/sfc-remove-efx_ethtool_nway_reset.patch
	patches.suse/sfc_ef100-add-EF100-register-definitions.patch
	patches.suse/sfc_ef100-register-accesses-on-EF100.patch
	patches.suse/sfc-skeleton-EF100-PF-driver.patch
	patches.suse/sfc_ef100-reset-handling-stub.patch
	patches.suse/sfc_ef100-PHY-probe-stub.patch
	patches.suse/sfc_ef100-don-t-call-efx_reset_down-up-on-EF100.patch
	patches.suse/sfc_ef100-implement-MCDI-transport.patch
	patches.suse/sfc_ef100-implement-ndo_open-close-and-EVQ-probing.patch
	patches.suse/sfc_ef100-process-events-for-MCDI-completions.patch
	patches.suse/sfc_ef100-read-datapath-caps-implement-check_caps.patch
	patches.suse/sfc_ef100-extend-ef100_check_caps-to-cover-datapath_.patch
	patches.suse/sfc_ef100-actually-perform-resets.patch
	patches.suse/sfc_ef100-probe-the-PHY-and-configure-the-MAC.patch
	patches.suse/sfc_ef100-read-device-MAC-address-at-probe-time.patch
	patches.suse/sfc_ef100-implement-ndo_get_phys_port_-id-name.patch
	patches.suse/qed-fix-assignment-of-n_rq_elems-to-incorrect-params.patch
	patches.suse/igc-Remove-unneeded-variable.patch
	patches.suse/igc-Add-Receive-Descriptor-Minimum-Threshold-Count-t.patch
	patches.suse/igc-Remove-unneeded-ICTXQMTC-register.patch
	patches.suse/igc-Fix-registers-definition.patch
	patches.suse/igc-Remove-ledctl_-fields-from-the-mac_info-structur.patch
	patches.suse/igc-Clean-up-the-mac_info-structure.patch
	patches.suse/igc-Clean-up-the-hw_stats-structure.patch
	patches.suse/igc-Fix-static-checker-warning.patch
	patches.suse/net-mlx4-Use-fallthrough-pseudo-keyword.patch
	patches.suse/net-mlx5-Hold-pages-RB-tree-per-VF.patch
	patches.suse/net-mlx5-Add-function-ID-to-reclaim-pages-debug-log.patch
	patches.suse/net-mlx5-E-switch-Consider-maximum-vf-vports-for-ste.patch
	patches.suse/net-mlx5-E-switch-Reuse-total_vports-and-avoid-dupli.patch
	patches.suse/net-mlx5-E-switch-Use-eswitch-total_vports.patch
	patches.suse/net-mlx5e-Link-non-uplink-representors-to-PCI-device.patch
	patches.suse/net-mlx5e-RX-Re-work-initializaiton-of-RX-function-p.patch
	patches.suse/net-mlx5e-Move-exposure-of-datapath-function-to-txrx.patch
	patches.suse/net-mlx5e-Use-indirect-call-wrappers-for-RX-post-WQE.patch
	patches.suse/net-mlx5e-Add-support-for-PCI-relaxed-ordering.patch
	patches.suse/net-mlx5-DR-Reduce-print-level-for-matcher-print.patch
	patches.suse/net-mlx5-Use-fallthrough-pseudo-keyword.patch
	patches.suse/net-mlx5-drop-unnecessary-list_empty.patch
	patches.suse/mlxsw-core-Add-ethtool-support-for-QSFP-DD-transceiv.patch
	patches.suse/mlxsw-core-Add-support-for-temperature-thresholds-re.patch
	patches.suse/net-make-sockptr_is_null-strict-aliasing-safe.patch
	patches.suse/Add-pldmfw-library-for-PLDM-firmware-update.patch
	patches.suse/ice-Add-support-for-unified-NVM-update-flow-capabili.patch
	patches.suse/ice-Add-AdminQ-commands-for-FW-update.patch
	patches.suse/ice-add-flags-indicating-pending-update-of-firmware-.patch
	patches.suse/ice-implement-device-flash-update-via-devlink.patch
	patches.suse/hinic-add-support-to-handle-hw-abnormal-event.patch
	patches.suse/hinic-add-log-in-exception-handling-processes.patch
	patches.suse/net_sched-initialize-timer-earlier-in-red_init.patch
	patches.suse/net-dsa-rtl8366-Fix-VLAN-semantics.patch
	patches.suse/net-dsa-rtl8366-Fix-VLAN-set-up.patch
	patches.suse/ice-Implement-LFC-workaround.patch
	patches.suse/ice-Fix-link-broken-after-GLOBR-reset.patch
	patches.suse/ice-fix-link-event-handling-timing.patch
	patches.suse/ice-restore-VF-MSI-X-state-during-PCI-reset.patch
	patches.suse/ice-return-correct-error-code-from-ice_aq_sw_rules.patch
	patches.suse/ice-fix-overwriting-TX-RX-descriptor-values-when-reb.patch
	patches.suse/ice-Add-RL-profile-bit-mask-check.patch
	patches.suse/ice-Adjust-scheduler-default-BW-weight.patch
	patches.suse/ice-distribute-Tx-queues-evenly.patch
	patches.suse/ice-need_wakeup-flag-might-not-be-set-for-Tx.patch
	patches.suse/ice-Allow-all-VLANs-in-safe-mode.patch
	patches.suse/ice-cleanup-VSI-on-probe-fail.patch
	patches.suse/ice-reduce-scope-of-variable.patch
	patches.suse/ice-disable-no-longer-needed-workaround-for-FW-loggi.patch
	patches.suse/ice-fix-unused-parameter-warning.patch
	patches.suse/xfrm-introduce-oseq-may-wrap-flag.patch
	patches.suse/xfrm-add-is_ipip-to-struct-xfrm_input_afinfo.patch
	patches.suse/tunnel4-add-cb_handler-to-struct-xfrm_tunnel.patch
	patches.suse/tunnel6-add-tunnel6_input_afinfo-for-ipip-and-ipv6-t.patch
	patches.suse/xfrm-interface-support-IP6IP6-and-IP6IP-tunnels-proc.patch
	patches.suse/xfrm-interface-support-IPIP-and-IPIP6-tunnels-proces.patch
	patches.suse/xfrm-interface-avoid-xi-lookup-in-xfrmi_decode_sessi.patch
	patches.suse/xfrm-interface-store-xfrmi-contexts-in-a-hash-by-if_.patch
	patches.suse/xfrm-interface-not-xfrmi_ipv6-ipip_handler-twice.patch
	patches.suse/xfrm-interface-use-IS_REACHABLE-to-avoid-some-compil.patch
	patches.suse/xfrm-Make-the-policy-hold-queue-work-with-VTI.patch
	patches.suse/sfc_ef100-remove-duplicated-include-from-ef100_netde.patch
	patches.suse/mlxsw-spectrum_cnt-Use-flex_array_size-helper-in-mem.patch
	patches.suse/net-sched-act_pedit-Use-flex_array_size-helper-in-me.patch
	patches.suse/bnxt_en-Remove-superfluous-memset.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-Check-scan-state-before-disabling-during-s.patch
	patches.suse/Bluetooth-Removing-noisy-dbg-message.patch
	patches.suse/Bluetooth-hci_qca-Fix-an-error-pointer-dereference.patch
	patches.suse/Bluetooth-hci_qca-Simplify-determination-of-serial-c.patch
	patches.suse/Bluetooth-hci_qca-Only-remove-TX-clock-vote-after-TX.patch
	patches.suse/Bluetooth-hci_qca-Skip-serdev-wait-when-no-transfer-.patch
	patches.suse/Bluetooth-hci_qca-Refactor-error-handling-in-qca_sus.patch
	patches.suse/Bluetooth-Allow-suspend-even-when-preparation-has-fa.patch
	patches.suse/Bluetooth-hci_qca-Bug-fix-during-SSR-timeout.patch
	patches.suse/Bluetooth-btusb-Add-support-to-read-Intel-debug-feat.patch
	patches.suse/Bluetooth-btusb-Configure-Intel-debug-feature-based-.patch
	patches.suse/Bluetooth-btmrvl_sdio-Set-parent-dev-to-hdev.patch
	patches.suse/Bluetooth-btmrvl_sdio-Implement-prevent_wake.patch
	patches.suse/Bluetooth-btmrvl_sdio-Refactor-irq-wakeup.patch
	patches.suse/Bluetooth-Add-support-for-BT_PKT_STATUS-CMSG-data-fo.patch
	patches.suse/Bluetooth-Use-only-8-bits-for-the-HCI-CMSG-state-fla.patch
	patches.suse/Bluetooth-hci_qca-Disable-SoC-debug-logging-for-WCN3.patch
	patches.suse/Bluetooth-hci_qca-Increase-SoC-idle-timeout-to-200ms.patch
	patches.suse/Bluetooth-hci_qca-Request-Tx-clock-vote-off-only-whe.patch
	patches.suse/Bluetooth-mgmt-read-set-system-parameter-definitions.patch
	patches.suse/Bluetooth-centralize-default-value-initialization.patch
	patches.suse/Bluetooth-implement-read-set-default-system-paramete.patch
	patches.suse/Bluetooth-mgmt-Add-commands-for-runtime-configuratio.patch
	patches.suse/Bluetooth-Add-bdaddr_list_with_flags-for-classic-whi.patch
	patches.suse/Bluetooth-Replace-wakeable-list-with-flag.patch
	patches.suse/Bluetooth-Replace-wakeable-in-hci_conn_params.patch
	patches.suse/Bluetooth-Add-get-set-device-flags-mgmt-op.patch
	patches.suse/Bluetooth-Add-definitions-for-advertisement-monitor-.patch
	patches.suse/Bluetooth-Add-handler-of-MGMT_OP_READ_ADV_MONITOR_FE.patch
	patches.suse/Bluetooth-Add-handler-of-MGMT_OP_ADD_ADV_PATTERNS_MO.patch
	patches.suse/Bluetooth-Add-handler-of-MGMT_OP_REMOVE_ADV_MONITOR.patch
	patches.suse/Bluetooth-Notify-adv-monitor-added-event.patch
	patches.suse/Bluetooth-Notify-adv-monitor-removed-event.patch
	patches.suse/Bluetooth-Update-background-scan-and-report-device-b.patch
	patches.suse/Bluetooth-Terminate-the-link-if-pairing-is-cancelled.patch
	patches.suse/Bluetooth-mgmt-Use-command-complete-on-success-for-s.patch
	patches.suse/Bluetooth-Add-hci_dev_lock-to-get-set-device-flags.patch
	patches.suse/Bluetooth-use-configured-params-for-ext-adv.patch
	patches.suse/Bluetooth-Disconnect-if-E0-is-used-for-Level-4.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-btusb-Reset-port-on-cmd-timeout.patch
	patches.suse/Bluetooth-btusb-BTUSB_WAKEUP_DISABLE-prevents-wake.patch
	patches.suse/Bluetooth-Don-t-restart-scanning-if-paused.patch
	patches.suse/Bluetooth-btusb-Refactor-of-firmware-download-flow-f.patch
	patches.suse/Bluetooth-btusb-Comment-on-unbalanced-pm-reference.patch
	patches.suse/Bluetooth-Adding-a-configurable-autoconnect-timeout.patch
	patches.suse/Bluetooth-use-configured-default-params-for-active-s.patch
	patches.suse/Bluetooth-btusb-USB-alternate-setting-1-for-WBS.patch
	patches.suse/Bluetooth-Fix-kernel-oops-triggered-by-hci_adv_monit.patch
	patches.suse/Bluetooth-le_simult_central_peripheral-experimental-.patch
	patches.suse/Bluetooth-Use-whitelist-for-scan-policy-when-suspend.patch
	patches.suse/Bluetooth-Fix-slab-out-of-bounds-read-in-hci_extende.patch
	patches.suse/Bluetooth-core-Use-fallthrough-pseudo-keyword.patch
	patches.suse/Bluetooth-RFCOMM-Use-fallthrough-pseudo-keyword.patch
	patches.suse/Bluetooth-Use-fallthrough-pseudo-keyword.patch
	patches.suse/Replace-HTTP-links-with-HTTPS-ones-BLUETOOTH-SUBSYST.patch
	patches.suse/Bluetooth-btusb-add-Realtek-8822CE-to-usb_device_id-.patch
	patches.suse/Bluetooth-hci_qca-Bug-fixes-for-SSR.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-Add-per-instance-adv-disable-remove.patch
	patches.suse/Bluetooth-Fix-update-of-connection-state-in-hci_encr.patch
	patches.suse/Bluetooth-btusb-Fix-and-detect-most-of-the-Chinese-B.patch
	patches.suse/Bluetooth-hci_h5-Set-HCI_UART_RESET_ON_INIT-to-corre.patch
	patches.suse/Bluetooth-Return-NOTIFY_DONE-for-hci_suspend_notifie.patch
	patches.suse/Bluetooth-hci_serdev-Only-unregister-device-if-it-wa.patch
	patches.suse/Bluetooth-Fix-suspend-notifier-race.patch
	patches.suse/Bluetooth-hci_qca-Stop-collecting-memdump-again-for-.patch
	patches.suse/Bluetooth-Translate-additional-address-type-correctl.patch
	patches.suse/Bluetooth-Configure-controller-address-resolution-if.patch
	patches.suse/Bluetooth-Update-resolving-list-when-updating-whitel.patch
	patches.suse/Bluetooth-Translate-additional-address-type-during-l.patch
	patches.suse/Bluetooth-Let-controller-creates-RPA-during-le-creat.patch
	patches.suse/Bluetooth-Enable-Disable-address-resolution-during-l.patch
	patches.suse/Bluetooth-Enable-RPA-Timeout.patch
	patches.suse/Bluetooth-Enable-controller-RPA-resolution-using-Exp.patch
	patches.suse/Revert-Bluetooth-btusb-Disable-runtime-suspend-on-Re.patch
	patches.suse/Bluetooth-use-the-proper-scan-params-when-conn-is-pe.patch
	patches.suse/Bluetooth-Increment-management-interface-rev18.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/s390-qeth-use-all-configured-rx-buffers
	patches.suse/qed-Use-pM-format-specifier-for-MAC-addresses.patch
	patches.suse/qede-Use-pM-format-specifier-for-MAC-addresses.patch
	patches.suse/net-sched-cls_u32-Use-struct_size-helper.patch
	patches.suse/iavf-use-generic-power-management.patch
	patches.suse/igbvf-use-generic-power-management.patch
	patches.suse/ixgbe-use-generic-power-management.patch
	patches.suse/ixgbevf-use-generic-power-management.patch
	patches.suse/e1000-Remove-unnecessary-usages-of-memset.patch
	patches.suse/e1000e-Remove-unnecessary-usages-of-memset.patch
	patches.suse/igb-Remove-unnecessary-usages-of-memset.patch
	patches.suse/ixgbe-Remove-unnecessary-usages-of-memset.patch
	patches.suse/ixgbe-use-eth_zero_addr-to-clear-mac-address.patch
	patches.suse/igb-use-eth_zero_addr-to-clear-mac-address.patch
	patches.suse/tun-add-missing-rcu-annotation-in-tun_set_ebpf.patch
	patches.suse/rtnetlink-add-support-for-protodown-reason.patch
	patches.suse/nl80211-S1G-band-and-channel-definitions.patch
	patches.suse/mac80211-remove-the-need-for-variable-rates_idx.patch
	patches.suse/cfg80211-allow-vendor-dumpit-to-terminate-by-returni.patch
	patches.suse/net-wireless-wireless.h-drop-duplicate-word-in-comme.patch
	patches.suse/net-wireless-cfg80211.h-drop-duplicate-words-in-comm.patch
	patches.suse/net-wireless-mac80211.h-drop-duplicate-words-in-comm.patch
	patches.suse/nl80211-Remove-a-misleading-label-in-nl80211_trigger.patch
	patches.suse/nl80211-Simplify-error-handling-path-in-nl80211_trig.patch
	patches.suse/mac80211-Use-fallthrough-pseudo-keyword.patch
	patches.suse/cfg80211-allow-the-low-level-driver-to-flush-the-BSS.patch
	patches.suse/cfg80211-mac80211-add-mesh_param-mesh_nolearn-to-ski.patch
	patches.suse/cfg80211-mac80211-add-connected-to-auth-server-to-me.patch
	patches.suse/cfg80211-mac80211-add-connected-to-auth-server-to-st.patch
	patches.suse/mac80211-improve-AQL-tx-airtime-estimation.patch
	patches.suse/mac80211-calculate-skb-hash-early-when-using-itxq.patch
	patches.suse/cfg80211-mac80211-avoid-bss-color-setting-in-non-HE-.patch
	patches.suse/cfg80211-Add-support-to-advertize-OCV-support.patch
	patches.suse/mac80211-never-drop-injected-frames-even-if-normally.patch
	patches.suse/mac80211-add-radiotap-flag-to-prevent-sequence-numbe.patch
	patches.suse/mac80211-do-not-overwrite-the-sequence-number-if-req.patch
	patches.suse/mac80211-use-same-flag-everywhere-to-avoid-sequence-.patch
	patches.suse/mac80211-remove-unused-flags-argument-in-transmit-fu.patch
	patches.suse/mac80211-parse-radiotap-header-when-selecting-Tx-que.patch
	patches.suse/mac80211-add-a-function-for-running-rx-without-passi.patch
	patches.suse/cfg80211-invert-HE-BSS-color-disabled-to-enabled.patch
	patches.suse/nl80211-support-4-way-handshake-offloading-for-WPA-W.patch
	patches.suse/mac80211-warn-only-once-in-check_sdata_in_driver-at-.patch
	patches.suse/net-sched-act_ct-fix-miss-set-mru-for-ovs-after-defr.patch
	patches.suse/openvswitch-Prevent-kernel-infoleak-in-ovs_ct_put_ke.patch
	patches.suse/ethtool-ethnl_set_linkmodes-remove-redundant-null-ch.patch
	patches.suse/net-mvpp2-fix-memory-leak-in-mvpp2_rx.patch
	patches.suse/net-gre-recompute-gre-csum-for-sctp-over-gre-tunnels.patch
	patches.suse/ionic-use-fewer-firmware-doorbells-on-rx-fill.patch
	patches.suse/ionic-tx-separate-servicing.patch
	patches.suse/ionic-separate-interrupt-for-Tx-and-Rx.patch
	patches.suse/cxgb4-fix-check-for-running-offline-ethtool-selftest.patch
	patches.suse/cxgb4-fix-extracting-IP-addresses-in-TC-FLOWER-rules.patch
	patches.suse/net-qede-use-eth_zero_addr-to-clear-mac-address.patch
	patches.suse/net-qed-use-eth_zero_addr-to-clear-mac-address.patch
	patches.suse/ice-mark-PM-functions-as-__maybe_unused.patch
	patches.suse/ice-rename-misleading-grst_delay-variable.patch
	patches.suse/ice-fix-the-vsi_id-mask-to-be-10-bit-for-set_rss_lut.patch
	patches.suse/ice-Fix-RSS-profile-locks.patch
	patches.suse/ice-remove-page_reuse-statistic.patch
	patches.suse/ice-add-useful-statistics.patch
	patches.suse/ice-Clear-and-free-XLT-entries-on-reset.patch
	patches.suse/ice-Allow-2-queue-pairs-per-VF-on-SR-IOV-initializat.patch
	patches.suse/ice-port-fix-for-chk_linearlize.patch
	patches.suse/ice-Graceful-error-handling-in-HW-table-calloc-failu.patch
	patches.suse/ice-Disable-VLAN-pruning-in-promiscuous-mode.patch
	patches.suse/ice-update-PTYPE-lookup-table.patch
	patches.suse/ice-adjust-profile-ID-map-locks.patch
	patches.suse/ice-Misc-minor-fixes.patch
	patches.suse/appletalk-Fix-atalk_proc_init-return-path.patch
	patches.suse/net-ethernet-aquantia-Fix-wrong-return-value.patch
	patches.suse/net-enetc-Fix-wrong-return-value-in-enetc_psfp_parse.patch
	patches.suse/liquidio-Fix-wrong-return-value-in-cn23xx_get_pf_num.patch
	patches.suse/net-spider_net-Fix-the-size-used-in-a-dma_free_coher.patch
	patches.suse/netfilter-nf_tables-Fix-a-use-after-free-in-nft_imme.patch
	patches.suse/ipvs-queue-delayed-work-to-expire-no-destination-con.patch
	patches.suse/netfilter-Use-fallthrough-pseudo-keyword.patch
	patches.suse/netfilter-Replace-HTTP-links-with-HTTPS-ones.patch
	patches.suse/netfilter-nf_tables-extended-netlink-error-reporting.patch
	patches.suse/netfilter-nf_tables-report-EEXIST-on-overlaps.patch
	patches.suse/fsl-fman-use-32-bit-unsigned-integer.patch
	patches.suse/fsl-fman-fix-dereference-null-return-value.patch
	patches.suse/fsl-fman-fix-unreachable-code.patch
	patches.suse/fsl-fman-check-dereferencing-null-pointer.patch
	patches.suse/fsl-fman-fix-eth-hash-table-allocation.patch
	patches.suse/tcp-apply-a-floor-of-1-for-RTT-samples-from-TCP-time.patch
	patches.suse/mac80211-Handle-special-status-codes-in-SAE-commit.patch
	patches.suse/mac8211-fix-struct-initialisation.patch
	patches.suse/mac80211-use-eth_zero_addr-to-clear-mac-address.patch
	patches.suse/nl80211-use-eth_zero_addr-to-clear-mac-address.patch
	patches.suse/mac80211-fix-misplaced-while-instead-of-if.patch
	patches.suse/mac80211-Do-not-report-beacon-loss-if-beacon-filteri.patch
	patches.suse/devlink-Add-early_drop-trap.patch
	patches.suse/devlink-Pass-extack-when-setting-trap-s-action-and-g.patch
	patches.suse/mlxsw-spectrum_trap-Use-size_t-for-array-sizes.patch
	patches.suse/mlxsw-spectrum_span-On-policer_id_base_ref_count-use.patch
	patches.suse/mlxsw-spectrum_trap-Allow-for-per-ASIC-trap-groups-i.patch
	patches.suse/mlxsw-spectrum_trap-Allow-for-per-ASIC-traps-initial.patch
	patches.suse/mlxsw-spectrum_trap-Add-early_drop-trap.patch
	patches.suse/mlxsw-spectrum_qdisc-Offload-action-trap-for-qevents.patch
	patches.suse/selftests-mlxsw-RED-Test-offload-of-trapping-on-RED-.patch
	patches.suse/cxgb4-add-TC-MATCHALL-IPv6-support.patch
	patches.suse/dpaa2-eth-use-napi_schedule-to-be-compatible-with-PR.patch
	patches.suse/enetc-use-napi_schedule-to-be-compatible-with-PREEMP.patch
	patches.suse/sfc_ef100-check-firmware-version-at-start-of-day.patch
	patches.suse/sfc_ef100-fail-the-probe-if-NIC-uses-unsol_ev-credit.patch
	patches.suse/sfc_ef100-read-Design-Parameters-at-probe-time.patch
	patches.suse/sfc_ef100-TX-path-for-EF100-NICs.patch
	patches.suse/sfc_ef100-RX-filter-table-management-and-related-gub.patch
	patches.suse/sfc_ef100-RX-path-for-EF100.patch
	patches.suse/sfc_ef100-plumb-in-fini_dmaq.patch
	patches.suse/sfc_ef100-statistics-gathering.patch
	patches.suse/sfc_ef100-functions-for-selftests.patch
	patches.suse/sfc_ef100-read-pf_index-at-probe-time.patch
	patches.suse/sfc_ef100-add-nic-type-for-VFs-and-bind-to-them.patch
	patches.suse/net-mlx5e-Enable-users-to-change-VF-PF-representors-.patch
	patches.suse/net-mlx5-DR-Change-push-vlan-action-sequence.patch
	patches.suse/udp_tunnel-add-the-ability-to-hard-code-IANA-VXLAN.patch
	patches.suse/net-mlx5-convert-to-new-udp_tunnel-infrastructure.patch
	patches.suse/net-mlx5-Delete-extra-dump-stack-that-gives-nothing.patch
	patches.suse/tools-bpftool-Strip-BPF-.o-files-before-skeleton-gen.patch
	patches.suse/udp-Don-t-discard-reuseport-selection-when-group-has.patch
	patches.suse/selftests-bpf-Test-BPF-socket-lookup-and-reuseport-w.patch
	patches.suse/bpf-Fix-pos-computation-for-bpf_iter-seq_ops-start.patch
	patches.suse/bpf-Add-bpf_prog-iterator.patch
	patches.suse/bpf-Refactor-bpf_iter_reg-to-have-separate-seq_info-.patch
	patches.suse/bpf-Refactor-to-provide-aux-info-to-bpf_iter_init_se.patch
	patches.suse/bpf-Support-readonly-readwrite-buffers-in-verifier.patch
	patches.suse/bpf-Implement-bpf-iterator-for-map-elements.patch
	patches.suse/bpf-Implement-bpf-iterator-for-hash-maps.patch
	patches.suse/bpf-Implement-bpf-iterator-for-array-maps.patch
	patches.suse/bpf-Implement-bpf-iterator-for-sock-local-storage-ma.patch
	patches.suse/tools-libbpf-Add-support-for-bpf-map-element-iterato.patch
	patches.suse/tools-bpftool-Add-bpftool-support-for-bpf-map-elemen.patch
	patches.suse/selftests-bpf-Add-test-for-bpf-hash-map-iterators.patch
	patches.suse/selftests-bpf-Add-test-for-bpf-array-map-iterators.patch
	patches.suse/selftests-bpf-Add-a-test-for-bpf-sk_storage_map-iter.patch
	patches.suse/selftests-bpf-Add-a-test-for-out-of-bound-rdonly-buf.patch
	patches.suse/bpf-Separate-bpf_get_-stack-stackid-for-perf-events-.patch
	patches.suse/bpf-Fail-PERF_EVENT_IOC_SET_BPF-when-bpf_get_-stack-.patch
	patches.suse/libbpf-Print-hint-when-PERF_EVENT_IOC_SET_BPF-return.patch
	patches.suse/selftests-bpf-Add-callchain_stackid.patch
	patches.suse/selftests-bpf-Add-get_stackid_cannot_attach.patch
	patches.suse/selftests-bpf-Add-test-for-CGROUP_STORAGE-map-on-mul.patch
	patches.suse/selftests-bpf-Test-CGROUP_STORAGE-map-can-t-be-used-.patch
	patches.suse/bpf-Make-cgroup-storages-shared-between-programs-on-.patch
	patches.suse/selftests-bpf-Test-CGROUP_STORAGE-behavior-on-shared.patch
	patches.suse/Documentation-bpf-Document-CGROUP_STORAGE-map-type.patch
	patches.suse/bpf-local_storage-Fix-build-without-CONFIG_CGROUP.patch
	patches.suse/bpf-Fix-build-on-architectures-with-special-bpf_user.patch
	patches.suse/bpf-Make-bpf_link-API-available-indepently-of-CONFIG.patch
	patches.suse/bpf-xdp-Maintain-info-on-attached-XDP-BPF-programs-i.patch
	patches.suse/bpf-xdp-Extract-common-XDP-program-attachment-logic.patch
	patches.suse/bpf-xdp-Add-bpf_link-based-XDP-attachment-API.patch
	patches.suse/bpf-xdp-Implement-LINK_UPDATE-for-BPF-XDP-link.patch
	patches.suse/bpf-Implement-BPF-XDP-link-specific-introspection-AP.patch
	patches.suse/libbpf-Add-support-for-BPF-XDP-link.patch
	patches.suse/selftests-bpf-Add-BPF-XDP-link-selftests.patch
	patches.suse/tools-bpftool-Skip-type-probe-if-name-is-not-found.patch
	patches.suse/tools-bpftool-Add-LSM-type-to-array-of-prog-names.patch
	patches.suse/bpf-Fix-bpf_ringbuf_output-signature-to-return-long.patch
	patches.suse/selftests-bpf-Add-new-bpf_iter-context-structs-to-fi.patch
	patches.suse/bpf-Fix-swapped-arguments-in-calls-to-check_buffer_a.patch
	patches.suse/xdp-Prevent-kernel-infoleak-in-xsk_getsockopt.patch
	patches.suse/bpf-selftests-use-1-for-localhost-in-tcp_server.py.patch
	patches.suse/bpf-Fix-build-without-CONFIG_NET-when-using-BPF-XDP-.patch
	patches.suse/bpf-arm64-Add-BPF-exception-tables.patch
	patches.suse/bpf-Add-missing-newline-characters-in-verifier-error.patch
	patches.suse/selftests-bpf-Test-bpf_iter-buffer-access-with-negat.patch
	patches.suse/bpf-Expose-socket-storage-to-BPF_PROG_TYPE_CGROUP_SO.patch
	patches.suse/selftests-bpf-Verify-socket-storage-in-cgroup-sock_-.patch
	patches.suse/selftests-bpf-Add-xdpdrv-mode-for-test_xdp_redirect.patch
	patches.suse/selftests-bpf-Don-t-destroy-failed-link.patch
	patches.suse/selftests-bpf-Omit-nodad-flag-when-adding-addresses-.patch
	patches.suse/libbpf-Make-destructors-more-robust-by-handling-ERR_.patch
	patches.suse/udp-bpf-Ignore-connections-in-reuseport-group-after-.patch
	patches.suse/libbpf-Fix-register-in-PT_REGS-MIPS-macros.patch
	patches.suse/bpf-selftests-Use-single-cgroup-helpers-for-both-tes.patch
	patches.suse/bpf-Add-support-for-forced-LINK_DETACH-command.patch
	patches.suse/libbpf-Add-bpf_link-detach-APIs.patch
	patches.suse/selftests-bpf-Add-link-detach-tests-for-cgroup-netns.patch
	patches.suse/tools-bpftool-Add-link-detach-subcommand.patch
	patches.suse/tools-bpftool-Add-documentation-and-bash-completion-.patch
	patches.suse/selftests-bpf-Fix-spurious-test-failures-in-core_ret.patch
	patches.suse/tools-bpftool-Fix-wrong-return-value-in-do_dump.patch
	patches.suse/libbpf-Add-btf__parse_raw-and-generic-btf__parse-API.patch
	patches.suse/tools-bpftool-Use-libbpf-s-btf__parse-API-for-parsin.patch
	patches.suse/tools-resolve_btfids-Use-libbpf-s-btf__parse-API.patch
	patches.suse/bpf-Setup-socket-family-and-addresses-in-bpf_prog_te.patch
	patches.suse/bpf-Allow-to-specify-ifindex-for-skb-in-bpf_prog_tes.patch
	patches.suse/sfc-Fix-build-with-CONFIG_RFS_ACCEL-disabled.patch
	patches.suse/hinic-add-generating-mailbox-random-index-support.patch
	patches.suse/hinic-add-check-for-mailbox-msg-from-VF.patch
	patches.suse/mt76-add-missing-lock-configuring-coverage-class.patch
	patches.suse/mt76-mt7615-fix-lmac-queue-debugsfs-entry.patch
	patches.suse/mt76-mt7615-fix-hw-queue-mapping.patch
	patches.suse/mt76-overwrite-qid-for-non-bufferable-mgmt-frames.patch
	patches.suse/mt76-mt7615-re-enable-offloading-of-sequence-number-.patch
	patches.suse/mt76-usb-rely-on-mt76_for_each_q_rx.patch
	patches.suse/mt76-mt7663-introduce-ARP-filter-offload.patch
	patches.suse/mt76-mt7615-fix-up-typo-in-Kconfig-for-MT7663U.patch
	patches.suse/mt76-allow-more-channels-allowed-in-ETSI-domain.patch
	patches.suse/mt76-fix-include-in-pci.h.patch
	patches.suse/mt76-rely-on-register-macros.patch
	patches.suse/mt76-add-U-APSD-support-on-AP-side.patch
	patches.suse/mt76-mt7615-add-.set_tsf-callback.patch
	patches.suse/mt76-mt7915-add-a-fixed-AC-queue-mapping.patch
	patches.suse/mt76-mt7915-add-MU-MIMO-support.patch
	patches.suse/mt76-mt7915-use-ieee80211_tx_queue_params-to-avoid-o.patch
	patches.suse/mt76-mt7915-overwrite-qid-for-non-bufferable-mgmt-fr.patch
	patches.suse/mt76-mt76x2e-rename-routines-in-pci.c.patch
	patches.suse/mt76-mt7615-schedule-tx-tasklet-and-sta-poll-on-mac-.patch
	patches.suse/mt76-mt7615-add-support-for-accessing-mapped-registe.patch
	patches.suse/mt76-mt7615-add-support-for-accessing-RF-registers-v.patch
	patches.suse/mt76-mt7615-use-full-on-chip-memory-address-for-WF_P.patch
	patches.suse/mt76-vif_mask-to-struct-mt76_phy.patch
	patches.suse/mt76-add-API-for-testmode-support.patch
	patches.suse/mt76-mt7615-implement-testmode-support.patch
	patches.suse/mt76-mt7915-update-HE-capabilities.patch
	patches.suse/mt76-mt76x2-fix-pci-suspend-resume-on-mt7612e.patch
	patches.suse/mt76-mt76x2u-enable-HC-M7662BU1.patch
	patches.suse/mt76-mt7915-avoid-memcpy-in-rxv-operation.patch
	patches.suse/mt76-mt7615-avoid-polling-in-fw_own-for-mt7663.patch
	patches.suse/mt76-move-mt76-workqueue-in-common-code.patch
	patches.suse/mt76-mt7615-add-mt7615_pm_wake-utility-routine.patch
	patches.suse/mt76-mt7615-introduce-mt7615_mutex_-acquire-release-.patch
	patches.suse/mt76-mt7615-wake-device-before-accessing-regmap-in-d.patch
	patches.suse/mt76-mt7615-wake-device-before-configuring-hw-keys.patch
	patches.suse/mt76-mt7615-introduce-pm_power_save-delayed-work.patch
	patches.suse/mt76-mt7615-wake-device-in-mt7615_update_channel-bef.patch
	patches.suse/mt76-mt7615-acquire-driver_own-before-configuring-de.patch
	patches.suse/mt76-mt7615-wake-device-before-performing-freq-scan.patch
	patches.suse/mt76-mt7615-add-missing-lock-in-mt7615_regd_notifier.patch
	patches.suse/mt76-mt7615-run-mt7615_mcu_set_wmm-holding-mt76-mute.patch
	patches.suse/mt76-mt7615-run-mt7615_mcu_set_roc-holding-mt76-mute.patch
	patches.suse/mt76-mt7615-wake-device-before-pulling-packets-from-.patch
	patches.suse/mt76-mt7615-wake-device-before-pushing-frames-in-mt7.patch
	patches.suse/mt76-mt7615-run-mt7615_pm_wake-in-mt7615_mac_sta_-ad.patch
	patches.suse/mt76-mt7615-check-MT76_STATE_PM-flag-before-accessin.patch
	patches.suse/mt76-mt7615-do-not-request-driver-fw-_own-if-already.patch
	patches.suse/mt76-mt7615-add-runtime-pm-knob-in-mt7615-debugfs.patch
	patches.suse/mt76-mt7615-enable-beacon-hw-filter-for-runtime-pm.patch
	patches.suse/mt76-mt7615-add-idle-timeout-knob-in-mt7615-debugfs.patch
	patches.suse/mt76-mt7615-improve-mt7615_driver_own-reliability.patch
	patches.suse/mt76-mt7663u-sync-probe-sampling-with-rate-configura.patch
	patches.suse/mt76-mt7615-avoid-scheduling-runtime-pm-during-hw-sc.patch
	patches.suse/mt76-mt7615-reschedule-ps-work-according-to-last-act.patch
	patches.suse/mt76-mt7663u-fix-memory-leak-in-set-key.patch
	patches.suse/mt76-mt7663u-fix-potential-memory-leak-in-mcu-messag.patch
	patches.suse/mt76-mt7615-fix-potential-memory-leak-in-mcu-message.patch
	patches.suse/mt76-mt7915-potential-array-overflow-in-mt7915_mcu_t.patch
	patches.suse/mt76-mt7915-add-missing-CONFIG_MAC80211_DEBUGFS.patch
	patches.suse/mt76-mt7615-take-into-account-sdio-bus-configuring-t.patch
	patches.suse/mt76-mt76u-add-mt76_skb_adjust_pad-utility-routine.patch
	patches.suse/mt76-mt7615-sdio-code-must-access-rate-key-regs-in-p.patch
	patches.suse/mt76-mt7615-introduce-mt7663-usb-sdio-common-module.patch
	patches.suse/mt76-introduce-mt76_sdio-module.patch
	patches.suse/mt76-mt7615-introduce-mt7663s-support.patch
	patches.suse/mt76-mt76s-move-queue-accounting-in-mt76s_tx_queue_s.patch
	patches.suse/mt76-mt7915-fix-potential-memory-leak-in-mcu-message.patch
	patches.suse/mt76-mt7615-fix-possible-memory-leak-in-mt7615_mcu_w.patch
	patches.suse/mt76-mt76u-add-missing-release-on-skb-in-__mt76x02u_.patch
	patches.suse/rtlwifi-btcoex-remove-redundant-initialization-of-va.patch
	patches.suse/rtlwifi-btcoex-use-ph-to-print-small-buffer.patch
	patches.suse/mwifiex-11n_rxreorder-Remove-unnecessary-cast-in-kfr.patch
	patches.suse/p54-switch-from-pci_-to-dma_-API.patch
	patches.suse/prism54-Replace-HTTP-links-with-HTTPS-ones.patch
	patches.suse/prism54-islpci_hotplug-use-generic-power-management.patch
	patches.suse/prism54-switch-from-pci_-to-dma_-API.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/rtw88-update-tx-descriptor-of-mgmt-and-reserved-page.patch
	patches.suse/rtw88-coex-only-skip-coex-triggered-by-BT-info.patch
	patches.suse/rtw88-add-ieee80211_ops-change_interface.patch
	patches.suse/rtw88-allows-driver-to-enable-disable-beacon.patch
	patches.suse/rtw88-add-h2c-command-in-debugfs.patch
	patches.suse/rtw88-8821c-make-symbol-rtw8821c_rtw_pwr_track_tbl-s.patch
	patches.suse/rtw88-8821c-coex-add-functions-and-parameters.patch
	patches.suse/iwlwifi-yoyo-don-t-print-failure-if-debug-firmware-i.patch
	patches.suse/mt7601u-add-missing-release-on-skb-in-mt7601u_mcu_ms.patch
	patches.suse/rt2x00-pci-use-generic-power-management.patch
	patches.suse/b43-Replace-HTTP-links-with-HTTPS-ones.patch
	patches.suse/b43legacy-Replace-HTTP-links-with-HTTPS-ones.patch
	patches.suse/hostap-use-generic-power-management.patch
	patches.suse/ipw2100-Use-GFP_KERNEL-instead-of-GFP_ATOMIC-in-some.patch
	patches.suse/ipw2x00-switch-from-pci_-to-dma_-API.patch
	patches.suse/qtnfmac-Missing-platform_device_unregister-on-error-.patch
	patches.suse/intersil-fix-wiki-website-url.patch
	patches.suse/airo-use-generic-power-management.patch
	patches.suse/wl1251-fix-always-return-0-error.patch
	patches.suse/brcmfmac-set-timeout-value-when-configuring-power-save.patch
	patches.suse/ipv4-route-Ignore-output-interface-in-FIB-lookup-for.patch
	patches.suse/tunnels-PMTU-discovery-support-for-directly-bridged-.patch
	patches.suse/vxlan-Support-for-PMTU-discovery-on-directly-bridged.patch
	patches.suse/geneve-Support-for-PMTU-discovery-on-directly-bridge.patch
	patches.suse/net-thunderx-use-spin_lock_bh-in-nicvf_set_rx_mode_t.patch
	patches.suse/netfilter-nft_compat-make-sure-xtables-destructors-h.patch
	patches.suse/netfilter-nft_meta-fix-iifgroup-matching.patch
	patches.suse/netfilter-conntrack-Move-nf_ct_offload_timeout-to-he.patch
	patches.suse/netfilter-flowtable-Set-offload-timeout-when-adding-.patch
	patches.suse/net-macb-Properly-handle-phylink-on-at91sam9x.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/Revert-vxlan-fix-tos-value-before-xmit.patch
	patches.suse/selftests-net-relax-cpu-affinity-requirement-in-msg_.patch
	patches.suse/ip_tunnel_core-Fix-build-for-archs-without-_HAVE_ARC.patch
	patches.suse/hso-fix-bailout-in-error-case-of-probe.patch
	patches.suse/net-thunderx-initialize-VF-s-mailbox-mutex-before-fi.patch
	patches.suse/msft-hv-2105-Drivers-hv-vmbus-Remove-the-target_vp-field-from-the.patch
	patches.suse/msft-hv-2106-Drivers-hv-vmbus-Remove-the-numa_node-field-from-the.patch
	patches.suse/msft-hv-2107-Drivers-hv-vmbus-Replace-cpumask_test_cpu-cpu_online.patch
	patches.suse/msft-hv-2108-Drivers-hv-vmbus-Remove-unnecessary-channel-lock-cri.patch
	patches.suse/msft-hv-2109-Drivers-hv-vmbus-Use-channel_mutex-in-channel_vp_map.patch
	patches.suse/msft-hv-2110-Drivers-hv-vmbus-Remove-unnecessary-channel-lock-cri.patch
	patches.suse/msft-hv-2111-scsi-storvsc-Introduce-the-per-storvsc_device-spinlo.patch
	patches.suse/msft-hv-2112-Drivers-hv-vmbus-Remove-the-lock-field-from-the-vmbu.patch
	patches.suse/msft-hv-2117-tools-hv-change-http-to-https-in-hv_kvp_daemon.c.patch
	patches.suse/msft-hv-2121-hyperv-hyperv.h-drop-a-duplicated-word.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/ima-Free-the-entire-rule-when-deleting-a-list-of-rul.patch
	patches.suse/ima-Free-the-entire-rule-if-it-fails-to-parse.patch
	patches.suse/ima-Fail-rule-parsing-when-buffer-hook-functions-hav.patch
	patches.suse/ima-Fail-rule-parsing-when-the-KEXEC_CMDLINE-hook-is.patch
	patches.suse/ima-Fail-rule-parsing-when-the-KEY_CHECK-hook-is-com.patch
	patches.suse/ima-Fail-rule-parsing-when-appraise_flag-blacklist-i.patch
	patches.suse/ima-Shallow-copy-the-args_p-member-of-ima_rule_entry.patch
	patches.suse/ima-Use-correct-type-for-the-args_p-member-of-ima_ru.patch
	patches.suse/ima-Move-comprehensive-rule-validation-checks-out-of.patch
	patches.suse/ima-Use-the-common-function-to-detect-LSM-conditiona.patch
	patches.suse/ima-move-APPRAISE_BOOTPARAM-dependency-on-ARCH_POLIC.patch
	patches.suse/integrity-remove-redundant-initialization-of-variabl.patch
	patches.suse/1928-sched-Provide-sched_set_fifo.patch
	patches.suse/sched-acpi_pad-Convert-to-sched_set_fifo.patch
	patches.suse/1640-sched-msm-Convert-to-sched_set_fifo.patch
	patches.suse/1641-sched-drm-scheduler-Convert-to-sched_set_fifo.patch
	patches.suse/1642-sched-Remove-sched_set_-return-value.patch
	patches.suse/s390-setup-diag-318-refactor-struct
	patches.suse/s390-kvm-diagnose-0x318-sync-and-reset
	patches.suse/ALSA-hda-realtek-Add-alc269-alc662-pin-tables-for-Lo.patch
	patches.suse/ALSA-firewire-motu-wait-for-notification-when-changi.patch
	patches.suse/ALSA-pcm-Use-dma_mmap_coherent-on-x86-too.patch
	patches.suse/ALSA-memalloc-Initialize-all-fields-of-snd_dma_buffe.patch
	patches.suse/ALSA-memalloc-Make-SG-buffer-helper-usable-for-conti.patch
	patches.suse/ALSA-pcm-Use-SG-buffer-only-when-direct-DMA-is-avail.patch
	patches.suse/ALSA-hda-Enable-sync-write-operation-as-default-for-.patch
	patches.suse/ALSA-hda-generic-Always-call-led-trigger-for-mic-mut.patch
	patches.suse/ALSA-hda-generic-Add-a-helper-for-mic-mute-LED-with-.patch
	patches.suse/ALSA-hda-realtek-Convert-to-cdev-variant-of-mic-mute.patch
	patches.suse/ALSA-hda-conexant-Convert-to-cdev-variant-of-mic-mut.patch
	patches.suse/ALSA-hda-sigmatel-Convert-to-cdev-variant-of-mic-mut.patch
	patches.suse/ALSA-hda-generic-Drop-unused-snd_hda_gen_fixup_micmu.patch
	patches.suse/ALSA-hda-generic-Drop-the-old-mic-mute-LED-hook.patch
	patches.suse/ALSA-hda-generic-Add-vmaster-mute-LED-helper.patch
	patches.suse/ALSA-hda-realtek-Use-the-new-vmaster-mute-LED-helper.patch
	patches.suse/ALSA-hda-conexant-Use-the-new-vmaster-mute-LED-helpe.patch
	patches.suse/ALSA-hda-sigmatel-Use-the-new-vmaster-mute-LED-helpe.patch
	patches.suse/ALSA-hda-realtek-Unify-LED-helper-code.patch
	patches.suse/ALSA-hda-Let-LED-cdev-handling-suspend-resume.patch
	patches.suse/ALSA-usb-audio-Fix-some-typos.patch
	patches.suse/ALSA-core-pcm_iec958-fix-kernel-doc.patch
	patches.suse/ALSA-hda-fix-SND_HDA_GENERIC-kconfig-build.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/ASoC-pci-emu10k1-remove-set-but-not-used-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-hda-hdmi-Add-Intel-silent-stream-support.patch
	patches.suse/ALSA-pcm-Fix-build-error-on-m68k-and-others.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-Use-fallthrough-pseudo-keyword.patch
	patches.suse/ALSA-atmel-Remove-invalid-fall-through-comments.patch
	patches.suse/ALSA-xen-Remove-superfluous-fall-through-comments.patch
	patches.suse/ALSA-Replace-with-fallthrough-pseudo-keyword-in-the-.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-ac97-Replace-the-words-white-blacklist.patch
	patches.suse/ALSA-bt87x-Replace-the-words-white-blacklist.patch
	patches.suse/ALSA-ctxfi-Replace-the-word-blacklist.patch
	patches.suse/ALSA-es1968-Replace-the-words-white-blacklist.patch
	patches.suse/ALSA-hda-Replace-the-words-white-blacklist.patch
	patches.suse/ALSA-intel8x0-Replace-the-words-white-blacklist.patch
	patches.suse/ALSA-nm256-Replace-the-words-blacklist.patch
	patches.suse/ALSA-via82xx-Replace-the-words-whitelist.patch
	patches.suse/ALSA-usb-audio-Replace-blacklist-word.patch
	patches.suse/Revert-ALSA-pcm-Use-SG-buffer-only-when-direct-DMA-i.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-Replace-HTTP-links-with-HTTPS-ones.patch
	patches.suse/ALSA-asihpi-delete-duplicated-word.patch
	patches.suse/ALSA-Replace-the-word-slave-in-vmaster-API.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-Intel-common-change-match-table-ehl-rt5660.patch
	patches.suse/ASoC-max98357a-move-control-of-SD_MODE-back-to-DAI-o.patch
	patches.suse/ASoC-intel-skl-hda-fix-probe-regression-on-systems-w.patch
	patches.suse/ASoC-Intel-kbl_rt5663_rt5514_max98927-Fix-kabylake_s.patch
	patches.suse/ASoC-max98390-Fix-dac-event-dapm-mixer.patch
	patches.suse/ASoC-soc-core-Fix-regression-causing-sysfs-entries-t.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-meson-axg-tdm-formatters-fix-sclk-inversion.patch
	patches.suse/ASoC-core-use-less-strict-tests-for-dailink-capabili.patch
	patches.suse/ASoC-meson-cards-deal-dpcm-flag-change.patch
	patches.suse/ASoC-fsl_sai-Fix-value-of-FSL_SAI_CR1_RFW_MASK.patch
	patches.suse/ASoC-wm0010-Use-kmemdup-rather-than-duplicating-its-.patch
	patches.suse/ASoC-samsung-Add-driver-for-Aries-boards.patch
	patches.suse/ASoC-wm8960-Support-headphone-jack-detection-functio.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-rl6231-Add-new-supports-on-rl6231x.patch
	patches.suse/ASoC-rt5682-Let-PLL2-support-the-freq-conversion-for.patch
	patches.suse/ASoC-rt5682-DAI-wclk-supports-44100-Hz-output.patch
	patches.suse/ASoC-max98390-Add-Amp-init-common-setting-func.patch
	patches.suse/ASoC-AMD-Use-mixer-control-to-switch-between-DMICs.patch
	patches.suse/ASoC-soc-component-add-soc_component_pin-and-share-c.patch
	patches.suse/ASoC-soc-component-move-snd_soc_component_xxx_regmap.patch
	patches.suse/ASoC-soc-component-move-snd_soc_component_initialize.patch
	patches.suse/ASoC-soc-component-add-soc_component_err.patch
	patches.suse/ASoC-soc-component-add-snd_soc_pcm_component_prepare.patch
	patches.suse/ASoC-soc-component-add-snd_soc_pcm_component_hw_para.patch
	patches.suse/ASoC-soc-component-add-snd_soc_pcm_component_hw_free.patch
	patches.suse/ASoC-soc-component-add-snd_soc_pcm_component_trigger.patch
	patches.suse/ASoC-soc-component-add-snd_soc_component_init.patch
	patches.suse/ASoC-soc-component-merge-soc-io.c-into-soc-component.patch
	patches.suse/ASoC-soc-component-merge-soc_pcm_trigger_start-stop.patch
	patches.suse/ASoC-soc-component-tidyup-Copyright.patch
	patches.suse/ASoC-mediatek-mt6358-support-DMIC-one-wire-mode.patch
	patches.suse/ASoC-max98357a-add-compatible-string-for-MAX98360A.patch
	patches.suse/ASoC-soc-core-reduce-verbosity-of-BE-override-messag.patch
	patches.suse/ASoC-soc-pcm-improve-error-messages-in-soc_pcm_new.patch
	patches.suse/ASoC-soc-pcm-compress-reduce-verbosity-on-mapping-ok.patch
	patches.suse/ASoC-Intel-Add-KeemBay-platform-driver.patch
	patches.suse/ASoC-Intel-Add-makefiles-and-kconfig-changes-for-Kee.patch
	patches.suse/ASoC-fsl_easrc-Fix-Wmissing-prototypes-warning.patch
	patches.suse/ASoC-fsl_easrc-Fix-Wunused-but-set-variable.patch
	patches.suse/ASoC-fsl_easrc-Fix-Function-parameter-not-described-.patch
	patches.suse/ASoC-rt1015-Flush-DAC-data-before-playback.patch
	patches.suse/ASoC-tegra-Fix-reference-count-leaks.patch
	patches.suse/ASoC-fsl-asoc-card-Add-MQS-support.patch
	patches.suse/ASoC-fsl_spdif-Add-support-for-imx6sx-platform.patch
	patches.suse/ASoC-meson-imply-acodec-glue-on-axg-sound-card.patch
	patches.suse/ASoC-Intel-byt-simplify-card-names-for-SOF-uses.patch
	patches.suse/ASoC-Intel-cht-simplify-card-names-for-SOF-uses.patch
	patches.suse/ASoC-Intel-broadwell-simplify-card-names-for-SOF-use.patch
	patches.suse/ASoC-amd-Removing-unnecessary-instance-init2.patch
	patches.suse/ASoC-fsl_spdif-Add-pm-runtime-function.patch
	patches.suse/ASoC-qcom-Kconfig-Tweak-dependencies-on-SND_SOC_SDM8.patch
	patches.suse/ASoC-wm_adsp-Add-controls-for-calibration-and-diagno.patch
	patches.suse/ASoC-soc-component-merge-snd_soc_component_read-and-.patch
	patches.suse/ASoC-soc-component-use-io_mutex-correctly.patch
	patches.suse/ASoC-pxa-rename-to-snd_soc_component_read.patch
	patches.suse/ASoC-atmel-rename-to-snd_soc_component_read.patch
	patches.suse/ASoC-codecs-rename-to-snd_soc_component_read.patch
	patches.suse/ASoC-codecs-wcd-rename-to-snd_soc_component_read.patch
	patches.suse/ASoC-codecs-tlv-rename-to-snd_soc_component_read.patch
	patches.suse/ASoC-codecs-max-rename-to-snd_soc_component_read.patch
	patches.suse/ASoC-codecs-msm-rename-to-snd_soc_component_read.patch
	patches.suse/ASoC-codecs-alc-rename-to-snd_soc_component_read.patch
	patches.suse/ASoC-codecs-wm-rename-to-snd_soc_component_read.patch
	patches.suse/ASoC-codecs-rt-rename-to-snd_soc_component_read.patch
	patches.suse/ASoC-codecs-da-rename-to-snd_soc_component_read.patch
	patches.suse/ASoC-codecs-cs-rename-to-snd_soc_component_read.patch
	patches.suse/ASoC-codecs-ak-rename-to-snd_soc_component_read.patch
	patches.suse/ASoC-remove-snd_soc_component_read32.patch
	patches.suse/ASoC-fsl_easrc-Fix-uninitialized-scalar-variable-in-.patch
	patches.suse/ASoC-mediatek-mt8183-da7219-set-playback-and-capture.patch
	patches.suse/ASoC-rt1011-fix-KASAN-out-of-bounds-bug-in-find_next.patch
	patches.suse/ASoC-soc-link-introduce-exit-callback.patch
	patches.suse/ASoC-Intel-bdw-rt5677-fix-module-load-unload-issues.patch
	patches.suse/ASoC-Intel-kbl-rt5660-use-.exit-dailink-callback-to-.patch
	patches.suse/ASoC-intel-sof_rt5682-move-disabling-jack-to-dai-lin.patch
	patches.suse/ASoC-intel-cml_rt1011_rt5682-disable-jack-in-dailink.patch
	patches.suse/ASoC-fsl-asoc-card-Add-WM8524-support.patch
	patches.suse/ASoC-tas2562-Update-shutdown-GPIO-property.patch
	patches.suse/ASoC-tas2562-Fix-format-issue-for-extra-space-before.patch
	patches.suse/ASoC-core-move-definition-of-enum-snd_soc_bias_level.patch
	patches.suse/ASoC-dapm-declare-missing-structure-prototypes.patch
	patches.suse/ASoC-rt1015-add-missing-header-inclusion.patch
	patches.suse/snd-soc-correct-trivial-kernel-doc-inconsistency.patch
	patches.suse/ASoC-SOF-nocodec-add-missing-.owner-field.patch
	patches.suse/ASoC-Intel-cml_rt1011_rt5682-add-missing-.owner-fiel.patch
	patches.suse/ASoC-Intel-sof_sdw-add-missing-.owner-field.patch
	patches.suse/ASoC-Intel-bxt_rt298-add-missing-.owner-field.patch
	patches.suse/ASoC-Intel-sof_sdw-add-quirk-override-with-kernel-pa.patch
	patches.suse/ASoC-Intel-boards-byt-.c-remove-cast-in-dev_info-qui.patch
	patches.suse/ASoC-Intel-Boards-tgl_max98373-add-dai_trigger-funct.patch
	patches.suse/ASoC-Intel-Boards-tgl_max98373-Fix-the-comment-for-m.patch
	patches.suse/ASoC-intel-sof_rt5682-Add-support-for-jsl-max98360a-.patch
	patches.suse/ASoC-Intel-Boards-cml_rt1011_rt5682-reduce-log-level.patch
	patches.suse/ASoC-Intel-Boards-cml_rt1011_rt5682-use-statically-d.patch
	patches.suse/ASoC-intel-cml_rt1011_rt5682-use-for_each_card_preli.patch
	patches.suse/ASoC-Intel-Boards-tgl_max98373-Update-TDM-configurat.patch
	patches.suse/ASoc-Intel-cml_rt1011_rt5682-explicitly-access-first.patch
	patches.suse/ASoC-Intel-common-add-match-table-for-TGL-MAX98373-R.patch
	patches.suse/ASoC-samsung-Fix-a-typo-in-Kconfig.patch
	patches.suse/ASoC-Intel-sof_sdw-Add-MAX98373-support.patch
	patches.suse/asoc-Update-supported-rate-and-format-for-dummy-dai.patch
	patches.suse/ASoC-Documentation-fix-reference-to-renamed-source-f.patch
	patches.suse/ASoC-tas2562-Add-right-and-left-channel-slot-program.patch
	patches.suse/ASoC-tas2562-Add-voltage-sense-slot-configuration.patch
	patches.suse/ASoC-fsl_sai-Refine-regcache-usage-with-pm-runtime.patch
	patches.suse/ASoC-Intel-KeemBay-Fix-header-guard.patch
	patches.suse/ASoC-amd-Enable-interrupt-in-dma_open.patch
	patches.suse/ASoC-fsl_asrc-Add-an-option-to-select-internal-ratio.patch
	patches.suse/ASoC-ti-davinci-mcasp-Specify-stream_name-for-playba.patch
	patches.suse/ASoC-ti-Add-custom-machine-driver-for-j721e-EVM-CPB-.patch
	patches.suse/ASoC-Intel-bxt-da7219-max98357a-support-MAX98390-spe.patch
	patches.suse/ASoC-SOF-sof-acpi-dev-fix-defined-but-unused-warning.patch
	patches.suse/ASoC-Intel-atom-fix-kernel-doc.patch
	patches.suse/ASoC-Intel-atom-fix-defined-but-not-used-warning.patch
	patches.suse/ASoC-codecs-cs4270-fix-kernel-doc.patch
	patches.suse/ASoC-codecs-cs42l42-remove-always-true-comparisons.patch
	patches.suse/ASoC-codecs-wm8986-fix-missing-kernel-doc-arguments.patch
	patches.suse/ASoC-codecs-wm8960-fix-kernel-doc.patch
	patches.suse/ASoC-codecs-wm9713-remove-spurious-kernel-doc-commen.patch
	patches.suse/ASoC-codecs-wm8994-fix-kernel-doc.patch
	patches.suse/ASoC-Intel-bxt-da7219-max98357a-return-EINVAL-on-unr.patch
	patches.suse/ASoC-ti-j721e-evm-Fix-missing-unlock-on-error-in-j72.patch
	patches.suse/ASoC-amd-add-logic-to-check-dmic-hardware-runtime.patch
	patches.suse/ASoC-soc-ac97-fix-kernel-doc.patch
	patches.suse/ASoC-fsl-fsl_ssi-fix-kernel-doc.patch
	patches.suse/ASoC-fsl-fsl_asrc-fix-kernel-doc.patch
	patches.suse/ASoC-rt5670-Remove-struct-rt5670_platform_data.patch
	patches.suse/ASoC-rt5670-Rename-dev_gpio-to-gpio1_is_irq.patch
	patches.suse/ASoC-fsl-fsl_ssi_dbg-remove-spurious-kernel-doc-comm.patch
	patches.suse/ASoC-fsl-fsl-asoc-card-fix-kernel-doc.patch
	patches.suse/ASoC-fsl-fsl_spdif-fix-kernel-doc.patch
	patches.suse/ASoC-fsl-fsl_esai-fix-kernel-doc.patch
	patches.suse/ASoC-codecs-wm8400-remove-unused-variables.patch
	patches.suse/ASoC-amd-add-ACPI-dependency-check.patch
	patches.suse/ASoC-da7213-add-default-clock-handling.patch
	patches.suse/ASoC-amd-acp-da7219-max98357a-fix-defined-but-not-us.patch
	patches.suse/ASoC-amd-acp-rt5645-fix-defined-but-not-used-warning.patch
	patches.suse/ASoC-amd-raven-acp3x-pcm-dma-fix-set-but-not-used-wa.patch
	patches.suse/ASoC-amd-raven-acp3x-i2s-fix-set-but-not-used-warnin.patch
	patches.suse/ASoC-amd-raven-acp3x-pcm-dma-remove-unused-but-set-v.patch
	patches.suse/ASoC-amd-raven-acp3x-i2s-remove-unused-but-set-varia.patch
	patches.suse/ASoC-fsl-mpc8610_hpcd-Add-missing-of_node_put.patch
	patches.suse/ASoC-amd-fixed-kernel-warnings.patch
	patches.suse/ASoC-q6asm-add-command-opcode-to-timeout-error-repor.patch
	patches.suse/ASoC-qdsp6-use-dev_err-instead-of-pr_err.patch
	patches.suse/ASoC-topology-use-break-on-errors-not-continue.patch
	patches.suse/ASoC-topology-factor-kfree-se-in-error-handling.patch
	patches.suse/ASoC-topology-add-more-logs-when-topology-load-fails.patch
	patches.suse/ASoC-mediatek-mt8183-sort-header-inclusions-in-alpha.patch
	patches.suse/ASoC-mediatek-mt8183-support-machine-driver-with-rt1.patch
	patches.suse/ASoC-atmel-classd-remove-codec-component.patch
	patches.suse/ASoC-atmel-pdmic-remove-codec-component.patch
	patches.suse/ASoC-tlv320adcx140-Add-ASI-enable-for-channel-5-8.patch
	patches.suse/ASoC-tlv320adcx140-Add-tx-offset-slot-programming.patch
	patches.suse/ASoC-codecs-Use-fallthrough-pseudo-keyword.patch
	patches.suse/ASoC-atmel-fix-kernel-doc.patch
	patches.suse/ASoC-samsung-spdif-fix-kernel-doc.patch
	patches.suse/ASoC-samsung-pcm-fix-kernel-doc.patch
	patches.suse/ASoC-tegra-tegra20_das-remove-always-true-comparison.patch
	patches.suse/ASoC-uniphier-aio-core-fix-kernel-doc.patch
	patches.suse/ASoC-codecs-da7210-fix-kernel-doc.patch
	patches.suse/ASoC-codecs-da7219-fix-defined-but-not-used-warning.patch
	patches.suse/ASoC-codecs-jz4770-Remove-defined-but-never-used-var.patch
	patches.suse/ASoC-ti-omap-mcbsp-st-Remove-set-but-unused-variable.patch
	patches.suse/ASoC-codecs-es8316-fix-defined-but-not-used-warning.patch
	patches.suse/ASoC-codecs-max98390-fix-defined-but-not-used-warnin.patch
	patches.suse/ASoC-codecs-rt-fix-defined-but-not-used-warning.patch
	patches.suse/ASoC-codecs-max98373-split-I2C-and-common-parts.patch
	patches.suse/ASoC-codecs-max98373-add-SoundWire-support.patch
	patches.suse/ASoC-Intel-sof-sdw-add-MAX98373-I2C-dependencies.patch
	patches.suse/ASoC-Intel-sdw_max98373-add-card_late_probe-support.patch
	patches.suse/ASoC-mediatek-mt8183-da7219-sort-header-inclusions-i.patch
	patches.suse/ASoC-mediatek-mt8183-da7219-remove-forward-declarati.patch
	patches.suse/ASoC-mediatek-mt8183-da7219-extract-codec-and-DAI-na.patch
	patches.suse/ASoC-mediatek-mt8183-da7219-support-machine-driver-w.patch
	patches.suse/ASoC-Intel-cht_bsw_rt5672-Improve-dai-set-fmt-commen.patch
	patches.suse/ASoC-fsl_spdif-Clear-the-validity-bit-for-TX.patch
	patches.suse/ASoC-fsl_spdif-Add-kctl-for-configuring-TX-validity-.patch
	patches.suse/ASoC-sti-uniperif-fix-defined-by-not-used-warning.patch
	patches.suse/ASoC-qcom-qdsp6-q6asm-Provide-documentation-for-code.patch
	patches.suse/ASoC-sunxi-sun4i-i2s-add-missing-clock-and-format-ar.patch
	patches.suse/ASoC-sunxi-sun4i-spdif-Fix-misspelling-of-reg_dac_tx.patch
	patches.suse/ASoC-pxa-pxa-ssp-Demote-seemingly-unintentional-kern.patch
	patches.suse/ASoC-ux500-ux500_msp_i2s-Remove-unused-variables-reg.patch
	patches.suse/ASoC-codecs-rt5631-fix-spurious-kernel-doc-start-and.patch
	patches.suse/ASoC-codecs-rt5659-Remove-many-unused-const-variable.patch
	patches.suse/ASoC-codecs-tlv320aic26-Demote-seemingly-unintention.patch
	patches.suse/ASoC-codecs-ak4458-Remove-set-but-never-checked-vari.patch
	patches.suse/ASoC-mediatek-mt8183-use-hdmi-codec.patch
	patches.suse/ASoC-mediatek-mt8183-support-HDMI-jack-reporting.patch
	patches.suse/ASoC-mediatek-mt8183-da7219-use-hdmi-codec.patch
	patches.suse/ASoC-mediatek-mt8183-da7219-support-HDMI-jack-report.patch
	patches.suse/ASoC-rockchip-spdif-Handle-clk-by-pm-runtime.patch
	patches.suse/ASoC-rsnd-don-t-use-discriminatory-terms-for-functio.patch
	patches.suse/ASoC-rsnd-don-t-use-discriminatory-terms-for-comment.patch
	patches.suse/ASoC-fsi-don-t-use-discriminatory-terms-for-comment.patch
	patches.suse/ASoC-siu-don-t-use-discriminatory-terms-for-paramete.patch
	patches.suse/ASoC-ssi-don-t-use-discriminatory-terms-for-debug-lo.patch
	patches.suse/ASoC-fsl-fsl-asoc-card-Trivial-Fix-misspelling-of-ex.patch
	patches.suse/ASoC-soc-component-Add-missed-return-for-calling-soc.patch
	patches.suse/ASoC-hdmi-codec-return-ENOTSUPP-for-digital_mute.patch
	patches.suse/ASoC-soc-dai.c-add-.no_capture_mute-support.patch
	patches.suse/1643-ASoC-hdmi-codec-merge-.digital_mute-into-.mute_strea.patch
	patches.suse/ASoC-ti-merge-.digital_mute-into-.mute_stream.patch
	patches.suse/ASoC-spear-merge-.digital_mute-into-.mute_stream.patch
	patches.suse/ASoC-meson-merge-.digital_mute-into-.mute_stream.patch
	patches.suse/ASoC-codecs-merge-.digital_mute-into-.mute_stream.patch
	patches.suse/ASoC-codecs-tlv-merge-.digital_mute-into-.mute_strea.patch
	patches.suse/ASoC-codecs-tas-merge-.digital_mute-into-.mute_strea.patch
	patches.suse/ASoC-codecs-ssm-merge-.digital_mute-into-.mute_strea.patch
	patches.suse/ASoC-codecs-pcm-merge-.digital_mute-into-.mute_strea.patch
	patches.suse/ASoC-codecs-max-merge-.digital_mute-into-.mute_strea.patch
	patches.suse/ASoC-codecs-alc-merge-.digital_mute-into-.mute_strea.patch
	patches.suse/ASoC-codecs-wm-merge-.digital_mute-into-.mute_stream.patch
	patches.suse/ASoC-codecs-es-merge-.digital_mute-into-.mute_stream.patch
	patches.suse/ASoC-codecs-da-merge-.digital_mute-into-.mute_stream.patch
	patches.suse/ASoC-codecs-cs-merge-.digital_mute-into-.mute_stream.patch
	patches.suse/ASoC-codecs-ak-merge-.digital_mute-into-.mute_stream.patch
	patches.suse/ASoC-simple-card-utils-Support-configure-pin_name-fo.patch
	patches.suse/ASoC-fsl-asoc-card-Support-Headphone-and-Microphone-.patch
	patches.suse/ALSA-hda-export-snd_hda_codec_cleanup_for_unbind.patch
	patches.suse/ALSA-hda-fix-snd_hda_codec_cleanup-documentation.patch
	patches.suse/ASoC-qcom-qdsp6-Use-the-defined-variable-to-clean-co.patch
	patches.suse/ASoC-rt5682-disable-MICBIAS-and-Vref2-widget-in-defa.patch
	patches.suse/ASoC-qcom-qdsp6-Use-IS_ERR-instead-of-IS_ERR_OR_NULL.patch
	patches.suse/ASoC-soc-dai.h-don-t-use-discriminatory-terms-for-co.patch
	patches.suse/ASoC-rt5682-optimize-the-power-consumption.patch
	patches.suse/ASoC-atmel-merge-.digital_mute-into-.mute_stream.patch
	patches.suse/ASoC-soc-core-snd_soc_dai_digital_mute-for-both-CPU-.patch
	patches.suse/ASoC-Intel-Skylake-Avoid-the-use-of-one-element-arra.patch
	patches.suse/ASoC-tegra20_das.h-delete-duplicated-words.patch
	patches.suse/ASoC-wcd9335.h-fix-duplicated-word.patch
	patches.suse/ASoC-soc-dai.h-drop-a-duplicated-word.patch
	patches.suse/ASoC-tegra-Add-support-for-CIF-programming.patch
	patches.suse/ASoC-tegra-Add-Tegra210-based-DMIC-driver.patch
	patches.suse/ASoC-tegra-Add-Tegra210-based-I2S-driver.patch
	patches.suse/ASoC-tegra-Add-Tegra210-based-AHUB-driver.patch
	patches.suse/ASoC-tegra-Add-Tegra186-based-DSPK-driver.patch
	patches.suse/ASoC-Intel-sof_sdw_rt711-remove-hard-coded-codec-nam.patch
	patches.suse/ASoC-Intel-sof_sdw_rt711-remove-properties-in-card-r.patch
	patches.suse/ASoC-Intel-sof_sdw-add-support-for-systems-without-i.patch
	patches.suse/ASoC-Intel-sof_sdw-avoid-crash-if-invalid-DSP-topolo.patch
	patches.suse/ASoC-intel-board-sof_rt5682-Update-rt1015-pll-input-.patch
	patches.suse/ASoC-tas2770-Fix-reset-gpio-property-name.patch
	patches.suse/ASoC-tegra-Add-Tegra210-based-ADMAIF-driver.patch
	patches.suse/ASoC-Replace-HTTP-links-with-HTTPS-ones.patch
	patches.suse/ASoC-hdac_hda-call-patch_ops.free-on-probe-error.patch
	patches.suse/ASoC-hdac_hda-fix-memleak-on-module-unload.patch
	patches.suse/ASoC-hdac_hda-fix-deadlock-after-PCM-open-error.patch
	patches.suse/ASoC-SOF-define-INFO_-flags-in-dsp_ops-for-imx8.patch
	patches.suse/ASoC-SOF-imx-Use-ARRAY_SIZE-instead-of-hardcoded-val.patch
	patches.suse/ASoC-SOF-imx8-Fix-ESAI-DAI-driver-name-for-i.MX8-iMX.patch
	patches.suse/ASoC-SOF-imx8m-Fix-SAI-DAI-driver-for-i.MX8M.patch
	patches.suse/ASoC-SOF-imx8-Add-SAI-dai-driver-for-i.MX-i.MX8X.patch
	patches.suse/ASoC-SOF-topology-Update-SAI-config-bclk-fsync-rate.patch
	patches.suse/ASoC-SOF-pcm-Update-rate-channels-for-SAI-ESAI-DAIs.patch
	patches.suse/ASoC-mediatek-mt8183-support-left-justified-format-f.patch
	patches.suse/ASoC-mediatek-mt8183-support-machine-driver-with-max.patch
	patches.suse/ASoC-ti-Replace-HTTP-links-with-HTTPS-ones.patch
	patches.suse/ASoC-fsl-Replace-HTTP-links-with-HTTPS-ones.patch
	patches.suse/ASoC-wm_adsp-Support-new-metadata-block-ID-s.patch
	patches.suse/ASoC-omap-Replace-HTTP-links-with-HTTPS-ones.patch
	patches.suse/ASoC-ti-fix-SND_SOC_J721E_EVM-warnings-errors.patch
	patches.suse/ASoC-tegra-Fix-build-error-due-to-64-by-32-division.patch
	patches.suse/ASoC-fsl_esai-add-IRQF_SHARED-for-devm_request_irq.patch
	patches.suse/ASoC-fsl-asoc-card-Support-configuring-dai-fmt-from-.patch
	patches.suse/ASoC-soc-xxx-add-asoc_substream_to_rtd.patch
	patches.suse/ASoC-ux500-use-asoc_substream_to_rtd.patch
	patches.suse/ASoC-ti-use-asoc_substream_to_rtd.patch
	patches.suse/ASoC-tegra-use-asoc_substream_to_rtd.patch
	patches.suse/ASoC-sunxi-use-asoc_substream_to_rtd.patch
	patches.suse/ASoC-stm-use-asoc_substream_to_rtd.patch
	patches.suse/ASoC-sof-use-asoc_substream_to_rtd.patch
	patches.suse/ASoC-sh-use-asoc_substream_to_rtd.patch
	patches.suse/ASoC-samsung-use-asoc_substream_to_rtd.patch
	patches.suse/ASoC-pxa-use-asoc_substream_to_rtd.patch
	patches.suse/ASoC-cirrus-use-asoc_substream_to_rtd.patch
	patches.suse/ASoC-rockchip-use-asoc_substream_to_rtd.patch
	patches.suse/ASoC-amd-use-asoc_substream_to_rtd.patch
	patches.suse/ASoC-fsl-use-asoc_substream_to_rtd.patch
	patches.suse/ASoC-mediatek-use-asoc_substream_to_rtd.patch
	patches.suse/ASoC-atmel-use-asoc_substream_to_rtd.patch
	patches.suse/ASoC-qcom-use-asoc_substream_to_rtd.patch
	patches.suse/ASoC-dwc-use-asoc_substream_to_rtd.patch
	patches.suse/ASoC-meson-use-asoc_substream_to_rtd.patch
	patches.suse/ASoC-au1x-use-asoc_substream_to_rtd.patch
	patches.suse/ASoC-bcm-use-asoc_substream_to_rtd.patch
	patches.suse/ASoC-codecs-use-asoc_substream_to_rtd.patch
	patches.suse/ASoC-generic-use-asoc_substream_to_rtd.patch
	patches.suse/ASoC-sprd-use-asoc_substream_to_rtd.patch
	patches.suse/ASoC-kirkwood-use-asoc_substream_to_rtd.patch
	patches.suse/ASoC-xtensa-use-asoc_substream_to_rtd.patch
	patches.suse/ASoC-mxs-use-asoc_substream_to_rtd.patch
	patches.suse/ASoC-uniphier-use-asoc_substream_to_rtd.patch
	patches.suse/ASoC-soc-component-don-t-report-of_xlate_dai_name-fa.patch
	patches.suse/ASoC-max98390-Update-dsm-init-sequence-and-condition.patch
	patches.suse/ASoC-max98390-update-dsm-param-bin-max-size.patch
	patches.suse/ASoC-qcom-Use-devm-for-resource-management.patch
	patches.suse/ASoC-qcom-common-Use-snd_soc_dai_link_set_capabiliti.patch
	patches.suse/ASoC-q6afe-Remove-unused-q6afe_is_rx_port-function.patch
	patches.suse/ASoC-qcom-common-Support-parsing-links-without-DPCM.patch
	patches.suse/ASoC-qcom-common-Parse-properties-with-qcom-prefix.patch
	patches.suse/ASoC-qcom-apq8016_sbc-Use-qcom_snd_parse_of.patch
	patches.suse/ASoC-qcom-common-Avoid-printing-errors-for-EPROBE_DE.patch
	patches.suse/ASoC-dapm-don-t-call-pm_runtime_-on-card-device.patch
	patches.suse/ASoC-AMD-Restore-PME_EN-state-at-Power-On.patch
	patches.suse/ASoC-dt-bindings-q6asm-Add-Q6ASM_DAI_-TX_RX-TX-RX-de.patch
	patches.suse/ASoC-intel-boards-use-asoc_substream_to_rtd.patch
	patches.suse/ASoC-intel-use-asoc_substream_to_rtd.patch
	patches.suse/ASoC-madera-Add-channel-numbers-to-AIFs.patch
	patches.suse/ASoC-tas2562-Update-shutdown-GPIO-property2.patch
	patches.suse/ASoC-SOF-Intel-fix-the-suspend-procedure-to-support-.patch
	patches.suse/ASoC-SOF-Intel-disable-traces-when-switching-to-S0Ix.patch
	patches.suse/ASoC-bcm2835-Silence-clk_get-error-on-EPROBE_DEFER.patch
	patches.suse/ASoC-tlv320adcx140-Fix-various-style-errors-and-warn.patch
	patches.suse/ASoC-tlv320adcx140-Add-GPO-configuration-and-drive-o.patch
	patches.suse/ASoC-tlv320adcx140-Fix-GPO-register-start-address.patch
	patches.suse/ASoC-tlv320adcx140-Move-device-reset-to-before-progr.patch
	patches.suse/ASoC-samsung-Add-sound-support-for-Midas-boards.patch
	patches.suse/ASoC-amd-Renaming-snd-soc-card-structure-and-fields.patch
	patches.suse/ASoC-amd-Passing-card-structure-based-on-codec.patch
	patches.suse/ASoC-amd-Adding-support-for-ALC1015-codec-in-machine.patch
	patches.suse/ASoC-amd-Adding-DAI-LINK-for-rt1015-codec.patch
	patches.suse/ASoC-amd-Added-hw_params-support-for-ALC1015.patch
	patches.suse/ASoC-meson-cards-remove-DT_PREFIX-for-standard-daifm.patch
	patches.suse/ASoC-Intel-KMB-Add-8kHz-audio-support.patch
	patches.suse/ASoC-Intel-KMB-Rework-disable-channel-function.patch
	patches.suse/ASoC-SOF-imx-use-resource_size.patch
	patches.suse/ASoC-wm8962-Do-not-access-WM8962_GPIO_BASE.patch
	patches.suse/ASoC-rk3399_gru_sound-Add-DAPM-pins-kcontrols-for-ja.patch
	patches.suse/ASoC-Intel-drop-unnecessary-list_empty.patch
	patches.suse/ASoC-sh-Replace-select-DMADEVICES-with-depends-on.patch
	patches.suse/ASoC-core-Relocate-and-expose-snd_soc_component_init.patch
	patches.suse/ASoC-core-Simplify-snd_soc_component_initialize-decl.patch
	patches.suse/ASoC-core-Two-step-component-registration.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/ASoC-hda-tegra-Set-buffer-alignment-to-128-bytes.patch
	patches.suse/ALSA-hda-Add-dma-stop-delay-variable.patch
	patches.suse/ALSA-hda-tegra-Add-100us-dma-stop-delay.patch
	patches.suse/ALSA-isa-delete-repeated-words-in-comments.patch
	patches.suse/ALSA-pci-delete-repeated-words-in-comments.patch
	patches.suse/staging-rtl8712-switch-to-common-ieee80211-headers.patch
	patches.suse/staging-rtl8712-Remove-unnecesary-else-after-return-.patch
	patches.suse/staging-qlge-qlge_main.c-fixed-spaces-coding-style-i.patch
	patches.suse/staging-r8723bs-remove-wrappers-around-skb_clone-and.patch
	patches.suse/staging-rtl8712-avoid-skb_clone-after-skb-allocation.patch
	patches.suse/staging-rtl8188eu-use-common-packet-header-constants.patch
	patches.suse/Staging-rtl8188eu-Fix-alignment-coding-style-issue.patch
	patches.suse/staging-rtl8188eu-Fix-comment-formatting.patch
	patches.suse/staging-rtl8188eu-Fix-strings-split-across-lines.patch
	patches.suse/staging-rtl8188eu-Fix-indentation.patch
	patches.suse/staging-qlge-fix-trailing-in-block-comment.patch
	patches.suse/staging-qlge-fix-else-after-return-or-break.patch
	patches.suse/staging-rtl8188eu-remove-blank-lines-in-header-files.patch
	patches.suse/staging-rtl8188eu-remove-unnecessary-comments-in-hal.patch
	patches.suse/staging-qlge-fix-ql_sem_unlock.patch
	patches.suse/staging-qlge-replace-pr_err-with-netdev_err.patch
	patches.suse/staging-rtl8188eu-include-hal8188e_rate_adaptive.h-f.patch
	patches.suse/staging-rtl8188eu-include-odm.h-fixed-a-blank-space-.patch
	patches.suse/staging-rtl8192e-use-generic-power-management.patch
	patches.suse/staging-qlge-qlge_main.c-use-generic-power-managemen.patch
	patches.suse/staging-rtl8188eu-use-compound-assignment-operators.patch
	patches.suse/staging-rtl8188eu-add-spaces-around-operators.patch
	patches.suse/staging-rtl8188eu-remove-some-ieee80211-constants-fr.patch
	patches.suse/staging-rtl8723bs-remove-some-ieee80211-constants-fr.patch
	patches.suse/staging-rtl8712-remove-some-ieee80211-constants-from.patch
	patches.suse/staging-rtl8188eu-Replace-function-name-with-__func_.patch
	patches.suse/staging-qlge-qlge.h-remove-unnecessary-spaces.patch
	patches.suse/staging-vchiq_arm-Add-a-matching-unregister-call.patch
	patches.suse/staging-rtl8188eu-core-Fix-WARNING-of-Block-comments.patch
	patches.suse/staging-rtl8188eu-core-Fix-coding-style-issue.patch
	patches.suse/staging-rtl8188eu-remove-unused-parameter.patch
	patches.suse/staging-rtl8188eu-use-common-ieee80211-constants.patch
	patches.suse/staging-rtl8188eu-Fix-CHECK-of-coding-style.patch
	patches.suse/staging-rtl8188eu-Fix-WARNINGs-of-Block-comments.patch
	patches.suse/staging-rtl8712-use-common-ieee80211-constants.patch
	patches.suse/staging-rtl8712-Replace-FIELD_OFFSET-with-offsetof.patch
	patches.suse/staging-rtl8712-base_types-Remove-unused-macros.patch
	patches.suse/staging-qlge-qlge_ethtool.c-Proper-indentation.patch
	patches.suse/staging-rtl8192u-remove-GPL-boiler-plate-text.patch
	patches.suse/staging-rtl8192u-remove-copying-file.patch
	patches.suse/staging-rtl8712-Annotate-r8712_sitesurvey_cmd.patch
	patches.suse/staging-rtl8192u-Using-comparison-to-true-is-error-2.patch
	patches.suse/staging-rtl8723bs-Using-comparison-to-true-is-error2.patch
	patches.suse/staging-rtl8188eu-Use-fallthrough-pseudo-keyword.patch
	patches.suse/staging-rtl8712-Replace-constant-49152-with-expressi.patch
	patches.suse/staging-rtl8712-Simplify-expressions-with-boolean-lo.patch
	patches.suse/staging-rtl8712-Use-ETH_ALEN-instead-of-hardcoded-va.patch
	patches.suse/staging-rtl8712-Remove-variable-raw-from-rtl871x_ope.patch
	patches.suse/staging-rtl8712-Use-proper-format-in-call-to-dev_err.patch
	patches.suse/staging-rtl8712-Using-comparison-to-true-is-error-pr.patch
	patches.suse/staging-rtl8192e-rtl8192E_dev-Remove-pci-dma-compat-.patch
	patches.suse/staging-rtl8192e-rtl_core-Remove-pci-dma-compat-wrap.patch
	patches.suse/staging-qlge-Remove-pci-dma-compat-wrapper-APIs.patch
	patches.suse/staging-qlge-qlge.h-Function-definition-arguments-sh.patch
	patches.suse/staging-qlge-qlge.h-Insert-line-after-declaration.patch
	patches.suse/staging-qlge-qlge_dbg-Simplify-while-statements.patch
	patches.suse/staging-qlge-qlge_mpi-Simplify-while-statements.patch
	patches.suse/staging-qlge-qlge_ethtool-Remove-one-byte-memset.patch
	patches.suse/staging-r8188eu-remove-unused-members-of-struct-xmit.patch
	patches.suse/staging-rtl8188eu-core-fix-coding-style-issues.patch
	patches.suse/iio-improve-IIO_CONCENTRATION-channel-type-descripti.patch
	patches.suse/iio-at91-sama5d2_adc-remove-usage-of-iio_priv_to_dev.patch
	patches.suse/staging-rtl8192u-fix-a-dubious-looking-mask-before-a.patch
	patches.suse/staging-rtl8712-handle-firmware-load-failure.patch
	patches.suse/staging-qlge-qlge_main.c-Replace-depracated-MSI-API.patch
	patches.suse/staging-rtl-security-Use-static-const-in-array-decla.patch
	patches.suse/staging-rtl8188eu-add-blank-line-after-declarations.patch
	patches.suse/staging-rtl8188eu-clear-tabstop-style-issues.patch
	patches.suse/staging-rtl8188eu-include-fixed-multiple-blank-space.patch
	patches.suse/Staging-rtl8188eu-core-Fix-coding-style-issue.patch
	patches.suse/staging-rtl8188eu-add-spaces-around-operators-in-hea.patch
	patches.suse/staging-wlan-ng-Fix-alignment-to-match-open-parenthe.patch
	patches.suse/staging-rtl8192e-add-space-before-open-parenthesis.patch
	patches.suse/staging-rtl8192e-add-proper-code-indent.patch
	patches.suse/iio-dac-ad5592r-fix-unbalanced-mutex-unlocks-in-ad55.patch
	patches.suse/staging-rtl8188eu-clear-alignment-style-issues.patch
	patches.suse/staging-rtl8188eu-cleanup-whitespace-in-declarations.patch
	patches.suse/staging-rtl8188eu-Fix-an-indent-coding-style-issue.patch
	patches.suse/staging-rtl8723bs-Cleanup-open-brace-issues.patch
	patches.suse/Staging-rtl8188eu-Fix-a-constant-comparison-coding-s.patch
	patches.suse/STAGING-REALTEK-RTL8188EU-DRIVERS-Fix-Coding-Style-E.patch
	patches.suse/staging-r8188eu-use-proper-type-for-second-argiment-.patch
	patches.suse/staging-rtl8192e-Use-fallthrough-pseudo-keyword.patch
	patches.suse/staging-rtl8723bs-Use-fallthrough-pseudo-keyword.patch
	patches.suse/staging-rtl8712-Use-fallthrough-pseudo-keyword.patch
	patches.suse/staging-qlge-Use-fallthrough-pseudo-keyword.patch
	patches.suse/Staging-rtl8188eu-rtw_mlme-Fix-uninitialized-variabl.patch
	patches.suse/staging-rtl8723bs-remove-redundant-assignment-to-var.patch
	patches.suse/Staging-rtl8712-Fixed-a-coding-sytle-issue.patch
	patches.suse/staging-rtl8723bs-Fix-coding-style-errors.patch
	patches.suse/staging-rtl8723bs-Clean-up-function-declations.patch
	patches.suse/staging-rtl8723bs-Align-macro-definitions.patch
	patches.suse/staging-qlge-qlge_dbg-removed-comment-repition.patch
	patches.suse/staging-r8188eu-replace-rtw_netdev_priv-define-with-.patch
	patches.suse/tty-serial-fsl_lpuart-minimum-baud-rate-support.patch
	patches.suse/serial-imx-implement-rts-delaying-for-rs485.patch
	patches.suse/serial-imx-use-hrtimers-for-rs485-delays.patch
	patches.suse/tty-serial-imx-enable-imx-serial-console-port-as-module.patch
	patches.suse/tty-serial-imx-add-imx-earlycon-driver.patch
	patches.suse/vgacon-fix-out-of-bounds-write-to-the-scrollback-buf.patch
	patches.suse/IB-srpt-Remove-WARN_ON-from-srpt_cm_req_recv.patch
	patches.suse/RDMA-Correct-trivial-kernel-doc-inconsistencies.patch
	patches.suse/RDMA-ipoib-Return-void-from-ipoib_mcast_stop_thread.patch
	patches.suse/RDMA-hfi1-Remove-hfi1_create_qp-declaration.patch
	patches.suse/RDMA-rxe-Remove-unused-rxe_mem_map_pages.patch
	patches.suse/RDMA-core-Don-t-call-fill_res_entry-for-PD.patch
	patches.suse/RDMA-Add-dedicated-MR-resource-tracker-function.patch
	patches.suse/RDMA-Add-a-dedicated-CQ-resource-tracker-function.patch
	patches.suse/RDMA-Add-dedicated-QP-resource-tracker-function.patch
	patches.suse/RDMA-Add-dedicated-CM_ID-resource-tracker-function.patch
	patches.suse/RDMA-Add-support-to-dump-resource-tracker-in-RAW-for.patch
	patches.suse/RDMA-mlx5-Add-support-to-get-QP-resource-in-RAW-form.patch
	patches.suse/RDMA-mlx5-Add-support-to-get-CQ-resource-in-RAW-form.patch
	patches.suse/RDMA-mlx5-Add-support-to-get-MR-resource-in-RAW-form.patch
	patches.suse/RDMA-ipoib-Return-void-from-ipoib_ib_dev_stop.patch
	patches.suse/IB-mad-Issue-complete-whenever-decrements-agent-refc.patch
	patches.suse/IB-mad-Change-atomics-to-refcount-API.patch
	patches.suse/IB-mad-Delete-RMPP_STATE_CANCELING-state.patch
	patches.suse/RDMA-core-Delete-not-used-create-RWQ-table-function.patch
	patches.suse/IB-hfi1-Convert-PCIBIOS_-errors-to-generic-E-errors.patch
	patches.suse/RDMA-ipoib-Fix-ABBA-deadlock-with-ipoib_reap_ah.patch
	patches.suse/RDMA-core-Fix-bogus-WARN_ON-during-ib_unregister_dev.patch
	patches.suse/RDMA-mlx5-Introduce-ODP-prefetch-counter.patch
	patches.suse/net-mlx5-Enable-QP-number-request-when-creating-IPoI.patch
	patches.suse/RDMA-ipoib-Handle-user-supplied-address-when-creatin.patch
	patches.suse/RDMA-core-Clean-up-tracepoint-headers.patch
	patches.suse/RDMA-core-Check-for-error-instead-of-success-in-allo.patch
	patches.suse/RDMA-core-Remove-ib_alloc_mr_user-function.patch
	patches.suse/RDMA-Remove-the-udata-parameter-from-alloc_mr-callba.patch
	patches.suse/RDMA-mlx5-Get-XRCD-number-directly-for-the-internal-.patch
	patches.suse/RDMA-core-Clean-ib_alloc_xrcd-and-reuse-it-to-alloca.patch
	patches.suse/RDMA-core-Optimize-XRC-target-lookup.patch
	patches.suse/IB-uverbs-Enable-CQ-ioctl-commands-by-default.patch
	patches.suse/IB-uverbs-Set-IOVA-on-IB-MR-in-uverbs-layer.patch
	patches.suse/IB-uverbs-Expose-UAPI-to-query-ucontext.patch
	patches.suse/RDMA-mlx5-Refactor-mlx5_ib_alloc_ucontext-response.patch
	patches.suse/RDMA-mlx5-Implement-the-query-ucontext-functionality.patch
	patches.suse/RDMA-mlx5-Introduce-UAPI-to-query-PD-attributes.patch
	patches.suse/IB-uverbs-Expose-UAPI-to-query-MR.patch
	patches.suse/RDMA-core-Create-and-destroy-counters-in-the-ib_core.patch
	patches.suse/RDMA-Move-XRCD-to-be-under-ib_core-responsibility.patch
	patches.suse/RDMA-rxe-Skip-dgid-check-in-loopback-mode.patch
	patches.suse/RDMA-hns-Optimize-MTR-level-0-addressing-to-access-h.patch
	patches.suse/RDMA-mlx5-Limit-the-scope-of-mlx5_ib_enable_driver-f.patch
	patches.suse/RDMA-mlx5-Separate-restrack-callbacks-initialization.patch
	patches.suse/RDMA-mlx5-Separate-counters-from-main.c.patch
	patches.suse/RDMA-mlx5-Separate-flow-steering-logic-from-main.c.patch
	patches.suse/RDMA-mlx5-Cleanup-DEVX-initialization-flow.patch
	patches.suse/RDMA-mlx5-Delete-one-time-used-functions.patch
	patches.suse/RDMA-mlx5-Remove-unused-to_mibmr-function.patch
	patches.suse/RDMA-counter-Add-PID-category-support-in-auto-mode.patch
	patches.suse/RDMA-counter-Only-bind-user-QPs-in-auto-mode.patch
	patches.suse/RDMA-counter-Allow-manually-bind-QPs-with-different-.patch
	patches.suse/RDMA-rxe-Drop-pointless-checks-in-rxe_init_ports.patch
	patches.suse/RDMA-rxe-Return-void-from-rxe_init_port_param.patch
	patches.suse/RDMA-rxe-Return-void-from-rxe_mem_init_dma.patch
	patches.suse/RDMA-rxe-Remove-rxe_link_layer.patch
	patches.suse/RDMA-mlx5-Init-dest_type-when-create-flow.patch
	patches.suse/IB-isert-allocate-RW-ctxs-according-to-max-IO-size.patch
	patches.suse/RDMA-qedr-SRQ-s-bug-fixes.patch
	patches.suse/IB-hfi1-Remove-unnecessary-fall-through-markings.patch
	patches.suse/RDMA-usnic-switch-from-pci_-to-dma_-API.patch
	patches.suse/RDMA-qedr-Add-EDPM-mode-type-for-user-fw-compatibili.patch
	patches.suse/RDMA-qedr-Add-EDPM-max-size-to-alloc-ucontext-respon.patch
	patches.suse/RDMA-rxe-Prevent-access-to-wr-next-ptr-afrer-wr-is-p.patch
	patches.suse/RDMA-core-Expose-pkeys-sysfs-files-only-if-pkey_tbl_.patch
	patches.suse/RDMA-core-Allocate-the-pkey-cache-only-if-the-pkey_t.patch
	patches.suse/RDMA-core-Remove-query_pkey-from-the-mandatory-ops.patch
	patches.suse/RDMA-siw-Remove-the-query_pkey-callback.patch
	patches.suse/RDMA-cxgb4-Remove-the-query_pkey-callback.patch
	patches.suse/RDMA-i40iw-Remove-the-query_pkey-callback.patch
	patches.suse/RDMA-qedr-Remove-the-query_pkey-callback.patch
	patches.suse/RDMA-bnxt_re-introduce-wqe-mode-to-select-execution-.patch
	patches.suse/RDMA-bnxt_re-introduce-a-function-to-allocate-swq.patch
	patches.suse/RDMA-bnxt_re-Pull-psn-buffer-dynamically-based-on-pr.patch
	patches.suse/RDMA-bnxt_re-Add-helper-data-structures.patch
	patches.suse/RDMA-bnxt_re-Change-wr-posting-logic-to-accommodate-.patch
	patches.suse/RDMA-rdma_user_ioctl.h-fix-a-duplicated-word-clarify.patch
	patches.suse/RDMA-mlx5-Allow-SQ-modification.patch
	patches.suse/RDMA-core-Align-abort-commit-object-scheme-for-write.patch
	patches.suse/RDMA-core-Update-write-interface-to-use-automatic-ob.patch
	patches.suse/RDMA-mlx5-Add-missing-srcu_read_lock-in-ODP-implicit.patch
	patches.suse/RDMA-uverbs-Remove-redundant-assignments.patch
	patches.suse/RDMA-uverbs-Silence-shiftTooManyBitsSigned-warning.patch
	patches.suse/IB-hfi1-Use-fallthrough-pseudo-keyword.patch
	patches.suse/RDMA-mlx5-Fix-typo-in-enum-name.patch
	patches.suse/net-mlx5-Support-setting-access-rights-of-dma-addres.patch
	patches.suse/net-mlx5-Add-VDPA-interface-type-to-supported-enumer.patch
	patches.suse/net-mlx5-Add-interface-changes-required-for-VDPA.patch
	patches.suse/net-mlx5-Enable-count-action-for-rules-with-allow-ac.patch
	patches.suse/RDMA-mlx5-ConnectX-7-new-capabilities-to-set-relaxed.patch
	patches.suse/RDMA-mlx5-Use-MLX5_SET-macro-instead-of-local-struct.patch
	patches.suse/RDMA-mlx5-Set-mkey-relaxed-ordering-by-UMR-with-Conn.patch
	patches.suse/RDMA-core-Fix-return-error-value-in-_ib_modify_qp-to.patch
	patches.suse/RDMA-mlx5-Delete-unreachable-code.patch
	patches.suse/IB-iser-use-new-shared-CQ-mechanism.patch
	patches.suse/IB-isert-use-new-shared-CQ-mechanism.patch
	patches.suse/IB-srpt-use-new-shared-CQ-mechanism.patch
	patches.suse/RDMA-efa-Expose-maximum-TX-doorbell-batch.patch
	patches.suse/RDMA-efa-Expose-minimum-SQ-size.patch
	patches.suse/RDMA-efa-User-kernel-compatibility-handshake-mechani.patch
	patches.suse/RDMA-efa-Add-EFA-0xefa1-PCI-ID.patch
	patches.suse/RDMA-cma-Simplify-DEVICE_REMOVAL-for-internal_id.patch
	patches.suse/RDMA-cma-Using-the-standard-locking-pattern-when-del.patch
	patches.suse/RDMA-cma-Remove-unneeded-locking-for-req-paths.patch
	patches.suse/RDMA-cma-Execute-rdma_cm-destruction-from-a-handler-.patch
	patches.suse/RDMA-rtrs-clt-add-an-additional-random-8-seconds-bef.patch
	patches.suse/RDMA-rtrs-remove-WQ_MEM_RECLAIM-for-rtrs_wq.patch
	patches.suse/RDMA-include-Replace-license-text-with-SPDX-tags.patch
	patches.suse/RDMA-netlink-Remove-CAP_NET_RAW-check-when-dump-a-ra.patch
	patches.suse/RDMA-hns-Remove-redundant-hardware-opcode-definition.patch
	patches.suse/RDMA-hns-Refactor-hns_roce_v2_set_hem.patch
	patches.suse/RDMA-hns-Remove-support-for-HIP08_A.patch
	patches.suse/RDMA-hns-Remove-redundant-parameters-in-set_rc_wqe.patch
	patches.suse/RDMA-hns-Delete-unnecessary-memset-when-allocating-V.patch
	patches.suse/RDMA-hns-Fix-error-during-modify-qp-RTS2RTS.patch
	patches.suse/RDMA-hns-Fix-the-unneeded-process-when-getting-a-gen.patch
	patches.suse/RDMA-umem-Add-a-schedule-point-in-ib_umem_get.patch
	patches.suse/RDMA-rxe-Remove-pkey-table.patch
	patches.suse/RDMA-mlx5-Fix-flow-destination-setting-for-RDMA-TX-f.patch
	patches.suse/scsi-ufs-Add-quirk-to-fix-mishandling-utrlclr-utmrlclr
	patches.suse/scsi-ufs-Add-quirk-to-disallow-reset-of-interrupt-aggregation
	patches.suse/scsi-ufs-Add-quirk-to-enable-host-controller-without-hce
	patches.suse/scsi-ufs-Introduce-UFSHCD_QUIRK_PRDT_BYTE_GRAN-quirk
	patches.suse/scsi-ufs-Add-quirk-to-fix-abnormal-ocs-fatal-error
	patches.suse/scsi-Fix-trivial-spelling.patch
	patches.suse/scsi-ufs-Fix-imprecise-load-calculation-in-devfreq-window
	patches.suse/scsi-target-tcmu-remove-unnecessary-bit-tcmu_cmd_bit_inflight
	patches.suse/scsi-target-tcmu-optimize-use-of-flush_dcache_page
	patches.suse/scsi-target-tcmu-fix-crash-in-tcmu_flush_dcache_range-on-arm
	patches.suse/scsi-cumana_2-Fix-different-dev_id-between-request_irq-and-free_irq
	patches.suse/scsi-bnx2fc-removal-of-unused-variables
	patches.suse/msft-hv-2114-scsi-storvsc-Fix-spelling-mistake.patch
	patches.suse/scsi-target-tcmu-fix-crash-on-arm-during-cmd-completion
	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-powertec-Fix-different-dev_id-between-request_irq-and-free_irq
	patches.suse/scsi-eesox-Fix-different-dev_id-between-request_irq-and-free_irq
	patches.suse/scsi-target-check-enforce_pr_isids-during-registration
	patches.suse/scsi-target-fix-xcopy-sess-release-leak
	patches.suse/scsi-target-fix-crash-during-spec_i_pt-handling
	patches.suse/scsi-target-fix-iscsi-transport-id-parsing
	patches.suse/scsi-target-fix-iscsi-transport-id-buffer-setup
	patches.suse/scsi-target-fix-iscsi-transport-id-buf-len-calculation
	patches.suse/scsi-target-handle-short-isids
	patches.suse/scsi-zfcp-use-prandom_u32_max-for-backoff
	patches.suse/scsi-zfcp-clean-up-zfcp_erp_action_ready
	patches.suse/scsi-zfcp-replace-open-coded-list-move
	patches.suse/scsi-zfcp-avoid-benign-overflow-of-the-request-queue-s-free-level
	patches.suse/scsi-megaraid-Fix-kdoc-comments-format.patch
	patches.suse/scsi-megaraid-Fix-compilation-warnings.patch
	patches.suse/scsi-megaraid-Remove-set-but-unused-variable.patch
	patches.suse/scsi-mpt3sas-fix-set-but-unused-variable
	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/msft-hv-2118-scsi-storvsc-Add-validation-for-untrusted-Hyper-V-va.patch
	patches.suse/scsi-cxgb4i-add-support-for-iscsi-segmentation-offload
	patches.suse/scsi-target-cxgbit-check-connection-state-before-issuing-hardware-command
	patches.suse/scsi-target-cxgbit-remove-tx-flow-control-code
	patches.suse/scsi-target-remove-unused-variable-tpg
	patches.suse/scsi-cxgb4i-fix-dereference-of-pointer-tdata-before-it-is-null-checked
	patches.suse/scsi-cxgb4i-clean-up-a-debug-printk
	patches.suse/scsi-scsi_debug-Add-check-for-sdebug_max_queue-during-module-init
	patches.suse/scsi-scsi_debug-Support-hostwide-tags.patch
	patches.suse/scsi-bnx2fc-repair-a-range-of-kerneldoc-issues
	patches.suse/scsi-qedf-demote-obvious-misuse-of-kerneldoc-to-standard-comment-blocks-a9d4aece
	patches.suse/scsi-qedf-remove-set-but-not-checked-variable-tmp
	patches.suse/scsi-bnx2fc-fix-a-couple-of-bitrotted-function-documentation-headers
	patches.suse/scsi-qedf-remove-a-whole-host-of-unused-variables
	patches.suse/scsi-bnx2fc-demote-obvious-misuse-of-kerneldoc-to-standard-comment-blocks
	patches.suse/scsi-qedf-demote-obvious-misuse-of-kerneldoc-to-standard-comment-blocks
	patches.suse/scsi-aacraid-provide-suggested-curly-braces-around-empty-body-of-if
	patches.suse/scsi-lpfc-Quieten-some-printks.patch
	patches.suse/scsi-cxgb4i-remove-an-unnecessary-null-check-for-cconn-pointer
	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-aacraid-fix-logical-bug-when-dbg
	patches.suse/scsi-be2iscsi-fix-api-documentation-slip
	patches.suse/scsi-be2iscsi-fix-misdocumentation-of-pcontext
	patches.suse/scsi-be2iscsi-add-missing-function-parameter-description
	patches.suse/scsi-lpfc-Correct-some-pretty-obvious-misdocumentati.patch
	patches.suse/scsi-hpsa-Correct-rare-oob-condition.patch
	patches.suse/scsi-hpsa-Increase-queue-depth-for-external-LUNs.patch
	patches.suse/scsi-hpsa-Increase-controller-error-handling-timeout.patch
	patches.suse/scsi-hpsa-Bump-version.patch
	patches.suse/scsi-megaraid_sas-Clear-affinity-hint
	patches.suse/scsi-lpfc-Add-dependency-on-CPU_FREQ.patch
	patches.suse/scsi-mesh-Fix-panic-after-host-or-bus-reset
	patches.suse/scsi-libcxgbi-remove-unnecessary-null-checks-for-tdata-pointer
	patches.suse/scsi-core-Only-return-started-requests-from-scsi_hos.patch
	patches.suse/scsi-core-add-missing-scsi_device_put-in-scsi_host_block
	patches.suse/scsi-lpfc-Remove-unused-variable-pg_addr.patch
	patches.suse/scsi-lpfc-Fix-up-around-120-documentation-issues.patch
	patches.suse/scsi-pm8001-staticify-pm80xx_pci_mem_copy-and-mpi_set_phy_profile_req
	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-csiostor-fix-misnamed-function-parameter
	patches.suse/scsi-csiostor-demote-kerneldoc-that-fails-to-meet-the-criteria
	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-bnx2i-fix-parameter-misnaming-in-function-header
	patches.suse/scsi-bnx2i-add-missing-descriptions-for-attr-parameter
	patches.suse/scsi-qedi-remove-2-set-but-unused-variables
	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-csiostor-mark-known-unused-variable-as-_always_unused
	patches.suse/scsi-csiostor-remove-2-unused-variables-mc-edc-bist_status_rdata_reg
	patches.suse/scsi-csiostor-add-missing-description-for-csio_rnode_fwevt_handler-s-fwevt-param
	patches.suse/scsi-bnx2i-fix-a-whole-host-of-kerneldoc-issues
	patches.suse/scsi-bnx2i-add-remove-and-edit-some-function-parameter-descriptions
	patches.suse/scsi-be2iscsi-correct-misdocumentation-of-function-param-ep
	patches.suse/scsi-qedi-remove-set-but-unused-variable-tmp
	patches.suse/scsi-qedi-demote-seemingly-unintentional-kerneldoc-header
	patches.suse/scsi-qedi-staticify-non-external-function-qedi_get_iscsi_error
	patches.suse/scsi-bnx2i-add-parameter-description-and-rename-another
	patches.suse/scsi-target-iscsi-fix-login-error-when-receiving
	patches.suse/scsi-target-iscsi-fix-inconsistent-debug-message
	patches.suse/scsi-target-modify-core_tmr_abort_task
	patches.suse/scsi-target-add-tmr_notify-backend-function
	patches.suse/scsi-target-tcmu-use-priv-pointer-in-se_cmd
	patches.suse/scsi-target-tcmu-do-not-queue-aborted-commands
	patches.suse/scsi-target-tcmu-factor-out-new-helper-ring_insert_padding
	patches.suse/scsi-target-tcmu-fix-and-simplify-timeout-handling
	patches.suse/scsi-target-tcmu-implement-tmr_notify-callback
	patches.suse/scsi-target-tcmu-make-tmr-notification-optional
	patches.suse/scsi-hpsa-Correct-ctrl-queue-depth.patch
	patches.suse/scsi-lpfc-Fix-typo-in-comment-for-ULP.patch
	patches.suse/acpi-thermal-Fix-error-handling-in-the-register-func.patch
	patches.suse/thermal-Store-thermal-mode-in-a-dedicated-enum.patch
	patches.suse/thermal-Add-current-mode-to-thermal-zone-device.patch
	patches.suse/thermal-Store-device-mode-in-struct-thermal_zone_dev.patch
	patches.suse/thermal-remove-get_mode-operation-of-drivers.patch
	patches.suse/thermal-Add-mode-helpers.patch
	patches.suse/thermal-Use-mode-helpers-in-drivers.patch
	patches.suse/thermal-Simplify-or-eliminate-unnecessary-set_mode-m.patch
	patches.suse/acpi-thermal-Don-t-call-thermal_zone_device_is_enabl.patch
	patches.suse/thermal-ti-soc-thermal-Fix-reversed-condition-in-ti_.patch
	patches.suse/thermal-imx8mm-support-module-autoloading.patch
	patches.suse/thermal-int340x-processor_thermal-fix-update-Jasper-.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/cifs-remove-unused-variable-server-.patch
	patches.suse/cifs-handle-ERRBaduid-for-SMB1.patch
	patches.suse/cifs-smb1-Try-failing-back-to-SetFileInfo-if-SetPathInfo-fails.patch
	patches.suse/cifs-Remove-the-superfluous-break.patch
	patches.suse/cifs-delete-duplicated-words-in-header-files.patch
	patches.suse/cifs-convert-to-use-be32_add_cpu-.patch
	patches.suse/cifs-merge-__-cifs-smb2-_reconnect-into-cifs_tree_connect-.patch
	patches.suse/cifs-reduce-number-of-referral-requests-in-DFS-link-lookups.patch
	patches.suse/cifs-rename-reconn_inval_dfs_target-.patch
	patches.suse/cifs-handle-empty-list-of-targets-in-cifs_reconnect-.patch
	patches.suse/cifs-handle-RESP_GET_DFS_REFERRAL-PathConsumed-in-reconnect.patch
	patches.suse/cifs-fix-double-free-error-on-share-and-prefix.patch
	patches.suse/cifs-only-update-prefix-path-of-DFS-links-in-cifs_tree_connect-.patch
	patches.suse/cifs-document-and-cleanup-dfs-mount.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/iomap-Make-sure-iomap_end-is-called-after-iomap_begi.patch
	patches.suse/dlm-Fix-kobject-memleak.patch
	patches.suse/0053-md-remove-the-kernel-version-of-md_u.h.patch
	patches.suse/initramfs-remove-the-populate_initrd_image-and-clean.patch
	patches.suse/initramfs-remove-clean_rootfs.patch
	patches.suse/powerpc-64-indirect-function-call-use-bctrl-rather-t.patch
	patches.suse/selftests-powerpc-Move-Hash-MMU-check-to-utilities.patch
	patches.suse/selftests-powerpc-Add-test-for-execute-disabled-pkey.patch
	patches.suse/powerpc-xmon-Reset-RCU-and-soft-lockup-watchdogs.patch
	patches.suse/powerpc-cacheinfo-Use-cpumap_print-to-print-cpumap.patch
	patches.suse/powerpc-cacheinfo-Make-cpumap_show-code-reusable.patch
	patches.suse/powerpc-cacheinfo-Add-per-cpu-per-index-shared_cpu_l.patch
	patches.suse/powerpc-64-signal-Balance-return-predictor-stack-in-.patch
	patches.suse/powerpc-signal64-Don-t-opencode-page-prefaulting.patch
	patches.suse/powerpc-mm-Enable-radix-GTSE-only-if-supported.patch
	patches.suse/powerpc-pseries-H_REGISTER_PROC_TBL-should-ask-for-G.patch
	patches.suse/powerpc-mm-book3s64-radix-Off-load-TLB-invalidations.patch
	patches.suse/powerpc-pmem-Restrict-papr_scm-to-P8-and-above.patch
	patches.suse/powerpc-pmem-Add-new-instructions-for-persistent-sto.patch
	patches.suse/powerpc-pmem-Add-flush-routines-using-new-pmem-store.patch
	patches.suse/libnvdimm-nvdimm-flush-Allow-architecture-to-overrid.patch
	patches.suse/powerpc-pmem-Update-ppc64-to-use-the-new-barrier-ins.patch
	patches.suse/powerpc-pmem-Avoid-the-barrier-in-flush-routines.patch
	patches.suse/powerpc-pmem-Initialize-pmem-device-on-newer-hardwar.patch
	patches.suse/powerpc-64s-restore_math-remove-TM-test.patch
	patches.suse/powerpc-64s-Fix-restore_math-unnecessarily-changing-.patch
	patches.suse/powerpc-re-initialise-lazy-FPU-VEC-counters-on-every.patch
	patches.suse/powerpc-security-re-name-count-cache-flush-to-branch.patch
	patches.suse/powerpc-security-change-link-stack-flush-state-to-th.patch
	patches.suse/powerpc-security-make-display-of-branch-cache-flush-.patch
	patches.suse/powerpc-security-split-branch-cache-flush-toggle-fro.patch
	patches.suse/powerpc-64s-Move-branch-cache-flushing-bcctr-variant.patch
	patches.suse/powerpc-security-Allow-for-processors-that-flush-the.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-numa-remove-ability-to-enable-topology-updat.patch
	patches.suse/powerpc-numa-remove-unreachable-topology-update-code.patch
	patches.suse/powerpc-numa-make-vphn_enabled-prrn_enabled-flags-co.patch
	patches.suse/powerpc-numa-remove-unreachable-topology-timer-code.patch
	patches.suse/powerpc-numa-remove-unreachable-topology-workqueue-c.patch
	patches.suse/powerpc-numa-remove-vphn_enabled-and-prrn_enabled-in.patch
	patches.suse/powerpc-numa-stub-out-numa_update_cpu_topology.patch
	patches.suse/powerpc-numa-remove-timed_topology_update.patch
	patches.suse/powerpc-numa-remove-start-stop_topology_update.patch
	patches.suse/powerpc-rtasd-simplify-handle_rtas_event-emit-messag.patch
	patches.suse/powerpc-numa-remove-prrn_is_enabled.patch
	patches.suse/powerpc-numa-remove-arch_update_cpu_topology.patch
	patches.suse/powerpc-pseries-remove-prrn-special-case-from-DT-upd.patch
	patches.suse/powerpc-pseries-remove-memory-re-add-implementation.patch
	patches.suse/powerpc-pseries-remove-dlpar_cpu_readd.patch
	patches.suse/powerpc-pseries-remove-obsolete-memory-hotplug-DT-no.patch
	patches.suse/powerpc-perf-hv-24x7-Add-cpu-hotplug-support.patch
	patches.suse/powerpc-hv-24x7-Add-sysfs-files-inside-hv-24x7-device-to-show-cpumask.patch
	patches.suse/powerpc-ppc-opcode-Introduce-PPC_RAW_-macros-for-bas.patch
	patches.suse/powerpc-ppc-opcode-Move-ppc-instruction-encoding-fro.patch
	patches.suse/powerpc-bpf_jit-Reuse-instruction-macros-from-ppc-op.patch
	patches.suse/powerpc-ppc-opcode-Consolidate-powerpc-instructions-.patch
	patches.suse/powerpc-ppc-opcode-Reuse-raw-instruction-macros-to-s.patch
	patches.suse/powerpc-ppc-opcode-Fold-PPC_INST_-macros-into-PPC_RA.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/cpuidle-pseries-Make-symbol-pseries_idle_driver-stat.patch
	patches.suse/powerpc-perf-Add-kernel-support-for-new-MSR-HV-PR-bi.patch
	patches.suse/powerpc-vdso-Fix-vdso-cpu-truncation.patch
	patches.suse/powerpc-pseries-Detect-secure-and-trusted-boot-state.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-book3s64-pkeys-pkeys-are-supported-only-on-h.patch
	patches.suse/powerpc-book3s64-pkeys-Explain-key-1-reservation-det.patch
	patches.suse/powerpc-book3s64-pkeys-Simplify-the-key-initializati.patch
	patches.suse/powerpc-book3s64-pkeys-Prevent-key-1-modification-fr.patch
	patches.suse/powerpc-book3s64-pkeys-kill-cpu-feature-key-CPU_FTR_.patch
	patches.suse/powerpc-book3s64-pkeys-Simplify-pkey-disable-branch.patch
	patches.suse/powerpc-book3s64-pkeys-Convert-pkey_total-to-num_pke.patch
	patches.suse/powerpc-book3s64-pkeys-Make-initial_allocation_mask-.patch
	patches.suse/powerpc-book3s64-pkeys-Mark-all-the-pkeys-above-max-.patch
	patches.suse/powerpc-book3s64-pkeys-Add-MMU_FTR_PKEY.patch
	patches.suse/powerpc-book3s64-kuep-Add-MMU_FTR_KUEP.patch
	patches.suse/powerpc-book3s64-pkeys-Use-pkey_execute_disable_supp.patch
	patches.suse/powerpc-book3s64-pkeys-Use-MMU_FTR_PKEY-instead-of-p.patch
	patches.suse/powerpc-book3s64-keys-Print-information-during-boot.patch
	patches.suse/powerpc-book3s64-keys-kuap-Reset-AMR-IAMR-values-on-.patch
	patches.suse/powerpc-book3s64-kuap-Move-UAMOR-setup-to-key-init-f.patch
	patches.suse/powerpc-book3s64-pkeys-Remove-is_pkey_enabled.patch
	patches.suse/powerpc-perf-Fix-missing-is_sier_aviable-during-buil.patch
	patches.suse/powerpc-perf-Update-cpu_hw_event-to-use-struct-for-s.patch
	patches.suse/KVM-PPC-Book3S-HV-Cleanup-updates-for-kvm-vcpu-MMCR.patch
	patches.suse/powerpc-perf-Update-Power-PMU-cache_events-to-u64-ty.patch
	patches.suse/powerpc-perf-Add-support-for-ISA3.1-PMU-SPRs.patch
	patches.suse/KVM-PPC-Book3S-HV-Save-restore-new-PMU-registers.patch
	patches.suse/powerpc-xmon-Add-PowerISA-v3.1-PMU-SPRs.patch
	patches.suse/powerpc-perf-Add-Power10-PMU-feature-to-DT-CPU-featu.patch
	patches.suse/powerpc-perf-power10-Performance-Monitoring-support.patch
	patches.suse/powerpc-perf-Ignore-the-BHRB-kernel-address-filterin.patch
	patches.suse/powerpc-perf-Add-Power10-BHRB-filter-support-for-PER.patch
	patches.suse/powerpc-perf-BHRB-control-to-disable-BHRB-logic-when.patch
	patches.suse/powerpc-sstep-Add-tests-for-prefixed-integer-load-st.patch
	patches.suse/powerpc-sstep-Add-tests-for-prefixed-floating-point-.patch
	patches.suse/powerpc-sstep-Set-NIP-in-instruction-emulation-tests.patch
	patches.suse/powerpc-sstep-Let-compute-tests-specify-a-required-c.patch
	patches.suse/powerpc-sstep-Add-tests-for-Prefixed-Add-Immediate.patch
	patches.suse/powerpc-Add-a-ppc_inst_as_str-helper.patch
	patches.suse/powerpc-xmon-Improve-dumping-prefixed-instructions.patch
	patches.suse/powerpc-test_emulate_step-Enhancement-to-test-negati.patch
	patches.suse/powerpc-test_emulate_step-Add-negative-tests-for-pre.patch
	patches.suse/powerpc-sstep-Introduce-macros-to-retrieve-Prefix-in.patch
	patches.suse/powerpc-test_emulate_step-Move-extern-declaration-to.patch
	patches.suse/powerpc-64-Fix-an-out-of-date-comment-about-MMIO-ord.patch
	patches.suse/powerpc-Select-ARCH_HAS_MEMBARRIER_SYNC_CORE.patch
	patches.suse/powerpc-pseries-PCIE-PHB-reset.patch
	patches.suse/powerpc-powernv-Machine-check-handler-for-POWER10.patch
	patches.suse/powerpc-powernv-idle-Rename-pnv_first_spr_loss_level.patch
	patches.suse/powerpc-powernv-idle-Exclude-mfspr-on-HID1-4-5-on-P9.patch
	patches.suse/powerpc-64s-exception-treat-NIA-below-__end_interrup.patch
	patches.suse/powerpc-test_emulate_sstep-Fix-build-error.patch
	patches.suse/powerpc-book3s64-pkey-Disable-pkey-on-POWER6-and-bef.patch
	patches.suse/powerpc-watchpoint-Fix-512-byte-boundary-limit.patch
	patches.suse/powerpc-watchpoint-Fix-DAWR-exception-constraint.patch
	patches.suse/powerpc-watchpoint-Fix-DAWR-exception-for-CACHEOP.patch
	patches.suse/powerpc-watchpoint-Enable-watchpoint-functionality-o.patch
	patches.suse/powerpc-dt_cpu_ftrs-Add-feature-for-2nd-DAWR.patch
	patches.suse/powerpc-watchpoint-Set-CPU_FTR_DAWR1-based-on-pa-fea.patch
	patches.suse/powerpc-watchpoint-Rename-current-H_SET_MODE-DAWR-ma.patch
	patches.suse/powerpc-watchpoint-Guest-support-for-2nd-DAWR-hcall.patch
	patches.suse/powerpc-watchpoint-Return-available-watchpoints-dyna.patch
	patches.suse/powerpc-watchpoint-Remove-512-byte-boundary.patch
	patches.suse/powerpc-perf-Initialize-power10-PMU-registers-in-cpu.patch
	patches.suse/powerpc-numa-Limit-possible-nodes-to-within-num_poss.patch
	patches.suse/powerpc-pseries-Move-some-PAPR-paravirt-functions-to.patch
	patches.suse/powerpc-Move-spinlock-implementation-to-simple_spinl.patch
	patches.suse/powerpc-64s-Implement-queued-spinlocks-and-rwlocks.patch
	patches.suse/powerpc-pseries-Implement-paravirt-qspinlocks-for-SP.patch
	patches.suse/powerpc-qspinlock-Optimised-atomic_try_cmpxchg_lock-.patch
	patches.suse/powerpc-hw_breakpoint.h-delete-duplicated-word.patch
	patches.suse/powerpc-ppc_asm.h-delete-duplicated-word.patch
	patches.suse/powerpc-fadump-Fix-build-error-with-CONFIG_PRESERVE_.patch
	patches.suse/powerpc-perf-Fix-MMCRA_BHRB_DISABLE-define-for-binut.patch
	patches.suse/powerpc-Inline-doorbell-sending-functions.patch
	patches.suse/powerpc-pseries-Use-doorbells-even-if-XIVE-is-availa.patch
	patches.suse/powerpc-pseries-Add-KVM-guest-doorbell-restrictions.patch
	patches.suse/selftests-powerpc-Move-pkey-helpers-to-headers.patch
	patches.suse/selftests-powerpc-Add-pkey-helpers-for-rights.patch
	patches.suse/selftests-powerpc-Add-wrapper-for-gettid.patch
	patches.suse/selftests-powerpc-Add-test-for-pkey-siginfo-verifica.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-32s-Fix-CONFIG_BOOK3S_601-uses.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-ppc-opcode-Add-divde-and-divdeu-opcodes.patch
	patches.suse/powerpc-sstep-Add-support-for-divde-.-and-divdeu-.-i.patch
	patches.suse/powerpc-test_emulate_step-Add-testcases-for-divde-.-.patch
	patches.suse/kexec_file-Allow-archs-to-handle-special-regions-whi.patch
	patches.suse/powerpc-kexec_file-Mark-PPC64-specific-code.patch
	patches.suse/powerpc-kexec_file-Add-helper-functions-for-getting-.patch
	patches.suse/powerpc-kexec_file-Avoid-stomping-memory-used-by-spe.patch
	patches.suse/powerpc-drmem-Make-LMB-walk-a-bit-more-flexible.patch
	patches.suse/powerpc-kexec_file-Restrict-memory-usage-of-kdump-ke.patch
	patches.suse/powerpc-kexec_file-Setup-backup-region-for-kdump-ker.patch
	patches.suse/powerpc-kexec_file-Prepare-elfcore-header-for-crashi.patch
	patches.suse/powerpc-kexec_file-Add-appropriate-regions-for-memor.patch
	patches.suse/powerpc-kexec_file-Fix-kexec-load-failure-with-lack-.patch
	patches.suse/powerpc-kexec_file-Enable-early-kernel-OPAL-calls.patch
	patches.suse/powerpc-fix-function-annotations-to-avoid-section-mi.patch
	patches.suse/powerpc-cacheinfo-Use-name-unit-instead-of-full-DT-p.patch
	patches.suse/powerpc-cacheinfo-Improve-diagnostics-about-malforme.patch
	patches.suse/powerpc-pseries-mobility-Set-pr_fmt.patch
	patches.suse/powerpc-pseries-mobility-Add-pr_debug-for-device-tre.patch
	patches.suse/powerpc-pseries-hotplug-cpu-Remove-double-free-in-er.patch
	patches.suse/cpuidle-pseries-Set-the-latency-hint-before-entering.patch
	patches.suse/cpuidle-pseries-Add-function-to-parse-extended-CEDE-.patch
	patches.suse/cpuidle-pseries-Fixup-exit-latency-for-CEDE-0.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/selftests-powerpc-Fix-pkey-syscall-redefinitions.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-migrate-fix-migrate_pgmap_owner-w-o-config_mmu_notifier.patch
	patches.suse/mm-shuffle-don-t-move-pages-between-zones-and-don-t-read-garbage-memmaps.patch
	patches.suse/mm-fix-kthread_use_mm-vs-tlb-invalidate.patch
	patches.suse/ocfs2-fix-remounting-needed-after-setfacl-command.patch
	patches.suse/ocfs2-fix-unbalanced-locking.patch
	patches.suse/mm-slub-extend-slub_debug-syntax-for-multiple-blocks.patch
	patches.suse/mm-slub-make-some-slub_debug-related-attributes-read-only.patch
	patches.suse/mm-slub-remove-runtime-allocation-order-changes.patch
	patches.suse/mm-slub-make-remaining-slub_debug-related-attributes-read-only.patch
	patches.suse/mm-slub-make-reclaim_account-attribute-read-only.patch
	patches.suse/mm-slub-introduce-static-key-for-slub_debug.patch
	patches.suse/mm-slub-introduce-kmem_cache_debug_flags.patch
	patches.suse/mm-slub-extend-checks-guarded-by-slub_debug-static-key.patch
	patches.suse/mm-slab-slub-move-and-improve-cache_from_obj.patch
	patches.suse/mm-slab-slub-improve-error-reporting-and-overhead-of-cache_from_obj.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/efi-provide-empty-efi_enter_virtual_mode-implementat.patch
	patches.suse/mm-page_alloc-silence-a-KASAN-false-positive.patch
	patches.suse/dmaengine-cookie-bypass-for-out-of-order-completion.patch
	patches.suse/dmaengine-idxd-add-leading-for-sysfspath-in-ABI-docu.patch
	patches.suse/dmaengine-idxd-move-submission-to-sbitmap_queue.patch
	patches.suse/dmaengine-idxd-add-work-queue-drain-support.patch
	patches.suse/dmaengine-idxd-move-idxd-interrupt-handling-to-mask-.patch
	patches.suse/dmaengine-imx-sdma-correct-formatting-issue-and-provide-2-new-descriptions.patch
	patches.suse/dmaengine-Extend-NXP-QDMA-driver-to-check-transmissi.patch
	patches.suse/dmaengine-idxd-add-missing-invalid-flags-field-to-co.patch
	patches.suse/mailbox-pcc-Put-the-PCCT-table-for-error-path.patch
	patches.suse/mailbox-imx-mark-pm-functions-as-_maybe_unused.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/media-cros-ec-cec-do-not-bail-on-device_init_wakeup-.patch
	patches.suse/go7007-add-sanity-checking-for-endpoints.patch
	patches.suse/media-s5p-g2d-Fix-a-memory-leak-in-an-error-handling.patch
	patches.suse/media-vpss-clean-up-resources-in-init.patch
	patches.suse/media-mtk-mdp-Fix-a-refcounting-bug-on-error-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/0008-dm-mpath-changes-from-initial-m-flags-locking-audit.patch
	patches.suse/0009-dm-mpath-take-m-lock-spinlock-when-testing-QUEUE_IF_.patch
	patches.suse/0010-dm-mpath-push-locking-down-to-must_push_back_rq.patch
	patches.suse/0011-dm-mpath-factor-out-multipath_queue_bio.patch
	patches.suse/0012-dm-mpath-rework-__map_bio.patch
	patches.suse/0013-dm-mpath-rename-current_pgpath-to-pgpath-in-multipat.patch
	patches.suse/0014-dm-mpath-use-double-checked-locking-in-fast-path.patch
	patches.suse/0015-dm-verity-add-panic_on_corruption-error-handling-mod.patch
	patches.suse/0012-dm-rq-don-t-call-blk_mq_queue_stopped-in-dm_stop_que.patch
	patches.suse/0016-dm-bufio-do-buffer-cleanup-from-a-workqueue.patch
	patches.suse/0001-dm-crypt-add-flags-to-optionally-bypass-kcryptd-work.patch
	patches.suse/0017-dm-crypt-Enable-zoned-block-device-support.patch
	patches.suse/0018-dm-verity-Fix-compilation-warning.patch
	patches.suse/0019-dm-raid-Remove-empty-if-statement.patch
	patches.suse/0020-dm-ioctl-Fix-compilation-warning.patch
	patches.suse/0021-dm-init-Set-file-local-variable-static.patch
	patches.suse/dm-ebs-Fix-incorrect-checking-for-REQ_OP_FLUSH.patch
	patches.suse/0013-dm-don-t-call-report-zones-for-more-than-the-user-re.patch
	patches.suse/cpufreq-cppc-Reorder-code-and-remove-apply_hisi_work.patch
	patches.suse/cpufreq-CPPC-Reuse-caps-variable-in-few-routines.patch
	patches.suse/cpufreq-tegra186-Simplify-probe-return-path.patch
	patches.suse/cpufreq-Add-Tegra194-cpufreq-driver.patch
	patches.suse/module-Correctly-truncate-sysfs-sections-output.patch
	patches.suse/clk-bcm63xx-gate-fix-last-clock-availability.patch
	patches.suse/clk-bcm-add-bcm2711-dvp-driver.patch
	patches.suse/clk-bcm-rpi-allow-the-driver-to-be-probed-by-dt.patch
	patches.suse/clk-bcm-rpi-statically-init-clk_init_data.patch
	patches.suse/clk-bcm-rpi-use-clk_hw_register-for-pllb_arm.patch
	patches.suse/clk-bcm-rpi-remove-global-pllb_arm-clock-pointer.patch
	patches.suse/clk-bcm-rpi-make-sure-pllb_arm-is-removed.patch
	patches.suse/clk-bcm-rpi-remove-pllb_arm_lookup-global-pointer.patch
	patches.suse/clk-bcm-rpi-switch-to-clk_hw_register_clkdev.patch
	patches.suse/clk-bcm-rpi-make-sure-the-clkdev-lookup-is-removed.patch
	patches.suse/clk-bcm-rpi-use-ccf-boundaries-instead-of-rolling-our-own.patch
	patches.suse/clk-bcm-rpi-create-a-data-structure-for-the-clocks.patch
	patches.suse/clk-bcm-rpi-add-clock-id-to-data.patch
	patches.suse/clk-bcm-rpi-pass-the-clocks-data-to-the-firmware-function.patch
	patches.suse/clk-bcm-rpi-rename-is_prepared-function.patch
	patches.suse/clk-bcm-rpi-split-pllb-clock-hooks.patch
	patches.suse/clk-bcm-rpi-make-the-pllb-registration-function-return-a-clk_hw.patch
	patches.suse/clk-bcm-rpi-add-dt-provider-for-the-clocks.patch
	patches.suse/clk-bcm-rpi-add-an-enum-for-the-firmware-clocks.patch
	patches.suse/clk-bcm-rpi-discover-the-firmware-clocks.patch
	patches.suse/clk-bcm-rpi-give-firmware-clocks-a-name.patch
	patches.suse/clk-bcm-rpi-remove-the-quirks-for-the-cpu-clock.patch
	patches.suse/clk-bcm-dvp-add-missing-module-informations.patch
	patches.suse/ring-buffer-speed-up-buffer-resets-by-avoiding-synchronize_rcu-for-each-cpu.patch
	patches.suse/ftrace-setup-correct-ftrace_fl_regs-flags-for-module.patch
	patches.suse/tracepoint-mark-_tracepoint_string-s-_used.patch
	patches.suse/kprobes-Fix-NULL-pointer-dereference-at-kprobe_ftrac.patch
	patches.suse/tracing-use-trace_sched_process_free-instead-of-exit-for-pid-tracing.patch
	patches.suse/kprobes-Fix-compiler-warning-for-CONFIG_KPROBES_ON_F.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-Use-pci_channel_state_t-instead-of-enum-pci_chan.patch
	patches.suse/pci-err-clear-pcie-device-status-errors-only-if-os-owns-aer
	patches.suse/PCI-Fix-pci_create_slot-reference-count-leak.patch
	patches.suse/1645-PCI-Move-PCI_VENDOR_ID_REDHAT-definition-to-pci_ids..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-cdns_pcie_-host-ep-_setup-error-path.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-Change-duplicate-PCI-reset-to-phy-reset.patch
	patches.suse/PCI-qcom-Add-missing-reset-for-ipq806x.patch
	patches.suse/PCI-qcom-Use-bulk-clk-api-and-assert-on-error.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/PCI-qcom-Add-ipq8064-rev2-variant.patch
	patches.suse/PCI-qcom-Support-pci-speed-set-for-ipq806x.patch
	patches.suse/PCI-qcom-Replace-define-with-standard-value.patch
	patches.suse/PCI-dwc-Convert-to-devm_platform_ioremap_resource_by.patch
	patches.suse/PCI-dwc-hisi-Remove-non-ECAM-HiSilicon-hip05-hip06-d.patch
	patches.suse/msft-hv-2124-PCI-hv-Fix-a-timing-issue-which-causes-kdump-to-fail.patch
	patches.suse/msft-hv-2125-PCI-hv-Make-some-functions-static.patch
	patches.suse/PCI-dwc-pci-dra7xx-Fix-runtime-PM-imbalance-on-error.patch
	patches.suse/PCI-qcom-Fix-runtime-PM-imbalance-on-error.patch
	patches.suse/PCI-rcar-Fix-runtime-PM-imbalance-on-error.patch
	patches.suse/PCI-tegra-Revert-tegra124-raw_violation_fixup.patch
	patches.suse/PCI-tegra-Remove-PLL-power-supplies.patch
	patches.suse/PCI-cadence-Use-struct-pci_host_bridge.windows-list-.patch
	patches.suse/PCI-mvebu-Use-struct-pci_host_bridge.windows-list-di.patch
	patches.suse/PCI-host-common-Use-struct-pci_host_bridge.windows-l.patch
	patches.suse/PCI-brcmstb-Use-pci_host_probe-to-register-host.patch
	patches.suse/PCI-mobiveil-Use-pci_host_probe-to-register-host.patch
	patches.suse/PCI-tegra-Use-pci_host_probe-to-register-host.patch
	patches.suse/PCI-v3-Use-pci_host_probe-to-register-host.patch
	patches.suse/PCI-versatile-Use-pci_host_probe-to-register-host.patch
	patches.suse/PCI-xgene-Use-pci_host_probe-to-register-host.patch
	patches.suse/PCI-altera-Use-pci_host_probe-to-register-host.patch
	patches.suse/PCI-iproc-Use-pci_host_probe-to-register-host.patch
	patches.suse/PCI-rockchip-Use-pci_host_probe-to-register-host.patch
	patches.suse/PCI-xilinx-nwl-Use-pci_host_probe-to-register-host.patch
	patches.suse/PCI-xilinx-Use-pci_host_probe-to-register-host.patch
	patches.suse/PCI-controller-Convert-to-devm_platform_ioremap_reso.patch
	patches.suse/PCI-controller-Remove-duplicate-error-message.patch
	patches.suse/PCI-versatile-Drop-flag-PCI_ENABLE_PROC_DOMAINS.patch
	patches.suse/PCI-Set-default-bridge-parent-device.patch
	patches.suse/PCI-Drop-unnecessary-zeroing-of-bridge-fields.patch
	patches.suse/PCI-aardvark-Use-pci_is_root_bus-to-check-if-bus-is-.patch
	patches.suse/PCI-designware-Use-pci_is_root_bus-to-check-if-bus-i.patch
	patches.suse/PCI-mobiveil-Use-pci_is_root_bus-to-check-if-bus-is-.patch
	patches.suse/PCI-xilinx-nwl-Use-pci_is_root_bus-to-check-if-bus-i.patch
	patches.suse/PCI-xilinx-Use-pci_is_root_bus-to-check-if-bus-is-ro.patch
	patches.suse/PCI-rockchip-Use-pci_is_root_bus-to-check-if-bus-is-.patch
	patches.suse/PCI-Move-setting-pci_host_bridge.busnr-out-of-host-d.patch
	patches.suse/PCI-cadence-Use-bridge-resources-for-outbound-window.patch
	patches.suse/PCI-cadence-Remove-private-bus-number-and-range-stor.patch
	patches.suse/PCI-of-Reduce-missing-non-prefetchable-memory-region.patch
	patches.suse/PCI-rcar-gen2-Convert-to-use-modern-host-bridge-prob.patch
	patches.suse/PCI-Move-DT-resource-setup-into-devm_pci_alloc_host_.patch
	patches.suse/PCI-Set-bridge-map_irq-and-swizzle_irq-to-default-fu.patch
	patches.suse/PCI-Fix-kerneldoc-warnings.patch
	patches.suse/PCI-Remove-dev_err-when-handing-an-error-from-platfo.patch
	patches.suse/power-supply-check-if-calc_soc-succeeded-in-pm860x_i.patch
	patches.suse/thunderbolt-merge-fix-for-kunix_resource-changes.patch
	patches.suse/mtd-spi-nor-intel-spi-Add-support-for-Intel-Emmitsbu.patch
	patches.suse/mtd-spi-nor-intel-spi-Add-support-for-Intel-TGL-H.patch
	patches.suse/mtd-spi-nor-macronix-Add-support-for-MX25R1635F.patch
	patches.suse/mtd-spi-nor-winbond-Add-support-for-w25q64jvm.patch
	patches.suse/mtd-spi-nor-sfdp-do-not-make-invalid-quad-enable-fat.patch
	patches.suse/mtd-spi-nor-spansion-Remove-s70fl01gs-from-flash_inf.patch
	patches.suse/mtd-spi-nor-Add-capability-to-disable-flash-quad-mod.patch
	patches.suse/mtd-spi-nor-Disable-the-flash-quad-mode-in-spi_nor_r.patch
	patches.suse/mtd-spi-nor-intel-spi-Simulate-WRDI-command.patch
	patches.suse/mtd-spi-nor-macronix-Add-support-for-mx66u2g45g.patch
	patches.suse/mtd-spi-nor-micron-Add-SPI_NOR_DUAL_READ-flag-on-mt2.patch
	patches.suse/mtd-spi-nor-update-read-capabilities-for-w25q64-and-.patch
	patches.suse/mtd-revert-spi-nor-intel-provide-a-range-for-poll_ti.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/pinctrl-pinctrl-rockchip-Fix-a-bunch-of-kerneldoc-mi.patch
	patches.suse/pinctrl-tegra-pinctrl-tegra194-Do-not-initialise-fie.patch
	patches.suse/pinctrl-rockchip-Replace-HTTP-links-with-HTTPS-ones.patch
	patches.suse/pinctrl-cherryview-Introduce-chv_readl-helper.patch
	patches.suse/pinctrl-cherryview-Introduce-helpers-to-IO-with-comm.patch
	patches.suse/pinctrl-cherryview-Convert-chv_writel-to-use-chv_pad.patch
	patches.suse/pinctrl-intel-Allow-drivers-to-define-total-amount-o.patch
	patches.suse/pinctrl-intel-Allow-drivers-to-define-ACPI-address-s.patch
	patches.suse/pinctrl-cherryview-Re-use-data-structures-from-2.patch
	patches.suse/pinctrl-intel-Disable-input-and-output-buffer-when-s.patch
	patches.suse/pinctrl-intel-Reduce-scope-of-the-lock.patch
	patches.suse/pinctrl-intel-Make-use-of-IRQ_RETVAL.patch
	patches.suse/pinctrl-intel-Get-rid-of-redundant-else-in-intel_con.patch
	patches.suse/pinctrl-intel-Drop-the-only-label-in-the-code-for-co.patch
	patches.suse/pinctrl-intel-Split-intel_config_get-to-three-functi.patch
	patches.suse/pinctrl-intel-Protect-IO-in-few-call-backs-by-lock.patch
	patches.suse/pinctrl-intel-Make-use-of-for_each_requested_gpio_in.patch
	patches.suse/pinctrl-lynxpoint-Make-use-of-for_each_requested_gpi.patch
	patches.suse/pinctrl-lynxpoint-Introduce-helpers-to-enable-or-dis.patch
	patches.suse/pinctrl-lynxpoint-Drop-no-op-ACPI_PTR-call.patch
	patches.suse/pinctrl-baytrail-Drop-no-op-ACPI_PTR-call.patch
	patches.suse/pinctrl-merrifield-Update-pin-names-in-accordance-wi.patch
	patches.suse/pinctrl-merrifield-Add-I-S-bus-2-pins-to-groups-and-.patch
	patches.suse/pinctrl-tigerlake-Add-support-for-Tiger-Lake-H.patch
	patches.suse/pinctrl-baytrail-Use-fallthrough-pseudo-keyword.patch
	patches.suse/pinctrl-intel-Add-Intel-Emmitsburg-pin-controller-su.patch
	patches.suse/svcrdma-Fix-page-leak-in-svc_rdma_recv_read_chunk.patch
	patches.suse/SUNRPC-Fix-SUNRPC-Add-len-parameter-to-gss_unwrap.patch
	patches.suse/kbuild-include-scripts-Makefile.-only-when-relevant-.patch
	patches.suse/kbuild-stop-filtering-out-GCC_PLUGINS_CFLAGS-from-cc.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-elantech-remove-redundant-assignments-to-varia.patch
	patches.suse/Input-elan_i2c-handle-firmware-not-implementing-get-.patch
	patches.suse/Input-elan_i2c-make-fetching-IC-type-of-older-contro.patch
	patches.suse/Input-elan_i2c-handle-devices-with-patterns-above-1.patch
	patches.suse/Input-elan_i2c-fix-detecting-IAP-version-on-older-co.patch
	patches.suse/Input-elan_i2c-add-support-for-different-firmware-pa.patch
	patches.suse/Input-elan_i2c-handle-firmware-updated-on-newer-ICs.patch
	patches.suse/Input-elan_i2c-add-firmware-update-info-for-ICs-0x11.patch
	patches.suse/Input-elan_i2c-do-not-constantly-re-query-pattern-ID.patch
	patches.suse/Input-elan_i2c-add-support-for-high-resolution-repor.patch
	patches.suse/Input-psmouse-add-a-newline-when-printing-proto-by-s.patch
	patches.suse/Input-ati_remote2-add-missing-newlines-when-printing.patch
	patches.suse/Input-elan_i2c-add-ic-type-0x15.patch
	patches.suse/Input-sentelic-fix-error-return-when-fsp_reg_write-f.patch
	patches.suse/ubifs-Fix-wrong-orphan-node-deletion-in-ubifs_jnl_up.patch
	patches.suse/1646-dma-buf-Remove-custom-seqcount-lockdep-class-key.patch
	patches.suse/0001-dax-print-error-message-by-pr_info-in-__generic_fsda.patch
	patches.suse/0015-libnvdimm-Validate-command-family-indices.patch
	patches.suse/0016-ACPI-NFIT-Move-bus_dsm_mask-out-of-generic-nvdimm_bu.patch
	patches.suse/0017-ACPI-NFIT-Define-runtime-firmware-activation-command.patch
	patches.suse/0018-tools-testing-nvdimm-Cleanup-dimm-index-passing.patch
	patches.suse/0019-tools-testing-nvdimm-Add-command-debug-messages.patch
	patches.suse/0020-tools-testing-nvdimm-Prepare-nfit_ctl_test-for-ND_CM.patch
	patches.suse/0021-tools-testing-nvdimm-Emulate-firmware-activation-com.patch
	patches.suse/0023-libnvdimm-Convert-to-DEVICE_ATTR_ADMIN_RO.patch
	patches.suse/0024-PM-libnvdimm-Add-runtime-firmware-activation-support.patch
	patches.suse/0025-ACPI-NFIT-Add-runtime-firmware-activate-support.patch
	patches.suse/ACPI-NFIT-Fix-ARS-zero-sized-allocation.patch
	patches.suse/0026-libnvdimm-security-fix-a-typo.patch
	patches.suse/libnvdimm-security-ensure-sysfs-poll-thread-woke-up-.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/1647-backlight-lm3533_bl-Use-kobj_to_dev-instead.patch
	patches.suse/1648-backlight-sky81452-Convert-to-GPIO-descriptors.patch
	patches.suse/1649-backlight-sky81452-Privatize-platform-data.patch
	patches.suse/1650-backlight-Delete-the-OT200-backlight-driver.patch
	patches.suse/1651-backlight-lms501kf03-Drop-unused-include.patch
	patches.suse/1652-backlight-lms501kf03-Remove-unused-const-variables.patch
	patches.suse/1653-backlight-lcd-Add-missing-kerneldoc-entry-for-struct.patch
	patches.suse/1654-backlight-ili922x-Add-missing-kerneldoc-descriptions.patch
	patches.suse/1655-backlight-ili922x-Remove-invalid-use-of-kerneldoc-sy.patch
	patches.suse/1656-backlight-ili922x-Add-missing-kerneldoc-description-.patch
	patches.suse/1657-backlight-backlight-Supply-description-for-function-.patch
	patches.suse/1658-backlight-lm3630a_bl-Remove-invalid-checks-for-unsig.patch
	patches.suse/1659-backlight-qcom-wled-Remove-unused-configs-for-LED3-a.patch
	patches.suse/1660-video-backlight-sky81452-backlight-Fix-some-kerneldo.patch
	patches.suse/1661-backlight-backlight-Refactor-fb_notifier_callback.patch
	patches.suse/1923-backlight-backlight-Add-backlight_is_blank.patch
	patches.suse/1662-backlight-generic_bl-Remove-this-driver-as-it-is-unu.patch
	patches.suse/1924-backlight-backlight-Drop-extern-from-prototypes.patch
	patches.suse/1663-backlight-backlight-Add-overview-and-update-existing.patch
	patches.suse/1664-doc-rst-Wire-up-Backlight-kernel-doc-documentation.patch
	patches.suse/1925-backlight-backlight-Introduce-backlight_get_brightne.patch
	patches.suse/1665-backlight-as3711_bl-Simplify-update_status.patch
	patches.suse/1666-backlight-cr_bllcd-Introduce-gpio-backlight-semantic.patch
	patches.suse/1667-backlight-gpio_backlight-Simplify-update_status.patch
	patches.suse/1668-backlight-jornada720_bl-Introduce-backlight_is_blank.patch
	patches.suse/1669-backlight-Use-backlight_get_brightness-throughout.patch
	patches.suse/1670-backlight-backlight-Drop-backlight_put.patch
	patches.suse/1671-backlight-backlight-Make-of_find_backlight-static.patch
	patches.suse/1672-video-backlight-cr_bllcd-Remove-unused-variable-inte.patch
	patches.suse/iommu-omap-check-for-failure-of-a-call-to-omap_iommu_dump_ctx
	patches.suse/iommu-arm-smmu-move-TLB-timeout-and-spin-count-macro.patch
	patches.suse/iommu-arm-smmu-ioremap-smmu-mmio-region-before-imple.patch
	patches.suse/iommu-arm-smmu-add-NVIDIA-implementation-for-ARM-MMU.patch
	patches.suse/iommu-arm-smmu-Add-global-context-fault-implementati.patch
	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-vt-d-fix-devtlb-flush-for-vsva
	patches.suse/iommu-vt-d-warn-on-out-of-range-invalidation-address
	patches.suse/iommu-vt-d-disable-multiple-gpasid-dev-bind
	patches.suse/iommu-amd-print-extended-features-in-one-line-to-fix-divergent-log-levels
	patches.suse/iommu-move-sg_table-wrapper-out-of-config_iommu_support
	patches.suse/Replace-HTTP-links-with-HTTPS-ones-security.patch
	patches.suse/mlxbf-tmfifo-sparse-tags-for-config-access.patch
	patches.suse/1929-virtio_config-LE-config-space-accessors.patch
	patches.suse/0003-virtio_fs-convert-to-le-accessors.patch
	patches.suse/1673-drm-virtio-convert-to-LE-accessors.patch
	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/mm-mmu_notifier-fix-and-extend-kerneldoc.patch
	patches.suse/0021-mm-memory_hotplug-introduce-default-dummy-memory_add.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/lib-bitmap.c-fix-bitmap_cut-for-partial-overlapping-.patch
	patches.suse/fs-minix-check-return-value-of-sb_getblk.patch
	patches.suse/fs-minix-don-t-allow-getting-deleted-inodes.patch
	patches.suse/fs-minix-reject-too-large-maximum-file-size.patch
	patches.suse/fs-minix-set-s_maxbytes-correctly.patch
	patches.suse/fs-minix-fix-block-limit-check-for-V1-filesystems.patch
	patches.suse/fs-minix-remove-expected-error-message-in-block_to_p.patch
	patches.suse/fs-ufs-avoid-potential-u32-multiplication-overflow.patch
	patches.suse/test_kmod-avoid-potential-double-free-in-trigger_con.patch
	patches.suse/1674-drm-omap-Use-to-zero-initialize-the-mode.patch
	patches.suse/1675-drm-fourcc-fix-Amlogic-Video-Framebuffer-Compression.patch
	patches.suse/1676-drm-Remove-redundant-NULL-check.patch
	patches.suse/1677-drm-xlnx-fix-spelling-mistake-failes-failed.patch
	patches.suse/1678-drm-xlnx-Fix-typo-in-parameter-description.patch
	patches.suse/1679-drm-xlnx-zynqmp-Use-switch-case-for-link-rate-downsh.patch
	patches.suse/1680-vgaarb-mark-vga_tryget-static.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/1683-drm-ttm-fix-offset-in-VMAs-with-a-pg_offs-in-ttm_bo_.patch
	patches.suse/1684-drm-re-add-deleted-doc-for-drm_gem_open_ioctl.patch
	patches.suse/1685-drm-tidss-fix-modeset-init-for-DPI-panels.patch
	patches.suse/1686-drm-omap-force-runtime-PM-suspend-on-system-suspend.patch
	patches.suse/drm-Added-orientation-quirk-for-ASUS-tablet-model-T1.patch
	patches.suse/1688-drm-amdgpu-expand-sienna-chichlid-reg-access-support.patch
	patches.suse/1689-drm-amdgpu-add-printing-after-executing-page-reserva.patch
	patches.suse/1690-Revert-drm-amd-powerplay-drop-unnecessary-message-su.patch
	patches.suse/1691-drm-amd-powerplay-remove-the-dpm-checking-in-the-boo.patch
	patches.suse/1692-drm-amd-powerplay-skip-invalid-msg-when-smu-set-mp1-.patch
	patches.suse/1693-drm-amd-powerplay-add-msg-map-for-mode1-reset.patch
	patches.suse/1694-drm-amd-powerplay-correct-smu-message-for-vf-mode.patch
	patches.suse/1695-drm-amdgpu-update-golden-setting-for-sienna_cichlid.patch
	patches.suse/1696-drm-amdgpu-jpeg3.0-remove-extra-asic-type-check.patch
	patches.suse/1697-drm-amdgpu-update-dec-ring-test-for-VCN-3.0.patch
	patches.suse/1698-drm-amd-powerplay-drop-unnecessary-message-support-c.patch
	patches.suse/1699-drm-amd-powerplay-update-driver-if-file-for-sienna_c.patch
	patches.suse/1700-drm-amd-powerplay-off-by-one-bugs-in-smu_cmn_to_asic.patch
	patches.suse/1701-drm-amd-swsmu-allow-asic-to-handle-sensor-type-by-it.patch
	patches.suse/1702-drm-amd-display-Clean-up-global-sync-param-retrieval.patch
	patches.suse/1703-drm-amd-display-Rename-bytes_pp-to-the-correct-bits_.patch
	patches.suse/1704-drm-amd-display-Fix-naming-of-DSC-Debugfs-entry.patch
	patches.suse/1705-drm-amd-display-Don-t-compare-dppclk-before-updating.patch
	patches.suse/1706-drm-amd-display-Check-lane-status-again-after-link-t.patch
	patches.suse/1707-drm-amd-display-Use-seperate-dmcub-firmware-for-navy.patch
	patches.suse/1708-drm-amd-display-Use-proper-abm-backlight-functions-f.patch
	patches.suse/1709-drm-amd-display-Fix-dmesg-warning-from-setting-abm-l.patch
	patches.suse/1710-drm-amd-display-Disable-idle-optimizations-before-pr.patch
	patches.suse/1711-drm-amd-display-Allow-asic-specific-FSFT-timing-opti.patch
	patches.suse/drm-amd-display-dchubbub-p-state-warning-during-surf.patch
	patches.suse/1713-drm-amd-display-Use-hw-lock-mgr.patch
	patches.suse/1714-drm-amd-display-Fix-DP-Compliance-tests-4.3.2.1-and-.patch
	patches.suse/1715-drm-amdgpu-skip-crit-temperature-values-on-APU-v2.patch
	patches.suse/1716-drm-amd-powerplay-update-driver-if-version-for-navy_.patch
	patches.suse/1717-drm-amdgpu-update-GC-golden-setting-for-navy_flounde.patch
	patches.suse/1718-drm-amdgpu-fix-PSP-autoload-twice-in-FLR.patch
	patches.suse/1719-drm-amdgpu-Skip-tmr-load-for-SRIOV.patch
	patches.suse/1720-drm-amdgpu-enable-GFXOFF-for-navy_flounder.patch
	patches.suse/1721-drm-amd-display-Use-parameter-for-call-to-set-output.patch
	patches.suse/1722-drm-amd-display-Read-VBIOS-Golden-Settings-Tbl.patch
	patches.suse/1723-drm-amd-display-populate-new-dml-variable.patch
	patches.suse/1724-drm-amd-display-Fix-logger-context.patch
	patches.suse/1725-drm-amd-display-AMD-OUI-DPCD-0x00300-skipped-on-some.patch
	patches.suse/1726-drm-amd-display-Use-helper-function-to-check-for-HDM.patch
	patches.suse/1727-drm-amd-display-Change-null-plane-state-swizzle-mode.patch
	patches.suse/1728-drm-amd-display-Display-goes-blank-after-inst.patch
	patches.suse/1729-drm-amdgpu-smu-rework-i2c-adpater-registration.patch
	patches.suse/1730-drm-amdgpu-use-mode1-reset-by-default-for-sienna_cic.patch
	patches.suse/1731-drm-amd-powerplay-update-swSMU-VCN-JPEG-PG-logics.patch
	patches.suse/1732-drm-amd-powerplay-put-VCN-JPEG-into-PG-ungate-state-.patch
	patches.suse/drm-amdgpu-Fix-bug-where-DPM-is-not-enabled-after-hi.patch
	patches.suse/1734-drm-vmwgfx-Use-struct_size-helper.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/1737-drm-vmwgfx-stdu-Use-drm_mode_config_reset.patch
	patches.suse/1738-drm-vmwgfx-sou-Use-drm_mode_config_reset.patch
	patches.suse/1739-drm-vmwgfx-ldu-Use-drm_mode_config_reset.patch
	patches.suse/1740-drm-vmwgfx-fix-spelling-mistake-Cound-Could.patch
	patches.suse/1741-drm-vmwgfx-fix-spelling-mistake-Cant-Can-t.patch
	patches.suse/1742-drm-ttm-revert-drm-ttm-make-TT-creation-purely-optio.patch
	patches.suse/PCI-Add-Intel-QuickAssist-device-IDs.patch
	patches.suse/platform_data-mlxreg-support-new-watchdog-type-with-.patch
	patches.suse/platform-x86-mlx-platform-support-new-watchdog-type-.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-tegra-pll-Improve-PLLM-enable-state-detection.patch
	patches.suse/clk-clk-atlas6-fix-return-value-check-in-atlas6_clk_.patch
	patches.suse/clk-qoriq-add-LS1021A-core-pll-mux-options.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/clk-at91-clk-generated-pass-the-id-of-changeable-par.patch
	patches.suse/x86-expose-serialize-for-supported-cpuid.patch
	patches.suse/KVM-PPC-Book3SHV-Enable-support-for-ISA-v3.1-guests.patch
	patches.suse/ceph-add-check_session_state-helper-and-make-it-global.patch
	patches.suse/ceph-fix-potential-mdsc-use-after-free-crash.patch
	patches.suse/0001-ceph-clean-up-and-optimize-ceph_check_delayed_caps.patch
	patches.suse/ceph-check-the-sesion-state-and-return-false-in-case-it-is-closed.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-max77686-Do-not-allow-interrupt-to-fire-before-s.patch
	patches.suse/rtc-goldfish-Enable-interrupt-in-set_alarm-when-nece.patch
	patches.suse/rtc-ds1307-provide-an-indication-that-the-watchdog-h.patch
	patches.suse/rtc-max77686-Fix-wake-ups-for-max77620.patch
	patches.suse/rtc-pcf2127-add-pca2129-device-id.patch
	patches.suse/rtc-pcf2127-add-alarm-support.patch
	patches.suse/rtc-pcf2127-fix-alarm-handling.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/s390-kconfig-add-missing-zcrypt-dependency-to-vfio_ap
	patches.suse/i2c-rcar-slave-only-send-STOP-event-when-we-have-bee.patch
	patches.suse/i2c-tegra-Don-t-mark-VI-I2C-as-IRQ-safe-runtime-PM.patch
	patches.suse/i2c-tegra-Remove-NULL-pointer-check-before-clk_enabl.patch
	patches.suse/i2c-tegra-Fix-the-error-path-in-tegra_i2c_runtime_re.patch
	patches.suse/i2c-tegra-Fix-runtime-resume-to-re-init-VI-I2C.patch
	patches.suse/i2c-tegra-Avoid-tegra_i2c_init_dma-for-Tegra210-vi-i.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-hns3-fix-spelling-mistake-could-nt-couldn-t.patch
	patches.suse/r8152-Use-MAC-address-from-correct-device-tree-node.patch
	patches.suse/selftests-bpf-Prevent-runqslower-from-racing-on-buil.patch
	patches.suse/bpf-Change-uapi-for-bpf-iterator-map-elements.patch
	patches.suse/tools-bpf-Support-new-uapi-for-map-element-bpf-itera.patch
	patches.suse/libbf-Fix-uninitialized-pointer-at-btf__parse_raw.patch
	patches.suse/bpf-Add-missing-return-to-resolve_btfids.patch
	patches.suse/bpf-Remove-inline-from-bpf_do_trace_printk.patch
	patches.suse/selftests-bpf-Switch-off-timeout.patch
	patches.suse/bpf-Fix-compilation-warning-of-selftests.patch
	patches.suse/bpf-doc-Remove-references-to-warning-message-when-us.patch
	patches.suse/selftests-bpf-Fix-silent-Makefile-output.patch
	patches.suse/bpf-Delete-repeated-words-in-comments.patch
	patches.suse/net-tls-allow-MSG_CMSG_COMPAT-in-sendmsg.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/hinic-fix-strncpy-output-truncated-compile-warnings.patch
	patches.suse/net-nfc-rawsock.c-add-CAP_NET_RAW-check.patch
	patches.suse/ionic_lif-Use-devm_kcalloc-in-ionic_qcq_alloc.patch
	patches.suse/net-qcom-emac-add-missed-clk_disable_unprepare-in-er.patch
	patches.suse/net-Fix-potential-memory-leak-in-proto_register.patch
	patches.suse/net-phy-marvell10g-fix-null-pointer-dereference.patch
	patches.suse/net-refactor-bind_bucket-fastreuse-into-helper.patch
	patches.suse/net-initialize-fastreuse-on-inet_inherit_port.patch
	patches.suse/sfc-fix-ef100-design-param-checking.patch
	patches.suse/crypto-algif_aead-fix-uninitialized-ctx-init.patch
	patches.suse/x86-fsgsbase-64-fix-null-deref-in-86_fsgsbase_read_task.patch
	patches.suse/msft-hv-2127-Drivers-hv-vmbus-Only-notify-Hyper-V-for-die-events-.patch
	patches.suse/msft-hv-2129-x86-hyperv-Make-hv_setup_sched_clock-inline.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/1744-drm-xen-front-Add-YUYV-to-supported-formats.patch
	patches.suse/1926-xen-Sync-up-with-the-canonical-protocol-definition-i.patch
	patches.suse/1745-drm-xen-front-Pass-dumb-buffer-data-offset-to-the-ba.patch
	patches.suse/powerpc-pkeys-Fix-boot-failures-with-Nemo-board-A-EO.patch
	patches.suse/genirq-PM-Always-unlock-IRQ-descriptor-in-rearm_wake.patch
	patches.suse/dma-debug-fix-debug_dma_assert_idle-use-rcu_read_lock
	patches.suse/dma-debug-remove-debug_dma_assert_idle-function
	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/1746-drm-i915-Use-64-bit-division-macro.patch
	patches.suse/pwm-imx27-use-64-bit-division-macro.patch
	patches.suse/1747-backlight-pwm_bl-Use-64-bit-division-function.patch
	patches.suse/pwm-bcm-iproc-handle-clk_get_rate-return.patch
	patches.suse/scsi-target-make-iscsit_register_transport-return-void
	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/i2c-designware-Add-device-HID-for-Hygon-I2C-controll.patch
	patches.suse/ACPI-APD-Change-name-from-ST-to-FCH.patch
	patches.suse/ACPI-APD-Add-a-fmw-property-is_raven.patch
	patches.suse/0006-NFS-Allow-multiple-connections-to-NFSv3-and-NFSv4.0-.patch
	patches.suse/nfs-ensure-correct-writeback-errors-are-returned-on-.patch
	patches.suse/nfs-nfs_file_write-should-check-for-writeback-errors.patch
	patches.suse/SUNRPC-dont-update-timeout-value-on-connection-reset.patch
	patches.suse/NFS-Don-t-move-layouts-to-plh_return_segs-list-while.patch
	patches.suse/NFS-Don-t-return-layout-segments-that-are-in-use.patch
	patches.suse/nfs-Fix-getxattr-kernel-panic-and-memory-overflow.patch
	patches.suse/NFS-Fix-flexfiles-read-failover.patch
	patches.suse/cifs-Fix-an-error-pointer-dereference-in-cifs_mount-.patch
	patches.suse/cifs-Convert-to-use-the-fallthrough-macro.patch
	patches.suse/SMB3-Fix-mkdir-when-idsfromsid-configured-on-mount.patch
	patches.suse/9p-Fix-memory-leak-in-v9fs_mount.patch
	patches.suse/perf-x86-rapl-Fix-missing-psys-sysfs-attributes.patch
	patches.suse/perf-x86-rapl-Support-multiple-RAPL-unit-quirks.patch
	patches.suse/perf-x86-rapl-Add-support-for-Intel-SPR-platform.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/dma-mapping-consolidate-the-no_dma-definition-in-kernel-dma-kconfig
	patches.suse/0002-block-check-queue-s-limits.discard_granularity-in-__.patch
	patches.suse/0054-md-get-sysfs-entry-after-redundancy-attr-group-creat.patch
	patches.suse/md-cluster-Fix-potential-error-pointer-dereference-i.patch
	patches.suse/block-fix-double-account-of-flush-request-s-driver-t.patch
	patches.suse/sfc-check-hash-is-valid-before-using-it.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/net-fec-correct-the-error-path-for-regulator-disable.patch
	patches.suse/libbpf-Do-not-use-__builtin_offsetof-for-offsetof.patch
	patches.suse/selftests-bpf-Fix-segmentation-fault-in-test_progs.patch
	patches.suse/selftests-bpf-Fix-v4_to_v6-in-sk_lookup.patch
	patches.suse/bpf-Fix-XDP-FD-based-attach-detach-logic-around-XDP_.patch
	patches.suse/tools-bpftool-Make-skeleton-code-C-17-friendly-by-dr.patch
	patches.suse/libbpf-Handle-GCC-built-in-types-for-Arm-NEON.patch
	patches.suse/bpf-Iterate-through-all-PT_NOTE-sections-when-lookin.patch
	patches.suse/libbpf-Prevent-overriding-errno-when-logging-errors.patch
	patches.suse/bpf-sock_ops-ctx-access-may-stomp-registers-in-corne.patch
	patches.suse/bpf-sock_ops-sk-access-may-stomp-registers-when-dst_.patch
	patches.suse/bpf-selftests-Add-tests-for-ctx-access-in-sock_ops-w.patch
	patches.suse/bpf-selftests-Add-tests-for-sock_ops-load-with-r9-r8.patch
	patches.suse/bpf-selftests-Add-tests-to-sock_ops-for-loading-sk.patch
	patches.suse/doc-Add-link-to-bpf-helpers-man-page.patch
	patches.suse/tools-bpftool-Fix-compilation-warnings-in-32-bit-mod.patch
	patches.suse/selftest-bpf-Fix-compilation-warnings-in-32-bit-mode.patch
	patches.suse/libbpf-Fix-BTF-defined-map-in-map-initialization-on-.patch
	patches.suse/libbpf-Handle-BTF-pointer-sizes-more-carefully.patch
	patches.suse/selftests-bpf-Fix-btf_dump-test-cases-on-32-bit-arch.patch
	patches.suse/libbpf-Enforce-64-bitness-of-BTF-for-BPF-object-file.patch
	patches.suse/selftests-bpf-Correct-various-core_reloc-64-bit-assu.patch
	patches.suse/tools-bpftool-Generate-data-section-struct-with-cons.patch
	patches.suse/selftests-bpf-Make-test_varlen-work-with-32-bit-user.patch
	patches.suse/bonding-show-saner-speed-for-broadcast-mode.patch
	patches.suse/net-bonding-bond_3ad-Fix-a-bunch-of-kerneldoc-parame.patch
	patches.suse/net-bonding-bond_main-Document-proto-and-rename-new_.patch
	patches.suse/net-bonding-bond_alb-Describe-alb_handle_addr_collis.patch
	patches.suse/bonding-fix-a-potential-double-unregister.patch
	patches.suse/ipvlan-fix-device-features.patch
	patches.suse/net-Fix-potential-wrong-skb-protocol-in-skb_vlan_unt.patch
	patches.suse/netfilter-nf_tables-nft_exthdr-the-presence-return-v.patch
	patches.suse/netfilter-nft_compat-remove-flush-counter-optimizati.patch
	patches.suse/netfilter-nf_tables-free-chain-context-when-BINDING-.patch
	patches.suse/tipc-fix-uninit-skb-data-in-tipc_nl_compat_dumpit.patch
	patches.suse/net-devlink-Remove-overzealous-WARN_ON-with-snapshot.patch
	patches.suse/net-qrtr-fix-usage-of-idr-in-port-assignment-to-sock.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/dma-pool-fix-coherent-pool-allocations-for-iommu-mappings
	patches.suse/dma-pool-only-allocate-from-cma-when-in-same-memory-zone
	patches.suse/pci-p2pdma-fix-build-without-dma-ops
	patches.suse/0004-drm-virtio-fix-missing-dma_fence_put-in-virtio_gpu_e.patch
	patches.suse/1750-drm-virtio-fix-memory-leak-in-virtio_gpu_cleanup_obj.patch
	patches.suse/1751-drm-amdgpu-Use-the-correct-size-when-allocating-memo.patch
	patches.suse/1752-drm-amdgpu-Skip-some-registers-config-for-SRIOV.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/1755-drm-amdgpu-update-gc-golden-register-for-arcturus.patch
	patches.suse/1756-drm-amd-display-Fix-incorrect-backlight-register-off.patch
	patches.suse/1757-drm-amd-display-Fix-LFC-multiplier-changing-erratica.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/1760-drm-amd-display-Blank-stream-before-destroying-HDCP-.patch
	patches.suse/1761-drm-amdgpu-display-use-GFP_ATOMIC-in-dcn20_validate_.patch
	patches.suse/1762-drm-amdgpu-disable-gfxoff-for-navy_flounder.patch
	patches.suse/1763-drm-amdgpu-fix-uninit-value-in-arcturus_log_thermal_.patch
	patches.suse/1764-drm-amdgpu-fix-NULL-pointer-access-issue-when-unload.patch
	patches.suse/1765-drm-amdgpu-parse-ta-firmware-for-navy_flounder.patch
	patches.suse/1766-drm-amdkfd-fix-the-wrong-sdma-instance-query-for-ren.patch
	patches.suse/1767-drm-amd-display-Call-DMUB-for-eDP-power-control.patch
	patches.suse/1768-drm-amd-display-Assign-correct-left-shift.patch
	patches.suse/1769-drm-amd-display-Fix-DFPstate-hang-due-to-view-port-c.patch
	patches.suse/1770-drm-amd-display-fix-dcn3-wide-timing-dsc-validation.patch
	patches.suse/1771-drm-amd-display-Reset-scrambling-on-Test-Pattern.patch
	patches.suse/drm-amd-display-fix-pow-crashing-when-given-base-0.patch
	patches.suse/1773-Revert-drm-amdgpu-disable-gfxoff-for-navy_flounder.patch
	patches.suse/1774-drm-i915-gvt-Do-not-destroy-ppgtt_mm-during-vGPU-D3-.patch
	patches.suse/1775-drm-i915-gvt-Do-not-reset-pv_notified-when-vGPU-tran.patch
	patches.suse/1776-drm-i915-Provide-the-perf-pmu.module.patch
	patches.suse/1777-drm-i915-Copy-default-modparams-to-mock-i915_device.patch
	patches.suse/1778-drm-i915-display-Check-for-an-LPSP-encoder-before-de.patch
	patches.suse/1779-drm-i915-Update-bw_buddy-pagemask-table.patch
	patches.suse/1780-drm-i915-Fix-wrong-return-value-in-intel_atomic_chec.patch
	patches.suse/drm-i915-selftests-Avoid-passing-a-random-0-into-ilo.patch
	patches.suse/1782-drm-i915-tgl-Make-sure-TC-cold-is-blocked-before-ena.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-fsl-asoc-card-Remove-fsl_asoc_card_set_bias_lev.patch
	patches.suse/ASoC-wm8962-Do-not-remove-ADDITIONAL_CONTROL_4-from-.patch
	patches.suse/ASoC-amd-renoir-restore-two-more-registers-during-re.patch
	patches.suse/ASoC-fsl-Fix-unused-variable-warning.patch
	patches.suse/ASoC-tegra-tegra186_dspk-Fix-compile-warning-with-CO.patch
	patches.suse/ASoC-tegra-tegra210_admaif-Fix-compile-warning-with-.patch
	patches.suse/ASoC-tegra-tegra210_ahub-Fix-compile-warning-with-CO.patch
	patches.suse/ASoC-tegra-tegra210_dmic-Fix-compile-warning-with-CO.patch
	patches.suse/ASoC-tegra-tegra210_i2s-Fix-compile-warning-with-CON.patch
	patches.suse/ASoC-amd-Replacing-component-name-with-codec_dai-nam.patch
	patches.suse/ASoC-Make-soc_component_read-returning-an-error-code.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-wm8994-Prevent-access-to-invalid-VU-register-bi.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/RDMA-hns-Fix-spelling-mistake-epmty-empty.patch
	patches.suse/RDMA-usnic-Fix-spelling-mistake-transistion-transiti.patch
	patches.suse/RDMA-core-Fix-spelling-mistake-Could-t-Couldn-t.patch
	patches.suse/RDMA-bnxt_re-Do-not-add-user-qps-to-flushlist.patch
	patches.suse/RDMA-hfi1-Correct-an-interlock-issue-for-TID-RDMA-WR.patch
	patches.suse/Revert-RDMA-hns-Reserve-one-sge-in-order-to-avoid-lo.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/romfs-fix-uninitialized-memory-leak-in-romfs_dev_rea.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/of-address-check-for-invalid-range-cpu_addr.patch
	patches.suse/scsi-fcoe-Fix-I-O-path-allocation.patch
	patches.suse/scsi-ufs-pci-Add-quirk-for-broken-auto-hibernate-for-Intel-EHL
	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/s390-cio-add-cond_resched-in-the-slow_eval_known_fn-loop
	patches.suse/s390-pci-ignore-stale-configuration-request-event
	patches.suse/s390-pci-fix-zpci_bus_link_virtfn
	patches.suse/s390-pci-re-introduce-zpci_remove_device
	patches.suse/s390-pci-fix-pf-vf-linking-on-hot-plug
	patches.suse/ARM64-vdso32-Install-vdso32-from-vdso_install.patch
	patches.suse/epoll-Keep-a-reference-on-files-added-to-the-check-list.patch
	patches.suse/do_epoll_ctl-clean-the-failure-exits-up-a-bit.patch
	patches.suse/sfc-really-check-hash-is-valid-before-using-it.patch
	patches.suse/sfc-take-correct-lock-in-ef100_reset.patch
	patches.suse/sfc-null-out-channel-rps_flow_id-after-freeing-it.patch
	patches.suse/sfc-don-t-free_irq-s-if-they-were-never-requested.patch
	patches.suse/cxgb4-Fix-work-request-size-calculation-for-loopback.patch
	patches.suse/cxgb4-Fix-race-between-loopback-and-normal-Tx-path.patch
	patches.suse/net-gianfar-Add-of_node_put-before-goto-statement.patch
	patches.suse/bonding-fix-active-backup-failover-for-current-ARP-s.patch
	patches.suse/ethtool-Fix-preserving-of-wanted-feature-bits-in-net.patch
	patches.suse/ethtool-Account-for-hw_features-in-netlink-interface.patch
	patches.suse/ethtool-Don-t-omit-the-netlink-reply-if-no-features-.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/net-atlantic-Use-readx_poll_timeout-for-large-timeou.patch
	patches.suse/net-gemini-Fix-missing-free_netdev-in-error-path-of-.patch
	patches.suse/sfc-fix-build-warnings-on-32-bit.patch
	patches.suse/net-smc-Prevent-kernel-infoleak-in-__smc_diag_dump.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/gre6-Fix-reception-with-IP6_TNL_F_RCV_DSCP_COPY.patch
	patches.suse/net-sctp-Fix-negotiation-of-the-number-of-data-strea.patch
	patches.suse/net-sched-act_ct-Fix-skb-double-free-in-tcf_ct_handl.patch
	patches.suse/net-dsa-b53-check-for-timeout.patch
	patches.suse/bpf-Use-get_file_rcu-instead-of-get_file-for-task_fi.patch
	patches.suse/libbpf-Fix-build-on-ppc64le-architecture.patch
	patches.suse/bpf-Fix-a-rcu_sched-stall-issue-with-bpf-task-task_f.patch
	patches.suse/bpf-Avoid-visit-same-object-multiple-times.patch
	patches.suse/bpftool-Handle-EAGAIN-error-code-properly-in-pids-co.patch
	patches.suse/libbpf-Fix-map-index-used-in-error-message.patch
	patches.suse/tools-resolve_btfids-Fix-sections-with-wrong-alignme.patch
	patches.suse/selftests-bpf-Remove-test_align-leftovers.patch
	patches.suse/bpf-xdp-Fix-XDP-mode-when-no-mode-flags-specified.patch
	patches.suse/bpf-selftests-global_funcs-Check-err_str-before-strs.patch
	patches.suse/bpf-Fix-two-typos-in-uapi-linux-bpf.h.patch
	patches.suse/net-nexthop-don-t-allow-empty-NHA_GROUP.patch
	patches.suse/efi-x86-Mark-kernel-rodata-non-executable-for-mixed-.patch
	patches.suse/efi-add-missed-destroy_workqueue-when-efisubsys_init.patch
	patches.suse/efi-libstub-Stop-parsing-arguments-at.patch
	patches.suse/efi-libstub-Handle-NULL-cmdline.patch
	patches.suse/efi-libstub-Handle-unterminated-cmdline.patch
	patches.suse/efi-x86-Move-32-bit-code-into-efi_32.c.patch
	patches.suse/x86-entry-64-do-not-use-rdpid-in-paranoid-entry-to-accomodate-kvm.patch
	patches.suse/powerpc-Fix-P10-PVR-revision-in-proc-cpuinfo-for-SMT.patch
	patches.suse/powerpc-perf-Add-support-for-outputting-extended-reg.patch
	patches.suse/powerpc-perf-Add-extended-regs-support-for-power10-p.patch
	patches.suse/powerpc-Add-POWER10-raw-mode-cputable-entry.patch
	patches.suse/powerpc-kernel-Cleanup-machine-check-function-declar.patch
	patches.suse/powerpc-pkeys-Fix-build-error-with-PPC_MEM_KEYS-disa.patch
	patches.suse/powerpc-pseries-hotplug-cpu-wait-indefinitely-for-vC.patch
	patches.suse/powerpc-perf-Fix-soft-lockups-due-to-missed-interrup.patch
	patches.suse/powerpc-pseries-Do-not-initiate-shutdown-when-system.patch
	patches.suse/powerpc-perf-hv-24x7-Move-cpumask-file-to-top-folder.patch
	patches.suse/1784-treewide-Use-fallthrough-pseudo-keyword.patch
	patches.suse/block-blk-mq.c-fix-at_head-kernel-doc-warning.patch
	patches.suse/blk-mq-order-adding-requests-to-hctx-dispatch-and-ch.patch
	patches.suse/block-loop-set-discard-granularity-and-alignment-for.patch
	patches.suse/block-respect-queue-limit-of-max-discard-segment.patch
	patches.suse/block-virtio_blk-fix-handling-single-range-discard-r.patch
	patches.suse/block-Fix-page_is_mergeable-for-compound-pages.patch
	patches.suse/bfq-fix-blkio-cgroup-leakage-v4.patch
	patches.suse/blk-mq-insert-request-not-through-queue_rq-into-sw-s.patch
	patches.suse/block-fix-get_max_io_size.patch
	patches.suse/0001-blkcg-fix-memleak-for-iolatency.patch
	patches.suse/nvmet-fix-a-memory-leak.patch
	patches.suse/nvmet-passthru-Reject-commands-with-non-sgl-flags-se.patch
	patches.suse/nvme-fc-Fix-wrong-return-value-in-__nvme_fc_init_req.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/nvmet-add-ns-tear-down-label-for-pt-cmd-handling.patch
	patches.suse/nvmet-fix-oops-in-pt-cmd-execution.patch
	patches.suse/nvmet-call-blk_mq_free_request-directly.patch
	patches.suse/nvme-Use-spin_lock_irq-when-taking-the-ctrl-lock.patch
	patches.suse/nvme-pci-Use-u32-for-nvme_dev.q_depth-and-nvme_queue.patch
	patches.suse/nvme-pci-fix-PRP-pool-size.patch
	patches.suse/nvme-skip-noiob-for-zoned-devices.patch
	patches.suse/nvme-rename-and-document-nvme_end_request.patch
	patches.suse/nvme-refactor-command-completion.patch
	patches.suse/nvme-just-check-the-status-code-type-in-nvme_is_path.patch
	patches.suse/nvme-redirect-commands-on-dying-queue.patch
	patches.suse/nvmet-Disable-keep-alive-timer-when-kato-is-cleared-.patch
	patches.suse/0002-null_blk-fix-passing-of-REQ_FUA-flag-in-null_handle_.patch
	patches.suse/btrfs-fix-space-cache-memory-leak-after-transaction-.patch
	patches.suse/btrfs-check-the-right-error-variable-in-btrfs_del_di.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/0028-libnvdimm-KASAN-global-out-of-bounds-Read-in-interna.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/tty-serial-imx-add-dependence-and-build-for-earlycon.patch
	patches.suse/1786-drm-exynos-gem-Fix-sparse-warning.patch
	patches.suse/1787-drm-etnaviv-fix-external-abort-seen-on-GC600-rev-0x1.patch
	patches.suse/drm-etnaviv-always-start-stop-scheduler-in-timeout-p.patch
	patches.suse/1789-drm-msm-dpu-Fix-reservation-failures-in-modeset.patch
	patches.suse/drm-msm-dpu-Fix-scale-params-in-plane-validation.patch
	patches.suse/1791-drm-msm-dpu-fix-unitialized-variable-error.patch
	patches.suse/drm-msm-adreno-fix-updating-ring-fence.patch
	patches.suse/drm-msm-gpu-make-ringbuffer-readonly.patch
	patches.suse/1794-drm-msm-a6xx-use-dev_pm_opp_set_bw-to-scale-DDR.patch
	patches.suse/drm-msm-add-shutdown-support-for-display-platform_dr.patch
	patches.suse/1796-drm-msm-enable-vblank-during-atomic-commits.patch
	patches.suse/drm-msm-a6xx-fix-gmu-start-on-newer-firmware.patch
	patches.suse/drm-msm-a6xx-fix-crashdec-section-name-typo.patch
	patches.suse/1799-drm-msm-a6xx-add-module-param-to-enable-debugbus-sna.patch
	patches.suse/1800-drm-msm-a6xx-fix-frequency-not-always-being-restored.patch
	patches.suse/1801-drm-amd-display-should-check-error-using-DC_OK.patch
	patches.suse/1802-drm-amd-display-use-correct-scale-for-actual_brightn.patch
	patches.suse/drm-amd-display-Reject-overlay-plane-configurations-.patch
	patches.suse/drivers-gpu-amd-Initialize-amdgpu_dm_backlight_caps-.patch
	patches.suse/1805-drm-amd-pm-enable-run_btc-callback-for-sienna_cichli.patch
	patches.suse/1806-drm-amd-pm-set-VCN-pg-per-instances.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/1811-drm-amd-display-Send-DISPLAY_OFF-after-power-down-on.patch
	patches.suse/1812-drm-amd-display-Revert-HDCP-disable-sequence-change.patch
	patches.suse/1813-drm-amd-display-Fix-passive-dongle-mistaken-as-activ.patch
	patches.suse/1814-drm-amd-display-Keep-current-gain-when-ABM-disable-i.patch
	patches.suse/1815-drm-amdgpu-add-asd-fw-check-before-loading-asd.patch
	patches.suse/drm-amd-pm-correct-the-thermal-alert-temperature-lim.patch
	patches.suse/1817-drm-amdgpu-use-MODE1-reset-for-navy_flounder-by-defa.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/drm-amd-display-Retry-AUX-write-when-fail-occurs.patch
	patches.suse/1821-drm-amdgpu-disable-runtime-pm-for-navy_flounder.patch
	patches.suse/drm-amd-display-Fix-memleak-in-amdgpu_dm_mode_config.patch
	patches.suse/1823-drm-dp_mst-Don-t-return-error-code-when-crtc-is-null.patch
	patches.suse/1824-drm-modeset-lock-Take-the-modeset-BKL-for-legacy-dri.patch
	patches.suse/drm-omap-fix-incorrect-lock-state.patch
	patches.suse/1826-drm-i915-Fix-cmd-parser-desc-matching-with-masks.patch
	patches.suse/ceph-don-t-allow-setlease-on-cephfs.patch
	patches.suse/writeback-Protect-inode-i_io_list-with-inode-i_lock.patch
	patches.suse/writeback-Avoid-skipping-inode-writeback.patch
	patches.suse/writeback-Fix-sync-livelock-due-to-b_dirty_time-proc.patch
	patches.suse/writeback-Drop-I_DIRTY_TIME_EXPIRE.patch
	patches.suse/arm64-use-a-common-.arch-preamble-for-inline-assembl.patch
	patches.suse/arm64-vdso32-make-vdso32-install-conditional.patch
	patches.suse/PM-sleep-core-Fix-the-handling-of-pending-runtime-re.patch
	patches.suse/cpufreq-replace-cpu_logical_map-with-read_cpuid_mpir.patch
	patches.suse/ACPI-SoC-APD-Check-return-value-of-acpi_dev_get_prop.patch
	patches.suse/ACPI-ioremap-avoid-redundant-rounding-to-OS-page-siz.patch
	patches.suse/ACPI-OSL-Prevent-acpi_release_memory-from-returning-.patch
	patches.suse/device-property-Fix-the-secondary-firmware-node-hand.patch
	patches.suse/loop-set-correct-device-size-when-using-loop_configure
	patches.suse/0056-md-raid5-make-sure-stripe_size-as-power-of-two.patch
	patches.suse/hwmon-applesmc-check-status-earlier.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/dma-pool-fix-an-uninitialized-variable-bug-in-atomic_pool_expand
	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-typec-ucsi-fix-ab-ba-lock-inversion.patch
	patches.suse/usb-typec-ucsi-fix-2-unlocked-ucsi_run_command-calls.patch
	patches.suse/usb-typec-ucsi-rework-ppm_lock-handling.patch
	patches.suse/usb-typec-ucsi-Hold-con-lock-for-the-entire-duration.patch
	patches.suse/usb-host-xhci-tegra-otg-usb2-usb3-port-init.patch
	patches.suse/usb-host-xhci-tegra-fix-tegra_xusb_get_phy.patch
	patches.suse/usb-gadget-f_tcm-Fix-some-resource-leaks-in-some-err.patch
	patches.suse/usb-dwc3-gadget-Don-t-setup-more-than-requested.patch
	patches.suse/usb-dwc3-gadget-Fix-handling-ZLP.patch
	patches.suse/usb-dwc3-gadget-Handle-ZLP-for-sg-requests.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-typec-tcpm-fix-fix-source-hard-reset-response-for-tda-2-3-1-1-and-tda-2-3-1-2-failures.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/1827-video-fbdev-controlfb-Fix-build-for-COMPILE_TEST-y-P.patch
	patches.suse/powerpc-64s-Fix-crash-in-load_fp_state-due-to-fpexc_.patch
	patches.suse/powerpc-perf-Fix-crashes-with-generic_compat_pmu-BHR.patch
	patches.suse/powerpc-perf-Fix-reading-of-MSR-HV-PR-bits-in-trace-.patch
	patches.suse/cifs-fix-check-of-tcon-dfs-in-smb1.patch
	patches.suse/x86-hotplug-Silence-APIC-only-after-all-interrupts-a.patch
	patches.suse/genirq-matrix-Deal-with-the-sillyness-of-for_each_cp.patch
	patches.suse/crypto-qat-add-delay-before-polling-mailbox.patch
	patches.suse/crypto-af_alg-Work-around-empty-control-messages-wit.patch
	patches.suse/mmc-sdhci-acpi-Fix-HS400-tuning-for-AMDI0040.patch
	patches.suse/mmc-sdhci-pci-Fix-SDHCI_RESET_ALL-for-CQHCI-for-Inte.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/arm64-tegra-Add-missing-timeout-clock-to-Tegra210-SD.patch
	patches.suse/arm64-tegra-Add-missing-timeout-clock-to-Tegra186-SD.patch
	patches.suse/arm64-tegra-Add-missing-timeout-clock-to-Tegra194-SD.patch
	patches.suse/sdhci-tegra-Add-missing-TMCLK-for-data-timeout.patch
	patches.suse/scsi-qedf-fix-null-ptr-reference-in-qedf_stag_change_work
	patches.suse/scsi-libcxgbi-fix-a-use-after-free-in-cxgbi_conn_xmit_pdu
	patches.suse/btrfs-block-group-fix-free-space-bitmap-threshold.patch
	patches.suse/btrfs-drop-path-before-adding-new-uuid-tree-entry.patch
	patches.suse/btrfs-allocate-scrub-workqueues-outside-of-locks.patch
	patches.suse/btrfs-set-the-correct-lockdep-class-for-new-nodes.patch
	patches.suse/btrfs-set-the-lockdep-class-for-log-tree-extent-buff.patch
	patches.suse/btrfs-tree-checker-fix-the-error-message-for-transid.patch
	patches.suse/fix-regression-in-epoll-Keep-a-reference-on-files-added-to-the-check-list.patch
	patches.suse/xfs-fix-boundary-test-in-xfs_attr_shortform_verify.patch
	patches.suse/0003-dm-writecache-handle-DAX-to-partitions-on-persistent.patch
	patches.suse/0004-dm-mpath-fix-racey-management-of-PG-initialization.patch
	patches.suse/dm-crypt-Initialize-crypto-wait-structures.patch
	patches.suse/0005-dm-integrity-fix-error-reporting-in-bitmap-mode-afte.patch
	patches.suse/0025-dm-cache-metadata-Avoid-returning-cmd-bm-wild-pointe.patch
	patches.suse/0004-dm-thin-metadata-Avoid-returning-cmd-bm-wild-pointer.patch
	patches.suse/0005-dm-thin-metadata-Fix-use-after-free-in-dm_bm_set_rea.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-vicodec-add-missing-v4l2_ctrl_request_hdl_put.patch
	patches.suse/media-cedrus-Add-missing-v4l2_ctrl_request_hdl_put.patch
	patches.suse/media-rc-uevent-sysfs-file-races-with-rc_unregister_.patch
	patches.suse/media-rc-do-not-access-device-via-sysfs-after-rc_unr.patch
	patches.suse/net-hns-Fix-memleak-in-hns_nic_dev_probe.patch
	patches.suse/net-systemport-Fix-memleak-in-bcm_sysport_probe.patch
	patches.suse/netfilter-conntrack-allow-sctp-hearbeat-after-connec.patch
	patches.suse/netfilter-nft_set_rbtree-Handle-outcomes-of-tree-rot.patch
	patches.suse/netfilter-nft_set_rbtree-Detect-partial-overlap-with.patch
	patches.suse/netfilter-nf_tables-add-NFTA_SET_USERDATA-if-not-nul.patch
	patches.suse/netfilter-nf_tables-fix-destination-register-zeroing.patch
	patches.suse/sctp-not-disable-bh-in-the-whole-sctp_get_port_local.patch
	patches.suse/netlabel-fix-problems-with-mapping-removal.patch
	patches.suse/NFC-st95hf-Fix-memleak-in-st95hf_in_send_cmd.patch
	patches.suse/net-arc_emac-Fix-memleak-in-arc_mdio_probe.patch
	patches.suse/sfc-fix-boolreturn.cocci-warning-and-rename-function.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/gtp-add-GTPA_LINK-info-to-msg-sent-to-userspace.patch
	patches.suse/net-ethernet-ti-cpsw-fix-clean-up-of-vlan-mc-entries.patch
	patches.suse/net-ethernet-ti-cpsw_new-fix-clean-up-of-vlan-mc-ent.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-ethtool-S-statitics-with-XDP-or-TCs-enab.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/bnxt_en-init-RSS-table-for-Minimal-Static-VF-reserva.patch
	patches.suse/bnxt_en-Setup-default-RSS-map-in-all-scenarios.patch
	patches.suse/net-hns3-Fix-for-geneve-tx-checksum-bug.patch
	patches.suse/taprio-Fix-using-wrong-queues-in-gate-mask.patch
	patches.suse/net-disable-netpoll-on-fresh-napis.patch
	patches.suse/bnxt-don-t-enable-NAPI-until-rings-are-ready.patch
	patches.suse/net-usb-Fix-uninit-was-stored-issue-in-asix_read_phy.patch
	patches.suse/net-ethernet-ti-cpsw_new-fix-error-handling-in-cpsw_.patch
	patches.suse/nl80211-fix-NL80211_ATTR_HE_6GHZ_CAPABILITY-usage.patch
	patches.suse/mac80211-use-rate-provided-via-status-rate-on-ieee80.patch
	patches.suse/mac80211-factor-out-code-to-look-up-the-average-pack.patch
	patches.suse/mac80211-improve-AQL-aggregation-estimation-for-low-.patch
	patches.suse/wireless-fix-wrong-160-80-80-MHz-setting.patch
	patches.suse/cfg80211-regulatory-reject-invalid-hints.patch
	patches.suse/mac80211-reduce-packet-loss-event-false-positives.patch
	patches.suse/cfg80211-Adjust-6-GHz-frequency-to-channel-conversio.patch
	patches.suse/net_sched-fix-error-path-in-red_init.patch
	patches.suse/bpf-Fix-a-buffer-out-of-bound-access-when-filling-ra.patch
	patches.suse/selftests-bpf-Fix-test_progs-flavor-run-getting-numb.patch
	patches.suse/selftests-bpf-Fix-massive-output-from-test_maps.patch
	patches.suse/netfilter-delete-repeated-words.patch
	patches.suse/netfilter-nfnetlink-nfnetlink_unicast-reports-EAGAIN.patch
	patches.suse/netfilter-conntrack-do-not-auto-delete-clash-entries.patch
	patches.suse/ionic-fix-txrx-work-accounting.patch
	patches.suse/cxgb4-fix-thermal-zone-device-registration.patch
	patches.suse/net-ethernet-mlx4-Fix-memory-allocation-in-mlx4_budd.patch
	patches.suse/net-usb-dm9601-Add-USB-ID-of-Keenetic-Plus-DSL.patch
	patches.suse/net-gemini-Fix-another-missing-clk_disable_unprepare.patch
	patches.suse/ipv6-Fix-sysctl-max-for-fib_multipath_hash_policy.patch
	patches.suse/tipc-fix-shutdown-of-connectionless-socket.patch
	patches.suse/nfp-flower-fix-ABI-mismatch-between-driver-and-firmw.patch
	patches.suse/tg3-Fix-soft-lockup-when-tg3_reset_task-fails.patch
	patches.suse/net-smc-fix-toleration-of-fake-add_link-messages
	patches.suse/net-smc-set-rx_off-for-smcr-explicitly
	patches.suse/net-smc-reset-sndbuf_desc-if-freed
	patches.suse/net-smc-fix-sock-refcounting-in-case-of-termination
	patches.suse/1828-mm-gup-Remove-enfornced-COW-mechanism.patch
	patches.suse/net-packet-fix-overflow-in-tpacket_rcv.patch
	patches.suse/1829-drm-amd-pm-fix-is_dpm_running-run-error-on-32bit-sys.patch
	patches.suse/drm-amd-pm-avoid-false-alarm-due-to-confusing-softwa.patch
	patches.suse/1831-drm-amd-pm-enable-MP0-DPM-for-sienna_cichlid.patch
	patches.suse/1832-drm-amdgpu-Specify-get_argument-function-for-ci_smu_.patch
	patches.suse/drm-amdgpu-Fix-bug-in-reporting-voltage-for-CIK.patch
	patches.suse/drm-radeon-Prefer-lower-feedback-dividers.patch
	patches.suse/1835-drm-i915-display-Ensure-that-ret-is-always-initializ.patch
	patches.suse/0001-drm-i915-Fix-sha_text-population-code.patch
	patches.suse/1837-drm-i915-Clear-the-repeater-bit-on-HDCP-disable.patch
	patches.suse/1838-drm-nouveau-kms-gv100-Include-correct-push-header-in.patch
	patches.suse/1839-drm-nouveau-kms-nv50-add-some-whitespace-before-debu.patch
	patches.suse/1840-drm-nouveau-kms-nv50-gp1xx-disable-notifies-again-af.patch
	patches.suse/1841-drm-nouveau-kms-nv50-gp1xx-add-WAR-for-EVO-push-buff.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/Documentation-sound-cards-fix-heading-underline-leng.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/0515-ALSA-hda-realtek-Add-quirk-for-Samsung-Galaxy-Book-I.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-add-dev_dbg-log-when-driver-is-not-selected.patch
	patches.suse/ALSA-hda-use-consistent-HDAudio-spelling-in-comments.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-idxd-reset-states-after-device-disable-or-.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-at_hdmac-add-missing-put_device-call-in-at.patch
	patches.suse/dmaengine-at_hdmac-add-missing-kfree-call-in-at_dma_.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/nvmet-tcp-Fix-NULL-dereference-when-a-connect-data-c.patch
	patches.suse/nvme-fabrics-don-t-check-state-NVME_CTRL_NEW-for-req.patch
	patches.suse/nvme-have-nvme_wait_freeze_timeout-return-if-it-time.patch
	patches.suse/nvme-tcp-serialize-controller-teardown-sequences.patch
	patches.suse/nvme-tcp-fix-timeout-handler.patch
	patches.suse/nvme-tcp-fix-reset-hang-if-controller-died-in-the-mi.patch
	patches.suse/nvme-rdma-serialize-controller-teardown-sequences.patch
	patches.suse/nvme-rdma-fix-timeout-handler.patch
	patches.suse/nvme-rdma-fix-reset-hang-if-controller-died-in-the-m.patch
	patches.suse/nvme-Fix-NULL-dereference-for-pci-nvme-controllers.patch
	patches.suse/nvmet-fc-Fix-a-missed-_irqsave-version-of-spin_lock-.patch
	patches.suse/nvme-fix-controller-instance-leak.patch
	patches.suse/nvme-only-use-power-of-two-io-boundaries.patch
	patches.suse/nvme-pci-cancel-nvme-device-request-before-disabling.patch
	patches.suse/block-ensure-bdi-io_pages-is-always-initialized.patch
	patches.suse/block-release-disk-reference-in-hd_struct_free_work.patch
	patches.suse/block-fix-locking-in-bdev_del_partition.patch
	patches.suse/blk-iocost-ioc_pd_free-shouldn-t-assume-irq-disabled.patch
	patches.suse/blk-stat-make-q-stats-lock-irqsafe.patch
	patches.suse/block-allow-for_each_bvec-to-support-zero-len-bvec.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/xfs-don-t-update-mtime-on-COW-faults.patch
	patches.suse/xfs-fix-xfs_bmap_validate_extent_raw-when-checking-a.patch
	patches.suse/mm-memcg-fix-memcg-reclaim-soft-lockup.patch
	patches.suse/mm-madvise-fix-vma-user-after-free.patch
	patches.suse/mm-rmap-fixup-copying-of-soft-dirty-and-uffd-ptes.patch
	patches.suse/0001-mm-hugetlb-fix-a-race-between-hugetlb-sysctl-handler.patch
	patches.suse/1933-memremap-rename-MEMORY_DEVICE_DEVDAX-to-MEMORY_DEVIC.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/1843-drm-msm-Split-the-a5xx-preemption-record.patch
	patches.suse/1844-drm-msm-Enable-expanded-apriv-support-for-a650.patch
	patches.suse/drm-msm-Disable-preemption-on-all-5xx-targets.patch
	patches.suse/1846-drm-msm-Disable-the-RPTR-shadow.patch
	patches.suse/1847-Revert-drm-i915-Remove-i915_gem_object_get_dirty_pag.patch
	patches.suse/1848-Revert-drm-i915-gem-Async-GPU-relocations-only.patch
	patches.suse/1849-Revert-drm-i915-gem-Delete-unused-code.patch
	patches.suse/scsi-pm8001-fix-memleak-in-pm8001_exec_internal_task_abort
	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/scsi-lpfc-Fix-FLOGI-PLOGI-receive-race-condition-in-.patch
	patches.suse/scsi-lpfc-Extend-the-RDF-FPIN-Registration-descripto.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-12.8.0.4.patch
	patches.suse/scsi-target-iscsi-fix-data-digest-calculation
	patches.suse/scsi-libsas-Set-data_dir-as-DMA_NONE-if-libata-marks-qc-as-NODATA
	patches.suse/scsi-target-iscsi-fix-hang-in-iscsit_access_np-when-getting-tpg-np_login_sem
	patches.suse/scsi-megaraid_sas-Don-t-call-disable_irq-from-process-IRQ-poll
	patches.suse/scsi-mpt3sas-don-t-call-disable_irq-from-irq-poll-handler
	patches.suse/selftests-timers-Turn-off-timeout-setting.patch
	patches.suse/RDMA-rtrs-srv-Replace-device_register-with-device_in.patch
	patches.suse/RDMA-rxe-Fix-the-parent-sysfs-read-when-the-interfac.patch
	patches.suse/RDMA-rxe-Fix-memleak-in-rxe_mem_init_user.patch
	patches.suse/RDMA-rxe-Fix-panic-when-calling-kmem_cache_create.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-Fix-driver-crash-on-unaligned-PSN-entry.patch
	patches.suse/RDMA-bnxt_re-Remove-the-qp-from-list-only-if-the-qp-.patch
	patches.suse/RDMA-core-Fix-unsafe-linked-list-traversal-after-fai.patch
	patches.suse/RDMA-core-Fix-reported-speed-and-width.patch
	patches.suse/RDMA-bnxt_re-Remove-set-but-not-used-variable-qplib_.patch
	patches.suse/RDMA-rtrs-srv-Set-.release-function-for-rtrs-srv-dev.patch
	patches.suse/IB-isert-Fix-unaligned-immediate-data-handling.patch
	patches.suse/1850-drm-xlnx-dpsub-Fix-DMADEVICES-Kconfig-dependency.patch
	patches.suse/1851-drm-i915-fix-regression-leading-to-display-audio-pro.patch
	patches.suse/1852-drm-virtio-Revert-drm-virtio-Call-the-right-shmem-he.patch
	patches.suse/0007-drm-sun4i-add-missing-put_device-call-in-sun8i_r40_t.patch
	patches.suse/1854-drm-ingenic-Fix-leak-of-device_node-pointer.patch
	patches.suse/1855-drm-ingenic-Fix-driver-not-probing-when-IPU-port-is-.patch
	patches.suse/0008-drm-sun4i-Fix-dsi-dcs-long-write-function.patch
	patches.suse/1857-drm-virtio-fix-unblank.patch
	patches.suse/1858-dma-buf-Fix-kerneldoc-of-dma_buf_set_name.patch
	patches.suse/1859-dma-buf-fence-chain-Document-missing-dma_fence_chain.patch
	patches.suse/drm-tve200-Stabilize-enable-disable.patch
	patches.suse/1861-drm-sun4i-Fix-DE2-YVU-handling.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/1864-drm-virtio-drop-virtio_gpu_output-enabled.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-cadence-quadspi-Populate-get_name-interface.patch
	patches.suse/spi-spi-loopback-test-Fix-out-of-bounds-read.patch
	patches.suse/spi-stm32-Rate-limit-the-Communication-suspended-mes.patch
	patches.suse/spi-spi-cadence-quadspi-Fix-mapping-of-buffers-for-D.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/block-restore-a-specific-error-code-in-bdev_del_part.patch
	patches.suse/block-only-call-sched-requeue_request-for-scheduled-.patch
	patches.suse/block-Set-same_page-to-false-in-__bio_try_merge_page.patch
	patches.suse/nvme-Revert-Fix-controller-creation-races-with-teard.patch
	patches.suse/nvme-fc-cancel-async-events-before-freeing-event-str.patch
	patches.suse/nvme-rdma-cancel-async-events-before-freeing-event-s.patch
	patches.suse/nvme-tcp-cancel-async-events-before-freeing-event-st.patch
	patches.suse/nvme-fabrics-allow-to-queue-requests-for-live-queues.patch
	patches.suse/powercap-intel_rapl-add-support-for-TigerLake-Desktop.patch
	patches.suse/powercap-intel_rapl-add-support-for-RocketLake.patch
	patches.suse/powercap-intel_rapl-add-support-for-AlderLake.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/cifs-fix-DFS-mount-with-cifsacl-modefromsid.patch
	patches.suse/btrfs-require-only-sector-size-alignment-for-parent-.patch
	patches.suse/btrfs-fix-NULL-pointer-dereference-after-failure-to-.patch
	patches.suse/0003-dax-fix-detection-of-dax-support-for-non-persistent-.patch
	patches.suse/kvm-fix-memory-leak-in-kvm_io_bus_unregister_dev
	patches.suse/kvm-svm-periodically-schedule-when-unregistering-regions-on-destroy.patch
	patches.suse/soundwire-bus-fix-typo-in-comment-on-INTSTAT-registe.patch
	patches.suse/soundwire-fix-double-free-of-dangling-pointer.patch
	patches.suse/video-fbdev-fix-OOB-read-in-vga_8planes_imageblit.patch
	patches.suse/firmware_loader-fix-memory-leak-for-paged-buffer.patch
	patches.suse/debugfs-Fix-module-state-check-condition.patch
	patches.suse/staging-wlan-ng-fix-out-of-bounds-read-in-prism2sta_.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/thunderbolt-Disable-ports-that-are-not-implemented.patch
	patches.suse/thunderbolt-Use-maximum-USB3-link-rate-when-reclaimi.patch
	patches.suse/usb-Fix-out-of-sync-data-toggle-if-a-configured-devi.patch
	patches.suse/usb-typec-intel_pmc_mux-un-register-the-usb-role-switch.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-typec-intel_pmc_mux-do-not-configure-altmode-hpd-high.patch
	patches.suse/usb-typec-intel_pmc_mux-do-not-configure-sbu-and-hsl-orientation-in-alternate-modes.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/ARM-dts-socfpga-fix-register-entry-for-timer3-on-Arria10.patch
	patches.suse/ARM-dts-ls1021a-fix-QuadSPI-memory-reg-range.patch
	patches.suse/ARM-dts-imx7ulp-Correct-gpio-ranges.patch
	patches.suse/ARM-dts-vfxxx-Add-syscon-compatible-with-OCOTP.patch
	patches.suse/ARM-dts-logicpd-torpedo-baseboard-Fix-broken-audio.patch
	patches.suse/ARM-dts-logicpd-som-lv-baseboard-Fix-broken-audio.patch
	patches.suse/ARM-dts-logicpd-som-lv-baseboard-Fix-missing-video.patch
	patches.suse/arm64-dts-imx8mq-Fix-TMU-interrupt-property.patch
	patches.suse/ARM-dts-imx6sx-fix-the-pad-QSPI1B_SCLK-mux-mode-for-uart3.patch
	patches.suse/ARM-dts-bcm-HR2-Fixed-QSPI-compatible-string.patch
	patches.suse/ARM-dts-NSP-Fixed-QSPI-compatible-string.patch
	patches.suse/ARM-dts-BCM5301X-Fixed-QSPI-compatible-string.patch
	patches.suse/fbcon-remove-soft-scrollback-code.patch
	patches.suse/1867-fbcon-remove-now-unusued-softback_lines-cursor-argum.patch
	patches.suse/1868-vgacon-remove-software-scrollback-support.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/scsi-libsas-Fix-error-path-in-sas_notify_lldd_dev_found
	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/clk-bcm-dvp-select-the-reset-framework.patch
	patches.suse/1869-drm-kfd-fix-a-system-crash-issue-during-GPU-recovery.patch
	patches.suse/drm-amdkfd-fix-a-memory-leak-issue.patch
	patches.suse/1871-drm-amd-pm-support-runtime-pptable-update-for-sienna.patch
	patches.suse/1872-drm-amd-display-Don-t-use-DRM_ERROR-for-DTM-add-topo.patch
	patches.suse/drm-amd-display-update-nv1x-stutter-latencies.patch
	patches.suse/1874-drm-amdgpu-Include-sienna_cichlid-in-USBC-PD-FW-supp.patch
	patches.suse/drm-radeon-revert-Prefer-lower-feedback-dividers.patch
	patches.suse/drm-amdgpu-dc-Require-primary-plane-to-be-enabled-wh.patch
	patches.suse/1877-drm-amdgpu-declare-ta-firmware-for-navy_flounder.patch
	patches.suse/1878-drm-amd-display-Don-t-log-hdcp-module-warnings-in-dm.patch
	patches.suse/1879-drm-i915-gem-Delay-tracking-the-GEM-context-until-it.patch
	patches.suse/1880-drm-i915-gem-Reduce-context-termination-list-iterati.patch
	patches.suse/1881-drm-i915-Be-wary-of-data-races-when-reading-the-acti.patch
	patches.suse/drm-i915-Filter-wake_flags-passed-to-default_wake_fu.patch
	patches.suse/1883-drm-mediatek-dsi-Fix-scrolling-of-panel-with-small-h.patch
	patches.suse/1885-drm-mediatek-Use-CPU-when-fail-to-get-cmdq-event.patch
	patches.suse/1886-drm-mediatek-Add-missing-put_device-call-in-mtk_ddp_.patch
	patches.suse/0004-drm-mediatek-Add-exception-handing-in-mtk_drm_probe-.patch
	patches.suse/0005-drm-mediatek-Add-missing-put_device-call-in-mtk_drm_.patch
	patches.suse/0006-drm-mediatek-Add-missing-put_device-call-in-mtk_hdmi.patch
	patches.suse/percpu-fix-first-chunk-size-calculation-for-populated-bitmap.patch
	patches.suse/Revert-mtd-spi-nor-Disable-the-flash-quad-mode-in-sp.patch
	patches.suse/Revert-mtd-spi-nor-Add-capability-to-disable-flash-q.patch
	patches.suse/iommu-amd-fix-potential-entry-null-deref
	patches.suse/iommu-amd-restore-irte-remapen-bit-for-amd_iommu_activate_guest_mode
	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-Intel-skl_hda_dsp_generic-Fix-NULLptr-dereferen.patch
	patches.suse/ASoC-intel-atom-Add-period-size-constraint.patch
	patches.suse/ASoC-qcom-Set-card-owner-to-avoid-warnings.patch
	patches.suse/ASoC-Intel-tgl_max98373-fix-a-runtime-pm-issue-in-mu.patch
	patches.suse/ASoC-pcm3168a-ignore-0-Hz-settings.patch
	patches.suse/ASoC-ti-fixup-ams_delta_mute-function-name.patch
	patches.suse/ASoC-qcom-common-Fix-refcount-imbalance-on-error.patch
	patches.suse/ASoC-max98373-Fix-return-check-for-devm_regmap_init_.patch
	patches.suse/ASoC-rt1308-sdw-Fix-return-check-for-devm_regmap_ini.patch
	patches.suse/ASoC-rt711-Fix-return-check-for-devm_regmap_init_sdw.patch
	patches.suse/ASoC-rt715-Fix-return-check-for-devm_regmap_init_sdw.patch
	patches.suse/ASoC-rt700-Fix-return-check-for-devm_regmap_init_sdw.patch
	patches.suse/ASoC-soc-core-add-snd_soc_find_dai_with_mutex.patch
	patches.suse/ASoC-meson-axg-toddr-fix-channel-order-on-g12-platfo.patch
	patches.suse/ASoC-wm8994-Skip-setting-of-the-WM8994_MICBIAS-regis.patch
	patches.suse/ASoC-wm8994-Ensure-the-device-is-resumed-in-wm89xx_m.patch
	patches.suse/ASoC-tlv320adcx140-Fix-accessing-uninitialized-adcx1.patch
	patches.suse/ASoC-Intel-haswell-Fix-power-transition-refactor.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Add-quirk-for-MPMAN-Converte.patch
	patches.suse/ASoC-core-Do-not-cleanup-uninitialized-dais-on-soc_p.patch
	patches.suse/ASoC-tlv320adcx140-Wake-up-codec-before-accessing-re.patch
	patches.suse/powercap-RAPL-Add-support-for-Lakefield.patch
	patches.suse/ACPI-processor-Use-CPUIDLE_FLAG_TIMER_STOP.patch
	patches.suse/powerpc-book3s64-radix-Fix-boot-failure-with-large-a.patch
	patches.suse/powerpc-dma-Fix-dma_map_ops-get_required_mask.patch
	patches.suse/cpuidle-pseries-Fix-CEDE-latency-conversion-from-tb-.patch
	patches.suse/powerpc-papr_scm-Limit-the-readability-of-perf_stats.patch
	patches.suse/arm64-bpf-Fix-branch-offset-in-JIT.patch
	patches.suse/arm64-paravirt-Initialize-steal-time-when-cpu-is-onl.patch
	patches.suse/s390-zcrypt-fix-kmalloc-256k-failure
	patches.suse/s390-pci-fix-leak-of-dma-tables-on-hard-unplug
	patches.suse/s390-add-3f-program-exception-handler
	patches.suse/i2c-aspeed-Mask-IRQ-status-to-relevant-bits.patch
	patches.suse/i2c-i801-Fix-resume-bug.patch
	patches.suse/i2c-core-Call-i2c_acpi_install_space_handler-before-.patch
	patches.suse/i2c-mediatek-fix-generic-definitions-for-bus-frequency.patch
	patches.suse/i2c-mxs-use-MXS_DMA_CTRL_WAIT4END-instead-of-DMA_CTR.patch
	patches.suse/kprobes-fix-kill-kprobe-which-has-been-marked-as-gon.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/1890-fbcon-Fix-user-font-detection-test-at-fbcon_resize.patch
	patches.suse/usb-typec-ucsi-acpi-increase-command-completion-timeout-value.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/usb-typec-intel_pmc_mux-handle-scu-ipc-error-conditions.patch
	patches.suse/ehci-hcd-Move-include-to-keep-CRC-stable.patch
	patches.suse/usblp-fix-race-between-disconnect-and-read.patch
	patches.suse/dm-dax-Fix-table-reference-counts.patch
	patches.suse/dm-Call-proper-helper-to-determine-dax-support.patch
	patches.suse/0004-dax-Fix-stack-overflow-when-mounting-fsdax-pmem-devi.patch
	patches.suse/efi-efibc-check-for-efivars-write-capability.patch
	patches.suse/locking-percpu-rwsem-Use-this_cpu_-inc-dec-for-read_.patch
	patches.suse/dax-Fix-compilation-for-CONFIG_DAX-CONFIG_FS_DAX.patch
	patches.suse/KVM-arm64-Assume-write-fault-on-S1PTW-permission-fau.patch
	patches.suse/KVM-arm64-Remove-S1PTW-check-from-kvm_vcpu_dabt_iswr.patch
	patches.suse/ftrace-Free-the-trampoline-when-ftrace_startup-fails.patch
	patches.suse/tracing-fix-double-free.patch
	patches.suse/kprobes-tracing-kprobes-Fix-to-kill-kprobes-on-initmem-after-boot.patch
	patches.suse/s390-dasd-fix-zero-write-for-fba-devices
	patches.suse/nvme-pci-disable-the-write-zeros-command-for-Intel-6.patch
	patches.suse/nvme-tcp-fix-kconfig-dependency-warning-when-CRYPTO.patch
	patches.suse/nvme-core-get-put-ctrl-and-transport-module-in-nvme_.patch
	patches.suse/nvmet-get-transport-reference-for-passthru-ctrl.patch
	patches.suse/act_ife-load-meta-modules-before-tcf_idr_check_alloc.patch
	patches.suse/hinic-bump-up-the-timeout-of-SET_FUNC_STATE-cmd.patch
	patches.suse/hinic-bump-up-the-timeout-of-UPDATE_FW-cmd.patch
	patches.suse/cxgb4-Fix-offset-when-clearing-filter-byte-counters.patch
	patches.suse/net-macb-fix-for-pause-frame-receive-enable-bit.patch
	patches.suse/net-dsa-rtl8366-Properly-clear-member-config.patch
	patches.suse/bnxt_en-Avoid-sending-firmware-messages-when-AER-err.patch
	patches.suse/bnxt_en-Fix-NULL-ptr-dereference-crash-in-bnxt_fw_re.patch
	patches.suse/netdevice.h-fix-proto_down_reason-kernel-doc-warning.patch
	patches.suse/netdevice.h-fix-xdp_state-kernel-doc-warning.patch
	patches.suse/ibmvnic-add-missing-parenthesis-in-do_reset.patch
	patches.suse/msft-hv-2135-hv_netvsc-Fix-hibernation-for-mlx5-VF-driver.patch
	patches.suse/net-dsa-link-interfaces-with-the-DSA-master-to-get-r.patch
	patches.suse/ipv6-avoid-lockdep-issue-in-fib6_del.patch
	patches.suse/netfilter-ctnetlink-add-a-range-check-for-l3-l4-prot.patch
	patches.suse/netfilter-ctnetlink-fix-mark-based-dump-filtering-re.patch
	patches.suse/MAINTAINERS-remove-John-Allen-from-ibmvnic.patch
	patches.suse/ieee802154-fix-one-possible-memleak-in-ca8210_dev_co.patch
	patches.suse/ieee802154-adf7242-check-status-of-adf7242_read_reg.patch
	patches.suse/mac802154-tx-fix-use-after-free.patch
	patches.suse/ip-fix-tos-reflection-in-ack-and-reset-packets.patch
	patches.suse/wireguard-noise-take-lock-when-removing-handshake-en.patch
	patches.suse/wireguard-peerlookup-take-lock-before-checking-hash-.patch
	patches.suse/0010-brcmfmac-reserve-tx-credit-only-when-txctl-is-ready-.patch
	patches.suse/brcmfmac-reserve-tx-credit-only-when-txctl-is-ready-.patch
	patches.suse/mt76-mt7615-use-v1-MCU-API-on-MT7615-to-fix-issues-w.patch
	patches.suse/mt76-mt7915-use-ieee80211_free_txskb-to-free-tx-skbs.patch
	patches.suse/mwifiex-Increase-AES-key-storage-size-to-256-bits.patch
	patches.suse/Revert-wlcore-Adding-suppoprt-for-IGTK-key-in-wlcore.patch
	patches.suse/net-qed-Disable-aRFS-for-NPAR-and-100G.patch
	patches.suse/net-qede-Disable-aRFS-for-NPAR-and-100G.patch
	patches.suse/net-qed-RDMA-personality-shouldn-t-fail-VF-load.patch
	patches.suse/tipc-fix-shutdown-of-connection-oriented-socket.patch
	patches.suse/msft-hv-2137-hv_netvsc-Switch-the-data-path-at-the-right-time-dur.patch
	patches.suse/msft-hv-2138-hv_netvsc-Cache-the-current-data-path-to-avoid-dupli.patch
	patches.suse/hdlc_ppp-add-range-checks-in-ppp_cp_parse_cr.patch
	patches.suse/s390-qeth-delay-draining-the-tx-buffers
	patches.suse/net-Fix-bridge-enslavement-failure.patch
	patches.suse/net-DCB-Validate-DCB_ATTR_DCB_BUFFER-argument.patch
	patches.suse/enetc-Fix-mdio-bus-removal-on-PF-probe-bailout.patch
	patches.suse/i40e-fix-return-of-uninitialized-aq_ret-in-i40e_set_.patch
	patches.suse/i40e-always-propagate-error-value-in-i40e_set_vsi_pr.patch
	patches.suse/igc-Fix-wrong-timestamp-latency-numbers.patch
	patches.suse/igc-Fix-not-considering-the-TX-delay-for-timestamps.patch
	patches.suse/taprio-Fix-allowing-too-small-intervals.patch
	patches.suse/hinic-fix-rewaking-txq-after-netif_tx_disable.patch
	patches.suse/net-ethernet-ti-cpsw_new-fix-suspend-resume.patch
	patches.suse/net-lantiq-Wake-TX-queue-again.patch
	patches.suse/net-lantiq-use-netif_tx_napi_add-for-TX-NAPI.patch
	patches.suse/net-lantiq-Use-napi_complete_done.patch
	patches.suse/net-lantiq-Disable-IRQs-only-if-NAPI-gets-scheduled.patch
	patches.suse/ipv4-Initialize-flowi4_multipath_hash-in-data-path.patch
	patches.suse/tipc-Fix-memory-leak-in-tipc_group_create_member.patch
	patches.suse/tipc-use-skb_unshare-instead-in-tipc_buf_append.patch
	patches.suse/net-sched-only-keep-the-available-bits-when-setting-.patch
	patches.suse/lwtunnel-only-keep-the-available-bits-when-setting-v.patch
	patches.suse/net-sched-initialize-with-0-before-setting-erspan-md.patch
	patches.suse/ibmvnic-update-MAINTAINERS.patch
	patches.suse/ipv4-Update-exception-handling-for-multipath-routes-.patch
	patches.suse/libbpf-Fix-build-failure-from-uninitialized-variable.patch
	patches.suse/tools-bpf-build-Make-sure-resolve_btfids-cleans-up-a.patch
	patches.suse/libbpf-Remove-arch-specific-include-path-in-Makefile.patch
	patches.suse/bpf-Do-not-use-bucket_lock-for-hashmap-iterator.patch
	patches.suse/selftests-bpf-Add-bpf_-update-delete-_map_elem-in-ha.patch
	patches.suse/bpf-Fix-clobbering-of-r2-in-bpf_gen_ld_abs.patch
	patches.suse/tools-libbpf-Avoid-counting-local-symbols-in-ABI-che.patch
	patches.suse/xsk-Fix-number-of-pinned-pages-umem-size-discrepancy.patch
	patches.suse/bpf-Bpf_skc_to_-casting-helpers-require-a-NULL-check.patch
	patches.suse/bpf-Fix-a-rcu-warning-for-bpffs-map-pretty-print.patch
	patches.suse/net-hns-kerneldoc-fixes.patch
	patches.suse/geneve-add-transport-ports-in-route-lookup-for-genev.patch
	patches.suse/msft-hv-2140-hv_netvsc-Add-validation-for-untrusted-Hyper-V-value.patch
	patches.suse/cxgb4-fix-memory-leak-during-module-unload.patch
	patches.suse/ethtool-add-and-use-message-type-for-tunnel-info-rep.patch
	patches.suse/net-phy-Avoid-NPD-upon-phy_detach-when-driver-is-unb.patch
	patches.suse/net-phy-Do-not-warn-in-phy_stop-on-PHY_DOWN.patch
	patches.suse/hinic-fix-potential-resource-leak.patch
	patches.suse/nfp-use-correct-define-to-return-NONE-fec.patch
	patches.suse/net-mscc-ocelot-fix-race-condition-with-TX-timestamp.patch
	patches.suse/hinic-fix-sending-pkts-from-core-while-self-testing.patch
	patches.suse/net-hns-kerneldoc-fixes-a3a94156.patch
	patches.suse/dpaa2-eth-fix-a-build-warning-in-dpmac.c.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/net-ipv6-fix-kconfig-dependency-warning-for-IPV6_SEG.patch
	patches.suse/net-sctp-Fix-IPv6-ancestor_size-calc-in-sctp_copy_de.patch
	patches.suse/bnxt_en-Use-memcpy-to-copy-VPD-field-info.patch
	patches.suse/bnxt_en-return-proper-error-codes-in-bnxt_show_temp.patch
	patches.suse/bnxt_en-Protect-bnxt_set_eee-and-bnxt_set_pauseparam.patch
	patches.suse/bnxt_en-Return-EOPNOTSUPP-for-ETHTOOL_GREGS-on-VFs.patch
	patches.suse/bnxt_en-Fix-HWRM_FUNC_QSTATS_EXT-firmware-call.patch
	patches.suse/bnxt_en-Fix-wrong-flag-value-passed-to-HWRM_PORT_QST.patch
	patches.suse/sfc-Fix-error-code-in-probe.patch
	patches.suse/mac80211-extend-AQL-aggregation-estimation-to-HE-and.patch
	patches.suse/mac80211-add-AQL-support-for-VHT160-tx-rates.patch
	patches.suse/lib80211-fix-unmet-direct-dependendices-config-warni.patch
	patches.suse/mac80211-Fix-radiotap-header-channel-flag-for-6GHz-b.patch
	patches.suse/mac80211-do-not-disable-HE-if-HT-is-missing-on-2.4-G.patch
	patches.suse/cfg80211-fix-6-GHz-channel-conversion.patch
	patches.suse/mac80211-do-not-allow-bigger-VHT-MPDUs-than-the-hard.patch
	patches.suse/mac80211-fix-80-MHz-association-to-160-80-80-AP-on-6.patch
	patches.suse/net-mlx5-Fix-FTE-cleanup.patch
	patches.suse/net-mlx5e-Use-RCU-to-protect-rq-xdp_prog.patch
	patches.suse/net-mlx5e-Use-synchronize_rcu-to-sync-with-NAPI.patch
	patches.suse/net-mlx5e-Fix-memory-leak-of-tunnel-info-when-rule-u.patch
	patches.suse/net-mlx5e-CT-Fix-freeing-ct_label-mapping.patch
	patches.suse/net-mlx5e-Enable-adding-peer-miss-rules-only-if-merg.patch
	patches.suse/net-mlx5e-Fix-endianness-when-calculating-pedit-mask.patch
	patches.suse/net-mlx5e-Fix-multicast-counter-not-up-to-date-in-ip.patch
	patches.suse/net-mlx5e-Fix-using-wrong-stats_grps-in-mlx5e_update.patch
	patches.suse/net-mlx5e-TLS-Do-not-expose-FPGA-TLS-counter-if-not-.patch
	patches.suse/net-mlx5e-kTLS-Fix-napi-sync-and-possible-use-after-.patch
	patches.suse/net-mlx5e-kTLS-Add-missing-dma_unmap-in-RX-resync.patch
	patches.suse/net-mlx5e-kTLS-Fix-leak-on-resync-error-flow.patch
	patches.suse/net-mlx5e-kTLS-Avoid-kzalloc-GFP_KERNEL-under-spinlo.patch
	patches.suse/net-mlx5e-mlx5e_fec_in_caps-returns-a-boolean.patch
	patches.suse/net-bridge-br_vlan_get_pvid_rcu-should-dereference-t.patch
	patches.suse/btrfs-fix-overflow-when-copying-corrupt-csums-for-a-.patch
	patches.suse/0004-dm-fix-bio-splitting-and-its-bio-completion-order-fo.patch
	patches.suse/0031-dm-fix-comment-in-dm_process_bio.patch
	patches.suse/0001-dm-crypt-document-new-no_workqueue-flags.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
	patches.suse/0007-drm-vc4-vc4_hdmi-fill-ASoC-card-owner.patch
	patches.suse/0008-drm-sun4i-sun8i-csc-Secondary-CSC-register-correctio.patch
	patches.suse/drm-sun4i-mixer-Extend-regmap-max_register.patch
	patches.suse/1894-drm-i915-gvt-Fix-port-number-for-BDW-on-EDID-region-.patch
	patches.suse/1895-dmabuf-fix-NULL-pointer-dereference-in-dma_buf_relea.patch
	patches.suse/RDMA-core-Fix-ordering-of-CQ-pool-destruction.patch
	patches.suse/cpuidle-psci-Fix-suspicious-RCU-usage.patch
	patches.suse/ACPI-processor-Fix-build-for-ARCH_APICTIMER_STOPS_ON.patch
	patches.suse/regmap-debugfs-Fix-handling-of-name-string-for-debug.patch
	patches.suse/regmap-debugfs-Add-back-in-erroneously-removed-initi.patch
	patches.suse/regmap-fix-page-selection-for-noinc-reads.patch
	patches.suse/regmap-fix-page-selection-for-noinc-writes.patch
	patches.suse/regulator-axp20x-fix-LDO2-4-description.patch
	patches.suse/spi-spi-fsl-dspi-use-XSPI-mode-instead-of-DMA-for-DP.patch
	patches.suse/spi-fsl-espi-Only-process-interrupts-for-expected-ev.patch
	patches.suse/spi-fsl-dspi-fix-use-after-free-in-remove-path.patch
	patches.suse/0001-mm-THP-swap-fix-allocating-cluster-for-swapfile-by-m.patch
	patches.suse/s390-mm-gup-fix-gup_fast-with-dynamic-page-table-folding.patch
	patches.suse/arch-x86-lib-usercopy_64-c-fix-_copy_user_flushcache-cache-writeback.patch
	patches.suse/0001-mm-replace-memmap_context-by-meminit_context.patch
	patches.suse/0002-mm-don-t-rely-on-system-state-to-detect-hot-plug-ope.patch
	patches.suse/s390-zcrypt-fix-zcrypt_perdev_reqcnt-ioctl
	patches.suse/nvme-return-errors-for-hwmon-init.patch
	patches.suse/nvme-pci-fix-NULL-req-in-completion-handler.patch
	patches.suse/nvme-fc-fail-new-connections-to-a-deleted-host-or-re.patch
	patches.suse/nvme-core-don-t-use-NVME_NSID_ALL-for-command-effect.patch
	patches.suse/scsi-lpfc-Fix-initial-FLOGI-failure-due-to-BBSCN-not.patch
	patches.suse/clocksource-drivers-h8300_timer8-Fix-wrong-return-va.patch
	patches.suse/clocksource-drivers-timer-gx6605s-Fixup-counter-relo.patch
	patches.suse/x86-ioapic-unbreak-check_timer.patch
	patches.suse/nfs-Fix-security-label-length-not-being-reset.patch
	patches.suse/NFSv4.2-fix-client-s-attribute-cache-management-for-.patch
	patches.suse/pNFS-flexfiles-Ensure-we-initialise-the-mirror-bsize.patch
	patches.suse/clk-tegra-Always-program-PLL_E-when-enabled.patch
	patches.suse/clk-tegra-Fix-missing-prototype-for-tegra210_clk_reg.patch
	patches.suse/clk-samsung-exynos4-mark-chipid-clock-as-CLK_IGNORE_.patch
	patches.suse/clk-socfpga-stratix10-fix-the-divider-for-the-emac_p.patch
	patches.suse/ftrace-move-rcu-is-watching-check-after-recursion-check.patch
	patches.suse/1896-drm-vmwgfx-Fix-error-handling-in-get_node.patch
	patches.suse/drm-amdgpu-prevent-double-kfree-ttm-sg.patch
	patches.suse/1898-drm-amdgpu-add-the-GC-10.3-VRS-registers.patch
	patches.suse/1899-drm-amdgpu-add-VCN-3.0-AV1-registers.patch
	patches.suse/1900-drm-amdgpu-use-the-AV1-defines-for-VCN-3.0.patch
	patches.suse/1901-drm-amdgpu-add-device-ID-for-sienna_cichlid-v2.patch
	patches.suse/1902-drm-amdgpu-remove-experimental-flag-from-navi12.patch
	patches.suse/1903-drm-amd-pm-Removed-fixed-clock-in-auto-mode-DPM.patch
	patches.suse/1904-drm-amdgpu-remove-gpu_info-fw-support-for-sienna_cic.patch
	patches.suse/1905-drm-amd-display-fix-return-value-check-for-hdcp_work.patch
	patches.suse/1906-drm-amdgpu-display-fix-CFLAGS-setup-for-DCN30.patch
	patches.suse/drm-amdgpu-restore-power-ref-count.patch
	patches.suse/1908-drm-amdgpu-swsmu-smu12-fix-force-clock-handling-for-.patch
	patches.suse/1909-drm-amd-display-remove-duplicate-call-to-rn_vbios_sm.patch
	patches.suse/1910-drm-amd-pm-setup-APU-dpm-clock-table-in-SMU-HW-initi.patch
	patches.suse/1911-drm-amdgpu-disable-gfxoff-temporarily-for-navy_floun.patch
	patches.suse/arm64-permit-ACPI-core-to-map-kernel-memory-used-for.patch
	patches.suse/iommu-exynos-add-missing-put_device-call-in-exynos_iommu_of_xlate
	patches.suse/iommu-amd-fix-the-overwritten-field-in-ivmd-header
	patches.suse/mmc-sdhci-Workaround-broken-command-queuing-on-GLK.patch
	patches.suse/gpio-sprd-Clear-interrupt-when-setting-the-type-as-e.patch
	patches.suse/gpio-tc35894-fix-up-tc35894-interrupt-configuration.patch
	patches.suse/gpio-siox-explicitly-support-only-threaded-irqs.patch
	patches.suse/gpio-mockup-fix-resource-leak-in-error-path.patch
	patches.suse/gpio-pca953x-Fix-uninitialized-pending-variable.patch
	patches.suse/gpio-aspeed-sgpio-enable-access-to-all-80-input-outp.patch
	patches.suse/gpio-aspeed-sgpio-don-t-enable-all-interrupts-by-def.patch
	patches.suse/gpio-aspeed-fix-ast2600-bank-properties.patch
	patches.suse/gpio-amd-fch-correct-logic-of-GPIO_LINE_DIRECTION.patch
	patches.suse/gpio-pca953x-Correctly-initialize-registers-6-and-7-.patch
	patches.suse/iio-adc-qcom-spmi-adc5-fix-driver-name.patch
	patches.suse/btrfs-move-btrfs_scratch_superblocks-into-btrfs_dev_.patch
	patches.suse/btrfs-move-btrfs_rm_dev_replace_free_srcdev-outside-.patch
	patches.suse/btrfs-fix-filesystem-corruption-after-a-device-repla.patch
	patches.suse/blk-mq-call-commit_rqs-while-list-empty-but-error-ha.patch
	patches.suse/scsi-target-fix-lun-lookup-for-target_scf_lookup_lun_from_tag-case
	patches.suse/scsi-iscsi-iscsi_tcp-avoid-holding-spinlock-while-calling-getpeername
	patches.suse/PCI-rockchip-Fix-bus-checks-in-rockchip_pcie_valid_d.patch
	patches.suse/pinctrl-mvebu-Fix-i2c-sda-definition-for-98DX3236.patch
	patches.suse/pinctrl-cherryview-Preserve-CHV_PADCTRL1_INVRXTX_TXD.patch
	patches.suse/mm-slub-restore-initial-kmem_cache-flags.patch
	patches.suse/Input-trackpoint-enable-Synaptics-trackpoints.patch
	patches.suse/Input-i8042-add-nopnp-quirk-for-Acer-Aspire-5-A515.patch
	patches.suse/i2c-i801-exclude-device-from-suspend-direct-complete.patch
	patches.suse/i2c-cpm-Fix-i2c_ram-structure.patch
	patches.suse/USB-gadget-f_ncm-Fix-NDP16-datagram-validation.patch
	patches.suse/phy-ti-am654-Fix-a-leak-in-serdes_am654_probe.patch
	patches.suse/0001-xen-events-don-t-use-chip_data-for-legacy-IRQs.patch
	patches.suse/net-stmmac-removed-enabling-eee-in-EEE-set-callback.patch
	patches.suse/hinic-fix-wrong-return-value-of-mac-set-cmd.patch
	patches.suse/net-ethernet-broadcom-fix-spelling-typo.patch
	patches.suse/net-fsl-quieten-expected-MDIO-access-failures.patch
	patches.suse/iavf-Fix-incorrect-adapter-get-in-iavf_resume.patch
	patches.suse/ice-Fix-call-trace-on-suspend.patch
	patches.suse/ice-fix-memory-leak-if-register_netdev_fails.patch
	patches.suse/ice-fix-memory-leak-in-ice_vsi_setup.patch
	patches.suse/vmxnet3-fix-cksum-offload-issues-for-non-udp-tunnels.patch
	patches.suse/net-ethernet-cavium-octeon_mgmt-use-phy_start-and-ph.patch
	patches.suse/bonding-set-dev-needed_headroom-in-bond_setup_by_sla.patch
	patches.suse/team-set-dev-needed_headroom-in-team_setup_by_port.patch
	patches.suse/dpaa2-eth-fix-command-version-for-Tx-shaping.patch
	patches.suse/mdio-fix-mdio-thunder.c-dependency-build-error.patch
	patches.suse/mlxsw-spectrum_acl-Fix-mlxsw_sp_acl_tcam_group_add-s.patch
	patches.suse/r8169-fix-RTL8168f-RTL8411-EPHY-config.patch
	patches.suse/espintcp-restore-IP-CB-before-handing-the-packet-to-.patch
	patches.suse/net-core-add-__netdev_upper_dev_unlink.patch
	patches.suse/net-core-introduce-struct-netdev_nested_priv-for-nes.patch
	patches.suse/net-core-add-nested_level-variable-in-net_device.patch
	patches.suse/net-usb-ax88179_178a-fix-missing-stop-entry-in-drive.patch
	patches.suse/ethtool-mark-netlink-family-as-__ro_after_init.patch
	patches.suse/virtio-net-don-t-disable-guest-csum-when-disable-LRO.patch
	patches.suse/net-phy-realtek-fix-rtl8211e-rx-tx-delay-config.patch
	patches.suse/tools-bpftool-Support-passing-BPFTOOL_VERSION-to-mak.patch
	patches.suse/bpf-Fix-sysfs-export-of-empty-BTF-section.patch
	patches.suse/bpf-Prevent-.BTF-section-elimination.patch
	patches.suse/libbpf-Fix-native-endian-assumption-when-parsing-BTF.patch
	patches.suse/libbpf-Fix-XDP-program-load-regression-for-old-kerne.patch
	patches.suse/ice-increase-maximum-wait-time-for-flash-write-comma.patch
	patches.suse/ice-preserve-NVM-capabilities-in-safe-mode.patch
	patches.suse/r8169-fix-handling-ether_clk.patch
	patches.suse/r8169-fix-data-corruption-issue-on-RTL8402.patch
	patches.suse/net-core-document-two-new-elements-of-struct-net_dev.patch
	patches.suse/0002-net-introduce-helper-sendpage_ok-in-include-linux-ne.patch
	patches.suse/0003-net-add-WARN_ONCE-in-kernel_sendpage-for-improper-ze.patch
	patches.suse/0004-nvme-tcp-check-page-by-sendpage_ok-before-calling-ke.patch
	patches.suse/0005-tcp-use-sendpage_ok-to-detect-misused-.sendpage.patch
	patches.suse/0006-drbd-code-cleanup-by-using-sendpage_ok-to-check-page.patch
	patches.suse/0007-scsi-libiscsi-use-sendpage_ok-in-iscsi_tcp_segment_m.patch
	patches.suse/0008-libceph-use-sendpage_ok-in-ceph_tcp_sendpage.patch
	patches.suse/net-mlx5-Fix-a-race-when-moving-command-interface-to-432161ea.patch
	patches.suse/net-mlx5-Avoid-possible-free-of-command-entry-while-.patch
	patches.suse/net-mlx5-poll-cmd-EQ-in-case-of-command-timeout.patch
	patches.suse/net-mlx5-Add-retry-mechanism-to-the-command-entry-in.patch
	patches.suse/net-mlx5-cmdif-Avoid-skipping-reclaim-pages-if-FW-is.patch
	patches.suse/net-mlx5-Fix-request_irqs-error-flow.patch
	patches.suse/net-mlx5e-Fix-error-path-for-RQ-alloc.patch
	patches.suse/net-mlx5e-Add-resiliency-in-Striding-RQ-mode-for-pac.patch
	patches.suse/net-mlx5e-CT-Fix-coverity-issue.patch
	patches.suse/net-mlx5e-Fix-driver-s-declaration-to-support-GRE-of.patch
	patches.suse/net-mlx5e-Fix-return-status-when-setting-unsupported.patch
	patches.suse/net-mlx5e-Fix-VLAN-cleanup-flow.patch
	patches.suse/net-mlx5e-Fix-VLAN-create-flow.patch
	patches.suse/net-mlx5e-Fix-race-condition-on-nhe-n-pointer-in-nei.patch
	patches.suse/net-hinic-fix-DEVLINK-build-errors.patch
	patches.suse/net-team-fix-memory-leak-in-__team_options_register.patch
	patches.suse/net-mvneta-fix-double-free-of-txq-buf.patch
	patches.suse/net-core-check-length-before-updating-Ethertype-in-s.patch
	patches.suse/Platform-OLPC-Fix-memleak-in-olpc_ec_probe.patch
	patches.suse/platform-x86-thinkpad_acpi-initialize-tp_nvram_state.patch
	patches.suse/platform-x86-fix-kconfig-dependency-warning-for-LG_L.patch
	patches.suse/platform-x86-fix-kconfig-dependency-warning-for-FUJI.patch
	patches.suse/platform-x86-intel_pmc_core-do-not-create-a-static-s.patch
	patches.suse/platform-x86-intel-vbtn-Switch-to-an-allow-list.patch
	patches.suse/platform-x86-thinkpad_acpi-re-initialize-ACPI-buffer.patch
	patches.suse/fbdev-newport_con-Move-FONT_EXTRA_WORDS-macros-into-.patch
	patches.suse/Fonts-Support-FONT_EXTRA_WORDS-macros-for-built-in-f.patch
	patches.suse/fbcon-Fix-global-out-of-bounds-read-in-fbcon_get_fon.patch
	patches.suse/1914-Partially-revert-video-fbdev-amba-clcd-Retire-elder-.patch
	patches.suse/1915-drm-drm_dsc.h-fix-a-kernel-doc-markup.patch
	patches.suse/exfat-fix-use-of-uninitialized-spinlock-on-error-path.patch
	patches.suse/1916-drm-nouveau-device-return-error-for-unknown-chipsets.patch
	patches.suse/drm-nouveau-mem-guard-against-NULL-pointer-access-in.patch
	patches.suse/net-usb-rtl8150-set-random-MAC-address-when-set_ethe.patch
	patches.suse/bpf-Fix-unresolved-symbol-build-error-with-resolve_b.patch
	patches.suse/bpf-Fix-scalar32_min_max_or-bounds-tracking.patch
	patches.suse/net-wireless-nl80211-fix-out-of-bounds-access-in-nl8.patch
	patches.suse/r8169-consider-that-PHY-reset-may-still-be-in-progre.patch
	patches.suse/macsec-avoid-use-after-free-in-macsec_handle_frame.patch
	patches.suse/net-usb-qmi_wwan-add-Cellient-MPL200-card.patch
	patches.suse/partitions-ibm-fix-non-dasd-devices
	patches.suse/nvme-core-put-ctrl-ref-when-module-ref-get-fail.patch
	patches.suse/1918-drm-amdgpu-fix-NULL-pointer-dereference-for-Renoir.patch
	patches.suse/1919-drm-amdgpu-swsmu-fix-ARC-build-errors.patch
	patches.suse/1920-drm-amd-display-Change-ABM-config-init-interface.patch
	patches.suse/mmc-core-don-t-set-limits.discard_granularity-as-0.patch
	patches.suse/spi-fsl-dspi-fix-NULL-pointer-dereference.patch
	patches.suse/cifs-Fix-incomplete-memory-allocation-on-setxattr-path.patch
	patches.suse/i2c-imx-Fix-reset-of-I2SR_IAL-flag.patch
	patches.suse/i2c-meson-fix-clock-setting-overwrite.patch
	patches.suse/i2c-meson-fixup-rate-calculation-with-filter-delay.patch
	patches.suse/i2c-owl-Clear-NACK-and-BUS-error-bits.patch
	patches.suse/mm-validate-inode-in-mapping_set_error.patch
	patches.suse/ACPI-IORT-Drop-the-unused-ops-of-iort_add_device_rep.patch
	patches.suse/ACPI-IORT-Remove-the-unused-inline-functions.patch
	patches.suse/arm64-Enable-PCI-write-combine-resources-under-sysfs.patch
	patches.suse/arm64-kprobe-add-checks-for-ARMv8.3-PAuth-combined-i.patch
	patches.suse/arm64-Run-ARCH_WORKAROUND_1-enabling-code-on-all-CPU.patch
	patches.suse/arm64-Run-ARCH_WORKAROUND_2-enabling-code-on-all-CPU.patch
	patches.suse/edac-mce_amd-add-new-error-descriptions-for-existing-types.patch
	patches.suse/edac-i5100-fix-error-handling-order-in-i5100_init_one.patch
	patches.suse/edac-amd64-set-proper-family-type-for-family-19h-models-20h-2fh.patch
	patches.suse/x86-mce-amd-edac-mce_amd-remove-struct-smca_hwid-xec_bitmap.patch
	patches.suse/x86-powerpc-rename-memcpy_mcsafe-to-copy_mc_to_-user-kernel.patch
	patches.suse/x86-copy_mc-introduce-copy_mc_enhanced_fast_string.patch
	patches.suse/x86-mce-allow-for-copy_mc_fragile-symbol-checksum-to-be-generated.patch
	patches.suse/x86-cpu-use-serialize-in-sync_core-when-available.patch
	patches.suse/x86-cpufeatures-enumerate-tsx-suspend-load-address-tracking-instructions.patch
	patches.suse/x86-kvm-expose-tsx-suspend-load-tracking-feature.patch
	patches.suse/x86-platform-uv-Remove-UV-BAU-TLB-Shootdown-Handler.patch
	patches.suse/x86-platform-uv-Remove-SCIR-MMR-references-for-UV-sy.patch
	patches.suse/drivers-misc-sgi-xp-Adjust-references-in-UV-kernel-m.patch
	patches.suse/x86-platform-uv-Update-UV-MMRs-for-UV5.patch
	patches.suse/x86-platform-uv-Add-UV5-direct-references.patch
	patches.suse/x86-platform-uv-Add-and-decode-Arch-Type-in-UVsystab.patch
	patches.suse/x86-platform-uv-Update-MMIOH-references-based-on-new.patch
	patches.suse/x86-platform-uv-Adjust-GAM-MMR-references-affected-b.patch
	patches.suse/x86-platform-uv-Update-UV5-MMR-references-in-UV-GRU.patch
	patches.suse/x86-platform-uv-Update-node-present-counting.patch
	patches.suse/x86-platform-uv-Update-UV5-TSC-checking.patch
	patches.suse/x86-platform-uv-Update-for-UV5-NMI-MMR-changes.patch
	patches.suse/x86-platform-uv-Update-Copyrights-to-conform-to-HPE-.patch
	patches.suse/drm-iommu-change-type-of-pasid-to-u32.patch
	patches.suse/iommu-vt-d-change-flags-type-to-unsigned-int-in-binding-mm.patch
	patches.suse/documentation-x86-add-documentation-for-sva-shared-virtual-addressing.patch
	patches.suse/x86-cpufeatures-enumerate-enqcmd-and-enqcmds-instructions.patch
	patches.suse/x86-fpu-xstate-add-supervisor-pasid-state-for-enqcmd.patch
	patches.suse/x86-msr-index-define-an-ia32_pasid-msr.patch
	patches.suse/mm-add-a-pasid-member-to-struct-mm_struct.patch
	patches.suse/x86-cpufeatures-mark-enqcmd-as-disabled-when-configured-out.patch
	patches.suse/x86-mmu-allocate-free-a-pasid.patch
	patches.suse/x86-asm-Carve-out-a-generic-movdir64b-helper-for-gen.patch
	patches.suse/x86-asm-Add-an-enqcmds-wrapper-for-the-ENQCMDS-instr.patch
	patches.suse/x86-fpu-allow-multiple-bits-in-clearcpuid-parameter.patch
	patches.suse/x86-resctrl-remove-unused-struct-mbm_state-chunks_bw.patch
	patches.suse/x86-resctrl-enumerate-per-thread-mba-controls.patch
	patches.suse/x86-resctrl-enable-user-to-view-thread-or-core-throttling-mode.patch
	patches.suse/iommu-amd-prevent-null-pointer-dereference
	patches.suse/x86-init-remove-unused-init-ops
	patches.suse/pci-vmd-dont-abuse-vector-irqomain-as-parent
	patches.suse/genirq-chip-use-the-first-chip-in-irq_chip_compose_msi_msg
	patches.suse/x86-msi-move-compose-message-callback-where-it-belongs
	patches.suse/x86-msi-remove-pointless-vcpu_affinity-callback
	patches.suse/x86_irq_rename_x86_irq_alloc_type_msi_to_reflect_pci_dependency
	patches.suse/x86-irq-add-allocation-type-for-parent-domain-retrieval
	patches.suse/iommu-vt-d-consolidate-irq-domain-getter
	patches.suse/iommu-amd-consolidate-irq-domain-getter
	patches.suse/iommu-irq_remapping-consolidate-irq-domain-lookup
	patches.suse/x86-irq-prepare-consolidation-of-irq_alloc_info
	patches.suse/x86-msi-consolidate-hpet-allocation
	patches.suse/x86_ioapic_consolidate_ioapic_allocation
	patches.suse/x86-irq-consolidate-dmar-irq-allocation
	patches.suse/x86-irq-consolidate-uv-domain-allocation
	patches.suse/pci-msi-rework-pci_msi_domain_calc_hwirq
	patches.suse/x86-msi-consolidate-msi-allocation
	patches.suse/x86-msi-use-generic-msi-domain-ops
	patches.suse/x86-irq-move-apic_post_init-invocation-to-one-place
	patches.suse/x86-pci-reducde-ifdeffery-in-pci-init-code
	patches.suse/x86-irq-initialize-pci-msi-domain-at-pci-init-time
	patches.suse/irqdomain-msi-provide-domain_bus_vmd_msi
	patches.suse/pci_vmd_mark_vmd_irqdomain_with_domain_bus_vmd_msi
	patches.suse/pci-msi-provide-pci_dev_has_special_msi_domain-helper
	patches.suse/x86-xen-make-xen_msi_init-static-and-rename-it-to-xen_hvm_msi_init
	patches.suse/x86-xen-rework-msi-teardown
	patches.suse/x86-xen-consolidate-xen-msi-init
	patches.suse/irqdomain-msi-allow-to-override-msi_domain_alloc-free_irqs
	patches.suse/x86-xen-wrap-xen-msi-management-into-irqdomain
	patches.suse/iommm-vt-d-store-irq-domain-in-struct-device
	patches.suse/iommm-amd-store-irq-domain-in-struct-device
	patches.suse/x86-pci-set-default-irq-domain-in-pcibios_add_device
	patches.suse/pci-msi-make-arch_-msi_irq-fallbacks-selectable
	patches.suse/x86-irq-cleanup-the-arch_-msi_irqs-leftovers
	patches.suse/x86-irq-make-most-msi-ops-xen-private
	patches.suse/iommu-vt-d-remove-domain-search-for-pci-msi
	patches.suse/iommu-amd-remove-domain-search-for-pci-msi
	patches.suse/x86-apic-msi-unbreak-dmar-and-hpet-msi
	patches.suse/pci-msi-fix-kconfig-dependencies-for-pci_msi_arch_fallbacks
	patches.suse/sched-fair-Ignore-cache-hotness-for-SMT-migration.patch
	patches.suse/sched-fair-Simplify-the-work-when-reweighting-entity.patch
	patches.suse/sched-numa-Use-runnable_avg-to-classify-node.patch
	patches.suse/sched-rt-Disable-RT_RUNTIME_SHARE-by-default.patch
	patches.suse/sched-fair-Fix-wrong-cpu-selecting-from-isolated-dom.patch
	patches.suse/sched-fair-Remove-the-force-parameter-of-update_tg_load_avg.patch
	patches.suse/sched-fair-Relax-constraint-on-task-s-load-during-load-balance.patch
	patches.suse/sched-fair-Reduce-minimal-imbalance-threshold.patch
	patches.suse/sched-fair-Minimize-concurrent-LBs-between-domain-level.patch
	patches.suse/sched-fair-Reduce-busy-load-balance-interval.patch
	patches.suse/sched-fair-Use-dst-group-while-checking-imbalance-for-NUMA-balancer.patch
	patches.suse/efi-Rename-arm-init-to-efi-init-common-for-all-arch.patch
	patches.suse/efi-libstub-Export-efi_low_alloc_above-to-other-unit.patch
	patches.suse/efi-printf-remove-unneeded-semicolon.patch
	patches.suse/efi-Support-for-MOK-variable-config-table.patch
	patches.suse/efi-libstub-Add-efi_warn-and-_once-logging-helpers.patch
	patches.suse/efi-x86-Add-a-quirk-to-support-command-line-argument.patch
	patches.suse/edac-ghes-cper-Add-Row-Extension-to-Memory-Error-Rec.patch
	patches.suse/cper-edac-efi-Memory-Error-Record-bank-group-address.patch
	patches.suse/efi-mokvar-table-fix-some-issues-in-new-code.patch
	patches.suse/efi-pstore-disentangle-from-deprecated-efivars-modul.patch
	patches.suse/efi-pstore-move-workqueue-handling-out-of-efivars.patch
	patches.suse/efi-efivars-un-export-efivars_sysfs_init.patch
	patches.suse/efi-remove-some-false-dependencies-on-CONFIG_EFI_VAR.patch
	patches.suse/efi-efivars-limit-availability-to-X86-builds.patch
	patches.suse/efi-mokvar-add-missing-include-of-asm-early_ioremap..patch
	patches.suse/efi-Add-definition-of-EFI_MEMORY_CPU_CRYPTO-and-abil.patch
	patches.suse/efi-libstub-Fix-missing-prototypes-in-string.c.patch
	patches.suse/efi-Delete-deprecated-parameter-comments.patch
	patches.suse/efivarfs-Replace-invalid-slashes-with-exclamation-ma.patch
	patches.suse/efi-arm64-libstub-Deal-gracefully-with-EFI_RNG_PROTO.patch
	patches.suse/efi-libstub-Disable-mbranch-protection.patch
	patches.suse/perf-x86-use-event_base_rdpmc-for-the-rdpmc-userspace-support.patch
	patches.suse/perf-x86-intel-name-the-global-status-bit-in-nmi-handler.patch
	patches.suse/perf-x86-intel-introduce-the-fourth-fixed-counter.patch
	patches.suse/perf-x86-intel-move-bts-index-to-47.patch
	patches.suse/perf-x86-intel-fix-the-name-of-perf-metrics.patch
	patches.suse/perf-x86-intel-use-switch-in-intel_pmu_disable-enable_event.patch
	patches.suse/perf-core-add-a-new-perf_ev_cap_sibling-event-capability.patch
	patches.suse/perf-x86-intel-generic-support-for-hardware-topdown-metrics.patch
	patches.suse/perf-x86-add-a-macro-for-rdpmc-offset-of-fixed-counters.patch
	patches.suse/perf-x86-intel-support-topdown-metrics-on-ice-lake.patch
	patches.suse/perf-x86-intel-support-per-thread-rdpmc-topdown-metrics.patch
	patches.suse/perf-amd-uncore-set-all-slices-and-threads-to-restore-perf-stat-a-behaviour.patch
	patches.suse/perf-x86-amd-fix-sampling-large-increment-per-cycle-events.patch
	patches.suse/perf-x86-amd-ibs-don-t-include-randomized-bits-in-get_ibs_op_count.patch
	patches.suse/perf-x86-amd-ibs-fix-raw-sample-data-accumulation.patch
	patches.suse/perf-x86-amd-ibs-support-27-bit-extended-op-cycle-counter.patch
	patches.suse/perf-x86-rapl-add-amd-fam19h-rapl-support.patch
	patches.suse/perf-amd-uncore-prepare-to-scale-for-more-attributes-that-vary-per-family.patch
	patches.suse/perf-amd-uncore-allow-f17h-user-threadmask-and-slicemask-specification.patch
	patches.suse/perf-amd-uncore-allow-f19h-user-coreid-threadmask-and-sliceid-specification.patch
	patches.suse/perf-amd-uncore-inform-the-user-how-many-counters-each-uncore-pmu-has.patch
	patches.suse/perf-x86-intel-uncore-Factor-out-uncore_pci_get_dev_.patch
	patches.suse/perf-x86-intel-uncore-Factor-out-uncore_pci_find_dev.patch
	patches.suse/perf-x86-intel-uncore-Factor-out-uncore_pci_pmu_regi.patch
	patches.suse/perf-x86-intel-uncore-Factor-out-uncore_pci_pmu_unre.patch
	patches.suse/perf-x86-intel-uncore-Generic-support-for-the-PCI-su.patch
	patches.suse/perf-x86-intel-uncore-support-pcie3-unit-on-snow-ridge.patch
	patches.suse/perf-x86-intel-add-jasper-lake-support.patch
	patches.suse/perf-x86-msr-add-jasper-lake-support.patch
	patches.suse/perf-x86-intel-uncore-Fix-the-scale-of-the-IMC-free-running-events.patch
	patches.suse/perf-x86-intel-check-perf-metrics-feature-for-each-cpu.patch
	patches.suse/perf-x86-fix-n_pair-for-cancelled-txn.patch
	patches.suse/perf-x86-fix-n_metric-for-cancelled-txn.patch
	patches.suse/0001-perf-core-Fix-race-in-the-perf_mmap_close-function.patch
	patches.suse/kprobes-Fix-to-check-probe-enabled-before-disarm_kpr.patch
	patches.suse/msft-hv-2147-x86-hyperv-Remove-aliases-with-X64-in-their-name.patch
	patches.suse/crypto-algif_skcipher-EBUSY-on-aio-should-be-an-erro.patch
	patches.suse/crypto-algif_aead-Do-not-set-MAY_BACKLOG-on-the-asyn.patch
	patches.suse/crypto-mediatek-Fix-wrong-return-value-in-mtk_desc_r.patch
	patches.suse/crypto-ixp4xx-Fix-the-size-used-in-a-dma_free_cohere.patch
	patches.suse/crypto-caam-move-debugfs-fops-into-standalone-file.patch
	patches.suse/crypto-picoxcell-Fix-potential-race-condition-bug.patch
	patches.suse/crypto-caam-use-traditional-error-check-pattern.patch
	patches.suse/crypto-qat-check-cipher-length-for-aead-AES-CBC-HMAC.patch
	patches.suse/crypto-omap-sham-fix-digcnt-register-handling-with-e.patch
	patches.suse/crypto-qat-replace-device-ids-defines.patch
	patches.suse/crypto-qat-use-PCI_VDEVICE.patch
	patches.suse/crypto-caam-fix-kerneldoc.patch
	patches.suse/cypto-mediatek-fix-leaks-in-mtk_desc_ring_alloc.patch
	patches.suse/crypto-qat-convert-to-use-DEFINE_SEQ_ATTRIBUTE-macro.patch
	patches.suse/crypto-qat-remove-unnecessary-mutex_init.patch
	patches.suse/crypto-caam-convert-to-define_show_attribute.patch
	patches.suse/crypto-chelsio-fix-minor-indentation-issue.patch
	patches.suse/crypto-ccp-fix-error-handling.patch
	patches.suse/crypto-caam-jr-add-fallback-for-xts-with-more-than-8b-iv.patch
	patches.suse/crypto-caam-qi-add-fallback-for-xts-with-more-than-8b-iv.patch
	patches.suse/crypto-caam-qi2-add-fallback-for-xts-with-more-than-8b-iv.patch
	patches.suse/crypto-caam-jr-add-support-for-more-xts-key-lengths.patch
	patches.suse/crypto-caam-qi-add-support-for-more-xts-key-lengths.patch
	patches.suse/crypto-caam-qi2-add-support-for-more-xts-key-lengths.patch
	patches.suse/crypto-caam-add-xts-check-for-block-length-equal-to-zero.patch
	patches.suse/crypto-caam-jr-add-support-for-xts-with-16b-iv.patch
	patches.suse/crypto-caam-qi-add-support-for-xts-with-16b-iv.patch
	patches.suse/crypto-caam-qi2-add-support-for-xts-with-16b-iv.patch
	patches.suse/crypto-qat-fix-function-parameters-descriptions.patch
	patches.suse/crypto-qat-drop-input-parameter-from-adf_enable_aer.patch
	patches.suse/crypto-bcm-Verify-GCM-CCM-key-length-in-setkey.patch
	patches.suse/fscrypt-rename-DCACHE_ENCRYPTED_NAME-to-DCACHE_NOKEY.patch
	patches.suse/btrfs-delete-duplicated-words-other-fixes-in-comment.patch
	patches.suse/btrfs-change-nr-to-u64-in-btrfs_start_delalloc_roots.patch
	patches.suse/btrfs-remove-orig-from-shrink_delalloc.patch
	patches.suse/btrfs-handle-u64_max-for-shrink_delalloc.patch
	patches.suse/btrfs-make-shrink_delalloc-take-space_info-as-an-arg.patch
	patches.suse/btrfs-make-alloc_chunk-use-the-space-info-flags.patch
	patches.suse/btrfs-call-btrfs_try_granting_tickets-when-freeing-reserved-bytes.patch
	patches.suse/btrfs-call-btrfs_try_granting_tickets-when-unpinning-anything.patch
	patches.suse/btrfs-call-btrfs_try_granting_tickets-when-reserving-space.patch
	patches.suse/btrfs-use-the-btrfs_space_info_free_bytes_may_use-helper-for-delalloc.patch
	patches.suse/btrfs-use-btrfs_start_delalloc_roots-in-shrink_delalloc.patch
	patches.suse/btrfs-check-tickets-after-waiting-on-ordered-extents.patch
	patches.suse/btrfs-add-flushing-states-for-handling-data-reservations.patch
	patches.suse/btrfs-add-the-data-transaction-commit-logic-into-may_commit_transaction.patch
	patches.suse/btrfs-add-btrfs_reserve_data_bytes-and-use-it.patch
	patches.suse/btrfs-use-ticketing-for-data-space-reservations.patch
	patches.suse/btrfs-serialize-data-reservations-if-we-are-flushing.patch
	patches.suse/btrfs-use-the-same-helper-for-data-and-metadata-reservations.patch
	patches.suse/btrfs-drop-the-commit_cycles-stuff-for-data-reservations.patch
	patches.suse/btrfs-don-t-force-commit-if-we-are-data.patch
	patches.suse/btrfs-run-delayed-iputs-before-committing-the-transaction-for-data.patch
	patches.suse/btrfs-flush-delayed-refs-when-trying-to-reserve-data-space.patch
	patches.suse/btrfs-do-async-reclaim-for-data-reservations.patch
	patches.suse/btrfs-add-a-comment-explaining-the-data-flush-steps.patch
	patches.suse/btrfs-fix-possible-infinite-loop-in-data-async-reclaim.patch
	patches.suse/btrfs-do-not-take-the-log_mutex-of-the-subvolume-whe.patch
	patches.suse/btrfs-do-not-commit-logs-and-transactions-during-lin.patch
	patches.suse/btrfs-add-owner-and-fs_info-to-alloc_state-io_tree.patch
	patches.suse/btrfs-qgroup-fix-wrong-qgroup-metadata-reserve-for-d.patch
	patches.suse/btrfs-qgroup-fix-qgroup-meta-rsv-leak-for-subvolume-.patch
	patches.suse/btrfs-enumerate-the-type-of-exclusive-operation-in-progress.patch
	patches.suse/btrfs-sysfs-export-currently-running-exclusive-operation.patch
	patches.suse/btrfs-fix-metadata-reservation-for-fallocate-that-le.patch
	patches.suse/btrfs-remove-item_size-member-of-struct-btrfs_clone_.patch
	patches.suse/btrfs-rename-struct-btrfs_clone_extent_info-to-a-mor.patch
	patches.suse/btrfs-rename-btrfs_punch_hole_range-to-a-more-generi.patch
	patches.suse/btrfs-rename-btrfs_insert_clone_extent-to-a-more-gen.patch
	patches.suse/btrfs-reschedule-if-necessary-when-logging-directory.patch
	patches.suse/btrfs-tree-checker-fix-false-alert-caused-by-legacy-.patch
	patches.suse/btrfs-send-orphanize-first-all-conflicting-inodes-wh.patch
	patches.suse/btrfs-send-recompute-reference-path-after-orphanizat.patch
	patches.suse/btrfs-cleanup-cow-block-on-error.patch
	patches.suse/mmc-sdhci-esdhc-imx-reset-before-sending-tuning-command-for-manual-tuning.patch
	patches.suse/mmc-sdio-Check-for-CISTPL_VERS_1-buffer-size.patch
	patches.suse/mmc-sdhci-Add-LTR-support-for-some-Intel-BYT-based-c.patch
	patches.suse/mmc-sdhci-esdhc-imx-remove-unused-code.patch
	patches.suse/mmc-sdhci-acpi-AMDI0040-Set-SDHCI_QUIRK2_PRESET_VALU.patch
	patches.suse/media-venus-core-Fix-runtime-PM-imbalance-in-venus_p.patch
	patches.suse/media-tuner-simple-fix-regression-in-simple_set_radi.patch
	patches.suse/media-platform-Improve-queue-set-up-flow-for-bug-fix.patch
	patches.suse/media-tw5864-check-status-of-tw5864_frameinterval_ge.patch
	patches.suse/media-Revert-media-exynos4-is-Add-missed-check-for-p.patch
	patches.suse/media-ov5640-Correct-Bit-Div-register-in-clock-tree-.patch
	patches.suse/media-m5mols-Check-function-pointer-in-m5mols_sensor.patch
	patches.suse/media-imx274-fix-frame-interval-handling.patch
	patches.suse/media-saa7134-avoid-a-shift-overflow.patch
	patches.suse/media-uvcvideo-Set-media-controller-entity-functions.patch
	patches.suse/media-uvcvideo-Fix-uvc_ctrl_fixup_xu_info-not-having.patch
	patches.suse/media-uvcvideo-Fix-dereference-of-out-of-bound-list-.patch
	patches.suse/media-uvcvideo-Silence-shift-out-of-bounds-warning.patch
	patches.suse/media-uvcvideo-Ensure-all-probed-info-is-returned-to.patch
	patches.suse/media-staging-intel-ipu3-css-Correctly-reset-some-me.patch
	patches.suse/media-omap3isp-Fix-memleak-in-isp_probe.patch
	patches.suse/media-i2c-ov5640-Remain-in-power-down-for-DVP-mode-u.patch
	patches.suse/media-i2c-ov5640-Separate-out-mipi-configuration-fro.patch
	patches.suse/media-i2c-ov5640-Enable-data-pins-on-poweron-for-DVP.patch
	patches.suse/media-v4l2-async-Document-asd-allocation-requirement.patch
	patches.suse/media-rcar_drif-Fix-fwnode-reference-leak-when-parsi.patch
	patches.suse/media-rcar_drif-Allocate-v4l2_async_subdev-dynamical.patch
	patches.suse/media-rcar-csi2-Allocate-v4l2_async_subdev-dynamical.patch
	patches.suse/media-mx2_emmaprp-Fix-memleak-in-emmaprp_probe.patch
	patches.suse/media-tc358743-initialize-variable.patch
	patches.suse/media-tc358743-cleanup-tc358743_cec_isr.patch
	patches.suse/media-media-pci-prevent-memory-leak-in-bttv_probe.patch
	patches.suse/media-bdisp-Fix-runtime-PM-imbalance-on-error.patch
	patches.suse/media-platform-sti-hva-Fix-runtime-PM-imbalance-on-e.patch
	patches.suse/media-platform-s3c-camif-Fix-runtime-PM-imbalance-on.patch
	patches.suse/media-vsp1-Fix-runtime-PM-imbalance-on-error.patch
	patches.suse/media-rcar-vin-Fix-a-reference-count-leak.patch
	patches.suse/media-rcar-vin-Fix-a-reference-count-leak-4108220.patch
	patches.suse/media-rockchip-rga-Fix-a-reference-count-leak.patch
	patches.suse/media-platform-fcp-Fix-a-reference-count-leak.patch
	patches.suse/media-camss-Fix-a-reference-count-leak.patch
	patches.suse/media-s5p-mfc-Fix-a-reference-count-leak.patch
	patches.suse/media-stm32-dcmi-Fix-a-reference-count-leak.patch
	patches.suse/media-ti-vpe-Fix-a-missing-check-and-reference-count.patch
	patches.suse/media-exynos4-is-Fix-a-reference-count-leak.patch
	patches.suse/media-exynos4-is-Fix-a-reference-count-leak-due-to-p.patch
	patches.suse/media-exynos4-is-Fix-several-reference-count-leaks-d.patch
	patches.suse/media-sti-Fix-reference-count-leaks.patch
	patches.suse/media-st-delta-Fix-reference-count-leak-in-delta_run.patch
	patches.suse/media-ati_remote-sanity-check-for-both-endpoints.patch
	patches.suse/media-firewire-fix-memory-leak.patch
	patches.suse/media-usbtv-Fix-refcounting-mixup.patch
	patches.suse/regmap-add-Intel-SPI-Slave-to-AVMM-Bus-Bridge-suppor.patch
	patches.suse/regmap-soundwire-remove-unused-header-mod_devicetabl.patch
	patches.suse/regmap-Use-flexible-sleep.patch
	patches.suse/regmap-Add-can_sleep-configuration-option.patch
	patches.suse/regmap-debugfs-Fix-more-error-path-regressions.patch
	patches.suse/regulator-resolve-supply-after-creating-regulator.patch
	patches.suse/spi-imx-Fix-freeing-of-DMA-channels-if-spi_bitbang_s.patch
	patches.suse/spi-spi-fsl-dspi-set-ColdFire-to-DMA-mode.patch
	patches.suse/spi-spi-fsl-dspi-delete-EOQ-transfer-mode.patch
	patches.suse/spi-sprd-Release-DMA-channel-also-on-probe-deferral.patch
	patches.suse/spi-spi-nxp-fspi-Add-ACPI-support.patch
	patches.suse/spi-dw-pci-free-previously-allocated-IRQs-if-desc-se.patch
	patches.suse/spi-omap2-mcspi-Improve-performance-waiting-for-CHST.patch
	patches.suse/spi-hisi-sfc-v3xx-factor-out-IO-modes-configuration.patch
	patches.suse/spi-hisi-sfc-v3xx-factor-out-bus-config-and-transfer.patch
	patches.suse/spi-hisi-sfc-v3xx-factor-out-the-bit-definition-of-i.patch
	patches.suse/spi-hisi-sfc-v3xx-add-support-for-IRQ-mode.patch
	patches.suse/spi-hisi-sfc-v3xx-fix-spelling-mistake-occured-occur.patch
	patches.suse/spi-spi-s3c64xx-swap-s3c64xx_spi_set_cs-and-s3c64xx_.patch
	patches.suse/spi-spi-s3c64xx-Check-return-values.patch
	patches.suse/pinctrl-bcm-fix-kconfig-dependency-warning-when-GPIO.patch
	patches.suse/gpio-mpc8xxx-simplify-ls1028a-ls1088a-support.patch
	patches.suse/hwmon-pmbus-max34440-Fix-status-register-reads-for-M.patch
	patches.suse/hwmon-k10temp-create-common-functions-and-macros-for-zen.patch
	patches.suse/hwmon-k10temp-define-svi-telemetry-and-current-factors-for.patch
	patches.suse/hwmon-k10temp-add-support-for-zen3-cpus.patch
	patches.suse/hwmon-mlxreg-fan-Fix-double-Mellanox.patch
	patches.suse/x86-platform-uv-Remove-unused-variable-in-UV5-NMI-ha.patch
	patches.suse/block-Make-request_queue.rpm_status-an-enum.patch
	patches.suse/block-replace-bd_set_size-with-bd_set_nr_sectors.patch
	patches.suse/block-fix-locking-for-struct-block_device-size-updat.patch
	patches.suse/nvme-don-t-call-revalidate_disk-from-nvme_set_queue_.patch
	patches.suse/block-add-a-new-revalidate_disk_size-helper
	patches.suse/block-use-revalidate_disk_size-in-set_capacity_revalidate_and_notify
	patches.suse/nvme-opencode-revalidate_disk-in-nvme_validate_ns.patch
	patches.suse/blk-mq-Free-tags-in-blk_mq_init_tags-upon-error.patch
	patches.suse/blk-mq-Pass-flags-for-tag-init-free.patch
	patches.suse/blk-mq-Use-pointers-for-blk_mq_tags-bitmap-tags.patch
	patches.suse/blk-mq-Facilitate-a-shared-sbitmap-per-tagset.patch
	patches.suse/fs-Don-t-invalidate-page-buffers-in-block_write_full.patch
	patches.suse/0001-bcache-inherit-the-optimal-I-O-size.patch
	patches.suse/blk-mq-move-cancel-of-hctx-run_work-to-the-front-of-.patch
	patches.suse/ahci-Add-Intel-Rocket-Lake-PCH-H-RAID-PCI-IDs.patch
	patches.suse/ahci-qoriq-enable-acpi-support-in-qoriq-ahci-driver.patch
	patches.suse/ata-ahci-mvebu-Make-SATA-PHY-optional-for-Armada-372.patch
	patches.suse/nvmet-fc-fix-missing-check-for-no-hostport-struct.patch
	patches.suse/nvme-fix-error-handling-in-nvme_ns_report_zones.patch
	patches.suse/0002-bcache-check-c-root-with-IS_ERR_OR_NULL-in-mca_reser.patch
	patches.suse/0002-bcache-Convert-to-DEFINE_SHOW_ATTRIBUTE.patch
	patches.suse/0003-bcache-remove-int-n-from-parameter-list-of-bch_bucke.patch
	patches.suse/0004-bcache-explicitly-make-cache_set-only-have-single-ca.patch
	patches.suse/0005-bcache-remove-for_each_cache.patch
	patches.suse/0006-bcache-add-set_uuid-in-struct-cache_set.patch
	patches.suse/0007-bcache-only-use-block_bytes-on-struct-cache.patch
	patches.suse/0008-bcache-remove-useless-alloc_bucket_pages.patch
	patches.suse/0009-bcache-remove-useless-bucket_pages.patch
	patches.suse/0010-bcache-only-use-bucket_bytes-on-struct-cache.patch
	patches.suse/0011-bcache-don-t-check-seq-numbers-in-register_cache_set.patch
	patches.suse/0012-bcache-remove-can_attach_cache.patch
	patches.suse/0013-bcache-check-and-set-sync-status-on-cache-s-in-memor.patch
	patches.suse/0014-bcache-remove-embedded-struct-cache_sb-from-struct-c.patch
	patches.suse/scsi-Add-host-and-host-template-flag-host_tagset.patch
	patches.suse/scsi-core-Show-nr_hw_queues-in-sysfs.patch
	patches.suse/scsi-scsi_debug-Support-host-tagset.patch
	patches.suse/nvme-fix-initialization-of-the-zone-bitmaps.patch
	patches.suse/nvme-remove-the-disk-argument-to-nvme_update_zone_in.patch
	patches.suse/nvme-rename-nvme_validate_ns-to-nvme_validate_or_all.patch
	patches.suse/nvme-rename-_nvme_revalidate_disk.patch
	patches.suse/nvme-rename-__nvme_revalidate_disk.patch
	patches.suse/nvme-lift-the-check-for-an-unallocated-namespace-int.patch
	patches.suse/nvme-call-nvme_identify_ns-as-the-first-thing-in-nvm.patch
	patches.suse/nvme-factor-out-a-nvme_configure_metadata-helper.patch
	patches.suse/nvme-freeze-the-queue-over-lba_shift-updates.patch
	patches.suse/nvme-clean-up-the-check-for-too-large-logic-block-si.patch
	patches.suse/nvme-remove-the-0-lba_shift-check-in-nvme_update_ns_.patch
	patches.suse/nvme-set-the-queue-limits-in-nvme_update_ns_info.patch
	patches.suse/nvme-update-the-known-admin-effects.patch
	patches.suse/nvme-remove-nvme_update_formats.patch
	patches.suse/nvme-revalidate-zone-bitmaps-in-nvme_update_ns_info.patch
	patches.suse/nvme-query-namespace-identifiers-before-adding-the-n.patch
	patches.suse/nvme-move-nvme_validate_ns.patch
	patches.suse/nvme-refactor-nvme_validate_ns.patch
	patches.suse/nvme-remove-nvme_identify_ns_list.patch
	patches.suse/0004-md-bitmap-md_bitmap_read_sb-uses-wrong-bitmap-blocks.patch
	patches.suse/0005-md-bitmap-md_bitmap_get_counter-returns-wrong-blocks.patch
	patches.suse/0015-md-fix-the-checking-of-wrong-work-queue.patch
	patches.suse/0006-md-bitmap-fix-memory-leak-of-temporary-bitmap.patch
	patches.suse/Revert-arm64-vdso-Fix-compilation-with-clang-older-t.patch
	patches.suse/0022-x86-numa-cleanup-configuration-dependent-command-lin.patch
	patches.suse/0023-x86-numa-add-nohmat-option.patch
	patches.suse/0024-efi-fake_mem-arrange-for-a-resource-entry-per-efi_fa.patch
	patches.suse/0025-ACPI-HMAT-refactor-hmat_register_target_device-to-hm.patch
	patches.suse/0026-resource-report-parent-to-walk_iomem_res_desc-callba.patch
	patches.suse/0027-mm-memory_hotplug-introduce-default-phys_to_target_n.patch
	patches.suse/0028-ACPI-HMAT-attach-a-device-for-each-soft-reserved-ran.patch
	patches.suse/0029-device-dax-drop-the-dax_region.pfn_flags-attribute.patch
	patches.suse/0030-device-dax-move-instance-creation-parameters-to-stru.patch
	patches.suse/0031-device-dax-make-pgmap-optional-for-instance-creation.patch
	patches.suse/0032-device-dax-kmem-introduce-dax_kmem_range.patch
	patches.suse/0033-device-dax-kmem-move-resource-name-tracking-to-drvda.patch
	patches.suse/0034-device-dax-kmem-replace-release_resource-with-releas.patch
	patches.suse/0035-device-dax-add-an-allocation-interface-for-device-da.patch
	patches.suse/0036-device-dax-introduce-struct-dev_dax-typed-driver-ope.patch
	patches.suse/0037-device-dax-introduce-seed-devices.patch
	patches.suse/0038-drivers-base-make-device_find_child_by_name-compatib.patch
	patches.suse/0039-device-dax-add-resize-support.patch
	patches.suse/0040-mm-memremap_pages-convert-to-struct-range.patch
	patches.suse/0041-mm-memremap_pages-support-multiple-ranges-per-invoca.patch
	patches.suse/0042-device-dax-add-dis-contiguous-resource-support.patch
	patches.suse/0043-device-dax-introduce-mapping-devices.patch
	patches.suse/0044-device-dax-make-align-a-per-device-property.patch
	patches.suse/0045-device-dax-add-an-align-attribute.patch
	patches.suse/0046-dax-hmem-introduce-dax_hmem.region_idle-parameter.patch
	patches.suse/0047-device-dax-add-a-range-mapping-allocation-attribute.patch
	patches.suse/mm-fadvise-improve-the-expensive-remote-LRU-cache-draining-after-FADV_DONTNEED.patch
	patches.suse/mmswapfile.c-fix-potential-memory-leak-in-sys_swapon.patch
	patches.suse/mm-memremap-c-convert-devmap-static-branch-to-inc-dec.patch
	patches.suse/lib-test_hmm-c-remove-unused-dmirror_zero_page.patch
	patches.suse/mm-vmscan-fix-infinite-loop-in-drop_slab_node.patch
	patches.suse/kvm-svm-add-ghcb-definitions
	patches.suse/kvm-svm-add-ghcb-accessor-functions
	patches.suse/kvm-svm-use-_packed-shorthand
	patches.suse/x86-cpufeatures-add-sev-es-cpu-feature
	patches.suse/x86-traps-move-pf-error-codes-to-asm-trap_pf-h
	patches.suse/x86-insn-make-inat-tables-c-suitable-for-pre-decompression-code
	patches.suse/x86-umip-factor-out-instruction-fetch
	patches.suse/x86-umip-factor-out-instruction-decoding
	patches.suse/x86-insn-add-insn_get_modrm_reg_off
	patches.suse/x86-insn-add-insn_has_rep_prefix-helper
	patches.suse/x86-boot-compressed-64-disable-red-zone-usage
	patches.suse/x86-boot-compressed-64-add-idt-infrastructure
	patches.suse/x86-boot-compressed-64-rename-kaslr_64-c-to-ident_map_64-c
	patches.suse/x86-boot-compressed-64-add-page-fault-handler
	patches.suse/x86-boot-compressed-64-always-switch-to-own-page-table
	patches.suse/x86-boot-compressed-64-don-t-pre-map-memory-in-kaslr-code
	patches.suse/x86-boot-compressed-64-change-add_identity_map-to-take-start-and-end
	patches.suse/x86-boot-compressed-64-add-stage1-vc-handler
	patches.suse/x86-boot-compressed-64-call-set_sev_encryption_mask-earlier
	patches.suse/x86-boot-compressed-64-check-return-value-of-kernel_ident_mapping_init
	patches.suse/x86-boot-compressed-64-add-set_page_en-decrypted-helpers
	patches.suse/x86-boot-compressed-64-setup-a-ghcb-based-vc-exception-handler
	patches.suse/x86-boot-compressed-64-unmap-ghcb-page-before-booting-the-kernel
	patches.suse/x86-sev-es-add-support-for-handling-ioio-exceptions
	patches.suse/x86-fpu-move-xgetbv-xsetbv-into-a-separate-header
	patches.suse/x86-sev-es-add-cpuid-handling-to-vc-handler
	patches.suse/x86-idt-split-idt_data-setup-out-of-set_intr_gate
	patches.suse/x86-head-64-install-startup-gdt
	patches.suse/x86-head-64-load-gdt-after-switch-to-virtual-addresses
	patches.suse/x86-head-64-load-segment-registers-earlier
	patches.suse/x86-head-64-switch-to-initial-stack-earlier
	patches.suse/x86-head-64-install-a-cpu-bringup-idt
	patches.suse/x86-idt-make-idt-init-functions-static-inlines
	patches.suse/x86-head-64-move-early-exception-dispatch-to-c-code
	patches.suse/x86-sev-es-add-sev-es-feature-detection
	patches.suse/x86-sev-es-print-sev-es-info-into-the-kernel-log
	patches.suse/x86-sev-es-compile-early-handler-code-into-kernel-image
	patches.suse/x86-sev-es-setup-an-early-vc-handler
	patches.suse/x86-sev-es-setup-ghcb-based-boot-vc-handler
	patches.suse/x86-sev-es-setup-per-cpu-ghcbs-for-the-runtime-handler
	patches.suse/x86-sev-es-allocate-and-map-an-ist-stack-for-vc-handler
	patches.suse/x86-sev-es-adjust-vc-ist-stack-on-entering-nmi-handler
	patches.suse/x86-dumpstack-64-add-noinstr-version-of-get_stack_info
	patches.suse/x86-entry-64-add-entry-code-for-vc-handler
	patches.suse/x86-sev-es-add-a-runtime-vc-exception-handler
	patches.suse/x86-sev-es-wire-up-existing-vc-exit-code-handlers
	patches.suse/x86-sev-es-handle-instruction-fetches-from-user-space
	patches.suse/x86-sev-es-handle-mmio-events
	patches.suse/x86-sev-es-handle-mmio-string-instructions
	patches.suse/x86-sev-es-handle-msr-events
	patches.suse/x86-sev-es-handle-dr7-read-write-events
	patches.suse/x86-sev-es-handle-wbinvd-events
	patches.suse/x86-sev-es-handle-rdtscp-events
	patches.suse/x86-sev-es-handle-rdpmc-events
	patches.suse/x86-sev-es-handle-invd-events
	patches.suse/x86-sev-es-handle-monitor-monitorx-events
	patches.suse/x86-sev-es-handle-mwait-mwaitx-events
	patches.suse/x86-sev-es-handle-vmmcall-events
	patches.suse/x86-sev-es-handle-ac-events
	patches.suse/x86-sev-es-handle-db-events
	patches.suse/x86-paravirt-allow-hypervisor-specific-vmmcall-handling-under-sev-es
	patches.suse/x86-kvm-add-kvm-specific-vmmcall-handling-under-sev-es
	patches.suse/x86-vmware-add-vmware-specific-handling-for-vmmcall-under-sev-es
	patches.suse/x86-realmode-add-sev-es-specific-trampoline-entry-point
	patches.suse/x86-realmode-setup-ap-jump-table
	patches.suse/x86-smpboot-load-tss-and-getcpu-gdt-entry-before-loading-idt
	patches.suse/x86-head-64-don-t-call-verify_cpu-on-starting-aps
	patches.suse/x86-sev-es-support-cpu-offline-online
	patches.suse/x86-sev-es-handle-nmi-state
	patches.suse/x86-efi-add-ghcb-mappings-when-sev-es-is-active
	patches.suse/x86-sev-es-check-required-cpu-features-for-sev-es
	patches.suse/x86-sev-es-use-ghcb-accessor-for-setting-the-mmio-scratch-buffer
	patches.suse/msft-hv-2130-drivers-hv-remove-cast-from-hyperv_die_event.patch
	patches.suse/msft-hv-2148-Drivers-hv-vmbus-Always-use-HV_HYP_PAGE_SIZE-for-gpa.patch
	patches.suse/msft-hv-2149-Drivers-hv-vmbus-Move-__vmbus_open.patch
	patches.suse/msft-hv-2150-Drivers-hv-vmbus-Introduce-types-of-GPADL.patch
	patches.suse/msft-hv-2151-Drivers-hv-Use-HV_HYP_PAGE-in-hv_synic_enable_regs.patch
	patches.suse/msft-hv-2152-Drivers-hv-vmbus-Move-virt_to_hvpfn-to-hyperv-header.patch
	patches.suse/msft-hv-2153-hv-hyperv.h-Introduce-some-hvpfn-helper-functions.patch
	patches.suse/msft-hv-2154-hv_netvsc-Use-HV_HYP_PAGE_SIZE-for-Hyper-V-communica.patch
	patches.suse/msft-hv-2155-Input-hyperv-keyboard-Use-VMBUS_RING_SIZE-for-ringbu.patch
	patches.suse/msft-hv-2156-HID-hyperv-Use-VMBUS_RING_SIZE-for-ringbuffer-sizes.patch
	patches.suse/msft-hv-2157-Driver-hv-util-Use-VMBUS_RING_SIZE-for-ringbuffer-si.patch
	patches.suse/msft-hv-2158-scsi-storvsc-Support-PAGE_SIZE-larger-than-4K.patch
	patches.suse/msft-hv-2159-PCI-hv-Document-missing-hv_pci_protocol_negotiation-.patch
	patches.suse/msft-hv-2161-hv-clocksource-Add-notrace-attribute-to-read_hv_sche.patch
	patches.suse/xen-gntdev.c-Mark-pages-as-dirty.patch
	patches.suse/x86-xen-disable-Firmware-First-mode-for-correctable-.patch
	patches.suse/platform-x86-intel_pmc_core-Clean-up-Remove-the-dupl.patch
	patches.suse/platform-x86-intel_pmc_core-Add-Intel-RocketLake-RKL.patch
	patches.suse/platform-x86-intel_pmc_core-fix-Replace-dev_dbg-macr.patch
	patches.suse/MAINTAINERS-Update-maintainers-for-pmc_core-driver.patch
	patches.suse/platform-x86-mlx-platform-Remove-PSU-EEPROM-configur.patch
	patches.suse/cpufreq-tegra186-Fix-initial-frequency.patch
	patches.suse/ACPI-processor-Print-more-information-when-acpi_proc.patch
	patches.suse/PM-runtime-Fix-timer_expires-data-type-on-32-bit-arc.patch
	patches.suse/PM-hibernate-Batch-hibernate-and-resume-IO-requests.patch
	patches.suse/PM-hibernate-remove-the-bogus-call-to-get_gendisk-in.patch
	patches.suse/ACPI-EC-PM-Flush-EC-work-unconditionally-after-wakeu.patch
	patches.suse/ACPI-EC-PM-Drop-ec_no_wakeup-check-from-acpi_ec_disp.patch
	patches.suse/PCI-ACPI-Whitelist-hotplug-ports-for-D3-if-power-man.patch
	patches.suse/ACPICA-Add-support-for-64-bit-risc-v-compilation.patch
	patches.suse/ACPICA-Drop-the-repeated-word-an-in-a-comment.patch
	patches.suse/ACPICA-Tree-wide-fix-various-typos-and-spelling-mist.patch
	patches.suse/ACPICA-Add-predefined-names-found-in-the-SMBus-sepci.patch
	patches.suse/ACPICA-acpi_help-Update-UUID-list.patch
	patches.suse/ACPICA-iASL-Return-exceptions-for-string-to-integer-.patch
	patches.suse/ACPICA-Debugger-Add-a-new-command-ALL-NameSeg.patch
	patches.suse/ACPICA-Remove-unnecessary-semicolon.patch
	patches.suse/ACPICA-Update-version-to-20200925-Version-20200925.patch
	patches.suse/ACPICA-Validate-GPE-blocks-at-init-time.patch
	patches.suse/ACPICA-Introduce-acpi_hw_gpe_read-and-acpi_hw_gpe_wr.patch
	patches.suse/ACPICA-Introduce-special-struct-type-for-GPE-registe.patch
	patches.suse/ACPICA-Add-support-for-using-logical-addresses-of-GP.patch
	patches.suse/ACPI-OSL-Change-the-type-of-acpi_os_map_generic_addr.patch
	patches.suse/ACPI-OSL-Make-ACPICA-use-logical-addresses-of-GPE-bl.patch
	patches.suse/ACPI-NFIT-Use-kobj_to_dev-instead.patch
	patches.suse/ACPI-PMIC-Split-out-Kconfig-and-Makefile-specific-fo.patch
	patches.suse/ACPI-PMIC-Move-TPS68470-OpRegion-driver-to-drivers-a.patch
	patches.suse/ACPI-DPTF-Add-PCH-FIVR-participant-driver.patch
	patches.suse/ACPI-APD-Add-kerneldoc-for-properties-in-struct-apd_.patch
	patches.suse/ACPI-APD-Remove-flags-from-struct-apd_device_desc.patch
	patches.suse/ACPI-APD-Remove-ACPI_MODULE_NAME.patch
	patches.suse/ACPI-APD-Remove-unnecessary-APD_ADDR-macro-stub.patch
	patches.suse/ACPI-APD-Clean-up-header-file-include-statements.patch
	patches.suse/ACPI-video-use-ACPI-backlight-for-HP-635-Notebook.patch
	patches.suse/ACPI-battery-include-linux-power_supply.h.patch
	patches.suse/ACPI-configfs-Add-missing-config_item_put-to-fix-ref.patch
	patches.suse/ACPI-scan-Replace-ACPI_DEBUG_PRINT-with-pr_debug.patch
	patches.suse/ACPI-Add-out-of-bounds-and-numa_off-protections-to-p.patch
	patches.suse/ACPI-Remove-side-effect-of-partly-creating-a-node-in.patch
	patches.suse/ACPI-NUMA-Add-stub-function-for-pxm_to_node.patch
	patches.suse/ACPI-Support-Generic-Initiator-only-domains.patch
	patches.suse/ACPI-Let-ACPI-know-we-support-Generic-Initiator-Affi.patch
	patches.suse/ACPI-HMAT-Fix-handling-of-changes-from-ACPI-6.2-to-A.patch
	patches.suse/node-Add-access1-class-to-represent-CPU-to-memory-ch.patch
	patches.suse/ACPI-cmos_rtc-Remove-leftover-ACPI_MODULE_NAME.patch
	patches.suse/ACPI-LPSS-Remove-ACPI_MODULE_NAME.patch
	patches.suse/ACPI-memhotplug-Remove-leftover-ACPICA-debug-functio.patch
	patches.suse/ACPI-platform-Remove-ACPI_MODULE_NAME.patch
	patches.suse/ACPI-container-Remove-leftover-ACPICA-debug-function.patch
	patches.suse/ACPI-custom_method-Remove-dead-ACPICA-debug-code.patch
	patches.suse/ACPI-debugfs-Remove-dead-ACPICA-debug-code.patch
	patches.suse/ACPI-dock-Remove-dead-ACPICA-debug-code.patch
	patches.suse/ACPI-event-Remove-leftover-ACPICA-debug-code.patch
	patches.suse/ACPI-PCI-Remove-unused-ACPICA-debug-code.patch
	patches.suse/ACPI-proc-Remove-dead-ACPICA-debug-code.patch
	patches.suse/ACPI-processor-Remove-dead-ACPICA-debug-code.patch
	patches.suse/ACPI-tiny-power-button-Remove-dead-ACPICA-debug-code.patch
	patches.suse/ACPI-video-Remove-leftover-ACPICA-debug-code.patch
	patches.suse/ACPI-wakeup-Remove-dead-ACPICA-debug-code.patch
	patches.suse/ACPI-extlog-Check-for-RDMSR-failure.patch
	patches.suse/ACPI-memhotplug-Remove-state-from-struct-acpi_memory.patch
	patches.suse/ACPI-button-fix-handling-lid-state-changes-when-inpu.patch
	patches.suse/ACPI-PCI-update-kernel-doc-line-comments.patch
	patches.suse/PNP-ACPI-Fix-missing-prototypes-in-acpi_pnp.c.patch
	patches.suse/iommu-tegra-smmu-Set-IOMMU-group-name.patch
	patches.suse/iommu-tegra-smmu-Balance-IOMMU-group-reference-count.patch
	patches.suse/iommu-tegra-smmu-Prune-IOMMU-group-when-it-is-releas.patch
	patches.suse/iommu-qcom-add-missing-put_device-call-in-qcom_iommu_of_xlate
	patches.suse/iommu-vt-d-use-device-numa-domain-if-rhsa-is-missing
	patches.suse/iommu-vt-d-gracefully-handle-dmar-units-with-no-supported-address-widths
	patches.suse/iomap-fix-WARN_ON_ONCE-from-unprivileged-users.patch
	patches.suse/iomap-Clear-page-error-before-beginning-a-write.patch
	patches.suse/iomap-Mark-read-blocks-uptodate-in-write_begin.patch
	patches.suse/iomap-Set-all-uptodate-bits-for-an-Uptodate-page.patch
	patches.suse/xfs-force-the-log-after-remapping-a-synchronous-writ.patch
	patches.suse/ipmi_si-Fix-wrong-return-value-in-try_smi_init.patch
	patches.suse/0002-dm-crypt-don-t-use-drivers-that-have-CRYPTO_ALG_ALLO.patch
	patches.suse/0016-dm-fix-missing-imposition-of-queue_limits-from-dm_wq.patch
	patches.suse/scsi-ufs-Properly-release-resources-if-a-task-is-aborted-successfully
	patches.suse/scsi-mpt3sas-memset-config_cmds-reply-buffer-with-zeros
	patches.suse/scsi-mpt3sas-dump-system-registers-for-debugging
	patches.suse/scsi-mpt3sas-cancel-the-running-work-during-host-reset
	patches.suse/scsi-mpt3sas-rename-and-export-interrupt-mask-unmask-functions
	patches.suse/scsi-mpt3sas-add-functions-to-check-if-any-cmd-is-outstanding-on-target-and-lun
	patches.suse/scsi-mpt3sas-postprocessing-of-target-and-lun-reset
	patches.suse/scsi-mpt3sas-update-driver-version-to-35-100-00-00
	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-mpt3sas-remove-superfluous-memset
	patches.suse/scsi-aacraid-remove-pci-dma-compat-wrapper-api
	patches.suse/scsi-mpt3sas-remove-pci-dma-compat-wrapper-api
	patches.suse/scsi-qla2xxx-Remove-pci-dma-compat-wrapper-API.patch
	patches.suse/scsi-qla4xxx-Fix-an-error-handling-path-in-qla4xxx_get_host_stats
	patches.suse/scsi-qla2xxx-Fix-the-size-used-in-a-dma_free_coheren.patch
	patches.suse/scsi-lpfc-Fix-spelling-mistake-Cant-Can-t.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-csiostor-Fix-wrong-return-value-in-csio_hw_prep_fw
	patches.suse/scsi-aacraid-Remove-erroneous-fallthrough-annotation
	patches.suse/scsi-ufs-Make-ufshcd_print_trs-consider-UFSHCD_QUIRK_PRDT_BYTE_GRAN
	patches.suse/scsi-qla2xxx-Fix-the-return-value.patch
	patches.suse/scsi-fc-Add-256GBit-speed-setting-to-SCSI-FC-transpo.patch
	patches.suse/scsi-ibmvfc-Use-compiler-attribute-defines-instead-o.patch
	patches.suse/scsi-ibmvfc-Interface-updates-for-future-FPIN-and-MQ.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-qla2xxx-Handle-incorrect-entry_type-entries.patch
	patches.suse/scsi-ibmvfc-Fix-error-return-in-ibmvfc_probe.patch
	patches.suse/scsi-lpfc-Remove-set-but-not-used-qp.patch
	patches.suse/scsi-qla2xxx-Remove-unneeded-variable-rval.patch
	patches.suse/scsi-zfcp-use-list_first_entry_or_null-in-zfcp_erp_thread
	patches.suse/scsi-zfcp-clarify-access-to-erp_action-in-zfcp_fsf_req_complete
	patches.suse/scsi-mpt3sas-detect-tampered-aero-and-sea-adapters
	patches.suse/scsi-mpt3sas-fix-sync-irqs
	patches.suse/scsi-mpt3sas-a-small-correction-in-base_process_reply_queue
	patches.suse/scsi-ibmvfc-Avoid-link-down-on-FS9100-canister-reboo.patch
	patches.suse/scsi-aacraid-make-some-symbols-static-in-aachba-c
	patches.suse/scsi-ibmvfc-Protect-vhost-task_set-increment-by-the-.patch
	patches.suse/scsi-qla2xxx-Fix-I-O-failures-during-remote-port-tog.patch
	patches.suse/scsi-qla2xxx-Setup-debugfs-entries-for-remote-ports.patch
	patches.suse/scsi-qla2xxx-Allow-dev_loss_tmo-setting-for-FC-NVMe-.patch
	patches.suse/scsi-qla2xxx-Honor-status-qualifier-in-FCP_RSP-per-s.patch
	patches.suse/scsi-qla2xxx-Reduce-duplicate-code-in-reporting-spee.patch
	patches.suse/scsi-qla2xxx-Fix-memory-size-truncation.patch
	patches.suse/scsi-qla2xxx-Performance-tweak.patch
	patches.suse/scsi-qla2xxx-Fix-I-O-errors-during-LIP-reset-tests.patch
	patches.suse/scsi-qla2xxx-Make-tgt_port_database-available-in-ini.patch
	patches.suse/scsi-qla2xxx-Add-rport-fields-in-debugfs.patch
	patches.suse/scsi-qla2xxx-Add-IOCB-resource-tracking.patch
	patches.suse/scsi-qla2xxx-Add-SLER-and-PI-control-support.patch
	patches.suse/scsi-qla2xxx-Update-version-to-10.02.00.102-k.patch
	patches.suse/scsi-qla2xxx-Correct-the-check-for-sscanf-return-val.patch
	patches.suse/scsi-qla2xxx-Fix-buffer-buffer-credit-extraction-err.patch
	patches.suse/scsi-qla2xxx-Fix-MPI-reset-needed-message.patch
	patches.suse/scsi-qla2xxx-Fix-reset-of-MPI-firmware.patch
	patches.suse/scsi-qla2xxx-Fix-crash-on-session-cleanup-with-unloa.patch
	patches.suse/scsi-qla2xxx-Fix-point-to-point-N2N-device-discovery.patch
	patches.suse/scsi-qla2xxx-Update-version-to-10.02.00.103-k.patch
	patches.suse/scsi-qla2xxx-Fix-inconsistent-format-argument-type-i.patch
	patches.suse/scsi-qla2xxx-Fix-inconsistent-format-argument-type-i-250bd009.patch
	patches.suse/scsi-qla2xxx-Fix-inconsistent-format-argument-type-i-72e813d9.patch
	patches.suse/scsi-fnic-do-not-call-scsi_done-for-unhandled-commands.patch
	patches.suse/scsi-target-tcmu-fix-warning-page-may-be-used-uninitialized
	patches.suse/scsi-aacraid-add-a-missing-iounmap-call
	patches.suse/scsi-be2iscsi-Fix-a-theoretical-leak-in-beiscsi_create_eqs
	patches.suse/scsi-lpfc-Drop-nodelist-reference-on-error-in-lpfc_g.patch
	patches.suse/scsi-lpfc-Remove-unneeded-variable-status-in-lpfc_fc.patch
	patches.suse/leds-mt6323-move-period-calculation.patch
	patches.suse/leds-bcm6328-bcm6358-use-devres-LED-registering-func.patch
	patches.suse/pinctrl-mcp23s08-Fix-mcp23x17_regmap-initialiser.patch
	patches.suse/pinctrl-mcp23s08-Fix-mcp23x17-precious-range.patch
	patches.suse/pinctrl-cherryview-Drop-stale-comment.patch
	patches.suse/pinctrl-cherryview-Move-custom-community-members-to-.patch
	patches.suse/pinctrl-cherryview-Switch-to-use-struct-intel_pinctr.patch
	patches.suse/pinctrl-cherryview-Utilize-temporary-variable-to-hol.patch
	patches.suse/pinctrl-intel-Extract-intel_pinctrl_get_soc_data-hel.patch
	patches.suse/pinctrl-baytrail-Switch-to-use-intel_pinctrl_get_soc.patch
	patches.suse/pinctrl-cherryview-Switch-to-use-intel_pinctrl_get_s.patch
	patches.suse/pinctrl-intel-Update-header-block-to-reflect-direct-.patch
	patches.suse/pinctrl-tigerlake-Fix-register-offsets-for-TGL-H-var.patch
	patches.suse/pinctrl-cannonlake-Modify-COMMUNITY-macros-to-be-con.patch
	patches.suse/pinctrl-sunrisepoint-Modify-COMMUNITY-macros-to-be-c.patch
	patches.suse/mfd-wcd934x-Simplify-with-dev_err_probe.patch
	patches.suse/mfd-sprd-Add-wakeup-capability-for-PMIC-IRQ.patch
	patches.suse/mfd-sm501-Fix-leaks-in-probe.patch
	patches.suse/backlight-sky81452-backlight-Fix-refcount-imbalance-.patch
	patches.suse/tty-ipwireless-fix-error-handling.patch
	patches.suse/tty-serial-imx-fix-link-error-with-config_serial_core_console-n.patch
	patches.suse/tty-serial-lpuart-fix-lpuart32_write-usage.patch
	patches.suse/tty-serial-fsl_lpuart-fix-lpuart32_poll_get_char.patch
	patches.suse/staging-rtl8192u-Do-not-use-GFP_KERNEL-in-atomic-con.patch
	patches.suse/staging-rtl8192e-fix-kconfig-dependency-warning-for-.patch
	patches.suse/iio-dac-ad5592r-Fix-use-of-true-for-IIO_SHARED_BY_TY.patch
	patches.suse/iio-magn-hmc5843-Fix-passing-true-where-iio_shared_b.patch
	patches.suse/iio-accel-bma180-Fix-use-of-true-when-should-be-iio_.patch
	patches.suse/iio-gyro-itg3200-Fix-timestamp-alignment-and-prevent.patch
	patches.suse/iio-light-si1145-Fix-timestamp-alignment-and-prevent.patch
	patches.suse/iio-adc-ti-adc0832-Fix-alignment-issue-with-timestam.patch
	patches.suse/iio-adc-ti-adc12138-Fix-alignment-issue-with-timesta.patch
	patches.suse/iio-adc-stm32-adc-fix-runtime-autosuspend-delay-when.patch
	patches.suse/iio-adc-gyroadc-fix-leak-of-device-node-iterator.patch
	patches.suse/staging-rtl8712-Fix-enqueue_reorder_recvframe.patch
	patches.suse/staging-qlge-fix-build-breakage-with-dumping-enabled.patch
	patches.suse/staging-comedi-check-validity-of-wMaxPacketSize-of-u.patch
	patches.suse/usb-xhci-mtk-Fix-typo.patch
	patches.suse/usb-core-Solve-race-condition-in-anchor-cleanup-func.patch
	patches.suse/dt-bindings-reset-add-a-binding-for-the-rpi-firmware-reset-controller.patch
	patches.suse/reset-add-raspberry-pi-4-firmware-reset-controller.patch
	patches.suse/usb-xhci-pci-Add-support-for-reset-controllers.patch
	patches.suse/usb-host-pci-quirks-bypass-xhci-quirks-for-raspberry-pi-4.patch
	patches.suse/usb-typec-tcpm-During-PR_SWAP-source-caps-should-be-.patch
	patches.suse/usb-core-driver-fix-stray-tabs-in-error-messages.patch
	patches.suse/usb-ohci-Default-to-per-port-over-current-protection.patch
	patches.suse/usb-ohci-Make-distrust_firmware-param-default-to-fal.patch
	patches.suse/USB-adutux-fix-debugging.patch
	patches.suse/usb-host-xhci-plat-add-platform-data-support.patch
	patches.suse/usb-host-xhci-plat-add-.suspend_quirk-for-struct-xhc.patch
	patches.suse/usb-host-xhci-plat-add-priv-quirk-for-skip-PHY-initi.patch
	patches.suse/usb-host-xhci-plat-add-wakeup-entry-at-sysfs.patch
	patches.suse/usb-xhci-omit-duplicate-actions-when-suspending-a-ru.patch
	patches.suse/xhci-Tune-interrupt-blocking-for-isochronous-transfe.patch
	patches.suse/xhci-don-t-create-endpoint-debugfs-entry-before-ring.patch
	patches.suse/usb-xhci-add-debugfs-support-for-ep-with-stream.patch
	patches.suse/usb-chipidea-imx-add-two-samsung-picophy-parameters-tuning-implementation.patch
	patches.suse/usb-chipidea-ci_hdrc_imx-restore-pinctrl.patch
	patches.suse/Revert-cdc-acm-hardening-against-malicious-devices.patch
	patches.suse/USB-cdc-acm-handle-broken-union-descriptors.patch
	patches.suse/ACPI-Export-acpi_get_first_physical_node-to-modules.patch
	patches.suse/thunderbolt-Introduce-tb_switch_is_tiger_lake.patch
	patches.suse/USB-cdc-wdm-Make-wdm_flush-interruptible-and-add-wdm.patch
	patches.suse/usb-dwc3-gadget-Resume-pending-requests-after-CLEAR_.patch
	patches.suse/usb-dwc3-simple-add-support-for-Hikey-970.patch
	patches.suse/usb-dwc2-Fix-parameter-type-in-function-pointer-prot.patch
	patches.suse/usb-dwc3-core-Properly-default-unspecified-speed.patch
	patches.suse/usb-dwc2-Add-missing-cleanups-when-usb_add_gadget_ud.patch
	patches.suse/usb-gadget-function-printer-fix-use-after-free-in-__.patch
	patches.suse/usb-dwc3-pci-Allow-Elkhart-Lake-to-utilize-DSM-metho.patch
	patches.suse/usb-gadget-f_ncm-fix-ncm_bitrate-for-SuperSpeed-and-.patch
	patches.suse/usb-gadget-f_ncm-allow-using-NCM-in-SuperSpeed-Plus-.patch
	patches.suse/usb-gadget-u_ether-enable-qmult-on-SuperSpeed-Plus-a.patch
	patches.suse/usb-dwc3-core-don-t-trigger-runtime-pm-when-remove-d.patch
	patches.suse/usb-dwc3-core-add-phy-cleanup-for-probe-error-handli.patch
	patches.suse/usb-dwc3-gadget-Check-MPS-of-the-request-length.patch
	patches.suse/usb-dwc3-ep0-Fix-ZLP-for-OUT-ep0-requests.patch
	patches.suse/usb-dwc3-Stop-active-transfers-before-halting-the-co.patch
	patches.suse/usb-dwc2-Fix-INTR-OUT-transfers-in-DDMA-mode.patch
	patches.suse/usb-cdc-acm-add-quirk-to-blacklist-ETAS-ES58X-device.patch
	patches.suse/USB-serial-ftdi_sio-add-support-for-FreeCalypso-JTAG.patch
	patches.suse/USB-serial-pl2303-add-device-id-for-HP-GC-device.patch
	patches.suse/USB-serial-qcserial-fix-altsetting-probing.patch
	patches.suse/USB-serial-option-Add-Telit-FT980-KS-composition.patch
	patches.suse/USB-serial-option-add-Cellient-MPL200-card.patch
	patches.suse/eeprom-at25-set-minimum-read-write-access-stride-to-.patch
	patches.suse/VMCI-check-return-value-of-get_user_pages_fast-for-e.patch
	patches.suse/misc-rtsx-do-not-setting-OC_POWER_DOWN-reg-in-rtsx_p.patch
	patches.suse/char-virtio-Select-VIRTIO-from-VIRTIO_CONSOLE.patch
	patches.suse/misc-rtsx-Fix-memory-leak-in-rtsx_pci_probe.patch
	patches.suse/coresight-etm4x-Fix-etm4_count-race-by-moving-cpuhp-.patch
	patches.suse/coresight-stm-Support-marked-packet.patch
	patches.suse/coresight-fix-offset-by-one-error-in-counting-ports.patch
	patches.suse/coresight-etm4x-Add-Support-for-HiSilicon-ETM-device.patch
	patches.suse/coresight-cti-disclaim-device-only-when-it-s-claimed.patch
	patches.suse/coresight-cti-remove-pm_runtime_get_sync-from-CPU-ho.patch
	patches.suse/coresight-etm4x-Ensure-default-perf-settings-filter-.patch
	patches.suse/coresight-etm4x-Fix-issues-within-reset-interface-of.patch
	patches.suse/coresight-cti-Write-regsiters-directly-in-cti_enable.patch
	patches.suse/coresight-etm4x-Handle-unreachable-sink-in-perf-mode.patch
	patches.suse/coresight-etm4x-Fix-issues-on-trcseqevr-access.patch
	patches.suse/coresight-etm-perf-Sink-selection-using-sysfs-is-dep.patch
	patches.suse/coresight-Make-sysfs-functional-on-topologies-with-p.patch
	patches.suse/coresight-etm4x-Fix-mis-usage-of-nr_resource-in-sysf.patch
	patches.suse/coresight-etm4x-Fix-number-of-resources-check-for-ET.patch
	patches.suse/uio-free-uio-id-after-uio-file-node-is-freed.patch
	patches.suse/misc-mic-scif-Fix-error-handling-path.patch
	patches.suse/slimbus-core-check-get_addr-before-removing-laddr-id.patch
	patches.suse/slimbus-core-do-not-enter-to-clock-pause-mode-in-cor.patch
	patches.suse/slimbus-qcom-ngd-ctrl-disable-ngd-in-qmi-server-down.patch
	patches.suse/coresight-cpu_debug-Add-module-name-in-Kconfig.patch
	patches.suse/coresight-cpu_debug-Define-MODULE_DEVICE_TABLE.patch
	patches.suse/coresight-Use-IS_ENABLED-for-CONFIGs-that-may-be-mod.patch
	patches.suse/coresight-Add-coresight-prefix-to-barrier_pkt.patch
	patches.suse/coresight-Export-global-symbols.patch
	patches.suse/coresight-Add-try_get_module-in-coresight_grab_devic.patch
	patches.suse/coresight-stm-Allow-to-build-coresight-stm-as-a-modu.patch
	patches.suse/coresight-etm-perf-Fix-warning-caused-by-etm_setup_a.patch
	patches.suse/coresight-etm3x-Allow-etm3x-to-be-built-as-a-module.patch
	patches.suse/coresight-etm4x-Allow-etm4x-to-be-built-as-a-module.patch
	patches.suse/coresight-etb-Allow-etb-to-be-built-as-a-module.patch
	patches.suse/coresight-tpiu-Allow-tpiu-to-be-built-as-a-module.patch
	patches.suse/coresight-tmc-Allow-tmc-to-be-built-as-a-module.patch
	patches.suse/coresight-funnel-Allow-funnel-driver-to-be-built-as-.patch
	patches.suse/coresight-replicator-Allow-replicator-driver-to-be-b.patch
	patches.suse/coresight-cti-Add-function-to-register-cti-associate.patch
	patches.suse/coresight-cti-Fix-remove-sysfs-link-error.patch
	patches.suse/coresight-cti-Fix-bug-clearing-sysfs-links-on-callba.patch
	patches.suse/coresight-cti-Don-t-disable-ect-device-if-it-s-not-e.patch
	patches.suse/coresight-cti-Increase-reference-count-when-enabling.patch
	patches.suse/coresight-cti-Allow-cti-to-be-built-as-a-module.patch
	patches.suse/coresight-tmc-etr-Add-function-to-register-catu-ops.patch
	patches.suse/coresight-catu-Allow-catu-drivers-to-be-built-as-mod.patch
	patches.suse/coresight-core-Allow-the-coresight-core-driver-to-be.patch
	patches.suse/coresight-etm4x-Fix-save-and-restore-of-TRCVMIDCCTLR.patch
	patches.suse/soundwire-master-enable-pm-runtime.patch
	patches.suse/soundwire-intel-Add-basic-power-management-support.patch
	patches.suse/soundwire-intel-add-pm_runtime-support.patch
	patches.suse/soundwire-intel-reset-pm_runtime-status-during-syste.patch
	patches.suse/soundwire-intel-fix-race-condition-on-system-resume.patch
	patches.suse/soundwire-intel-call-helper-to-reset-Slave-states-on.patch
	patches.suse/soundwire-intel-reinitialize-IP-DSP-in-.prepare-but-.patch
	patches.suse/soundwire-intel-pm_runtime-idle-scheduling.patch
	patches.suse/soundwire-intel-add-CLK_STOP_TEARDOWN-for-pm_runtime.patch
	patches.suse/soundwire-intel-add-CLK_STOP_BUS_RESET-support.patch
	patches.suse/soundwire-intel-add-CLK_STOP_NOT_ALLOWED-support.patch
	patches.suse/soundwire-intel_init-handle-power-rail-dependencies-.patch
	patches.suse/soundwire-intel-support-clock_stop-mode-without-quir.patch
	patches.suse/soundwire-intel-refine-runtime-pm-for-SDW_INTEL_CLK_.patch
	patches.suse/soundwire-intel-fix-intel_suspend-resume-defined-but.patch
	patches.suse/ASoC-codecs-soundwire-remove-port_ready-usage-from-c.patch
	patches.suse/soundwire-add-definition-for-maximum-number-of-ports.patch
	patches.suse/soundwire-fix-port_ready-dynamic-allocation-in-mipi_.patch
	patches.suse/soundwire-intel-disable-shim-wake-on-suspend.patch
	patches.suse/soundwire-intel-ignore-software-command-retries.patch
	patches.suse/soundwire-intel-add-multi-link-support.patch
	patches.suse/soundwire-intel-add-missing-support-for-all-clock-st.patch
	patches.suse/soundwire-bus-update-multi-link-definition-with-hw-s.patch
	patches.suse/soundwire-intel-add-multi-link-hw_synchronization-in.patch
	patches.suse/soundwire-stream-enable-hw_sync-as-needed-by-hardwar.patch
	patches.suse/soundwire-intel-add-error-log-for-clock-stop-invalid.patch
	patches.suse/soundwire-intel-pass-link_mask-information-to-each-m.patch
	patches.suse/soundwire-intel-don-t-manage-link-power-individually.patch
	patches.suse/soundwire-define-and-use-addr-bit-masks.patch
	patches.suse/soundwire-bus-use-FIELD_GET.patch
	patches.suse/soundwire-slave-use-SDW_DISCO_LINK_ID.patch
	patches.suse/soundwire-stream-use-FIELD_-GET-PREP.patch
	patches.suse/soundwire-qcom-use-FIELD_-GET-PREP.patch
	patches.suse/soundwire-cadence-use-FIELD_-GET-PREP.patch
	patches.suse/soundwire-intel-use-FIELD_-GET-PREP.patch
	patches.suse/soundwire-intel_init-use-FIELD_-GET-PREP.patch
	patches.suse/soundwire-remove-SDW_REG_SHIFT.patch
	patches.suse/soundwire-stream-fix-NULL-IS_ERR-confusion.patch
	patches.suse/soundwire-intel-fix-NULL-ERR_PTR-confusion.patch
	patches.suse/soundwire-intel-remove-.trigger-operation.patch
	patches.suse/soundwire-intel-remove-stream-handling-from-.prepare.patch
	patches.suse/soundwire-qcom-fix-abh-ahb-typo.patch
	patches.suse/soundwire-qcom-avoid-dependency-on-CONFIG_SLIMBUS.patch
	patches.suse/soundwire-qcom-add-support-for-mmio-soundwire-master.patch
	patches.suse/soundwire-qcom-add-v1.5.1-compatible.patch
	patches.suse/soundwire-cadence-fix-race-condition-between-suspend.patch
	patches.suse/soundwire-qcom-fix-SLIBMUS-SLIMBUS-typo.patch
	patches.suse/ASoC-soundwire-bus-use-property-to-set-interrupt-mas.patch
	patches.suse/soundwire-bus-filter-out-unwanted-interrupt-reports.patch
	patches.suse/soundwire-slave-add-first_interrupt_done-status.patch
	patches.suse/soundwire-bus-use-quirk-to-filter-out-invalid-parity.patch
	patches.suse/ASoC-codecs-realtek-soundwire-ignore-initial-PARITY-.patch
	patches.suse/soundwire-bus-export-broadcast-read-write-capability.patch
	patches.suse/soundwire-cadence-add-parity-error-injection-through.patch
	patches.suse/soundwire-Add-generic-bandwidth-allocation-algorithm.patch
	patches.suse/soundwire-qcom-clear-BIT-FIELDs-before-value-set.patch
	patches.suse/soundwire-qcom-add-support-to-block-packing-mode.patch
	patches.suse/soundwire-qcom-get-max-rows-and-cols-info-from-compa.patch
	patches.suse/soundwire-cadence-use-u32p_replace_bits.patch
	patches.suse/soundwire-intel-use-u32-u16-p_replace_bits.patch
	patches.suse/soundwire-enable-Data-Port-test-modes.patch
	patches.suse/soundwire-intel-enable-test-modes.patch
	patches.suse/soundwire-cadence-add-data-port-test-fail-interrupt.patch
	patches.suse/soundwire-remove-an-unnecessary-NULL-check.patch
	patches.suse/soundwire-bus-add-enumerated-Slave-device-to-device-.patch
	patches.suse/soundwire-sysfs-add-slave-status-and-device-number-b.patch
	patches.suse/bus-fsl-mc-don-t-assume-an-iommu-is-always-present.patch
	patches.suse/bus-fsl-mc-MC-control-registers-are-not-always-avail.patch
	patches.suse/w1-mxc_w1-Fix-timeout-resolution-problem-leading-to-.patch
	patches.suse/misc-vop-add-round_up-x-4-for-vring_size-to-avoid-ke.patch
	patches.suse/mic-vop-copy-data-to-kernel-space-then-write-to-io-m.patch
	patches.suse/bus-fsl-mc-Do-no-longer-export-the-total-number-of-i.patch
	patches.suse/bus-fsl-mc-Add-a-new-parameter-to-dprc_scan_objects-.patch
	patches.suse/bus-fsl-mc-add-support-for-driver_override-in-the-mc.patch
	patches.suse/bus-fsl-mc-Set-the-QMAN-BMAN-region-flags.patch
	patches.suse/bus-fsl-mc-Cache-the-DPRC-API-version.patch
	patches.suse/bus-fsl-mc-Add-dprc-reset-container-support.patch
	patches.suse/bus-fsl-mc-Export-dprc_scan-dprc_remove-functions-to.patch
	patches.suse/bus-fsl-mc-Export-a-cleanup-function-for-DPRC.patch
	patches.suse/bus-fsl-mc-Add-a-container-setup-function.patch
	patches.suse/bus-fsl_mc-Do-not-rely-on-caller-to-provide-non-NULL.patch
	patches.suse/bus-fsl-mc-Export-IRQ-pool-handling-functions-to-be-.patch
	patches.suse/bus-fsl-mc-Extend-ICID-size-from-16bit-to-32bit.patch
	patches.suse/bus-fsl-mc-Add-a-new-version-for-dprc_get_obj_region.patch
	patches.suse/extcon-ptn5150-Fix-usage-of-atomic-GPIO-with-sleepin.patch
	patches.suse/intel_th-pci-Add-Alder-Lake-S-support.patch
	patches.suse/intel_th-pci-Add-Alder-Lake-CPU-support.patch
	patches.suse/0009-drm-mxsfb-Remove-fbdev-leftovers.patch
	patches.suse/0010-drm-vkms-fix-xrgb-on-compute-crc.patch
	patches.suse/video-fbdev-pvr2fb-initialize-variables.patch
	patches.suse/drm-panfrost-don-t-use-pfdevfreq.busy_count-to-know-.patch
	patches.suse/drm-panfrost-rename-error-labels-in-device_init.patch
	patches.suse/drm-panfrost-move-devfreq_init-fini-in-device.patch
	patches.suse/drm-panfrost-perfcnt-fix-ref-count-leak-in-panfrost_.patch
	patches.suse/drm-vgem-add-missing-platform_device_unregister-in-v.patch
	patches.suse/drm-vkms-add-missing-platform_device_unregister-in-v.patch
	patches.suse/drm-hisilicon-Code-refactoring-for-hibmc_drv_de.patch
	patches.suse/0011-drm-panel-Fix-bus-format-for-OrtusTech-COM43H4M85ULC.patch
	patches.suse/drm-malidp-Use-struct-drm_gem_object_funcs.get_sg_ta.patch
	patches.suse/0012-drm-gma500-fix-error-check.patch
	patches.suse/drm-brige-megachips-Add-checking-if-ge_b850v3_lvds_i.patch
	patches.suse/drm-bridge_connector-Set-default-status-connected-fo.patch
	patches.suse/drm-i915-Update-TGL-and-RKL-HuC-firmware-versions.patch
	patches.suse/drm-amdgpu-Remove-redundant-NULL-check.patch
	patches.suse/Revert-drm-amdgpu-Fix-NULL-dereference-in-dpm-sysfs-.patch
	patches.suse/drm-amdgpu-restore-ras-flags-when-user-resets-eeprom.patch
	patches.suse/0014-drm-amd-display-Fix-wrong-return-value-in-dm_update_.patch
	patches.suse/drm-amd-display-Disconnect-pipe-separetely-when-disa.patch
	patches.suse/0015-drm-amdgpu-pass-NULL-pointer-instead-of-0.patch
	patches.suse/drm-amd-display-Screen-corruption-on-dual-displays-D.patch
	patches.suse/drm-scheduler-Scheduler-priority-fixes-v2.patch
	patches.suse/drm-amd-display-fix-potential-integer-overflow-when-.patch
	patches.suse/drm-amdgpu-fix-max_entries-calculation-v4.patch
	patches.suse/0001-drm-i915-gt-Only-transfer-the-virtual-context-to-the.patch
	patches.suse/0001-drm-panel-Fix-bpc-for-OrtusTech-COM43H4M85ULC-panel.patch
	patches.suse/drm-vkms-avoid-warning-in-vkms_get_vblank_timestamp.patch
	patches.suse/drm-exynos-fix-common-struct-sg_table-related-issues.patch
	patches.suse/drm-lima-fix-common-struct-sg_table-related-issues.patch
	patches.suse/drm-panfrost-fix-common-struct-sg_table-related-issu.patch
	patches.suse/0019-drm-rcar-du-Put-reference-to-VSP-device.patch
	patches.suse/drm-tegra-Properly-reference-count-the-DDC-I2C-adapt.patch
	patches.suse/drm-tegra-output-Don-t-leak-OF-node-on-error.patch
	patches.suse/ACPI-LPSS-Resume-Cherry-Trail-PWM-controller-in-no-i.patch
	patches.suse/ACPI-LPSS-Save-Cherry-Trail-PWM-ctx-registers-only-o.patch
	patches.suse/pwm-lpss-Fix-off-by-one-error-in-base_unit-math-in-p.patch
	patches.suse/pwm-lpss-Add-range-limit-check-for-the-base_unit-reg.patch
	patches.suse/drm-i915-Add-more-AUX-CHs-to-the-enum.patch
	patches.suse/drm-i915-Add-VBT-DVO-ports-H-and-I.patch
	patches.suse/drm-i915-Add-VBT-AUX-CH-H-and-I.patch
	patches.suse/drm-i915-Nuke-the-redundant-TC-TBT-HPD-bit-defines.patch
	patches.suse/drm-i915-Configure-GEN11_-TBT-TC-_HOTPLUG_CTL-for-po.patch
	patches.suse/drm-i915-Move-hpd_pin-setup-to-encoder-init.patch
	patches.suse/drm-i915-Introduce-HPD_PORT_TC-n.patch
	patches.suse/drm-i915-Introduce-intel_hpd_hotplug_irqs.patch
	patches.suse/drm-amd-display-Check-clock-table-return.patch
	patches.suse/drm-amdgpu-No-sysfs-not-an-error-condition.patch
	patches.suse/drm-amd-display-Delete-duplicated-argument-to-or.patch
	patches.suse/0022-drm-crc-debugfs-Fix-memleak-in-crc_control_write.patch
	patches.suse/drm-bridge-synopsys-dsi-add-support-for-non-continuo.patch
	patches.suse/0001-drm-vc4-Add-support-for-the-BCM2711-HVS5.patch
	patches.suse/0002-drm-vc4-hvs-Boost-the-core-clock-during-modeset.patch
	patches.suse/0003-drm-vc4-plane-Change-LBM-alignment-constraint-on-LBM.patch
	patches.suse/0004-drm-vc4-plane-Optimize-the-LBM-allocation-size.patch
	patches.suse/0005-drm-vc4-plane-Create-more-planes.patch
	patches.suse/0006-drm-vc4-crtc-Deal-with-different-number-of-pixel-per.patch
	patches.suse/0007-drm-vc4-crtc-Use-a-shared-interrupt.patch
	patches.suse/0008-drm-vc4-crtc-Move-the-cob-allocation-outside-of-bind.patch
	patches.suse/0009-drm-vc4-crtc-Rename-HVS-channel-to-output.patch
	patches.suse/0010-drm-vc4-crtc-Use-local-chan-variable.patch
	patches.suse/0011-drm-vc4-crtc-Enable-and-disable-the-PV-in-atomic_ena.patch
	patches.suse/0012-drm-vc4-kms-Convert-to-for_each_new_crtc_state.patch
	patches.suse/0013-drm-vc4-crtc-Assign-output-to-channel-automatically.patch
	patches.suse/0014-drm-vc4-crtc-Add-FIFO-depth-to-vc4_crtc_data.patch
	patches.suse/0015-drm-vc4-crtc-Add-function-to-compute-FIFO-level-bits.patch
	patches.suse/0016-drm-vc4-crtc-Rename-HDMI-encoder-type-to-HDMI0.patch
	patches.suse/0017-drm-vc4-crtc-Add-HDMI1-encoder-type.patch
	patches.suse/0018-drm-vc4-crtc-Disable-color-management-for-HVS5.patch
	patches.suse/0019-drm-vc4-crtc-Turn-pixelvalve-reset-into-a-function.patch
	patches.suse/0020-drm-vc4-crtc-Move-PV-dump-to-config_pv.patch
	patches.suse/0021-drm-vc4-crtc-Move-HVS-init-and-close-to-a-function.patch
	patches.suse/0022-drm-vc4-crtc-Move-the-HVS-gamma-LUT-setup-to-our-ini.patch
	patches.suse/0023-drm-vc4-hvs-Make-sure-our-channel-is-reset.patch
	patches.suse/0024-drm-vc4-crtc-Remove-mode_set_nofb.patch
	patches.suse/0025-drm-vc4-crtc-Remove-redundant-pixelvalve-reset.patch
	patches.suse/0026-drm-vc4-crtc-Move-HVS-channel-init-before-the-PV-ini.patch
	patches.suse/0027-drm-vc4-encoder-Add-finer-grained-encoder-callbacks.patch
	patches.suse/0028-drm-vc4-crtc-Add-a-delay-after-disabling-the-PixelVa.patch
	patches.suse/0029-drm-vc4-crtc-Clear-the-PixelValve-FIFO-on-disable.patch
	patches.suse/0030-drm-vc4-crtc-Clear-the-PixelValve-FIFO-during-config.patch
	patches.suse/0031-drm-vc4-hvs-Make-the-stop_channel-function-public.patch
	patches.suse/0032-drm-vc4-hvs-Introduce-a-function-to-get-the-assigned.patch
	patches.suse/0033-drm-vc4-crtc-Move-the-CRTC-disable-out.patch
	patches.suse/0034-drm-vc4-drv-Disable-the-CRTC-at-boot-time.patch
	patches.suse/0035-drm-vc4-crtc-Add-BCM2711-pixelvalves.patch
	patches.suse/0036-drm-vc4-hdmi-Use-debugfs-private-field.patch
	patches.suse/0037-drm-vc4-hdmi-Move-structure-to-header.patch
	patches.suse/0038-drm-vc4-hdmi-rework-connectors-and-encoders.patch
	patches.suse/0039-drm-vc4-hdmi-Remove-DDC-argument-to-connector_init.patch
	patches.suse/0040-drm-vc4-hdmi-Rename-hdmi-to-vc4_hdmi.patch
	patches.suse/0041-drm-vc4-hdmi-Move-accessors-to-vc4_hdmi.patch
	patches.suse/0042-drm-vc4-hdmi-Use-local-vc4_hdmi-directly.patch
	patches.suse/0043-drm-vc4-hdmi-Add-container_of-macros-for-encoders-an.patch
	patches.suse/0044-drm-vc4-hdmi-Pass-vc4_hdmi-to-CEC-code.patch
	patches.suse/0045-drm-vc4-hdmi-Retrieve-the-vc4_hdmi-at-unbind-using-o.patch
	patches.suse/0046-drm-vc4-hdmi-Remove-vc4_dev-hdmi-pointer.patch
	patches.suse/0047-drm-vc4-hdmi-Remove-vc4_hdmi_connector.patch
	patches.suse/0048-drm-vc4-hdmi-Introduce-resource-init-and-variant.patch
	patches.suse/0049-drm-vc4-hdmi-Implement-a-register-layout-abstraction.patch
	patches.suse/0050-drm-vc4-hdmi-Add-reset-callback.patch
	patches.suse/0051-drm-vc4-hdmi-Add-PHY-init-and-disable-function.patch
	patches.suse/0052-drm-vc4-hdmi-Add-PHY-RNG-enable-disable-function.patch
	patches.suse/0053-drm-vc4-hdmi-Add-a-CSC-setup-callback.patch
	patches.suse/0054-drm-vc4-hdmi-Add-a-set_timings-callback.patch
	patches.suse/0055-drm-vc4-hdmi-Store-the-encoder-type-in-the-variant-s.patch
	patches.suse/0056-drm-vc4-hdmi-Deal-with-multiple-debugfs-files.patch
	patches.suse/0057-drm-vc4-hdmi-Move-CEC-init-to-its-own-function.patch
	patches.suse/0058-drm-vc4-hdmi-Add-CEC-support-flag.patch
	patches.suse/0059-drm-vc4-hdmi-Remove-unused-CEC_CLOCK_DIV-define.patch
	patches.suse/0060-drm-vc4-hdmi-Rename-drm_encoder-pointer-in-mode_vali.patch
	patches.suse/0061-drm-vc4-hdmi-Adjust-HSM-clock-rate-depending-on-pixe.patch
	patches.suse/0062-drm-vc4-hdmi-Use-clk_set_min_rate-instead.patch
	patches.suse/0063-drm-vc4-hdmi-Use-reg-names-to-retrieve-the-HDMI-audi.patch
	patches.suse/0064-drm-vc4-hdmi-Reset-audio-infoframe-on-encoder_enable.patch
	patches.suse/0065-drm-vc4-hdmi-Set-the-b-frame-marker-to-the-match-ALS.patch
	patches.suse/0066-drm-vc4-hdmi-Add-audio-related-callbacks.patch
	patches.suse/0067-drm-vc4-hdmi-Deal-with-multiple-ALSA-cards.patch
	patches.suse/0068-drm-vc4-hdmi-Remove-register-dumps-in-enable.patch
	patches.suse/0069-drm-vc4-hdmi-Always-recenter-the-HDMI-FIFO.patch
	patches.suse/0070-drm-vc4-hdmi-Implement-finer-grained-hooks.patch
	patches.suse/0071-drm-vc4-hdmi-Do-the-VID_CTL-configuration-at-once.patch
	patches.suse/0072-drm-vc4-hdmi-Switch-to-blank-pixels-when-disabled.patch
	patches.suse/0073-drm-vc4-hdmi-Add-pixel-BVB-clock-control.patch
	patches.suse/0074-drm-vc4-hdmi-Support-the-BCM2711-HDMI-controllers.patch
	patches.suse/0075-drm-vc4-drv-Support-BCM2711.patch
	patches.suse/fbmem-add-margin-check-to-fb_check_caps.patch
	patches.suse/video-fbdev-vga16fb-fix-setting-of-pixclock-because-.patch
	patches.suse/0001-video-fbdev-sis-fix-null-ptr-dereference.patch
	patches.suse/0002-video-fbdev-radeon-Fix-memleak-in-radeonfb_pci_regis.patch
	patches.suse/0076-drm-vc4-hdmi-Fix-off-by-ones-in-vc4_hdmi_read-write.patch
	patches.suse/0077-drm-vc4-hdmi-Fix-NULL-vs-IS_ERR-checks-in-vc5_hdmi_i.patch
	patches.suse/0023-drm-panfrost-Ensure-GPU-quirks-are-always-initialise.patch
	patches.suse/drm-xlnx-Use-devm_drm_dev_alloc.patch
	patches.suse/0078-drm-vc4-Update-type-of-reg-parameter-in-vc4_hdmi_-re.patch
	patches.suse/0079-drm-vc4-Fix-bitwise-OR-versus-ternary-operator-in-vc.patch
	patches.suse/drm-fix-double-free-for-gbo-in-drm_gem_vram_init-and.patch
	patches.suse/0080-drm-vc4-Handing-the-return-value-of-drm_universal_pl.patch
	patches.suse/0024-drm-mxsfb-check-framebuffer-pitch.patch
	patches.suse/0003-fbcon-Remove-the-superfluous-break.patch
	patches.suse/drm-panfrost-add-support-for-vendor-quirk.patch
	patches.suse/drm-panfrost-add-amlogic-reset-quirk-callback.patch
	patches.suse/drm-panfrost-add-Amlogic-GPU-integration-quirks.patch
	patches.suse/0081-drm-vc4-hvs-Pull-the-state-of-all-the-CRTCs-prior-to.patch
	patches.suse/0025-drm-msm-Avoid-div-by-zero-in-dpu_crtc_atomic_check.patch
	patches.suse/0026-drm-msm-Drop-debug-print-in-_dpu_crtc_setup_lm_bound.patch
	patches.suse/drm-msm-adreno-fix-probe-without-iommu.patch
	patches.suse/drm-msm-a6xx-fix-a-potential-overflow-issue.patch
	patches.suse/drm-msm-Fix-the-a650-hw_apriv-check.patch
	patches.suse/0082-drm-vc4-kms-Assign-a-FIFO-to-enabled-CRTCs-instead-o.patch
	patches.suse/0027-drm-vc4-crtc-Rework-a-bit-the-CRTC-state-code.patch
	patches.suse/0084-drm-vc4-crtc-Keep-the-previously-assigned-HVS-FIFO.patch
	patches.suse/drm-i915-Fix-state-checker-hw.active-hw.enable-reado.patch
	patches.suse/0029-drm-i915-gem-Avoid-implicit-vmap-for-highmem-on-x86-.patch
	patches.suse/drm-i915-gem-Prevent-using-pgprot_writecombine-if-PA.patch
	patches.suse/drm-i915-Break-up-error-capture-compression-loops-wi.patch
	patches.suse/drm-i915-gem-Serialise-debugfs-i915_gem_objects-with.patch
	patches.suse/drm-i915-Cancel-outstanding-work-after-disabling-hea.patch
	patches.suse/drm-i915-gt-Always-send-a-pulse-down-the-engine-afte.patch
	patches.suse/drm-i915-gem-Always-test-execution-status-on-closing.patch
	patches.suse/drm-amd-display-Fix-incorrect-backlight-register-off.patch
	patches.suse/drm-amd-display-Increase-timeout-for-DP-Disable.patch
	patches.suse/drm-amdgpu-swsmu-add-interrupt-work-function.patch
	patches.suse/drm-amdgpu-swsmu-add-interrupt-work-handler-for-smu1.patch
	patches.suse/drm-amd-display-Avoid-set-zero-in-the-requested-clk.patch
	patches.suse/drm-amd-display-HDMI-remote-sink-need-mode-validatio.patch
	patches.suse/drm-amdgpu-Fix-invalid-number-of-character-in-amdgpu.patch
	patches.suse/0031-drm-panfrost-increase-readl_relaxed_poll_timeout-val.patch
	patches.suse/ALSA-hda-realtek-set-mic-to-auto-detect-on-a-HP-AIO-.patch
	patches.suse/ALSA-hda-Don-t-register-a-cb-func-if-it-is-registere.patch
	patches.suse/ALSA-HDA-Early-Forbid-of-runtime-PM.patch
	patches.suse/ASoC-hdac_hda-allow-runtime-pm-at-end-of-probe.patch
	patches.suse/ALSA-hda-realtek-Add-mute-Led-support-for-HP-Elitebo.patch
	patches.suse/ALSA-hda-realtek-Enable-audio-jacks-of-ASUS-D700SA-w.patch
	patches.suse/ALSA-bebob-potential-info-leak-in-hwdep_read.patch
	patches.suse/ALSA-hda-realtek-The-front-Mic-on-a-HP-machine-doesn.patch
	patches.suse/ALSA-usb-audio-Move-device-rename-and-profile-quirks.patch
	patches.suse/ALSA-usb-audio-Simplify-quirk-entries-with-a-macro.patch
	patches.suse/ALSA-usb-audio-Properly-match-with-audio-interface-c.patch
	patches.suse/ALSA-usb-audio-Correct-wrongly-matching-entries-with.patch
	patches.suse/ALSA-hda-ca0132-Cleanup-ca0132_mmio_init-function.patch
	patches.suse/ALSA-hda-ca0132-Add-speaker-tuning-initialization-co.patch
	patches.suse/ALSA-hda-ca0132-Add-surround-channel-config-control.patch
	patches.suse/ALSA-hda-ca0132-Add-full-range-speaker-selection-con.patch
	patches.suse/ALSA-hda-ca0132-Add-bass-redirection-controls.patch
	patches.suse/ALSA-hda-ca0132-Remove-surround-output-selection.patch
	patches.suse/ALSA-hda-ca0132-Clean-up-ca0132_alt_out_select.patch
	patches.suse/ALSA-hda-ca0132-Add-quirk-output-selection-structure.patch
	patches.suse/ALSA-hda-ca0132-Fix-Recon3D-Center-LFE-output.patch
	patches.suse/ALSA-hda-ca0132-Add-new-quirk-ID-for-SoundBlaster-AE.patch
	patches.suse/ALSA-hda-ca0132-Add-SoundBlaster-AE-7-pincfg.patch
	patches.suse/ALSA-hda-ca0132-Set-AE-7-bools-and-select-mixer.patch
	patches.suse/ALSA-hda-ca0132-Add-ca0132_mmio_init-data-for-SoundB.patch
	patches.suse/ALSA-hda-ca0132-Add-pre-init-function-for-SoundBlast.patch
	patches.suse/ALSA-hda-ca0132-Add-init-data-for-SoundBlaster-AE-7.patch
	patches.suse/ALSA-hda-ca0132-Add-DSP-setup-functions-for-AE-7.patch
	patches.suse/ALSA-hda-ca0132-Add-output-selection-for-SoundBlaste.patch
	patches.suse/ALSA-hda-ca0132-Add-AE-7-microphone-selection-comman.patch
	patches.suse/ALSA-hda-ca0132-Add-AE-7-custom-controls.patch
	patches.suse/ALSA-hda-ca0132-Add-AE-7-exit-commands.patch
	patches.suse/ALSA-core-pcm-simplify-locking-for-timers.patch
	patches.suse/ALSA-core-memalloc-fix-fallthrough-position.patch
	patches.suse/ALSA-core-pcm_memory-dereference-pointer-after-NULL-.patch
	patches.suse/ALSA-core-timer-remove-redundant-assignment.patch
	patches.suse/ALSA-core-timer-clarify-operator-precedence.patch
	patches.suse/ALSA-compress_offload-dereference-after-checking-for.patch
	patches.suse/ALSA-compress_offload-remove-redundant-initializatio.patch
	patches.suse/ALSA-core-init-use-DECLARE_COMPLETION_ONSTACK-macro.patch
	patches.suse/ALSA-aoa-i2sbus-use-DECLARE_COMPLETION_ONSTACK-macro.patch
	patches.suse/ALSA-hda-auto_parser-remove-shadowed-variable-declar.patch
	patches.suse/ALSA-hda-cosmetic-align-function-parameters.patch
	patches.suse/ALSA-usb-scarless_gen2-fix-endianness-issue.patch
	patches.suse/ALSA-ac97-cosmetic-align-argument-names.patch
	patches.suse/ALSA-atmel-ac97-clarify-operator-precedence.patch
	patches.suse/ALSA-rawmidi-cosmetic-align-function-parameters.patch
	patches.suse/ALSA-vx-vx_core-clarify-operator-precedence.patch
	patches.suse/ALSA-vx-vx_pcm-remove-redundant-assignment.patch
	patches.suse/ALSA-vx-vx_pcm-remove-redundant-assignment2.patch
	patches.suse/ALSA-mixart-Correct-comment-wrt-obsoleted-tasklet-us.patch
	patches.suse/ALSA-asihpi-fix-spellint-typo-in-comments.patch
	patches.suse/ALSA-hda-add-Intel-DG1-PCI-and-HDMI-ids.patch
	patches.suse/ALSA-hda-controller-is-in-GPU-on-the-DG1.patch
	patches.suse/ALSA-hda-handle-multiple-i915-device-instances.patch
	patches.suse/ALSA-hda-fix-CONTROLLER_IN_GPU-macro-name.patch
	patches.suse/ALSA-ctl-Workaround-for-lockdep-warning-wrt-card-ctl.patch
	patches.suse/ALSA-usb-audio-Add-mixer-support-for-Pioneer-DJ-DJM-.patch
	patches.suse/ALSA-seq-oss-Avoid-mutex-lock-for-a-long-time-ioctl.patch
	patches.suse/ALSA-hda-remove-kerneldoc-for-internal-hdac_i915-fun.patch
	patches.suse/ALSA-usb-audio-fix-spelling-mistake-Frequence-Freque.patch
	patches.suse/ALSA-portman2x4-fix-repeated-word-if.patch
	patches.suse/ALSA-usb-audio-endpoint.c-fix-repeated-word-there.patch
	patches.suse/ALSA-hdspm-Fix-typo-arbitary.patch
	patches.suse/ALSA-hda-i915-fix-list-corruption-with-concurrent-pr.patch
	patches.suse/ALSA-hda-use-semicolons-rather-than-commas-to-separa.patch
	patches.suse/ALSA-fireworks-use-semicolons-rather-than-commas-to-.patch
	patches.suse/ALSA-hda-fix-jack-detection-with-Realtek-codecs-when.patch
	patches.suse/ASoC-topology-disable-size-checks-for-bytes_ext-cont.patch
	patches.suse/ASoC-tlv320adcx140-Fix-digital-gain-range.patch
	patches.suse/ASoC-rt700-wait-for-the-delayed-work-to-finish-when-.patch
	patches.suse/ASoC-tas2770-Fix-calling-reset-in-probe.patch
	patches.suse/ASoC-tas2770-Add-missing-bias-level-power-states.patch
	patches.suse/ASoC-tas2770-Fix-required-DT-properties-in-the-code.patch
	patches.suse/ASoC-tas2770-Fix-error-handling-with-update_bits.patch
	patches.suse/ASoC-rt711-wait-for-the-delayed-work-to-finish-when-.patch
	patches.suse/ASoC-tlv320aic32x4-Fix-bdiv-clock-rate-derivation.patch
	patches.suse/ASoC-fsl_sai-Instantiate-snd_soc_dai_driver.patch
	patches.suse/ASoC-wm_adsp-Pass-full-name-to-snd_ctl_notify.patch
	patches.suse/ASoC-mediatek-mt8183-da7219-fix-wrong-ops-for-I2S3.patch
	patches.suse/ASoC-various-vendors-delete-repeated-words-in-commen.patch
	patches.suse/sound-soc-intel-Fix-spelling-mistake-cant-can-t.patch
	patches.suse/ASoC-SOF-delete-repeated-words-in-comments.patch
	patches.suse/ASOC-SOF-Intel-hda-codec-move-unused-label-to-correc.patch
	patches.suse/ASoC-SOF-Intel-hda-codec-move-variable-used-conditio.patch
	patches.suse/ASoC-Intel-rename-shadowed-variable-for-all-broadwel.patch
	patches.suse/ASoC-Intel-bytcht_cx2072x-simplify-return-handling.patch
	patches.suse/ASoC-Intel-KMB-Enable-TDM-audio-capture.patch
	patches.suse/ASoC-sun50i-codec-analog-Fix-duplicate-use-of-ADC-en.patch
	patches.suse/ASoC-qcom-lpass-platform-fix-memory-leak.patch
	patches.suse/ASoC-qcom-lpass-cpu-fix-concurrency-issue.patch
	patches.suse/asoc-fsl_sai-refine-enable-disable-te-re-sequence-in-trigger.patch
	patches.suse/asoc-fsl_sai-drop-tmr-rmr-settings-for-synchronous-mode.patch
	patches.suse/asoc-fsl_sai-replace-synchronous-check-with-fsl_sai_dir_is_synced.patch
	patches.suse/ASoC-Intel-Atom-sst-atom-controls-remove-redundant-a.patch
	patches.suse/ASoC-Intel-Atom-compress-remove-redundant-assignment.patch
	patches.suse/ASoC-Intel-Atom-platform-pcm-remove-redundant-assign.patch
	patches.suse/ASoC-Intel-Atom-sst-remove-useless-NULL-assignment.patch
	patches.suse/ASoC-Intel-Atom-remove-redundant-initialization.patch
	patches.suse/ASoC-Intel-Atom-sst_pvt-remove-redundant-initializat.patch
	patches.suse/ASoC-Intel-Atom-platform-pcm-fix-redundant-return.patch
	patches.suse/ASoC-Intel-Atom-remove-useless-assignment.patch
	patches.suse/ASoC-Intel-Atom-sst_loader-remove-always-true-condit.patch
	patches.suse/ASoC-Intel-Atom-sst_pvt-simplify-return-handling.patch
	patches.suse/ASoC-Intel-Atom-cosmetic-align-parameters.patch
	patches.suse/ASoC-Intel-Baytrail-cosmetic-align-function-paramete.patch
	patches.suse/ASoC-Intel-common-cosmetic-align-function-parameters.patch
	patches.suse/ASoC-Intel-haswell-cosmetic-align-function-parameter.patch
	patches.suse/ASoC-Intel-haswell-ipc-remove-redundant-assignments.patch
	patches.suse/ASoC-Intel-Skylake-skl-nhlt-remove-redundant-initial.patch
	patches.suse/ASoC-Intel-Skylake-cldma-remove-redundant-initializa.patch
	patches.suse/ASoC-Intel-Skylake-sst-utils-remove-redundant-assign.patch
	patches.suse/ASoC-Intel-Skylake-skl-topology-remove-redundant-1.patch
	patches.suse/ASoC-Intel-Skylake-skl-topology-remove-redundant-ass.patch
	patches.suse/ASoC-Intel-Skylake-cosmetic-align-function-parameter.patch
	patches.suse/ASoC-codecs-rt-sdw-use-SDW_SLAVE_ENTRY_EXT.patch
	patches.suse/ASoC-SOF-Intel-add-build-support-for-SoundWire.patch
	patches.suse/ASoC-intel-sof_sdw-add-.exit-callback-function.patch
	patches.suse/asoc-fsl_sai-add-eprobe_defer-check-for-regmap-init.patch
	patches.suse/ASoC-Intel-modify-SoundWire-version-id-in-acpi-match.patch
	patches.suse/ASoC-Intel-soc-acpi-cnl-add-support-for-rt5682-on-So.patch
	patches.suse/ASoC-Intel-sof-soundwire-add-support-for-rt5682-on-l.patch
	patches.suse/ASoC-Intel-soc-acpi-mirror-CML-and-TGL-configuration.patch
	patches.suse/ASoC-Intel-soc-acpi-add-support-for-SDCA-boards.patch
	patches.suse/ASoC-codecs-max98373-sdw-add-missing-test-on-resume.patch
	patches.suse/ASoC-Intel-sof_sdw-check-SoundWire-version-when-matc.patch
	patches.suse/ASoC-Intel-sof_sdw-rename-id-as-part_id.patch
	patches.suse/SoC-Intel-sof_sdw-Add-support-for-product-Ripto.patch
	patches.suse/ASoC-Intel-sof_rt5682-override-quirk-data-for-tgl_ma.patch
	patches.suse/ASoC-SOF-Add-topology-filename-override-based-on-dmi.patch
	patches.suse/ASoC-intel-sof_sdw-add-rt711-rt1316-rt714-SDCA-codec.patch
	patches.suse/ASoC-Intel-sof_sdw-clean-up-inclusion-of-header-file.patch
	patches.suse/ASoC-SOF-topology-cosmetic-remove-redundant-variable.patch
	patches.suse/ASoC-SOF-cosmetic-use-the-bool-type-where-it-makes-s.patch
	patches.suse/ASoC-SOF-topology-remove-unnecessary-memory-alloc-fo.patch
	patches.suse/ASoC-SOF-topology-reduce-the-log-level-for-unhandled.patch
	patches.suse/ASoC-SOF-IPC-reduce-verbosity-of-IPC-pointer-updates.patch
	patches.suse/ASoC-SOF-acpi-add-dev_dbg-log-for-probe-completion.patch
	patches.suse/ASoC-SOF-Intel-add-dev_dbg-log-when-driver-is-not-se.patch
	patches.suse/ASoC-Intel-use-consistent-HDAudio-spelling-in-commen.patch
	patches.suse/ASoC-SOF-IPC-make-sof_ipc_window-monosized.patch
	patches.suse/ASoC-SOF-loader-fix-memory-leak-in-get_ext_windows.patch
	patches.suse/ASoC-SOF-ext_manifest-Parse-debug-ABI-version.patch
	patches.suse/ASoC-SOF-loader-Add-debug-box-region.patch
	patches.suse/ASoC-SOF-Intel-hda-report-error-only-for-the-last-RO.patch
	patches.suse/ASoC-SOF-fix-a-runtime-pm-issue-in-SOF-when-HDMI-cod.patch
	patches.suse/ASoC-SOF-intel-hda-support-also-devices-with-1-and-3.patch
	patches.suse/ASoC-SOF-topology-fix-the-ipc_size-calculation-for-p.patch
	patches.suse/ASoC-SOF-Intel-hda-add-extended-rom-status-dump-to-e.patch
	patches.suse/ASoC-SOF-imx-Replace-sdev-private-with-sdev-pdata-hw.patch
	patches.suse/ASoC-SOF-sof-of-dev-Add-.arch_ops-field.patch
	patches.suse/ASoC-AMD-Clean-kernel-log-from-deferred-probe-error-.patch
	patches.suse/ASoC-max9867-shutdown-codec-when-changing-filter-typ.patch
	patches.suse/ALSA-hda-fix-VS_LTRC-register-name.patch
	patches.suse/ASoC-SOF-Intel-hda-Remove-unused-parameters-in-cl_ds.patch
	patches.suse/ASoC-SOF-Intel-hda-Add-helper-function-to-program-IC.patch
	patches.suse/ASoC-SOF-Intel-hda-modify-the-signature-of-get_strea.patch
	patches.suse/ASoC-SOF-Intel-hda-define-macro-for-code-loader-stre.patch
	patches.suse/ASoC-SOF-Intel-hda-Define-FW-boot-sequence-with-ICCM.patch
	patches.suse/ASoC-SOF-Intel-hda-Add-sof_tgl_ops-for-TGL-platforms.patch
	patches.suse/ASoC-SOF-Intel-hda-Simplify-error-handling-during-FW.patch
	patches.suse/asoc-fsl_sai-support-multiple-data-channel-enable-bits.patch
	patches.suse/asoc-fsl_sai-set-sai-channel-mode-to-output-mode.patch
	patches.suse/ASoC-SOF-add-a-core-parameter-to-widget-loading-func.patch
	patches.suse/ASoC-SOF-support-topology-components-on-secondary-co.patch
	patches.suse/ASoC-SOF-topology-fix-core-enable-sequence.patch
	patches.suse/ASoC-Intel-KeemBay-Fix-warning-potential-vs-typo.patch
	patches.suse/ASoC-soc-dai-clarify-return-value-for-get_sdw_stream.patch
	patches.suse/ASoC-Intel-sof_sdw-add-dailink-.trigger-callback.patch
	patches.suse/ASoC-Intel-sof_sdw-add-dailink-.prepare-and-.hw_free.patch
	patches.suse/ASoC-SOF-tokens-add-token-for-component-UUID.patch
	patches.suse/ASoC-SOF-add-comp_ext-to-struct-snd_sof_widget.patch
	patches.suse/ASoC-SOF-topology-create-component-extended-tokens.patch
	patches.suse/ASoC-SOF-topology-parse-comp_ext_tokens-for-all-widg.patch
	patches.suse/ASoC-SOF-use-the-sof_ipc_comp-reserved-bytes-for-ext.patch
	patches.suse/ASoC-SOF-topology-add-helper-for-setting-up-IPC-comp.patch
	patches.suse/ASoC-SOF-append-extended-data-to-sof_ipc_comp_dai.patch
	patches.suse/ASoC-SOF-append-extended-data-to-sof_ipc_comp_mixer.patch
	patches.suse/ASoC-SOF-append-extended-data-to-sof_ipc_comp_volume.patch
	patches.suse/ASoC-SOF-append-extended-data-to-sof_ipc_comp_host.patch
	patches.suse/ASoC-SOF-append-extended-data-to-sof_ipc_comp_src.patch
	patches.suse/ASoC-SOF-append-extended-data-to-sof_ipc_comp_asrc.patch
	patches.suse/ASoC-SOF-append-extended-data-to-sof_ipc_comp_tone.patch
	patches.suse/ASoC-SOF-append-extended-data-to-sof_ipc_comp_proces.patch
	patches.suse/ASoC-SOF-append-extended-data-to-sof_ipc_comp_mux.patch
	patches.suse/ASoC-SOF-topology-make-process-type-optional.patch
	patches.suse/ASoC-topology-Add-support-for-WO-and-RO-TLV-byte-kco.patch
	patches.suse/ASoC-SOF-Implement-snd_sof_bytes_ext_volatile_get-kc.patch
	patches.suse/ASoC-fsl-imx-es8328-add-missing-put_device-call-in-i.patch
	patches.suse/ASoC-SOF-Intel-Use-DMI-oem-string-search-for-tgl_max.patch
	patches.suse/ASoC-SOF-rename-cores_mask-to-host_managed_cores_mas.patch
	patches.suse/ASoC-SOF-Intel-hda-modify-core_power_up-down-op.patch
	patches.suse/ASoC-SOF-Intel-remove-the-HDA_DSP_CORE_MASK-macro.patch
	patches.suse/ASoC-SOF-Intel-hda-loader-s-master-primary.patch
	patches.suse/ASoC-SOF-Intel-Add-support-for-tgl-h.patch
	patches.suse/ASoC-SOF-imx-Add-debug-support-for-imx-platforms.patch
	patches.suse/ASoC-SOF-Add-src_hash-to-sof_ipc_fw_version-structur.patch
	patches.suse/ASoC-SOF-debug-update-test-for-pm_runtime_get_sync.patch
	patches.suse/ASoC-SOF-control-update-test-for-pm_runtime_get_sync.patch
	patches.suse/ASoC-SOF-cosmetic-remove-redundant-ret-variable-uses.patch
	patches.suse/ASoC-SOF-remove-several-superfluous-type-casts.patch
	patches.suse/ASoC-SOF-fix-range-checks.patch
	patches.suse/ASoC-SOF-Intel-hda-reduce-verbosity-of-boot-error-lo.patch
	patches.suse/asoc-fsl_sai-add-new-added-registers-and-new-bit-definition.patch
	patches.suse/asoc-fsl_sai-add-fsl_sai_check_version-function.patch
	patches.suse/asoc-fsl_sai-set-mclk-input-or-output-direction.patch
	patches.suse/ASoC-SOF-topology-fix-the-process-being-scheduled-on.patch
	patches.suse/ASoC-SOF-pm-Fix-prepare-callback-behavior-for-OF-use.patch
	patches.suse/ASoC-SOF-imx-add-missing-MODULE_LICENSE-for-imx-comm.patch
	patches.suse/ASoC-tas2770-Fix-unbalanced-calls-to-pm_runtime.patch
	patches.suse/ASoC-hdac-make-SOF-HDA-codec-driver-probe-determinis.patch
	patches.suse/ASoC-SOF-control-fix-size-checks-for-ext_bytes-contr.patch
	patches.suse/ASoC-SOF-control-fix-size-checks-for-volatile-ext_by.patch
	patches.suse/ASoC-SOF-control-add-size-checks-for-ext_bytes-contr.patch
	patches.suse/ASoC-tas2562-Remove-duplicate-code-for-I-V-sense.patch
	patches.suse/ASoC-Intel-hda_dsp_common-use-static-function-in-con.patch
	patches.suse/ASoC-Intel-sof_sdw-remove-ternary-operator.patch
	patches.suse/ASoC-Intel-add-codec-name-prefix-to-ACPI-machine-des.patch
	patches.suse/ASoC-Intel-sof_sdw-remove-hard-coded-codec_conf-tabl.patch
	patches.suse/ASoC-Intel-sof_sdw_rt700-add-codec-prefix.patch
	patches.suse/ASoC-Intel-add-support-for-new-SoundWire-hardware-la.patch
	patches.suse/ASOC-Intel-sof_sdw-restore-playback-functionality-wi.patch
	patches.suse/ASoC-SOF-Activate-runtime-PM-with-SOF-OF-device.patch
	patches.suse/ASoC-SOF-Add-.prepare-.complete-callbacks.patch
	patches.suse/ASoC-rt715-Add-power-up-delay-to-fix-dmic-pop-sound-.patch
	patches.suse/ASoC-Intel-sof_sdw_rt1308-add-extra-check-on-init.patch
	patches.suse/ASoC-Intel-sof_sdw_rt1316-add-missing-component-stri.patch
	patches.suse/ASoC-Intel-sof_sdw-add-version_id-to-avoid-rt714-rt7.patch
	patches.suse/ALSA-hda-hdmi-fix-incorrect-locking-in-hdmi_pcm_clos.patch
	patches.suse/dmaengine-idxd-clear-misc-interrupt-cause-after-read.patch
	patches.suse/dmaengine-dw-Activate-FIFO-mode-for-memory-periphera.patch
	patches.suse/dmaengine-idxd-add-support-for-configurable-max-wq-x.patch
	patches.suse/dmaengine-idxd-add-support-for-configurable-max-wq-b.patch
	patches.suse/dmaengine-idxd-add-command-status-to-idxd-sysfs-attr.patch
	patches.suse/dmaengine-dmatest-Check-list-for-emptiness-before-ac.patch
	patches.suse/dmaengine-dma-jz4780-Fix-race-in-jz4780_dma_tx_statu.patch
	patches.suse/udf-Fix-memory-leak-when-mounting.patch
	patches.suse/reiserfs-Initialize-inode-keys-properly.patch
	patches.suse/quota-clear-padding-in-v2r1_mem2diskdqb.patch
	patches.suse/reiserfs-Fix-oops-during-mount.patch
	patches.suse/HID-roccat-add-bounds-checking-in-kone_sysfs_write_s.patch
	patches.suse/HID-ite-Add-USB-id-match-for-Acer-One-S1003-keyboard.patch
	patches.suse/HID-wacom-Avoid-entering-wacom_wac_pen_report-for-pa.patch
	patches.suse/HID-hid-input-fix-stylus-battery-reporting.patch
	patches.suse/msft-hv-2165-Drivers-hv-vmbus-Add-parsing-of-VMbus-interrupt-in-A.patch
	patches.suse/tracing-Change-STR_VAR_MAX_LEN.patch
	patches.suse/tracing-save-normal-string-variables.patch
	patches.suse/tracing-check-return-value-of-_create_val_fields-before-using-its-result.patch
	patches.suse/tracing-fix-race-in-trace_open-and-buffer-resize-call.patch
	patches.suse/ima-Pre-parse-the-list-of-keyrings-in-a-KEY_CHECK-ru.patch
	patches.suse/ima-Fail-rule-parsing-when-asymmetric-key-measuremen.patch
	patches.suse/ima-Don-t-ignore-errors-from-crypto_shash_update.patch
	patches.suse/ima-Remove-semicolon-at-the-end-of-ima_get_binary_ru.patch
	patches.suse/ibmvnic-store-RX-and-TX-subCRQ-handle-array-in-ibmvn.patch
	patches.suse/cxgb4-insert-IPv6-filter-rules-in-next-free-region.patch
	patches.suse/chelsio-chtls-separate-chelsio-tls-driver-from-crypt.patch
	patches.suse/crypto-chcr-Moving-chelsio-s-inline-ipsec-functional.patch
	patches.suse/ibmvnic-Fix-use-after-free-of-VNIC-login-response-bu.patch
	patches.suse/devlink-Fix-per-port-reporter-fields-initialization.patch
	patches.suse/devlink-Protect-devlink-port-list-traversal.patch
	patches.suse/net-atheros-switch-from-pci_-to-dma_-API.patch
	patches.suse/cxgb4-add-error-handlers-to-LE-intr_handler.patch
	patches.suse/0001-net-Take-common-prefetch-code-structure-into-a-funct.patch
	patches.suse/ibmvnic-compare-adapter-init_done_rc-with-more-reada.patch
	patches.suse/ibmvnic-improve-ibmvnic_init-and-ibmvnic_reset_init.patch
	patches.suse/ibmvnic-remove-never-executed-if-statement.patch
	patches.suse/ibmvnic-merge-ibmvnic_reset_init-and-ibmvnic_init.patch
	patches.suse/s390-qeth-clean-up-qeth_l3_send_setdelmc-s-declaration
	patches.suse/s390-qeth-use-to_delayed_work
	patches.suse/s390-qeth-make-queue-lock-a-proper-spinlock
	patches.suse/s390-qeth-don-t-disable-address-events-during-initialization
	patches.suse/s390-qeth-don-t-let-hw-override-the-configured-port-role
	patches.suse/s390-qeth-copy-less-data-from-bridge-state-events
	patches.suse/s390-qeth-unify-structs-for-bridge-port-state
	patches.suse/s390-qeth-strictly-order-bridge-address-events
	patches.suse/ionic-set-MTU-floor-at-ETH_MIN_MTU.patch
	patches.suse/ionic-fix-up-a-couple-of-debug-strings.patch
	patches.suse/ionic-use-kcalloc-for-new-arrays.patch
	patches.suse/ionic-remove-lif-list-concept.patch
	patches.suse/ionic-rework-and-simplify-handling-of-the-queue-stat.patch
	patches.suse/ionic-clean-up-unnecessary-non-static-functions.patch
	patches.suse/ionic-reduce-contiguous-memory-allocation-requiremen.patch
	patches.suse/ionic-use-index-not-pointer-for-queue-tracking.patch
	patches.suse/ionic-change-mtu-without-full-queue-rebuild.patch
	patches.suse/ionic-change-the-descriptor-ring-length-without-full.patch
	patches.suse/ionic-change-queue-count-with-no-reset.patch
	patches.suse/ionic-pull-reset_queues-into-tx_timeout-handler.patch
	patches.suse/hinic-add-support-to-query-sq-info.patch
	patches.suse/hinic-add-support-to-query-rq-info.patch
	patches.suse/hinic-add-support-to-query-function-table.patch
	patches.suse/libbpf-Convert-comma-to-semicolon.patch
	patches.suse/libbpf-Disable-Wswitch-enum-compiler-warning.patch
	patches.suse/libbpf-Make-kernel-feature-probing-lazy.patch
	patches.suse/libbpf-Factor-out-common-logic-of-testing-and-closin.patch
	patches.suse/selftests-bpf-Fix-test_vmlinux-test-to-use-bpf_probe.patch
	patches.suse/libbpf-Detect-minimal-BTF-support-and-skip-BTF-loadi.patch
	patches.suse/libbpf-Improve-error-logging-for-mismatched-BTF-kind.patch
	patches.suse/libbpf-Clean-up-and-improve-CO-RE-reloc-logging.patch
	patches.suse/libbpf-Improve-relocation-ambiguity-detection.patch
	patches.suse/libbpf-Remove-any-use-of-reallocarray-in-libbpf.patch
	patches.suse/tools-bpftool-Remove-libbpf_internal.h-usage-in-bpft.patch
	patches.suse/libbpf-Centralize-poisoning-and-poison-reallocarray.patch
	patches.suse/libbpf-Implement-type-based-CO-RE-relocations-suppor.patch
	patches.suse/libbpf-Implement-enum-value-based-CO-RE-relocations.patch
	patches.suse/libbpf-Fix-libbpf-build-on-compilers-missing-__built.patch
	patches.suse/selftests-bpf-Fix-two-minor-compilation-warnings-rep.patch
	patches.suse/bpf-sockmap-Merge-sockmap-and-sockhash-update-functi.patch
	patches.suse/bpf-sockmap-Call-sock_map_update_elem-directly.patch
	patches.suse/bpf-sockmap-Allow-update-from-BPF.patch
	patches.suse/libbpf-Factor-out-common-ELF-operations-and-improve-.patch
	patches.suse/libbpf-Add-__noinline-macro-to-bpf_helpers.h.patch
	patches.suse/libbpf-Skip-well-known-ELF-sections-when-iterating-E.patch
	patches.suse/libbpf-Normalize-and-improve-logging-across-few-func.patch
	patches.suse/libbpf-Avoid-false-unuinitialized-variable-warning-i.patch
	patches.suse/libbpf-Fix-type-compatibility-check-copy-paste-error.patch
	patches.suse/samples-bpf-Cleanup-bpf_load.o-from-Makefile.patch
	patches.suse/selftests-bpf-Enable-tc-verbose-mode-for-test_sk_ass.patch
	patches.suse/bpf-verifier-Use-target-program-s-type-for-access-ve.patch
	patches.suse/libbpf-Fix-unintentional-success-return-code-in-bpf_.patch
	patches.suse/bpf-Fix-a-verifier-failure-with-xor.patch
	patches.suse/libbpf-Fix-compilation-warnings-for-64-bit-printf-ar.patch
	patches.suse/mm-error_inject-Fix-allow_error_inject-function-sign.patch
	patches.suse/xsk-i40e-ice-ixgbe-mlx5-Pass-buffer-pool-to-driver-i.patch
	patches.suse/xsk-i40e-ice-ixgbe-mlx5-Rename-xsk-zero-copy-driver-.patch
	patches.suse/xsk-i40e-ice-ixgbe-mlx5-Test-for-dma_need_sync-earli.patch
	patches.suse/ibmvnic-Harden-device-Command-Response-Queue-handsha.patch
	patches.suse/dpaa2-eth-add-a-dpaa2_eth_-prefix-to-all-functions-i-1.patch
	patches.suse/dpaa2-eth-add-a-dpaa2_eth_-prefix-to-all-functions-i-2.patch
	patches.suse/dpaa2-eth-add-a-dpaa2_eth_-prefix-to-all-functions-i-3.patch
	patches.suse/ionic-clean-up-page-handling-code.patch
	patches.suse/ionic-struct-reorder-for-faster-access.patch
	patches.suse/ionic-clean-up-desc_info-and-cq_info-structs.patch
	patches.suse/ionic-clean-adminq-service-routine.patch
	patches.suse/ionic-remove-unused-variable.patch
	patches.suse/ionic-clarify-boolean-precedence.patch
	patches.suse/chelsio-chtls-CHELSIO_INLINE_CRYPTO-should-depend-on.patch
	patches.suse/ethtool-fix-error-handling-in-ethtool_phys_id.patch
	patches.suse/net-ethernet-fec-remove-redundant-null-check-before-clk_disable_unprepare.patch
	patches.suse/sfc-don-t-double-down-filters-in-ef100_reset.patch
	patches.suse/cxgb4-ch_ipsec-Registering-xfrmdev_ops-with-cxgb4.patch
	patches.suse/net-mlx5-E-switch-Read-controller-number-from-device.patch
	patches.suse/devlink-Add-comment-block-for-missing-port-attribute.patch
	patches.suse/devlink-Move-structure-comments-outside-of-structure.patch
	patches.suse/devlink-Introduce-external-controller-flag.patch
	patches.suse/devlink-Introduce-controller-number.patch
	patches.suse/net-remove-napi_hash_del-from-driver-facing-API.patch
	patches.suse/net-ena-ethtool-convert-stat_offset-to-64-bit-resolu.patch
	patches.suse/net-ena-ethtool-Add-new-device-statistics.patch
	patches.suse/net-ena-ethtool-add-stats-printing-to-XDP-queues.patch
	patches.suse/net-ena-xdp-add-queue-counters-for-xdp-actions.patch
	patches.suse/hinic-Fix-some-kernel-doc-warnings-in-hinic_hw_io.c.patch
	patches.suse/net-hns-Fix-a-kernel-doc-warning-in-hinic_hw_api_cmd.patch
	patches.suse/net-hns-Fix-a-kernel-doc-warning-in-hinic_hw_eqs.c.patch
	patches.suse/net-smc-reduce-active-tcp_listen-workers
	patches.suse/net-smc-introduce-better-field-names
	patches.suse/net-smc-dynamic-allocation-of-clc-proposal-buffer
	patches.suse/net-smc-common-routine-for-clc-accept-and-confirm
	patches.suse/net-smc-improve-server-ism-device-determination
	patches.suse/net-smc-reduce-smc_listen_decline-calls
	patches.suse/net-smc-immediate-freeing-in-smc_lgr_cleanup_early
	patches.suse/net-smc-use-the-retry-mechanism-for-netlink-messages
	patches.suse/net-smc-use-separate-work-queues-for-different-worker-types
	patches.suse/brcm80211-fix-possible-memleak-in-brcmf_proto_msgbuf.patch
	patches.suse/brcmfmac-check-ndev-pointer.patch
	patches.suse/mwifiex-Do-not-use-GFP_KERNEL-in-atomic-context.patch
	patches.suse/ath10k-fix-retry-packets-update-in-station-dump.patch
	patches.suse/ath10k-provide-survey-info-as-accumulated-data.patch
	patches.suse/ath10k-check-idx-validity-in-__ath10k_htt_rx_ring_fi.patch
	patches.suse/ath10k-start-recovery-process-when-payload-length-ex.patch
	patches.suse/ath6kl-prevent-potential-array-overflow-in-ath6kl_ad.patch
	patches.suse/ath9k_htc-Use-appropriate-rs_datalen-type.patch
	patches.suse/ath9k-Fix-potential-out-of-bounds-in-ath9k_htc_txcom.patch
	patches.suse/ath10k-Fix-the-size-used-in-a-dma_free_coherent-call.patch
	patches.suse/wcn36xx-Fix-reported-802.11n-rx_highest-rate-wcn3660.patch
	patches.suse/ath10k-fix-VHT-NSS-calculation-when-STBC-is-enabled.patch
	patches.suse/mwifiex-don-t-call-del_timer_sync-on-uninitialized-t.patch
	patches.suse/rtw88-don-t-treat-NULL-pointer-as-an-array.patch
	patches.suse/p54-avoid-accessing-the-data-mapped-to-streaming-DMA.patch
	patches.suse/mwifiex-Remove-unnecessary-braces-from-HostCmd_SET_S.patch
	patches.suse/rtw88-fix-compile-warning-Wignored-qualifiers.patch
	patches.suse/brcmfmac-increase-F2-watermark-for-BCM4329.patch
	patches.suse/rtl8xxxu-prevent-potential-memory-leak.patch
	patches.suse/mwifiex-remove-function-pointer-check.patch
	patches.suse/brcmsmac-fix-memory-leak-in-wlc_phy_attach_lcnphy.patch
	patches.suse/gve-Get-and-set-Rx-copybreak-via-ethtool.patch
	patches.suse/gve-Add-stats-for-gve.patch
	patches.suse/gve-Use-dev_info-err-instead-of-netif_info-err.patch
	patches.suse/gve-Add-Gvnic-stats-AQ-command-and-ethtool-show-set-.patch
	patches.suse/gve-NIC-stats-for-report-stats-and-for-ethtool.patch
	patches.suse/gve-Batch-AQ-commands-for-creating-and-destroying-qu.patch
	patches.suse/gve-Use-link-status-register-to-report-link-status.patch
	patches.suse/gve-Enable-Link-Speed-Reporting-in-the-driver.patch
	patches.suse/crypto-chcr-move-nic-TLS-functionality-to-drivers-ne.patch
	patches.suse/net-ethernet-mlx4-Avoid-assigning-a-value-to-ring_co.patch
	patches.suse/net-fec-ptp-remove-unused-variable-ns-in-fec_time_keep.patch
	patches.suse/hinic-add-vxlan-segmentation-and-cs-offload-support.patch
	patches.suse/i40e-not-compute-affinity_mask-for-IRQ.patch
	patches.suse/i40e-optimise-prefetch-page-refcount.patch
	patches.suse/i40e-xsk-remove-HW-descriptor-prefetch-in-AF_XDP-pat.patch
	patches.suse/i40e-use-16B-HW-descriptors-instead-of-32B.patch
	patches.suse/i40e-xsk-move-buffer-allocation-out-of-the-Rx-proces.patch
	patches.suse/ionic-fix-up-debugfs-after-queue-swap.patch
	patches.suse/s390-cio-add-new-operation-code-oc3-to-pnso
	patches.suse/s390-cio-helper-functions-to-read-cssid-iid-and-chid
	patches.suse/s390-qeth-detect-pnso-oc3-capability
	patches.suse/s390-qeth-translate-address-events-into-switchdev-notifiers
	patches.suse/bridge-add-switchdev_fdb_flush_to_bridge-notifier
	patches.suse/s390-qeth-reset-address-notification-in-case-of-buffer-overflow
	patches.suse/s390-qeth-implement-ndo_bridge_getlink-for-learning_sync
	patches.suse/s390-qeth-implement-ndo_bridge_setlink-for-learning_sync
	patches.suse/ethtool-add-standard-pause-stats.patch
	patches.suse/bnxt-add-pause-frame-stats.patch
	patches.suse/net-stmmac-Fix-incorrect-location-to-set-real_num_rx.patch
	patches.suse/net-stmmac-use-netif_tx_start-stop_all_queues-functi.patch
	patches.suse/mlxsw-Move-fw-flashing-code-into-core.c.patch
	patches.suse/devlink-introduce-the-health-reporter-test-command.patch
	patches.suse/chelsio-chtls-Re-add-dependencies-on-CHELSIO_T4-to-f.patch
	patches.suse/net-mlx5-Fix-uninitialized-variable-warning.patch
	patches.suse/net-mlx5-Don-t-call-timecounter-cyc2time-directly-fr.patch
	patches.suse/net-mlx5-E-Switch-Check-and-enable-metadata-support-.patch
	patches.suse/net-mlx5-E-Switch-Dedicated-metadata-for-uplink-vpor.patch
	patches.suse/net-mlx5-E-Switch-Setup-all-vports-metadata-to-suppo.patch
	patches.suse/net-mlx5-E-Switch-Use-vport-metadata-matching-by-def.patch
	patches.suse/net-smc-check-variable-before-dereferencing-in-smc_close-c
	patches.suse/ionic-dynamic-interrupt-moderation.patch
	patches.suse/cxgb4vf-convert-to-use-DEFINE_SEQ_ATTRIBUTE-macro.patch
	patches.suse/dpaa2-eth-Convert-to-DEFINE_SHOW_ATTRIBUTE.patch
	patches.suse/ionic-add-DIMLIB-to-Kconfig.patch
	patches.suse/net-smc-fix-double-kfree-in-smc_listen_work
	patches.suse/devlink-add-timeout-information-to-status_notify.patch
	patches.suse/devlink-collect-flash-notify-params-into-a-struct.patch
	patches.suse/netdevsim-devlink-flash-timeout-message.patch
	patches.suse/ionic-update-the-fw-update-api.patch
	patches.suse/ionic-add-devlink-firmware-update.patch
	patches.suse/Revert-ibmvnic-remove-never-executed-if-statement.patch
	patches.suse/dpaa2-eth-add-APIs-of-1588-single-step-timestamping.patch
	patches.suse/dpaa2-eth-define-a-global-ptp_qoriq-structure-pointe.patch
	patches.suse/dpaa2-eth-invoke-dpaa2_eth_enable_tx_tstamp-once-in-.patch
	patches.suse/dpaa2-eth-utilize-skb-cb-0-for-hardware-timestamping.patch
	patches.suse/hinic-modify-irq-name.patch
	patches.suse/ptp_qoriq-support-FIPER3.patch
	patches.suse/net-devlink-regions-Add-a-priv-member-to-the-regions.patch
	patches.suse/net-devlink-region-Pass-the-region-ops-to-the-snapsh.patch
	patches.suse/net-e1000-Remove-set-but-not-used-variable.patch
	patches.suse/dpaa2-eth-drop-double-zeroing.patch
	patches.suse/ice-simplify-the-return-expression-of-ice_finalize_u.patch
	patches.suse/net-ena-Change-license-into-format-to-SPDX-in-all-fi.patch
	patches.suse/net-ena-Change-log-message-to-netif-dev-function.patch
	patches.suse/net-ena-Capitalize-all-log-strings-and-improve-code-.patch
	patches.suse/net-ena-Remove-redundant-print-of-placement-policy.patch
	patches.suse/net-ena-Change-RSS-related-macros-and-variables-name.patch
	patches.suse/net-ena-Fix-all-static-chekers-warnings.patch
	patches.suse/net-dsa-rtl8366rb-Support-all-4096-VLANs.patch
	patches.suse/mac80211-add-missing-queue-hash-initialization-to-80.patch
	patches.suse/can-flexcan-fix-spelling-mistake-reserverd-reserved.patch
	patches.suse/s390-qeth-don-t-init-refcount-twice-for-mcast-ips
	patches.suse/s390-qeth-relax-locking-for-ipato-config-data
	patches.suse/s390-qeth-clean-up-string-ops-in-qeth_l3_parse_ipatoe
	patches.suse/s390-qeth-replace-deprecated-simple_stroul
	patches.suse/s390-qeth-tighten-ucast-ip-locking
	patches.suse/s390-qeth-cancel-cmds-earlier-during-teardown
	patches.suse/s390-qeth-consolidate-online-code
	patches.suse/s390-qeth-consolidate-teardown-code
	patches.suse/s390-qeth-remove-forward-declarations-in-l2-code
	patches.suse/can-flexcan-sort-include-files-alphabetically.patch
	patches.suse/can-flexcan-flexcan_exit_stop_mode-remove-stray-empt.patch
	patches.suse/can-flexcan-more-register-names.patch
	patches.suse/can-flexcan-struct-flexcan_regs-document-registers-n.patch
	patches.suse/can-flexcan-quirks-get-rid-of-long-lines.patch
	patches.suse/can-flexcan-Ack-wakeup-interrupt-separately.patch
	patches.suse/can-flexcan-flexcan_probe-make-regulator-xceiver-opt.patch
	patches.suse/can-flexcan-Add-check-for-transceiver-maximum-bitrat.patch
	patches.suse/can-flexcan-add-correctable-errors-correction-when-H.patch
	patches.suse/can-flexcan-flexcan_chip_stop-add-error-handling-and.patch
	patches.suse/can-flexcan-disable-clocks-during-stop-mode.patch
	patches.suse/can-flexcan-add-LPSR-mode-support.patch
	patches.suse/can-flexcan-flexcan_set_bittiming-move-setup-of-CAN-.patch
	patches.suse/can-flexcan-use-struct-canfd_frame-for-CAN-classic-f.patch
	patches.suse/can-flexcan-add-CAN-FD-mode-support.patch
	patches.suse/can-flexcan-add-ISO-CAN-FD-feature-support.patch
	patches.suse/can-flexcan-add-CAN-FD-BRS-support.patch
	patches.suse/can-flexcan-add-Transceiver-Delay-Compensation-suppo.patch
	patches.suse/can-flexcan-add-imx8qm-support.patch
	patches.suse/can-flexcan-add-lx2160ar1-support.patch
	patches.suse/bpf-Avoid-iterating-duplicated-files-for-task_file-i.patch
	patches.suse/libbpf-Ensure-ELF-symbols-table-is-found-before-furt.patch
	patches.suse/libbpf-Parse-multi-function-sections-into-multiple-B.patch
	patches.suse/libbpf-Support-CO-RE-relocations-for-multi-prog-sect.patch
	patches.suse/libbpf-Make-RELO_CALL-work-for-multi-prog-sections-a.patch
	patches.suse/libbpf-Implement-generalized-.BTF.ext-func-line-info.patch
	patches.suse/libbpf-Add-multi-prog-section-support-for-struct_ops.patch
	patches.suse/selftests-bpf-Add-selftest-for-multi-prog-sections-a.patch
	patches.suse/libbpf-Fix-another-__u64-cast-in-printf.patch
	patches.suse/libbpf-Fix-potential-multiplication-overflow.patch
	patches.suse/selftests-bpf-Fix-test_sysctl_loop-1-2-failure-due-t.patch
	patches.suse/bpf-Plug-hole-in-struct-bpf_sk_lookup_kern.patch
	patches.suse/selftests-bpf-Define-string-const-as-global-for-test.patch
	patches.suse/bpf-Fix-comment-for-helper-bpf_current_task_under_cg.patch
	patches.suse/s390-bpf-fix-multiple-tail-calls
	patches.suse/selftests-bpf-Fix-endianness-issue-in-sk_assign.patch
	patches.suse/hinic-improve-the-comments-of-function-header.patch
	patches.suse/net-mlx5e-TC-Remove-unused-parameter-from-mlx5_tc_ct.patch
	patches.suse/net-mlx5e-IPsec-Use-kvfree-for-memory-allocated-with.patch
	patches.suse/net-wilc1000-clean-up-resource-in-error-path-of-init.patch
	patches.suse/rtw88-Fix-probe-error-handling-race-with-firmware-lo.patch
	patches.suse/rtw88-Fix-potential-probe-error-handling-race-with-w.patch
	patches.suse/mt76-mt7615-move-drv_own-fw_own-in-mt7615_mcu_ops.patch
	patches.suse/mt76-mt7615-hold-mt76-lock-queueing-wd-in-mt7615_que.patch
	patches.suse/mt76-mt7915-do-not-do-any-work-in-napi-poll-after-ca.patch
	patches.suse/mt76-mt7615-release-mutex-in-mt7615_reset_test_set.patch
	patches.suse/mt76-mt7663s-use-NULL-instead-of-0-in-sdio-code.patch
	patches.suse/mt76-mt7663s-fix-resume-failure.patch
	patches.suse/mt76-mt7663s-fix-unable-to-handle-kernel-paging-requ.patch
	patches.suse/mt76-mt7615-fix-possible-memory-leak-in-mt7615_tm_se.patch
	patches.suse/mt76-mt7615-fix-a-possible-NULL-pointer-dereference-.patch
	patches.suse/mt76-fix-a-possible-NULL-pointer-dereference-in-mt76.patch
	patches.suse/mt76-mt7663u-fix-dma-header-initialization.patch
	patches.suse/mt76-mt7622-fix-fw-hang-on-mt7622.patch
	patches.suse/mt76-mt7915-fix-possible-memory-leak-in-mt7915_mcu_a.patch
	patches.suse/ath9k-hif_usb-fix-race-condition-between-usb_get_urb.patch
	patches.suse/ath6kl-wmi-prevent-a-shift-wrapping-bug-in-ath6kl_wm.patch
	patches.suse/0001-intel-ethernet-clean-up-W-1-warnings-in-kdoc.patch
	patches.suse/intel-handle-unused-assignments.patch
	patches.suse/drivers-net-ethernet-remove-incorrectly-formatted-do.patch
	patches.suse/dpaa2-eth-no-need-to-check-link-state-right-after-nd.patch
	patches.suse/dpaa2-eth-install-a-single-steering-rule-when-SHARED.patch
	patches.suse/devlink-check-flash_update-parameter-support-in-net-.patch
	patches.suse/devlink-convert-flash_update-to-use-params-structure.patch
	patches.suse/devlink-introduce-flash-update-overwrite-mask.patch
	patches.suse/netdevsim-add-support-for-flash_update-overwrite-mas.patch
	patches.suse/ice-add-support-for-flash-update-overwrite-mask.patch
	patches.suse/bnxt_en-Update-firmware-interface-spec-to-1.10.1.65.patch
	patches.suse/bnxt_en-refactor-code-to-limit-speed-advertising.patch
	patches.suse/bnxt_en-refactor-bnxt_get_fw_speed.patch
	patches.suse/bnxt_en-add-basic-infrastructure-to-support-PAM4-lin.patch
	patches.suse/bnxt_en-ethtool-support-PAM4-link-speeds-up-to-200G.patch
	patches.suse/bnxt_en-Handle-ethernet-link-being-disabled-by-firmw.patch
	patches.suse/bnxt_en-avoid-link-reset-if-speed-is-not-changed.patch
	patches.suse/bnxt_en-Report-FEC-settings-to-ethtool.patch
	patches.suse/bnxt_en-Report-Active-FEC-encoding-during-link-up.patch
	patches.suse/bnxt_en-Implement-ethtool-set_fec_param-method.patch
	patches.suse/bnxt_en-Improve-preset-max-value-for-ethtool-l.patch
	patches.suse/udp_tunnel-add-the-ability-to-share-port-tables.patch
	patches.suse/i40e-convert-to-new-udp_tunnel-infrastructure.patch
	patches.suse/ice-remove-unused-args-from-ice_get_open_tunnel_port.patch
	patches.suse/ice-convert-to-new-udp_tunnel-infrastructure.patch
	patches.suse/0002-igb-add-XDP-support.patch
	patches.suse/0003-igb-read-PBA-number-from-flash.patch
	patches.suse/e1000e-Add-support-for-Meteor-Lake.patch
	patches.suse/net-smc-remove-constant-and-introduce-helper-to-check-for-a-pnet-id
	patches.suse/net-smc-clc-header-fields-renaming
	patches.suse/net-smc-separate-find-device-functions
	patches.suse/net-smc-split-clc-confirm-accept-data-to-be-sent
	patches.suse/net-smc-prepare-for-more-proposed-ism-devices
	patches.suse/net-smc-introduce-system-enterprise-id-seid
	patches.suse/net-smc-introduce-chid-callback-for-ism-devices
	patches.suse/net-smc-introduce-list-of-pnetids-for-ethernet-devices
	patches.suse/net-smc-determine-proposed-ism-devices
	patches.suse/net-smc-build-and-send-v2-clc-proposal
	patches.suse/net-smc-determine-accepted-ism-devices
	patches.suse/net-smc-clc-accept-confirm-v2
	patches.suse/net-smc-introduce-clc-first-contact-extension
	patches.suse/net-smc-clc-decline-v2-enhancements
	patches.suse/ibmvnic-set-up-200GBPS-speed.patch
	patches.suse/ibmvnic-rename-send_cap_queries-to-send_query_cap.patch
	patches.suse/ibmvnic-rename-ibmvnic_send_req_caps-to-send_request.patch
	patches.suse/ibmvnic-rename-send_map_query-to-send_query_map.patch
	patches.suse/ibmvnic-create-send_query_ip_offload.patch
	patches.suse/ibmvnic-create-send_control_ip_offload.patch
	patches.suse/Bluetooth-hci_uart-Cancel-init-work-before-unregiste.patch
	patches.suse/Bluetooth-btusb-Update-boot-parameter-specific-to-SK.patch
	patches.suse/Bluetooth-btusb-Fix-memleak-in-btusb_mtk_submit_wmt_.patch
	patches.suse/Bluetooth-Clear-suspend-tasks-on-unregister.patch
	patches.suse/Bluetooth-hci_intel-drop-strange-le16_to_cpu-against.patch
	patches.suse/Bluetooth-hci_intel-switch-to-list_for_each_entry.patch
	patches.suse/Bluetooth-Fix-memory-leak-in-read_adv_mon_features.patch
	patches.suse/Bluetooth-hci_intel-enable-on-new-platform.patch
	patches.suse/Bluetooth-Re-order-clearing-suspend-tasks.patch
	patches.suse/Bluetooth-Only-mark-socket-zapped-after-unlocking.patch
	patches.suse/Bluetooth-btintel-Refactor-firmware-download-functio.patch
	patches.suse/Bluetooth-btintel-Add-infrastructure-to-read-control.patch
	patches.suse/Bluetooth-btintel-Functions-to-send-firmware-header-.patch
	patches.suse/Bluetooth-Fix-auto-creation-of-hci_conn-at-Conn-Comp.patch
	patches.suse/Bluetooth-A2MP-Fix-not-initializing-all-members.patch
	patches.suse/Bluetooth-L2CAP-Fix-calling-sk_filter-on-non-socket-.patch
	patches.suse/Bluetooth-MGMT-Fix-not-checking-if-BT_HS-is-enabled.patch
	patches.suse/ch_ktls-Issue-if-connection-offload-fails.patch
	patches.suse/cxgb4-Avoid-log-flood.patch
	patches.suse/cxgb4-ch_ktls-ktls-stats-are-added-at-port-level.patch
	patches.suse/devlink-include-linux-const.h-for-_BITUL.patch
	patches.suse/net-enic-Cure-the-enic-api-locking-trainwreck.patch
	patches.suse/net-cxbg4-Remove-pointless-in_interrupt-check.patch
	patches.suse/net-fec_mpc52xx-replace-in_interrupt-usage.patch
	patches.suse/0004-net-intel-Remove-in_interrupt-warnings.patch
	patches.suse/net-ionic-Replace-in_interrupt-usage.patch
	patches.suse/net-ionic-Remove-WARN_ON-in_interrupt.patch
	patches.suse/net-ipw2x00-iwlegacy-iwlwifi-Remove-in_interrupt-fro.patch
	patches.suse/net-iwlwifi-Remove-in_interrupt-from-tracing-macro.patch
	patches.suse/ionic-stop-watchdog-timer-earlier-on-remove.patch
	patches.suse/ionic-prevent-early-watchdog-check.patch
	patches.suse/can-flexcan-initialize-all-flexcan-memory-for-ECC-fu.patch
	patches.suse/can-flexcan-add-flexcan-driver-for-i.MX8MP.patch
	patches.suse/can-flexcan-disable-runtime-PM-if-register-flexcande.patch
	patches.suse/bpf-disallow-attaching-modify_return-tracing-functio.patch
	patches.suse/selftests-Remove-fmod_ret-from-test_overhead.patch
	patches.suse/xsk-Fix-a-documentation-mistake-in-xsk_queue.h.patch
	patches.suse/selftests-bpf-Move-and-extend-ASSERT_xxx-testing-mac.patch
	patches.suse/selftests-bpf-Fix-endianness-issues-in-sk_lookup-ctx.patch
	patches.suse/nl80211-fix-OBSS-PD-min-and-max-offset-validation.patch
	patches.suse/nl80211-fix-non-split-wiphy-information.patch
	patches.suse/rtw88-increse-the-size-of-rx-buffer-size.patch
	patches.suse/qtnfmac-fix-resource-leaks-on-unsupported-iftype-err.patch
	patches.suse/brcmfmac-Fix-warning-message-after-dongle-setup-fail.patch
	patches.suse/rtw88-pci-Power-cycle-device-during-shutdown.patch
	patches.suse/iwlwifi-mvm-rs-fw-handle-VHT-extended-NSS-capability.patch
	patches.suse/iwlwifi-mvm-add-PROTECTED_TWT-firmware-API.patch
	patches.suse/iwlwifi-mvm-set-PROTECTED_TWT-in-MAC-data-policy.patch
	patches.suse/iwlwifi-mvm-set-PROTECTED_TWT-feature-if-supported-b.patch
	patches.suse/iwlwifi-sta-defer-ADDBA-transmit-in-case-reclaimed-S.patch
	patches.suse/iwlwifi-msix-limit-max-RX-queues-for-9000-family.patch
	patches.suse/iwlwifi-acpi-evaluate-dsm-to-disable-5.8GHz-channels.patch
	patches.suse/iwlwifi-wowlan-adapt-to-wowlan-status-API-version-10.patch
	patches.suse/iwlwifi-fw-move-assert-descriptor-parser-to-common-c.patch
	patches.suse/iwlwifi-add-new-cards-for-AX201-family.patch
	patches.suse/iwlwifi-mvm-add-an-option-to-add-PASN-station.patch
	patches.suse/iwlwifi-enable-twt-by-default.patch
	patches.suse/iwlwifi-iwl-trans-move-all-txcmd-init-to-trans-alloc.patch
	patches.suse/iwlwifi-move-bc_pool-to-a-common-trans-header.patch
	patches.suse/iwlwifi-iwl-trans-move-tfd-to-trans-layer.patch
	patches.suse/iwlwifi-move-bc_table_dword-to-a-common-trans-header.patch
	patches.suse/iwlwifi-add-new-cards-for-MA-family.patch
	patches.suse/iwlwifi-acpi-support-ppag-table-command-v2.patch
	patches.suse/iwlwifi-dbg-remove-IWL_FW_INI_TIME_POINT_WDG_TIMEOUT.patch
	patches.suse/iwlwifi-dbg-add-dumping-special-device-memory.patch
	patches.suse/iwlwifi-regulatory-regulatory-capabilities-api-chang.patch
	patches.suse/iwl-trans-move-dev_cmd_offs-page_offs-to-a-common-tr.patch
	patches.suse/iwlwifi-mvm-split-a-print-to-avoid-a-WARNING-in-ROC.patch
	patches.suse/iwlwifi-mvm-Don-t-install-CMAC-GMAC-key-in-AP-mode.patch
	patches.suse/iwlwifi-mvm-add-support-for-new-version-of-WOWLAN_TK.patch
	patches.suse/iwlwifi-mvm-process-ba-notifications-also-when-sta-r.patch
	patches.suse/iwlwifi-don-t-export-acpi-functions-unnecessarily.patch
	patches.suse/iwlwifi-mvm-add-support-for-new-WOWLAN_TSC_RSC_PARAM.patch
	patches.suse/iwlwifi-mvm-remove-redundant-support_umac_log-field.patch
	patches.suse/iwlwifi-mvm-use-CHECKSUM_COMPLETE.patch
	patches.suse/iwlwifi-remove-iwl_validate_sar_geo_profile-export.patch
	patches.suse/iwlwifi-acpi-remove-dummy-definition-of-iwl_sar_set_.patch
	patches.suse/iwlwifi-add-new-card-for-MA-family.patch
	patches.suse/iwlwifi-add-a-common-struct-for-all-iwl_tx_power_cmd.patch
	patches.suse/iwlwifi-acpi-prepare-SAR-profile-selection-code-for-.patch
	patches.suse/iwlwifi-support-REDUCE_TX_POWER_CMD-version-6.patch
	patches.suse/iwlwifi-acpi-rename-geo-structs-to-contain-versionin.patch
	patches.suse/iwlwifi-support-version-3-of-GEO_TX_POWER_LIMIT.patch
	patches.suse/iwlwifi-mvm-support-new-KEK-KCK-api.patch
	patches.suse/iwlwifi-rs-set-RTS-protection-for-all-non-legacy-rat.patch
	patches.suse/iwlwifi-acpi-in-non-acpi-compilations-remove-iwl_sar.patch
	patches.suse/iwlwifi-fw-add-default-value-for-iwl_fw_lookup_cmd_v.patch
	patches.suse/iwlwifi-remove-wide_cmd_header-field.patch
	patches.suse/iwlwifi-mvm-add-support-for-range-request-command-ve-1c096d8.patch
	patches.suse/iwlwifi-mvm-add-support-for-responder-dynamic-config.patch
	patches.suse/iwlwifi-mvm-Add-FTM-initiator-RTT-smoothing-logic.patch
	patches.suse/iwlwifi-mvm-location-set-the-HLTK-when-PASN-station-.patch
	patches.suse/iwlwifi-mvm-responder-allow-to-set-only-the-HLTK-for.patch
	patches.suse/iwlwifi-mvm-initiator-add-option-for-adding-a-PASN-r.patch
	patches.suse/iwlwifi-move-all-bus-independent-TX-functions-to-com.patch
	patches.suse/iwlwifi-mvm-support-more-GTK-rekeying-algorithms.patch
	patches.suse/iwlwifi-mvm-d3-support-GCMP-ciphers.patch
	patches.suse/iwlwifi-dbg-remove-no-filter-condition.patch
	patches.suse/iwlwifi-mvm-add-d3-prints.patch
	patches.suse/iwlwifi-dbg-run-init_cfg-function-once-per-driver-lo.patch
	patches.suse/iwlwifi-thermal-support-new-temperature-measurement-.patch
	patches.suse/iwlwifi-phy-ctxt-add-new-API-VER-3-for-phy-context-c.patch
	patches.suse/iwlwifi-mvm-remove-redundant-log-in-iwl_mvm_tvqm_ena.patch
	patches.suse/iwlwifi-align-RX-status-flags-with-firmware.patch
	patches.suse/iwlwifi-mvm-d3-parse-wowlan-status-version-11.patch
	patches.suse/iwlwifi-mvm-clear-all-scan-UIDs.patch
	patches.suse/iwlwifi-pcie-make-iwl_pcie_txq_update_byte_cnt_tbl-b.patch
	patches.suse/iwlwifi-dbg-add-debug-host-notification-DHN-time-poi.patch
	patches.suse/iwlwifi-mvm-ignore-the-scan-duration-parameter.patch
	patches.suse/iwlwifi-support-version-5-of-the-alive-notification.patch
	patches.suse/iwlwifi-use-correct-group-for-alive-notification.patch
	patches.suse/iwlwifi-api-fix-u32-__le32.patch
	patches.suse/iwlwifi-yoyo-add-support-for-internal-buffer-allocat.patch
	patches.suse/iwlwifi-bump-FW-API-to-57-for-AX-devices.patch
	patches.suse/s390-qeth-keep-track-of-wanted-tx-queues
	patches.suse/s390-qeth-de-magic-the-qib-parm-area
	patches.suse/s390-qeth-allow-configuration-of-tx-queues-for-osa-devices
	patches.suse/s390-qeth-constify-the-disciplines
	patches.suse/s390-qeth-use-netdev_name
	patches.suse/s390-qeth-static-checker-cleanups
	patches.suse/s390-ctcm-remove-orphaned-function-declarations
	patches.suse/ionic-contiguous-memory-for-notifyq.patch
	patches.suse/ionic-drain-the-work-queue.patch
	patches.suse/ionic-clear-linkcheck-bit-on-alloc-fail.patch
	patches.suse/ionic-check-qcq-ptr-in-ionic_qcq_disable.patch
	patches.suse/ionic-disable-all-queue-napi-contexts-on-timeout.patch
	patches.suse/ionic-refill-lif-identity-after-fw_up.patch
	patches.suse/ionic-use-lif-ident-for-filter-count.patch
	patches.suse/ionic-add-new-bad-firmware-error-code.patch
	patches.suse/devlink-add-parser-error-drop-packet-traps.patch
	patches.suse/devlink-add-.trap_group_action_set-callback.patch
	patches.suse/dpaa2-eth-add-basic-devlink-support.patch
	patches.suse/dpaa2-eth-add-support-for-devlink-parser-error-drop-.patch
	patches.suse/net-smc-send-ism-devices-with-unique-chid-in-clc-proposal
	patches.suse/net-smc-use-an-array-to-check-fields-in-system-eid
	patches.suse/bnxt_en-Update-firmware-interface-spec-to-1.10.1.68.patch
	patches.suse/bnxt_en-refactor-bnxt_alloc_fw_health.patch
	patches.suse/bnxt_en-log-firmware-status-on-firmware-init-failure.patch
	patches.suse/bnxt_en-perform-no-master-recovery-during-startup.patch
	patches.suse/bnxt_en-Log-FW-health-status-info-if-reset-is-aborte.patch
	patches.suse/bnxt_en-Refactor-bnxt_free_rx_skbs.patch
	patches.suse/bnxt_en-Refactor-bnxt_init_one_rx_ring.patch
	patches.suse/bnxt_en-Implement-RX-ring-reset-in-response-to-buffe.patch
	patches.suse/bnxt_en-Add-a-software-counter-for-RX-ring-reset.patch
	patches.suse/bnxt_en-Reduce-unnecessary-message-log-during-RX-err.patch
	patches.suse/bnxt_en-Eliminate-unnecessary-RX-resets.patch
	patches.suse/ice-devlink-use-phD-to-print-small-buffer.patch
	patches.suse/ice-remove-repeated-words.patch
	patches.suse/ice-Change-ice_info_get_dsn-to-be-void.patch
	patches.suse/ice-add-the-DDP-Track-ID-to-devlink-info.patch
	patches.suse/ice-refactor-devlink_port-to-be-per-VSI.patch
	patches.suse/ice-add-additional-debug-logging-for-firmware-update.patch
	patches.suse/ice-Fix-pointer-cast-warnings.patch
	patches.suse/ice-fix-adding-IP4-IP6-Flow-Director-rules.patch
	patches.suse/can-softing-softing_card_shutdown-add-braces-around-.patch
	patches.suse/can-c_can-reg_map_-c-d-_can-mark-as-__maybe_unused.patch
	patches.suse/dt-bindings-can-flexcan-list-supported-processors.patch
	patches.suse/dt-bindings-can-flexcan-remove-ack_grp-and-ack_bit-f.patch
	patches.suse/can-flexcan-remove-ack_grp-and-ack_bit-handling-from.patch
	patches.suse/net-smc-consolidate-unlocking-in-same-function
	patches.suse/net-smc-cleanup-buffer-usage-in-smc_listen_work
	patches.suse/net-smc-restore-smcd_version-when-all-ism-v2-devices-failed-to-init
	patches.suse/mac80211-handle-lack-of-sband-bitrates-in-rates.patch
	patches.suse/iwlwifi-dvm-Demote-non-compliant-kernel-doc-headers.patch
	patches.suse/iwlwifi-rs-Demote-non-compliant-kernel-doc-headers.patch
	patches.suse/iwlwifi-dvm-tx-Demote-non-compliant-kernel-doc-heade.patch
	patches.suse/iwlwifi-dvm-lib-Demote-non-compliant-kernel-doc-head.patch
	patches.suse/iwlwifi-calib-Demote-seemingly-unintentional-kerneld.patch
	patches.suse/iwlwifi-dvm-sta-Demote-a-bunch-of-nonconformant-kern.patch
	patches.suse/iwlwifi-mvm-ops-Remove-unused-static-struct-iwl_mvm_.patch
	patches.suse/iwlwifi-dvm-Demote-a-couple-of-nonconformant-kernel-.patch
	patches.suse/iwlwifi-mvm-utils-Fix-some-doc-rot.patch
	patches.suse/iwlwifi-dvm-scan-Demote-a-few-nonconformant-kernel-d.patch
	patches.suse/iwlwifi-dvm-rxon-Demote-non-conformant-kernel-doc-he.patch
	patches.suse/iwlwifi-mvm-tx-Demote-misuse-of-kernel-doc-headers.patch
	patches.suse/iwlwifi-dvm-devices-Fix-function-documentation-forma.patch
	patches.suse/iwlwifi-iwl-drv-Provide-descriptions-debugfs-dentrie.patch
	patches.suse/mwifiex-fix-double-free.patch
	patches.suse/iwlwifi-mvm-get-number-of-stations-from-TLV.patch
	patches.suse/iwlwifi-mvm-read-and-parse-SKU-ID-if-available.patch
	patches.suse/iwlwifi-update-prph-scratch-structure-to-include-PNV.patch
	patches.suse/iwlwifi-mvm-ring-the-doorbell-and-wait-for-PNVM-load.patch
	patches.suse/iwlwifi-mvm-stop-claiming-NL80211_EXT_FEATURE_SET_SC.patch
	patches.suse/iwlwifi-support-an-additional-Qu-subsystem-id.patch
	patches.suse/iwlwifi-mvm-don-t-send-RFH_QUEUE_CONFIG_CMD-with-no-.patch
	patches.suse/iwlwifi-mvm-re-enable-TX-after-channel-switch.patch
	patches.suse/iwlwifi-mvm-prepare-roc_done_wk-to-work-sync.patch
	patches.suse/iwlwifi-mvm-add-a-get-lmac-id-function.patch
	patches.suse/iwlwifi-mvm-support-ADD_STA_CMD_API_S-ver-12.patch
	patches.suse/iwlwifi-mvm-avoid-possible-NULL-pointer-dereference.patch
	patches.suse/iwlwifi-pcie-fix-0x271B-and-0x271C-trans-cfg-struct.patch
	patches.suse/iwlwifi-pcie-fix-xtal-latency-for-9560-devices.patch
	patches.suse/iwlwifi-pcie-fix-the-xtal-latency-value-for-a-few-qu.patch
	patches.suse/iwlwifi-mvm-don-t-send-a-CSA-command-the-firmware-do.patch
	patches.suse/iwlwifi-mvm-remove-memset-of-kek_kck-command.patch
	patches.suse/iwlwifi-mvm-fix-suspicious-rcu-usage-warnings.patch
	patches.suse/iwlwifi-stats-add-new-api-fields-for-statistics-cmd-.patch
	patches.suse/iwlwifi-fix-sar-geo-table-initialization.patch
	patches.suse/iwlwifi-rs-align-to-new-TLC-config-command-API.patch
	patches.suse/iwlwifi-move-PNVM-implementation-to-common-code.patch
	patches.suse/iwlwifi-add-trans-op-to-set-PNVM.patch
	patches.suse/iwlwifi-pcie-implement-set_pnvm-op.patch
	patches.suse/iwlwifi-read-and-parse-PNVM-file.patch
	patches.suse/iwlwifi-bump-FW-API-to-59-for-AX-devices.patch
	patches.suse/Revert-iwlwifi-remove-wide_cmd_header-field.patch
	patches.suse/bnxt_en-Return-EROFS-to-user-space-if-NVM-writes-are.patch
	patches.suse/bnxt_en-Enable-online-self-tests-for-multi-host-NPAR.patch
	patches.suse/bnxt_en-Set-driver-default-message-level.patch
	patches.suse/bnxt_en-Simplify-bnxt_async_event_process.patch
	patches.suse/bnxt_en-Log-event_data1-and-event_data2-when-handlin.patch
	patches.suse/bnxt_en-Log-unknown-link-speed-appropriately.patch
	patches.suse/bnxt_en-Add-bnxt_hwrm_nvm_get_dev_info-to-query-NVM-.patch
	patches.suse/bnxt_en-Refactor-bnxt_dl_info_get.patch
	patches.suse/bnxt_en-Add-stored-FW-version-info-to-devlink-info_g.patch
	patches.suse/i40e-Allow-changing-FEC-settings-on-X722-if-supporte.patch
	patches.suse/e1000-remove-unused-and-incorrect-code.patch
	patches.suse/cxgb4-ch_ipsec-Replace-the-module-name-to-ch_ipsec-f.patch
	patches.suse/net-fec-Fix-PHY-init-after-phy_reset_after_clk_enabl.patch
	patches.suse/net-ipv6-discard-next-hop-mtu-less-than-minimum-link.patch
	patches.suse/tipc-fix-the-skb_unshare-in-tipc_buf_append.patch
	patches.suse/net-smc-fix-missing-brace-warning-for-old-compilers
	patches.suse/net-smc-fix-missing-brace-warning-for-old-compilers-16cb3653
	patches.suse/ipv4-Restore-flowi4_oif-update-before-call-to-xfrm_l.patch
	patches.suse/net-korina-fix-kfree-of-rx-tx-descriptor-array.patch
	patches.suse/net-fec-Fix-phy_device-lookup-for-phy_reset_after_cl.patch
	patches.suse/cxgb4-handle-4-tuple-PEDIT-to-NAT-mode-translation.patch
	patches.suse/ibmveth-Switch-order-of-ibmveth_helper-calls.patch
	patches.suse/ibmveth-Identify-ingress-large-send-packets.patch
	patches.suse/net-sched-Fix-suspicious-RCU-usage-while-accessing-t.patch
	patches.suse/net-smc-fix-use-after-free-of-delayed-events
	patches.suse/net-smc-fix-valid-dmbe-buffer-sizes
	patches.suse/net-smc-fix-invalid-return-code-in-smcd_new_buf_create
	patches.suse/net-fix-pos-incrementment-in-ipv6_route_seq_next.patch
	patches.suse/0048-device-dax-kmem-fix-resource-release.patch
	patches.suse/0001-mm-fix-a-race-during-THP-splitting.patch
	patches.suse/mm-hwpoison-cleanup-unused-PageHuge-check.patch
	patches.suse/mm-hwpoison-remove-recalculating-hpage.patch
	patches.suse/mm-hwpoison-inject-don-t-pin-for-hwpoison_filter.patch
	patches.suse/mm-hwpoison-unexport-get_hwpoison_page-and-make-it-s.patch
	patches.suse/mm-hwpoison-refactor-madvise_inject_error.patch
	patches.suse/mm-hwpoison-kill-put_hwpoison_page.patch
	patches.suse/mm-hwpoison-unify-THP-handling-for-hard-and-soft-off.patch
	patches.suse/mm-hwpoison-rework-soft-offline-for-free-pages.patch
	patches.suse/mm-hwpoison-rework-soft-offline-for-in-use-pages.patch
	patches.suse/mm-hwpoison-refactor-soft_offline_huge_page-and-__so.patch
	patches.suse/mm-hwpoison-return-0-if-the-page-is-already-poisoned.patch
	patches.suse/mm-hwpoison-introduce-MF_MSG_UNSPLIT_THP.patch
	patches.suse/mm-hwpoison-double-check-page-count-in-__get_any_pag.patch
	patches.suse/mm-hwpoison-Try-to-narrow-window-race-for-free-pages.patch
	patches.suse/mm-mmu_notifier-fix-mmget-assert-in-__mmu_interval_n.patch
	patches.suse/0001-mm-don-t-panic-when-links-can-t-be-created-in-sysfs.patch
	patches.suse/include-linux-list.h-add-a-macro-to-test-if-entry-is.patch
	patches.suse/lib-test_hmm-c-fix-an-error-code-in-dmirror_allocate_chunk.patch
	patches.suse/lib-crc32.c-fix-trivial-typo-in-preprocessor-conditi.patch
	patches.suse/rapidio-fix-the-missed-put_device-for-rio_mport_add_.patch
	patches.suse/powerpc-pseries-Fix-missing-of_node_put-in-rng_init.patch
	patches.suse/powerpc-icp-hv-Fix-missing-of_node_put-in-success-pa.patch
	patches.suse/cxl-Rework-error-message-for-incompatible-slots.patch
	patches.suse/powerpc-hwirq-Remove-stale-forward-irq_chip-declarat.patch
	patches.suse/powerpc-irq-Drop-forward-declaration-of-struct-irqac.patch
	patches.suse/powerpc-fpu-Drop-cvt_fd-and-cvt_df.patch
	patches.suse/powerpc-perf-consolidate-GPCI-hcall-structs-into-asm.patch
	patches.suse/powerpc-pseries-new-lparcfg-key-value-pair-partition.patch
	patches.suse/powerpc-pseries-explicitly-reschedule-during-drmem_l.patch
	patches.suse/pseries-drmem-don-t-cache-node-id-in-drmem_lmb-struc.patch
	patches.suse/selftests-powerpc-Move-set_dscr-into-rfi_flush.c.patch
	patches.suse/selftests-powerpc-Skip-security-tests-on-older-CPUs.patch
	patches.suse/powerpc-Update-documentation-of-ISA-versions-for-Pow.patch
	patches.suse/powerpc-pseries-iommu-Create-defines-for-operations-.patch
	patches.suse/powerpc-pseries-iommu-Update-call-to-ibm-query-pe-dm.patch
	patches.suse/powerpc-pseries-iommu-Move-window-removing-part-of-r.patch
	patches.suse/powerpc-pseries-iommu-Allow-bigger-64bit-window-by-r.patch
	patches.suse/powerpc-Warn-about-use-of-smt_snooze_delay.patch
	patches.suse/powerpc-watchpoint-Fix-quadword-instruction-handling.patch
	patches.suse/powerpc-watchpoint-Fix-handling-of-vector-instructio.patch
	patches.suse/powerpc-watchpoint-ptrace-Fix-SETHWDEBUG-when-CONFIG.patch
	patches.suse/powerpc-watchpoint-Move-DAWR-detection-logic-outside.patch
	patches.suse/powerpc-watchpoint-Fix-exception-handling-for-CONFIG.patch
	patches.suse/powerpc-watchpoint-Add-hw_len-wherever-missing.patch
	patches.suse/powerpc-watchpoint-ptrace-Introduce-PPC_DEBUG_FEATUR.patch
	patches.suse/powerepc-book3s64-hash-Align-start-end-address-corre.patch
	patches.suse/powerpc-powernv-idle-add-a-basic-stop-0-3-driver-for.patch
	patches.suse/powerpc-papr_scm-Fix-warning-triggered-by-perf_stats.patch
	patches.suse/sched-topology-Allow-archs-to-override-cpu_smt_mask.patch
	patches.suse/powerpc-topology-Override-cpu_smt_mask.patch
	patches.suse/powerpc-numa-Restrict-possible-nodes-based-on-platfo.patch
	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
	patches.suse/powerpc-smp-Fix-a-warning-under-NEED_MULTIPLE_NODES.patch
	patches.suse/powerpc-smp-Merge-Power9-topology-with-Power-topolog.patch
	patches.suse/powerpc-smp-Move-powerpc_topology-above.patch
	patches.suse/powerpc-smp-Move-topology-fixups-into-a-new-function.patch
	patches.suse/powerpc-smp-Dont-assume-l2-cache-to-be-superset-of-s.patch
	patches.suse/powerpc-smp-Optimize-start_secondary.patch
	patches.suse/powerpc-numa-Detect-support-for-coregroup.patch
	patches.suse/powerpc-smp-Allocate-cpumask-only-after-searching-th.patch
	patches.suse/powerpc-smp-Create-coregroup-domain.patch
	patches.suse/powerpc-smp-Implement-cpu_to_coregroup_id.patch
	patches.suse/mm-fix-exec-activate_mm-vs-tlb-shootdown-and-lazy-tlb-switching-race.patch
	patches.suse/powerpc-select-arch_want_irqs_off_activate_mm.patch
	patches.suse/powerpc-64s-radix-fix-mm_cpumask-trimming-race-vs-kthread_use_mm.patch
	patches.suse/powerpc-Move-arch_cpu_idle_dead-into-smp.c.patch
	patches.suse/powerpc-smp-Fold-cpu_die-into-its-only-caller.patch
	patches.suse/powerpc-xive-Make-debug-routines-static.patch
	patches.suse/powerpc-powernv-elog-Fix-race-while-processing-OPAL-.patch
	patches.suse/powerpc-pseries-add-new-branch-prediction-security-b.patch
	patches.suse/powerpc-64-fix-irq-replay-missing-preempt.patch
	patches.suse/powerpc-64-fix-irq-replay-pt_regs-softe-value.patch
	patches.suse/powerpc-PPC_SECURE_BOOT-should-not-require-PowerNV.patch
	patches.suse/powerpc-topology-Update-topology_core_cpumask.patch
	patches.suse/powerpc-smp-Stop-updating-cpu_core_mask.patch
	patches.suse/powerpc-smp-Remove-get_physical_package_id.patch
	patches.suse/powerpc-smp-Optimize-remove_cpu_from_masks.patch
	patches.suse/powerpc-smp-Limit-CPUs-traversed-to-within-a-node.patch
	patches.suse/powerpc-smp-Stop-passing-mask-to-update_mask_by_l2.patch
	patches.suse/powerpc-smp-Depend-on-cpu_l1_cache_map-when-adding-C.patch
	patches.suse/powerpc-smp-Check-for-duplicate-topologies-and-conso.patch
	patches.suse/powerpc-smp-Optimize-update_mask_by_l2.patch
	patches.suse/powerpc-smp-Move-coregroup-mask-updation-to-a-new-fu.patch
	patches.suse/powerpc-smp-Optimize-update_coregroup_mask.patch
	patches.suse/powerpc-perf-Exclude-pmc5-6-from-the-irrelevant-PMU-.patch
	patches.suse/powerpc-rtas-Restrict-RTAS-requests-from-userspace.patch
	patches.suse/pseries-hotplug-memory-hot-add-skip-redundant-LMB-lo.patch
	patches.suse/powerpc-perf-hv-gpci-Fix-starting-index-value.patch
	patches.suse/Documentation-ABI-Add-ABI-documentation-for-hv-24x7-.patch
	patches.suse/Documentation-ABI-Add-ABI-documentation-for-hv-gpci-.patch
	patches.suse/powerpc-perf-hv-gpci-Add-cpu-hotplug-support.patch
	patches.suse/powerpc-hv-gpci-Add-sysfs-files-inside-hv-gpci-devic.patch
	patches.suse/powerpc-security-Fix-link-stack-flush-instruction.patch
	patches.suse/powerpc-book3s64-radix-Make-radix_mem_block_size-64b.patch
	patches.suse/powerpc-papr_scm-Add-PAPR-command-family-to-pass-thr.patch
	patches.suse/s390-zcrypt-remove-set_fs-invocation-in-zcrypt-device-driver
	patches.suse/s390-stp-add-locking-to-sysfs-functions
	patches.suse/s390-stp-use-_packed
	patches.suse/s390-stp-use-u32-instead-of-unsigned-int
	patches.suse/s390-stp-add-support-for-leap-seconds
	patches.suse/s390-stp-add-sysfs-file-to-show-scheduled-leap-seconds
	patches.suse/s390-stp-unify-stp_work_mutex-and-clock_sync_mutex
	patches.suse/s390-ipl-support-nvme-ipl-kernel-parameters
	patches.suse/s390-ipl-add-support-to-control-memory-clearing-for-nvme-re-ipl
	patches.suse/s390-zcrypt-introduce-msg-tracking-in-zcrypt-functions
	patches.suse/s390-zcrypt-new-config-switch-config_zcrypt_debug
	patches.suse/s390-ap-split-ap-queue-state-machine-state-from-device-state
	patches.suse/s390-ap-add-error-response-code-field-for-ap-queue-devices
	patches.suse/s390-ap-add-card-queue-deconfig-state
	patches.suse/s390-sclp-add-support-for-sclp-ap-adapter-config-deconfig
	patches.suse/s390-ap-support-ap-card-sclp-config-and-deconfig-operations
	patches.suse/s390-ap-zcrypt-revisit-ap-and-zcrypt-error-handling
	patches.suse/s390-zcrypt-move-ap_msg-param-one-level-up-the-call-chain
	patches.suse/s390-zcrypt-introduce-failure-injection-feature
	patches.suse/s390-zcrypt-fix-wrong-format-specifications
	patches.suse/kdb-Fix-pager-search-for-multi-line-strings.patch
	patches.suse/nl80211-docs-add-a-description-for-s1g_cap-parameter.patch
	patches.suse/mtd-lpddr-Fix-bad-logic-in-print_drs_error.patch
	patches.suse/mtd-lpddr-fix-excessive-stack-usage-with-clang.patch
	patches.suse/mtd-mtdoops-Don-t-write-panic-data-twice.patch
	patches.suse/mtd-rawnand-stm32_fmc2-fix-a-buffer-overflow.patch
	patches.suse/mtd-rawnand-vf610-disable-clk-on-error-handling-path.patch
	patches.suse/mtd-spinand-gigadevice-Only-one-dummy-byte-in-QUADIO.patch
	patches.suse/mtd-spinand-gigadevice-Add-QE-Bit.patch
	patches.suse/mtd-spi-nor-intel-spi-Add-support-for-Intel-Alder-La.patch
	patches.suse/i3c-master-add-i3c_master_attach_boardinfo-to-preser.patch
	patches.suse/i3c-master-Fix-error-return-in-cdns_i3c_master_probe.patch
	patches.suse/IB-mlx4-Add-and-improve-logging.patch
	patches.suse/IB-mlx4-Add-support-for-MRA.patch
	patches.suse/IB-mlx4-Fix-starvation-in-paravirt-mux-demux.patch
	patches.suse/IB-mlx4-Adjust-delayed-work-when-a-dup-is-observed.patch
	patches.suse/RDMA-efa-Remove-redundant-udata-check-from-alloc-uco.patch
	patches.suse/RDMA-core-Move-the-rdma_show_ib_cm_event-macro.patch
	patches.suse/RDMA-ucma-Fix-refcount-0-incr-in-ucma_get_ctx.patch
	patches.suse/RDMA-ucma-Remove-unnecessary-locking-of-file-ctx_lis.patch
	patches.suse/RDMA-ucma-Consolidate-the-two-destroy-flows.patch
	patches.suse/RDMA-ucma-Fix-error-cases-around-ucma_alloc_ctx.patch
	patches.suse/RDMA-ucma-Remove-mc_list-and-rely-on-xarray.patch
	patches.suse/RDMA-cma-Add-missing-locking-to-rdma_accept.patch
	patches.suse/RDMA-ucma-Do-not-use-file-mut-to-lock-destroying.patch
	patches.suse/RDMA-ucma-Fix-the-locking-of-ctx-file.patch
	patches.suse/RDMA-ucma-Fix-locking-for-ctx-events_reported.patch
	patches.suse/RDMA-ucma-Add-missing-locking-around-rdma_leave_mult.patch
	patches.suse/RDMA-ucma-Change-backlog-into-an-atomic.patch
	patches.suse/RDMA-ucma-Narrow-file-mut-in-ucma_event_handler.patch
	patches.suse/RDMA-ucma-Rework-how-new-connections-are-passed-thro.patch
	patches.suse/RDMA-ucma-Remove-closing-and-the-close_wq.patch
	patches.suse/RDMA-ucma-Fix-resource-leak-on-error-path.patch
	patches.suse/RDMA-rtrs-srv-Incorporate-ib_register_client-into-rt.patch
	patches.suse/RDMA-Change-XRCD-destroy-return-value.patch
	patches.suse/RDMA-umem-Fix-ib_umem_find_best_pgsz-for-mappings-th.patch
	patches.suse/RDMA-umem-Prevent-small-pages-from-being-returned-by.patch
	patches.suse/RDMA-umem-Add-rdma_umem_for_each_dma_block.patch
	patches.suse/RDMA-umem-Split-ib_umem_num_pages-into-ib_umem_num_d.patch
	patches.suse/RDMA-bnxt-Do-not-use-ib_umem_page_count-or-ib_umem_n.patch
	patches.suse/RDMA-qedr-Fix-qp-structure-memory-leak.patch
	patches.suse/RDMA-qedr-Fix-doorbell-setting.patch
	patches.suse/RDMA-qedr-Fix-use-of-uninitialized-field.patch
	patches.suse/RDMA-qedr-Fix-return-code-if-accept-is-called-on-a-d.patch
	patches.suse/qede-Notify-qedr-when-mtu-has-changed.patch
	patches.suse/RDMA-qedr-Fix-iWARP-active-mtu-display.patch
	patches.suse/RDMA-qedr-Fix-inline-size-returned-for-iWARP.patch
	patches.suse/RDMA-cma-Fix-locking-for-the-RDMA_CM_CONNECT-state.patch
	patches.suse/RDMA-cma-Make-the-locking-for-automatic-state-transi.patch
	patches.suse/RDMA-cma-Fix-locking-for-the-RDMA_CM_LISTEN-state.patch
	patches.suse/RDMA-cma-Remove-cma_comp.patch
	patches.suse/RDMA-cma-Combine-cma_ndev_work-with-cma_work.patch
	patches.suse/RDMA-cma-Remove-dead-code-for-kernel-rdmacm-multicas.patch
	patches.suse/RDMA-cma-Consolidate-the-destruction-of-a-cma_multic.patch
	patches.suse/RDMA-cma-Fix-use-after-free-race-in-roce-multicast-j.patch
	patches.suse/0001-RDMA-iw_cxgb4-Disable-delayed-ack-by-default.patch
	patches.suse/RDMA-qedr-Fix-resource-leak-in-qedr_create_qp.patch
	patches.suse/RDMA-hns-Set-the-unsupported-wr-opcode.patch
	patches.suse/RDMA-mlx5-Remove-dead-check-for-EAGAIN-after-alloc_m.patch
	patches.suse/RDMA-mlx5-Disable-IB_DEVICE_MEM_MGT_EXTENSIONS-if-IB.patch
	patches.suse/RDMA-ucma-Rework-ucma_migrate_id-to-avoid-races-with.patch
	patches.suse/RDMA-efa-Drop-double-zeroing-for-sg_init_table.patch
	patches.suse/RDMA-hns-Add-interception-for-resizing-SRQs.patch
	patches.suse/RDMA-hns-Correct-typo-of-hns_roce_create_cq.patch
	patches.suse/RDMA-hns-Add-check-for-the-validity-of-sl-configurat.patch
	patches.suse/RDMA-hns-Solve-the-overflow-of-the-calc_pg_sz.patch
	patches.suse/RDMA-hns-Fix-the-wrong-value-of-rnr_retry-when-query.patch
	patches.suse/RDMA-hns-Fix-configuration-of-ack_req_freq-in-QPC.patch
	patches.suse/RDMA-hns-Fix-missing-sq_sig_type-when-querying-QP.patch
	patches.suse/RDMA-addr-Fix-race-with-netevent_callback-rdma_addr_.patch
	patches.suse/RDMA-qedr-Endianness-warnings-cleanup.patch
	patches.suse/overflow-Include-header-file-with-SIZE_MAX-declarati.patch
	patches.suse/RDMA-ipoib-Set-rtnl_link_ops-for-ipoib-interfaces.patch
	patches.suse/RDMA-bnxt_re-Use-rdma_umem_for_each_dma_block.patch
	patches.suse/RDMA-bnxt_re-Fix-sizeof-mismatch-for-allocation-of-p.patch
	patches.suse/IB-rdmavt-Fix-sizeof-mismatch.patch
	patches.suse/RDMA-rxe-Fix-skb-lifetime-in-rxe_rcv_mcast_pkt.patch
	patches.suse/RDMA-rxe-Handle-skb_clone-failure-in-rxe_recv.c.patch
	patches.suse/RDMA-ucma-Fix-use-after-free-in-destroy-id-flow.patch
	patches.suse/ubifs-Fix-a-memleak-after-dumping-authentication-mou.patch
	patches.suse/ubifs-Don-t-parse-authentication-mount-options-in-re.patch
	patches.suse/ubifs-mount_ubifs-Release-authentication-resource-in.patch
	patches.suse/ubifs-xattr-Fix-some-potential-memory-leaks-while-it.patch
	patches.suse/ubifs-dent-Fix-some-potential-memory-leaks-while-ite.patch
	patches.suse/ubifs-journal-Make-sure-to-not-dirty-twice-for-auth-.patch
	patches.suse/mailbox-avoid-timer-start-from-callback.patch
	patches.suse/smp-Add-source-and-destination-CPUs-to-__call_single.patch
	patches.suse/kernel-smp-Provide-CSD-lock-timeout-diagnostics.patch
	patches.suse/0015-fuse-fix-page-dereference-after-free.patch
	patches.suse/xfs-limit-entries-returned-when-counting-fsmap-recor.patch
	patches.suse/xfs-fix-high-key-handling-in-the-rt-allocator-s-quer.patch
	patches.suse/ARM-9007-1-l2c-fix-prefetch-bits-init-in-L2X0_AUX_CTRL-using-DT-values.patch
	patches.suse/xen-events-avoid-removing-an-event-channel-while-han.patch
	patches.suse/0001-xen-events-add-a-proper-barrier-to-2-level-uevent-un.patch
	patches.suse/0002-xen-events-fix-race-in-evtchn_fifo_unmask.patch
	patches.suse/0003-xen-events-add-a-new-late-EOI-evtchn-framework.patch
	patches.suse/0004-xen-blkback-use-lateeoi-irq-binding.patch
	patches.suse/0005-xen-netback-use-lateeoi-irq-binding.patch
	patches.suse/0006-xen-scsiback-use-lateeoi-irq-binding.patch
	patches.suse/0007-xen-pvcallsback-use-lateeoi-irq-binding.patch
	patches.suse/0008-xen-pciback-use-lateeoi-irq-binding.patch
	patches.suse/0009-xen-events-switch-user-event-channels-to-lateeoi-mod.patch
	patches.suse/0010-xen-events-use-a-common-cpu-hotplug-hook-for-event-c.patch
	patches.suse/0011-xen-events-defer-eoi-in-case-of-excessive-number-of-.patch
	patches.suse/0012-xen-events-block-rogue-events-for-some-time.patch
	patches.suse/drm-amdgpu-vcn-and-jpeg-ring-synchronization.patch
	patches.suse/drm-i915-Fix-TGL-DKL-PHY-DP-vswing-handling.patch
	patches.suse/drm-i915-Set-all-unused-color-plane-offsets-to-0xfff.patch
	patches.suse/power-supply-bq27xxx-report-not-charging-on-all-type.patch
	patches.suse/power-supply-test_power-add-missing-newlines-when-pr.patch
	patches.suse/NFSv4-Wait-for-stateid-updates-after-CLOSE-OPEN_DOWN.patch
	patches.suse/ida-Free-allocated-bitmap-in-error-path.patch
	patches.suse/ceph-promote-to-unsigned-long-long-before-shifting.patch
	patches.suse/libceph-clear-con-out_msg-on-policy-stateful_server-faults.patch
	patches.suse/i2c-rcar-Auto-select-RESET_CONTROLLER.patch
	patches.suse/i2c-ismt-Add-support-for-Intel-Emmitsburg-PCH.patch
	patches.suse/i2c-mlxbf-I2C-SMBus-driver-for-Mellanox-BlueField-So.patch
	patches.suse/i2c-imx-Fix-external-abort-on-interrupt-in-exit-path.patch
	patches.suse/i2c-i801-Add-support-for-Intel-Alder-Lake-PCH-S.patch
	patches.suse/i2c-tegra-Make-tegra_i2c_flush_fifos-usable-in-atomi.patch
	patches.suse/i2c-tegra-Add-missing-pm_runtime_put.patch
	patches.suse/i2c-tegra-Handle-potential-error-of-tegra_i2c_flush_.patch
	patches.suse/i2c-tegra-Mask-interrupt-in-tegra_i2c_issue_bus_clea.patch
	patches.suse/i2c-tegra-Initialize-div-clk-rate-unconditionally.patch
	patches.suse/i2c-tegra-Remove-i2c_dev.clk_divisor_non_hs_mode-mem.patch
	patches.suse/i2c-tegra-Runtime-PM-always-available-on-Tegra.patch
	patches.suse/i2c-tegra-Remove-error-message-used-for-devm_request.patch
	patches.suse/i2c-tegra-Use-reset_control_reset.patch
	patches.suse/i2c-tegra-Use-devm_platform_get_and_ioremap_resource.patch
	patches.suse/i2c-tegra-Use-platform_get_irq.patch
	patches.suse/i2c-tegra-Use-clk-bulk-helpers.patch
	patches.suse/i2c-tegra-Move-out-all-device-tree-parsing-into-tegr.patch
	patches.suse/i2c-tegra-Clean-up-probe-function.patch
	patches.suse/i2c-tegra-Reorder-location-of-functions-in-the-code.patch
	patches.suse/i2c-tegra-Clean-up-variable-types.patch
	patches.suse/i2c-tegra-Remove-outdated-barrier.patch
	patches.suse/i2c-tegra-Remove-likely-unlikely-from-the-code.patch
	patches.suse/i2c-tegra-Remove-redundant-check-in-tegra_i2c_issue_.patch
	patches.suse/i2c-tegra-Remove-dma-variable-from-tegra_i2c_xfer_ms.patch
	patches.suse/i2c-tegra-Rename-wait-poll-functions.patch
	patches.suse/i2c-tegra-Factor-out-error-recovery-from-tegra_i2c_x.patch
	patches.suse/i2c-tegra-Factor-out-packet-header-setup-from-tegra_.patch
	patches.suse/i2c-tegra-Factor-out-register-polling-into-separate-.patch
	patches.suse/i2c-tegra-Factor-out-hardware-initialization-into-se.patch
	patches.suse/i2c-tegra-Check-errors-for-both-positive-and-negativ.patch
	patches.suse/i2c-tegra-Improve-formatting-of-variables.patch
	patches.suse/i2c-tegra-Clean-up-variable-names.patch
	patches.suse/i2c-tegra-Clean-up-printk-messages.patch
	patches.suse/i2c-tegra-Clean-up-and-improve-comments.patch
	patches.suse/i2c-tegra-Clean-up-whitespaces-newlines-and-indentat.patch
	patches.suse/i2c-tegra-Improve-driver-module-description.patch
	patches.suse/rtc-ds1307-Clear-OSF-flag-on-DS1388-when-setting-tim.patch
	patches.suse/rtc-fsl-ftm-alarm-update-acpi-device-id.patch
	patches.suse/rtc-rx8010-don-t-modify-the-global-rtc-ops.patch
	patches.suse/rtc-pcf2127-fix-a-bug-when-not-specify-interrupts-pr.patch
	patches.suse/drivers-watchdog-rdc321x_wdt-Fix-race-condition-bugs.patch
	patches.suse/watchdog-Fix-memleak-in-watchdog_cdev_register.patch
	patches.suse/watchdog-Use-put_device-on-error.patch
	patches.suse/watchdog-sp5100-Fix-definition-of-EFCH_PM_DECODEEN3.patch
	patches.suse/9P-Cast-to-loff_t-before-multiplying.patch
	patches.suse/svcrdma-fix-bounce-buffers-for-unaligned-offsets-and.patch
	patches.suse/SUNRPC-fix-copying-of-multiple-pages-in-gss_read_pro.patch
	patches.suse/ext4-fix-leaking-sysfs-kobject-after-failed-mount.patch
	patches.suse/ext4-disallow-modifying-DAX-inode-flag-if-inline_dat.patch
	patches.suse/ext4-limit-entries-returned-when-counting-fsmap-reco.patch
	patches.suse/PCI-ACPI-Tone-down-missing-MCFG-message.patch
	patches.suse/PCI-ACPI-Add-Ampere-Altra-SOC-MCFG-quirk.patch
	patches.suse/ACPI-APEI-Add-a-notifier-chain-for-unknown-vendor-CP.patch
	patches.suse/PCI-hip-Add-handling-of-HiSilicon-HIP-PCIe-controlle.patch
	patches.suse/PCI-aardvark-Check-for-errors-from-pci_bridge_emul_i.patch
	patches.suse/PCI-designware-ep-Fix-the-Header-Type-check.patch
	patches.suse/PCI-Allow-root-and-child-buses-to-have-different-pci.patch
	patches.suse/PCI-dwc-Use-DBI-accessors-instead-of-own-config-acce.patch
	patches.suse/PCI-dwc-Allow-overriding-bridge-pci_ops.patch
	patches.suse/PCI-dwc-Add-a-default-pci_ops.map_bus-for-root-port.patch
	patches.suse/PCI-dwc-al-Use-pci_ops-for-child-config-space-access.patch
	patches.suse/PCI-dwc-keystone-Use-pci_ops-for-config-space-access.patch
	patches.suse/PCI-dwc-tegra-Use-pci_ops-for-root-config-space-acce.patch
	patches.suse/PCI-dwc-meson-Use-pci_ops-for-root-config-space-acce.patch
	patches.suse/PCI-dwc-kirin-Use-pci_ops-for-root-config-space-acce.patch
	patches.suse/PCI-dwc-exynos-Use-pci_ops-for-root-config-space-acc.patch
	patches.suse/PCI-dwc-histb-Use-pci_ops-for-root-config-space-acce.patch
	patches.suse/PCI-dwc-Remove-dwc-specific-config-accessor-ops.patch
	patches.suse/PCI-dwc-Use-generic-config-accessors.patch
	patches.suse/PCI-Also-call-.add_bus-callback-for-root-bus.patch
	patches.suse/PCI-dwc-keystone-Convert-.scan_bus-callback-to-use-a.patch
	patches.suse/PCI-dwc-Convert-to-use-pci_host_probe.patch
	patches.suse/PCI-dwc-Remove-root_bus-pointer.patch
	patches.suse/PCI-dwc-Remove-storing-of-PCI-resources.patch
	patches.suse/PCI-dwc-Simplify-config-space-handling.patch
	patches.suse/PCI-dwc-Check-CONFIG_PCI_MSI-inside-dw_pcie_msi_init.patch
	patches.suse/PCI-dwc-imx6-Remove-duplicate-define-PCIE_LINK_WIDTH.patch
	patches.suse/PCI-dwc-Add-a-num_lanes-field-to-struct-dw_pcie.patch
	patches.suse/PCI-dwc-Ensure-FAST_LINK_MODE-is-cleared.patch
	patches.suse/PCI-dwc-meson-Drop-the-duplicate-number-of-lanes-set.patch
	patches.suse/PCI-dwc-meson-Drop-unnecessary-RC-config-space-initi.patch
	patches.suse/PCI-dwc-meson-Rework-PCI-config-and-DW-port-logic-re.patch
	patches.suse/PCI-dwc-imx6-Use-common-PCI-register-definitions.patch
	patches.suse/PCI-dwc-qcom-Use-common-PCI-register-definitions.patch
	patches.suse/PCI-dwc-Remove-hardcoded-PCI_CAP_ID_EXP-offset.patch
	patches.suse/PCI-dwc-tegra-Use-common-Designware-port-logic-regis.patch
	patches.suse/PCI-dwc-Remove-read_dbi2-code.patch
	patches.suse/PCI-dwc-Make-ATU-accessors-private.patch
	patches.suse/PCI-dwc-Centralize-link-gen-setting.patch
	patches.suse/PCI-dwc-Set-PORT_LINK_DLL_LINK_EN-in-common-setup-co.patch
	patches.suse/PCI-dwc-intel-gw-Drop-unnecessary-checking-of-DT-dev.patch
	patches.suse/PCI-dwc-intel-gw-Move-getting-PCI_CAP_ID_EXP-offset-.patch
	patches.suse/PCI-dwc-intel-gw-Drop-unused-max_width.patch
	patches.suse/PCI-dwc-Move-N_FTS-setup-to-common-setup.patch
	patches.suse/PCI-dwc-Use-DBI-accessors.patch
	patches.suse/PCI-designware-ep-Add-multiple-PFs-support-for-DWC.patch
	patches.suse/PCI-designware-ep-Add-the-doorbell-mode-of-MSI-X-in-.patch
	patches.suse/PCI-designware-ep-Move-the-function-of-getting-MSI-c.patch
	patches.suse/PCI-designware-ep-Modify-MSI-and-MSIX-CAP-way-of-fin.patch
	patches.suse/PCI-layerscape-Fix-some-format-issue-of-the-code.patch
	patches.suse/PCI-layerscape-Modify-the-way-of-getting-capability-.patch
	patches.suse/PCI-layerscape-Modify-the-MSIX-to-the-doorbell-mode.patch
	patches.suse/PCI-layerscape-Add-EP-mode-support-for-ls1088a-and-l.patch
	patches.suse/misc-pci_endpoint_test-Add-LS1088a-in-pci_device_id-.patch
	patches.suse/PCI-dwc-Fix-cast-truncates-bits-from-constant-value.patch
	patches.suse/PCI-dwc-Add-common-iATU-register-support.patch
	patches.suse/PCI-keystone-Remove-iATU-register-mapping.patch
	patches.suse/PCI-dwc-Skip-PCIE_MSI_INTR0-programming-if-MSI-is-di.patch
	patches.suse/PCI-dwc-Fix-MSI-page-leakage-in-suspend-resume.patch
	patches.suse/PCI-dwc-Add-link-up-check-in-dw_child_pcie_ops.map_b.patch
	patches.suse/msft-hv-2163-PCI-hv-Fix-hibernation-in-case-interrupts-are-not-re.patch
	patches.suse/PCI-imx6-Use-fallthrough-pseudo-keyword.patch
	patches.suse/PCI-imx6-Do-not-output-error-message-when-devm_clk_g.patch
	patches.suse/PCI-kirin-Return-EPROBE_DEFER-in-case-the-gpio-isn-t.patch
	patches.suse/PCI-meson-Build-as-module-by-default.patch
	patches.suse/PCI-qcom-Make-sure-PCIe-is-reset-before-init-for-rev.patch
	patches.suse/PCI-tegra-No-need-to-check-return-value-of-debugfs_c.patch
	patches.suse/pwm-img-Fix-null-pointer-access-in-probe.patch
	patches.suse/clk-meson-g12a-mark-fclk_div2-as-critical.patch
	patches.suse/clk-keystone-sci-clk-fix-parsing-assigned-clock-data.patch
	patches.suse/clk-tegra-Drop-provider-check-in-tegra210_clk_emc_se.patch
	patches.suse/clk-at91-remove-the-checking-of-parent_name.patch
	patches.suse/clk-at91-clk-main-update-key-before-writing-AT91_CKG.patch
	patches.suse/clk-imx8mq-Fix-usdhc-parents-order.patch
	patches.suse/clk-qcom-gcc-sdm660-Fix-wrong-parent_map.patch
	patches.suse/clk-bcm-rpi-add-register-to-control-pixel-bvb-clk.patch
	patches.suse/clk-bcm2835-add-missing-release-if-devm_clk_hw_regis.patch
	patches.suse/vfio-iommu-add-dma-available-capability
	patches.suse/PCI-IOV-Mark-VFs-as-not-implementing-PCI_COMMAND_MEM.patch
	patches.suse/s390-pci-Mark-all-VFs-as-not-implementing-PCI_COMMAN.patch
	patches.suse/vfio-pci-Decouple-PCI_COMMAND_MEMORY-bit-checks-from.patch
	patches.suse/vfio-add-a-singleton-check-for-vfio_group_pin_pages
	patches.suse/vfio-fix-a-missed-vfio-group-put-in-vfio_pin_pages
	patches.suse/vfio-type1-fix-dirty-bitmap-calculation-in-vfio_dma_rw
	patches.suse/s390-pci-stash-version-in-the-zpci_dev
	patches.suse/s390-pci-track-whether-util_str-is-valid-in-the-zpci_dev
	patches.suse/vfio-introduce-capability-definitions-for-vfio_device_get_info
	patches.suse/vfio-pci-zdev-add-zpci-capabilities-to-vfio_device_get_info
	patches.suse/module-statically-initialize-init-section-freeing-da.patch
	patches.suse/Werror-return-type.patch
	patches.suse/arm64-mm-use-single-quantity-to-represent-the-PA-to-.patch
	patches.suse/arm64-link-with-z-norelro-regardless-of-CONFIG_RELOC.patch
	patches.suse/platform-chrome-cros_ec_lightbar-Reduce-ligthbar-get.patch
	patches.suse/msft-hv-2162-KVM-x86-hyper-v-disallow-configuring-SynIC-timers-wi.patch
	patches.suse/KVM-x86-mmu-Commit-zap-of-remaining-invalid-pages-wh.patch
	patches.suse/kvm-nvmx-reset-the-segment-cache-when-stuffing-guest.patch
	patches.suse/kvm-nvmx-reload-vmcs01-if-getting-vmcs12-s-pages-fails
	patches.suse/kvm-x86-add-rip-to-the-kvm_entry-i-e-vm-enter-tracepoint
	patches.suse/0001-KVM-SVM-Initialize-prev_ga_tag-before-use.patch
	patches.suse/Convert-trailing-spaces-and-periods-in-path-components.patch
	patches.suse/smb3-add-defines-for-new-crypto-algorithms.patch
	patches.suse/update-structure-definitions-from-updated-protocol-documentation.patch
	patches.suse/cifs-return-cached_fid-from-open_shroot.patch
	patches.suse/cifs-compute-full_path-already-in-cifs_readdir-.patch
	patches.suse/Handle-STATUS_IO_TIMEOUT-gracefully.patch
	patches.suse/cifs-handle-EINTR-in-cifs_setattr.patch
	patches.suse/SMB3-1-1-add-defines-for-new-signing-negotiate-context.patch
	patches.suse/cifs-map-STATUS_ACCOUNT_LOCKED_OUT-to-EACCES.patch
	patches.suse/smb3-1-1-add-new-module-load-parm-require_gcm_256.patch
	patches.suse/smb3-1-1-add-new-module-load-parm-enable_gcm_256.patch
	patches.suse/smb3-1-1-print-warning-if-server-does-not-support-requested-encrypt.patch
	patches.suse/smb3-1-1-rename-nonces-used-for-GCM-and-CCM-encryption.patch
	patches.suse/smb3-1-1-set-gcm256-when-requested.patch
	patches.suse/cifs-Return-the-error-from-crypt_message-when-enc-dec-key-not-found.patch
	patches.suse/smb3-1-1-do-not-fail-if-no-encryption-required-but-server-doesn-t-s.patch
	patches.suse/smb3-add-dynamic-trace-point-to-trace-when-credits-obtained.patch
	patches.suse/SMB3-1-1-Fix-ids-returned-in-POSIX-query-dir.patch
	patches.suse/cifs-make-const-array-static-makes-object-smaller.patch
	patches.suse/SMB3-Resolve-data-corruption-of-TCP-server-info-fields.patch
	patches.suse/cifs-Print-the-address-and-port-we-are-connecting-to-in-generic_ip_.patch
	patches.suse/smb3-fix-stat-when-special-device-file-and-mounted-with-modefromsid.patch
	patches.suse/smb3-do-not-try-to-cache-root-directory-if-dir-leases-not-supported.patch
	patches.suse/cifs-add-files-to-host-new-mount-api.patch
	patches.suse/cifs-move-security-mount-options-into-fs_context-ch.patch
	patches.suse/cifs-move-cache-mount-options-to-fs_context-ch.patch
	patches.suse/cifs-move-smb-version-mount-options-into-fs_context-c.patch
	patches.suse/smb3-1-1-fix-typo-in-compression-flag.patch
	patches.suse/cifs-remove-bogus-debug-code.patch
	patches.suse/SMB3-add-support-for-recognizing-WSL-reparse-tags.patch
	patches.suse/icmp-randomize-the-global-rate-limiter.patch
	patches.suse/ixgbe-fix-probing-of-multi-port-devices-with-one-MDI.patch
	patches.suse/net-core-use-list_del_init-instead-of-list_del-in-ne.patch
	patches.suse/r8169-fix-operation-under-forced-interrupt-threading.patch
	patches.suse/net-korina-cast-KSEG0-address-to-pointer-in-kfree.patch
	patches.suse/nexthop-Fix-performance-regression-in-nexthop-deleti.patch
	patches.suse/net-sched-act_ct-Fix-adding-udp-port-mangle-operatio.patch
	patches.suse/nfc-Ensure-presence-of-NFC_ATTR_FIRMWARE_NAME-attrib.patch
	patches.suse/chelsio-chtls-fix-socket-lock.patch
	patches.suse/chelsio-chtls-correct-netdevice-for-vlan-interface.patch
	patches.suse/chelsio-chtls-fix-panic-when-server-is-on-ipv6.patch
	patches.suse/chelsio-chtls-Fix-panic-when-listen-on-multiadapter.patch
	patches.suse/chelsio-chtls-correct-function-return-and-return-typ.patch
	patches.suse/chelsio-chtls-fix-writing-freed-memory.patch
	patches.suse/net-chelsio-inline_crypto-fix-Kconfig-and-build-erro.patch
	patches.suse/net-sched-act_gate-Unlock-tcfa_lock-in-tc_setup_flow.patch
	patches.suse/sfc-move-initialisation-of-efx-filter_sem-to-efx_ini.patch
	patches.suse/net-hdlc-In-hdlc_rcv-check-to-make-sure-dev-is-an-HD.patch
	patches.suse/net-hdlc_raw_eth-Clear-the-IFF_TX_SKB_SHARING-flag-a.patch
	patches.suse/ibmvnic-save-changed-mac-address-to-adapter-mac_addr.patch
	patches.suse/bpf-Enforce-id-generation-for-all-may-be-null-regist.patch
	patches.suse/netfilter-Drop-fragmented-ndisc-packets-assembled-in.patch
	patches.suse/tcp-fix-to-update-snd_wl1-in-bulk-receiver-fast-path.patch
	patches.suse/drm-ttm-fix-eviction-valuable-range-check.patch
	patches.suse/drm-amdgpu-add-function-to-program-pbb-mode-for-sien.patch
	patches.suse/drm-amdgpu-add-rlc-iram-and-dram-firmware-support.patch
	patches.suse/drm-amdgpu-correct-the-gpu-reset-handling-for-job-NU.patch
	patches.suse/drm-amdgpu-update-golden-setting-for-sienna_cichlid.patch
	patches.suse/drm-amd-display-Avoid-MST-manager-resource-leak.patch
	patches.suse/drm-amd-psp-Fix-sysfs-cannot-create-duplicate-filena.patch
	patches.suse/drm-amdkfd-Use-same-SQ-prefetch-setting-as-amdgpu.patch
	patches.suse/drm-amdgpu-correct-the-cu-and-rb-info-for-sienna-cic.patch
	patches.suse/drm-i915-dp-Tweak-initial-dpcd-backlight.enabled-val.patch
	patches.suse/drm-i915-gt-Initialize-reserved-and-unspecified-MOCS.patch
	patches.suse/drm-i915-Mark-ininitial-fb-obj-as-WT-on-eLLC-machine.patch
	patches.suse/0001-drm-i915-gem-Support-parsing-of-oversize-batches.patch
	patches.suse/drm-i915-gt-Delay-execlist-processing-for-tgl.patch
	patches.suse/drm-i915-gt-Undo-forced-context-restores-after-trivi.patch
	patches.suse/drm-i915-Use-the-active-reference-on-the-vma-while-c.patch
	patches.suse/drm-i915-Exclude-low-pages-128KiB-of-stolen-from-use.patch
	patches.suse/drm-i915-Force-VT-d-workarounds-when-running-as-a-gu.patch
	patches.suse/drm-i915-Drop-runtime-pm-assert-from-vgpu-io-accesso.patch
	patches.suse/ALSA-sparc-dbri-fix-repeated-word-the.patch
	patches.suse/ALSA-hda-ca0132-make-some-const-arrays-static-makes-.patch
	patches.suse/ALSA-usb-audio-Line6-Pod-Go-interface-requires-stati.patch
	patches.suse/ALSA-hda-Fix-the-return-value-if-cb-func-is-already-.patch
	patches.suse/Input-imx6ul_tsc-clean-up-some-errors-in-imx6ul_tsc_.patch
	patches.suse/Input-stmfts-fix-a-vs-typo.patch
	patches.suse/Input-ep93xx_keypad-fix-handling-of-platform_get_irq.patch
	patches.suse/Input-omap4-keypad-fix-handling-of-platform_get_irq-.patch
	patches.suse/Input-twl4030_keypad-fix-handling-of-platform_get_ir.patch
	patches.suse/Input-sun4i-ps2-fix-handling-of-platform_get_irq-err.patch
	patches.suse/Input-synaptics-rmi4-rename-f30_data-to-gpio_data.patch
	patches.suse/Input-synaptics-enable-InterTouch-for-ThinkPad-P1-X1.patch
	patches.suse/Input-synaptics-enable-InterTouch-for-ThinkPad-T14-G.patch
	patches.suse/scsi-qla2xxx-Use-constant-when-it-is-known.patch
	patches.suse/scsi-qla2xxx-Do-not-consume-srb-greedily.patch
	patches.suse/scsi-qla2xxx-Initialize-variable-in-qla8044_poll_reg.patch
	patches.suse/scsi-qla2xxx-Convert-to-DEFINE_SHOW_ATTRIBUTE.patch
	patches.suse/scsi-bfa-Fix-error-return-in-bfad_pci_init
	patches.suse/scsi-pm80xx-increase-number-of-supported-queues
	patches.suse/scsi-pm80xx-remove-dma-memory-allocation-for-ccb-and-device-structures
	patches.suse/scsi-pm80xx-increase-the-number-of-outstanding-i-o-supported-to-1024
	patches.suse/scsi-pm80xx-driver-version-update
	patches.suse/scsi-qla2xxx-Fix-return-of-uninitialized-value-in-rv.patch
	patches.suse/acpi-cpufreq-Honor-_PSD-table-setting-on-new-AMD-CPU.patch
	patches.suse/bsc1175543-intel_idle-Ignore-_CST-if-control-cannot-be-taken-fr.patch
	patches.suse/powercap-intel_rapl-Fix-domain-detection.patch
	patches.suse/powercap-intel_rapl-enumerate-Psys-RAPL-domain-together-with-package-RAPL-domain.patch
	patches.suse/ACPICA-Add-missing-type-casts-in-GPE-register-access.patch
	patches.suse/ACPI-debug-don-t-allow-debugging-when-ACPI-is-disabl.patch
	patches.suse/ACPI-reboot-Avoid-racing-after-writing-to-ACPI-RESET.patch
	patches.suse/ACPI-processor-remove-comment-regarding-string-_UID-.patch
	patches.suse/ACPI-DPTF-Fix-participant-driver-names.patch
	patches.suse/ACPI-DPTF-Add-ACPI_DPTF-Kconfig-menu.patch
	patches.suse/ACPI-utils-remove-unreachable-breaks.patch
	patches.suse/ring-buffer-return-0-on-success-from-ring_buffer_resize.patch
	patches.suse/docs-driver-api-remove-a-duplicated-index-entry.patch
	patches.suse/ARM-dts-sun8i-r40-bananapi-m2-ultra-Fix-dcdc1-regulator.patch
	patches.suse/ARM-s3c24xx-fix-missing-system-reset.patch
	patches.suse/ARM-s3c24xx-fix-mmc-gpio-lookup-tables.patch
	patches.suse/ARM-samsung-don-t-build-plat-pm-common-for-Exynos.patch
	patches.suse/ARM-at91-pm-of_node_put-after-its-usage.patch
	patches.suse/ARM-samsung-fix-PM-debug-build-with-DEBUG_LL-but-MMU.patch
	patches.suse/memory-omap-gpmc-Fix-a-couple-off-by-ones.patch
	patches.suse/memory-omap-gpmc-Fix-build-error-without-CONFIG_OF.patch
	patches.suse/memory-tegra-Remove-GPU-from-DRM-IOMMU-group.patch
	patches.suse/memory-fsl-corenet-cf-Fix-handling-of-platform_get_i.patch
	patches.suse/soc-fsl-qbman-Fix-return-value-on-success.patch
	patches.suse/soc-fsl-dpio-remove-set-but-not-used-addr_cena.patch
	patches.suse/soc-fsl-qman-convert-to-use-be32_add_cpu.patch
	patches.suse/soc-fsl-qe-Remove-unnessesary-check-in-ucc_set_tdm_r.patch
	patches.suse/reset-sti-reset-syscfg-fix-struct-description-warnin.patch
	patches.suse/ARM-dts-imx6sl-fix-rng-node.patch
	patches.suse/arm64-dts-imx8mq-Add-missing-interrupts-to-GPC.patch
	patches.suse/arm-dts-mt7623-add-missing-pause-for-switchport.patch
	patches.suse/ARM-dts-meson8-remove-two-invalid-interrupt-lines-from-the-GPU-node.patch
	patches.suse/ARM-dts-owl-s500-Fix-incorrect-PPI-interrupt-specifiers.patch
	patches.suse/arm64-dts-zynqmp-Remove-additional-compatible-string.patch
	patches.suse/powerpc-smp-Remove-unnecessary-variable.patch
	patches.suse/powerpc-smp-Use-GFP_ATOMIC-while-allocating-tmp-mask.patch
	patches.suse/powerpc-powernv-dump-Fix-race-while-processing-OPAL-.patch
	patches.suse/powerpc-Fix-undetected-data-corruption-with-P9N-DD2..patch
	patches.suse/powerpc-64s-Remove-TM-from-Power10-features.patch
	patches.suse/powerpc-pseries-Avoid-using-addr_to_pfn-in-real-mode.patch
	patches.suse/x86-boot-64-initialize-5-level-paging-variables-earlier
	patches.suse/x86-head-64-disable-stack-protection-for-head-bits-o
	patches.suse/x86-boot-64-explicitly-map-boot_params-and-command-line
	patches.suse/ata-sata_rcar-Fix-DMA-boundary-mask.patch
	patches.suse/nvme-rdma-fix-crash-when-connect-rejected.patch
	patches.suse/nvme-rdma-fix-crash-due-to-incorrect-cqe.patch
	patches.suse/nvmet-fix-uninitialized-work-for-zero-kato.patch
	patches.suse/nvmet-limit-passthru-MTDS-by-BIO_MAX_PAGES.patch
	patches.suse/nvmet-cleanup-nvmet_passthru_map_sg.patch
	patches.suse/nvme-fc-fix-io-timeout-to-abort-I-O.patch
	patches.suse/nvme-fc-fix-error-loop-in-create_hw_io_queues.patch
	patches.suse/nvme-fc-wait-for-queues-to-freeze-before-calling-upd.patch
	patches.suse/nvme-fc-shorten-reconnect-delay-if-possible-for-FC.patch
	patches.suse/smb3-add-support-for-stat-of-WSL-reparse-points-for-special-file-ty.patch
	patches.suse/smb3-remove-two-unused-variables.patch
	patches.suse/smb3-add-some-missing-definitions-from-MS-FSCC.patch
	patches.suse/06-cifs-update-internal-module-version-number.patch
	patches.suse/i2c-core-Restore-acpi_walk_dep_device_list-getting-c.patch
	patches.suse/NTB-hw-amd-fix-an-issue-about-leak-system-resources.patch
	patches.suse/ntb-intel-Fix-memleak-in-intel_ntb_pci_probe.patch
	patches.suse/futex-Adjust-absolute-futex-timeouts-with-per-time-n.patch
	patches.suse/scsi-qla2xxx-remove-incorrect-sparse-ifdef.patch
	patches.suse/x86-kexec-Use-up-to-dated-screen_info-copy-to-fill-b.patch
	patches.suse/msft-hv-2164-hyperv_fb-Update-screen_info-after-removing-old-fram.patch
	patches.suse/x86-unwind-orc-Fix-inactive-tasks-with-stack-pointer.patch
	patches.suse/x86-alternative-Don-t-call-text_poke-in-lazy-TLB-mod.patch
	patches.suse/RDMA-mlx5-Fix-devlink-deadlock-on-net-namespace-dele.patch
	patches.suse/RDMA-Add-rdma_connect_locked.patch
	patches.suse/RDMA-qedr-Fix-memory-leak-in-iWARP-CM.patch
	patches.suse/chelsio-chtls-fix-tls-record-info-to-user.patch
	patches.suse/ionic-clean-up-sparse-complaints.patch
	patches.suse/ionic-no-rx-flush-in-deinit.patch
	patches.suse/ionic-fix-mem-leak-in-rx_empty.patch
	patches.suse/cxgb4-set-up-filter-action-after-rewrites.patch
	patches.suse/net-smc-fix-null-pointer-dereference-in-smc_listen_decline
	patches.suse/net-smc-fix-suppressed-return-code
	patches.suse/s390-ism-fix-incorrect-system-eid
	patches.suse/mlxsw-core-Fix-memory-leak-on-module-removal.patch
	patches.suse/mlxsw-core-Fix-use-after-free-in-mlxsw_emad_trans_fi.patch
	patches.suse/bnxt_en-Fix-regression-in-workqueue-cleanup-logic-in.patch
	patches.suse/bnxt_en-Invoke-cancel_delayed_work_sync-for-PFs-also.patch
	patches.suse/bnxt_en-Re-write-PCI-BARs-after-PCI-fatal-error.patch
	patches.suse/bnxt_en-Check-abort-error-state-in-bnxt_open_nic.patch
	patches.suse/bnxt_en-Send-HWRM_FUNC_RESET-fw-command-unconditiona.patch
	patches.suse/chelsio-chtls-fix-deadlock-issue.patch
	patches.suse/chelsio-chtls-fix-memory-leaks-in-CPL-handlers.patch
	patches.suse/ravb-Fix-bit-fields-checking-in-ravb_hwtstamp_get.patch
	patches.suse/ibmveth-Fix-use-of-ibmveth-in-a-bridge.patch
	patches.suse/net-protect-tcf_block_unbind-with-block-lock.patch
	patches.suse/gtp-fix-an-use-before-init-in-gtp_newlink.patch
	patches.suse/tipc-fix-memory-leak-caused-by-tipc_buf_append.patch
	patches.suse/ibmvnic-fix-ibmvnic_set_mac.patch
	patches.suse/r8169-fix-issue-with-forced-threading-in-combination.patch
	patches.suse/drm-amdgpu-disable-DCN-and-VCN-for-navi10-blockchain.patch
	patches.suse/drm-amdgpu-add-DID-for-navi10-blockchain-SKU.patch
	patches.suse/drm-amdgpu-don-t-map-BO-in-reserved-region.patch
	patches.suse/drm-amd-display-Fixed-panic-during-seamless-boot.patch
	patches.suse/drm-amdgpu-increase-the-reserved-VM-size-to-2MB.patch
	patches.suse/drm-amd-display-adding-ddc_gpio_vga_reg_list-to-ddc-.patch
	patches.suse/drm-amd-display-Fix-kernel-panic-by-dal_gpio_open-er.patch
	patches.suse/drm-amd-display-Don-t-invoke-kgdb_breakpoint-uncondi.patch
	patches.suse/drm-sun4i-frontend-Rework-a-bit-the-phase-data.patch
	patches.suse/drm-sun4i-frontend-Reuse-the-ch0-phase-for-RGB-forma.patch
	patches.suse/drm-sun4i-frontend-Fix-the-scaler-phase-on-A33.patch
	patches.suse/drm-v3d-Fix-double-free-in-v3d_submit_cl_ioctl.patch
	patches.suse/drm-vc4-drv-Add-error-handding-for-bind.patch
	patches.suse/0032-drm-vc4-hdmi-Avoid-sleeping-in-atomic-context.patch
	patches.suse/drm-shme-helpers-Fix-dma_buf_mmap-forwarding-bug.patch
	patches.suse/0087-drm-vc4-hdmi-Add-a-name-to-the-codec-DAI-component.patch
	patches.suse/0088-drm-vc4-Rework-the-structure-conversion-functions.patch
	patches.suse/drm-nouveau-nouveau-fix-the-start-end-range-for-migr.patch
	patches.suse/drm-nouveau-kms-nv50-Program-notifier-offset-before-.patch
	patches.suse/drm-nouveau-gem-fix-refcount_t-underflow-use-after-f.patch
	patches.suse/drm-nouveau-device-fix-changing-endianess-code-to-wo.patch
	patches.suse/drm-nouveau-kms-nv50-Get-rid-of-bogus-nouveau_conn_m.patch
	patches.suse/drm-i915-region-fix-max-size-calculation.patch
	patches.suse/drm-i915-Restore-ILK-M-RPS-support.patch
	patches.suse/drm-i915-Reject-90-270-degree-rotated-initial-fbs.patch
	patches.suse/mmc-sdhci-Use-Auto-CMD-Auto-Select-only-when-v4_mode.patch
	patches.suse/mmc-sdhci-of-esdhc-set-timeout-to-max-before-tuning.patch
	patches.suse/mmc-sdhci-of-esdhc-make-sure-delay-chain-locked-for-.patch
	patches.suse/bsc1175543-intel_idle-Fix-max_cstate-for-processor-models-witho.patch
	patches.suse/ACPI-NFIT-Fix-comparison-to-ENXIO.patch
	patches.suse/ACPI-button-Drop-no-longer-necessary-Acer-SW5-012-li.patch
	patches.suse/ACPI-dock-fix-enum-conversion-warning.patch
	patches.suse/ARM-mvebu-drop-pointless-check-for-coherency_base.patch
	patches.suse/KVM-arm64-ARM_SMCCC_ARCH_WORKAROUND_1-doesn-t-return.patch
	patches.suse/arm64-avoid-Woverride-init-warning.patch
	patches.suse/arm64-efi-increase-EFI-PE-COFF-header-padding-to-64-.patch
	patches.suse/btrfs-fix-relocation-failure-due-to-race-with-falloc.patch
	patches.suse/btrfs-fix-use-after-free-on-readahead-extent-after-f.patch
	patches.suse/btrfs-fix-readahead-hang-and-use-after-free-after-re.patch
	patches.suse/ata-sata_nv-Fix-retrieving-of-active-qcs.patch
	patches.suse/0001-nbd-don-t-update-block-size-after-device-is-started.patch
	patches.suse/nvme-rdma-handle-unexpected-nvme-completion-data-len.patch
	patches.suse/nvme-fc-track-error_recovery-while-connecting.patch
	patches.suse/nvme-fc-remove-err_work-work-item.patch
	patches.suse/nvme-fc-eliminate-terminate_io-use-by-nvme_fc_error_.patch
	patches.suse/nvme-fc-remove-nvme_fc_terminate_io.patch
	patches.suse/scsi-qla2xxx-Return-EBUSY-on-fcport-deletion.patch
	patches.suse/scsi-ibmvscsi-Fix-potential-race-after-loss-of-trans.patch
	patches.suse/Bluetooth-btintel-Replace-zero-length-array-with-fle-4acbf5545d5a.patch
	patches.suse/gve-Replace-zero-length-array-with-flexible-array-me.patch
	patches.suse/x86-kvm-reserve-kvm_feature_msi_ext_dest_id
	patches.suse/usb-host-fsl-mph-dr-of-check-return-of-dma_set_mask.patch
	patches.suse/usb-cdc-acm-fix-cooldown-mechanism.patch
	patches.suse/usb-typec-tcpm-reset-hard_reset_count-for-any-discon.patch
	patches.suse/xhci-Fix-sizeof-mismatch.patch
	patches.suse/xhci-Don-t-create-stream-debugfs-files-with-spinlock.patch
	patches.suse/tty-serial-fsl_lpuart-LS1021A-has-a-FIFO-size-of-16-.patch
	patches.suse/vt-keyboard-simplify-vt_kdgkbsent.patch
	patches.suse/vt-keyboard-extend-func_buf_lock-to-readers.patch
	patches.suse/staging-octeon-repair-fixed-link-support.patch
	patches.suse/staging-octeon-Drop-on-uncorrectable-alignment-or-FC.patch
	patches.suse/staging-comedi-cb_pcidas-Allow-2-channel-commands-fo.patch
	patches.suse/docs-ABI-sysfs-c2port-remove-a-duplicated-entry.patch
	patches.suse/coresight-add-module-license.patch
	patches.suse/coresight-Fix-uninitialised-pointer-bug-in-etm_setup.patch
	patches.suse/coresight-cti-Initialize-dynamic-sysfs-attributes.patch
	patches.suse/futex-Fix-incorrect-should_fail_futex-handling.patch
	patches.suse/time-Prevent-undefined-behaviour-in-timespec64_to_ns.patch
	patches.suse/0001-mm-mremap_pages-fix-static-key-devmap_managed_key-up.patch
	patches.suse/lib-crc32test-remove-extra-local_irq_disable-enable.patch
	patches.suse/mm-truncate.c-make-__invalidate_mapping_pages-static.patch
	patches.suse/kthread_worker-prevent-queuing-delayed-work-from-tim.patch
	patches.suse/mm-always-have-io_remap_pfn_range-set-pgprot_decrypt.patch
	patches.suse/tty-make-FONTX-ioctl-use-the-tty-pointer-they-were-a.patch
	patches.suse/x86-boot-compressed-64-introduce-sev_status
	patches.suse/x86-boot-compressed-64-sanity-check-cpuid-results-in-the-early-vc-handler
	patches.suse/x86-boot-compressed-64-check-sev-encryption-in-64-bit-boot-path
	patches.suse/x86-head-64-check-sev-encryption-before-switching-to-kernel-page-table
	patches.suse/x86-sev-es-do-not-support-mmio-to-from-encrypted-memory
	patches.suse/ice-docs-fix-a-devlink-info-that-broke-a-table.patch
	patches.suse/IB-srpt-docs-add-a-description-for-cq_size-member.patch
	patches.suse/PCI-dwc-Restore-ATU-memory-resource-setup-to-use-las.patch
	patches.suse/PCI-mvebu-Fix-duplicate-resource-requests.patch
	patches.suse/PM-runtime-Drop-runtime-PM-references-to-supplier-on.patch
	patches.suse/regulator-defer-probe-when-trying-to-get-voltage-fro.patch
	patches.suse/spi-imx-fix-runtime-pm-support-for-config_pm.patch
	patches.suse/spi-fsl-dspi-fix-wrong-pointer-in-suspend-resume.patch
	patches.suse/IB-srpt-Fix-memory-leak-in-srpt_add_one.patch
	patches.suse/RDMA-srpt-Fix-typo-in-srpt_unregister_mad_agent-docs.patch
	patches.suse/msft-hv-2168-hv_balloon-disable-warning-when-floor-reached.patch
	patches.suse/msft-hv-2169-x86-hyperv-Clarify-comment-on-x2apic-mode.patch
	patches.suse/tracing-fix-out-of-bounds-write-in-get_trace_buf.patch
	patches.suse/ftrace-fix-recursion-check-for-nmi-test.patch
	patches.suse/ftrace-handle-tracing-when-switching-between-context.patch
	patches.suse/ring-buffer-fix-recursion-protection-transitions-between-interrupt-context.patch
	patches.suse/net-fec-fix-mdio-probing-for-some-fec-hardware-blocks.patch
	patches.suse/gianfar-Replace-skb_realloc_headroom-with-skb_cow_he.patch
	patches.suse/gianfar-Account-for-Tx-PTP-timestamp-in-the-skb-head.patch
	patches.suse/ICMPv6-Add-ICMPv6-Parameter-Problem-code-3-definitio.patch
	patches.suse/IPv6-reply-ICMP-error-if-the-first-fragment-don-t-in.patch
	patches.suse/cadence-force-nonlinear-buffers-to-be-cloned.patch
	patches.suse/mac80211-fix-regression-where-EAPOL-frames-were-sent.patch
	patches.suse/mac80211-fix-use-of-skb-payload-instead-of-header.patch
	patches.suse/cfg80211-initialize-wdev-data-earlier.patch
	patches.suse/mac80211-always-wind-down-STA-state.patch
	patches.suse/cfg80211-regulatory-Fix-inconsistent-format-argument.patch
	patches.suse/mac80211-don-t-require-VHT-elements-for-HE-on-2.4-GH.patch
	patches.suse/dpaa_eth-update-the-buffer-layout-for-non-A050385-er.patch
	patches.suse/dpaa_eth-fix-the-RX-headroom-size-alignment.patch
	patches.suse/powerpc-vnic-Extend-failover-pending-window.patch
	patches.suse/sfp-Fix-error-handing-in-sfp_probe.patch
	patches.suse/net-usb-qmi_wwan-add-Telit-LE910Cx-0x1230-compositio.patch
	patches.suse/chelsio-chtls-fix-memory-leaks-caused-by-a-race.patch
	patches.suse/chelsio-chtls-fix-always-leaking-ctrl_skb.patch
	patches.suse/xfrm-interface-fix-the-priorities-for-ipip-and-ipv6-.patch
	patches.suse/dt-bindings-can-add-can-controller.yaml.patch
	patches.suse/dt-bindings-can-flexcan-convert-fsl-flexcan-bindings.patch
	patches.suse/can-rx-offload-don-t-call-kfree_skb-from-IRQ-context.patch
	patches.suse/can-dev-can_get_echo_skb-prevent-call-to-kfree_skb-i.patch
	patches.suse/can-dev-__can_get_echo_skb-fix-real-payload-length-r.patch
	patches.suse/can-can_create_echo_skb-fix-echo-skb-generation-alwa.patch
	patches.suse/can-ti_hecc-ti_hecc_probe-add-missed-clk_disable_unp.patch
	patches.suse/can-xilinx_can-handle-failure-cases-of-pm_runtime_ge.patch
	patches.suse/can-peak_usb-add-range-checking-in-decode-operations.patch
	patches.suse/can-peak_usb-peak_usb_get_ts_time-fix-timestamp-wrap.patch
	patches.suse/can-peak_canfd-pucan_handle_can_rx-fix-echo-manageme.patch
	patches.suse/can-flexcan-remove-FLEXCAN_QUIRK_DISABLE_MECR-quirk-.patch
	patches.suse/can-flexcan-add-ECC-initialization-for-LX2160A.patch
	patches.suse/can-flexcan-add-ECC-initialization-for-VF610.patch
	patches.suse/can-flexcan-flexcan_remove-disable-wakeup-completely.patch
	patches.suse/r8169-work-around-short-packet-hw-bug-on-RTL8125.patch
	patches.suse/ionic-check-port-ptr-before-use.patch
	patches.suse/0001-s390-ap-fix-ap-devices-reference-counting.patch
	patches.suse/s390-pkey-fix-paes-selftest-failure-with-paes-and-pkey-static-build
	patches.suse/s390-pci-fix-hot-plug-of-pci-function-missing-bus
	patches.suse/vfio-pci-implement-ioeventfd-thread-handler-for-contended-memory-lock
	patches.suse/iommu-amd-Increase-interrupt-remapping-table-limit-t.patch
	patches.suse/iommu-vt-d-fix-kernel-null-pointer-dereference-in-find_domain
	patches.suse/iommu-vt-d-fix-a-bug-for-pdp-check-in-prq_event_thread
	patches.suse/tpm_tis-Disable-interrupts-on-ThinkPad-T490s.patch
	patches.suse/tpm-efi-Don-t-create-binary_bios_measurements-file-f.patch
	patches.suse/drm-imx-parallel-display-remove-unused-function-enc_.patch
	patches.suse/0033-drm-imx-tve-remove-extraneous-type-qualifier.patch
	patches.suse/drm-i915-gvt-Set-SNOOP-for-PAT3-on-BXT-APL-to-workar.patch
	patches.suse/drm-i915-gvt-Only-pin-unpin-intel_context-along-with.patch
	patches.suse/drm-i915-gt-Use-the-local-HWSP-offset-during-submiss.patch
	patches.suse/drm-i915-Fix-encoder-lookup-during-PSR-atomic-check.patch
	patches.suse/drm-amdgpu-perform-srbm-soft-reset-always-on-SDMA-re.patch
	patches.suse/amd-amdgpu-Disable-VCN-DPG-mode-for-Picasso.patch
	patches.suse/drm-amdgpu-update-golden-setting-for-sienna_cichlid2.patch
	patches.suse/drm-amdgpu-resolved-ASD-loading-issue-on-sienna.patch
	patches.suse/0089-drm-vc4-bo-Add-a-managed-action-to-cleanup-the-cache.patch
	patches.suse/0090-drm-vc4-drv-Use-managed-drm_mode_config_init.patch
	patches.suse/0091-drm-vc4-gem-Add-a-managed-action-to-cleanup-the-job-.patch
	patches.suse/0092-drm-vc4-Use-the-helper-to-retrieve-vc4_dev-when-need.patch
	patches.suse/0093-drm-vc4-Use-devm_drm_dev_alloc.patch
	patches.suse/0094-drm-vc4-kms-Add-functions-to-create-the-state-object.patch
	patches.suse/drm-panfrost-Fix-a-deadlock-between-the-shrinker-and.patch
	patches.suse/drm-panfrost-Fix-module-unload.patch
	patches.suse/0095-drm-vc4-drv-Remove-unused-variable.patch
	patches.suse/Fonts-Replace-discarded-const-qualifier.patch
	patches.suse/ALSA-fix-kernel-doc-markups.patch
	patches.suse/ALSA-make-snd_kcontrol_new-name-a-normal-string.patch
	patches.suse/ALSA-usb-audio-Add-implicit-feedback-quirk-for-Zoom-.patch
	patches.suse/ALSA-hda-realtek-Fixed-HP-headset-Mic-can-t-be-detec.patch
	patches.suse/ALSA-hda-Refactor-codec-PM-to-use-direct-complete-op.patch
	patches.suse/ALSA-hda-Separate-runtime-and-system-suspend.patch
	patches.suse/ALSA-hda-Reinstate-runtime_allow-for-all-hda-control.patch
	patches.suse/ALSA-hda-prevent-undefined-shift-in-snd_hdac_ext_bus.patch
	patches.suse/ALSA-hda-realtek-Enable-headphone-for-ASUS-TM420.patch
	patches.suse/ALSA-usb-audio-add-usb-vendor-id-as-DSD-capable-for-.patch
	patches.suse/ALSA-usb-audio-Add-implicit-feedback-quirk-for-MODX.patch
	patches.suse/ALSA-usb-audio-Add-implicit-feedback-quirk-for-Qu-16.patch
	patches.suse/ASoC-Intel-kbl_rt5663_max98927-Fix-kabylake_ssp_fixu.patch
	patches.suse/ASoC-mediatek-mt8183-da7219-fix-DAPM-paths-for-rt101.patch
	patches.suse/ASoC-codecs-wsa881x-add-missing-stream-rates-and-for.patch
	patches.suse/ASoC-qcom-sdm845-set-driver-name-correctly.patch
	patches.suse/ASoC-cs42l51-manage-mclk-shutdown-delay.patch
	patches.suse/ASoC-SOF-loader-handle-all-SOF_IPC_EXT-types.patch
	patches.suse/ASoC-codecs-wcd934x-Set-digital-gain-range-correctly.patch
	patches.suse/ASoC-codecs-wcd9335-Set-digital-gain-range-correctly.patch
	patches.suse/mtd-spi-nor-Don-t-copy-self-pointing-struct-around.patch
	patches.suse/mtd-spi-nor-Fix-address-width-on-flash-chips-16MB.patch
	patches.suse/ceph-check-session-state-after-bumping-session-s_seq.patch
	patches.suse/i2c-mediatek-move-dma-reset-before-i2c-reset.patch
	patches.suse/i2c-sh_mobile-implement-atomic-transfers.patch
	patches.suse/i2c-mlxbf-Add-CONFIG_ACPI-to-guard-ACPI-function-cal.patch
	patches.suse/i2c-mlxbf-Fix-resrticted-cast-warning-of-sparse.patch
	patches.suse/i2c-mlxbf-Remove-unecessary-wrapper-functions.patch
	patches.suse/i2c-mlxbf-Update-reference-clock-frequency.patch
	patches.suse/i2c-mlxbf-Update-author-and-maintainer-email-info.patch
	patches.suse/i2c-mlxbf-I2C_MLXBF-should-depend-on-MELLANOX_PLATFO.patch
	patches.suse/nvme-introduce-nvme_sync_io_queues.patch
	patches.suse/nvme-rdma-avoid-race-between-time-out-and-tear-down.patch
	patches.suse/nvme-tcp-avoid-race-between-time-out-and-tear-down.patch
	patches.suse/nvme-rdma-avoid-repeated-request-completion.patch
	patches.suse/nvme-tcp-avoid-repeated-request-completion.patch
	patches.suse/powerpc-eeh_cache-Fix-a-possible-debugfs-deadlock.patch
	patches.suse/powerpc-numa-Fix-build-when-CONFIG_NUMA-n.patch
	patches.suse/futex-Handle-transient-ownerless-rtmutex-state-corre.patch
	patches.suse/perf-core-fix-a-memory-leak-in-perf_event_parse_addr_filter.patch
	patches.suse/x86-speculation-allow-ibpb-to-be-conditionally-enabled-on-cpus-with-always-on-stibp.patch
	patches.suse/x86-platform-uv-Fix-missing-OEM_TABLE_ID.patch
	patches.suse/x86-platform-uv-Remove-spaces-from-OEM-IDs.patch
	patches.suse/x86-platform-uv-Recognize-UV5-hubless-system-identif.patch
	patches.suse/xfs-set-xefi_discard-when-creating-a-deferred-agfl-f.patch
	patches.suse/xfs-flush-new-eof-page-on-truncate-to-avoid-post-eof.patch
	patches.suse/xfs-fix-scrub-flagging-rtinherit-even-if-there-is-no.patch
	patches.suse/usb-dwc3-pci-add-support-for-the-Intel-Alder-Lake-S.patch
	patches.suse/usb-gadget-goku_udc-fix-potential-crashes-in-probe.patch
	patches.suse/usb-dwc2-Avoid-leaving-the-error_debugfs-label-unuse.patch
	patches.suse/USB-Add-NO_LPM-quirk-for-Kingston-flash-drive.patch
	patches.suse/usb-mtu3-fix-panic-in-mtu3_gadget_stop.patch
	patches.suse/USB-serial-option-add-Quectel-EC200T-module-support.patch
	patches.suse/USB-serial-cyberjack-fix-write-URB-completion-race.patch
	patches.suse/USB-serial-option-add-LE910Cx-compositions-0x1203-0x.patch
	patches.suse/USB-serial-option-add-Telit-FN980-composition-0x1055.patch
	patches.suse/serial-8250_mtk-Fix-uart_get_baud_rate-warning.patch
	patches.suse/tty-serial-imx-enable-earlycon-by-default-if-IMX_SER.patch
	patches.suse/serial-txx9-add-missing-platform_driver_unregister-o.patch
	patches.suse/vt-Disable-KD_FONT_OP_COPY.patch
	patches.suse/ext4-correctly-report-not-supported-for-usr-grp-jquo.patch
	patches.suse/ext4-unlock-xattr_sem-properly-in-ext4_inline_data_t.patch
	patches.suse/jbd2-fix-up-sparse-warnings-in-checkpoint-code.patch
	patches.suse/sunrpc-fix-general-protection-fault-in-trace_rpc_xdr_overflow.patch
	patches.suse/powercap-Restrict-energy-meter-to-root-access.patch
	patches.suse/swiotlb-fix-x86-Don-t-panic-if-can-not-alloc-buffer-.patch
	patches.suse/ACPI-scan-Fix-acpi_dma_configure_id-kerneldoc-name.patch
	patches.suse/ACPI-Fix-whitespace-inconsistencies.patch
	patches.suse/ACPI-GED-fix-Wformat.patch
	patches.suse/ACPI-button-Add-DMI-quirk-for-Medion-Akoya-E2228T.patch
	patches.suse/ACPI-DPTF-Support-Alder-Lake.patch
	patches.suse/bpf-Don-t-rely-on-GCC-__attribute__-optimize-to-disa.patch
	patches.suse/libbpf-hashmap-Fix-undefined-behavior-in-hash_bits.patch
	patches.suse/tools-bpftool-Fix-attaching-flow-dissector.patch
	patches.suse/bpf-Zero-fill-re-used-per-cpu-map-element.patch
	patches.suse/r8169-fix-potential-skb-double-free-in-an-error-path.patch
	patches.suse/r8169-disable-hw-csum-for-short-packets-on-all-chip-.patch
	patches.suse/net-mlx5e-Use-spin_lock_bh-for-async_icosq_lock.patch
	patches.suse/net-mlx5-Fix-deletion-of-duplicate-rules.patch
	patches.suse/net-mlx5-E-switch-Avoid-extack-error-log-for-disable.patch
	patches.suse/net-mlx5e-Fix-VXLAN-synchronization-after-function-r.patch
	patches.suse/net-mlx5e-Fix-incorrect-access-of-RCU-protected-xdp_.patch
	patches.suse/tunnels-Fix-off-by-one-in-lower-MTU-bounds-for-ICMP-.patch
	patches.suse/ethtool-netlink-add-missing-netdev_features_change-c.patch
	patches.suse/net-phy-realtek-support-paged-operations-on-RTL8201C.patch
	patches.suse/lan743x-fix-BUG-invalid-wait-context-when-setting-rx.patch
	patches.suse/net-af_iucv-fix-null-pointer-dereference-on-shutdown
	patches.suse/cxgb4-ch_ktls-decrypted-bit-is-not-enough.patch
	patches.suse/ch_ktls-Correction-in-finding-correct-length.patch
	patches.suse/ch_ktls-Update-cheksum-information.patch
	patches.suse/cxgb4-ch_ktls-creating-skbs-causes-panic.patch
	patches.suse/ch_ktls-Correction-in-trimmed_len-calculation.patch
	patches.suse/ch_ktls-missing-handling-of-header-alone.patch
	patches.suse/ch_ktls-Correction-in-middle-record-handling.patch
	patches.suse/ch_ktls-packet-handling-prior-to-start-marker.patch
	patches.suse/ch_ktls-don-t-free-skb-before-sending-FIN.patch
	patches.suse/ch_ktls-cxgb4-handle-partial-tag-alone-SKBs.patch
	patches.suse/ch_ktls-tcb-update-fails-sometimes.patch
	patches.suse/ch_ktls-stop-the-txq-if-reaches-threshold.patch
	patches.suse/cosa-Add-missing-kfree-in-error-path-of-cosa_write.patch
	patches.suse/devlink-Avoid-overwriting-port-attributes-of-registe.patch
	patches.suse/i40e-Fix-MAC-address-setting-for-a-VF-via-Host-VM.patch
	patches.suse/i40e-xsk-uninitialized-variable-in-i40e_clean_rx_irq.patch
	patches.suse/igc-Fix-returning-wrong-statistics.patch
	patches.suse/ext4-handle-dax-mount-option-collision.patch
	patches.suse/ARM-9019-1-kprobes-Avoid-fortify_panic-when-copying-optprobe-template.patch
	patches.suse/msft-hv-2170-video-hyperv_fb-include-vmalloc.h.patch
	patches.suse/drm-gma500-Fix-out-of-bounds-access-to-struct-drm_de.patch
	patches.suse/0003-drm-i915-Correctly-set-SFC-capability-for-video-engi.patch
	patches.suse/drm-amd-display-Add-missing-pflip-irq.patch
	patches.suse/mmc-renesas_sdhi_core-Add-missing-tmio_mmc_host_free.patch
	patches.suse/mmc-sdhci-of-esdhc-Handle-pulse-width-detection-erra.patch
	patches.suse/gpio-aspeed-fix-ast2600-bank-properties2.patch
	patches.suse/gpio-pcie-idio-24-Fix-irq-mask-when-masking.patch
	patches.suse/gpio-pcie-idio-24-Fix-IRQ-Enable-Register-value.patch
	patches.suse/gpio-pcie-idio-24-Enable-PEX8311-interrupts.patch
	patches.suse/pinctrl-rockchip-enable-gpio-pclk-for-rockchip_gpio_.patch
	patches.suse/pinctrl-rockchip-create-irq-mapping-in-gpio_to_irq.patch
	patches.suse/pinctrl-aspeed-Fix-GPI-only-function-problem.patch
	patches.suse/pinctrl-amd-fix-incorrect-way-to-disable-debounce-fi.patch
	patches.suse/pinctrl-amd-use-higher-precision-for-512-RtcClk.patch
	patches.suse/pinctrl-intel-Fix-2-kOhm-bias-which-is-833-Ohm.patch
	patches.suse/pinctrl-intel-Set-default-bias-in-case-no-particular.patch
	patches.suse/dt-bindings-can-fsl-flexcan.yaml-fix-fsl-stop-mode.patch
	patches.suse/dt-bindings-can-fsl-flexcan.yaml-fix-compatible-for-.patch
	patches.suse/0006-nbd-fix-a-block_device-refcount-leak-in-nbd_release.patch
	patches.suse/block-add-a-return-value-to-set_capacity_revalidate_and_notify.patch
	patches.suse/loop-fix-occasional-uevent-drop.patch
	patches.suse/xfs-fix-flags-argument-to-rmap-lookup-when-convertin.patch
	patches.suse/xfs-set-the-unwritten-bit-in-rmap-lookup-flags-in-xc.patch
	patches.suse/xfs-fix-rmap-key-and-record-comparison-functions.patch
	patches.suse/xfs-fix-brainos-in-the-refcount-scrubber-s-rmap-frag.patch
	patches.suse/xfs-fix-a-missing-unlock-on-error-in-xfs_fs_map_bloc.patch
	patches.suse/selinux-Fix-error-return-code-in-sel_ib_pkey_sid_slo.patch
	patches.suse/hwmon-pwm-fan-Fix-RPM-calculation.patch
	patches.suse/clk-define-to_clk_regmap-as-inline-function.patch
	patches.suse/Revert-kernel-reboot.c-convert-simple_strtoul-to-kst.patch
	patches.suse/reboot-fix-overflow-parsing-reboot-cpu-number.patch
	patches.suse/kernel-watchdog-fix-watchdog_allowed_mask-not-used-w.patch
	patches.suse/mm-memcontrol-fix-missing-wakeup-polling-thread.patch
	patches.suse/ocfs2-initialize-ip_next_orphan.patch
	patches.suse/futex-Don-t-enable-IRQs-unconditionally-in-put_pi_st.patch
	patches.suse/sched-fair-Ensure-tasks-spreading-in-LLC-during-LB.patch
	patches.suse/x86-platform-uv-Drop-last-traces-of-uv_flush_tlb_oth.patch
	patches.suse/x86-platform-uv-Fix-copied-UV5-output-archtype.patch
	patches.suse/iommu-vt-d-Cure-VF-irqdomain-hickup.patch
	patches.suse/kvm-x86-introduce-cr3_lm_rsvd_bits-in-kvm_vcpu_arch
	patches.suse/kvm-svm-update-cr3_lm_rsvd_bits-for-amd-sev-guests
	patches.suse/thunderbolt-Add-the-missed-ida_simple_remove-in-ring.patch
	patches.suse/thunderbolt-Fix-memory-leak-if-ida_simple_get-fails-.patch
	patches.suse/thunderbolt-Add-support-for-Intel-Tiger-Lake-H.patch
	patches.suse/xhci-hisilicon-fix-refercence-leak-in-xhci_histb_pro.patch
	patches.suse/usb-typec-ucsi-report-power-supply-changes.patch
	patches.suse/usb-cdc-acm-Add-DISABLE_ECHO-for-Renesas-USB-Downloa.patch
	patches.suse/mei-protect-mei_cl_mtu-from-null-dereference.patch
	patches.suse/virtio-virtio_console-fix-DMA-memory-allocation-for-.patch
	patches.suse/uio-Fix-use-after-free-in-uio_unregister_device.patch
	patches.suse/swiotlb-using-SIZE_MAX-needs-limits.h-included.patch
	patches.suse/msft-hv-2143-Drivers-hv-vmbus-Allow-cleanup-of-VMBUS_CONNECT_CPU-.patch
	patches.suse/arm64-dts-fsl-DPAA-FMan-DMA-operations-are-coherent.patch
	patches.suse/arm64-dts-allwinner-beelink-gs1-Enable-both-RGMII-RX.patch
	patches.suse/arm64-dts-allwinner-Pine-H64-Enable-both-RGMII-RX-TX.patch
	patches.suse/arm64-dts-allwinner-a64-OrangePi-Win-Fix-ethernet-no.patch
	patches.suse/arm64-dts-allwinner-a64-Pine64-Plus-Fix-ethernet-nod.patch
	patches.suse/arm64-dts-allwinner-h5-OrangePi-PC2-Fix-ethernet-nod.patch
	patches.suse/ARM-dts-sun8i-r40-bananapi-m2-ultra-Fix-ethernet-node.patch
	patches.suse/Revert-arm-sun8i-orangepi-pc-plus-Set-EMAC-activity-LEDs-to-active-high.patch
	patches.suse/ARM-dts-sun6i-a31-hummingbird-Enable-RGMII-RX-TX-delay-on-Ethernet-PHY.patch
	patches.suse/ARM-dts-sun7i-cubietruck-Enable-RGMII-RX-TX-delay-on-Ethernet-PHY.patch
	patches.suse/ARM-dts-sun7i-bananapi-m1-plus-Enable-RGMII-RX-TX-delay-on-Ethernet-PHY.patch
	patches.suse/ARM-dts-sun8i-h3-orangepi-plus2e-Enable-RGMII-RX-TX-delay-on-Ethernet-PHY.patch
	patches.suse/ARM-dts-sun8i-a83t-Enable-both-RGMII-RX-TX-delay-on-Ethernet-PHY.patch
	patches.suse/ARM-dts-sun9i-Enable-both-RGMII-RX-TX-delay-on-Ethernet-PHY.patch
	patches.suse/ARM-dts-sunxi-bananapi-m2-plus-Enable-RGMII-RX-TX-delay-on-Ethernet-PHY.patch
	patches.suse/arm64-dts-allwinner-a64-bananapi-m64-Enable-RGMII-RX.patch
	patches.suse/arm64-dts-allwinner-h5-OrangePi-Prime-Fix-ethernet-n.patch
	patches.suse/arm-dts-imx6qdl-udoo-fix-rgmii-phy-mode-for-ksz9031-phy.patch
	patches.suse/arm64-dts-imx8mm-fix-voltage-for-1.6GHz-CPU-operatin.patch
	patches.suse/ARM-dts-imx50-evk-Fix-the-chip-select-1-IOMUX.patch
	patches.suse/s390-cpum_sf-c-fix-file-permission-for-cpum_sfb_size
	patches.suse/Input-adxl34x-clean-up-a-data-type-in-adxl34x_probe.patch
	patches.suse/Input-i8042-allow-insmod-to-succeed-on-devices-witho.patch
	patches.suse/Input-sunkbd-avoid-use-after-free-in-teardown-paths.patch
	patches.suse/Input-resistive-adc-touch-fix-kconfig-dependency-on-.patch
	patches.suse/Input-elan_i2c-fix-firmware-update-on-newer-ICs.patch
	patches.suse/regulator-pfuze100-limit-pfuze-support-disable-sw-to.patch
	patches.suse/regulator-fix-memory-leak-with-repeated-set_machine_.patch
	patches.suse/regulator-avoid-resolve_supply-infinite-recursion.patch
	patches.suse/regulator-workaround-self-referent-regulators.patch
	patches.suse/regulator-ti-abb-Fix-array-out-of-bound-read-access-.patch
	patches.suse/spi-lpspi-Fix-use-after-free-on-unbind.patch
	patches.suse/spi-cadence-quadspi-Fix-error-return-code-in-cqspi_p.patch
	patches.suse/cpufreq-tegra186-Fix-get-frequency-callback.patch
	patches.suse/ACPI-APEI-Fix-error-return-value-in-apei_map_generic.patch
	patches.suse/ACPI-fan-Initialize-performance-state-sysfs-attribut.patch
	patches.suse/selftests-powerpc-rfi_flush-disable-entry-flush-if-p.patch
	patches.suse/powerpc-64s-flush-L1D-on-kernel-entry.patch
	patches.suse/powerpc-64s-flush-L1D-after-user-accesses.patch
	patches.suse/powerpc-Only-include-kup-radix.h-for-64-bit-Book3S.patch
	patches.suse/selftests-powerpc-entry-flush-test.patch
	patches.suse/selftests-powerpc-refactor-entry-and-rfi_flush-tests.patch
	patches.suse/powerpc-64s-rename-pnv-pseries_setup_rfi_flush-to-_s.patch
	patches.suse/RDMA-cm-Make-the-local_id_table-xarray-non-irq.patch
	patches.suse/RDMA-pvrdma-Fix-missing-kfree-in-pvrdma_register_dev.patch
	patches.suse/IB-hfi1-Fix-error-return-code-in-hfi1_init_dd.patch
	patches.suse/rfkill-Fix-use-after-free-in-rfkill_resume.patch
	patches.suse/mac80211-minstrel-remove-deferred-sampling-code.patch
	patches.suse/mac80211-minstrel-fix-tx-status-processing-corner-ca.patch
	patches.suse/mac80211-free-sta-in-sta_info_insert_finish-on-error.patch
	patches.suse/net-dsa-mv88e6xxx-Avoid-VTU-corruption-on-6097.patch
	patches.suse/lan743x-fix-issue-causing-intermittent-kernel-log-wa.patch
	patches.suse/lan743x-prevent-entire-kernel-HANG-on-open-for-some-.patch
	patches.suse/can-af_can-prevent-potential-access-of-uninitialized.patch
	patches.suse/can-af_can-prevent-potential-access-of-uninitialize2.patch
	patches.suse/can-dev-can_restart-post-buffer-from-the-right-conte.patch
	patches.suse/can-ti_hecc-Fix-memleak-in-ti_hecc_probe.patch
	patches.suse/can-mcba_usb-mcba_usb_start_xmit-first-fill-skb-then.patch
	patches.suse/can-peak_usb-fix-potential-integer-overflow-on-shift.patch
	patches.suse/can-flexcan-flexcan_setup_stop_mode-add-missing-req_.patch
	patches.suse/can-flexcan-fix-failure-handling-of-pm_runtime_get_s.patch
	patches.suse/can-m_can-m_can_handle_state_change-fix-state-change.patch
	patches.suse/can-m_can-m_can_stop-set-device-to-software-init-mod.patch
	patches.suse/pm-runtime-add-pm_runtime_resume_and_get-to-deal-with-usage-counter
	patches.suse/net-fec-Fix-reference-count-leak-in-fec-series-ops.patch
	patches.suse/ipv6-netfilter-Discard-first-fragment-not-including-.patch
	patches.suse/net-lantiq-Wait-for-the-GPHY-firmware-to-be-ready.patch
	patches.suse/qlcnic-fix-error-return-code-in-qlcnic_83xx_restart_.patch
	patches.suse/net-ethernet-ti-cpsw-fix-error-return-code-in-cpsw_p.patch
	patches.suse/net-stmmac-Use-rtnl_lock-unlock-on-netif_set_real_nu.patch
	patches.suse/net-qualcomm-rmnet-Fix-incorrect-receive-packet-hand.patch
	patches.suse/bnxt_en-read-EEPROM-A2h-address-using-page-0.patch
	patches.suse/bnxt_en-Free-port-stats-during-firmware-reset.patch
	patches.suse/bnxt_en-Fix-counter-overflow-logic.patch
	patches.suse/bnxt_en-Avoid-unnecessary-NVM_GET_DEV_INFO-cmd-error.patch
	patches.suse/qed-fix-error-return-code-in-qed_iwarp_ll2_start.patch
	patches.suse/net-b44-fix-error-return-code-in-b44_init_one.patch
	patches.suse/enetc-Workaround-for-MDIO-register-access-issue.patch
	patches.suse/net-tls-Fix-wrong-record-sn-in-async-mode-of-device-.patch
	patches.suse/qed-fix-ILT-configuration-of-SRC-block.patch
	patches.suse/atl1c-fix-error-return-code-in-atl1c_probe.patch
	patches.suse/atl1e-fix-error-return-code-in-atl1e_probe.patch
	patches.suse/mlxsw-Fix-firmware-flashing.patch
	patches.suse/mlxsw-core-Use-variable-timeout-for-EMAD-retries.patch
	patches.suse/net-mlx5e-Fix-refcount-leak-on-kTLS-RX-resync.patch
	patches.suse/net-mlx5e-Fix-IPsec-packet-drop-by-mlx5e_tc_update_s.patch
	patches.suse/net-mlx5e-Fix-check-if-netdev-is-bond-slave.patch
	patches.suse/net-mlx5-Add-handling-of-port-type-in-rule-deletion.patch
	patches.suse/net-mlx5-Clear-bw_share-upon-VF-disable.patch
	patches.suse/net-mlx5-Disable-QoS-when-min_rates-on-all-VFs-are-z.patch
	patches.suse/net-mlx5-E-Switch-Fail-mlx5_esw_modify_vport_rate-if.patch
	patches.suse/net-mlx4_core-Fix-init_hca-fields-offset.patch
	patches.suse/can-kvaser_usb-kvaser_usb_hydra-Fix-KCAN-bittiming-l.patch
	patches.suse/can-flexcan-flexcan_chip_start-fix-erroneous-flexcan.patch
	patches.suse/net-smc-fix-matching-of-existing-link-groups
	patches.suse/net-smc-fix-direct-access-to-ib_gid_addr-ndev-in-smc_ib_determine_gid
	patches.suse/libbpf-Don-t-attempt-to-load-unused-subprog-as-an-en.patch
	patches.suse/selftests-bpf-Fix-unused-attribute-usage-in-subprogs.patch
	patches.suse/tools-bpftool-Add-missing-close-before-bpftool-net-a.patch
	patches.suse/bpf-Relax-return-code-check-for-subprograms.patch
	patches.suse/selftests-bpf-Fix-error-return-code-in-run_getsockop.patch
	patches.suse/libbpf-Fix-VERSIONED_SYM_COUNT-number-parsing.patch
	patches.suse/lib-strncpy_from_user.c-Mask-out-bytes-after-NUL-ter.patch
	patches.suse/fail_function-Remove-a-redundant-mutex-unlock.patch
	patches.suse/drm-amd-display-Add-missing-pflip-irq-for-dcn2.0.patch
	patches.suse/0004-drm-bridge-dw-hdmi-Avoid-resetting-force-in-the-dete.patch
	patches.suse/0005-drm-sun4i-dw-hdmi-fix-error-return-code-in-sun8i_dw_.patch
	patches.suse/drm-i915-tgl-Fix-Media-power-gate-sequence.patch
	patches.suse/drm-i915-Avoid-memory-leak-with-more-than-16-workaro.patch
	patches.suse/drm-i915-selftests-Fix-wrong-return-value-of-perf_se.patch
	patches.suse/drm-i915-selftests-Fix-wrong-return-value-of-perf_re.patch
	patches.suse/drm-i915-Handle-max_bpc-16.patch
	patches.suse/drm-i915-gvt-Set-ENHANCED_FRAME_CAP-bit.patch
	patches.suse/drm-i915-gvt-return-error-when-failing-to-take-the-m.patch
	patches.suse/drm-i915-gt-Fixup-tgl-mocs-for-PTE-tracking.patch
	patches.suse/ALSA-hda-realtek-Add-supported-for-Lenovo-ThinkPad-H.patch
	patches.suse/ALSA-hda-realtek-Add-some-Clove-SSID-in-the-ALC293-A.patch
	patches.suse/ALSA-hda-realtek-Add-supported-mute-Led-for-HP.patch
	patches.suse/ALSA-hda-realtek-HP-Headset-Mic-can-t-detect-after-b.patch
	patches.suse/ALSA-ctl-fix-error-path-at-adding-user-defined-eleme.patch
	patches.suse/ALSA-firewire-Clean-up-a-locking-issue-in-copy_resp_.patch
	patches.suse/ALSA-usb-audio-Use-ALC1220-VB-DT-mapping-for-ASUS-RO.patch
	patches.suse/ALSA-hda-Add-Alderlake-S-PCI-ID-and-HDMI-codec-vid.patch
	patches.suse/ALSA-usb-audio-Add-delay-quirk-for-all-Logitech-USB-.patch
	patches.suse/ALSA-hda-ca0132-Fix-compile-warning-without-PCI.patch
	patches.suse/ALSA-mixart-Fix-mutex-deadlock.patch
	patches.suse/ASoC-Intel-KMB-Fix-S24_LE-configuration.patch
	patches.suse/ASoC-qcom-lpass-platform-Fix-memory-leak.patch
	patches.suse/ASOC-Intel-kbl_rt5663_rt5514_max98927-Do-not-try-to-.patch
	patches.suse/mmc-sdhci-pci-Prefer-SDR25-timing-for-High-Speed-mod.patch
	patches.suse/iommu-vt-d-avoid-panic-if-iommu-init-fails-in-tboot-system
	patches.suse/iommu-vt-d-Fix-compile-error-with-CONFIG_PCI_ATS-not.patch
	patches.suse/dmaengine-idxd-fix-wq-config-registers-offset-progra.patch
	patches.suse/dmaengine-idxd-fix-mapping-of-portal-size.patch
	patches.suse/dmaengine-fix-error-codes-in-channel_register.patch
	patches.suse/s390-dasd-fix-null-pointer-dereference-for-erp-requests
	patches.suse/scsi-libiscsi-fix-nop-race-condition
	patches.suse/ptrace-set-pf_superpriv-when-checking-capability.patch
	patches.suse/xfs-fix-the-minrecs-logic-when-dealing-with-inode-ro.patch
	patches.suse/xfs-strengthen-rmap-record-flags-checking.patch
	patches.suse/xfs-ensure-inobt-record-walks-always-make-forward-pr.patch
	patches.suse/xfs-return-corresponding-errcode-if-xfs_initialize_p.patch
	patches.suse/xfs-revert-xfs-fix-rmap-key-and-record-comparison-fu.patch
	patches.suse/ext4-fix-bogus-warning-in-ext4_update_dx_flag.patch
	patches.suse/tty-serial-imx-fix-potential-deadlock.patch
	patches.suse/speakup-Do-not-let-the-line-discipline-be-used-sever.patch
	patches.suse/tty-serial-imx-keep-console-clocks-always-on.patch
	patches.suse/staging-rtl8723bs-Add-024c-0627-to-the-list-of-SDIO-.patch
	patches.suse/iio-adc-mediatek-fix-unset-field.patch
	patches.suse/iio-light-fix-kconfig-dependency-bug-for-VCNL4035.patch
	patches.suse/iio-accel-kxcjk1013-Replace-is_smo8500_device-with-a.patch
	patches.suse/iio-accel-kxcjk1013-Add-support-for-KIOX010A-ACPI-DS.patch
	patches.suse/0049-mm-fix-phys_to_target_node-and-memory_add_physaddr_t.patch
	patches.suse/0001-mm-userfaultfd-do-not-access-vma-vm_mm-after-calling.patch
	patches.suse/libfs-fix-error-cast-of-negative-value-in-simple_att.patch
	patches.suse/x86-microcode-intel-check-patch-signature-before-saving-microcode-for-early-loading.patch
	patches.suse/efivarfs-fix-memory-leak-in-efivarfs_create.patch
	patches.suse/efi-x86-Free-efi_pgd-with-free_pages.patch
	patches.suse/sched-fair-Fix-overutilized-update-in-enqueue_task_f.patch
	patches.suse/sched-Fix-data-race-in-wakeup.patch
	patches.suse/sched-Fix-rq-nr_iowait-ordering.patch
	patches.suse/HID-uclogic-Add-ID-for-Trust-Flex-Design-Tablet.patch
	patches.suse/HID-logitech-hidpp-Add-PID-for-MX-Anywhere-2.patch
	patches.suse/HID-ite-Replace-ABS_MISC-120-121-events-with-touchpa.patch
	patches.suse/HID-cypress-Support-Varmilo-Keyboards-media-hotkeys.patch
	patches.suse/HID-add-support-for-Sega-Saturn.patch
	patches.suse/HID-hid-sensor-hub-Fix-issue-with-devices-with-no-re.patch
	patches.suse/HID-add-HID_QUIRK_INCREMENT_USAGE_ON_DUPLICATE-for-G.patch
	patches.suse/HID-logitech-dj-Handle-quad-bluetooth-keyboards-with.patch
	patches.suse/HID-logitech-hidpp-Add-HIDPP_CONSUMER_VENDOR_KEYS-qu.patch
	patches.suse/HID-Add-Logitech-Dinovo-Edge-battery-quirk.patch
	patches.suse/HID-logitech-dj-Fix-an-error-in-mse_bluetooth_descri.patch
	patches.suse/HID-logitech-dj-Fix-Dinovo-Mini-when-paired-with-a-M.patch
	patches.suse/msft-hv-2172-video-hyperv_fb-Fix-the-cache-type-when-mapping-the-.patch
	patches.suse/cifs-fix-a-memleak-with-modefromsid.patch
	patches.suse/smb3-Call-cifs-reconnect-from-demultiplex-thread.patch
	patches.suse/smb3-Avoid-Mid-pending-list-corruption.patch
	patches.suse/smb3-Handle-error-case-during-offload-read-path.patch
	patches.suse/iommu-check-return-of-_iommu_attach_device
	patches.suse/x86-tboot-don-t-disable-swiotlb-when-iommu-is-forced-on
	patches.suse/iommu-vt-d-don-t-read-vccap-register-unless-it-exists
	patches.suse/ACPI-IORT-Fix-doc-warnings-in-iort.c.patch
	patches.suse/arm64-pgtable-Fix-pte_accessible.patch
	patches.suse/arm64-pgtable-Ensure-dirty-bit-is-preserved-across-p.patch
	patches.suse/powerpc-64s-Fix-KVM-system-reset-handling-when-CONFI.patch
	patches.suse/KVM-PPC-Book3S-HV-XIVE-Fix-possible-oops-when-access.patch
	patches.suse/powerpc-64s-exception-KVM-Fix-for-host-DSI-being-tak.patch
	patches.suse/powerpc-64s-Fix-allnoconfig-build-since-uaccess-flus.patch
	patches.suse/kvm-s390-pv-mark-mm-as-protected-after-the-set-secure-parameters-and-improve-cleanup
	patches.suse/kvm-s390-remove-diag318-reset-code
	patches.suse/platform-x86-thinkpad_acpi-Do-not-report-SW_TABLET_M.patch
	patches.suse/platform-x86-thinkpad_acpi-Add-BAT1-is-primary-batte.patch
	patches.suse/platform-x86-thinkpad_acpi-Send-tablet-mode-switch-a.patch
	patches.suse/platform-x86-acer-wmi-add-automatic-keyboard-backgro.patch
	patches.suse/platform-x86-toshiba_acpi-Fix-the-wrong-variable-ass.patch
	patches.suse/platform-x86-intel-vbtn-Support-for-tablet-mode-on-H.patch
	patches.suse/platform-x86-touchscreen_dmi-Add-info-for-the-Irbis-.patch
	patches.suse/drm-amd-amdgpu-fix-null-pointer-in-runtime-pm.patch
	patches.suse/drm-amdgpu-fix-SI-UVD-firmware-validate-resume-fail.patch
	patches.suse/drm-amdgpu-fix-a-page-fault.patch
	patches.suse/drm-amd-display-Avoid-HDCP-initialization-in-devices.patch
	patches.suse/drm-amdgpu-update-golden-setting-for-sienna_cichlid3.patch
	patches.suse/drm-i915-perf-workaround-register-corruption-in-OATA.patch
	patches.suse/drm-i915-gt-Free-stale-request-on-destroying-the-vir.patch
	patches.suse/drm-exynos-depend-on-COMMON_CLK-to-fix-compile-tests.patch
	patches.suse/drm-mediatek-dsi-Modify-horizontal-front-back-porch-.patch
	patches.suse/drm-vc4-hdmi-make-sure-our-clock-rate-is-within-limits.patch
	patches.suse/drm-vc4-hdmi-block-odd-horizontal-timings.patch
	patches.suse/drm-vc4-kms-switch-to-drmm_add_action_or_reset.patch
	patches.suse/drm-vc4-kms-remove-useless-define.patch
	patches.suse/drm-vc4-kms-rename-num_channels.patch
	patches.suse/drm-vc4-kms-split-the-hvs-muxing-check-in-a-separate-function.patch
	patches.suse/drm-vc4-kms-document-the-muxing-corner-cases.patch
	patches.suse/drm-vc4-hdmi-disable-wifi-frequencies.patch
	patches.suse/drm-vc4-kms-store-the-unassigned-channel-list-in-the-state.patch
	patches.suse/drm-vc4-kms-don-t-disable-the-muxing-of-an-active-crtc.patch
	patches.suse/drm-nouveau-fix-relocations-applying-logic-and-a-dou.patch
	patches.suse/spi-spi-nxp-fspi-fix-fspi-panic-by-unexpected-interr.patch
	patches.suse/spi-imx-fix-the-unbalanced-spi-runtime-pm-management.patch
	patches.suse/IB-mthca-fix-return-value-of-error-branch-in-mthca_i.patch
	patches.suse/IB-hfi1-Ensure-correct-mm-is-used-at-all-times.patch
	patches.suse/RDMA-hns-Fix-wrong-field-of-SRQ-number-the-device-su.patch
	patches.suse/RDMA-hns-Fix-retry_cnt-and-rnr_cnt-when-querying-QP.patch
	patches.suse/RDMA-hns-Bugfix-for-memory-window-mtpt-configuration.patch
	patches.suse/btrfs-fix-missing-delalloc-new-bit-for-new-delalloc-.patch
	patches.suse/btrfs-qgroup-don-t-commit-transaction-when-we-alread.patch
	patches.suse/scsi-ufs-Fix-race-between-shutdown-and-runtime-resume-flow
	patches.suse/bnxt_en-fix-error-return-code-in-bnxt_init_one.patch
	patches.suse/bnxt_en-fix-error-return-code-in-bnxt_init_board.patch
	patches.suse/bnxt_en-Release-PCI-regions-when-DMA-mask-setup-fail.patch
	patches.suse/cxgb4-fix-the-panic-caused-by-non-smac-rewrite.patch
	patches.suse/dpaa2-eth-select-XGMAC_MDIO-for-MDIO-bus-support.patch
	patches.suse/s390-qeth-remove-pnso-workaround
	patches.suse/s390-qeth-make-af_iucv-tx-notification-call-more-robust
	patches.suse/s390-qeth-fix-af_iucv-notification-race
	patches.suse/s390-qeth-fix-tear-down-of-async-tx-buffers
	patches.suse/bonding-wait-for-sysfs-kobject-destruction-before-fr.patch
	patches.suse/cxgb4-Fix-build-failure-when-CONFIG_TLS-m.patch
	patches.suse/usbnet-ipheth-fix-connectivity-with-iOS-14.patch
	patches.suse/net-af_iucv-set-correct-sk_protocol-for-child-sockets
	patches.suse/ibmvnic-fix-call_netdevice_notifiers-in-do_reset.patch
	patches.suse/ibmvnic-notify-peers-when-failover-and-migration-hap.patch
	patches.suse/ibmvnic-skip-tx-timeout-reset-while-in-resetting.patch
	patches.suse/iwlwifi-pcie-limit-memory-read-spin-time.patch
	patches.suse/iwlwifi-sta-set-max-HE-max-A-MPDU-according-to-HE-ca.patch
	patches.suse/iwlwifi-mvm-use-the-HOT_SPOT_CMD-to-cancel-an-AUX-RO.patch
	patches.suse/iwlwifi-mvm-properly-cancel-a-session-protection-for.patch
	patches.suse/iwlwifi-mvm-write-queue_sync_state-only-for-sync.patch
	patches.suse/iwlwifi-pcie-set-LTR-to-avoid-completion-timeout.patch
	patches.suse/iwlwifi-mvm-fix-kernel-panic-in-case-of-assert-durin.patch
	patches.suse/i40e-Fix-removing-driver-while-bare-metal-VFs-pass-t.patch
	patches.suse/dpaa2-eth-Fix-compile-error-due-to-missing-devlink-s.patch
	patches.suse/nfc-s3fwrn5-use-signed-integer-for-parsing-GPIO-numb.patch
	patches.suse/net-ena-handle-bad-request-id-in-ena_netdev.patch
	patches.suse/net-ena-set-initial-DMA-width-to-avoid-intel-iommu-i.patch
	patches.suse/net-ena-fix-packet-s-addresses-for-rx_offset-feature.patch
	patches.suse/ibmvnic-fix-NULL-pointer-dereference-in-reset_sub_cr.patch
	patches.suse/ibmvnic-fix-NULL-pointer-dereference-in-ibmvic_reset.patch
	patches.suse/ibmvnic-enhance-resetting-status-check-during-module.patch
	patches.suse/batman-adv-set-.owner-to-THIS_MODULE.patch
	patches.suse/gro_cells-reduce-number-of-synchronize_net-calls.patch
	patches.suse/enetc-Let-the-hardware-auto-advance-the-taprio-base-.patch
	patches.suse/devlink-Make-sure-devlink-instance-and-port-are-in-s.patch
	patches.suse/ch_ktls-lock-is-not-freed.patch
	patches.suse/can-gs_usb-fix-endianess-problem-with-candleLight-fi.patch
	patches.suse/can-m_can-fix-nominal-bitiming-tseg2-min-for-version.patch
	patches.suse/soc-fsl-dpio-Get-the-cpumask-through-cpumask_of-cpu.patch
	patches.suse/ARM-dts-dra76x-m_can-fix-order-of-clocks.patch
	patches.suse/USB-quirks-Add-USB_QUIRK_DISCONNECT_SUSPEND-quirk-fo.patch
	patches.suse/usb-gadget-f_midi-Fix-memleak-in-f_midi_alloc.patch
	patches.suse/usb-gadget-Fix-memleak-in-gadgetfs_fill_super.patch
	patches.suse/USB-core-Fix-regression-in-Hercules-audio-card.patch
	patches.suse/USB-core-Change-pK-for-__user-pointers-to-px.patch
	patches.suse/x86-resctrl-remove-superfluous-kernfs_get-calls-to-prevent-refcount-leak.patch
	patches.suse/x86-resctrl-add-necessary-kernfs_put-calls-to-prevent-refcount-leak.patch
	patches.suse/x86-speculation-fix-prctl-when-spectre_v2_user-seccomp-prctl-ibpb.patch
	patches.suse/x86-mce-do-not-overwrite-no_way_out-if-mce_end-fails.patch
	patches.suse/efi-efivars-Set-generic-ops-before-loading-SSDT.patch
	patches.suse/efivarfs-revert-fix-memory-leak-in-efivarfs_create.patch
	patches.suse/efi-EFI_EARLYCON-should-depend-on-EFI.patch
	patches.suse/ftrace-fix-updating-ftrace_fl_tramp.patch
	patches.suse/ftrace-Fix-DYNAMIC_FTRACE_WITH_DIRECT_CALLS-dependen.patch
	patches.suse/cifs-allow-syscalls-to-be-restarted-in-__smb_send_rqst-.patch
	patches.suse/cifs-fix-potential-use-after-free-in-cifs_echo_request-.patch
	patches.suse/ALSA-hda-realtek-Fixed-Dell-AIO-wrong-sound-tone.patch
	patches.suse/ALSA-hda-realtek-Enable-headset-of-ASUS-UX482EG-B940.patch
	patches.suse/ALSA-hda-realtek-Add-new-codec-supported-for-ALC897.patch
	patches.suse/ALSA-usb-audio-US16x08-fix-value-count-for-level-met.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Fix-HP-Pavilion-x2-Detachabl.patch
	patches.suse/ASoC-wm_adsp-fix-error-return-code-in-wm_adsp_load.patch
	patches.suse/ASoC-rt5682-change-SAR-voltage-threshold.patch
	patches.suse/ALSA-hda-generic-Add-option-to-enforce-preferred_dac.patch
	patches.suse/ALSA-hda-realtek-Fix-bass-speaker-DAC-assignment-on-.patch
	patches.suse/ALSA-hda-realtek-Add-mute-LED-quirk-to-yet-another-H.patch
	patches.suse/lib-syscall-fix-syscall-registers-retrieval-on-32-bi.patch
	patches.suse/uapi-fix-statx-attribute-value-overlap-for-DAX-MOUNT.patch
	patches.suse/s390-pci-fix-cpu-address-in-msi-for-directed-irq
	patches.suse/batman-adv-Consider-fragmentation-for-needed_headroo.patch
	patches.suse/batman-adv-Reserve-needed_-room-for-fragments.patch
	patches.suse/batman-adv-Don-t-always-reallocate-the-fragmentation.patch
	patches.suse/bpftool-Fix-error-return-value-in-build_btf_type_tab.patch
	patches.suse/ibmvnic-handle-inconsistent-login-with-reset.patch
	patches.suse/ibmvnic-stop-free_all_rwi-on-failed-reset.patch
	patches.suse/ibmvnic-avoid-memset-null-scrq-msgs.patch
	patches.suse/ibmvnic-restore-adapter-state-on-failed-reset.patch
	patches.suse/ibmvnic-delay-next-reset-if-hard-reset-fails.patch
	patches.suse/ibmvnic-track-pending-login.patch
	patches.suse/ibmvnic-send_login-should-check-for-crq-errors.patch
	patches.suse/ibmvnic-no-reset-timeout-for-5-seconds-after-reset.patch
	patches.suse/ibmvnic-reduce-wait-for-completion-time.patch
	patches.suse/chelsio-chtls-fix-panic-during-unload-reload-chtls.patch
	patches.suse/can-sja1000-sja1000_err-don-t-count-arbitration-lose.patch
	patches.suse/can-sun4i_can-sun4i_can_err-don-t-count-arbitration-.patch
	patches.suse/can-c_can-c_can_power_up-fix-error-handling.patch
	patches.suse/ibmvnic-Ensure-that-SCRQ-entry-reads-are-correctly-o.patch
	patches.suse/ibmvnic-Fix-TX-completion-error-handling.patch
	patches.suse/net-broadcom-CNIC-requires-MMU.patch
	patches.suse/inet_ecn-Fix-endianness-of-checksum-update-when-sett.patch
	patches.suse/geneve-pull-IP-header-before-ECN-decapsulation.patch
	patches.suse/dpaa_eth-copy-timestamp-fields-to-new-skb-in-A-05038.patch
	patches.suse/net-x25-prevent-a-couple-of-overflows.patch
	patches.suse/cxgb3-fix-error-return-code-in-t3_sge_alloc_qset.patch
	patches.suse/net-pasemi-fix-error-return-code-in-pasemi_mac_open.patch
	patches.suse/chelsio-chtls-fix-a-double-free-in-chtls_setkey.patch
	patches.suse/net-mvpp2-Fix-error-return-code-in-mvpp2_open.patch
	patches.suse/iwlwifi-pcie-add-one-missing-entry-for-AX210.patch
	patches.suse/iwlwifi-pcie-invert-values-of-NO_160-device-config-e.patch
	patches.suse/iwlwifi-pcie-add-some-missing-entries-for-AX210.patch
	patches.suse/rtw88-debug-Fix-uninitialized-memory-in-debugfs-code.patch
	patches.suse/net-mlx5-Fix-wrong-address-reclaim-when-command-inte.patch
	patches.suse/net-mlx5e-fix-fs_tcp.c-build-when-IPV6-is-not-enable.patch
	patches.suse/drm-tegra-sor-Don-t-warn-on-probe-deferral.patch
	patches.suse/drm-tegra-replace-idr_init-by-idr_init_base.patch
	patches.suse/drm-tegra-output-Do-not-put-OF-node-twice.patch
	patches.suse/drm-tegra-sor-Disable-clocks-on-error-in-tegra_sor_i.patch
	patches.suse/drm-i915-gt-Program-mocs-63-for-cache-eviction-on-ge.patch
	patches.suse/drm-i915-gt-Retain-default-context-state-across-shri.patch
	patches.suse/drm-i915-gt-Limit-frequency-drop-to-RPe-on-parking.patch
	patches.suse/drm-amd-display-Init-clock-value-by-current-vbios-CL.patch
	patches.suse/drm-amdgpu-vcn3.0-stall-DPG-when-WPTR-RPTR-reset.patch
	patches.suse/drm-amdgpu-vcn3.0-remove-old-DPG-workaround.patch
	patches.suse/drm-rockchip-Avoid-uninitialized-use-of-endpoint-id-.patch
	patches.suse/drm-panel-sony-acx565akm-Fix-race-condition-in-probe.patch
	patches.suse/drm-omap-sdi-fix-bridge-enable-disable.patch
	patches.suse/0007-dm-writecache-fix-the-maximum-number-of-arguments.patch
	patches.suse/0008-Revert-dm-cache-fix-arm-link-errors-with-inline.patch
	patches.suse/0009-dm-fix-bug-with-RCU-locking-in-dm_blk_report_zones.patch
	patches.suse/0010-dm-writecache-remove-BUG-and-fail-gracefully-instead.patch
	patches.suse/0017-dm-fix-double-RCU-unlock-in-dm_dax_zero_page_range-e.patch
	patches.suse/0011-dm-remove-invalid-sparse-__acquires-and-__releases-a.patch
	patches.suse/msft-hv-2173-scsi-storvsc-Fix-error-return-in-storvsc_probe.patch
	patches.suse/scsi-mpt3sas-Fix-ioctl-timeout
	patches.suse/smb3-set-COMPOUND_FID-to-FileID-field-of-subsequent-compound-reques.patch
	patches.suse/cifs-set_root_ses-ipc.patch
	patches.suse/cifs-refactor-create_sd_buf-and-and-avoid-corrupting-the-buffer.patch
	patches.suse/powerpc-64s-Fix-hash-ISA-v3.0-TLBIEL-instruction-gen.patch
	patches.suse/powerpc-64s-pseries-Fix-hash-tlbiel_all_isa300-for-g.patch
	patches.suse/kernel-cpu-add-arch-override-for-clear_tasks_mm_cpum.patch
	patches.suse/powerpc-64s-Trim-offlined-CPUs-from-mm_cpumasks.patch
	patches.suse/powerpc-numa-Fix-a-regression-on-memoryless-node-0.patch
	patches.suse/powerpc-64s-powernv-Fix-memory-corruption-when-savin.patch
	patches.suse/i2c-qup-Fix-error-return-code-in-qup_i2c_bam_schedul.patch
	patches.suse/i2c-imx-Check-for-I2SR_IAL-after-every-byte.patch
	patches.suse/i2c-imx-Don-t-generate-STOP-condition-if-arbitration.patch
	patches.suse/i2c-mlxbf-select-CONFIG_I2C_SLAVE.patch
	patches.suse/i2c-mlxbf-Fix-the-return-check-of-devm_ioremap-and-i.patch
	patches.suse/Input-i8042-fix-error-return-code-in-i8042_setup_aux.patch
	patches.suse/Input-i8042-add-ByteSpeed-touchpad-to-noloop-table.patch
	patches.suse/Input-xpad-support-Ardwiino-Controllers.patch
	patches.suse/zlib-export-s390-symbols-for-zlib-modules
	patches.suse/coredump-fix-core_pattern-parse-error.patch
	patches.suse/genirq-irqdomain-Add-an-irq_create_mapping_affinity-.patch
	patches.suse/powerpc-pseries-Pass-MSI-affinity-to-irq_create_mapp.patch
	patches.suse/x86-resctrl-fix-amd-l3-qos-cdp-enable-disable.patch
	patches.suse/x86-platform-uv-fix-uv4-hub-revision-adjustment.patch
	patches.suse/x86-uprobes-do-not-use-prefixes-nbytes-when-looping-over-prefixes-bytes.patch
	patches.suse/x86-insn-eval-use-new-for_each_insn_prefix-macro-to-loop-over-prefixes-bytes.patch
	patches.suse/x86-sev-es-use-new-for_each_insn_prefix-macro-to-loop-over-prefixes-bytes.patch
	patches.suse/thunderbolt-Fix-use-after-free-in-remove_unplugged_s.patch
	patches.suse/USB-serial-option-add-Fibocom-NL668-variants.patch
	patches.suse/USB-serial-option-add-support-for-Thales-Cinterion-E.patch
	patches.suse/USB-serial-option-fix-Quectel-BG96-matching.patch
	patches.suse/USB-serial-ch341-add-new-Product-ID-for-CH341A.patch
	patches.suse/USB-serial-ch341-sort-device-id-entries.patch
	patches.suse/USB-serial-kl5kusb105-fix-memleak-on-open.patch
	patches.suse/usb-gadget-f_fs-Use-local-copy-of-descriptors-for-us.patch
	patches.suse/tty-Fix-pgrp-locking-in-tiocspgrp.patch
	patches.suse/tty-Fix-session-locking.patch
	patches.suse/speakup-Reject-setting-the-speakup-line-discipline-o.patch
	patches.suse/iommu-amd-Set-DTE-IntTabLen-to-represent-512-IRTEs.patch
	patches.suse/ARM-dts-sun7i-bananapi-Enable-RGMII-RX-TX-delay-on-Ethernet-PHY.patch
	patches.suse/ARM-dts-sun8i-r40-bananapi-m2-berry-Fix-dcdc1-regulator.patch
	patches.suse/ARM-dts-sun8i-v40-bananapi-m2-berry-Fix-ethernet-node.patch
	patches.suse/ARM-dts-sun8i-v3s-fix-GIC-node-memory-range.patch
	patches.suse/ARM-dts-sun7i-pcduino3-nano-enable-RGMII-RX-TX-delay-on-PHY.patch
	patches.suse/ARM-dts-imx6qdl-kontron-samx6i-fix-I2C_PM-scl-pin.patch
	patches.suse/RDMA-efa-Use-the-correct-current-and-new-states-in-m.patch
	patches.suse/cfg80211-initialize-rekey_data.patch
	patches.suse/net-sched-fq_pie-initialize-timer-earlier-in-fq_pie_.patch
	patches.suse/mac80211-mesh-fix-mesh_pathtbl_init-error-path.patch
	patches.suse/ch_ktls-fix-build-warning-for-ipv4-only-config.patch
	patches.suse/can-softing-softing_netdev_open-fix-error-handling.patch
	patches.suse/net-hns3-remove-a-misused-pragma-packed.patch
	patches.suse/enetc-Fix-reporting-of-h-w-packet-counters.patch
	patches.suse/bonding-fix-feature-flag-setting-at-init-time.patch
	patches.suse/net-stmmac-free-tx-skb-buffer-in-stmmac_resume.patch
	patches.suse/Revert-geneve-pull-IP-header-before-ECN-decapsulatio.patch
	patches.suse/e1000e-fix-S0ix-flow-to-allow-S0i3.2-subset-entry.patch
	patches.suse/net-flow_offload-Fix-memory-leak-for-indirect-flow-b.patch
	patches.suse/net-mlx4_en-Avoid-scheduling-restart-task-if-it-is-a.patch
	patches.suse/net-mlx4_en-Handle-TX-error-CQE.patch
	patches.suse/igb-XDP-xmit-back-fix-error-code.patch
	patches.suse/igb-take-VLAN-double-header-into-account.patch
	patches.suse/igb-XDP-extack-message-on-error.patch
	patches.suse/igb-skb-add-metasize-for-xdp.patch
	patches.suse/igb-use-xdp_do_flush.patch
	patches.suse/igb-avoid-transmit-queue-timeout-in-xdp-path.patch
	patches.suse/i40e-avoid-premature-Rx-buffer-reuse.patch
	patches.suse/ixgbe-avoid-premature-Rx-buffer-reuse.patch
	patches.suse/ice-avoid-premature-Rx-buffer-reuse.patch
	patches.suse/net-sched-Fix-dump-of-MPLS_OPT_LSE_LABEL-attribute-i.patch
	patches.suse/libbpf-Fix-ring_buffer__poll-to-return-number-of-con.patch
	patches.suse/selftests-bpf-Drain-ringbuf-samples-at-the-end-of-te.patch
	patches.suse/tools-bpftool-Fix-PID-fetching-with-a-lot-of-results.patch
	patches.suse/xdp-Remove-the-xdp_attachment_flags_ok-callback.patch
	patches.suse/selftests-bpf-test_offload.py-Remove-check-for-progr.patch
	patches.suse/netdevsim-Add-debugfs-toggle-to-reject-BPF-programs-.patch
	patches.suse/selftests-bpf-test_offload.py-Only-check-verifier-lo.patch
	patches.suse/selftests-bpf-test_offload.py-Fix-expected-case-of-e.patch
	patches.suse/selftests-bpf-test_offload.py-Reset-ethtool-features.patch
	patches.suse/selftests-bpf-test_offload.py-Filter-bpftool-interna.patch
	patches.suse/bpf-Fix-propagation-of-32-bit-signed-bounds-from-64-.patch
	patches.suse/selftests-bpf-Fix-dubious-pointer-arithmetic-test.patch
	patches.suse/drm-amdgpu-disply-set-num_crtc-earlier.patch
	patches.suse/drm-amdgpu-fix-sdma-instance-fw-version-and-feature-.patch
	patches.suse/drm-i915-gem-Propagate-error-from-cancelled-submit-d.patch
	patches.suse/drm-i915-gt-Ignore-repeated-attempts-to-suspend-requ.patch
	patches.suse/drm-i915-gt-Cancel-the-preemption-timeout-on-respond.patch
	patches.suse/drm-i915-display-dp-Compute-the-correct-slice-count-.patch
	patches.suse/drm-i915-gt-Declare-gen9-has-64-mocs-entries.patch
	patches.suse/clk-renesas-r9a06g032-Drop-__packed-for-portability.patch
	patches.suse/gpiolib-Don-t-free-if-pin-ranges-are-not-defined.patch
	patches.suse/gpio-zynq-fix-reference-leak-in-zynq_gpio-functions.patch
	patches.suse/gpio-mvebu-fix-potential-user-after-free-on-probe.patch
	patches.suse/gpio-eic-sprd-break-loop-when-getting-NULL-device-re.patch
	patches.suse/pinctrl-jasperlake-Unhide-SPI-group-of-pins.patch
	patches.suse/pinctrl-jasperlake-Fix-HOSTSW_OWN-offset.patch
	patches.suse/pinctrl-merrifield-Set-default-bias-in-case-no-parti.patch
	patches.suse/pinctrl-baytrail-Avoid-clearing-debounce-value-when-.patch
	patches.suse/pinctrl-amd-remove-debounce-filter-setting-in-IRQ-ty.patch
	patches.suse/pinctrl-aspeed-Fix-GPIO-requests-on-pass-through-ban.patch
	patches.suse/pinctrl-intel-Actually-disable-Tx-and-Rx-buffers-on-.patch
	patches.suse/elfcore-fix-building-with-clang.patch
	patches.suse/mmc-block-Fixup-condition-for-CMD13-polling-for-RPMB.patch
	patches.suse/Input-cros_ec_keyb-send-scancodes-in-addition-to-key.patch
	patches.suse/Input-i8042-add-Acer-laptops-to-the-i8042-reset-list.patch
	patches.suse/Input-cm109-do-not-stomp-on-control-URB.patch
	patches.suse/Input-goodix-add-upside-down-quirk-for-Teclast-X98-P.patch
	patches.suse/scsi-bnx2i-Requires-MMU
	patches.suse/scsi-be2iscsi-Revert-Fix-a-theoretical-leak-in-beiscsi_create_eqs
	patches.suse/scsi-core-Fix-race-between-handling-STS_RESOURCE-and-completion
	patches.suse/x86-mm-mem_encrypt-fix-definition-of-pmd_flags_dec_wp.patch
	patches.suse/x86-resctrl-fix-incorrect-local-bandwidth-when-mba_sc-is-enabled.patch
	patches.suse/x86-apic-vector-Fix-ordering-in-vector-assignment.patch
	patches.suse/drm-doc-Document-that-modifiers-are-always-required-.patch
	patches.suse/drm-panel-otm8009a-allow-using-non-continuous-dsi-cl.patch
	patches.suse/drm-gma500-fix-double-free-of-gma_connector.patch
	patches.suse/0001-drm-panfrost-Fix-job-timeout-handling.patch
	patches.suse/drm-aspeed-Fix-Kconfig-warning-subsequent-build-erro.patch
	patches.suse/drm-dp_aux_dev-check-aux_dev-before-use-in-drm_dp_au.patch
	patches.suse/drm-mcde-Fix-handling-of-platform_get_irq-error.patch
	patches.suse/drm-tve200-Fix-handling-of-platform_get_irq-error.patch
	patches.suse/0001-matroxfb-avoid-Warray-bounds-warning.patch
	patches.suse/drm-panfrost-Support-cache-coherent-integrations.patch
	patches.suse/0001-drm-panfrost-Don-t-corrupt-the-queue-mutex-on-open-c.patch
	patches.suse/0001-drm-panfrost-Remove-unused-variables-in-panfrost_job.patch
	patches.suse/drm-virtio-use-kvmalloc-for-large-allocations.patch
	patches.suse/drm-bridge-tpd12s015-Fix-irq-registering-in-tpd12s01.patch
	patches.suse/drm-edid-Fix-uninitialized-variable-in-drm_cvt_modes.patch
	patches.suse/drm-bridge-sii902x-Refactor-init-code-into-separate-.patch
	patches.suse/drm-bridge-sii902x-Enable-I-O-and-core-VCC-supplies-.patch
	patches.suse/drm-panel-simple-Add-flags-to-boe_nv133fhm_n61.patch
	patches.suse/drm-i915-tgl-Fix-Combo-PHY-DPLL-fractional-divider-f.patch
	patches.suse/drm-i915-dg1-gmbus-pin-mapping.patch
	patches.suse/drm-i915-dg1-provide-port-phy-mapping-for-vbt.patch
	patches.suse/drm-amdgpu-disable-DCN-and-VCN-for-Navi14-0x7340-C9-.patch
	patches.suse/drm-amdgpu-rename-nv_is_headless_sku.patch
	patches.suse/drm-amd-display-remove-useless-if-else.patch
	patches.suse/drm-amdgpu-fix-incorrect-enum-type.patch
	patches.suse/drm-amdgpu-fix-build_coefficients-argument.patch
	patches.suse/drm-i915-Avoid-mixing-integer-types-during-batch-cop.patch
	patches.suse/drm-i915-guc-Update-to-use-firmware-v49.0.1.patch
	patches.suse/drm-i915-Hold-onto-an-explicit-ref-to-i915_vma_work..patch
	patches.suse/drm-udl-Fix-missing-error-code-in-udl_handle_damage.patch
	patches.suse/drm-panfrost-Move-the-GPU-reset-bits-outside-the-tim.patch
	patches.suse/video-fbdev-atmel_lcdfb-fix-return-error-code-in-atm.patch
	patches.suse/drm-omap-dmm_tiler-fix-return-error-code-in-omap_dmm.patch
	patches.suse/drm-meson-Free-RDMA-resources-after-tearing-down-DRM.patch
	patches.suse/0001-drm-meson-Unbind-all-connectors-on-module-removal.patch
	patches.suse/drm-meson-dw-hdmi-Register-a-callback-to-disable-the.patch
	patches.suse/drm-meson-dw-hdmi-Ensure-that-clocks-are-enabled-bef.patch
	patches.suse/drm-mediatek-Use-correct-aliases-name-for-ovl.patch
	patches.suse/drm-msm-dpu-Add-newline-to-printks.patch
	patches.suse/drm-msm-dsi_pll_10nm-restore-VCO-rate-during-restore.patch
	patches.suse/drm-msm-dsi_phy_10nm-implement-PHY-disabling.patch
	patches.suse/0001-drm-msm-gem-Add-obj-lock-wrappers.patch
	patches.suse/0002-drm-msm-Fix-use-after-free-in-msm_gem-with-carveout.patch
	patches.suse/drm-amdgpu-enable-DCN-for-navi10-headless-SKU.patch
	patches.suse/drm-amdgpu-fix-compute-queue-priority-if-num_kcq-is-.patch
	patches.suse/0003-drm-amdkfd-Put-ACPI-table-after-using-it.patch
	patches.suse/0004-drm-amd-powerplay-fix-spelling-mistake-smu_state_mem.patch
	patches.suse/drm-amd-display-turn-DPMS-off-on-connector-unplug.patch
	patches.suse/drm-amd-display-Update-dram_clock_change_latency-for.patch
	patches.suse/drm-amd-display-Prevent-bandwidth-overflow.patch
	patches.suse/drm-amdkfd-Fix-leak-in-dmabuf-import.patch
	patches.suse/media-zr364xx-propagate-errors-from-zr364xx_start_re.patch
	patches.suse/media-tm6000-Fix-sizeof-mismatches.patch
	patches.suse/media-mtk-vcodec-add-missing-put_device-call-in-mtk_.patch
	patches.suse/media-mtk-vcodec-add-missing-put_device-call-in-mtk2.patch
	patches.suse/media-mtk-vcodec-add-missing-put_device-call-in-mtk3.patch
	patches.suse/media-v4l2-async-Fix-trivial-documentation-typo.patch
	patches.suse/media-ipu3-cio2-Return-actual-subdev-format.patch
	patches.suse/media-ipu3-cio2-Serialise-access-to-pad-format.patch
	patches.suse/media-ipu3-cio2-Validate-mbus-format-in-setting-subd.patch
	patches.suse/media-ipu3-cio2-Make-the-field-on-subdev-format-V4L2.patch
	patches.suse/media-ipu3-cio2-Remove-traces-of-returned-buffers.patch
	patches.suse/media-solo6x10-fix-missing-snd_card_free-in-error-ha.patch
	patches.suse/media-sunxi-cir-ensure-IR-is-handled-when-it-is-cont.patch
	patches.suse/media-siano-fix-memory-leak-of-debugfs-members-in-sm.patch
	patches.suse/media-gp8psk-initialize-stats-at-power-control-logic.patch
	patches.suse/media-msi2500-assign-SPI-bus-number-dynamically.patch
	patches.suse/media-imx214-Fix-stop-streaming.patch
	patches.suse/media-max2175-fix-max2175_set_csm_mode-error-code.patch
	patches.suse/media-cx23885-add-more-quirks-for-reset-DMA-on-some-.patch
	patches.suse/media-saa7146-fix-array-overflow-in-vidioc_s_audio.patch
	patches.suse/media-gspca-Fix-memory-leak-in-probe.patch
	patches.suse/fscrypt-add-fscrypt_is_nokey_name.patch
	patches.suse/ext4-prevent-creating-duplicate-encrypted-filenames.patch
	patches.suse/ubifs-prevent-creating-duplicate-encrypted-filenames.patch
	patches.suse/crypto-qat-remove-unused-function.patch
	patches.suse/crypto-talitos-Endianess-in-current_desc_hdr.patch
	patches.suse/crypto-talitos-Fix-return-type-of-current_desc_hdr.patch
	patches.suse/crypto-inside-secure-Fix-sizeof-mismatch.patch
	patches.suse/crypto-qat-update-IV-in-software.patch
	patches.suse/crypto-qat-mask-device-capabilities-with-soft-straps.patch
	patches.suse/crypto-qat-num_rings_per_bank-is-device-dependent.patch
	patches.suse/crypto-qat-fix-configuration-of-iov-threads.patch
	patches.suse/crypto-qat-split-transport-CSR-access-logic.patch
	patches.suse/crypto-qat-relocate-GEN2-CSR-access-code.patch
	patches.suse/crypto-qat-abstract-admin-interface.patch
	patches.suse/crypto-qat-add-packed-to-init-admin-structures.patch
	patches.suse/crypto-qat-rename-ME-in-AE.patch
	patches.suse/crypto-qat-change-admin-sequence.patch
	patches.suse/crypto-qat-use-admin-mask-to-send-fw-constants.patch
	patches.suse/crypto-qat-update-constants-table.patch
	patches.suse/crypto-qat-remove-writes-into-WQCFG.patch
	patches.suse/crypto-qat-remove-unused-macros-in-arbiter-module.patch
	patches.suse/crypto-qat-abstract-arbiter-access.patch
	patches.suse/crypto-qat-add-support-for-capability-detection.patch
	patches.suse/crypto-qat-register-crypto-instances-based-on-capabi.patch
	patches.suse/crypto-qat-enable-ring-after-pair-is-programmed.patch
	patches.suse/crypto-qat-abstract-build-ring-base.patch
	patches.suse/crypto-qat-replace-constant-masks-with-GENMASK.patch
	patches.suse/crypto-qat-use-BIT_ULL-1-pattern-for-masks.patch
	patches.suse/crypto-qat-abstract-writes-to-arbiter-enable.patch
	patches.suse/crypto-qat-remove-hardcoded-bank-irq-clear-flag-mask.patch
	patches.suse/crypto-qat-call-functions-in-adf_sriov-if-available.patch
	patches.suse/crypto-qat-remove-unnecessary-void-casts.patch
	patches.suse/crypto-qat-change-return-value-in-adf_cfg_add_key_va.patch
	patches.suse/crypto-qat-change-return-value-in-adf_cfg_key_val_ge.patch
	patches.suse/crypto-qat-refactor-qat_crypto_create_instances.patch
	patches.suse/crypto-qat-refactor-qat_crypto_dev_config.patch
	patches.suse/crypto-qat-allow-for-instances-in-different-banks.patch
	patches.suse/crypto-qat-extend-ae_mask.patch
	patches.suse/crypto-af_alg-avoid-undefined-behavior-accessing-sal.patch
	patches.suse/crypto-arm64-poly1305-neon-reorder-PAC-authenticatio.patch
	patches.suse/crypto-qat-remove-unneeded-semicolon.patch
	patches.suse/crypto-caam-fix-printing-on-xts-fallback-allocation-error-path.patch
	patches.suse/crypto-Kconfig-CRYPTO_MANAGER_EXTRA_TESTS-requires-t.patch
	patches.suse/crypto-qat-remove-cast-for-mailbox-CSR.patch
	patches.suse/crypto-qat-replace-pci-with-PCI-in-comments.patch
	patches.suse/crypto-qat-support-for-mof-format-in-fw-loader.patch
	patches.suse/crypto-qat-fix-status-check-in-qat_hal_put_rel_rd_xf.patch
	patches.suse/crypto-qat-fix-CSR-access.patch
	patches.suse/crypto-qat-fix-error-message.patch
	patches.suse/crypto-qat-remove-unnecessary-parenthesis.patch
	patches.suse/crypto-qat-introduce-additional-parenthesis.patch
	patches.suse/crypto-qat-rename-qat_uclo_del_uof_obj.patch
	patches.suse/crypto-qat-add-support-for-relative-FW-ucode-loading.patch
	patches.suse/crypto-qat-change-type-for-ctx_mask.patch
	patches.suse/crypto-qat-change-micro-word-data-mask.patch
	patches.suse/crypto-qat-refactor-AE-start.patch
	patches.suse/crypto-qat-remove-global-CSRs-helpers.patch
	patches.suse/crypto-qat-move-defines-to-header-files.patch
	patches.suse/crypto-qat-refactor-qat_uclo_set_ae_mode.patch
	patches.suse/crypto-qat-refactor-long-expressions.patch
	patches.suse/crypto-qat-introduce-chip-info-structure.patch
	patches.suse/crypto-qat-replace-check-based-on-DID.patch
	patches.suse/crypto-qat-add-next-neighbor-to-chip_info.patch
	patches.suse/crypto-qat-add-support-for-lm2-and-lm3.patch
	patches.suse/crypto-qat-add-local-memory-size-to-chip-info.patch
	patches.suse/crypto-qat-add-reset-CSR-and-mask-to-chip-info.patch
	patches.suse/crypto-qat-add-clock-enable-CSR-to-chip-info.patch
	patches.suse/crypto-qat-add-wake-up-event-to-chip-info.patch
	patches.suse/crypto-qat-add-misc-control-CSR-to-chip-info.patch
	patches.suse/crypto-qat-add-check-for-null-pointer.patch
	patches.suse/crypto-qat-use-ae_mask.patch
	patches.suse/crypto-qat-add-CSS3K-support.patch
	patches.suse/crypto-qat-add-FCU-CSRs-to-chip-info.patch
	patches.suse/crypto-qat-allow-to-target-specific-AEs.patch
	patches.suse/crypto-qat-add-support-for-shared-ustore.patch
	patches.suse/crypto-qat-add-support-for-broadcasting-mode.patch
	patches.suse/crypto-qat-add-gen4-firmware-loader.patch
	patches.suse/crypto-caam-qi-simplify-error-path-for-context-alloc.patch
	patches.suse/crypto-crypto4xx-Replace-bitwise-OR-with-logical-OR-.patch
	patches.suse/crypto-sha-split-sha.h-into-sha1.h-and-sha2.h.patch
	patches.suse/crypto-omap-aes-Fix-PM-disable-depth-imbalance-in-om.patch
	patches.suse/crypto-qat-target-fw-images-to-specific-AEs.patch
	patches.suse/crypto-qat-add-hook-to-initialize-vector-routing-tab.patch
	patches.suse/crypto-qat-add-qat_4xxx-driver.patch
	patches.suse/crypto-qat-fix-excluded_middle.cocci-warnings.patch
	patches.suse/crypto-ecdh-avoid-unaligned-accesses-in-ecdh_set_sec.patch
	patches.suse/crypto-atmel-i2c-select-CONFIG_BITREVERSE.patch
	patches.suse/crypto-qat-add-AES-CTR-support-for-QAT-GEN4-devices.patch
	patches.suse/crypto-qat-add-AES-XTS-support-for-QAT-GEN4-devices.patch
	patches.suse/crypto-qat-add-capability-detection-logic-in-qat_4xx.patch
	patches.suse/edac-i10nm-use-readl-to-access-mmio-registers.patch
	patches.suse/edac-add-ddr5-new-memory-type.patch
	patches.suse/edac-i10nm-add-intel-sapphire-rapids-server-support.patch
	patches.suse/edac-amd64-fix-pci-component-registration.patch
	patches.suse/x86-cpu-amd-save-amd-nodeid-as-cpu_die_id.patch
	patches.suse/x86-cpu-amd-remove-amd_get_nb_id.patch
	patches.suse/edac-mce_amd-use-struct-cpuinfo_x86-cpu_die_id-for-amd-nodeid.patch
	patches.suse/x86-topology-set-cpu_die_id-only-if-die_type-found.patch
	patches.suse/x86-mm-ident_map-check-for-errors-from-ident_pud_init.patch
	patches.suse/s390-cio-fix-use-after-free-in-ccw_device_destroy_console
	patches.suse/s390-kexec_file-fix-diag308-subcode-when-loading-crash-kernel
	patches.suse/s390-smp-perform-initial-cpu-reset-also-for-smt-siblings
	patches.suse/arm64-ignore-any-dma-offsets-in-the-max_zone_phys-calculation.patch
	patches.suse/arm64-force-no_block_mappings-if-crashkernel-reservation-is-required.patch
	patches.suse/arm64-mm-move-reserve_crashkernel-into-mem_init.patch
	patches.suse/arm64-mm-move-zone_dma_bits-initialization-into-zone_sizes_init.patch
	patches.suse/of-address-introduce-of_dma_get_max_cpu_address.patch
	patches.suse/arm64-mm-set-zone_dma-size-based-on-devicetree-s-dma-ranges.patch
	patches.suse/arm64-mm-set-zone_dma-size-based-on-early-iort-scan.patch
	patches.suse/futex-Remove-unused-empty-compat_exit_robust_list.patch
	patches.suse/completion-Drop-init_completion-define.patch
	patches.suse/x86-kprobes-restore-btf-if-the-single-stepping-is-cancelled.patch
	patches.suse/clocksource-drivers-orion-Add-missing-clk_disable_un.patch
	patches.suse/clocksource-drivers-cadence_ttc-Fix-memory-leak-in-t.patch
	patches.suse/clocksource-drivers-arm_arch_timer-Use-stable-count-.patch
	patches.suse/clocksource-drivers-arm_arch_timer-Correct-fault-pro.patch
	patches.suse/sched-fair-Check-for-idle-core-in-wake_affine.patch
	patches.suse/cpuset-fix-race-between-hotplug-work-and-later-cpu-offline.patch
	patches.suse/sched-numa-Avoid-creating-large-imbalances-at-task-creation-time.patch
	patches.suse/sched-fair-Clear-SMT-siblings-after-determining-the-core-is-not-idle.patch
	patches.suse/x86-apic-fix-x2apic-enablement-without-interrupt-remapping.patch
	patches.suse/0003-x86-msi-Only-use-high-bits-of-MSI-address-for-DMAR-u.patch
	patches.suse/0004-x86-apic-uv-Fix-inconsistent-destination-mode.patch
	patches.suse/0005-x86-devicetree-Fix-the-ioapic-interrupt-type-table.patch
	patches.suse/0006-x86-apic-Cleanup-delivery-mode-defines.patch
	patches.suse/0007-x86-apic-Replace-pointless-apic-Dest_logical-usage.patch
	patches.suse/0008-x86-apic-Get-rid-of-apic-Dest_logical.patch
	patches.suse/0009-x86-apic-Cleanup-destination-mode.patch
	patches.suse/0010-x86-apic-Always-provide-irq_compose_msi_msg-method-f.patch
	patches.suse/0011-x86-hpet-Move-MSI-support-into-hpet.c.patch
	patches.suse/0012-genirq-msi-Allow-shadow-declarations-of-msi_msg-memb.patch
	patches.suse/0013-x86-msi-Provide-msi-message-shadow-structs.patch
	patches.suse/0014-iommu-intel-Use-msi_msg-shadow-structs.patch
	patches.suse/0015-iommu-amd-Use-msi_msg-shadow-structs.patch
	patches.suse/0016-PCI-vmd-Use-msi_msg-shadow-structs.patch
	patches.suse/0017-x86-kvm-Use-msi_msg-shadow-structs.patch
	patches.suse/0018-x86-pci-xen-Use-msi_msg-shadow-structs.patch
	patches.suse/0019-x86-msi-Remove-msidef.h.patch
	patches.suse/0020-x86-io_apic-Cleanup-trigger-polarity-helpers.patch
	patches.suse/0021-x86-ioapic-Cleanup-IO-APIC-route-entry-structs.patch
	patches.suse/0022-x86-ioapic-Generate-RTE-directly-from-parent-irqchip.patch
	patches.suse/0023-genirq-irqdomain-Implement-get_name-method-on-irqchi.patch
	patches.suse/0024-x86-apic-Add-select-method-on-vector-irqdomain.patch
	patches.suse/0025-iommu-amd-Implement-select-method-on-remapping-irqdo.patch
	patches.suse/0026-iommu-vt-d-Implement-select-method-on-remapping-irqd.patch
	patches.suse/0027-iommu-hyper-v-Implement-select-method-on-remapping-i.patch
	patches.suse/0028-x86-hpet-Use-irq_find_matching_fwspec-to-find-remapp.patch
	patches.suse/0029-x86-ioapic-Use-irq_find_matching_fwspec-to-find-rema.patch
	patches.suse/0030-x86-Kill-all-traces-of-irq_remapping_get_irq_domain.patch
	patches.suse/0031-iommu-vt-d-Simplify-intel_irq_remapping_select.patch
	patches.suse/0032-x86-ioapic-Handle-Extended-Destination-ID-field-in-R.patch
	patches.suse/0033-x86-apic-Support-15-bits-of-APIC-ID-in-MSI-where-ava.patch
	patches.suse/0034-iommu-hyper-v-Disable-IRQ-pseudo-remapping-if-15-bit.patch
	patches.suse/0035-x86-kvm-Enable-15-bit-extension-when-KVM_FEATURE_MSI.patch
	patches.suse/0036-x86-hyperv-Enable-15-bit-APIC-ID-if-the-hypervisor-s.patch
	patches.suse/0037-x86-ioapic-Use-I-O-APIC-ID-for-finding-irqdomain-not.patch
	patches.suse/x86-ioapic-Correct-the-PCI-ISA-trigger-type-selectio.patch
	patches.suse/iommu-amd-Fix-union-of-bitfields-in-intcapxt-support.patch
	patches.suse/iommu-amd-Fix-IOMMU-interrupt-generation-in-X2APIC-m.patch
	patches.suse/iommu-hyper-v-Remove-I-O-APIC-ID-check-from-hyperv_i.patch
	patches.suse/mm-vmalloc-Fix-unlock-order-in-s_stop.patch
	patches.suse/mm-memory_failure-always-pin-the-page-in-madvise_inj.patch
	patches.suse/wimax-fix-duplicate-initializer-warning.patch
	patches.suse/net-smc-improve-return-codes-for-smc-dv2
	patches.suse/lan743x-fix-for-potential-NULL-pointer-dereference-w.patch
	patches.suse/soc-fsl-qbman-Add-an-argument-to-signal-if-NAPI-proc.patch
	patches.suse/crypto-caam-Replace-in_irq-usage.patch
	patches.suse/selftest-bpf-Add-missed-ip6ip6-test-back.patch
	patches.suse/samples-bpf-Remove-unused-test_ipip.sh.patch
	patches.suse/tools-bpftool-Fix-build-slowdown.patch
	patches.suse/ionic-start-queues-before-announcing-link-up.patch
	patches.suse/ionic-check-for-link-after-netdev-registration.patch
	patches.suse/ionic-use-mc-sync-for-multicast-filters.patch
	patches.suse/ionic-flatten-calls-to-ionic_lif_rx_mode.patch
	patches.suse/ionic-change-set_rx_mode-from_ndo-to-can_sleep.patch
	patches.suse/ionic-useful-names-for-booleans.patch
	patches.suse/ibmvnic-Introduce-indirect-subordinate-Command-Respo.patch
	patches.suse/ibmvnic-Introduce-batched-RX-buffer-descriptor-trans.patch
	patches.suse/ibmvnic-Introduce-xmit_more-support-using-batched-su.patch
	patches.suse/ibmvnic-Clean-up-TX-code-and-TX-buffer-data-structur.patch
	patches.suse/ibmvnic-Remove-send_subcrq-function.patch
	patches.suse/ibmvnic-Ensure-that-device-queue-memory-is-cache-lin.patch
	patches.suse/ibmvnic-Correctly-re-enable-interrupts-in-NAPI-polli.patch
	patches.suse/ibmvnic-Use-netdev_alloc_skb-instead-of-alloc_skb-to.patch
	patches.suse/ibmvnic-Do-not-replenish-RX-buffers-after-every-poll.patch
	patches.suse/dt-bindings-can-fsl-flexcan-add-uint32-reference-to-.patch
	patches.suse/dt-bindings-can-fsl-flexcan-fix-fsl-clk-source-prope.patch
	patches.suse/dt-bindings-firmware-add-IMX_SC_R_CAN-x-macro-for-CA.patch
	patches.suse/can-flexcan-rename-macro-FLEXCAN_QUIRK_SETUP_STOP_MO.patch
	patches.suse/can-flexcan-factor-out-enabling-and-disabling-of-int.patch
	patches.suse/can-flexcan-move-enabling-disabling-of-interrupts-fr.patch
	patches.suse/can-flexcan-flexcan_rx_offload_setup-factor-out-mail.patch
	patches.suse/can-flexcan-flexcan_open-completely-initialize-contr.patch
	patches.suse/can-flexcan-flexcan_close-change-order-if-commands-t.patch
	patches.suse/i40e-remove-redundant-assignment.patch
	patches.suse/net-sched-fix-miss-init-the-mru-in-qdisc_skb_cb.patch
	patches.suse/ionic-remove-some-unnecessary-oom-messages.patch
	patches.suse/ionic-change-mtu-after-queues-are-stopped.patch
	patches.suse/net-smc-use-helper-smc_conn_abort-in-listen-processing
	patches.suse/net-smc-use-active-link-of-the-connection
	patches.suse/net-smc-add-connection-counters-for-links
	patches.suse/net-smc-add-link-counters-for-ib-device-ports
	patches.suse/net-smc-add-diagnostic-information-to-smc-ib-device
	patches.suse/net-smc-add-diagnostic-information-to-link-structure
	patches.suse/net-smc-refactor-smc-ism-v2-capability-handling
	patches.suse/net-smc-introduce-generic-netlink-interface-for-diagnostic-purposes
	patches.suse/net-smc-add-support-for-obtaining-system-information
	patches.suse/net-smc-introduce-smcr-get-linkgroup-command
	patches.suse/net-smc-introduce-smcr-get-link-command
	patches.suse/net-smc-add-smc-d-linkgroup-diagnostic-support
	patches.suse/net-smc-add-support-for-obtaining-smcd-device-list
	patches.suse/net-smc-add-support-for-obtaining-smcr-device-list
	patches.suse/net-mlx5-Add-ts_cqe_to_dest_cqn-related-bits.patch
	patches.suse/bpf-Simplify-task_file_seq_get_next.patch
	patches.suse/samples-bpf-Refactor-hbm-program-with-libbpf.patch
	patches.suse/samples-bpf-Refactor-test_cgrp2_sock2-program-with-l.patch
	patches.suse/libbpf-Sanitise-map-names-before-pinning.patch
	patches.suse/bpf-fix-bpf_put_raw_tracepoint-s-use-of-_module_address.patch
	patches.suse/selftests-bpf-Fix-invalid-use-of-strncat-in-test_soc.patch
	patches.suse/rsi-Fix-TX-EAPOL-packet-handling-against-iwlwifi-AP.patch
	patches.suse/rtw88-remove-extraneous-const-qualifier.patch
	patches.suse/brcmfmac-Fix-memory-leak-for-unpaired-brcmf_-alloc-f.patch
	patches.suse/mwifiex-fix-mwifiex_shutdown_sw-causing-sw-reset-fai.patch
	patches.suse/mwifiex-pcie-skip-cancel_work_sync-on-reset-failure-.patch
	patches.suse/rsi-Move-card-interrupt-handling-to-RX-thread.patch
	patches.suse/brcmfmac-fix-error-return-code-in-brcmf_cfg80211_con.patch
	patches.suse/orinoco-Move-context-allocation-after-processing-the.patch
	patches.suse/qtnfmac-fix-error-return-code-in-qtnf_pcie_probe.patch
	patches.suse/rsi-fix-error-return-code-in-rsi_reset_card.patch
	patches.suse/cw1200-fix-missing-destroy_workqueue-on-error-in-cw1.patch
	patches.suse/brcmfmac-expose-RPi-firmware-config-files-through-mo.patch
	patches.suse/ath6kl-fix-enum-conversion-warning.patch
	patches.suse/ath10k-Fix-the-parsing-error-in-service-available-ev.patch
	patches.suse/ath10k-Fix-an-error-handling-path.patch
	patches.suse/ath10k-Release-some-resources-in-an-error-handling-p.patch
	patches.suse/ibmvnic-add-some-debugs.patch
	patches.suse/net-mlx5-Properly-convey-driver-version-to-firmware.patch
	patches.suse/net-mlx5e-remove-unnecessary-memset.patch
	patches.suse/Bluetooth-btqca-Add-valid-le-states-quirk.patch
	patches.suse/Bluetooth-Fix-null-pointer-dereference-in-hci_event_.patch
	patches.suse/Bluetooth-hci_h5-close-serdev-device-and-free-hu-in-.patch
	patches.suse/Bluetooth-Fix-slab-out-of-bounds-read-in-hci_le_dire.patch
	patches.suse/Bluetooth-btusb-Add-the-more-support-IDs-for-Realtek.patch
	patches.suse/Bluetooth-btrtl-Refine-the-ic_id_table-for-clearer-a.patch
	patches.suse/Bluetooth-Fix-LL-PRivacy-BLE-device-fails-to-connect.patch
	patches.suse/Bluetooth-hidp-use-correct-wait-queue-when-removing-.patch
	patches.suse/Bluetooth-hci_h5-fix-memory-leak-in-h5_close.patch
	patches.suse/Bluetooth-btusb-btrtl-Add-support-for-RTL8852A.patch
	patches.suse/Bluetooth-revert-hci_h5-close-serdev-device-and-free.patch
	patches.suse/Bluetooth-btusb-Add-the-missed-release_firmware-in-b.patch
	patches.suse/Bluetooth-btmtksdio-Add-the-missed-release_firmware-.patch
	patches.suse/Bluetooth-Fix-attempting-to-set-RPA-timeout-when-uns.patch
	patches.suse/Bluetooth-btintel-Fix-endianness-issue-for-TLV-versi.patch
	patches.suse/Bluetooth-btusb-Add-setup-function-for-new-generatio.patch
	patches.suse/Bluetooth-btusb-Define-a-function-to-construct-firmw.patch
	patches.suse/Bluetooth-btusb-Helper-function-to-download-firmware.patch
	patches.suse/Bluetooth-btusb-Map-Typhoon-peak-controller-to-BTUSB.patch
	patches.suse/Bluetooth-btusb-Fix-detection-of-some-fake-CSR-contr.patch
	patches.suse/gve-Add-support-for-raw-addressing-device-option.patch
	patches.suse/gve-Add-support-for-raw-addressing-to-the-rx-path.patch
	patches.suse/gve-Rx-Buffer-Recycling.patch
	patches.suse/gve-Add-support-for-raw-addressing-in-the-tx-path.patch
	patches.suse/ibmvnic-fix-rx-buffer-tracking-and-index-management-.patch
	patches.suse/can-flexcan-convert-the-driver-to-DT-only.patch
	patches.suse/nl80211-validate-key-indexes-for-cfg80211_registered.patch
	patches.suse/mac80211-don-t-set-set-TDLS-STA-bandwidth-wider-than.patch
	patches.suse/mwifiex-Fix-possible-buffer-overflows-in-mwifiex_2.patch
	patches.suse/mt76-add-back-the-SUPPORTS_REORDERING_BUFFER-flag.patch
	patches.suse/mt76-mt7915-set-fops_sta_stats.owner-to-THIS_MODULE.patch
	patches.suse/mt76-set-fops_tx_stats.owner-to-THIS_MODULE.patch
	patches.suse/mt76-mt7915-fix-sparse-warning-cast-from-restricted-.patch
	patches.suse/mt76-fix-memory-leak-if-device-probing-fails.patch
	patches.suse/mt76-fix-tkip-configuration-for-mt7615-7663-devices.patch
	patches.suse/mt76-mt7915-fix-endian-issues.patch
	patches.suse/mt76-mt7615-fix-rdd-mcu-cmd-endianness.patch
	patches.suse/iwlwifi-pcie-remove-obsolete-pre-release-support-cod.patch
	patches.suse/iwlwifi-follow-the-new-inclusive-terminology.patch
	patches.suse/iwlwifi-dbg-tlv-fix-old-length-in-is_trig_data_conta.patch
	patches.suse/iwlwifi-Add-a-new-card-for-MA-family.patch
	patches.suse/iwlwifi-mvm-hook-up-missing-RX-handlers.patch
	patches.suse/selftests-bpf-Print-reason-when-a-tester-could-not-r.patch
	patches.suse/samples-bpf-Fix-possible-hang-in-xdpsock-with-multip.patch
	patches.suse/nfc-s3fwrn5-Release-the-nfc-firmware.patch
	patches.suse/net-fix-proc_fs-init-handling-in-af_packet-and-tls.patch
	patches.suse/ALSA-remove-unneeded-break.patch
	patches.suse/ALSA-seq-remove-useless-function.patch
	patches.suse/ALSA-hdspm-Fix-fall-through-warnings-for-Clang.patch
	patches.suse/ALSA-usb-audio-Handle-discrete-rates-properly-in-hw-.patch
	patches.suse/ALSA-usb-audio-Don-t-call-usb_set_interface-at-trigg.patch
	patches.suse/ALSA-usb-audio-Check-valid-altsetting-at-parsing-rat.patch
	patches.suse/ALSA-usb-audio-Check-implicit-feedback-EP-genericall.patch
	patches.suse/ALSA-usb-audio-Add-snd_usb_get_endpoint-helper.patch
	patches.suse/ALSA-usb-audio-Set-and-clear-sync-EP-link-properly.patch
	patches.suse/ALSA-usb-audio-Improve-some-debug-prints.patch
	patches.suse/ALSA-usb-audio-Track-implicit-fb-sync-endpoint-in-au.patch
	patches.suse/ALSA-usb-audio-Move-snd_usb_autoresume-call-out-of-s.patch
	patches.suse/ALSA-usb-audio-Add-hw-constraint-for-implicit-fb-syn.patch
	patches.suse/ALSA-usb-audio-Simplify-hw_params-rules.patch
	patches.suse/ALSA-usb-audio-Drop-debug.h.patch
	patches.suse/ALSA-usb-audio-Avoid-doubly-initialization-for-impli.patch
	patches.suse/ALSA-usb-audio-Create-endpoint-objects-at-parsing-ph.patch
	patches.suse/ALSA-usb-audio-Drop-keep_interface-flag-again.patch
	patches.suse/ALSA-usb-audio-Add-snd_usb_get_host_interface-helper.patch
	patches.suse/ALSA-usb-audio-Don-t-set-altsetting-before-initializ.patch
	patches.suse/ALSA-usb-audio-Pass-snd_usb_audio-object-to-quirk-fu.patch
	patches.suse/ALSA-usb-audio-Simplify-snd_usb_init_sample_rate-arg.patch
	patches.suse/ALSA-usb-audio-Simplify-snd_usb_init_pitch-arguments.patch
	patches.suse/ALSA-usb-audio-Stop-both-endpoints-properly-at-error.patch
	patches.suse/ALSA-usb-audio-Set-callbacks-via-snd_usb_endpoint_se.patch
	patches.suse/ALSA-usb-audio-Always-set-up-the-parameters-after-re.patch
	patches.suse/ALSA-usb-audio-Fix-EP-matching-for-continuous-rates.patch
	patches.suse/ALSA-usb-audio-Refactor-endpoint-management.patch
	patches.suse/ALSA-usb-audio-Fix-possible-stall-of-implicit-fb-pac.patch
	patches.suse/ALSA-usb-audio-Constify-audioformat-pointer-referenc.patch
	patches.suse/ALSA-usb-audio-Use-atomic_t-for-endpoint-use_count.patch
	patches.suse/ALSA-usb-audio-Refactoring-endpoint-URB-deactivation.patch
	patches.suse/ALSA-usb-audio-Drop-unneeded-snd_usb_substream-field.patch
	patches.suse/ALSA-usb-audio-Unify-the-code-for-the-next-packet-si.patch
	patches.suse/ALSA-usb-audio-Simplify-rate_min-max-and-rates-set-u.patch
	patches.suse/ALSA-usb-audio-Replace-slave-master-terms.patch
	patches.suse/ALSA-usb-audio-Use-unsigned-char-for-iface-and-altse.patch
	patches.suse/ALSA-usb-audio-Show-sync-endpoint-information-in-pro.patch
	patches.suse/ALSA-usb-audio-Quirk-for-BOSS-GT-001.patch
	patches.suse/ALSA-usb-audio-Factor-out-the-implicit-feedback-quir.patch
	patches.suse/ALSA-usb-audio-Add-generic-implicit-fb-parsing.patch
	patches.suse/ALSA-usb-audio-Add-implicit_fb-module-option.patch
	patches.suse/ALSA-usb-audio-Fix-quirks-for-other-BOSS-devices.patch
	patches.suse/ALSA-usb-audio-Fix-MOTU-M-Series-quirks.patch
	patches.suse/ALSA-compress-allow-pause-and-resume-during-draining.patch
	patches.suse/ALSA-hda-ca0132-Move-unsol-callback-setups-to-parser.patch
	patches.suse/ALSA-usb-audio-Add-support-for-Pioneer-DJ-DDJ-RR-con.patch
	patches.suse/ALSA-usb-audio-Add-quirk-for-Pioneer-DJ-DDJ-SR2.patch
	patches.suse/ALSA-seq-Use-bool-for-snd_seq_queue-internal-flags.patch
	patches.suse/ALSA-rawmidi-Access-runtime-avail-always-in-spinlock.patch
	patches.suse/ALSA-hda-proc-print-DP-MST-connections.patch
	patches.suse/ALSA-hda-Fix-regressions-on-clear-and-reconfig-sysfs.patch
	patches.suse/ALSA-usb-audio-Add-implicit-fb-support-for-Steinberg.patch
	patches.suse/ALSA-hda-ca0132-Fix-AE-5-rear-headphone-pincfg.patch
	patches.suse/ALSA-hda-ca0132-Change-Input-Source-enum-strings.patch
	patches.suse/ALSA-hda-hdmi-fix-silent-stream-for-first-playback-t.patch
	patches.suse/ALSA-hda-ca0132-Reset-codec-upon-initialization.patch
	patches.suse/ALSA-hda-ca0132-Add-stream-port-remapping-function.patch
	patches.suse/ALSA-hda-ca0132-Add-8051-exram-helper-functions.patch
	patches.suse/ALSA-hda-ca0132-Ensure-DSP-is-properly-setup-post-fi.patch
	patches.suse/ALSA-hda-ca0132-Remove-now-unnecessary-DSP-setup-fun.patch
	patches.suse/ALSA-hda-hdmi-always-print-pin-NIDs-as-hexadecimal.patch
	patches.suse/ALSA-hda-hdmi-packet-buffer-index-must-be-set-before.patch
	patches.suse/ALSA-hda-ca0132-Add-8051-PLL-write-helper-functions.patch
	patches.suse/ALSA-hda-ca0132-Add-ZxR-surround-DAC-setup.patch
	patches.suse/ALSA-hda-realtek-make-bass-spk-volume-adjustable-on-.patch
	patches.suse/ALSA-hda-realtek-Enable-headset-mic-of-ASUS-X430UN-w.patch
	patches.suse/ALSA-hda-realtek-Enable-headset-mic-of-ASUS-Q524UQK-.patch
	patches.suse/ALSA-hda-realtek-Add-supported-for-more-Lenovo-ALC28.patch
	patches.suse/ALSA-usb-audio-Fix-control-access-overflow-errors-fr.patch
	patches.suse/ALSA-usb-audio-Fix-potential-out-of-bounds-shift.patch
	patches.suse/ALSA-pcm-oss-Fix-potential-out-of-bounds-shift.patch
	patches.suse/ASoC-amd-Downgrade-print-level-for-invalid-ACP-mode.patch
	patches.suse/ASoC-amd-Return-ENODEV-for-non-existing-ACPI-call.patch
	patches.suse/ASoC-Intel-Boards-tgl_max98373-update-TDM-slot_width.patch
	patches.suse/ASoC-jz4740-i2s-add-missed-checks-for-clk_get.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Add-quirk-for-ARCHOS-Cesium-.patch
	patches.suse/ASoC-max98390-Fix-error-codes-in-max98390_dsm_init.patch
	patches.suse/ASoC-AMD-Raven-Renoir-fix-the-PCI-probe-PCI-revision.patch
	patches.suse/ASoC-AMD-Renoir-add-DMI-table-to-avoid-the-ACP-mic-p.patch
	patches.suse/ASoC-wm_adsp-remove-ctl-from-list-on-error-in-wm_ads.patch
	patches.suse/ASoC-amd-support-other-audio-modes-for-raven.patch
	patches.suse/ASoC-Intel-bytcr_rt5651-use-semicolons-rather-than-c.patch
	patches.suse/ASoC-SOF-Intel-hda-use-semicolons-rather-than-commas.patch
	patches.suse/ASoC-SOF-control-remove-const-in-sizeof.patch
	patches.suse/ASoC-SOF-topology-remove-const-in-sizeof.patch
	patches.suse/ASoC-SOF-sof-audio-remove-goto-used-for-force-nocode.patch
	patches.suse/ASoC-tegra20-spdif-remove-default-m.patch
	patches.suse/ASoC-sun4i-i2s-Fix-lrck_period-computation-for-I2S-j.patch
	patches.suse/ASoC-intel-sof_rt5682-Add-support-for-cml_rt1015_rt5.patch
	patches.suse/ASoC-intel-sof_rt5682-Add-quirk-for-Dooly.patch
	patches.suse/ASoC-ti-davinci-mcasp-remove-always-zero-of-davinci_.patch
	patches.suse/ASoC-topology-Remove-unused-functions-from-topology-.patch
	patches.suse/ASoC-topology-Remove-multistep-topology-loading.patch
	patches.suse/ASoC-topology-Unify-all-device-references.patch
	patches.suse/ASoC-topology-Change-allocations-to-resource-managed.patch
	patches.suse/ASoC-topology-Remove-empty-functions.patch
	patches.suse/ASoC-topology-Simplify-remove_widget-function.patch
	patches.suse/ASoC-pcm-DRAIN-support-reactivation.patch
	patches.suse/ASoC-qcom-common-Fix-refcounting-in-qcom_snd_parse_o.patch
	patches.suse/ASoC-wm8994-Fix-PM-disable-depth-imbalance-on-error.patch
	patches.suse/ASoC-wm8998-Fix-PM-disable-depth-imbalance-on-error.patch
	patches.suse/ASoC-Intel-Boards-tgl_max98373-add-dpcm_capture-flag.patch
	patches.suse/ASoC-SOF-loader-do-not-warn-about-unknown-firmware-h.patch
	patches.suse/ASoC-arizona-Fix-a-wrong-free-in-wm8997_probe.patch
	patches.suse/ASoC-Intel-sof_sdw-add-quirk-for-new-TigerLake-SDCA-.patch
	patches.suse/ASoC-codecs-rt-.c-remove-useless-pointer-cast.patch
	patches.suse/ASoC-codecs-max98373-sdw-align-regmap-use-with-other.patch
	patches.suse/ASoC-SOF-imx-fix-Kconfig-punctuation.patch
	patches.suse/ASoC-SOF-Kconfig-fix-Kconfig-punctuation-and-wording.patch
	patches.suse/ASoC-SOF-Intel-fix-Kconfig-punctuation-and-wording.patch
	patches.suse/ASoC-SOF-Intel-fix-Kconfig-dependency-for-SND_INTEL_.patch
	patches.suse/ASoC-topology-use-inclusive-language-for-bclk-and-fs.patch
	patches.suse/ASoC-SOF-use-inclusive-language-for-bclk-and-fsync.patch
	patches.suse/ASoC-Intel-atom-use-inclusive-language-for-SSP-bclk-.patch
	patches.suse/ASoC-Intel-keembay-use-inclusive-language-for-bclk-a.patch
	patches.suse/ASoC-meson-fix-COMPILE_TEST-error.patch
	patches.suse/ASoC-SOF-Intel-initial-support-for-Alderlake-S.patch
	patches.suse/ASoC-intel-SND_SOC_INTEL_KEEMBAY-should-depend-on-AR.patch
	patches.suse/ASoC-Fix-7-8-spaces-indentation-in-Kconfig.patch
	patches.suse/ASoC-SOF-relax-PCM-period-and-buffer-size-constraint.patch
	patches.suse/ASoC-SOF-Intel-add-hw-specific-PCM-constraints.patch
	patches.suse/ASoC-SOF-control-override-volume-info-callback.patch
	patches.suse/ASoC-Intel-broadwell-add-missing-pm_ops.patch
	patches.suse/ASoC-Intel-bdw-rt5677-add-missing-pm_ops.patch
	patches.suse/ALSA-hda-intel-dsp-config-add-helper-for-ACPI-DSP-dr.patch
	patches.suse/ASoC-soc-acpi-add-helper-to-identify-parent-driver.patch
	patches.suse/ASoC-Intel-boards-byt-cht-set-card-and-driver-name-a.patch
	patches.suse/ASoC-Intel-byt-cht-set-pm-ops-dynamically.patch
	patches.suse/ASoC-SOF-acpi-add-dynamic-selection-of-DSP-driver.patch
	patches.suse/ASoC-Intel-Atom-add-dynamic-selection-of-DSP-driver.patch
	patches.suse/ASoC-SOF-Intel-allow-for-coexistence-between-SOF-and.patch
	patches.suse/ALSA-hda-intel-dsp-config-add-Broadwell-ACPI-DSP-dri.patch
	patches.suse/ASoC-Intel-broadwell-set-card-and-driver-name-dynami.patch
	patches.suse/ALSA-hda-intel-dsp-config-ignore-dsp_driver-paramete.patch
	patches.suse/ASoC-SOF-Intel-allow-for-coexistence-between-SOF2.patch
	patches.suse/ASoC-SOF-IPC-fix-implicit-type-overflow.patch
	patches.suse/ASoC-SOF-nocodec-modify-DAI-link-definitions.patch
	patches.suse/ASoC-SOF-ext_manifest-Parse-firmware-config-dictiona.patch
	patches.suse/ASoC-SOF-Improve-code-alignment-in-header.h.patch
	patches.suse/ASoC-SOF-Change-section-comment-for-SOF_IPC_TEST_.patch
	patches.suse/ASoC-SOF-Add-memory_info-file-to-debugfs.patch
	patches.suse/ASoC-SOF-ops-add-parse_platform_ext_manifest-op.patch
	patches.suse/ASoC-SOF-Intel-hda-define-parse_platform_ext_manifes.patch
	patches.suse/ASoC-SOF-ext_manifest-parse-cavs-extra-config-data-e.patch
	patches.suse/ASoC-SOF-ops-modify-the-signature-of-stall-op.patch
	patches.suse/ASoC-SOF-Intel-hda-add-sof_icl_ops-for-ICL-platforms.patch
	patches.suse/soundwire-Fix-DEBUG_LOCKS_WARN_ON-for-uninitialized-.patch
	patches.suse/soundwire-SDCA-detect-sdca_cascade-interrupt.patch
	patches.suse/soundwire-SDCA-add-helper-macro-to-access-controls.patch
	patches.suse/ASoC-SOF-control-fix-cppcheck-warning-in-snd_sof_vol.patch
	patches.suse/ASoC-intel-sof_rt5682-Add-support-for-tgl_rt1011_rt5.patch
	patches.suse/ASoC-SOF-trace-Add-runtime-trace-filtering-mechanism.patch
	patches.suse/ASoC-cx2072x-Fix-doubly-definitions-of-Playback-and-.patch
	patches.suse/ASoC-amd-change-clk_get-to-devm_clk_get-and-add-miss.patch
	patches.suse/ASoC-Intel-cht_bsw_nau8824-Drop-compress-cpu-dai-bit.patch
	patches.suse/ASoC-Intel-cht_bsw_nau8824-Change-SSP2-Codec-DAI-id-.patch
	patches.suse/ASoC-Intel-common-add-ACPI-matching-tables-for-Alder.patch
	patches.suse/ASoC-SOF-Intel-add-SoundWire-support-for-ADL-S.patch
	patches.suse/ASoC-topology-Add-missing-size-check.patch
	patches.suse/ASoC-topology-Fix-wrong-size-check.patch
	patches.suse/ASoC-SOF-imx-update-kernel-doc-description.patch
	patches.suse/ASoC-SOF-Intel-hda-remove-duplicated-status-dump.patch
	patches.suse/ASoC-SOF-modify-the-SOF_DBG-flags.patch
	patches.suse/ASoC-SOF-Intel-hda-fix-the-condition-passed-to-sof_d.patch
	patches.suse/usb-max3421-fix-return-error-code-in-max3421_probe.patch
	patches.suse/usb-chipidea-ci_hdrc_imx-Pass-DISABLE_DEVICE_STREAMI.patch
	patches.suse/USB-dummy-hcd-Fix-uninitialized-array-use-in-init.patch
	patches.suse/usb-mtu3-fix-memory-corruption-in-mtu3_debugfs_regse.patch
	patches.suse/USB-add-RESET_RESUME-quirk-for-Snapscan-1212.patch
	patches.suse/xhci-Give-USB2-ports-time-to-enter-U3-in-bus-suspend.patch
	patches.suse/usb-ehci-omap-Fix-PM-disable-depth-umbalance-in-ehci.patch
	patches.suse/usb-oxu210hp-hcd-Fix-memory-leak-in-oxu_create.patch
	patches.suse/USB-UAS-introduce-a-quirk-to-set-no_write_same.patch
	patches.suse/USB-gadget-f_rndis-fix-bitrate-for-SuperSpeed-and-ab.patch
	patches.suse/USB-gadget-f_acm-add-support-for-SuperSpeed-Plus.patch
	patches.suse/USB-gadget-f_midi-setup-SuperSpeed-Plus-descriptors.patch
	patches.suse/usb-gadget-f_fs-Re-use-SS-descriptors-for-SuperSpeed.patch
	patches.suse/USB-serial-keyspan_pda-fix-dropped-unthrottle-interr.patch
	patches.suse/USB-serial-keyspan_pda-fix-write-deadlock.patch
	patches.suse/USB-serial-keyspan_pda-fix-stalled-writes.patch
	patches.suse/USB-serial-keyspan_pda-fix-write-wakeup-use-after-fr.patch
	patches.suse/USB-serial-keyspan_pda-fix-tx-unthrottle-use-after-f.patch
	patches.suse/USB-serial-keyspan_pda-fix-write-unthrottling.patch
	patches.suse/USB-serial-digi_acceleport-fix-write-wakeup-deadlock.patch
	patches.suse/USB-serial-mos7720-fix-parallel-port-state-restore.patch
	patches.suse/USB-serial-option-add-interface-number-sanity-check-.patch
	patches.suse/serial_core-Check-for-port-state-when-tty-is-in-erro.patch
	patches.suse/serial-8250_omap-Avoid-FIFO-corruption-caused-by-MDR.patch
	patches.suse/driver-core-Fix-list-corruption-after-device_del.patch
	patches.suse/slimbus-qcom-ngd-ctrl-Avoid-sending-power-requests-w.patch
	patches.suse/coresight-etm4x-Skip-setting-LPOVERRIDE-bit-for-qcom.patch
	patches.suse/coresight-core-Remove-unneeded-semicolon.patch
	patches.suse/coresight-etm4x-Fix-accesses-to-TRCVMIDCTLR1.patch
	patches.suse/coresight-etm4x-Fix-accesses-to-TRCCIDCTLR1.patch
	patches.suse/coresight-etm4x-Update-TRCIDR3.NUMPROCS-handling-to-.patch
	patches.suse/coresight-etm4x-Fix-accesses-to-TRCPROCSELR.patch
	patches.suse/coresight-etm4x-Handle-TRCVIPCSSCTLR-accesses.patch
	patches.suse/coresight-Remove-unnecessary-THIS_MODULE-of-funnel-a.patch
	patches.suse/coresight-tmc-etf-Fix-NULL-ptr-dereference-in-tmc_en.patch
	patches.suse/coresight-etb10-Fix-possible-NULL-ptr-dereference-in.patch
	patches.suse/coresight-tmc-etr-Assign-boolean-values-to-a-bool-va.patch
	patches.suse/soundwire-bus-add-comments-to-explain-interrupt-loop.patch
	patches.suse/soundwire-bus-reset-slave_notify-status-at-each-loop.patch
	patches.suse/soundwire-registers-add-definitions-for-clearable-in.patch
	patches.suse/soundwire-bus-only-clear-valid-DP0-interrupts.patch
	patches.suse/soundwire-bus-only-clear-valid-DPN-interrupts.patch
	patches.suse/soundwire-qcom-Fix-build-failure-when-slimbus-is-mod.patch
	patches.suse/soundwire-master-use-pm_runtime_set_active-on-add.patch
	patches.suse/soundwire-intel-fix-another-unused-function-warning.patch
	patches.suse/coresight-tmc-etr-Fix-barrier-packet-insertion-for-p.patch
	patches.suse/coresight-remove-broken-__exit-annotations.patch
	patches.suse/coresight-etm4x-Modify-core-commit-to-avoid-HiSilico.patch
	patches.suse/phy-tegra-Don-t-warn-on-probe-deferral.patch
	patches.suse/phy-tegra-xusb-Fix-usb_phy-device-driver-field.patch
	patches.suse/speakup-fix-uninitialized-flush_lock.patch
	patches.suse/misc-vmw_vmci-fix-kernel-info-leak-by-initializing-d.patch
	patches.suse/bus-fsl-mc-add-back-accidentally-dropped-error-check.patch
	patches.suse/bus-fsl-mc-make-sure-MC-firmware-is-up-and-running.patch
	patches.suse/bus-fsl-mc-added-missing-fields-to-dprc_rsp_get_obj_.patch
	patches.suse/bus-fsl-mc-fix-error-return-code-in-fsl_mc_object_al.patch
	patches.suse/bus-fsl-mc-simplify-DPRC-version-check.patch
	patches.suse/msft-hv-2197-uio-uio_hv_generic-use-devm_kzalloc-for-private-data.patch
	patches.suse/extcon-max77693-Fix-modalias-string.patch
	patches.suse/iio-buffer-Fix-demux-update.patch
	patches.suse/iio-light-rpr0521-Fix-timestamp-alignment-and-preven.patch
	patches.suse/iio-light-st_uvis25-Fix-timestamp-alignment-and-prev.patch
	patches.suse/iio-magnetometer-mag3110-Fix-alignment-and-data-leak.patch
	patches.suse/iio-imu-bmi160-Fix-too-large-a-buffer.patch
	patches.suse/iio-pressure-mpl3115-Force-alignment-of-buffer.patch
	patches.suse/iio-adc-ti-ads124s08-Fix-buffer-being-too-long.patch
	patches.suse/iio-adc-ti-ads124s08-Fix-alignment-and-data-leak-iss.patch
	patches.suse/iio-adc-rockchip_saradc-fix-missing-clk_disable_unpr.patch
	patches.suse/staging-comedi-mf6x4-Fix-AI-end-of-conversion-detect.patch
	patches.suse/staging-olpc_dcon-Do-not-call-platform_device_unregi.patch
	patches.suse/genirq-irqdomain-Don-t-try-to-free-an-interrupt-that.patch
	patches.suse/irqchip-ls-extirq-Add-LS1043A-LS1088A-external-inter.patch
	patches.suse/regmap-Remove-duplicate-type-field-from-regmap-regca.patch
	patches.suse/regulator-axp20x-Fix-DLDO2-voltage-control-register-.patch
	patches.suse/regulator-mcp16502-add-linear_min_sel.patch
	patches.suse/spi-img-spfi-fix-reference-leak-in-img_spfi_resume.patch
	patches.suse/spi-spi-mem-Fix-passing-zero-to-PTR_ERR-warning.patch
	patches.suse/spi-spi-mem-fix-reference-leak-in-spi_mem_access_sta.patch
	patches.suse/spi-stm32-fix-reference-leak-in-stm32_spi_resume.patch
	patches.suse/spi-spi-ti-qspi-fix-reference-leak-in-ti_qspi_setup.patch
	patches.suse/spi-mt7621-fix-missing-clk_disable_unprepare-on-erro.patch
	patches.suse/spi-tegra20-slink-fix-reference-leak-in-slink-ops-of.patch
	patches.suse/spi-tegra20-sflash-fix-reference-leak-in-tegra_sflas.patch
	patches.suse/spi-tegra114-fix-reference-leak-in-tegra-spi-ops.patch
	patches.suse/spi-bcm63xx-hsspi-fix-missing-clk_disable_unprepare-.patch
	patches.suse/spi-atmel-quadspi-Disable-clock-in-probe-error-path.patch
	patches.suse/spi-imx-fix-reference-leak-in-two-imx-operations.patch
	patches.suse/spi-sprd-fix-reference-leak-in-sprd_spi_remove.patch
	patches.suse/spi-synquacer-Disable-clock-in-probe-error-path.patch
	patches.suse/spi-pic32-Don-t-leak-DMA-channels-in-probe-error-pat.patch
	patches.suse/spi-st-ssc4-Fix-unbalanced-pm_runtime_disable-in-pro.patch
	patches.suse/spi-mxs-fix-reference-leak-in-mxs_spi_probe.patch
	patches.suse/spi-fix-resource-leak-for-drivers-without-.remove-ca.patch
	patches.suse/spi-davinci-Fix-use-after-free-on-unbind.patch
	patches.suse/spi-mt7621-Disable-clock-in-probe-error-path.patch
	patches.suse/spi-atmel-quadspi-Fix-AHB-memory-accesses.patch
	patches.suse/platform-chrome-cros_ec_spi-Don-t-overwrite-spi-mode.patch
	patches.suse/soc-qcom-geni-More-properly-switch-to-DMA-mode.patch
	patches.suse/Revert-i2c-i2c-qcom-geni-Fix-DMA-transfer-race.patch
	patches.suse/mmc-sdhci-tegra-fix-wrong-unit-with-busy_timeout.patch
	patches.suse/memstick-fix-a-double-free-bug-in-memstick_check.patch
	patches.suse/mmc-pxamci-Fix-error-return-code-in-pxamci_probe.patch
	patches.suse/memstick-r592-Fix-error-return-in-r592_probe.patch
	patches.suse/hwmon-ina3221-Fix-PM-usage-counter-unbalance-in-ina3.patch
	patches.suse/Revert-platform-x86-wmi-Destroy-on-cleanup-rather-th.patch
	patches.suse/platform-mellanox-mlxbf-pmc-Add-Mellanox-BlueField-P.patch
	patches.suse/platform-x86-acer-wmi-Cleanup-ACER_CAP_FOO-defines.patch
	patches.suse/platform-x86-acer-wmi-Cleanup-accelerometer-device-h.patch
	patches.suse/platform-x86-acer-wmi-Add-new-force_caps-module-para.patch
	patches.suse/platform-x86-acer-wmi-Add-ACER_CAP_SET_FUNCTION_MODE.patch
	patches.suse/platform-x86-acer-wmi-Add-support-for-SW_TABLET_MODE.patch
	patches.suse/pci-add-defines-for-designated-vendor-specific-extended-capability
	patches.suse/mfd-intel-platform-monitoring-technology-support
	patches.suse/platform-x86-intel-pmt-class-driver
	patches.suse/platform-x86-intel-pmt-telemetry-capability-driver
	patches.suse/platform-x86-intel-pmt-crashlog-capability-driver
	patches.suse/platform-x86-pmt-fix-a-potential-oops-on-error-in-probe
	patches.suse/platform-x86-acer-wmi-Add-ACER_CAP_KBD_DOCK-quirk-fo.patch
	patches.suse/platform-x86-mlx-platform-Remove-PSU-EEPROM-from-def.patch
	patches.suse/platform-x86-mlx-platform-Remove-PSU-EEPROM-from-MSN.patch
	patches.suse/platform-x86-intel-vbtn-Allow-switch-events-on-Acer-.patch
	patches.suse/platform-x86-dell-smbios-base-Fix-error-return-code-.patch
	patches.suse/platform-x86-mlx-platform-remove-an-unused-variable.patch
	patches.suse/platform-x86-intel-vbtn-Fix-SW_TABLET_MODE-always-re.patch
	patches.suse/platform-x86-mlx-platform-Fix-item-counter-assignmen.patch
	patches.suse/Input-elantech-demote-obvious-abuse-of-kernel-doc-he.patch
	patches.suse/Input-ads7846-fix-race-that-causes-missing-releases.patch
	patches.suse/Input-ads7846-fix-integer-overflow-on-Rt-calculation.patch
	patches.suse/Input-ads7846-fix-unaligned-access-on-7845.patch
	patches.suse/Input-elan_i2c_core-move-header-inclusion-inside.patch
	patches.suse/Input-synaptics-demote-non-conformant-kernel-doc-hea.patch
	patches.suse/Input-omap4-keypad-fix-runtime-PM-error-handling.patch
	patches.suse/Input-elan_i2c-add-new-trackpoint-report-type-0x5F.patch
	patches.suse/Input-elantech-fix-protocol-errors-for-some-trackpoi.patch
	patches.suse/Input-cyapa_gen6-fix-out-of-bounds-stack-access.patch
	patches.suse/thermal-drivers-cpufreq_cooling-Update-cpufreq_state.patch
	patches.suse/cpufreq-tegra194-get-consistent-cpuinfo_cur_freq.patch
	patches.suse/cpufreq-ap806-Add-missing-MODULE_DEVICE_TABLE.patch
	patches.suse/cpufreq-highbank-Add-missing-MODULE_DEVICE_TABLE.patch
	patches.suse/cpufreq-mediatek-Add-missing-MODULE_DEVICE_TABLE.patch
	patches.suse/cpufreq-st-Add-missing-MODULE_DEVICE_TABLE.patch
	patches.suse/cpufreq-loongson1-Add-missing-MODULE_ALIAS.patch
	patches.suse/cpufreq-scpi-Add-missing-MODULE_ALIAS.patch
	patches.suse/cpufreq-vexpress-spc-Add-missing-MODULE_ALIAS.patch
	patches.suse/cpufreq-tegra186-Fix-sparse-incorrect-type-in-assign.patch
	patches.suse/cpufreq-tegra186-Simplify-cluster-information-lookup.patch
	patches.suse/cpufreq-tegra194-Remove-unnecessary-frequency-calcul.patch
	patches.suse/cpufreq-tegra194-Rename-tegra194_get_speed_common-fu.patch
	patches.suse/ACPI-video-Add-DMI-quirk-for-GIGABYTE-GB-BXBT-2807.patch
	patches.suse/Revert-ACPI-resources-Use-AE_CTRL_TERMINATE-to-termi.patch
	patches.suse/pci-aer-write-aer-capability-only-when-we-control-it
	patches.suse/pci-err-bind-rcec-devices-to-the-root-port-driver
	patches.suse/pci-err-cache-rcec-ea-capability-offset-in-pci_init_capabilities
	patches.suse/pci-err-rename-reset_link-to-reset_subordinates
	patches.suse/pci-err-simplify-by-using-pci_upstream_bridge
	patches.suse/pci-err-simplify-by-computing-pci_pcie_type-once
	patches.suse/pci-err-use-bridge-for-clarity-in-pcie_do_recovery
	patches.suse/pci-err-avoid-negated-conditional-for-clarity
	patches.suse/pci-err-add-pci_walk_bridge-to-pcie_do_recovery
	patches.suse/pci-err-clear-aer-status-only-when-we-control-aer
	patches.suse/pci-err-recover-from-rcec-aer-errors
	patches.suse/pci-err-add-pcie_link_rcec-to-associate-rcieps
	patches.suse/pci-err-recover-from-rciep-aer-errors
	patches.suse/pci-aer-add-pcie_walk_rcec-to-rcec-aer-handling
	patches.suse/pci-pme-add-pcie_walk_rcec-to-rcec-pme-handling
	patches.suse/pci-aer-add-rcec-aer-error-injection-support
	patches.suse/PCI-Fix-pci_slot_release-NULL-pointer-dereference.patch
	patches.suse/PCI-Fix-overflow-in-command-line-resource-alignment-.patch
	patches.suse/PCI-Add-function-1-DMA-alias-quirk-for-Marvell-9215-.patch
	patches.suse/PCI-brcmstb-Initialize-tmp-before-use.patch
	patches.suse/PCI-dwc-Support-multiple-ATU-memory-regions.patch
	patches.suse/PCI-of-Warn-if-non-prefetchable-memory-aperture-size.patch
	patches.suse/PCI-dwc-Add-support-to-program-ATU-for-4GB-memory.patch
	patches.suse/PCI-dwc-intel-gw-Move-ATU-offset-out-of-driver-match.patch
	patches.suse/PCI-dwc-Move-dbi-dbi2-and-addr_space-resource-setup-.patch
	patches.suse/PCI-dwc-intel-gw-Remove-some-unneeded-function-wrapp.patch
	patches.suse/PCI-dwc-Ensure-all-outbound-ATU-windows-are-reset.patch
	patches.suse/PCI-dwc-dra7xx-Use-the-common-MSI-irq_chip.patch
	patches.suse/PCI-dwc-Drop-the-.set_num_vectors-host-op.patch
	patches.suse/PCI-dwc-Move-MSI-interrupt-setup-into-DWC-common-cod.patch
	patches.suse/PCI-dwc-Rework-MSI-initialization.patch
	patches.suse/PCI-dwc-Move-link-handling-into-common-code.patch
	patches.suse/PCI-dwc-Move-dw_pcie_msi_init-into-core.patch
	patches.suse/PCI-dwc-Remove-unnecessary-wrappers-around-dw_pcie_h.patch
	patches.suse/PCI-dwc-Move-inbound-and-outbound-windows-to-common-.patch
	patches.suse/PCI-dwc-Detect-number-of-iATU-windows.patch
	patches.suse/PCI-tegra-Move-dbi-accesses-to-post-common-DWC-initi.patch
	patches.suse/PCI-tegra-Read-dbi-base-address-to-program-in-applic.patch
	patches.suse/PCI-tegra-Fix-ASPM-L1SS-advertisement-disable-code.patch
	patches.suse/PCI-tegra-Set-DesignWare-IP-version.patch
	patches.suse/PCI-tegra-Continue-unconfig-sequence-even-if-parts-f.patch
	patches.suse/PCI-tegra-Check-return-value-of-tegra_pcie_init_cont.patch
	patches.suse/PCI-tegra-Disable-LTSSM-during-L2-entry.patch
	patches.suse/PCI-iproc-Fix-out-of-bound-array-accesses.patch
	patches.suse/PCI-keystone-Enable-compile-testing-on-ARM.patch
	patches.suse/remoteproc-q6v5-mss-fix-error-handling-in-q6v5_pds_e.patch
	patches.suse/remoteproc-qcom-fix-reference-leak-in-adsp_start.patch
	patches.suse/remoteproc-qcom-Fix-potential-NULL-dereference-in-ad.patch
	patches.suse/btrfs-fix-race-causing-unnecessary-inode-logging-dur.patch
	patches.suse/btrfs-lift-read-write-mount-setup-from-mount-and-rem.patch
	patches.suse/jfs-Fix-array-index-bounds-check-in-dbAdjTree.patch
	patches.suse/nfsd-Fix-message-level-for-normal-termination.patch
	patches.suse/nfs_common-need-lock-during-iterate-through-the-list.patch
	patches.suse/Revert-nfsd4-support-change_attr_type-attribute.patch
	patches.suse/proc-fix-lookup-in-procnet-subdirectories-after-setns2.patch
	patches.suse/bitmap-remove-unused-function-declaration.patch
	patches.suse/lib-string-remove-unnecessary-undefs.patch
	patches.suse/apparmor-remove-duplicate-macro-list_entry_is_head.patch
	patches.suse/printk-console-Allow-to-disable-console-output-by-us.patch
	patches.suse/selinux-fix-error-initialization-in-inode_doinit_wit.patch
	patches.suse/selinux-fix-inode_doinit_with_dentry-LABEL_INVALID-e.patch
	patches.suse/gcc-plugins-simplify-GCC-plugin-dev-capability-test.patch
	patches.suse/0001-xen-xenbus-Allow-watches-discard-events-before-queue.patch
	patches.suse/0002-xen-xenbus-Add-will_handle-callback-support-in-xenbu.patch
	patches.suse/0003-xen-xenbus-xen_bus_type-Support-will_handle-watch-ca.patch
	patches.suse/0004-xen-xenbus-Count-pending-messages-for-each-watch.patch
	patches.suse/0005-xenbus-xenbus_backend-Disallow-pending-watch-message.patch
	patches.suse/xen-blkback-set-ring-xenblkd-to-NULL-after-kthread_s.patch
	patches.suse/block-fix-inflight-statistics-of-part0.patch
	patches.suse/s390-sles15sp3-03-01-s390-cio-Export-information-about-Endpoint-Security-.patch
	patches.suse/s390-sles15sp3-03-02-s390-cio-Provide-Endpoint-Security-Mode-per-CU.patch
	patches.suse/s390-sles15sp3-03-03-s390-cio-Add-support-for-FCES-status-notification.patch
	patches.suse/s390-sles15sp3-03-04-s390-dasd-Remove-unused-parameter-from-dasd_generic_.patch
	patches.suse/s390-sles15sp3-03-05-s390-dasd-Move-duplicate-code-to-separate-function.patch
	patches.suse/s390-sles15sp3-03-06-s390-dasd-Store-path-configuration-data-during-path-.patch
	patches.suse/s390-sles15sp3-03-07-s390-dasd-Fix-operational-path-inconsistency.patch
	patches.suse/s390-sles15sp3-03-08-s390-dasd-Display-FC-Endpoint-Security-information-v.patch
	patches.suse/s390-sles15sp3-03-09-s390-dasd-Prepare-for-additional-path-event-handling.patch
	patches.suse/s390-sles15sp3-03-10-s390-dasd-Process-FCES-path-event-notification.patch
	patches.suse/md-fix-a-warning-caused-by-a-race-between-concurrent.patch
	patches.suse/0001-md-raid10-initialize-r10_bio-read_slot-before-use.patch
	patches.suse/0007-md-cluster-block-reshape-with-remote-resync-job.patch
	patches.suse/0008-md-cluster-fix-deadlock-when-node-is-doing-resync-jo.patch
	patches.suse/nvme-fabrics-reject-I-O-to-offline-device.patch
	patches.suse/0018-bcache-fix-race-between-setting-bdev-state-to-none-a.patch
	patches.suse/scsi-fc-Update-formal-FPIN-descriptor-definitions.patch
	patches.suse/scsi-Remove-unneeded-break-statements.patch
	patches.suse/scsi-lpfc-Fix-invalid-sleeping-context-in-lpfc_sli4_.patch
	patches.suse/scsi-lpfc-Fix-scheduling-call-while-in-softirq-conte.patch
	patches.suse/scsi-lpfc-Re-fix-use-after-free-in-lpfc_rq_buf_free.patch
	patches.suse/scsi-lpfc-Removed-unused-macros-in-lpfc_attr.c.patch
	patches.suse/scsi-lpfc-Fix-duplicate-wq_create_version-check.patch
	patches.suse/scsi-lpfc-Enlarge-max_sectors-in-scsi-host-templates.patch
	patches.suse/scsi-lpfc-Add-FDMI-Vendor-MIB-support.patch
	patches.suse/scsi-lpfc-Reject-CT-request-for-MIB-commands.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-12.8.0.5.patch
	patches.suse/scsi-libfc-Fix-enum-conversion-warning
	patches.suse/scsi-mpt3sas-define-hba_port-structure
	patches.suse/scsi-mpt3sas-allocate-memory-for-hba_port-objects
	patches.suse/scsi-mpt3sas-rearrange-scsih_mark_responding_sas_device
	patches.suse/scsi-mpt3sas-update-hba_port-s-sas_address-phy_mask
	patches.suse/scsi-mpt3sas-get-device-objects-using-sas_address-portid
	patches.suse/scsi-mpt3sas-rename-transport_del_phy_from_an_existing_port
	patches.suse/scsi-mpt3sas-get-sas_device-objects-using-device-s-rphy
	patches.suse/scsi-mpt3sas-update-hba_port-objects-after-host-reset
	patches.suse/scsi-mpt3sas-set-valid-physicalport-in-smppassthrough
	patches.suse/scsi-mpt3sas-handling-hba-vses-device
	patches.suse/scsi-mpt3sas-add-bypass_dirty_port_flag-parameter
	patches.suse/scsi-mpt3sas-handle-vses-vphy-object-during-hba-reset
	patches.suse/scsi-mpt3sas-add-module-parameter-multipath_on_hba
	patches.suse/scsi-mpt3sas-bump-driver-version-to-35-101-00-00
	patches.suse/scsi-aacraid-improve-compat_ioctl-handlers
	patches.suse/scsi-megaraid_sas-Check-user-provided-offsets
	patches.suse/target-compare-and-write-backend-driver-sense-handli.patch
	patches.suse/scsi-qla2xxx-Drop-TARGET_SCF_LOOKUP_LUN_FROM_TAG.patch
	patches.suse/scsi-qla2xxx-Move-sess-cmd-list-lock-to-driver.patch
	patches.suse/scsi-lpfc-lpfc_scsi-Fix-a-whole-host-of-kernel-doc-i.patch
	patches.suse/scsi-lpfc-lpfc_attr-Demote-kernel-doc-format-for-red.patch
	patches.suse/scsi-lpfc-lpfc_attr-Fix-up-a-bunch-of-kernel-doc-mis.patch
	patches.suse/scsi-lpfc-lpfc_debugfs-Fix-a-couple-of-function-docu.patch
	patches.suse/scsi-lpfc-lpfc_bsg-Provide-correct-documentation-for.patch
	patches.suse/scsi-lpfc-lpfc_nvme-Remove-unused-variable-phba.patch
	patches.suse/scsi-lpfc-lpfc_nvme-Fix-some-kernel-doc-related-issu.patch
	patches.suse/scsi-lpfc-lpfc_nvmet-Fix-up-some-formatting-and-doc-.patch
	patches.suse/scsi-block-return-status-code-in-blk_mq_end_request.patch
	patches.suse/scsi_dh_alua-return-BLK_STS_AGAIN-for-ALUA-transitio.patch
	patches.suse/scsi_dh_alua-set-transitioning-state-on-unit-attenti.patch
	patches.suse/scsi-core-Return-BLK_STS_AGAIN-for-ALUA-transitionin.patch
	patches.suse/scsi-core-Fix-VPD-LUN-ID-designator-priorities.patch
	patches.suse/scsi-smartpqi-correct-driver-removal-with-hba-disks
	patches.suse/scsi-smartpqi-correct-pqi_sas_smp_handler-busy-condition
	patches.suse/scsi-smartpqi-update-version-to-1-2-16-012
	patches.suse/scsi-lpfc-Rework-remote-port-ref-counting-and-node-f.patch
	patches.suse/scsi-lpfc-Rework-locations-of-ndlp-reference-taking.patch
	patches.suse/scsi-lpfc-Fix-removal-of-SCSI-transport-device-get-a.patch
	patches.suse/scsi-lpfc-Fix-refcounting-around-SCSI-and-NVMe-trans.patch
	patches.suse/scsi-lpfc-Rework-remote-port-lock-handling.patch
	patches.suse/scsi-lpfc-Remove-ndlp-when-a-PLOGI-ADISC-PRLI-REG_RP.patch
	patches.suse/scsi-lpfc-Unsolicited-ELS-leaves-node-in-incorrect-s.patch
	patches.suse/scsi-lpfc-Fix-NPIV-discovery-and-Fabric-Node-detecti.patch
	patches.suse/scsi-lpfc-Fix-NPIV-Fabric-Node-reference-counting.patch
	patches.suse/scsi-lpfc-Refactor-WQE-structure-definitions-for-com.patch
	patches.suse/scsi-lpfc-Enable-common-wqe_template-support-for-bot.patch
	patches.suse/scsi-lpfc-Enable-common-send_io-interface-for-SCSI-a.patch
	patches.suse/scsi-lpfc-Convert-SCSI-path-to-use-common-I-O-submis.patch
	patches.suse/scsi-lpfc-Convert-SCSI-I-O-completions-to-SLI-3-and-.patch
	patches.suse/scsi-lpfc-Convert-abort-handling-to-SLI-3-and-SLI-4-.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-12.8.0.6.patch
	patches.suse/scsi-lpfc-Update-changed-file-copyrights-for-2020.patch
	patches.suse/scsi-ibmvfc-Byte-swap-login_buf.resp-values-in-attri.patch
	patches.suse/scsi-ibmvfc-Remove-trailing-semicolon.patch
	patches.suse/scsi-ibmvfc-Use-correlation-token-to-tag-commands.patch
	patches.suse/scsi-ibmvfc-Deduplicate-common-ibmvfc_cmd-init-code.patch
	patches.suse/scsi-ibmvfc-Add-new-fields-for-version-2-of-several-.patch
	patches.suse/scsi-ibmvfc-Add-helper-for-testing-capability-flags.patch
	patches.suse/scsi-ibmvfc-Add-FC-payload-retrieval-routines-for-ve.patch
	patches.suse/scsi-ibmvfc-Add-support-for-target_wwpn-field-in-v2-.patch
	patches.suse/scsi-ibmvfc-Advertise-client-support-for-targetWWPN-.patch
	patches.suse/scsi-lpfc-Fix-pointer-defereference-before-it-is-nul.patch
	patches.suse/scsi-lpfc-Remove-dead-code-on-second-ndlp-check.patch
	patches.suse/scsi-lpfc-Fix-memory-leak-on-lcb_context.patch
	patches.suse/scsi-lpfc-Fix-missing-prototype-warning-for-lpfc_fdm.patch
	patches.suse/scsi-lpfc-Fix-set-but-not-used-warnings-from-Rework-.patch
	patches.suse/scsi-lpfc-Fix-set-but-unused-variables-in-lpfc_dev_l.patch
	patches.suse/scsi-lpfc-Fix-missing-prototype-for-lpfc_nvmet_prep_.patch
	patches.suse/scsi-lpfc-Fix-variable-vport-set-but-not-used-in-lpf.patch
	patches.suse/scsi-fnic-change-shost_printk-to-fnic_fcs_dbg
	patches.suse/scsi-fnic-avoid-looping-in-trans-eth-on-unload
	patches.suse/scsi-fnic-change-shost_printk-to-fnic_main_dbg
	patches.suse/scsi-fnic-set-scsi_set_resid-only-for-underflow
	patches.suse/scsi-fnic-validate-io_req-before-others
	patches.suse/scsi-lpfc-Use-generic-power-management.patch
	patches.suse/scsi-pm80xx-do-not-sleep-in-atomic-context
	patches.suse/scsi-hisi_sas-Remove-preemptible
	patches.suse/scsi-qla4xxx-Remove-in_interrupt
	patches.suse/scsi-qla2xxx-Remove-in_interrupt-from-qla82xx-specif.patch
	patches.suse/scsi-target-tcm_qla2xxx-Remove-BUG_ON-in_interrupt.patch
	patches.suse/scsi-qla2xxx-Remove-in_interrupt-from-qla83xx-specif.patch
	patches.suse/scsi-lpfc-Correct-null-ndlp-reference-on-routine-exi.patch
	patches.suse/scsi-lpfc-Fix-fall-through-warnings-for-Clang.patch
	patches.suse/scsi-qedi-Fix-missing-destroy_workqueue-on-error-in-__qedi_probe
	patches.suse/scsi-pm80xx-Fix-error-return-in-pm8001_pci_probe
	patches.suse/scsi-fnic-Fix-error-return-code-in-fnic_probe
	patches.suse/scsi-qla2xxx-Change-post-del-message-from-debug-leve.patch
	patches.suse/scsi-qla2xxx-Limit-interrupt-vectors-to-number-of-CP.patch
	patches.suse/scsi-qla2xxx-Tear-down-session-if-FW-say-it-is-down.patch
	patches.suse/scsi-qla2xxx-Don-t-check-for-fw_started-while-postin.patch
	patches.suse/scsi-qla2xxx-Fix-compilation-issue-in-PPC-systems.patch
	patches.suse/scsi-qla2xxx-Fix-crash-during-driver-load-on-big-end.patch
	patches.suse/scsi-qla2xxx-Fix-FW-initialization-error-on-big-endi.patch
	patches.suse/scsi-qla2xxx-Fix-N2N-and-NVMe-connect-retry-failure.patch
	patches.suse/scsi-qla2xxx-Handle-aborts-correctly-for-port-underg.patch
	patches.suse/scsi-qla2xxx-Fix-flash-update-in-28XX-adapters-on-bi.patch
	patches.suse/scsi-qla2xxx-Fix-the-call-trace-for-flush-workqueue.patch
	patches.suse/scsi-qla2xxx-If-fcport-is-undergoing-deletion-comple.patch
	patches.suse/scsi-qla2xxx-Fix-device-loss-on-4G-and-older-HBAs.patch
	patches.suse/scsi-qla2xxx-Update-version-to-10.02.00.104-k.patch
	patches.suse/RDMA-bnxt_re-Fix-entry-size-during-SRQ-create.patch
	patches.suse/RDMA-core-Fix-error-return-in-_ib_modify_qp.patch
	patches.suse/IB-isert-add-module-param-to-set-sg_tablesize-for-IO.patch
	patches.suse/RDMA-rtrs-clt-Remove-destroy_con_cq_qp-in-case-route.patch
	patches.suse/RDMA-rtrs-clt-Remove-outdated-comment-in-create_con_.patch
	patches.suse/RDMA-rtrs-clt-Avoid-run-destroy_con_cq_qp-create_con.patch
	patches.suse/RDMA-rtrs-clt-Missing-error-from-rtrs_rdma_conn_esta.patch
	patches.suse/RDMA-rtrs-srv-Don-t-guard-the-whole-__alloc_srv-with.patch
	patches.suse/RDMA-rtrs-srv-Fix-typo.patch
	patches.suse/RDMA-rtrs-Remove-unnecessary-argument-dir-of-rtrs_iu.patch
	patches.suse/RDMA-rtrs-Introduce-rtrs_post_send.patch
	patches.suse/RDMA-cma-Add-missing-error-handling-of-listen_id.patch
	patches.suse/RDMA-cma-Fix-deadlock-on-lock-in-rdma_cma_listen_on_.patch
	patches.suse/RDMA-hns-Bugfix-for-calculation-of-extended-sge.patch
	patches.suse/RDMA-bnxt_re-Fix-max_qp_wrs-reported.patch
	patches.suse/RDMA-mlx5-Fix-MR-cache-memory-leak.patch
	patches.suse/RDMA-cma-Don-t-overwrite-sgid_attr-after-device-is-r.patch
	patches.suse/x86-swiotlb-adjust-swiotlb-bounce-buffer-size-for-sev-guests.patch
	patches.suse/iommu-vt-d-include-conditionally-on-config_intel_iommu_svm
	patches.suse/mfd-rt5033-Fix-errorneous-defines.patch
	patches.suse/mtd-spi-nor-sst-fix-BPn-bits-for-the-SST25VF064C.patch
	patches.suse/mtd-spi-nor-ignore-errors-in-spi_nor_unlock_all.patch
	patches.suse/mtd-spi-nor-atmel-remove-global-protection-flag.patch
	patches.suse/mtd-spi-nor-atmel-fix-unlock_all-for-AT25FS010-040.patch
	patches.suse/mtd-spinand-Fix-OOB-read.patch
	patches.suse/mtd-rawnand-qcom-Fix-DMA-sync-on-FLASH_STATUS-regist.patch
	patches.suse/mtd-rawnand-meson-fix-meson_nfc_dma_buffer_release-a.patch
	patches.suse/mtd-rawnand-gpmi-fix-reference-count-leak-in-gpmi-op.patch
	patches.suse/mtd-rawnand-meson-Fix-a-resource-leak-in-init.patch
	patches.suse/mtd-rawnand-gpmi-Fix-the-random-DMA-timeout-issue.patch
	patches.suse/pinctrl-intel-Add-Intel-Lakefield-pin-controller-sup.patch
	patches.suse/pinctrl-intel-Add-blank-line-before-endif-in-Kconfig.patch
	patches.suse/pinctrl-intel-Add-Intel-Elkhart-Lake-pin-controller-.patch
	patches.suse/pinctrl-intel-Add-Intel-Alder-Lake-S-pin-controller-.patch
	patches.suse/pinctrl-falcon-add-missing-put_device-call-in-pinctr.patch
	patches.suse/HID-mf-add-support-for-0079-1846-Mayflash-Dragonrise.patch
	patches.suse/HID-i2c-hid-add-Vero-K147-to-descriptor-override.patch
	patches.suse/HID-wacom-Constify-attribute_groups.patch
	patches.suse/vfio-pci-use-io_remap_pfn_range-for-pci-io-memory
	patches.suse/vfio-mdev-Wire-in-a-request-handler-for-mdev-parent.patch
	patches.suse/vfio-ccw-Wire-in-the-request-callback.patch
	patches.suse/ARM-OMAP2-Remove-redundant-assignment-to-variable-re.patch
	patches.suse/ARM-dts-exynos-fix-roles-of-USB-3.0-ports-on-Odroid-XU.patch
	patches.suse/ARM-dts-exynos-fix-USB-3.0-VBUS-control-and-over-current-pins-on-Exynos5410.patch
	patches.suse/ARM-dts-exynos-fix-USB-3.0-pins-supply-being-turned-off-on-Odroid-XU.patch
	patches.suse/ARM-dts-pandaboard-fix-pinmux-for-gpio-user-button-of-Pandaboard-ES.patch
	patches.suse/ARM-dts-at91-sama5d4_xplained-add-pincontrol-for-USB-Host.patch
	patches.suse/ARM-dts-at91-sama5d3_xplained-add-pincontrol-for-USB-Host.patch
	patches.suse/ARM-dts-Remove-non-existent-i2c1-from-98dx3236.patch
	patches.suse/ARM-dts-turris-omnia-enable-HW-buffer-management.patch
	patches.suse/ARM-dts-turris-omnia-add-comphy-handle-to-eth2.patch
	patches.suse/ARM-dts-turris-omnia-describe-switch-interrupt.patch
	patches.suse/ARM-dts-turris-omnia-add-SFP-node.patch
	patches.suse/ARM-dts-at91-at91sam9rl-fix-ADC-triggers.patch
	patches.suse/ARM-dts-at91-sama5d2-map-securam-as-device.patch
	patches.suse/ARM-dts-at91-sama5d2-fix-CAN-message-ram-offset-and-size.patch
	patches.suse/ARM-dts-meson-fix-PHY-deassert-timing-requirements.patch
	patches.suse/ARM-dts-aspeed-s2600wf-Fix-VGA-memory-region-location.patch
	patches.suse/ARM-dts-aspeed-tiogapass-Remove-vuart.patch
	patches.suse/soc-renesas-rmobile-sysc-Fix-some-leaks-in-rmobile_i.patch
	patches.suse/soc-fsl-dpio-qbman-portal-Fix-a-bunch-of-kernel-doc-.patch
	patches.suse/soc-fsl-qe-qe_common-Fix-misnamed-function-attribute.patch
	patches.suse/soc-fsl-qbman-qman-Remove-unused-variable-dequeue_wq.patch
	patches.suse/soc-fsl-handle-RCPM-errata-A-008646-on-SoC-LS1021A.patch
	patches.suse/soc-tegra-fuse-Fix-index-bug-in-get_process_id.patch
	patches.suse/firmware-tegra-fix-strncpy-strncat-confusion.patch
	patches.suse/soc-mediatek-Check-if-power-domains-can-be-powered-o.patch
	patches.suse/soc-qcom-smp2p-Safely-acquire-spinlock-without-IRQs.patch
	patches.suse/Revert-drivers-qcom-rpmh-rsc-Use-rcuidle-tracepoints.patch
	patches.suse/soc-ti-knav_qmss-fix-reference-leak-in-knav_queue_pr.patch
	patches.suse/soc-ti-Fix-reference-imbalance-in-knav_dma_probe.patch
	patches.suse/drivers-soc-ti-knav_qmss_queue-Fix-error-return-code.patch
	patches.suse/soc-amlogic-canvas-add-missing-put_device-call-in-me.patch
	patches.suse/drm-edid-fix-objtool-warning-in-drm_cvt_modes.patch
	patches.suse/quota-Sanity-check-quota-file-headers-on-load.patch
	patches.suse/reiserfs-add-check-for-an-invalid-ih_entry_count.patch
	patches.suse/fuse-fix-bad-inode.patch
	patches.suse/ovl-expand-warning-in-ovl_d_real.patch
	patches.suse/ceph-fix-race-in-concurrent-_ceph_remove_cap-invocations.patch
	patches.suse/ceph-downgrade-warning-from-mdsmap-decode-to-debug.patch
	patches.suse/revert-ceph-allow-rename-operation-under-different-quota-realms.patch
	patches.suse/SUNRPC-rpc_wake_up-should-wake-up-tasks-in-the-corre.patch
	patches.suse/NFSv4.2-condition-READDIR-s-mask-for-security-label-.patch
	patches.suse/NFS-Do-uncached-readdir-when-we-re-seeking-a-cookie-.patch
	patches.suse/SUNRPC-xprt_load_transport-needs-to-support-the-neti.patch
	patches.suse/NFSv4-Fix-the-alignment-of-page-data-in-the-getdevic.patch
	patches.suse/SUNRPC-Clean-up-the-handling-of-page-padding-in-rpc_.patch
	patches.suse/net-sunrpc-Fix-snprintf-return-value-check-in-do_xpr.patch
	patches.suse/lockd-don-t-use-interval-based-rebinding-over-TCP.patch
	patches.suse/NFS-switch-nfsiod-to-be-an-UNBOUND-workqueue.patch
	patches.suse/sunrpc-fix-xs_read_xdr_buf-for-partial-pages-receive.patch
	patches.suse/NFS-pNFS-Fix-a-typo-in-ff_layout_resend_pnfs_read.patch
	patches.suse/dmaengine-idxd-Add-shared-workqueue-support.patch
	patches.suse/dmaengine-idxd-Clean-up-descriptors-with-fault-error.patch
	patches.suse/dmaengine-idxd-Add-ABI-documentation-for-shared-wq.patch
	patches.suse/dmaengine-idxd-Update-calculation-of-group-offset-to.patch
	patches.suse/dmaengine-idxd-define-table-offset-multiplier.patch
	patches.suse/dmaengine-mv_xor_v2-Fix-error-return-code-in-mv_xor_.patch
	patches.suse/dmaengine-idxd-add-ATS-disable-knob-for-work-queues.patch
	patches.suse/dmaengine-idxd-add-IAX-configuration-support-in-the-.patch
	patches.suse/module-delay-kobject-uevent-until-after-module-init-.patch
	patches.suse/powerpc-64-Set-up-a-kernel-stack-for-secondaries-bef.patch
	patches.suse/powerpc-bitops-Fix-possible-undefined-behaviour-with.patch
	patches.suse/powerpc-Avoid-broken-GCC-__attribute__-optimize.patch
	patches.suse/Revert-powerpc-pseries-hotplug-cpu-Remove-double-fre.patch
	patches.suse/powerpc-perf-Add-new-power-PMU-flag-PPMU_P10_DD1-for.patch
	patches.suse/powerpc-perf-Drop-the-check-for-SIAR_VALID.patch
	patches.suse/powerpc-perf-Use-the-address-from-SIAR-register-to-s.patch
	patches.suse/powerpc-perf-Use-regs-nip-when-SIAR-is-zero.patch
	patches.suse/powerpc-powernv-memtrace-Don-t-leak-kernel-memory-to.patch
	patches.suse/powerpc-powernv-memtrace-Fix-crashing-the-kernel-whe.patch
	patches.suse/powerpc-perf-Fix-crash-with-is_sier_available-when-p.patch
	patches.suse/powerpc-signal-Move-inline-functions-in-signal.h.patch
	patches.suse/powerpc-vdso-Replace-vdso_base-by-vdso.patch
	patches.suse/powerpc-vdso-Retrieve-sigtramp-offsets-at-buildtime.patch
	patches.suse/powerpc-64-Fix-an-EMIT_BUG_ENTRY-in-head_64.S.patch
	patches.suse/powerpc-xmon-Fix-build-failure-for-8xx.patch
	patches.suse/powerpc-feature-fixups-use-a-semicolon-rather-than-a.patch
	patches.suse/powerpc-perf-Invoke-per-CPU-variable-access-with-dis.patch
	patches.suse/powerpc-Refactor-is_kvm_guest-declaration-to-new-hea.patch
	patches.suse/powerpc-Rename-is_kvm_guest-to-check_kvm_guest.patch
	patches.suse/powerpc-Reintroduce-is_kvm_guest-as-a-fast-path-chec.patch
	patches.suse/powerpc-paravirt-Use-is_kvm_guest-in-vcpu_is_preempt.patch
	patches.suse/powerpc-perf-Fix-to-update-radix_scope_qual-in-power.patch
	patches.suse/powerpc-perf-Update-the-PMU-group-constraints-for-l2.patch
	patches.suse/powerpc-perf-Fix-the-PMU-group-constraints-for-thres.patch
	patches.suse/powerpc-perf-Add-generic-and-cache-event-list-for-po.patch
	patches.suse/powerpc-perf-Fix-to-update-generic-event-codes-for-p.patch
	patches.suse/powerpc-perf-Fix-to-update-cache-events-with-l2l3-ev.patch
	patches.suse/powerpc-perf-MMCR0-control-for-PMU-registers-under-P.patch
	patches.suse/powerpc-pci-Remove-LSI-mappings-on-device-teardown.patch
	patches.suse/powerpc-powernv-npu-Do-not-attempt-NPU2-setup-on-POW.patch
	patches.suse/powerpc-xmon-Change-printk-to-pr_cont.patch
	patches.suse/powerpc-Fix-incorrect-stw-ux-u-x-instructions-in-__s.patch
	patches.suse/powerpc-rtas-prevent-suspend-related-sys_rtas-use-on.patch
	patches.suse/powerpc-rtas-complete-ibm-suspend-me-status-codes.patch
	patches.suse/powerpc-rtas-rtas_ibm_suspend_me-rtas_ibm_suspend_me.patch
	patches.suse/powerpc-rtas-add-rtas_ibm_suspend_me.patch
	patches.suse/powerpc-rtas-add-rtas_activate_firmware.patch
	patches.suse/powerpc-hvcall-add-token-and-codes-for-H_VASI_SIGNAL.patch
	patches.suse/powerpc-pseries-mobility-don-t-error-on-absence-of-i.patch
	patches.suse/powerpc-pseries-mobility-add-missing-break-to-defaul.patch
	patches.suse/powerpc-pseries-mobility-error-message-improvements.patch
	patches.suse/powerpc-pseries-mobility-use-rtas_activate_firmware-.patch
	patches.suse/powerpc-pseries-mobility-extract-VASI-session-pollin.patch
	patches.suse/powerpc-pseries-mobility-use-stop_machine-for-join-s.patch
	patches.suse/powerpc-pseries-mobility-signal-suspend-cancellation.patch
	patches.suse/powerpc-pseries-mobility-retry-partition-suspend-aft.patch
	patches.suse/powerpc-rtas-dispatch-partition-migration-requests-t.patch
	patches.suse/powerpc-rtas-remove-rtas_ibm_suspend_me_unsafe.patch
	patches.suse/powerpc-pseries-hibernation-drop-pseries_suspend_beg.patch
	patches.suse/powerpc-pseries-hibernation-pass-stream-id-via-funct.patch
	patches.suse/powerpc-pseries-hibernation-remove-pseries_suspend_c.patch
	patches.suse/powerpc-machdep-remove-suspend_disable_cpu.patch
	patches.suse/powerpc-rtas-remove-rtas_suspend_cpu.patch
	patches.suse/powerpc-pseries-hibernation-switch-to-rtas_ibm_suspe.patch
	patches.suse/powerpc-rtas-remove-unused-rtas_suspend_last_cpu.patch
	patches.suse/powerpc-pseries-hibernation-remove-redundant-cachein.patch
	patches.suse/powerpc-pseries-hibernation-perform-post-suspend-fix.patch
	patches.suse/powerpc-pseries-hibernation-remove-prepare_late-call.patch
	patches.suse/powerpc-rtas-remove-unused-rtas_suspend_me_data.patch
	patches.suse/powerpc-pseries-mobility-refactor-node-lookup-during.patch
	patches.suse/powerpc-rtas-fix-typo-of-ibm-open-errinjct-in-rtas-f.patch
	patches.suse/powerpc-ppc-opcode-Add-PPC_RAW_MFSPR.patch
	patches.suse/powerpc-64-irq-replay-remove-decrementer-overflow-ch.patch
	patches.suse/powerpc-perf-Exclude-kernel-samples-while-counting-e.patch
	patches.suse/powerpc-sstep-Emulate-prefixed-instructions-only-whe.patch
	patches.suse/powerpc-sstep-Cover-new-VSX-instructions-under-CONFI.patch
	patches.suse/powerpc-sstep-Support-VSX-vector-paired-storage-acce.patch
	patches.suse/powerpc-ppc-opcode-Add-encoding-macros-for-VSX-vecto.patch
	patches.suse/powerpc-sstep-Add-testcases-for-VSX-vector-paired-lo.patch
	patches.suse/powerpc-watchpoint-Workaround-P10-DD1-issue-with-VSX.patch
	patches.suse/powerpc-smp-Parse-ibm-thread-groups-with-multiple-pr.patch
	patches.suse/powerpc-smp-Rename-cpu_l1_cache_map-as-thread_group_.patch
	patches.suse/powerpc-smp-Rename-init_thread_group_l1_cache_map-to.patch
	patches.suse/powerpc-smp-Add-support-detecting-thread-groups-shar.patch
	patches.suse/powerpc-cacheinfo-Print-correct-cache-sibling-map-li.patch
	patches.suse/powerpc-perf-Fix-Threshold-Event-Counter-Multiplier-.patch
	patches.suse/ice-xsk-clear-the-status-bits-for-the-next_to_use-de.patch
	patches.suse/i40e-xsk-clear-the-status-bits-for-the-next_to_use-d.patch
	patches.suse/dpaa2-eth-fix-the-size-of-the-mapped-SGT-buffer.patch
	patches.suse/net-core-introduce-__netdev_notify_peers.patch
	patches.suse/use-__netdev_notify_peers-in-ibmvnic.patch
	patches.suse/ethtool-fix-error-paths-in-ethnl_set_channels.patch
	patches.suse/net-smc-fix-access-to-parent-of-an-ib-device
	patches.suse/nfp-move-indirect-block-cleanup-to-flower-app-stop-c.patch
	patches.suse/cifs-Fix-fall-through-warnings-for-Clang.patch
	patches.suse/SMB3-avoid-confusing-warning-message-on-mount-to-Azure.patch
	patches.suse/SMB3-1-1-remove-confusing-mount-warning-when-no-SPNEGO-info-on-negp.patch
	patches.suse/cifs-Fix-unix-perm-bits-to-cifsacl-conversion-for-other-bits-.patch
	patches.suse/cifs-Enable-sticky-bit-with-cifsacl-mount-option-.patch
	patches.suse/SMB3-1-1-update-comments-clarifying-SPNEGO-info-in-negprot-response.patch
	patches.suse/SMB3-1-1-do-not-log-warning-message-if-server-doesn-t-populate-salt.patch
	patches.suse/cifs-rename-smb_vol-as-smb3_fs_context-and-move-it-to-fs_context-h.patch
	patches.suse/cifs-rename-dup_vol-to-smb3_fs_context_dup-and-move-it-into-fs_cont.patch
	patches.suse/cifs-move-the-enum-for-cifs-parameters-into-fs_context-h.patch
	patches.suse/cifs-move-cifs_parse_devname-to-fs_context-c.patch
	patches.suse/cifs-switch-to-new-mount-api.patch
	patches.suse/cifs-remove-the-devname-argument-to-cifs_compose_mount_options.patch
	patches.suse/cifs-add-an-smb3_fs_context-to-cifs_sb.patch
	patches.suse/cifs-get-rid-of-cifs_sb-mountdata.patch
	patches.suse/cifs-Make-extract_hostname-function-public.patch
	patches.suse/cifs-Make-extract_sharename-function-public.patch
	patches.suse/cifs-minor-kernel-style-fixes-for-comments.patch
	patches.suse/cifs-cleanup-misc-c.patch
	patches.suse/cifs-Register-generic-netlink-family.patch
	patches.suse/cifs-add-witness-mount-option-and-data-structs.patch
	patches.suse/cifs-minor-updates-to-Kconfig.patch
	patches.suse/cifs-Send-witness-register-and-unregister-commands-to-userspace-dae.patch
	patches.suse/cifs-Set-witness-notification-handler-for-messages-from-userspace-d.patch
	patches.suse/cifs-Add-witness-information-to-debug-data-dump.patch
	patches.suse/cifs-Send-witness-register-messages-to-userspace-daemon-in-echo-tas.patch
	patches.suse/cifs-Simplify-reconnect-code-when-dfs-upcall-is-enabled.patch
	patches.suse/cifs-remove-various-function-description-warnings.patch
	patches.suse/cifs-remove-some-minor-warnings-pointed-out-by-kernel-test-robot.patch
	patches.suse/cifs-remove-id-backupid-file_mode-dir_mode-from-cifs_sb.patch
	patches.suse/cifs-remove-actimeo-from-cifs_sb.patch
	patches.suse/cifs-Handle-witness-client-move-notification.patch
	patches.suse/cifs-Add-missing-sentinel-to-smb3_fs_parameters.patch
	patches.suse/cifs-move-cifs_cleanup_volume_info-to-fs_context-c.patch
	patches.suse/cifs-move-size-from-cifs_sb-to-cifs_sb-ctx.patch
	patches.suse/cifs-add-initial-reconfigure-support.patch
	patches.suse/cifs-we-do-not-allow-changing-username-password-unc-during-remo.patch
	patches.suse/cifs-simplify-handling-of-cifs_sb-ctx-local_nls.patch
	patches.suse/cifs-don-t-create-a-temp-nls-in-cifs_setup_ipc.patch
	patches.suse/cifs-uncomplicate-printing-the-iocharset-parameter.patch
	patches.suse/cifs-do-not-allow-changing-posix_paths-during-remount.patch
	patches.suse/cifs-remove-ctx-argument-from-cifs_setup_cifs_sb.patch
	patches.suse/cifs-move-update-of-flags-into-a-separate-function.patch
	patches.suse/cifs-update-mnt_cifs_flags-during-reconfigure.patch
	patches.suse/cifs-fix-uninitialized-variable-in-smb3_fs_context_parse_param.patch
	patches.suse/cifs-update-super_operations-to-show_devname.patch
	patches.suse/smb3-remind-users-that-witness-protocol-is-experimental.patch
	patches.suse/cifs-Fix-some-error-pointers-handling-detected-by-static-checker.patch
	patches.suse/cifs-fix-rsize-wsize-to-be-negotiated-values.patch
	patches.suse/cifs-fix-use-after-free-in-cifs_smb3_do_mount-.patch
	patches.suse/cifs-Tracepoints-and-logs-for-tracing-credit-changes-.patch
	patches.suse/cifs-correct-four-aliased-mount-parms-to-allow-use-of-previous-name.patch
	patches.suse/cifs-handle-guest-mount-parameter.patch
	patches.suse/cifs-Fix-support-for-remount-when-not-changing-rsize-wsize.patch
	patches.suse/07-cifs-update-internal-module-version-number.patch
	patches.suse/ubifs-wbuf-Don-t-leak-kernel-memory-to-flash.patch
	patches.suse/ubifs-Fix-error-return-code-in-ubifs_init_authentica.patch
	patches.suse/gpiolib-add-missed-break-statement.patch
	patches.suse/gpiolib-use-proper-API-to-pack-pin-configuration-par.patch
	patches.suse/gpiolib-Extract-gpio_set_config_with_argument-for-fu.patch
	patches.suse/gpiolib-Extract-gpio_set_config_with_argument_option.patch
	patches.suse/gpiolib-Introduce-gpio_set_debounce_timeout-for-inte.patch
	patches.suse/gpiolib-acpi-Respect-bias-settings-for-GpioInt-resou.patch
	patches.suse/gpiolib-acpi-Use-named-item-for-enum-gpiod_flags-var.patch
	patches.suse/gpiolib-acpi-Take-into-account-debounce-settings.patch
	patches.suse/gpiolib-acpi-Move-non-critical-code-outside-of-criti.patch
	patches.suse/gpiolib-acpi-Move-acpi_gpio_to_gpiod_flags-upper-in-.patch
	patches.suse/gpiolib-acpi-Set-initial-value-for-output-pin-based-.patch
	patches.suse/gpiolib-acpi-Make-acpi_gpio_to_gpiod_flags-usable-fo.patch
	patches.suse/gpiolib-acpi-Extract-acpi_request_own_gpiod-helper.patch
	patches.suse/gpiolib-acpi-Convert-pin_index-to-be-u16.patch
	patches.suse/gpiolib-acpi-Use-BIT-macro-to-increase-readability.patch
	patches.suse/gpio-just-plain-warning-when-nonexisting-gpio-reques.patch
	patches.suse/gpiolib-Extract-gpiod_not_found-helper.patch
	patches.suse/gpiolib-Unify-expectations-about-request-returned-va.patch
	patches.suse/gpiolib-split-error-path-in-gpiod_request_commit.patch
	patches.suse/gpiolib-acpi-Fix-fall-through-warnings-for-Clang.patch
	patches.suse/gpio-mvebu-update-Armada-XP-per-CPU-comment.patch
	patches.suse/drm-meson-dw-hdmi-Disable-clocks-on-driver-teardown.patch
	patches.suse/drm-meson-dw-hdmi-Enable-the-iahb-clock-early-enough.patch
	patches.suse/dma-buf-dma-resv-Respect-num_fences-when-initializin.patch
	patches.suse/drm-amd-display-updated-wm-table-for-Renoir.patch
	patches.suse/drm-i915-perf-also-include-Gen11-in-OATAILPTR-workar.patch
	patches.suse/drm-i915-Fix-mismatch-between-misplaced-vma-check-an.patch
	patches.suse/xfs-fix-parent-pointer-scrubber-bailing-out-on-unall.patch
	patches.suse/xfs-scrub-should-mark-a-directory-corrupt-if-any-ent.patch
	patches.suse/xfs-show-the-proper-user-quota-options.patch
	patches.suse/xfs-fix-the-forward-progress-assertion-in-xfs_iwalk_.patch
	patches.suse/epoll-check-for-events-when-removing-a-timed-out-thread-from-the-wait-queue.patch
	patches.suse/pwm-zx-Add-missing-cleanup-in-error-path.patch
	patches.suse/pwm-lp3943-Dynamically-allocate-PWM-chip-base.patch
	patches.suse/pwm-imx27-Fix-overflow-for-bigger-periods.patch
	patches.suse/HSI-omap_ssi-Don-t-jump-to-free-ID-in-ssi_add_contro.patch
	patches.suse/power-supply-axp288_charger-Fix-HP-Pavilion-x2-10-DM.patch
	patches.suse/power-supply-bq24190_charger-fix-reference-leak.patch
	patches.suse/i3c-master-fix-missing-destroy_workqueue-on-error-in.patch
	patches.suse/rtc-pcf2127-move-watchdog-initialisation-to-a-separa.patch
	patches.suse/rtc-pcf2127-fix-pcf2127_nvmem_read-write-returns.patch
	patches.suse/rtc-sun6i-Fix-memleak-in-sun6i_rtc_clk_init.patch
	patches.suse/rtc-hym8563-enable-wakeup-when-applicable.patch
	patches.suse/rtc-pl031-fix-resource-leak-in-pl031_probe.patch
	patches.suse/rtc-ep93xx-Fix-NULL-pointer-dereference-in-ep93xx_rt.patch
	patches.suse/rtc-pcf2127-only-use-watchdog-when-explicitly-availa.patch
	patches.suse/kvm-vmx-drop-guest-cpuid-check-for-vmxe-in-vmx_set_c.patch
	patches.suse/x86-enumerate-avx512-fp16-cpuid-feature-flag.patch
	patches.suse/kvm-x86-expose-avx512_fp16-for-supported-cpuid.patch
	patches.suse/cifs-Delete-a-stray-unlock-in-cifs_swn_reconnect-.patch
	patches.suse/cifs-Unlock-on-errors-in-cifs_swn_reconnect-.patch
	patches.suse/cifs-Re-indent-cifs_swn_reconnect-.patch
	patches.suse/cifs-Avoid-error-pointer-dereference.patch
	patches.suse/SMB3-Add-support-for-getting-and-setting-SACLs.patch
	patches.suse/Add-SMB-2-support-for-getting-and-setting-SACLs.patch
	patches.suse/clk-fsl-sai-fix-memory-leak.patch
	patches.suse/clk-qoriq-provide-constants-for-the-type.patch
	patches.suse/dt-bindings-clock-document-the-fsl-flexspi-clk-devic.patch
	patches.suse/clk-fsl-flexspi-new-driver.patch
	patches.suse/clk-tegra-Do-not-return-0-on-failure.patch
	patches.suse/clk-tegra-bpmp-Clamp-clock-rates-on-requests.patch
	patches.suse/clk-tegra-Fix-duplicated-SE-clock-entry.patch
	patches.suse/clk-mediatek-Make-mtk_clk_register_mux-a-static-func.patch
	patches.suse/clk-ti-Fix-memleak-in-ti_fapll_synth_setup.patch
	patches.suse/clk-at91-sam9x60-remove-atmel-osc-bypass-support.patch
	patches.suse/clk-ingenic-Fix-divider-calculation-with-div-tables.patch
	patches.suse/clk-bcm-dvp-Add-MODULE_DEVICE_TABLE.patch
	patches.suse/clk-s2mps11-Fix-a-resource-leak-in-error-handling-pa.patch
	patches.suse/clk-sunxi-ng-Make-sure-divider-tables-have-sentinel.patch
	patches.suse/clk-mvebu-a3700-fix-the-XTAL-MODE-pin-to-MPP1_9.patch
	patches.suse/exfat-Avoid-allocating-upcase-table-using-kcalloc.patch
	patches.suse/hwmon-k10temp-remove-support-for-displaying-voltage-and.patch
	patches.suse/0019-dm-remove-unnecessary-current-bio_list-check-when-su.patch
	patches.suse/0012-dm-ioctl-fix-error-return-code-in-target_message.patch
	patches.suse/ARM-p2v-fix-handling-of-LPAE-translation-in-BE-mode.patch
	patches.suse/ACPI-PNP-compare-the-string-length-in-the-matching_i.patch
	patches.suse/ACPI-PM-s2idle-Add-AMD-support-to-handle-_DSM.patch
	patches.suse/ACPI-PM-s2idle-Move-x86-specific-code-to-the-x86-dir.patch
	patches.suse/watchdog-armada_37xx-Add-missing-dependency-on-HAS_I.patch
	patches.suse/watchdog-sirfsoc-Add-missing-dependency-on-HAS_IOMEM.patch
	patches.suse/watchdog-sprd-remove-watchdog-disable-from-resume-fa.patch
	patches.suse/watchdog-sprd-check-busy-bit-before-new-loading-rath.patch
	patches.suse/watchdog-sprd-change-to-use-usleep_range-instead-of-.patch
	patches.suse/watchdog-Fix-potential-dereferencing-of-null-pointer.patch
	patches.suse/watchdog-qcom-Avoid-context-switch-in-restart-handle.patch
	patches.suse/watchdog-coh901327-add-COMMON_CLK-dependency.patch
	patches.suse/ALSA-hda-realtek-Remove-dummy-lineout-on-Acer-Travel.patch
	patches.suse/ALSA-hda-realtek-Supported-Dell-fixed-type-headset.patch
	patches.suse/ALSA-core-memalloc-add-page-alignment-for-iram.patch
	patches.suse/ALSA-usb-audio-Add-VID-to-support-native-DSD-reprodu.patch
	patches.suse/ALSA-usb-audio-Disable-sample-read-check-if-firmware.patch
	patches.suse/ALSA-pcm-Clear-the-full-allocated-memory-at-hw_param.patch
	patches.suse/ALSA-pcm-oss-Fix-a-few-more-UBSAN-fixes.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-MSI-GP73.patch
	patches.suse/ALSA-usb-audio-Add-alias-entry-for-ASUS-PRIME-TRX40-.patch
	patches.suse/ALSA-usb-audio-Add-implicit-feeback-support-for-the-.patch
	patches.suse/ALSA-hda-realtek-Apply-jack-fixup-for-Quanta-NL3.patch
	patches.suse/ALSA-hda-apply-jack-fixup-for-the-Acer-Veriton-N4640.patch
	patches.suse/virtio_net-Fix-error-code-in-probe.patch
	patches.suse/drm-komeda-Fix-bit-check-to-import-to-value-of-prope.patch
	patches.suse/libnvdimm-namespace-Fix-reaping-of-invalidated-block.patch
	patches.suse/ACPI-NFIT-Fix-input-validation-of-bus-family.patch
	patches.suse/libnvdimm-label-Return-ENXIO-for-no-slot-in-__blk_la.patch
	patches.suse/blk-mq-Remove-running-from-the-wrong-CPU-warning.patch
	patches.suse/s390-dasd-fix-hanging-device-offline-processing
	patches.suse/s390-dasd-prevent-inconsistent-lcu-device-data
	patches.suse/s390-dasd-fix-list-corruption-of-pavgroup-group-list
	patches.suse/s390-dasd-fix-list-corruption-of-lcu-list
	patches.suse/0020-bcache-remove-a-superfluous-check-in-register_bcache.patch
	patches.suse/0021-md-bcache-convert-comma-to-semicolon.patch
	patches.suse/0001-efi-generalize-efi_get_secureboot.patch
	patches.suse/0002-ima-generalize-x86-EFI-arch-glue-for-other-EFI-archi.patch
	patches.suse/0003-arm64-ima-add-ima_arch-support.patch
	patches.suse/powerpc-smp-Add-__init-to-init_big_cores.patch
	patches.suse/ext4-fix-a-memory-leak-of-ext4_free_data.patch
	patches.suse/ext4-fix-deadlock-with-fs-freezing-and-EA-inodes.patch
	patches.suse/ext4-don-t-remount-read-only-with-errors-continue-on.patch
	patches.suse/fs-Handle-I_DONTCACHE-in-iput_final-instead-of-gener.patch
	patches.suse/crypto-qat-add-CRYPTO_AES-to-Kconfig-dependencies.patch
	patches.suse/ntb-idt-fix-error-check-in-ntb_hw_idt.c.patch
	patches.suse/ntb-intel-add-Intel-NTB-LTR-vendor-support-for-gen4-.patch
	patches.suse/cgroup-fix-memory-leak-when-parsing-multiple-source-parameters.patch
	patches.suse/lib-genalloc-fix-the-overflow-when-size-is-too-big.patch
	patches.suse/lib-zlib-fix-inflating-zlib-streams-on-s390
	patches.suse/zlib-move-export_symbol-and-module_license-out-of-dfltcc_syms-c
	patches.suse/0013-scsi-block-Fix-a-race-in-the-runtime-power-managemen.patch
	patches.suse/scsi-cxgb4i-Fix-TLS-dependency
	patches.suse/i40e-Fix-Error-I40E_AQ_RC_EINVAL-when-removing-VFs.patch
	patches.suse/iavf-fix-double-release-of-rtnl_lock.patch
	patches.suse/net-mvpp2-disable-force-link-UP-during-port-init-pro.patch
	patches.suse/net-mvpp2-Add-TCAM-entry-to-drop-flow-control-pause-.patch
	patches.suse/net-mvpp2-prs-fix-PPPoE-with-ipv6-packet-parse.patch
	patches.suse/ethernet-ucc_geth-fix-use-after-free-in-ucc_geth_rem.patch
	patches.suse/ionic-account-for-vlan-tag-len-in-rx-buffer-len.patch
	patches.suse/net-mvpp2-Fix-GoP-port-3-Networking-Complex-Control-.patch
	patches.suse/ibmvnic-fix-login-buffer-memory-leak.patch
	patches.suse/virtio_net-Fix-recursive-call-to-cpus_read_lock.patch
	patches.suse/ibmvnic-continue-fatal-error-reset-after-passive-ini.patch
	patches.suse/CDC-NCM-remove-connected-log-message.patch
	patches.suse/tun-fix-return-value-when-the-number-of-iovs-exceeds.patch
	patches.suse/e1000e-Only-run-S0ix-flows-if-shutdown-succeeded.patch
	patches.suse/e1000e-bump-up-timeout-to-wait-when-ME-un-configures.patch
	patches.suse/Revert-e1000e-disable-s0ix-entry-and-exit-flows-for-.patch
	patches.suse/bnxt_en-Fix-AER-recovery.patch
	patches.suse/bnxt_en-Check-TQM-rings-for-maximum-supported-value.patch
	patches.suse/net-mvpp2-fix-pkt-coalescing-int-threshold-configura.patch
	patches.suse/net-hns-fix-return-value-check-in-__lb_other_process.patch
	patches.suse/selftests-bpf-Clarify-build-error-if-no-vmlinux.patch
	patches.suse/bpf-Save-correct-stopping-point-in-file-seq-iteratio.patch
	patches.suse/bareudp-set-NETIF_F_LLTX-flag.patch
	patches.suse/bareudp-Fix-use-of-incorrect-min_headroom-size.patch
	patches.suse/ibmvnic-fix-NULL-pointer-dereference.patch
	patches.suse/net-usb-qmi_wwan-add-Quectel-EM160R-GL.patch
	patches.suse/r8169-work-around-power-saving-bug-on-some-chip-vers.patch
	patches.suse/ALSA-hda-realtek-Fix-speaker-volume-control-on-Lenov.patch
	patches.suse/ALSA-hda-realtek-Modify-Dell-platform-name.patch
	patches.suse/ALSA-usb-audio-Fix-UBSAN-warnings-for-MIDI-jacks.patch
	patches.suse/ALSA-usb-audio-Add-quirk-for-BOSS-AD-10.patch
	patches.suse/ALSA-hda-conexant-add-a-new-hda-codec-CX11970.patch
	patches.suse/ALSA-hda-realtek-Add-mute-LED-quirk-for-more-HP-lapt.patch
	patches.suse/ALSA-hda-realtek-Add-two-Intel-Reference-board-SSID-.patch
	patches.suse/ALSA-hda-realtek-Enable-mute-and-micmute-LED-on-HP-E.patch
	patches.suse/ALSA-hda-hdmi-Fix-incorrect-mutex-unlock-in-silent_s.patch
	patches.suse/ALSA-usb-audio-Add-quirk-for-RC-505.patch
	patches.suse/ALSA-hda-via-Fix-runtime-PM-for-Clevo-W35xSS.patch
	patches.suse/btrfs-qgroup-don-t-try-to-wait-flushing.patch
	patches.suse/btrfs-send-fix-wrong-file-path-when-there-is-an-inod.patch
	patches.suse/btrfs-fix-transaction-leak-and-crash-after-RO-remoun.patch
	patches.suse/btrfs-fix-transaction-leak-and-crash-after-cleaning-.patch
	patches.suse/btrfs-fix-race-between-RO-remount-and-the-cleaner-ta.patch
	patches.suse/btrfs-add-assertion-for-empty-list-of-transactions-a.patch
	patches.suse/btrfs-run-delayed-iputs-when-remounting-RO-to-avoid-.patch
	patches.suse/regmap-debugfs-Fix-a-memory-leak-when-calling-regmap.patch
	patches.suse/regmap-debugfs-Fix-a-reversed-if-statement-in-regmap.patch
	patches.suse/spi-stm32-FIFO-threshold-level-fix-align-packet-size.patch
	patches.suse/crypto-ecdh-avoid-buffer-overflow-in-ecdh_set_secret.patch
	patches.suse/qed-select-CONFIG_CRC32.patch
	patches.suse/wil6210-select-CONFIG_CRC32.patch
	patches.suse/misdn-dsp-select-CONFIG_BITREVERSE.patch
	patches.suse/wan-ds26522-select-CONFIG_BITREVERSE.patch
	patches.suse/net-vlan-avoid-leaks-on-register_vlan_dev-failures.patch
	patches.suse/net-hns3-fix-a-phy-loopback-fail-issue.patch
	patches.suse/net-hns3-fix-the-number-of-queues-actually-used-by-A.patch
	patches.suse/net-cdc_ncm-correct-overhead-in-delayed_ndp_size.patch
	patches.suse/net-bareudp-add-missing-error-handling-for-bareudp_l.patch
	patches.suse/bpftool-Fix-compilation-failure-for-net.o-with-older.patch
	patches.suse/chtls-Fix-hardware-tid-leak.patch
	patches.suse/chtls-Remove-invalid-set_tcb-call.patch
	patches.suse/chtls-Fix-panic-when-route-to-peer-not-configured.patch
	patches.suse/chtls-Avoid-unnecessary-freeing-of-oreq-pointer.patch
	patches.suse/chtls-Replace-skb_dequeue-with-skb_peek.patch
	patches.suse/chtls-Added-a-check-to-avoid-NULL-pointer-dereferenc.patch
	patches.suse/chtls-Fix-chtls-resources-release-sequence.patch
	patches.suse/nexthop-Bounce-NHA_GATEWAY-in-FDB-nexthop-groups.patch
	patches.suse/s390-qeth-fix-deadlock-during-recovery
	patches.suse/s390-qeth-fix-locking-for-discipline-setup-removal
	patches.suse/s390-qeth-fix-l2-header-access-in-qeth_l3_osa_features_check
	patches.suse/net-mlx5e-Add-missing-capability-check-for-uplink-fo.patch
	patches.suse/net-mlx5-Use-port_num-1-instead-of-0-when-delete-a-R.patch
	patches.suse/net-mlx5e-In-skb-build-skip-setting-mark-in-switchde.patch
	patches.suse/net-mlx5e-ethtool-Fix-restriction-of-autoneg-with-56.patch
	patches.suse/net-mlx5e-Fix-two-double-free-cases.patch
	patches.suse/net-mlx5e-Fix-memleak-in-mlx5e_create_l2_table_group.patch
	patches.suse/arm64-mm-fix-arch_low_address_limit-when-config_zone_dma.patch
	patches.suse/arm64-link-with-z-norelro-for-LLD-or-aarch64-elf.patch
	patches.suse/ARM-OMAP2-omap_device-fix-idling-of-devices-during-probe.patch
	patches.suse/iommu-intel-fix-memleak-in-intel_irq_remapping_alloc
	patches.suse/iommu-amd-Set-iommu-int_enabled-consistently-when-in.patch
	patches.suse/iommu-amd-stop-irq_remapping_select-matching-when-remapping-is-disabled
	patches.suse/iommu-vt-d-fix-misuse-of-align-in-qi_flush_piotlb
	patches.suse/iommu-vt-d-move-intel_iommu-info-from-struct-intel_svm-to-struct-intel_svm_dev
	patches.suse/iommu-vt-d-fix-general-protection-fault-in-aux_detach_device
	patches.suse/iommu-vt-d-fix-ineffective-devtlb-invalidation-for-subdevices
	patches.suse/drm-amd-display-fix-sysfs-amdgpu_current_backlight_p.patch
	patches.suse/drm-amdgpu-fix-a-GPU-hang-issue-when-remove-device.patch
	patches.suse/drm-amdgpu-fix-potential-memory-leak-during-navi12-d.patch
	patches.suse/drm-i915-clear-the-shadow-batch.patch
	patches.suse/drm-i915-clear-the-gpu-reloc-batch.patch
	patches.suse/drm-i915-gt-Define-guc-firmware-blob-for-older-Comet.patch
	patches.suse/drm-i915-dp-Track-pm_qos-per-connector.patch
	patches.suse/0002-drm-msm-Fix-WARN_ON-splat-in-_free_object.patch
	patches.suse/drm-msm-Call-msm_init_vram-before-binding-the-gpu.patch
	patches.suse/dmabuf-fix-use-after-free-of-dmabuf-s-file-f_inode.patch
	patches.suse/ACPI-PM-s2idle-Drop-unused-local-variables-and-relat.patch
	patches.suse/ACPI-scan-add-stub-acpi_create_platform_device-for-C.patch
	patches.suse/i2c-sprd-use-a-specific-timeout-to-avoid-system-hang.patch
	patches.suse/i2c-i801-Fix-the-i2c-mux-gpiod_lookup_table-not-bein.patch
	patches.suse/dmaengine-idxd-off-by-one-in-cleanup-code.patch
	patches.suse/dmaengine-mediatek-mtk-hsdma-Fix-a-resource-leak-in-.patch
	patches.suse/dmaengine-dw-edma-Fix-use-after-free-in-dw_edma_allo.patch
	patches.suse/dmaengine-xilinx_dma-check-dma_async_device_register.patch
	patches.suse/dmaengine-xilinx_dma-fix-incompatible-param-warning-.patch
	patches.suse/dmaengine-xilinx_dma-fix-mixed_enum_type-coverity-wa.patch
	patches.suse/hwmon-pwm-fan-Ensure-that-calculation-doesn-t-discar.patch
	patches.suse/x86-mm-fix-leak-of-pmd-ptlock.patch
	patches.suse/x86-sev-es-fix-sev-es-out-in-immediate-opcode-vc-handling.patch
	patches.suse/x86-mtrr-correct-the-range-check-before-performing-mtrr-type-lookups.patch
	patches.suse/x86-resctrl-use-an-ipi-instead-of-task_work_add-to-update-pqr_assoc-msr.patch
	patches.suse/x86-resctrl-don-t-move-a-task-to-the-same-resource-group.patch
	patches.suse/crypto-asym_tpm-correct-zero-out-potential-secrets.patch
	patches.suse/staging-mt7621-dma-Fix-a-resource-leak-in-an-error-h.patch
	patches.suse/USB-cdc-acm-blacklist-another-IR-Droid-device.patch
	patches.suse/USB-cdc-wdm-Fix-use-after-free-in-service_outstandin.patch
	patches.suse/USB-xhci-fix-U1-U2-handling-for-hardware-with-XHCI_I.patch
	patches.suse/usb-gadget-function-printer-Fix-a-memory-leak-for-in.patch
	patches.suse/usb-gadget-Fix-spinlock-lockup-on-usb_function_deact.patch
	patches.suse/USB-gadget-legacy-fix-return-error-code-in-acm_ms_bi.patch
	patches.suse/usb-gadget-u_ether-Fix-MTU-size-mismatch-with-RX-pac.patch
	patches.suse/usb-chipidea-ci_hdrc_imx-add-missing-put_device-call.patch
	patches.suse/USB-yurex-fix-control-URB-timeout-handling.patch
	patches.suse/usb-dwc3-ulpi-Use-VStsDone-to-detect-PHY-regs-access.patch
	patches.suse/usb-gadget-f_uac2-reset-wMaxPacketSize.patch
	patches.suse/USB-usblp-fix-DMA-to-stack.patch
	patches.suse/usb-usbip-vhci_hcd-protect-shift-size.patch
	patches.suse/usb-dwc3-gadget-Restart-DWC3-gadget-when-enabling-pu.patch
	patches.suse/usb-gadget-configfs-Fix-use-after-free-issue-with-ud.patch
	patches.suse/usb-gadget-select-CONFIG_CRC32.patch
	patches.suse/usb-gadget-configfs-Preserve-function-ordering-after.patch
	patches.suse/usb-uas-Add-PNY-USB-Portable-SSD-to-unusual_uas.patch
	patches.suse/USB-serial-option-add-Quectel-EM160R-GL.patch
	patches.suse/USB-serial-option-add-LongSung-M5710-module-support.patch
	patches.suse/USB-serial-iuu_phoenix-fix-DMA-from-stack.patch
	patches.suse/usb-gadget-enable-super-speed-plus.patch
	patches.suse/usb-typec-Fix-copy-paste-error-for-NVIDIA-alt-mode-d.patch
	patches.suse/0014-block-rsxx-select-CONFIG_CRC32.patch
	patches.suse/nvme-fc-avoid-calling-_nvme_fc_abort_outstanding_ios-from-interrupt-context.patch
	patches.suse/nvme-tcp-Fix-possible-race-of-io_work-and-direct-sen.patch
	patches.suse/nvme-avoid-possible-double-fetch-in-handling-CQE.patch
	patches.suse/nvmet-rdma-Fix-list_del-corruption-on-queue-establis.patch
	patches.suse/blk-mq-debugfs-Add-decode-for-BLK_MQ_F_TAG_HCTX_SHAR.patch
	patches.suse/0022-bcache-set-pdev_set_uuid-before-scond-loop-iteration.patch
	patches.suse/0023-bcache-fix-typo-from-SUUP-to-SUPP-in-features.h.patch
	patches.suse/0024-bcache-check-unsupported-feature-sets-for-bcache-reg.patch
	patches.suse/0025-bcache-introduce-BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCK.patch
	patches.suse/0026-bcache-set-bcache-device-into-read-only-mode-for-BCH.patch
	patches.suse/msft-hv-2201-x86-hyperv-Fix-kexec-panic-hang-issues.patch
	patches.suse/btrfs-shrink-delalloc-pages-instead-of-full-inodes.patch
	patches.suse/tracing-kprobes-do-the-notrace-functions-check-without-kprobes-on-ftrace.patch
	patches.suse/target-fix-XCOPY-NAA-identifier-lookup.patch
	patches.suse/NFS4-Fix-use-after-free-in-trace_event_raw_event_nfs.patch
	patches.suse/net-sunrpc-interpret-the-return-value-of-kstrtou32-c.patch
	patches.suse/pNFS-Mark-layout-for-return-if-return-on-close-was-n.patch
	patches.suse/NFS-pNFS-Fix-a-leak-of-the-layout-plh_outstanding-co.patch
	patches.suse/NFS-nfs_delegation_find_inode_server-must-first-refe.patch
	patches.suse/NFS-nfs_igrab_and_active-must-first-reference-the-su.patch
	patches.suse/ALSA-hda-realtek-fix-right-sounds-and-mute-micmute-L.patch
	patches.suse/ASoC-Intel-fix-error-code-cnl_set_dsp_D0.patch
	patches.suse/ASoC-dapm-remove-widget-from-dirty-list-on-free.patch
	patches.suse/ASoC-codecs-fix-spelling-mistake-in-Kconfig-comunica.patch
	patches.suse/ASoC-SOF-Fix-spelling-mistake-in-Kconfig-ond-and.patch
	patches.suse/ASoC-rsnd-don-t-call-clk_disable_unprepare-if-can-t-.patch
	patches.suse/ASoC-Intel-haswell-Add-missing-pm_ops.patch
	patches.suse/ASoC-rt711-mutex-between-calibration-and-power-state.patch
	patches.suse/ASoC-max98373-don-t-access-volatile-registers-in-bia.patch
	patches.suse/ASoC-meson-axg-tdmin-fix-axg-skew-offset.patch
	patches.suse/ASoC-meson-axg-tdm-interface-fix-loopback.patch
	patches.suse/ASoC-AMD-Renoir-add-DMI-entry-for-Lenovo-ThinkPad-E1.patch
	patches.suse/ASoC-amd-Replacing-MSI-with-Legacy-IRQ-model.patch
	patches.suse/ASoC-AMD-Renoir-add-DMI-entry-for-Lenovo-ThinkPad-X3.patch
	patches.suse/ALSA-usb-audio-Fix-the-missing-endpoints-creations-f.patch
	patches.suse/ALSA-usb-audio-Choose-audioformat-of-a-counter-part-.patch
	patches.suse/ALSA-usb-audio-Avoid-unnecessary-interface-re-setup.patch
	patches.suse/ALSA-usb-audio-Annotate-the-endpoint-index-in-audiof.patch
	patches.suse/ALSA-usb-audio-Fix-implicit-feedback-sync-setup-for-.patch
	patches.suse/ALSA-doc-Fix-reference-to-mixart.rst.patch
	patches.suse/clk-tegra30-Add-hda-clock-default-rates-to-clock-dri.patch
	patches.suse/ALSA-hda-tegra-fix-tegra-hda-on-tegra30-soc.patch
	patches.suse/ALSA-fireface-Fix-integer-overflow-in-transmit_midi_.patch
	patches.suse/ALSA-firewire-tascam-Fix-integer-overflow-in-midi_po.patch
	patches.suse/ALSA-hda-hdmi-enable-runtime-pm-for-CI-AMD-display-a.patch
	patches.suse/HID-wacom-Fix-memory-leakage-caused-by-kfifo_alloc.patch
	patches.suse/HID-multitouch-Enable-multi-input-for-Synaptics-poin.patch
	patches.suse/HID-Ignore-battery-for-Elan-touchscreen-on-ASUS-UX55.patch
	patches.suse/net-fix-use-after-free-when-UDP-GRO-with-shared-frag.patch
	patches.suse/udp-Prevent-reuseport_select_sock-from-reading-unini.patch
	patches.suse/mlxsw-core-Add-validation-of-transceiver-temperature.patch
	patches.suse/mlxsw-core-Increase-critical-threshold-for-ASIC-ther.patch
	patches.suse/net-mvpp2-Remove-Pause-and-Asym_Pause-support.patch
	patches.suse/rndis_host-set-proper-input-size-for-OID_GEN_PHYSICA.patch
	patches.suse/r8152-Add-Lenovo-Powered-USB-C-Travel-Hub.patch
	patches.suse/bnxt_en-Improve-stats-context-resource-accounting-wi.patch
	patches.suse/smc-fix-out-of-bound-access-in-smc_nl_get_sys_info
	patches.suse/net-smc-use-memcpy-instead-of-snprintf-to-avoid-out-of-bounds-read
	patches.suse/i40e-fix-potential-NULL-pointer-dereferencing.patch
	patches.suse/cxgb4-chtls-Fix-tid-stuck-due-to-wrong-update-of-qid.patch
	patches.suse/drm-i915-dsi-Use-unconditional-msleep-for-the-panel_.patch
	patches.suse/drm-i915-backlight-fix-CPU-mode-backlight-takeover-o.patch
	patches.suse/drm-i915-icl-Fix-initing-the-DSI-DSC-power-refcount-.patch
	patches.suse/drm-i915-gt-Limit-VFE-threads-based-on-GT.patch
	patches.suse/drm-i915-gt-Restore-clear-residual-mitigations-for-I.patch
	patches.suse/drm-amdgpu-fix-DRM_INFO-flood-if-display-core-is-not.patch
	patches.suse/drm-amdgpu-psp-fix-psp-gfx-ctrl-cmds.patch
	patches.suse/drm-amd-display-disable-dcn10-pipe-split-by-default.patch
	patches.suse/drm-nouveau-bios-fix-issue-shadowing-expansion-ROMs.patch
	patches.suse/drm-nouveau-privring-ack-interrupts-the-same-way-as-.patch
	patches.suse/drm-nouveau-i2c-gm200-increase-width-of-aux-semaphor.patch
	patches.suse/drm-nouveau-mmu-fix-vram-heap-sizing.patch
	patches.suse/drm-nouveau-kms-nv50-fix-case-where-notifier-buffer-.patch
	patches.suse/iommu-vt-d-fix-unaligned-addresses-for-intel_flush_svm_range_dev
	patches.suse/xen-privcmd-allow-fetching-resource-sizes.patch
	patches.suse/ACPI-scan-Harden-acpi_device_add-against-device-ID-o.patch
	patches.suse/arm64-remove-arm64_dma32_phys_limit-and-its-uses.patch
	patches.suse/cifs-check-pointer-before-freeing.patch
	patches.suse/cifs-fix-interrupted-close-commands.patch
	patches.suse/fs-cifs-remove-unneeded-variable-in-smb3_fs_context_dup.patch
	patches.suse/cifs-connect-style-Simplify-bool-comparison.patch
	patches.suse/cifs-style-replace-one-element-array-with-flexible-array.patch
	patches.suse/ext4-fix-superblock-checksum-failure-when-setting-pa.patch
	patches.suse/ext4-fix-bug-for-rename-with-RENAME_WHITEOUT.patch
	patches.suse/RDMA-ucma-Do-not-miss-ctx-destruction-steps-in-some-.patch
	patches.suse/0015-dm-raid-fix-discard-limits-for-raid1.patch
	patches.suse/0016-dm-zoned-select-CONFIG_CRC32.patch
	patches.suse/0003-dm-crypt-do-not-wait-for-backlogged-crypto-request-c.patch
	patches.suse/0004-dm-crypt-use-GFP_ATOMIC-when-allocating-crypto-reque.patch
	patches.suse/0017-dm-eliminate-potential-source-of-excessive-kernel-lo.patch
	patches.suse/0005-dm-crypt-do-not-call-bio_endio-from-the-dm-crypt-tas.patch
	patches.suse/0006-dm-crypt-defer-decryption-to-a-tasklet-if-interrupts.patch
	patches.suse/nvme-tcp-Fix-warning-with-CONFIG_DEBUG_PREEMPT.patch
	patches.suse/nvme-don-t-intialize-hwmon-for-discovery-controllers.patch
	patches.suse/scsi-qedi-correct-max-length-of-chap-secret
	patches.suse/powerpc-Fix-alignment-bug-within-the-init-sections.patch
	patches.suse/spi-cadence-cache-reference-clock-rate-during-probe.patch
	patches.suse/msft-hv-2203-x86-hyperv-Initialize-clockevents-after-LAPIC-is-ini.patch
	patches.suse/nfsd4-readdirplus-shouldn-t-return-parent-of-export.patch
	patches.suse/cachefiles-Drop-superfluous-readpages-aops-NULL-chec.patch
	patches.suse/bpf-Don-t-leak-memory-in-bpf-getsockopt-when-optlen-.patch
	patches.suse/bpf-Support-PTR_TO_MEM-_OR_NULL-register-spilling.patch
	patches.suse/net-mscc-ocelot-allow-offloading-of-bridge-on-top-of.patch
	patches.suse/net-dsa-mv88e6xxx-also-read-STU-state-in-mv88e6250_g.patch
	patches.suse/mac80211-fix-incorrect-strlen-of-.write-in-debugfs.patch
	patches.suse/mac80211-fix-fast-rx-encryption-check.patch
	patches.suse/mac80211-do-not-drop-tx-nulldata-packets-on-encrypte.patch
	patches.suse/mac80211-check-if-atf-has-been-disabled-in-__ieee802.patch
	patches.suse/net-core-devlink-use-right-genl-user_ptr-when-handli.patch
	patches.suse/selftests-net-fib_tests-remove-duplicate-log-test.patch
	patches.suse/bpf-Fix-helper-bpf_map_peek_elem_proto-pointing-to-w.patch
	patches.suse/bpf-Fix-signed_-sub-add32-_overflows-type-handling.patch
	patches.suse/can-dev-can_restart-fix-use-after-free-bug.patch
	patches.suse/can-vxcan-vxcan_xmit-fix-use-after-free-bug.patch
	patches.suse/can-peak_usb-fix-use-after-free-bugs.patch
	patches.suse/btrfs-send-fix-invalid-clone-operations-when-cloning.patch
	patches.suse/ALSA-hda-Add-AlderLake-P-PCI-ID-and-HDMI-codec-vid.patch
	patches.suse/ALSA-usb-audio-Always-apply-the-hw-constraints-for-i.patch
	patches.suse/ALSA-hda-realtek-Limit-int-mic-boost-on-Acer-Aspire-.patch
	patches.suse/ALSA-hda-via-Add-minimum-mute-flag.patch
	patches.suse/ALSA-seq-oss-Fix-missing-error-check-in-snd_seq_oss_.patch
	patches.suse/ALSA-hda-Add-Cometlake-R-PCI-ID.patch
	patches.suse/ALSA-usb-audio-Fix-UAC1-rate-setup-for-secondary-end.patch
	patches.suse/ALSA-usb-audio-Set-sample-rate-for-all-sharing-EPs-o.patch
	patches.suse/ALSA-usb-audio-Avoid-implicit-feedback-on-Pioneer-de.patch
	patches.suse/ASoC-SOF-Intel-hda-Resume-codec-to-do-jack-detection.patch
	patches.suse/ASoC-SOF-Intel-hda-Modify-existing-helper-to-disable.patch
	patches.suse/ASoC-SOF-Intel-hda-Avoid-checking-jack-on-system-sus.patch
	patches.suse/ASoC-SOF-Intel-fix-page-fault-at-probe-if-i915-init-.patch
	patches.suse/ALSA-hda-Balance-runtime-system-PM-if-direct-complet.patch
	patches.suse/ALSA-usb-audio-Fix-hw-constraints-dependencies.patch
	patches.suse/ACPI-scan-Make-acpi_bus_get_device-clear-return-poin.patch
	patches.suse/fs-fix-lazytime-expiration-handling-in-__writeback_s.patch
	patches.suse/drm-vc4-unify-pcm-card-s-driver_name.patch
	patches.suse/drm-atomic-put-state-on-error-path.patch
	patches.suse/drm-syncobj-Fix-use-after-free.patch
	patches.suse/drm-i915-hdcp-Update-CP-property-in-update_pipe.patch
	patches.suse/drm-i915-gt-Prevent-use-of-engine-wa_ctx-after-error.patch
	patches.suse/drm-amd-display-Allow-PSTATE-chnage-when-no-displays.patch
	patches.suse/drm-amd-display-Change-function-decide_dp_link_setti.patch
	patches.suse/drm-amd-display-Use-hardware-sequencer-functions-for.patch
	patches.suse/drm-amd-display-Fixed-corruptions-on-HPDRX-link-loss.patch
	patches.suse/platform-x86-i2c-multi-instantiate-Don-t-create-plat.patch
	patches.suse/platform-x86-touchscreen_dmi-Add-swap-x-y-quirk-for-.patch
	patches.suse/platform-x86-intel-vbtn-Support-for-tablet-mode-on-D.patch
	patches.suse/platform-x86-ideapad-laptop-Disable-touchpad_switch-.patch
	patches.suse/platform-x86-intel-vbtn-Drop-HP-Stream-x360-Converti.patch
	patches.suse/mmc-sdhci-of-dwcmshc-fix-rpmb-access.patch
	patches.suse/mmc-sdhci-xenon-fix-1.8v-regulator-stabilization.patch
	patches.suse/mmc-core-don-t-initialize-block-size-from-ext_csd-if.patch
	patches.suse/0007-dm-crypt-fix-copy-and-paste-bug-in-crypt_alloc_req_a.patch
	patches.suse/dm-avoid-filesystem-lookup-in-dm_get_dev_t.patch
	patches.suse/scsi-megaraid_sas-Fix-MEGASAS_IOC_FIRMWARE-regression
	patches.suse/scsi-ufs-ufshcd-pltfrm-depends-on-HAS_IOMEM
	patches.suse/scsi-ibmvfc-Fix-missing-cast-of-ibmvfc_event-pointer.patch
	patches.suse/scsi-scsi_transport_srp-Don-t-block-target-in-failfa.patch
	patches.suse/scsi-libfc-Avoid-invoking-response-handler-twice-if-.patch
	patches.suse/scsi-target-tcmu-fix-use-after-free-of-se_cmd-priv
	patches.suse/scsi-ibmvfc-Set-default-timeout-to-avoid-crash-durin.patch
	patches.suse/i2c-tegra-Wait-for-config-load-atomically-while-in-I.patch
	patches.suse/i2c-bpmp-tegra-Ignore-unknown-I2C_M-flags.patch
	patches.suse/i2c-tegra-Create-i2c_writesl_vi-to-use-with-VI-I2C-f.patch
	patches.suse/i2c-octeon-check-correct-size-of-maximum-RECV_LEN-pa.patch
	patches.suse/fs-cifs-Assign-boolean-values-to-a-bool-variable.patch
	patches.suse/fs-cifs-Simplify-bool-comparison-.patch
	patches.suse/cifs-do-not-fail-__smb_send_rqst-if-non-fatal-signals-are-pending.patch
	patches.suse/selftests-powerpc-Fix-exit-status-of-pkey-tests.patch
	patches.suse/selftests-powerpc-Only-test-lwm-stmw-on-big-endian.patch
	patches.suse/x86-sev-es-handle-string-port-io-to-kernel-memory-properly.patch
	patches.suse/x86-cpu-amd-set-_max_die_per_package-on-amd.patch
	patches.suse/x86-sev-fix-nonistr-violation.patch
	patches.suse/x86-topology-make-_max_die_per_package-available-unconditionally.patch
	patches.suse/objtool-don-t-fail-on-missing-symbol-table.patch
	patches.suse/ehci-fix-EHCI-host-controller-initialization-sequenc.patch
	patches.suse/USB-ehci-fix-an-interrupt-calltrace-error.patch
	patches.suse/usb-gadget-aspeed-fix-stop-dma-register-setting.patch
	patches.suse/usb-udc-core-Use-lock-when-write-to-soft_connect.patch
	patches.suse/xhci-make-sure-TRB-is-fully-written-before-giving-it.patch
	patches.suse/xhci-tegra-Delay-for-disabling-LFPS-detector.patch
	patches.suse/serial-mvebu-uart-fix-tx-lost-characters-at-power-of.patch
	patches.suse/iio-ad5504-Fix-setting-power-down-state.patch
	patches.suse/phy-cpcap-usb-Fix-warning-for-missing-regulator_disa.patch
	patches.suse/intel_th-pci-Add-Alder-Lake-P-support.patch
	patches.suse/0001-nvme-rdma-avoid-request-double-completion-for-concur.patch
	patches.suse/0001-nvme-tcp-avoid-request-double-completion-for-concurr.patch
	patches.suse/nvme-pci-refactor-nvme_unmap_data.patch
	patches.suse/nvme-pci-fix-error-unwind-in-nvme_map_data.patch
	patches.suse/regulator-core-avoid-regulator_resolve_supply-race-c.patch
	patches.suse/regulator-Fix-lockdep-warning-resolving-supplies.patch
	patches.suse/kvm-tracing-fix-unmatched-kvm_entry-and-kvm_exit-events
	patches.suse/kvm-nvmx-sync-unsync-d-vmcs02-state-to-vmcs12-on-mig.patch
	patches.suse/ALSA-hda-realtek-Enable-headset-of-ASUS-B1400CEPE-wi.patch
	patches.suse/ALSA-pcm-One-more-dependency-for-hw-constraints.patch
	patches.suse/ALSA-usb-audio-workaround-for-iface-reset-issue.patch
	patches.suse/ALSA-hda-intel-dsp-config-add-PCI-id-for-TGL-H.patch
	patches.suse/ASoC-wm_adsp-Fix-control-name-parsing-for-multi-fw.patch
	patches.suse/ASoC-AMD-Renoir-refine-DMI-entries-for-some-Lenovo-p.patch
	patches.suse/ASoC-topology-Fix-memory-corruption-in-soc_tplg_denu.patch
	patches.suse/ASoC-topology-Properly-unregister-DAI-on-removal.patch
	patches.suse/ASoC-mediatek-mt8183-mt6358-ignore-TDM-DAI-link-by-d.patch
	patches.suse/ASoC-mediatek-mt8183-da7219-ignore-TDM-DAI-link-by-d.patch
	patches.suse/ASoC-Intel-Skylake-skl-topology-Fix-OOPs-ib-skl_tplg.patch
	patches.suse/ASoC-Intel-Skylake-Zero-snd_ctl_elem_value.patch
	patches.suse/ASoC-ak4458-correct-reset-polarity.patch
	patches.suse/ASoC-Intel-sof_sdw-set-proper-flags-for-Dell-TGL-H-S.patch
	patches.suse/ASoC-SOF-Intel-soundwire-fix-select-depend-unmet-dep.patch
	patches.suse/ASoC-SOF-SND_INTEL_DSP_CONFIG-dependency.patch
	patches.suse/ALSA-hda-via-Apply-the-workaround-generically-for-Cl.patch
	patches.suse/media-rc-ensure-that-uevent-can-be-read-directly-aft.patch
	patches.suse/HID-multitouch-Apply-MT_QUIRK_CONFIDENCE-quirk-for-m.patch
	patches.suse/HID-wacom-Correct-NULL-dereference-on-AES-pen-proxim.patch
	patches.suse/Revert-RDMA-mlx5-Fix-devlink-deadlock-on-net-namespa.patch
	patches.suse/arm-imx-fix-imx8m-dependencies.patch
	patches.suse/ARM-dts-imx6qdl-kontron-samx6i-fix-i2c_lcd-cam-default-status.patch
	patches.suse/ARM-dts-imx6qdl-gw52xx-fix-duplicate-regulator-naming.patch
	patches.suse/tee-optee-replace-might_sleep-with-cond_resched.patch
	patches.suse/drivers-soc-atmel-Avoid-calling-at91_soc_init-on-non.patch
	patches.suse/drivers-soc-atmel-add-null-entry-at-the-end-of-at91_.patch
	patches.suse/ARM-imx-build-suspend-imx6.S-with-arm-instruction-set.patch
	patches.suse/firmware-imx-select-SOC_BUS-to-fix-firmware-build.patch
	patches.suse/xen-blkfront-allow-discard-nodes-to-be-optional.patch
	patches.suse/x86-xen-avoid-warning-in-Xen-pv-guest-with-CONFIG_AM.patch
	patches.suse/0001-futex-Ensure-the-correct-return-value-from-futex_loc.patch
	patches.suse/0002-futex-Replace-pointless-printk-in-fixup_owner.patch
	patches.suse/0003-futex-Provide-and-use-pi_state_update_owner.patch
	patches.suse/0004-rtmutex-Remove-unused-argument-from-rt_mutex_proxy_u.patch
	patches.suse/0005-futex-Use-pi_state_update_owner-in-put_pi_state.patch
	patches.suse/0006-futex-Simplify-fixup_pi_state_owner.patch
	patches.suse/0007-futex-Handle-faults-correctly-for-PI-futexes.patch
	patches.suse/net-usb-qmi_wwan-added-support-for-Thales-Cinterion-.patch
	patches.suse/net-fec-put-child-node-on-error-path.patch
	patches.suse/NFC-fix-possible-resource-leak.patch
	patches.suse/NFC-fix-resource-leak-when-target-index-is-invalid.patch
	patches.suse/uapi-fix-big-endian-definition-of-ipv6_rpl_sr_hdr.patch
	patches.suse/iwlwifi-provide-gso_type-to-GSO-packets.patch
	patches.suse/iwlwifi-dbg-Don-t-touch-the-tlv-data.patch
	patches.suse/mt7601u-fix-rx-buffer-refcounting.patch
	patches.suse/iwlwifi-mvm-skip-power-command-when-unbinding-vif-du.patch
	patches.suse/iwlwifi-mvm-take-mutex-for-calling-iwl_mvm_get_sync_.patch
	patches.suse/iwlwifi-pcie-avoid-potential-PNVM-leaks.patch
	patches.suse/iwlwifi-pnvm-don-t-skip-everything-when-not-reloadin.patch
	patches.suse/iwlwifi-pnvm-don-t-try-to-load-after-failures.patch
	patches.suse/iwlwifi-pcie-set-LTR-on-more-devices.patch
	patches.suse/iwlwifi-pcie-add-a-NULL-check-in-iwl_pcie_txq_unmap.patch
	patches.suse/iwlwifi-pcie-fix-context-info-memory-leak.patch
	patches.suse/iwlwifi-pcie-use-jiffies-for-memory-read-spin-time-l.patch
	patches.suse/iwlwifi-pcie-reschedule-in-long-running-memory-reads.patch
	patches.suse/iwlwifi-mvm-invalidate-IDs-of-internal-stations-at-m.patch
	patches.suse/iwlwifi-pcie-add-rules-to-match-Qu-with-Hr2.patch
	patches.suse/iwlwifi-Fix-IWL_SUBDEVICE_NO_160-macro-to-use-the-co.patch
	patches.suse/iwlwifi-mvm-guard-against-device-removal-in-reprobe.patch
	patches.suse/iwlwifi-queue-bail-out-on-invalid-freeing.patch
	patches.suse/mt7601u-fix-kernel-crash-unplugging-the-device.patch
	patches.suse/mac80211-160MHz-with-extended-NSS-BW-in-CSA.patch
	patches.suse/wext-fix-NULL-ptr-dereference-with-cfg80211-s-lack-o.patch
	patches.suse/mac80211-pause-TX-while-changing-interface-type.patch
	patches.suse/ice-fix-FDir-IPv6-flexbyte.patch
	patches.suse/ice-Implement-flow-for-IPv6-next-header-extension-he.patch
	patches.suse/ice-update-dev_addr-in-ice_set_mac_address-even-if-H.patch
	patches.suse/ice-Don-t-allow-more-channels-than-LAN-MSI-X-availab.patch
	patches.suse/ice-Fix-MSI-X-vector-fallback-logic.patch
	patches.suse/i40e-acquire-VSI-pointer-only-after-VF-is-initialize.patch
	patches.suse/igc-fix-link-speed-advertising.patch
	patches.suse/can-dev-prevent-potential-information-leak-in-can_fi.patch
	patches.suse/ibmvnic-Ensure-that-CRQ-entry-read-are-correctly-ord.patch
	patches.suse/net-mlx5-Fix-memory-leak-on-flow-table-creation-erro.patch
	patches.suse/net-mlx5e-E-switch-Fix-rate-calculation-for-overflow.patch
	patches.suse/net-mlx5e-free-page-before-return.patch
	patches.suse/net-mlx5e-Reduce-tc-unsupported-key-print-level.patch
	patches.suse/net-mlx5e-Fix-IPSEC-stats.patch
	patches.suse/net-mlx5-Maintain-separate-page-trees-for-ECPF-and-P.patch
	patches.suse/net-mlx5e-Disable-hw-tc-offload-when-MLX5_CLS_ACT-co.patch
	patches.suse/net-mlx5e-Fix-CT-rule-encap-slow-path-offload-and-de.patch
	patches.suse/0001-net-mlx5e-Correctly-handle-changing-the-number-of-qu.patch
	patches.suse/net-mlx5e-Revert-parameters-on-errors-when-changing-.patch
	patches.suse/net-mlx5-CT-Fix-incorrect-removal-of-tuple_nat_node-.patch
	patches.suse/mlxsw-spectrum_span-Do-not-overwrite-policer-configu.patch
	patches.suse/rxrpc-Fix-memory-leak-in-rxrpc_lookup_local.patch
	patches.suse/drm-nouveau-nvif-fix-method-count-when-pushing-an-ar.patch
	patches.suse/drm-nouveau-dispnv50-Restore-pushing-of-all-data.patch
	patches.suse/drm-nouveau-svm-fail-NOUVEAU_SVM_INIT-ioctl-on-unsup.patch
	patches.suse/drivers-nouveau-kms-nv50-Reject-format-modifiers-for.patch
	patches.suse/drm-nouveau-kms-gk104-gp1xx-Fix-64x64-cursors.patch
	patches.suse/drm-vc4-Correct-lbm-size-and-calculation.patch
	patches.suse/drm-vc4-Correct-POS1_SCL-for-hvs5.patch
	patches.suse/drm-i915-Check-for-all-subplatform-bits.patch
	patches.suse/drm-i915-selftest-Fix-potential-memory-leak.patch
	patches.suse/drm-i915-Always-flush-the-active-worker-before-retur.patch
	patches.suse/drm-i915-gt-Always-try-to-reserve-GGTT-address-0x0.patch
	patches.suse/ACPI-thermal-Do-not-call-acpi_thermal_check-directly.patch
	patches.suse/ACPI-sysfs-Prefer-compatible-modalias.patch
	patches.suse/PM-hibernate-flush-swap-writer-after-marking.patch
	patches.suse/iommu-vt-d-correctly-check-addr-alignment-in-qi_flush_dev_iotlb_pasid
	patches.suse/iommu-vt-d-do-not-use-flush-queue-when-caching-mode-is-on
	patches.suse/s390-dasd-fix-inconsistent-kobject-removal
	patches.suse/nbd-freeze-the-queue-while-we-re-adding-connections.patch
	patches.suse/0027-bcache-only-check-feature-sets-when-sb-version-BCACH.patch
	patches.suse/nvme-multipath-Early-exit-if-no-path-is-available.patch
	patches.suse/ACPI-IORT-Do-not-blindly-trust-DMA-masks-from-firmwa.patch
	patches.suse/s390-vfio-ap-clean-up-vfio_ap-resources-when-kvm-pointer-invalidated
	patches.suse/s390-vfio-ap-no-need-to-disable-irq-after-queue-reset
	patches.suse/scsi-qla2xxx-Fix-description-for-parameter-ql2xenfor.patch
	patches.suse/cifs-ignore-auto-and-noauto-options-if-given.patch
	patches.suse/cifs-fix-mounts-to-subdirectories-of-target.patch
	patches.suse/cifs-returning-mount-parm-processing-errors-correctly.patch
	patches.suse/cifs-fix-dfs-domain-referrals.patch
	patches.suse/pNFS-NFSv4-Fix-a-layout-segment-leak-in-pnfs_layout_.patch
	patches.suse/leds-trigger-fix-potential-deadlock-with-libata.patch
	patches.suse/i2c-mediatek-Move-suspend-and-resume-handling-to-NOI.patch
	patches.suse/powerpc-64s-prevent-recursive-replay_soft_interrupts.patch
	patches.suse/efi-apple-properties-Reinstate-support-for-boolean-p.patch
	patches.suse/bpf-cgroup-Fix-optlen-WARN_ON_ONCE-toctou.patch
	patches.suse/bpf-cgroup-Fix-problematic-bounds-check.patch
	patches.suse/r8169-work-around-RTL8125-UDP-hw-bug.patch
	patches.suse/ibmvnic-device-remove-has-higher-precedence-over-res.patch
	patches.suse/igc-Report-speed-and-duplex-as-unknown-when-device-i.patch
	patches.suse/igc-set-the-default-return-value-to-IGC_ERR_NVM-in-i.patch
	patches.suse/igc-check-return-value-of-ret_val-in-igc_config_fc_a.patch
	patches.suse/i40e-Revert-i40e-don-t-report-link-up-for-a-VF-who-h.patch
	patches.suse/mac80211-fix-station-rate-table-updates-on-assoc.patch
	patches.suse/net-mvpp2-TCAM-entry-enable-should-be-written-after-.patch
	patches.suse/r8169-fix-WoL-on-shutdown-if-CONFIG_DEBUG_SHIRQ-is-s.patch
	patches.suse/net-mlx5-Fix-function-calculation-for-page-trees.patch
	patches.suse/net-mlx5-Fix-leak-upon-failure-of-rule-creation.patch
	patches.suse/net-mlx5e-Update-max_opened_tc-also-when-channels-ar.patch
	patches.suse/net-mlx5e-Release-skb-in-case-of-failure-in-tc-updat.patch
	patches.suse/platform-x86-hp-wmi-Disable-tablet-mode-reporting-by.patch
	patches.suse/gpio-gpiolib-remove-shadowed-variable.patch
	patches.suse/ARM-dts-lpc32xx-Revert-set-default-clock-rate-of-HCLK-PLL.patch
	patches.suse/ARM-dts-sun7i-a20-bananapro-Fix-ethernet-phy-mode.patch
	patches.suse/fgraph-initialize-tracing_graph_pause-at-task-creation.patch
	patches.suse/tracing-kprobe-fix-to-support-kretprobe-events-on-unloaded-modules.patch
	patches.suse/ovl-perform-vfs_getxattr-with-mounter-creds.patch
	patches.suse/ovl-fix-dentry-leak-in-ovl_get_redirect.patch
	patches.suse/ovl-skip-getxattr-of-security-labels.patch
	patches.suse/drm-amd-display-Fix-DPCD-translation-for-LTTPR-AUX_R.patch
	patches.suse/drm-amd-display-Add-more-Clock-Sources-to-DCN2.1.patch
	patches.suse/drm-amd-display-Revert-Fix-EDID-parsing-after-resume.patch
	patches.suse/drm-amd-display-Release-DSC-before-acquiring.patch
	patches.suse/drm-amd-display-Fix-dc_sink-kref-count-in-emulated_l.patch
	patches.suse/drm-amd-display-Free-atomic-state-after-drm_atomic_c.patch
	patches.suse/drm-amd-display-Decrement-refcount-of-dc_sink-before.patch
	patches.suse/drm-i915-Extract-intel_ddi_power_up_lanes.patch
	patches.suse/drm-i915-Power-up-combo-PHY-lanes-for-for-HDMI-as-we.patch
	patches.suse/drm-i915-display-Prevent-double-YUV-range-correction.patch
	patches.suse/drm-dp-mst-Export-drm_dp_get_vc_payload_bw.patch
	patches.suse/drm-i915-Fix-the-MST-PBN-divider-calculation.patch
	patches.suse/mmc-core-Limit-retries-when-analyse-of-SDIO-tuples-f.patch
	patches.suse/iommu-check-dev-iommu-in-dev_iommu_priv_get-before-dereferencing-it
	patches.suse/kvm-x86-allow-guests-to-see-msr_ia32_tsx_ctrl-even-if-tsx-off
	patches.suse/kvm-x86-set-so-called-reserved-cr3-bits-in-lm-mask-at-vcpu-reset
	patches.suse/mm-hugetlbfs-fix-cannot-migrate-the-fallocated-HugeTLB-page.patch
	patches.suse/mm-thp-fix-madv_remove-deadlock-on-shmem-thp.patch
	patches.suse/scsi-lpfc-Fix-EEH-encountering-oops-with-NVMe-traffi.patch
	patches.suse/Input-i8042-unbreak-Pegatron-C15B.patch
	patches.suse/Input-xpad-sync-supported-devices-with-fork-on-GitHu.patch
	patches.suse/USB-usblp-don-t-call-usb_set_interface-if-there-s-a-.patch
	patches.suse/usb-xhci-mtk-fix-unreleased-bandwidth-data.patch
	patches.suse/USB-serial-cp210x-add-new-VID-PID-for-supporting-Ter.patch
	patches.suse/USB-serial-cp210x-add-pid-vid-for-WSDA-200-USB.patch
	patches.suse/USB-serial-option-Adding-support-for-Cinterion-MV31.patch
	patches.suse/USB-gadget-legacy-fix-an-error-code-in-eth_bind.patch
	patches.suse/usb-renesas_usbhs-Clear-pipe-running-flag-in-usbhs_p.patch
	patches.suse/usb-xhci-mtk-skip-dropping-bandwidth-of-unchecked-en.patch
	patches.suse/usb-xhci-mtk-break-loop-when-find-the-endpoint-to-dr.patch
	patches.suse/xhci-fix-bounce-buffer-usage-for-non-sg-list-case.patch
	patches.suse/usb-dwc3-fix-clock-issue-during-resume-in-OTG-mode.patch
	patches.suse/usb-dwc2-Fix-endpoint-direction-check-in-ep_from_win.patch
	patches.suse/ARM-ensure-the-signal-page-contains-defined-contents.patch
	patches.suse/powerpc-sstep-Fix-array-out-of-bound-warning.patch
	patches.suse/powerpc-64-signal-Fix-regression-in-__kernel_sigtram.patch
	patches.suse/smb3-Fix-out-of-bounds-bug-in-SMB2_negotiate-.patch
	patches.suse/smb3-fix-crediting-for-compounding-when-only-one-request-in-flight.patch
	patches.suse/cifs-report-error-instead-of-invalid-when-revalidating-a-dentry-fai.patch
	patches.suse/x86-apic-add-extra-serialization-for-non-serializing-msrs.patch
	patches.suse/genirq-msi-Activate-Multi-MSI-early-when-MSI_FLAG_AC.patch
	patches.suse/0001-libnvdimm-dimm-Avoid-race-between-probe-and-availabl.patch
	patches.suse/tracing-do-not-count-ftrace-events-in-top-level-enable-output.patch
	patches.suse/squashfs-add-more-sanity-checks-in-id-lookup.patch
	patches.suse/squashfs-add-more-sanity-checks-in-inode-lookup.patch
	patches.suse/squashfs-add-more-sanity-checks-in-xattr-id-lookup.patch
	patches.suse/firmware_loader-align-.builtin_fw-to-8.patch
	patches.suse/NET-usb-qmi_wwan-Adding-support-for-Cinterion-MV31.patch
	patches.suse/netback-avoid-race-in-xenvif_rx_ring_slots_avail.patch
	patches.suse/msft-hv-2219-hv_netvsc-Reset-the-RSC-count-if-NVSP_STAT_FAIL-in-n.patch
	patches.suse/net-gro-do-not-keep-too-many-GRO-packets-in-napi-rx_.patch
	patches.suse/mt76-dma-fix-a-possible-memory-leak-in-mt76_add_frag.patch
	patches.suse/ibmvnic-Clear-failover_pending-if-unable-to-schedule.patch
	patches.suse/net-fix-iteration-for-sctp-transport-seq_files.patch
	patches.suse/net-dsa-felix-implement-port-flushing-on-.phylink_ma.patch
	patches.suse/net-hns3-add-a-check-for-queue_id-in-hclge_reset_vf_.patch
	patches.suse/bpf-Fix-verifier-jsgt-branch-analysis-on-max-bound.patch
	patches.suse/bpf-Fix-verifier-jmp32-pruning-decision-logic.patch
	patches.suse/bpf-Fix-32-bit-src-register-truncation-on-div-mod.patch
	patches.suse/dmaengine-idxd-Fix-list-corruption-in-description-co.patch
	patches.suse/dmaengine-idxd-fix-misc-interrupt-completion.patch
	patches.suse/dmaengine-move-channel-device_node-deletion-to-drive.patch
	patches.suse/dmaengine-idxd-check-device-state-before-issue-comma.patch
	patches.suse/gpio-ep93xx-fix-BUG_ON-port-F-usage.patch
	patches.suse/gpio-ep93xx-Fix-single-irqchip-with-multi-gpiochips.patch
	patches.suse/tracing-check-length-before-giving-out-the-filter-buffer.patch
	patches.suse/Revert-drm-amd-display-Update-NV1x-SR-latency-values.patch
	patches.suse/drm-i915-tgl-Make-sure-TypeC-FIA-is-powered-up-when-.patch
	patches.suse/0001-drm-i915-Fix-overlay-frontbuffer-tracking.patch
	patches.suse/0002-drm-vc4-hvs-Fix-buffer-overflow-with-the-dlist-handl.patch
	patches.suse/drm-xlnx-fix-kmemleak-by-sending-vblank_event-in-ato.patch
	patches.suse/0001-drm-dp_mst-Don-t-report-ports-connected-if-nothing-i.patch
	patches.suse/0003-drm-sun4i-tcon-set-sync-polarity-for-tcon1-channel.patch
	patches.suse/0004-drm-sun4i-dw-hdmi-always-set-clock-rate.patch
	patches.suse/0005-drm-sun4i-Fix-H6-HDMI-PHY-configuration.patch
	patches.suse/0006-drm-sun4i-dw-hdmi-Fix-max.-frequency-for-H6.patch
	patches.suse/cifs-fix-dfs-links.patch
	patches.suse/cifs-do-not-disable-noperm-if-multiuser-mount-option-is-not-provide.patch
	patches.suse/cifs-In-the-new-mount-api-we-get-the-full-devname-as-source-.patch
	patches.suse/cifs-Set-CIFS_MOUNT_USE_PREFIX_PATH-flag-on-setting-cifs_sb-prepat.patch
	patches.suse/i2c-stm32f7-fix-configuration-of-the-digital-filter.patch
	patches.suse/cgroup-v1-add-disabled-controller-check-in-cgroup1_parse_param.patch
	patches.suse/cgroup-fix-psi-monitor-for-root-cgroup.patch
	patches.suse/clk-sunxi-ng-mp-fix-parent-rate-change-flag-check.patch
	patches.suse/x86-pci-Create-PCI-MSI-irqdomain-after-x86_init.pci..patch
	patches.suse/dt-bindings-can-fsl-flexcan-add-fsl-scu-index-proper.patch
	patches.suse/ibmvnic-merge-do_change_param_reset-into-do_reset.patch
	patches.suse/bus-fsl-mc-return-EPROBE_DEFER-when-a-device-is-not-.patch
	patches.suse/r8169-tweak-max-read-request-size-for-newer-chips-al.patch
	patches.suse/r8169-improve-DASH-support.patch
	patches.suse/bpf-Add-bpf_patch_call_args-prototype-to-include-lin.patch
	patches.suse/bpf-Avoid-warning-when-re-casting-__bpf_call_base-in.patch
	patches.suse/bpf-Declare-__bpf_free_used_maps-unconditionally.patch
	patches.suse/net-ethernet-ibm-ibmvnic-Fix-some-kernel-doc-misdeme.patch
	patches.suse/net-netdevice-Add-operation-ndo_sk_get_lower_dev.patch
	patches.suse/net-bonding-Take-IP-hash-logic-into-a-helper.patch
	patches.suse/net-bonding-Implement-ndo_sk_get_lower_dev.patch
	patches.suse/net-bonding-Take-update_features-call-out-of-XFRM-fu.patch
	patches.suse/net-bonding-Implement-TLS-TX-device-offload.patch
	patches.suse/net-bonding-Declare-TLS-RX-device-offload-support.patch
	patches.suse/net-tls-Device-offload-to-use-lowest-netdevice-in-ch.patch
	patches.suse/net-tls-Except-bond-interface-from-some-TLS-checks.patch
	patches.suse/vmxnet3-Remove-buf_info-from-device-accessible-struc.patch
	patches.suse/ibmvnic-rework-to-ensure-SCRQ-entry-reads-are-proper.patch
	patches.suse/ibmvnic-remove-unnecessary-rmb-inside-ibmvnic_poll.patch
	patches.suse/r8169-Add-support-for-another-RTL8168FP.patch
	patches.suse/ath10k-Fix-error-handling-in-case-of-CE-pipe-init-fa.patch
	patches.suse/ath-Use-safer-key-clearing-with-key-cache-entries.patch
	patches.suse/ath9k-Clear-key-cache-explicitly-on-disabling-hardwa.patch
	patches.suse/ath-Export-ath_hw_keysetmac.patch
	patches.suse/ath-Modify-ath_key_delete-to-not-need-full-key-entry.patch
	patches.suse/ath9k-Postpone-key-cache-entry-deletion-for-TXQ-fram.patch
	patches.suse/brcmfmac-clear-EAP-association-status-bits-on-linkdo.patch
	patches.suse/wlcore-Fix-command-execute-failure-19-for-wl12xx.patch
	patches.suse/ice-log-message-when-trusted-VF-goes-in-out-of-promi.patch
	patches.suse/ice-create-scheduler-aggregator-node-config-and-move.patch
	patches.suse/ibmvnic-prefer-unsigned-long-over-unsigned-long-int.patch
	patches.suse/ibmvnic-fix-block-comments.patch
	patches.suse/ibmvnic-fix-braces.patch
	patches.suse/ibmvnic-avoid-multiple-line-dereference.patch
	patches.suse/ibmvnic-fix-miscellaneous-checks.patch
	patches.suse/ibmvnic-add-comments-for-spinlock_t-definitions.patch
	patches.suse/ibmvnic-remove-unused-spinlock_t-stats_lock-definiti.patch
	patches.suse/ibmvnic-prefer-strscpy-over-strlcpy.patch
	patches.suse/xen-netback-fix-spurious-event-detection-for-common-.patch
	patches.suse/Bluetooth-btqcomsmd-Fix-a-resource-leak-in-error-han.patch
	patches.suse/Bluetooth-btusb-Always-fallback-to-alt-1-for-WBS.patch
	patches.suse/Bluetooth-hci_uart-Fix-a-race-for-write_work-schedul.patch
	patches.suse/Bluetooth-btusb-Enable-MSFT-extension-for-Intel-cont.patch
	patches.suse/Revert-Bluetooth-btintel-Fix-endianness-issue-for-TL.patch
	patches.suse/Bluetooth-Fix-initializing-response-id-after-clearin.patch
	patches.suse/Bluetooth-btusb-Add-support-for-GarfieldPeak-control.patch
	patches.suse/Bluetooth-hci_qca-Fix-memleak-in-qca_controller_memd.patch
	patches.suse/Bluetooth-hci_h5-Set-HCI_QUIRK_SIMULTANEOUS_DISCOVER.patch
	patches.suse/Bluetooth-drop-HCI-device-reference-before-return.patch
	patches.suse/Bluetooth-Put-HCI-device-if-inquiry-procedure-interr.patch
	patches.suse/Bluetooth-btusb-fix-memory-leak-on-suspend-and-resum.patch
	patches.suse/Bluetooth-Add-new-HCI_QUIRK_NO_SUSPEND_NOTIFIER-quir.patch
	patches.suse/Bluetooth-Fix-null-pointer-dereference-in-amp_read_l.patch
	patches.suse/Bluetooth-btusb-Fix-memory-leak-in-btusb_mtk_wmt_rec.patch
	patches.suse/Bluetooth-btusb-Some-Qualcomm-Bluetooth-adapters-sto.patch
	patches.suse/ath10k-fix-wmi-mgmt-tx-queue-full-due-to-race-condit.patch
	patches.suse/rtw88-coex-8821c-correct-antenna-switch-function.patch
	patches.suse/brcmfmac-Add-DMI-nvram-filename-quirk-for-Predia-Bas.patch
	patches.suse/brcmfmac-Add-DMI-nvram-filename-quirk-for-Voyo-winpa.patch
	patches.suse/iwlwifi-mvm-set-enabled-in-the-PPAG-command-properly.patch
	patches.suse/mt76-mt7915-fix-endianness-warning-in-mt7915_mcu_set.patch
	patches.suse/iwlwifi-pcie-don-t-disable-interrupts-for-reg_lock.patch
	patches.suse/iwlwifi-mvm-fix-the-type-we-use-in-the-PPAG-table-va.patch
	patches.suse/iwlwifi-mvm-store-PPAG-enabled-disabled-flag-properl.patch
	patches.suse/iwlwifi-mvm-send-stored-PPAG-command-instead-of-loca.patch
	patches.suse/iwlwifi-mvm-assign-SAR-table-revision-to-the-command.patch
	patches.suse/iwlwifi-mvm-don-t-check-if-CSA-event-is-running-befo.patch
	patches.suse/iwlwifi-pnvm-set-the-PNVM-again-if-it-was-already-lo.patch
	patches.suse/iwlwifi-pnvm-increment-the-pointer-before-checking-t.patch
	patches.suse/ath10k-Fix-suspicious-RCU-usage-warning-in-ath10k_wm.patch
	patches.suse/ath10k-Fix-lockdep-assertion-warning-in-ath10k_sta_s.patch
	patches.suse/ath9k-fix-data-bus-crash-when-setting-nf_override-vi.patch
	patches.suse/ath10k-hold-RCU-lock-when-calling-ieee80211_find_sta.patch
	patches.suse/mac80211-fix-potential-overflow-when-multiplying-to-.patch
	patches.suse/ibmvnic-simplify-reset_long_term_buff-function.patch
	patches.suse/ibmvnic-substitute-mb-with-dma_wmb-for-send_-crq-fun.patch
	patches.suse/bpf-x64-Pad-NOPs-to-make-images-converge-more-easily.patch
	patches.suse/bpf_lru_list-Read-double-checked-variable-once-witho.patch
	patches.suse/libbpf-Ignore-non-function-pointer-member-in-struct_.patch
	patches.suse/bpf-Fix-an-unitialized-value-in-bpf_iter.patch
	patches.suse/bpf-devmap-Use-GFP_KERNEL-for-xdp-bulk-queue-allocat.patch
	patches.suse/bpf-Remove-MTU-check-in-__bpf_skb_max_len.patch
	patches.suse/bpf-Clear-subreg_def-for-global-function-return-valu.patch
	patches.suse/ibmvnic-Set-to-CLOSED-state-even-on-error.patch
	patches.suse/bnxt_en-reverse-order-of-TX-disable-and-carrier-off.patch
	patches.suse/bnxt_en-Fix-devlink-info-s-stored-fw.psid-version-fo.patch
	patches.suse/dpaa2-eth-fix-memory-leak-in-XDP_REDIRECT.patch
	patches.suse/net-mlx5e-E-switch-Fix-rate-calculation-for-overflow-0e22bfb7.patch
	patches.suse/net-mlx5e-Enable-striding-RQ-for-Connect-X-IPsec-cap.patch
	patches.suse/net-mlx5e-Enable-XDP-for-Connect-X-IPsec-capable-dev.patch
	patches.suse/net-mlx5e-Change-interrupt-moderation-channel-params.patch
	patches.suse/net-mlx5-Fix-health-error-state-handling.patch
	patches.suse/net-mlx5e-Replace-synchronize_rcu-with-synchronize_n.patch
	patches.suse/net-mlx5e-Fix-CQ-params-of-ICOSQ-and-async-ICOSQ.patch
	patches.suse/net-mlx5e-kTLS-Use-refcounts-to-free-kTLS-RX-priv-co.patch
	patches.suse/net-mlx5-Disable-devlink-reload-for-multi-port-slave.patch
	patches.suse/net-mlx5-Disallow-RoCE-on-multi-port-slave-device.patch
	patches.suse/net-mlx5-Disallow-RoCE-on-lag-device.patch
	patches.suse/net-mlx5-Disable-devlink-reload-for-lag-devices.patch
	patches.suse/selftests-bpf-Convert-test_xdp_redirect.sh-to-bash.patch
	patches.suse/bpf-Fix-truncation-handling-for-mod32-dst-reg-wrt-ze.patch
	patches.suse/appletalk-Fix-skb-allocation-size-in-loopback-case.patch
	patches.suse/ibmvnic-change-IBMVNIC_MAX_IND_DESCS-to-16.patch
	patches.suse/cxgb4-chtls-cxgbit-Keeping-the-max-ofld-immediate-da.patch
	patches.suse/b43-N-PHY-Fix-the-update-of-coef-for-the-PHY-revisio.patch
	patches.suse/net-wan-lmc-unregister-device-when-no-matching-devic.patch
	patches.suse/r8169-fix-resuming-from-suspend-on-RTL8105e-if-machi.patch
	patches.suse/ibmvnic-add-memory-barrier-to-protect-long-term-buff.patch
	patches.suse/ibmvnic-skip-send_request_unmap-for-timeout-reset.patch
	patches.suse/ibmvnic-serialize-access-to-work-queue-on-remove.patch
	patches.suse/net-re-solve-some-conflicts-after-net-net-next-merge.patch
	patches.suse/ARM-dts-Configure-missing-thermal-interrupt-for-4430.patch
	patches.suse/ARM-dts-armada388-helios4-assign-pinctrl-to-LEDs.patch
	patches.suse/ARM-dts-armada388-helios4-assign-pinctrl-to-each-fan.patch
	patches.suse/ARM-dts-exynos-correct-PMIC-interrupt-trigger-level-on-Artik-5.patch
	patches.suse/ARM-dts-exynos-correct-PMIC-interrupt-trigger-level-on-Monk.patch
	patches.suse/ARM-dts-exynos-correct-PMIC-interrupt-trigger-level-on-Rinato.patch
	patches.suse/ARM-dts-exynos-correct-PMIC-interrupt-trigger-level-on-Spring.patch
	patches.suse/ARM-dts-exynos-correct-PMIC-interrupt-trigger-level-on-Arndale-Octa.patch
	patches.suse/ARM-dts-exynos-correct-PMIC-interrupt-trigger-level-on-Odroid-XU3-family.patch
	patches.suse/reset-hisilicon-correct-vendor-prefix.patch
	patches.suse/memory-mtk-smi-fix-pm-usage-counter-unbalance-in-mtk_smi-ops
	patches.suse/memory-ti-aemif-Drop-child-node-when-jumping-out-loo.patch
	patches.suse/tee-optee-remove-need_resched-before-cond_resched.patch
	patches.suse/soc-aspeed-snoop-Add-clock-control-logic.patch
	patches.suse/edac-amd64-do-not-load-on-family-0x15-model-0x13.patch
	patches.suse/vt-consolemap-do-font-sum-unsigned.patch
	patches.suse/usb-gadget-u_audio-Free-requests-only-after-callback.patch
	patches.suse/usb-dwc2-Do-not-update-data-length-if-it-is-0-on-inb.patch
	patches.suse/usb-dwc2-Abort-transaction-after-errors-with-unknown.patch
	patches.suse/usb-dwc2-Make-trimming-xfer-length-a-debug-message.patch
	patches.suse/usb-musb-Fix-runtime-PM-race-in-musb_queue_resume_wo.patch
	patches.suse/usb-dwc3-gadget-Fix-setting-of-DEPCFG.bInterval_m1.patch
	patches.suse/usb-dwc3-gadget-Fix-dep-interval-for-fullspeed-inter.patch
	patches.suse/USB-quirks-sort-quirk-entries.patch
	patches.suse/USB-serial-mos7720-improve-OOM-handling-in-read_mos_.patch
	patches.suse/USB-serial-pl2303-fix-line-speed-handling-on-newer-c.patch
	patches.suse/USB-serial-mos7840-fix-error-code-in-mos7840_write.patch
	patches.suse/USB-serial-mos7720-fix-error-code-in-mos7720_write.patch
	patches.suse/USB-serial-ftdi_sio-fix-FTX-sub-integer-prescaler.patch
	patches.suse/USB-serial-option-update-interface-mapping-for-ZTE-P.patch
	patches.suse/usb-quirks-add-quirk-to-start-video-capture-on-ELMO-.patch
	patches.suse/staging-fwserial-Fix-error-handling-in-fwserial_crea.patch
	patches.suse/staging-rtl8723bs-wifi_regd.c-Fix-incorrect-number-o.patch
	patches.suse/staging-most-sound-add-sanity-check-for-function-arg.patch
	patches.suse/staging-rtl8188eu-Add-Edimax-EW-7811UN-V2-to-device-.patch
	patches.suse/staging-bcm2835-audio-Replace-unsafe-strcpy-with-str.patch
	patches.suse/staging-gdm724x-Fix-DMA-from-stack.patch
	patches.suse/cpufreq-brcmstb-avs-cpufreq-Free-resources-in-error-.patch
	patches.suse/cpufreq-brcmstb-avs-cpufreq-Fix-resource-leaks-in-re.patch
	patches.suse/PM-devfreq-rk3399_dmc-Remove-unneeded-semicolon.patch
	patches.suse/ACPICA-Fix-exception-code-class-checks.patch
	patches.suse/ACPI-scan-Rearrange-memory-allocation-in-acpi_device.patch
	patches.suse/ACPI-property-Fix-fwnode-string-properties-matching.patch
	patches.suse/ACPI-property-Remove-dead-code.patch
	patches.suse/ACPI-property-Make-acpi_node_prop_read-static.patch
	patches.suse/ACPI-property-Satisfy-kernel-doc-validator-part-1.patch
	patches.suse/ACPI-property-Satisfy-kernel-doc-validator-part-2.patch
	patches.suse/ACPI-Use-DEVICE_ATTR_-RW-RO-WO-macros.patch
	patches.suse/ACPI-configfs-add-missing-check-after-configfs_regis.patch
	patches.suse/fs-jfs-fix-potential-integer-overflow-on-shift-of-a-.patch
	patches.suse/btrfs-handle-space_info-total_bytes_pinned-inside-the-delayed-ref-itself.patch
	patches.suse/btrfs-account-for-new-extents-being-deleted-in-total_bytes_pinned.patch
	patches.suse/btrfs-abort-the-transaction-if-we-fail-to-inc-ref-in.patch
	patches.suse/btrfs-make-flush_space-take-a-enum-btrfs_flush_state-instead-of-int.patch
	patches.suse/btrfs-add-a-trace-point-for-reserve-tickets.patch
	patches.suse/btrfs-track-ordered-bytes-instead-of-just-dio-ordered-bytes.patch
	patches.suse/btrfs-introduce-a-force_commit_trans-flush-operation.patch
	patches.suse/btrfs-improve-preemptive-background-space-flushing.patch
	patches.suse/btrfs-rename-need_do_async_reclaim.patch
	patches.suse/btrfs-check-reclaim_size-in-need_preemptive_reclaim.patch
	patches.suse/btrfs-rework-btrfs_calc_reclaim_metadata_size.patch
	patches.suse/btrfs-simplify-the-logic-in-need_preemptive_flushing.patch
	patches.suse/btrfs-implement-space-clamping-for-preemptive-flushing.patch
	patches.suse/btrfs-adjust-the-flush-trace-point-to-include-the-source.patch
	patches.suse/btrfs-add-a-trace-class-for-dumping-the-current-enospc-state.patch
	patches.suse/btrfs-fix-extent-buffer-leak-on-failure-to-copy-root.patch
	patches.suse/pstore-Fix-typo-in-compression-option-name.patch
	patches.suse/xfs-fix-an-ABBA-deadlock-in-xfs_rename.patch
	patches.suse/xfs-fix-up-non-directory-creation-in-SGID-directorie.patch
	patches.suse/xfs-sync-lazy-sb-accounting-on-quiesce-of-read-only-.patch
	patches.suse/xfs-reduce-quota-reservation-when-doing-a-dax-unwrit.patch
	patches.suse/ata-ahci_brcm-Add-back-regulators-management.patch
	patches.suse/block-bfq-set-next_rq-to-waker_bfqq-next_rq-in-waker.patch
	patches.suse/0003-bcache-don-t-pass-BIOSET_NEED_BVECS-for-the-bio_set-.patch
	patches.suse/0018-bsg-free-the-request-before-return-error-code.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/nvme-core-add-cancel-tagset-helpers.patch
	patches.suse/nvme-tcp-add-clean-action-for-failed-reconnection.patch
	patches.suse/nvme-tcp-use-cancel-tagset-helper-for-tear-down.patch
	patches.suse/floppy-reintroduce-O_NDELAY-fix.patch
	patches.suse/0028-bcache-consider-the-fragmentation-when-update-the-wr.patch
	patches.suse/0029-bcache-Fix-register_device_aync-typo.patch
	patches.suse/0019-Revert-bcache-Kill-btree_io_wq.patch
	patches.suse/0031-bcache-Give-btree_io_wq-correct-semantics-again.patch
	patches.suse/0032-bcache-Move-journal-work-to-new-flush-wq.patch
	patches.suse/0033-bcache-Avoid-comma-separated-statements.patch
	patches.suse/nvme-hwmon-rework-to-avoid-devm-allocation.patch
	patches.suse/irqchip-ls-extirq-add-IRQCHIP_SKIP_SET_WAKE-to-the-i.patch
	patches.suse/futex-Change-utime-parameter-to-be-const.patch
	patches.suse/mm-proc-Invalidate-TLB-after-clearing-soft-dirty-pag.patch
	patches.suse/sched-fair-Avoid-stale-CPU-util_est-value-for-schedu.patch
	patches.suse/sched-eas-Don-t-update-misfit-status-if-the-task-is-.patch
	patches.suse/rcu-Pull-deferred-rcuog-wake-up-to-rcu_eqs_enter-cal.patch
	patches.suse/rcu-nocb-Perform-deferred-wake-up-before-last-idle-s.patch
	patches.suse/rcu-nocb-Trigger-self-IPI-on-late-deferred-wake-up-b.patch
	patches.suse/perf-x86-intel-uncore-Store-the-logical-die-id-inste.patch
	patches.suse/perf-x86-intel-uncore-With-8-nodes-get-pci-bus-die-i.patch
	patches.suse/0001-Xen-x86-don-t-bail-early-from-clear_foreign_p2m_mapp.patch
	patches.suse/0002-Xen-x86-also-check-kernel-mapping-in-set_foreign_p2m.patch
	patches.suse/0003-Xen-gntdev-correct-dev_bus_addr-handling-in-gntdev_m.patch
	patches.suse/0004-Xen-gntdev-correct-error-checking-in-gntdev_map_gran.patch
	patches.suse/0005-xen-arm-don-t-ignore-return-errors-from-set_phys_to_.patch
	patches.suse/0006-xen-blkback-don-t-handle-error-by-BUG.patch
	patches.suse/0007-xen-netback-don-t-handle-error-by-BUG.patch
	patches.suse/0008-xen-scsiback-don-t-handle-error-by-BUG.patch
	patches.suse/0009-xen-blkback-fix-error-handling-in-xen_blkbk_map.patch
	patches.suse/msft-hv-2226-Drivers-hv-vmbus-Avoid-use-after-free-in-vmbus_onoff.patch
	patches.suse/kvm-do-not-assume-pte-is-writable-after-follow_pfn.patch
	patches.suse/x86-reboot-force-all-cpus-to-exit-vmx-root-if-vmx-is-supported.patch
	patches.suse/kvm-use-kvm_pfn_t-for-local-pfn-variable-in-hva_to_p.patch
	patches.suse/s390-zcrypt-return-eio-when-msg-retry-limit-reached
	patches.suse/mtd-parser-imagetag-fix-error-codes-in-bcm963xx_pars.patch
	patches.suse/mtd-parsers-afs-Fix-freeing-the-part-name-memory-in-.patch
	patches.suse/mtd-spi-nor-hisi-sfc-Put-child-node-np-on-error-path.patch
	patches.suse/mtd-spi-nor-sfdp-Fix-wrong-erase-type-bitmask-for-ov.patch
	patches.suse/mtd-spi-nor-sfdp-Fix-last-erase-region-marking.patch
	patches.suse/mtd-spi-nor-core-Fix-erase-type-discovery-for-overla.patch
	patches.suse/mtd-spi-nor-core-Add-erase-size-check-for-erase-comm.patch
	patches.suse/jffs2-fix-use-after-free-in-jffs2_sum_write_data.patch
	patches.suse/ubifs-Fix-memleak-in-ubifs_init_authentication.patch
	patches.suse/ubifs-Fix-error-return-code-in-alloc_wbufs.patch
	patches.suse/media-v4l-ioctl-Fix-memory-leak-in-video_usercopy.patch
	patches.suse/media-i2c-ov5670-Fix-PIXEL_RATE-minimum-value.patch
	patches.suse/media-ipu3-cio2-Fix-mbus_code-processing-in-cio2_sub.patch
	patches.suse/media-mt9v111-Remove-unneeded-device-managed-puts.patch
	patches.suse/media-camss-missing-error-code-in-msm_video_register.patch
	patches.suse/media-vsp1-Fix-an-error-handling-path-in-the-probe-f.patch
	patches.suse/media-em28xx-Fix-use-after-free-in-em28xx_alloc_urbs.patch
	patches.suse/media-media-pci-Fix-memleak-in-empress_init.patch
	patches.suse/media-tm6000-Fix-memleak-in-tm6000_start_stream.patch
	patches.suse/media-pwc-Use-correct-device-for-DMA.patch
	patches.suse/media-aspeed-fix-error-return-code-in-aspeed_video_s.patch
	patches.suse/media-mceusb-Fix-potential-out-of-bounds-shift.patch
	patches.suse/media-software_node-Fix-refcounts-in-software_node_g.patch
	patches.suse/media-mceusb-sanity-check-for-prescaler-value.patch
	patches.suse/media-lmedm04-Fix-misuse-of-comma.patch
	patches.suse/media-v4l2-ctrls.c-fix-shift-out-of-bounds-in-std_va.patch
	patches.suse/media-qm1d1c0042-fix-error-return-code-in-qm1d1c0042.patch
	patches.suse/media-cx25821-Fix-a-bug-when-reallocating-some-dma-m.patch
	patches.suse/media-pxa_camera-declare-variable-when-DEBUG-is-defi.patch
	patches.suse/media-zr364xx-fix-memory-leaks-in-probe.patch
	patches.suse/media-uvcvideo-Accept-invalid-bFormatIndex-and-bFram.patch
	patches.suse/media-uvcvideo-Allow-entities-with-no-pads.patch
	patches.suse/ALSA-hda-realtek-modify-EAPD-in-the-ALC886.patch
	patches.suse/ALSA-hda-hdmi-Drop-bogus-check-at-closing-a-stream.patch
	patches.suse/ALSA-hda-Add-another-CometLake-H-PCI-ID.patch
	patches.suse/ALSA-usb-Use-DIV_ROUND_UP-instead-of-open-coding-it.patch
	patches.suse/ALSA-Convert-strlcpy-to-strscpy-when-return-value-is.patch
	patches.suse/ALSA-usb-audio-Convert-remaining-strlcpy-to-strscpy.patch
	patches.suse/ALSA-usb-audio-Convert-the-last-strlcpy-usage.patch
	patches.suse/ALSA-usb-audio-Add-support-for-Pioneer-DJM-750.patch
	patches.suse/ALSA-usb-audio-Skip-the-clock-selector-inquiry-for-s.patch
	patches.suse/ALSA-usb-audio-Fix-RANGE-setting-not-yet-supported-e.patch
	patches.suse/ALSA-usb-audio-Add-DJM450-to-Pioneer-format-quirk.patch
	patches.suse/ALSA-usb-audio-Add-DJM-450-to-the-quirks-table.patch
	patches.suse/ALSA-usb-audio-Correct-document-for-snd_usb_endpoint.patch
	patches.suse/ALSA-usb-audio-Fix-PCM-buffer-allocation-in-non-vmal.patch
	patches.suse/ALSA-usb-audio-Add-DJM750-to-Pioneer-mixer-quirk.patch
	patches.suse/ALSA-usb-audio-add-mixer-quirks-for-Pioneer-DJM-900N.patch
	patches.suse/ALSA-fireface-fix-to-parse-sync-status-register-of-l.patch
	patches.suse/ALSA-usb-audio-Handle-invalid-running-state-at-relea.patch
	patches.suse/ALSA-usb-audio-More-strict-state-change-in-EP.patch
	patches.suse/ALSA-usb-audio-Don-t-avoid-stopping-the-stream-at-di.patch
	patches.suse/ALSA-pcm-Call-sync_stop-at-disconnection.patch
	patches.suse/ALSA-pcm-Assure-sync-with-the-pending-stop-operation.patch
	patches.suse/ALSA-pcm-Don-t-call-sync_stop-if-it-hasn-t-been-stop.patch
	patches.suse/ALSA-usb-audio-Add-implicit-fb-quirk-for-BOSS-GP-10.patch
	patches.suse/ALSA-hda-realtek-Quirk-for-HP-Spectre-x360-14-amp-se.patch
	patches.suse/ASoC-siu-Fix-build-error-by-a-wrong-const-prefix.patch
	patches.suse/ASoC-max98373-Fixes-a-typo-in-max98373_feedback_get.patch
	patches.suse/ASoC-SOF-Intel-hda-cancel-D0i3-work-during-runtime-s.patch
	patches.suse/ASoC-cpcap-fix-microphone-timeslot-mask.patch
	patches.suse/ASoC-codecs-add-missing-max_register-in-regmap-confi.patch
	patches.suse/ASoC-rt700-sdw-use-cancel_work_sync-in-.remove-as-we.patch
	patches.suse/ASoC-rt711-sdw-use-cancel_work_sync-for-.remove.patch
	patches.suse/ASoC-rt5682-sdw-cancel_work_sync-in-.remove-and-.sus.patch
	patches.suse/ASoC-Intel-sof_sdw-add-missing-TGL_HDMI-quirk-for-De.patch
	patches.suse/ASoC-Intel-sof_sdw-add-missing-TGL_HDMI-quirk-for-De-45c92ec32b43.patch
	patches.suse/ASoC-Intel-sof_sdw-add-missing-TGL_HDMI-quirk-for-De-5ab3ff4d6696.patch
	patches.suse/ASoC-rt5682-Fix-panic-in-rt5682_jack_detect_handler-.patch
	patches.suse/ASoC-SOF-debug-Fix-a-potential-issue-on-string-buffe.patch
	patches.suse/ASoC-SOF-sof-pci-dev-add-missing-Up-Extreme-quirk.patch
	patches.suse/ASoC-rt5682-fix-getting-the-wrong-device-id-when-the.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Add-new-BYT_RT5640_NO_SPEAKE.patch
	patches.suse/ASoC-cs42l56-fix-up-error-handling-in-probe.patch
	patches.suse/ASoC-qcom-qdsp6-Move-frontend-AIFs-to-q6asm-dai.patch
	patches.suse/ASoC-Intel-Add-DMI-quirk-table-to-soc_intel_is_byt_c.patch
	patches.suse/ASoC-Intel-sof_sdw-reorganize-quirks-by-generation.patch
	patches.suse/ASoC-Intel-sof-sdw-indent-and-add-quirks-consistentl.patch
	patches.suse/ASoC-Intel-sof_sdw-add-quirk-for-HP-Spectre-x360-con.patch
	patches.suse/ASoC-Intel-sof_sdw-detect-DMIC-number-based-on-mach-.patch
	patches.suse/ASoC-dapm-use-component-prefix-when-checking-widget-.patch
	patches.suse/ASoC-simple-card-utils-Fix-device-module-clock.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Add-quirk-for-the-Estar-Beau.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Add-quirk-for-the-Voyo-Winpa.patch
	patches.suse/ASoC-Intel-bytcr_rt5651-Add-quirk-for-the-Jumper-EZp.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Add-quirk-for-the-Acer-One-S.patch
	patches.suse/fbdev-aty-SPARC64-requires-FB_ATY_CT.patch
	patches.suse/drm-gma500-Fix-error-return-code-in-psb_driver_load.patch
	patches.suse/gma500-clean-up-error-handling-in-init.patch
	patches.suse/drm-fb-helper-Add-missed-unlocks-in-setcmap_legacy.patch
	patches.suse/drm-hisilicon-Fix-use-after-free.patch
	patches.suse/udlfb-Fix-memory-leak-in-dlfb_usb_probe.patch
	patches.suse/drm-vc4-hdmi-take-into-account-the-clock-doubling-flag-in-atomic_check.patch
	patches.suse/drm-vc4-hdmi-Take-into-account-the-clock-doubling-fl.patch
	patches.suse/drm-rcar-du-Fix-PM-reference-leak-in-rcar_cmm_enable.patch
	patches.suse/0005-drm-rcar-du-Fix-crash-when-using-LVDS1-clock-for-CRT.patch
	patches.suse/drm-rcar-du-Fix-the-return-check-of-of_parse_phandle.patch
	patches.suse/drm-rcar-du-Fix-leak-of-CMM-platform-device-referenc.patch
	patches.suse/drm-amdgpu-Fix-macro-name-_AMDGPU_TRACE_H_-in-prepro.patch
	patches.suse/drm-amdgpu-Add-check-to-prevent-IH-overflow.patch
	patches.suse/drm-i915-rkl-new-rkl-ddc-map-for-different-PCH.patch
	patches.suse/drm-i915-selftests-Fix-some-error-codes.patch
	patches.suse/drm-i915-Allow-the-sysadmin-to-override-security-mit.patch
	patches.suse/drm-virtio-make-sure-context-is-created-in-gem-open.patch
	patches.suse/PCI-Add-a-REBAR-size-quirk-for-Sapphire-RX-5600-XT-P.patch
	patches.suse/drm-fourcc-fix-Amlogic-format-modifier-masks.patch
	patches.suse/0001-drm-sun4i-tcon-fix-inverted-DCLK-polarity.patch
	patches.suse/drm-modes-Switch-to-64bit-maths-to-avoid-integer-ove.patch
	patches.suse/drm-sched-Cancel-and-flush-all-outstanding-jobs-befo.patch
	patches.suse/drm-amd-display-dc-dce-dce_aux-Remove-duplicate-line.patch
	patches.suse/drm-amdgpu-toggle-on-DF-Cstate-after-finishing-xgmi-.patch
	patches.suse/drm-i915-gt-Clear-CACHE_MODE-prior-to-clearing-resid.patch
	patches.suse/drm-i915-Fix-ICL-MG-PHY-vswing-handling.patch
	patches.suse/0003-drm-nouveau-bail-out-of-nouveau_channel_new-if-chann.patch
	patches.suse/drm-nouveau-kms-handle-mDP-connectors.patch
	patches.suse/drm-tegra-Fix-reference-leak-when-pm_runtime_get_syn.patch
	patches.suse/drm-mediatek-Check-if-fb-is-null.patch
	patches.suse/drm-amd-display-Guard-against-NULL-pointer-deref-whe.patch
	patches.suse/drm-amd-display-Fix-10-12-bpc-setup-in-DCE-output-bi.patch
	patches.suse/drm-amd-display-Fix-HDMI-deep-color-output-for-DCE-6.patch
	patches.suse/drm-vc4-hdmi-Move-hdmi-reset-to-bind.patch
	patches.suse/drm-vc4-hdmi-Fix-register-offset-with-longer-CEC-mes.patch
	patches.suse/drm-vc4-hdmi-Fix-up-CEC-registers.patch
	patches.suse/0006-drm-vc4-hdmi-Restore-cec-physical-address-on-reconne.patch
	patches.suse/drm-vc4-hdmi-Compute-the-CEC-clock-divider-from-the-.patch
	patches.suse/drm-vc4-hdmi-Update-the-CEC-clock-divider-on-HSM-rat.patch
	patches.suse/drm-lima-fix-reference-leak-in-lima_pm_busy.patch
	patches.suse/drm-dp_mst-Don-t-cache-EDIDs-for-physical-ports.patch
	patches.suse/drm-amdgpu-cleanup-struct-amdgpu_ring.patch
	patches.suse/drm-amdgpu-display-remove-hdcp_srm-sysfs-on-device-r.patch
	patches.suse/drm-amd-display-Add-FPU-wrappers-to-dcn21_validate_b.patch
	patches.suse/drm-amdkfd-Fix-recursive-lock-warnings.patch
	patches.suse/drm-amdgpu-Set-reference-clock-to-100Mhz-on-Renoir-v.patch
	patches.suse/drm-i915-Reject-446-480MHz-HDMI-clock-on-GLK.patch
	patches.suse/drm-i915-gt-Correct-surface-base-address-for-renderc.patch
	patches.suse/ima-Free-IMA-measurement-buffer-on-error.patch
	patches.suse/ima-free-ima-measurement-buffer-after-kexec-syscall
	patches.suse/tpm_tis-Fix-check_locality-for-correct-locality-acqu.patch
	patches.suse/tpm_tis-Clean-up-locality-release.patch
	patches.suse/tpm-Remove-tpm_dev_wq_lock.patch
	patches.suse/KEYS-trusted-Fix-incorrect-handling-of-tpm_get_rando.patch
	patches.suse/KEYS-trusted-Fix-migratable-1-failing.patch
	patches.suse/KEYS-trusted-Reserve-TPM-for-seal-and-unseal-operati.patch
	patches.suse/crypto-tcrypt-avoid-signed-overflow-in-byte-count.patch
	patches.suse/crypto-sun4i-ss-checking-sg-length-is-not-sufficient.patch
	patches.suse/crypto-sun4i-ss-IV-register-does-not-work-on-A10-and.patch
	patches.suse/crypto-sun4i-ss-initialize-need_fallback.patch
	patches.suse/crypto-qat-replace-CRYPTO_AES-with-CRYPTO_LIB_AES-in.patch
	patches.suse/crypto-aesni-prevent-misaligned-buffers-on-the-stack.patch
	patches.suse/crypto-bcm-Rename-struct-device_private-to-bcm_devic.patch
	patches.suse/crypto-arm64-sha-add-missing-module-aliases.patch
	patches.suse/crypto-talitos-Work-around-SEC6-ERRATA-AES-CTR-mode-.patch
	patches.suse/hwrng-timeriomem-Fix-cooldown-period-calculation.patch
	patches.suse/crypto-ecdh_helper-Ensure-len-secret.len-in-decode_k.patch
	patches.suse/Platform-OLPC-Fix-probe-error-handling.patch
	patches.suse/watchdog-intel-mid_wdt-Postpone-IRQ-handler-registra.patch
	patches.suse/platform-x86-intel_pmt-Make-INTEL_PMT_CLASS-non-user.patch
	patches.suse/platform-x86-intel_pmt_telemetry-Add-dependency-on-M.patch
	patches.suse/platform-x86-intel_pmt_crashlog-Add-dependency-on-MF.patch
	patches.suse/Revert-platform-x86-ideapad-laptop-Switch-touchpad-a.patch
	patches.suse/Documentation-ABI-sysfs-platform-ideapad-laptop-upda.patch
	patches.suse/hwmon-k10temp-zen3-ryzen-desktop-cpus-support.patch
	patches.suse/i2c-rcar-faster-irq-code-to-minimize-HW-race-conditi.patch
	patches.suse/i2c-rcar-optimize-cacheline-to-minimize-HW-race-cond.patch
	patches.suse/i2c-iproc-handle-only-slave-interrupts-which-are-ena.patch
	patches.suse/i2c-iproc-update-slave-isr-mask-ISR_MASK_SLAVE.patch
	patches.suse/i2c-tegra-Use-threaded-interrupt.patch
	patches.suse/mmc-mxs-mmc-Fix-a-resource-leak-in-an-error-handling.patch
	patches.suse/mmc-sdhci-sprd-Fix-some-resource-leaks-in-the-remove.patch
	patches.suse/mmc-usdhi6rol0-Fix-a-resource-leak-in-the-error-hand.patch
	patches.suse/mmc-sdhci-of-dwcmshc-set-SDHCI_QUIRK2_PRESET_VALUE_B.patch
	patches.suse/mmc-renesas_sdhi_internal_dmac-Fix-DMA-buffer-alignm.patch
	patches.suse/mmc-sdhci-esdhc-imx-fix-kernel-panic-when-remove-mod.patch
	patches.suse/watchdog-mei_wdt-request-stop-on-unregister.patch
	patches.suse/regulator-axp20x-Fix-reference-cout-leak.patch
	patches.suse/regulator-s5m8767-Fix-reference-count-leak.patch
	patches.suse/regulator-s5m8767-Drop-regulators-OF-node-reference.patch
	patches.suse/regulator-core-Avoid-debugfs-Directory-.-already-pre.patch
	patches.suse/spi-spi-synquacer-fix-set_cs-handling.patch
	patches.suse/spi-pxa2xx-Fix-the-controller-numbering-for-Wildcat-.patch
	patches.suse/spi-cadence-quadspi-Abort-read-if-dummy-cycles-requi.patch
	patches.suse/spi-imx-Don-t-print-error-on-EPROBEDEFER.patch
	patches.suse/spi-atmel-Put-allocated-master-before-return.patch
	patches.suse/spi-stm32-properly-handle-0-byte-transfer.patch
	patches.suse/spi-stm32-make-spurious-and-overrun-interrupts-visib.patch
	patches.suse/auxdisplay-ht16k33-Fix-refresh-rate-handling.patch
	patches.suse/mfd-bd9571mwv-Use-devm_mfd_add_devices.patch
	patches.suse/mfd-wm831x-auxadc-Prevent-use-after-free-in-wm831x_a.patch
	patches.suse/linux-clk.h-use-correct-kernel-doc-notation-for-2-fu.patch
	patches.suse/clk-sunxi-ng-h6-Fix-CEC-clock.patch
	patches.suse/clk-sunxi-ng-h6-Fix-clock-divider-range-on-some-cloc.patch
	patches.suse/clk-meson-clk-pll-fix-initializing-the-old-rate-fall.patch
	patches.suse/clk-meson-clk-pll-make-ret-a-signed-integer.patch
	patches.suse/clk-meson-clk-pll-propagate-the-error-from-meson_clk.patch
	patches.suse/clk-qcom-gcc-msm8998-Fix-Alpha-PLL-type-for-all-GPLL.patch
	patches.suse/power-reset-at91-sama5d2_shdwc-fix-wkupdbc-mask.patch
	patches.suse/HSI-Fix-PM-usage-counter-unbalance-in-ssi_hw_init.patch
	patches.suse/i3c-master-dw-Drop-redundant-disec-call.patch
	patches.suse/rtc-s5m-select-REGMAP_I2C.patch
	patches.suse/rtc-pcf2127-properly-set-flag-WD_CD-for-rtc-chips-pc.patch
	patches.suse/gpio-pcf857x-Fix-missing-first-interrupt.patch
	patches.suse/0020-dm-era-Recover-committed-writeset-after-crash.patch
	patches.suse/0021-dm-era-Update-in-core-bitset-after-committing-the-me.patch
	patches.suse/0022-dm-era-Reinitialize-bitset-cache-before-digesting-a-.patch
	patches.suse/0023-dm-era-Verify-the-data-block-size-hasn-t-changed.patch
	patches.suse/0024-dm-era-Fix-bitset-memory-leaks.patch
	patches.suse/0025-dm-era-Use-correct-value-size-in-equality-function-o.patch
	patches.suse/0026-dm-era-only-resize-metadata-in-preresume.patch
	patches.suse/0001-dm-fix-deadlock-when-swapping-to-encrypted-device.patch
	patches.suse/scsi-ibmvfc-Define-generic-queue-structure-for-CRQs.patch
	patches.suse/scsi-ibmvfc-Make-command-event-pool-queue-specific.patch
	patches.suse/scsi-ibmvfc-Define-per-queue-state-list-locks.patch
	patches.suse/scsi-ibmvfc-Complete-commands-outside-the-host-queue.patch
	patches.suse/scsi-ibmvfc-Relax-locking-around-ibmvfc_queuecommand.patch
	patches.suse/scsi-lpfc-Fix-PLOGI-S_ID-of-0-on-pt2pt-config.patch
	patches.suse/scsi-lpfc-Fix-auto-sli_mode-and-its-effect-on-CONFIG.patch
	patches.suse/scsi-lpfc-Refresh-ndlp-when-a-new-PRLI-is-received-i.patch
	patches.suse/scsi-lpfc-Fix-crash-when-a-fabric-node-is-released-p.patch
	patches.suse/scsi-lpfc-Use-the-nvme-fc-transport-supplied-timeout.patch
	patches.suse/scsi-lpfc-Fix-FW-reset-action-if-I-Os-are-outstandin.patch
	patches.suse/scsi-lpfc-Prevent-duplicate-requests-to-unregister-w.patch
	patches.suse/scsi-lpfc-Fix-error-log-messages-being-logged-follow.patch
	patches.suse/scsi-lpfc-Fix-target-reset-failing.patch
	patches.suse/scsi-lpfc-Fix-NVMe-recovery-after-mailbox-timeout.patch
	patches.suse/scsi-lpfc-Fix-vport-create-logging.patch
	patches.suse/scsi-lpfc-Fix-crash-when-nvmet-transport-calls-host_.patch
	patches.suse/scsi-lpfc-Implement-health-checking-when-aborting-I-.patch
	patches.suse/scsi-lpfc-Enhancements-to-LOG_TRACE_EVENT-for-better.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-12.8.0.7.patch
	patches.suse/scsi-qla2xxx-Implementation-to-get-and-manage-host-t.patch
	patches.suse/scsi-qla2xxx-Add-error-counters-to-debugfs-node.patch
	patches.suse/scsi-qla2xxx-Move-some-messages-from-debug-to-normal.patch
	patches.suse/scsi-qla2xxx-Wait-for-ABTS-response-on-I-O-timeouts-.patch
	patches.suse/scsi-qla2xxx-Fix-mailbox-Ch-erroneous-error.patch
	patches.suse/scsi-qla2xxx-Enable-NVMe-CONF-BIT_7-when-enabling-SL.patch
	patches.suse/scsi-qla2xxx-Update-version-to-10.02.00.105-k.patch
	patches.suse/scsi-lpfc-Simplify-bool-comparison.patch
	patches.suse/scsi-ibmvfc-Add-vhost-fields-and-defaults-for-MQ-ena.patch
	patches.suse/scsi-ibmvfc-Move-event-pool-init-free-routines.patch
	patches.suse/scsi-ibmvfc-Init-free-event-pool-during-queue-alloca.patch
	patches.suse/scsi-ibmvfc-Add-size-parameter-to-ibmvfc_init_event_.patch
	patches.suse/scsi-ibmvfc-Define-hcall-wrapper-for-registering-a-S.patch
	patches.suse/scsi-ibmvfc-Add-Subordinate-CRQ-definitions.patch
	patches.suse/scsi-ibmvfc-Add-alloc-dealloc-routines-for-SCSI-Sub-.patch
	patches.suse/scsi-ibmvfc-Add-Sub-CRQ-IRQ-enable-disable-routine.patch
	patches.suse/scsi-ibmvfc-Add-handlers-to-drain-and-complete-Sub-C.patch
	patches.suse/scsi-ibmvfc-Define-Sub-CRQ-interrupt-handler-routine.patch
	patches.suse/scsi-ibmvfc-Map-request-irq-and-register-Sub-CRQ-int.patch
	patches.suse/scsi-ibmvfc-Implement-channel-enquiry-and-setup-comm.patch
	patches.suse/scsi-ibmvfc-Advertise-client-support-for-using-hardw.patch
	patches.suse/scsi-ibmvfc-Set-and-track-hw-queue-in-ibmvfc_event-s.patch
	patches.suse/scsi-ibmvfc-Send-commands-down-HW-Sub-CRQ-when-chann.patch
	patches.suse/scsi-ibmvfc-Register-Sub-CRQ-handles-with-VIOS-durin.patch
	patches.suse/scsi-ibmvfc-Add-cancel-mad-initialization-helper.patch
	patches.suse/scsi-ibmvfc-Send-Cancel-MAD-down-each-hw-SCSI-channe.patch
	patches.suse/scsi-ibmvfc-Purge-SCSI-channels-after-transport-loss.patch
	patches.suse/scsi-ibmvfc-Enable-MQ-and-set-reasonable-defaults.patch
	patches.suse/scsi-ibmvfc-Provide-modules-parameters-for-MQ-settin.patch
	patches.suse/scsi-ibmvfc-Fix-spelling-mistake-succeded-succeeded.patch
	patches.suse/scsi-qla2xxx-fc_remote_port_chkready-returns-a-SCSI-.patch
	patches.suse/scsi-qla2xxx-Assign-boolean-values-to-a-bool-variabl.patch
	patches.suse/scsi-qla2xxx-Remove-unnecessary-NULL-check.patch
	patches.suse/scsi-qla2xxx-Remove-redundant-NULL-check.patch
	patches.suse/scsi-qla2xxx-Fix-some-memory-corruption.patch
	patches.suse/scsi-lpfc-Fix-ancient-double-free
	patches.suse/scsi-qla2xxx-Simplify-the-calculation-of-variables.patch
	patches.suse/RDMA-rtrs-Extend-ibtrs_cq_qp_create.patch
	patches.suse/RDMA-rtrs-srv-Release-lock-before-call-into-close_se.patch
	patches.suse/RDMA-rtrs-srv-Use-sysfs_remove_file_self-for-disconn.patch
	patches.suse/RDMA-rtrs-clt-Set-mininum-limit-when-create-QP.patch
	patches.suse/RDMA-rtrs-srv-Jump-to-dereg_mr-label-if-allocate-iu-.patch
	patches.suse/RDMA-rtrs-Call-kobject_put-in-the-failure-path.patch
	patches.suse/RDMA-rtrs-srv-Fix-missing-wr_cqe.patch
	patches.suse/RDMA-rtrs-clt-Refactor-the-failure-cases-in-alloc_cl.patch
	patches.suse/RDMA-rtrs-Do-not-signal-for-heatbeat.patch
	patches.suse/RDMA-rtrs-clt-Use-bitmask-to-check-sess-flags.patch
	patches.suse/RDMA-rtrs-srv-Do-not-signal-REG_MR.patch
	patches.suse/RDMA-rtrs-srv-Init-wr_cnt-as-1.patch
	patches.suse/RDMA-rtrs-Fix-KASAN-stack-out-of-bounds-bug.patch
	patches.suse/RDMA-bnxt_re-Code-refactor-while-populating-user-MRs.patch
	patches.suse/RDMA-bnxt_re-Allow-bigger-MR-creation.patch
	patches.suse/RDMA-mlx5-Allow-creating-all-QPs-even-when-non-RDMA-.patch
	patches.suse/RDMA-hns-Fix-type-of-sq_signal_bits.patch
	patches.suse/RDMA-hns-Disable-RQ-inline-by-default.patch
	patches.suse/RDMA-ucma-Fix-use-after-free-bug-in-ucma_create_ueve.patch
	patches.suse/RDMA-rtrs-srv-Fix-stack-out-of-bounds.patch
	patches.suse/RDMA-rtrs-Only-allow-addition-of-path-to-an-already-.patch
	patches.suse/RDMA-rtrs-srv-fix-memory-leak-by-missing-kobject-fre.patch
	patches.suse/RDMA-rtrs-srv-sysfs-fix-missing-put_device.patch
	patches.suse/RDMA-srp-Fix-support-for-unpopulated-and-unbalanced-.patch
	patches.suse/RDMA-rtrs-srv-Do-not-pass-a-valid-pointer-to-PTR_ERR.patch
	patches.suse/iommu-switch-gather-end-to-the-inclusive-end
	patches.suse/iommu-vt-d-consolidate-duplicate-cache-invaliation-code
	patches.suse/printk-fix-deadlock-when-kernel-panic.patch
	patches.suse/lib-vsprintf-no_hash_pointers-prints-all-addresses-a.patch
	patches.suse/cifs_debug-use-pd-instead-of-messing-with-d_name.patch
	patches.suse/quota-Fix-memory-leak-when-handling-corrupted-quota-.patch
	patches.suse/isofs-release-buffer-head-before-return.patch
	patches.suse/ceph-fix-flush_snap-logic-after-putting-caps.patch
	patches.suse/nfsd-register-pernet-ops-last-unregister-first.patch
	patches.suse/clocksource-drivers-ixp4xx-Select-TIMER_OF-when-need.patch
	patches.suse/clocksource-drivers-mxs_timer-Add-missing-semicolon-.patch
	patches.suse/ARM-9046-1-decompressor-Do-not-clear-SCTLR.nTLSMD-for-ARMv7-cores.patch
	patches.suse/amba-Fix-resource-leak-for-drivers-without-.remove.patch
	patches.suse/powerpc-perf-hv-24x7-Dont-create-sysfs-event-files-f.patch
	patches.suse/powerpc-pseries-ras-Remove-unused-variable-status.patch
	patches.suse/powerpc-pseries-eeh-Make-pseries_pcibios_bus_add_dev.patch
	patches.suse/powerpc-pseries-ras-Make-init_ras_hotplug_IRQ-static.patch
	patches.suse/powerpc-pmem-Include-pmem-prototypes.patch
	patches.suse/powerpc-optprobes-Remove-unused-routine-patch_imm32_.patch
	patches.suse/KVM-PPC-Make-the-VMX-instruction-emulation-routines-.patch
	patches.suse/powerpc-sstep-Check-instruction-validity-against-ISA.patch
	patches.suse/powerpc-sstep-Fix-incorrect-return-from-analyze_inst.patch
	patches.suse/powerpc-prom-Fix-ibm-arch-vec-5-platform-support-sca.patch
	patches.suse/powerpc-time-Enable-sched-clock-for-irqtime.patch
	patches.suse/powerpc-Fix-build-error-in-paravirt.h.patch
	patches.suse/powerpc-pseries-dlpar-handle-ibm-configure-connector.patch
	patches.suse/powerpc-sstep-Fix-load-store-and-update-emulation.patch
	patches.suse/powerpc-sstep-Fix-darn-emulation.patch
	patches.suse/powerpc-uaccess-Perform-barrier_nospec-in-KUAP-allow.patch
	patches.suse/powerpc64-idle-Fix-SP-offsets-when-saving-GPRs.patch
	patches.suse/powerpc-uaccess-Simplify-unsafe_put_user-implementat.patch
	patches.suse/powerpc-uaccess-Avoid-might_fault-when-user-access-i.patch
	patches.suse/powerpc-kuap-Restore-AMR-after-replaying-soft-interr.patch
	patches.suse/powerpc-kexec_file-fix-FDT-size-estimation-for-kdump.patch
	patches.suse/objtool-fix-error-handling-for-std-cld-warnings.patch
	patches.suse/objtool-fix-retpoline-detection-in-asm-code.patch
	patches.suse/objtool-fix-cold-section-suffix-check-for-newer-versions-of-gcc.patch
	patches.suse/HID-i2c-hid-Add-I2C_HID_QUIRK_NO_IRQ_AFTER_RESET-for.patch
	patches.suse/HID-wacom-Ignore-attempts-to-overwrite-the-touch_max.patch
	patches.suse/HID-core-detect-and-skip-invalid-inputs-to-snto32.patch
	patches.suse/HID-make-arrays-usage-and-value-to-be-the-same.patch
	patches.suse/Input-xpad-add-support-for-PowerA-Enhanced-Wired-Con.patch
	patches.suse/Input-raydium_ts_i2c-do-not-send-zero-length.patch
	patches.suse/Input-sur40-fix-an-error-code-in-sur40_probe.patch
	patches.suse/Input-elo-fix-an-error-code-in-elo_connect.patch
	patches.suse/Input-joydev-prevent-potential-read-overflow-in-ioct.patch
	patches.suse/Input-i8042-add-ASUS-Zenbook-Flip-to-noselftest-list.patch
	patches.suse/Input-applespi-don-t-wait-for-responses-to-commands-.patch
	patches.suse/ACPICA-Fix-race-in-generic_serial_bus-I2C-and-GPIO-o.patch
	patches.suse/dmaengine-fsldma-Fix-a-resource-leak-in-the-remove-f.patch
	patches.suse/dmaengine-fsldma-Fix-a-resource-leak-in-an-error-han.patch
	patches.suse/dmaengine-owl-dma-Fix-a-resource-leak-in-the-remove-.patch
	patches.suse/dmaengine-hsu-disable-spurious-interrupt.patch
	patches.suse/dmaengine-idxd-set-DMA-channel-to-be-private.patch
	patches.suse/keys-Remove-outdated-__user-annotations.patch
	patches.suse/certs-Fix-blacklist-flag-type-confusion.patch
	patches.suse/0001-device-dax-Fix-default-return-code-of-range_parse.patch
	patches.suse/misc-eeprom_93xx46-Fix-module-alias-to-enable-module.patch
	patches.suse/bus-fsl-mc-add-missing-__iomem-attribute.patch
	patches.suse/misc-eeprom_93xx46-Add-module-alias-to-avoid-breakin.patch
	patches.suse/misc-eeprom_93xx46-Add-quirk-to-support-Microchip-93.patch
	patches.suse/VMCI-Use-set_page_dirty_lock-when-unregistering-gues.patch
	patches.suse/virt-vbox-Do-not-use-wait_event_interruptible-when-c.patch
	patches.suse/bus-fsl-mc-move-fsl_mc_command-struct-in-a-uapi-head.patch
	patches.suse/bus-fsl-mc-export-mc_cmd_hdr_read_cmdid-to-the-fsl-m.patch
	patches.suse/bus-fsl-mc-add-fsl-mc-userspace-support.patch
	patches.suse/bus-fsl-mc-add-bus-rescan-attribute.patch
	patches.suse/bus-fsl-mc-add-autorescan-sysfs.patch
	patches.suse/mei-hbm-call-mei_set_devstate-on-hbm-stop-response.patch
	patches.suse/random-fix-the-RNDRESEEDCRNG-ioctl.patch
	patches.suse/coresight-etm4x-Skip-accessing-TRCPDCR-in-save-resto.patch
	patches.suse/nvmem-add-driver-to-expose-reserved-memory-as-nvmem.patch
	patches.suse/misc-rtsx-init-of-rts522a-add-OCP-power-off-when-no-.patch
	patches.suse/soundwire-debugfs-use-controller-id-instead-of-link_.patch
	patches.suse/soundwire-cadence-fix-ACK-NAK-handling.patch
	patches.suse/soundwire-bus-use-sdw_update_no_pm-when-initializing.patch
	patches.suse/soundwire-bus-use-sdw_write_no_pm-when-setting-the-b.patch
	patches.suse/soundwire-export-sdw_write-read_no_pm-functions.patch
	patches.suse/soundwire-bus-fix-confusion-on-device-used-by-pm_run.patch
	patches.suse/bus-fsl-mc-Fix-test-for-end-of-loop.patch
	patches.suse/bus-fsl-mc-add-the-dpdbg-device-type.patch
	patches.suse/bus-fsl-mc-list-more-commands-as-accepted-through-th.patch
	patches.suse/drivers-misc-vmw_vmci-restrict-too-big-queue-size-in.patch
	patches.suse/phy-rockchip-emmc-emmc_phy_init-always-return-0.patch
	patches.suse/regmap-sdw-use-_no_pm-functions-in-regmap_read-write.patch
	patches.suse/vfio-iommu_type1-populate-full-dirty-when-detach-non-pinned-group
	patches.suse/vfio-pci-zdev-fix-possible-segmentation-fault-issue
	patches.suse/ocfs2-fix-a-use-after-free-on-error.patch
	patches.suse/0001-video-fbdev-acornfb-remove-free_unused_pages.patch
	patches.suse/mm-pmem-avoid-inserting-hugepage-pte-entry-with-fsdax-if-hugepage-support-is-disabled.patch
	patches.suse/pci-acpi-remove-unnecessary-osc_lock
	patches.suse/pci-acpi-clarify-message-about-osc-failure
	patches.suse/PCI-pci-bridge-emul-Fix-array-overruns-improve-safet.patch
	patches.suse/PCI-Fix-pci_register_io_range-memory-leak.patch
	patches.suse/pci-err-clear-status-of-the-reporting-device
	patches.suse/pci-aer-clear-aer-status-from-root-port-when-resetting-downstream-port
	patches.suse/pci-err-retain-status-from-error-notification
	patches.suse/pci-aer-specify-the-type-of-port-that-was-reset
	patches.suse/pci-portdrv-report-reset-for-frozen-channel
	patches.suse/pci-Remove-bandwidth-notification.patch
	patches.suse/PCI-Decline-to-resize-resources-if-boot-config-must-.patch
	patches.suse/PCI-Align-checking-of-syscall-user-config-accessors.patch
	patches.suse/PCI-mediatek-Add-missing-of_node_put-to-fix-referenc.patch
	patches.suse/PCI-qcom-Use-PHY_REFCLK_USE_PAD-only-for-ipq8064.patch
	patches.suse/PCI-rockchip-Make-ep-gpios-DT-property-optional.patch
	patches.suse/PCI-xgene-msi-Fix-race-in-installing-chained-irq-han.patch
	patches.suse/ext4-fix-potential-htree-index-checksum-corruption.patch
	patches.suse/net-mlx4_core-Add-missed-mlx4_free_cmd_mailbox.patch
	patches.suse/i40e-Fix-flow-for-IPv6-next-header-extension-header.patch
	patches.suse/i40e-Add-zero-initialization-of-AQ-command-structure.patch
	patches.suse/i40e-Fix-overwriting-flow-control-settings-during-dr.patch
	patches.suse/i40e-Fix-addition-of-RX-filters-after-enabling-FW-LL.patch
	patches.suse/i40e-Fix-add-TC-filter-for-IPv6.patch
	patches.suse/i40e-Fix-endianness-conversions.patch
	patches.suse/vxlan-move-debug-check-after-netdev-unregister.patch
	patches.suse/wireguard-selftests-test-multiple-parallel-streams.patch
	patches.suse/wireguard-peer-put-frequently-used-members-above-cac.patch
	patches.suse/wireguard-device-do-not-generate-ICMP-for-non-IP-pac.patch
	patches.suse/wireguard-queueing-get-rid-of-per-peer-ring-buffers.patch
	patches.suse/wireguard-kconfig-use-arm-chacha-even-with-no-neon.patch
	patches.suse/ice-report-correct-max-number-of-TCs.patch
	patches.suse/ice-Set-trusted-VF-as-default-VSI-when-setting-allmu.patch
	patches.suse/ice-Account-for-port-VLAN-in-VF-max-packet-size-calc.patch
	patches.suse/ice-Fix-state-bits-on-LLDP-mode-switch.patch
	patches.suse/ice-update-the-number-of-available-RSS-queues.patch
	patches.suse/net-usb-qmi_wwan-support-ZTE-P685M-modem.patch
	patches.suse/ibmvnic-fix-a-race-between-open-and-reset.patch
	patches.suse/r8169-fix-jumbo-packet-handling-on-RTL8168e.patch
	patches.suse/drm-msm-a5xx-Remove-overwriting-A5XX_PC_DBG_ECO_CNTL.patch
	patches.suse/drm-msm-dsi-Correct-io_start-for-MSM8994-20nm-PHY.patch
	patches.suse/drm-msm-mdp5-Fix-wait-for-commit-for-cmd-panels.patch
	patches.suse/drm-msm-Fix-race-of-GPU-init-vs-timestamp-power-mana.patch
	patches.suse/0008-drm-msm-Fix-races-managing-the-OOB-state-for-timesta.patch
	patches.suse/drm-rockchip-Require-the-YTR-modifier-for-AFBC.patch
	patches.suse/drm-panel-kd35t133-allow-using-non-continuous-dsi-cl.patch
	patches.suse/drm-amd-display-Add-vupdate_no_lock-interrupts-for-D.patch
	patches.suse/drm-amd-display-Remove-Assert-from-dcn10_get_dig_fro.patch
	patches.suse/pwm-rockchip-rockchip_pwm_probe-Remove-superfluous-c.patch
	patches.suse/xprtrdma-Pad-optimization-revisited.patch
	patches.suse/0001-mm-fix-memory_failure-handling-of-dax-namespace-meta.patch
	patches.suse/0027-mm-rmap-fix-potential-pte_unmap-on-an-not-mapped-pte.patch
	patches.suse/x86-fix-seq_file-iteration-for-pat-memtype.c.patch
	patches.suse/arm64-kexec_file-fix-memory-leakage-in-create_dtb-wh.patch
	patches.suse/arm64-Add-missing-ISB-after-invalidating-TLB-in-__pr.patch
	patches.suse/arm64-ptrace-Fix-seccomp-of-traced-syscall-1-NO_SYSC.patch
	patches.suse/driver-core-add-a-min_align_mask-field-to-struct-device_dma_parameters
	patches.suse/swiotlb-add-a-io_tlb_size-define
	patches.suse/swiotlb-factor-out-an-io_tlb_offset-helper
	patches.suse/swiotlb-factor-out-a-nr_slots-helper
	patches.suse/swiotlb-clean-up-swiotlb_tbl_unmap_single
	patches.suse/swiotlb-refactor-swiotlb_tbl_map_single
	patches.suse/swiotlb-don-t-modify-orig_addr-in-swiotlb_tbl_sync_single
	patches.suse/swiotlb-respect-min_align_mask
	patches.suse/nvme-pci-set-min_align_mask
	patches.suse/smb3-negotiate-current-dialect-SMB3-1-1-when-version-3-or-greater.patch
	patches.suse/cifs-fix-trivial-typo.patch
	patches.suse/cifs-New-optype-for-session-operations-.patch
	patches.suse/cifs-Fix-in-error-types-returned-for-out-of-credit-situations-.patch
	patches.suse/cifs-Identify-a-connection-by-a-conn_id-.patch
	patches.suse/cifs-Reformat-DebugData-and-index-connections-by-conn_id-.patch
	patches.suse/cifs-Fix-inconsistent-IS_ERR-and-PTR_ERR.patch
	patches.suse/cifs-change-confusing-field-serverName-to-ip_addr-.patch
	patches.suse/cifs-clarify-hostname-vs-ip-address-in-proc-fs-cifs-DebugData.patch
	patches.suse/cifs-Fix-cifsacl-ACE-mask-for-group-and-others-.patch
	patches.suse/cifs-Retain-old-ACEs-when-converting-between-mode-bits-and-ACL-.patch
	patches.suse/cifs-Change-SIDs-in-ACEs-while-transferring-file-ownership-.patch
	patches.suse/cifs-cleanup-a-few-le16-vs-le32-uses-in-cifsacl-c.patch
	patches.suse/TCON-Reconnect-during-STATUS_NETWORK_NAME_DELETED.patch
	patches.suse/cifs-minor-simplification-to-smb2_is_network_name_deleted.patch
	patches.suse/cifs-If-a-corrupted-DACL-is-returned-by-the-server-bail-out-.patch
	patches.suse/cifs-Add-new-mount-parameter-acdirmax-to-allow-caching-directory-.patch
	patches.suse/cifs-convert-revalidate-of-directories-to-using-directory-metadata-.patch
	patches.suse/cifs-Add-new-parameter-acregmax-for-distinct-file-and-directory-m.patch
	patches.suse/cifs-fix-handling-of-escaped-in-the-password-mount-argument.patch
	patches.suse/cifs-fix-nodfs-mount-option.patch
	patches.suse/cifs-fix-DFS-failover.patch
	patches.suse/cifs-check-all-path-components-in-resolved-dfs-target.patch
	patches.suse/cifs-introduce-helper-for-finding-referral-server.patch
	patches.suse/cifs-use-discard-iterator-to-discard-unneeded-network-data-more-eff.patch
	patches.suse/cifs-update-internal-version-number.patch
	patches.suse/i2c-brcmstb-Fix-brcmstd_send_i2c_cmd-condition.patch
	patches.suse/i2c-exynos5-Preserve-high-speed-master-code.patch
	patches.suse/blk-settings-align-max_sectors-on-logical_block_size.patch
	patches.suse/scsi-mpt3sas-Fix-ReplyPostFree-pool-allocation
	patches.suse/scsi-qla2xxx-Simplify-if-statement.patch
	patches.suse/scsi-bnx2fc-Fix-Kconfig-warning-CNIC-build-errors
	patches.suse/scsi-sd-Fix-Opal-support
	patches.suse/btrfs-fix-race-between-extent-freeing-allocation-when-using-bitmaps.patch
	patches.suse/btrfs-fix-race-between-writes-to-swap-files-and-scru.patch
	patches.suse/btrfs-fix-race-between-swap-file-activation-and-snap.patch
	patches.suse/btrfs-fix-stale-data-exposure-after-cloning-a-hole-w.patch
	patches.suse/ALSA-usb-audio-Don-t-abort-even-if-the-clock-rate-di.patch
	patches.suse/ALSA-usb-audio-Drop-bogus-dB-range-in-too-low-level.patch
	patches.suse/ALSA-usb-audio-Allow-modifying-parameters-with-succe.patch
	patches.suse/ALSA-ctxfi-cthw20k2-fix-mask-on-conf-to-allow-4-bits.patch
	patches.suse/ALSA-hda-realtek-Enable-headset-mic-of-Acer-SWIFT-wi.patch
	patches.suse/ALSA-usb-audio-use-Corsair-Virtuoso-mapping-for-Cors.patch
	patches.suse/ALSA-usb-audio-Fix-Pioneer-DJM-devices-URB_CONTROL-r.patch
	patches.suse/ALSA-hda-intel-nhlt-verify-config-type.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Clevo-NH55RZQ.patch
	patches.suse/ALSA-hda-hdmi-let-new-platforms-assign-the-pcm-slot-.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Intel-NUC-10.patch
	patches.suse/ALSA-hda-realtek-Apply-dual-codec-quirks-for-MSI-God.patch
	patches.suse/Xen-gnttab-handle-p2m-update-errors-on-a-per-slot-ba.patch
	patches.suse/xen-netback-respect-gnttab_map_refs-s-return-value.patch
	patches.suse/kvm-svm-clear-the-cr4-register-on-reset.patch
	patches.suse/tpm-tpm_tis-Decorate-tpm_get_timeouts-with-request_l.patch
	patches.suse/tpm-tpm_tis-Decorate-tpm_tis_gen_interrupt-with-requ.patch
	patches.suse/scsi-iscsi-restrict-sessions-and-handles-to-admin-capabilities
	patches.suse/scsi-iscsi-ensure-sysfs-attributes-are-limited-to-page_size
	patches.suse/scsi-iscsi-verify-lengths-on-passthrough-pdus
	patches.suse/drm-amdgpu-disable-VCN-for-Navi12-SKU.patch
	patches.suse/drm-amdgpu-fix-parameter-error-of-RREG32_PCIE-in-amd.patch
	patches.suse/btrfs-unlock-extents-in-btrfs_zero_range-in-case-of-errors.patch
	patches.suse/btrfs-free-correct-amount-of-space-in-btrfs_delayed_inode_reserve_metadata.patch
	patches.suse/btrfs-don-t-flush-from-btrfs_delayed_inode_reserve_metadata.patch
	patches.suse/iommu-amd-fix-sleeping-in-atomic-in-increase_address_space
	patches.suse/iommu-vt-d-fix-status-code-for-allocate-free-pasid-command
	patches.suse/ACPI-bus-Constify-is_acpi_node-and-friends-part-2.patch
	patches.suse/PM-runtime-Update-device-status-before-letting-suppl.patch
	patches.suse/rsxx-Return-EFAULT-if-copy_to_user-fails.patch
	patches.suse/nvme-hwmon-Return-error-code-when-registration-fails.patch
	patches.suse/nvme-fabrics-fix-kato-initialization.patch
	patches.suse/RDMA-cm-Fix-IRQ-restore-in-ib_send_cm_sidr_rep.patch
	patches.suse/powerpc-pseries-Don-t-enforce-MSI-affinity-with-kdum.patch
	patches.suse/powerpc-sstep-Fix-VSX-instruction-emulation.patch
	patches.suse/crypto-mips-poly1305-enable-for-all-MIPS-processors.patch
	patches.suse/gpiolib-acpi-Add-missing-IRQF_ONESHOT.patch
	patches.suse/gpiolib-acpi-Add-ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER-qui.patch
	patches.suse/gpiolib-acpi-Allow-to-find-GpioInt-resource-by-name-.patch
	patches.suse/gpio-pca953x-Set-IRQ-type-when-handle-Intel-Galileo-.patch
	patches.suse/tools-resolve_btfids-Fix-build-error-with-older-host.patch
	patches.suse/selftests-bpf-No-need-to-drop-the-packet-when-there-.patch
	patches.suse/ath9k-fix-transmitting-to-stations-in-dynamic-SMPS-m.patch
	patches.suse/mt76-dma-do-not-report-truncated-frames-to-mac80211.patch
	patches.suse/bnxt_en-reliably-allocate-IRQ-table-on-reset-to-avoi.patch
	patches.suse/net-hns3-fix-query-vlan-mask-value-error-for-flow-di.patch
	patches.suse/net-hns3-fix-bug-when-calculating-the-TCAM-table-inf.patch
	patches.suse/net-phy-fix-save-wrong-speed-and-duplex-problem-if-a.patch
	patches.suse/net-enetc-take-the-MDIO-lock-only-once-per-NAPI-poll.patch
	patches.suse/net-enetc-don-t-disable-VLAN-filtering-in-IFF_PROMIS.patch
	patches.suse/net-enetc-remove-bogus-write-to-SIRXIDR-from-enetc_s.patch
	patches.suse/can-flexcan-assert-FRZ-bit-in-flexcan_chip_freeze.patch
	patches.suse/can-flexcan-enable-RX-FIFO-after-FRZ-HALT-valid.patch
	patches.suse/can-flexcan-invoke-flexcan_chip_freeze-to-enter-free.patch
	patches.suse/can-skb-can_skb_set_owner-fix-ref-counting-if-socket.patch
	patches.suse/ibmvnic-Fix-possibly-uninitialized-old_num_tx_queues.patch
	patches.suse/Revert-r8152-adjust-the-settings-about-MAC-clock-spe.patch
	patches.suse/ixgbe-fail-to-create-xfrm-offload-of-IPsec-tunnel-mo.patch
	patches.suse/net-usb-qmi_wwan-allow-qmimux-add-del-with-master-up.patch
	patches.suse/netdevsim-init-u64-stats-for-32bit-hardware.patch
	patches.suse/ibmvnic-always-store-valid-MAC-address.patch
	patches.suse/cipso-calipso-resolve-a-number-of-problems-with-the-.patch
	patches.suse/selftests-bpf-Mask-bpf_csum_diff-return-value-to-16-.patch
	patches.suse/samples-bpf-Add-missing-munmap-in-xdpsock.patch
	patches.suse/libbpf-Clear-map_info-before-each-bpf_obj_get_info_b.patch
	patches.suse/net-mlx4_en-update-moderation-when-config-reset.patch
	patches.suse/ibmvnic-remove-excessive-irqsave.patch
	patches.suse/r8169-fix-r8168fp_adjust_ocp_cmd-function.patch
	patches.suse/gianfar-fix-jumbo-packets-napi-rx-overrun-crash.patch
	patches.suse/ethernet-alx-fix-order-of-calls-on-resume.patch
	patches.suse/0001-netfilter-conntrack-avoid-misleading-invalid-in-log-.patch
	patches.suse/net-enetc-allow-hardware-timestamping-on-TX-queues-w.patch
	patches.suse/net-bonding-fix-error-return-code-of-bond_neigh_init.patch
	patches.suse/s390-qeth-fix-memory-leak-after-failed-tx-buffer-allocation.patch
	patches.suse/s390-qeth-improve-completion-of-pending-tx-buffers.patch
	patches.suse/s390-qeth-schedule-tx-napi-on-qaob-completion.patch
	patches.suse/s390-qeth-fix-notification-for-pending-buffers-during-teardown.patch
	patches.suse/cifs-fix-credit-accounting-for-extra-channel.patch
	patches.suse/cifs-ask-for-more-credit-on-async-read-write-code-paths.patch
	patches.suse/cifs-print-MIDs-in-decimal-notation.patch
	patches.suse/cifs-change-noisy-error-message-to-FYI.patch
	patches.suse/cifs-return-proper-error-code-in-statfs-2-.patch
	patches.suse/cifs-do-not-send-close-in-compound-create-close-requests.patch
	patches.suse/mount-fix-mounting-of-detached-mounts-onto-targets-that-reside-on-shared-mounts.patch
	patches.suse/s390-cio-return-efault-if-copy_to_user-fails-51c44bab.patch
	patches.suse/s390-crypto-return-efault-if-copy_to_user-fails.patch
	patches.suse/s390-cio-return-efault-if-copy_to_user-fails-d9c48a94.patch
	patches.suse/media-rc-compile-rc-cec.c-into-rc-core.patch
	patches.suse/media-usbtv-Fix-deadlock-on-suspend.patch
	patches.suse/media-v4l-vsp1-Fix-bru-null-pointer-access.patch
	patches.suse/media-v4l-vsp1-Fix-uif-null-pointer-access.patch
	patches.suse/qxl-Fix-uninitialised-struct-field-head.surface_id.patch
	patches.suse/drm-shmem-helper-Check-for-purged-buffers-in-fault-h.patch
	patches.suse/drm-shmem-helper-Don-t-remove-the-offset-in-vm_area_.patch
	patches.suse/drm-meson_drv-add-shutdown-function.patch
	patches.suse/drm-shmem-helpers-vunmap-Don-t-put-pages-for-dma-buf.patch
	patches.suse/drm-compat-Clear-bounce-structures.patch
	patches.suse/drm-amdgpu-display-simplify-backlight-setting.patch
	patches.suse/drm-amdgpu-display-don-t-assert-in-set-backlight-fun.patch
	patches.suse/drm-amdgpu-display-handle-aux-backlight-in-backlight.patch
	patches.suse/drm-amd-display-Add-a-backlight-module-option.patch
	patches.suse/drm-amd-display-Fix-nested-FPU-context-in-dcn21_vali.patch
	patches.suse/drm-amdgpu-display-use-GFP_ATOMIC-in-dcn21_validate_.patch
	patches.suse/drm-amd-display-Revert-dram_clock_change_latency-for.patch
	patches.suse/drm-amdgpu-fb-BO-should-be-ttm_bo_type_device.patch
	patches.suse/drm-radeon-fix-AGP-dependency.patch
	patches.suse/drm-i915-Wedge-the-GPU-if-command-parser-setup-fails.patch
	patches.suse/xen-events-reset-affinity-of-2-level-event-when-tear.patch
	patches.suse/xen-events-don-t-unmask-an-event-channel-when-an-eoi.patch
	patches.suse/xen-events-avoid-handling-the-same-event-on-two-cpus.patch
	patches.suse/arm64-mm-Fix-pfn_valid-for-ZONE_DEVICE-based-memory.patch
	patches.suse/arm64-kasan-fix-page_alloc-tagging-with-DEBUG_VIRTUA.patch
	patches.suse/configfs-fix-a-use-after-free-in-__configfs_open_file.patch
	patches.suse/mmc-core-Fix-partition-switch-time-for-eMMC.patch
	patches.suse/mmc-cqhci-Fix-random-crash-when-remove-mmc-module-ca.patch
	patches.suse/ALSA-hda-Drop-the-BATCH-workaround-for-AMD-controlle.patch
	patches.suse/ALSA-usb-Add-Plantronics-C320-M-USB-ctrl-msg-delay-q.patch
	patches.suse/ALSA-usb-audio-Disable-USB-autosuspend-properly-in-s.patch
	patches.suse/ALSA-hda-ignore-invalid-NHLT-table.patch
	patches.suse/ALSA-usb-audio-Fix-cannot-get-freq-eq-errors-on-Dell.patch
	patches.suse/ALSA-usb-audio-Apply-the-control-quirk-to-Plantronic.patch
	patches.suse/ALSA-hda-conexant-Add-quirk-for-mute-LED-control-on-.patch
	patches.suse/ALSA-hda-ca0132-Add-Sound-BlasterX-AE-5-Plus-support.patch
	patches.suse/ALSA-usb-audio-fix-NULL-ptr-dereference-in-usb_audio.patch
	patches.suse/ALSA-usb-audio-fix-use-after-free-in-usb_audio_disco.patch
	patches.suse/ALSA-hda-Flush-pending-unsolicited-events-before-sus.patch
	patches.suse/ALSA-hda-Avoid-spurious-unsol-event-handling-during-.patch
	patches.suse/ALSA-hda-hdmi-Cancel-pending-works-before-suspend.patch
	patches.suse/software-node-Fix-node-registration.patch
	patches.suse/s390-dasd-fix-hanging-dasd-driver-unbind
	patches.suse/s390-dasd-fix-hanging-io-request-during-dasd-driver-unbind.patch
	patches.suse/block-rsxx-fix-error-return-code-of-rsxx_pci_probe.patch
	patches.suse/block-Discard-page-cache-of-zone-reset-target-range.patch
	patches.suse/nvme-simplify-error-logic-in-nvme_validate_ns.patch
	patches.suse/nvme-add-NVME_REQ_CANCELLED-flag-in-nvme_cancel_requ.patch
	patches.suse/nvme-fc-set-NVME_REQ_CANCELLED-in-nvme_fc_terminate_.patch
	patches.suse/nvme-fc-return-NVME_SC_HOST_ABORTED_CMD-when-a-comma.patch
	patches.suse/nvme-fc-fix-racing-controller-reset-and-create-assoc.patch
	patches.suse/scsi-ibmvfc-Simplify-handling-of-sub-CRQ-initializat.patch
	patches.suse/scsi-ibmvfc-Fix-invalid-sub-CRQ-handles-after-hard-r.patch
	patches.suse/scsi-ibmvfc-Treat-H_CLOSED-as-success-during-sub-CRQ.patch
	patches.suse/scsi-ibmvfc-Store-return-code-of-H_FREE_SUB_CRQ-duri.patch
	patches.suse/scsi-ibmvfc-Reinitialize-sub-CRQs-and-perform-channe.patch
	patches.suse/NFS-Correct-size-calculation-for-create-reply-length.patch
	patches.suse/SUNRPC-Set-memalloc_nofs_save-for-sync-tasks.patch
	patches.suse/NFS-Don-t-revalidate-the-directory-permissions-on-a-.patch
	patches.suse/NFS-Don-t-gratuitously-clear-the-inode-cache-when-lo.patch
	patches.suse/NFSv4.2-fix-return-value-of-_nfs4_get_security_label.patch
	patches.rpmify/kbuild-dummy-tools-fix-inverted-tests-for-gcc.patch
	patches.rpmify/kbuild-dummy-tools-support-MPROFILE_KERNEL-checks-fo.patch
	patches.suse/Goodix-Fingerprint-device-is-not-a-modem.patch
	patches.suse/USB-gadget-u_ether-Fix-a-configfs-return-code.patch
	patches.suse/usb-gadget-f_uac2-always-increase-endpoint-max_packe.patch
	patches.suse/usb-gadget-f_uac1-stop-playback-on-function-disable.patch
	patches.suse/usb-dwc3-qcom-Honor-wakeup-enabled-disabled-state.patch
	patches.suse/usb-renesas_usbhs-Clear-PIPECFG-for-re-enabling-pipe.patch
	patches.suse/USB-usblp-fix-a-hang-in-poll-if-disconnected.patch
	patches.suse/usb-dwc3-qcom-Add-missing-DWC3-OF-node-refcount-decr.patch
	patches.suse/usbip-fix-stub_dev-to-check-for-stream-socket.patch
	patches.suse/usbip-fix-vhci_hcd-to-check-for-stream-socket.patch
	patches.suse/usbip-fix-vudc-to-check-for-stream-socket.patch
	patches.suse/usbip-fix-stub_dev-usbip_sockfd_store-races-leading-.patch
	patches.suse/usbip-fix-vhci_hcd-attach_store-races-leading-to-gpf.patch
	patches.suse/usbip-fix-vudc-usbip_sockfd_store-races-leading-to-g.patch
	patches.suse/USB-serial-cp210x-add-ID-for-Acuity-Brands-nLight-Ai.patch
	patches.suse/USB-serial-cp210x-add-some-more-GE-USB-IDs.patch
	patches.suse/USB-serial-ch341-add-new-Product-ID.patch
	patches.suse/USB-serial-io_edgeport-fix-memory-leak-in-edge_start.patch
	patches.suse/usb-xhci-do-not-perform-Soft-Retry-for-some-xHCI-hos.patch
	patches.suse/xhci-Improve-detection-of-device-initiated-wake-sign.patch
	patches.suse/usb-xhci-Fix-ASMedia-ASM1042A-and-ASM3242-DMA-addres.patch
	patches.suse/xhci-Fix-repeated-xhci-wake-after-suspend-due-to-unc.patch
	patches.suse/staging-rtl8712-unterminated-string-leads-to-read-ov.patch
	patches.suse/staging-rtl8192e-Fix-possible-buffer-overflow-in-_rt.patch
	patches.suse/staging-rtl8712-Fix-possible-buffer-overflow-in-r871.patch
	patches.suse/staging-ks7010-prevent-buffer-overflow-in-ks_wlan_se.patch
	patches.suse/staging-comedi-addi_apci_1032-Fix-endian-problem-for.patch
	patches.suse/staging-comedi-addi_apci_1500-Fix-endian-problem-for.patch
	patches.suse/staging-comedi-adv_pci1710-Fix-endian-problem-for-AI.patch
	patches.suse/staging-comedi-das6402-Fix-endian-problem-for-AI-com.patch
	patches.suse/staging-comedi-das800-Fix-endian-problem-for-AI-comm.patch
	patches.suse/staging-comedi-dmm32at-Fix-endian-problem-for-AI-com.patch
	patches.suse/staging-comedi-me4000-Fix-endian-problem-for-AI-comm.patch
	patches.suse/staging-comedi-pcl711-Fix-endian-problem-for-AI-comm.patch
	patches.suse/staging-comedi-pcl818-Fix-endian-problem-for-AI-comm.patch
	patches.suse/staging-rtl8192u-fix-ssid-overflow-in-r8192_wx_set_s.patch
	patches.suse/staging-rtl8188eu-fix-potential-memory-corruption-in.patch
	patches.suse/staging-rtl8188eu-prevent-ssid-overflow-in-rtw_wx_se.patch
	patches.suse/misc-fastrpc-restrict-user-apps-from-sending-kernel-.patch
	patches.suse/misc-pvpanic-Export-module-FDT-device-table.patch
	patches.suse/stop_machine-mark-helpers-__always_inline.patch
	patches.suse/binfmt_misc-fix-possible-deadlock-in-bm_register_wri.patch
	patches.suse/include-linux-sched-mm.h-use-rcu_dereference-in-in_v.patch
	patches.suse/zram-fix-return-value-on-writeback_store.patch
	patches.suse/kvm-kvmclock-fix-vcpus-64-can-t-be-online-hotpluged.patch
	patches.suse/powerpc-64s-Fix-instruction-encoding-for-lis-in-ppc_.patch
	patches.suse/powerpc-Fix-inverted-SET_FULL_REGS-bitop.patch
	patches.suse/powerpc-64s-exception-Clean-up-a-missed-SRR-specifie.patch
	patches.suse/powerpc-Fix-missing-declaration-of-en-dis-able_kerne.patch
	patches.suse/x86-sev-es-introduce-ip_within_syscall_gap-helper
	patches.suse/x86-sev-es-check-regs-sp-is-trusted-before-adjusting-vc-ist-stack
	patches.suse/x86-sev-es-use-_copy_from_user_inatomic
	patches.suse/hrtimer-Update-softirq_expires_next-correctly-after-.patch
	patches.suse/svcrdma-disable-timeouts-on-rdma-backchannel.patch
	patches.suse/NFSD-Repair-misuse-of-sv_lock-in-5.10.16-rt30.patch
	patches.suse/sunrpc-fix-refcount-leak-for-rpc-auth-modules.patch
	patches.suse/fuse-fix-live-lock-in-fuse_iget.patch
	patches.suse/thermal-core-Add-NULL-pointer-check-before-using-coo.patch
	patches.suse/iomap-Fix-negative-assignment-to-unsigned-sis-pages-.patch
	patches.suse/0001-btrfs-track-qgroup-released-data-in-own-variable-in-.patch
	patches.suse/0002-btrfs-fix-qgroup-data-rsv-leak-caused-by-falloc-fail.patch
	patches.suse/btrfs-fix-race-when-cloning-extent-buffer-during-rew.patch
	patches.suse/btrfs-always-pin-deleted-leaves-when-there-are-activ.patch
	patches.suse/drm-amd-display-Correct-algorithm-for-reversed-gamma.patch
	patches.suse/i915-perf-Start-hrtimer-only-if-sampling-the-OA-buff.patch
	patches.suse/ALSA-hda-generic-Fix-the-micmute-led-init-state.patch
	patches.suse/ALSA-dice-fix-null-pointer-dereference-when-node-is-.patch
	patches.suse/ALSA-hda-realtek-Apply-headset-mic-quirks-for-Xiaomi.patch
	patches.suse/ALSA-hda-realtek-apply-pin-quirk-for-XiaomiNotebook-.patch
	patches.suse/ALSA-hda-realtek-fix-mute-micmute-LEDs-for-HP-840-G8.patch
	patches.suse/ALSA-hda-realtek-fix-mute-micmute-LEDs-for-HP-440-G8.patch
	patches.suse/ALSA-hda-realtek-fix-mute-micmute-LEDs-for-HP-850-G8.patch
	patches.suse/ASoC-rt1015-fix-i2c-communication-error.patch
	patches.suse/ASoC-fsl_ssi-Fix-TDM-slot-setup-for-I2S-mode.patch
	patches.suse/ASoC-ak4458-Add-MODULE_DEVICE_TABLE.patch
	patches.suse/ASoC-ak5558-Add-MODULE_DEVICE_TABLE.patch
	patches.suse/ASoC-rt5670-Remove-OUT-Channel-Switch-control.patch
	patches.suse/ASoC-rt5670-Remove-HP-Playback-Switch-control.patch
	patches.suse/ASoC-rt5670-Remove-ADC-vol-ctrl-mute-bits-poking-fro.patch
	patches.suse/ASoC-rt5670-Add-emulated-DAC1-Playback-Switch-contro.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Fix-HP-Pavilion-x2-10-p0XX-O.patch
	patches.suse/ASoC-sgtl5000-set-DAP_AVC_CTRL-register-to-correct-d.patch
	patches.suse/ASoC-es8316-Simplify-adc_pga_gain_tlv-table.patch
	patches.suse/ASoC-rt5640-Fix-dac-and-adc-vol-tlv-values-being-off.patch
	patches.suse/ASoC-rt5651-Fix-dac-and-adc-vol-tlv-values-being-off.patch
	patches.suse/ASoC-SOF-Intel-unregister-DMIC-device-on-probe-error.patch
	patches.suse/ASoC-soc-core-Prevent-warning-if-no-DMI-table-is-pre.patch
	patches.suse/ASoC-cs42l42-Fix-Bitclock-polarity-inversion.patch
	patches.suse/ASoC-cs42l42-Fix-channel-width-support.patch
	patches.suse/ASoC-cs42l42-Fix-mixer-volume-control.patch
	patches.suse/ASoC-cs42l42-Don-t-enable-disable-regulator-at-Bias-.patch
	patches.suse/ASoC-cs42l42-Always-wait-at-least-3ms-after-reset.patch
	patches.suse/ASoC-SOF-intel-fix-wrong-poll-bits-in-dsp-power-down.patch
	patches.suse/ASoC-qcom-sdm845-Fix-array-out-of-bounds-access.patch
	patches.suse/ASoC-qcom-sdm845-Fix-array-out-of-range-on-rx-slim-c.patch
	patches.suse/ASoC-codecs-wcd934x-add-a-sanity-check-in-set-channe.patch
	patches.suse/spi-cadence-set-cqspi-to-the-driver_data-field-of-st.patch
	patches.suse/ASoC-qcom-lpass-cpu-Fix-lpass-dai-ids-parse.patch
	patches.suse/ASoC-rt711-add-snd_soc_component-remove-callback.patch
	patches.suse/ASoC-simple-card-utils-Do-not-handle-device-clock.patch
	patches.suse/ASoC-rt5659-Update-MCLK-rate-in-set_sysclk.patch
	patches.suse/ALSA-usb-audio-Fix-unintentional-sign-extension-issu.patch
	patches.suse/iommu-amd-Move-Stoney-Ridge-check-to-detect_ivrs.patch
	patches.suse/iommu-amd-keep-track-of-amd_iommu_irq_remap-state
	patches.suse/Revert-PM-runtime-Update-device-status-before-lettin.patch
	patches.suse/s390-vtime-fix-increased-steal-time-accounting.patch
	patches.suse/s390-pci-fix-leak-of-pci-device-structure
	patches.suse/nvme-fabrics-only-reserve-a-single-tag.patch
	patches.suse/nvme-merge-nvme_keep_alive-into-nvme_keep_alive_work.patch
	patches.suse/nvme-allocate-the-keep-alive-request-using-BLK_MQ_RE.patch
	patches.suse/nvme-tcp-fix-misuse-of-__smp_processor_id-with-preem.patch
	patches.suse/0001-nvme-tcp-fix-possible-hang-when-failing-to-set-io-qu.patch
	patches.suse/scsi-ibmvfc-Free-channel_setup_buf-during-device-tea.patch
	patches.suse/scsi-myrs-Fix-a-double-free-in-myrs_cleanup
	patches.suse/scsi-qla2xxx-Fix-broken-endif-placement.patch
	patches.suse/scsi-lpfc-Fix-some-error-codes-in-debugfs.patch
	patches.suse/scsi-mpt3sas-Do-not-use-GFP_KERNEL-in-atomic-context
	patches.suse/cifs-update-new-ACE-pointer-after-populate_new_aces-.patch
	patches.suse/cifs-Fix-preauth-hash-corruption.patch
	patches.suse/fs-cifs-fix-misspellings-using-codespell-tool.patch
	patches.suse/cifs-warn-and-fail-if-trying-to-use-rootfs-without-the-config-optio.patch
	patches.suse/cifs-fix-allocation-size-on-newly-created-files.patch
	patches.suse/PCI-rpadlpar-Fix-potential-drc_name-corruption-in-st.patch
	patches.suse/kernel-fs-Introduce-and-use-set_restart_fn-and-arch_.patch
	patches.suse/x86-introduce-ts_compat_restart-to-fix-get_nr_restart_syscall.patch
	patches.suse/x86-ioapic-ignore-irq2-again.patch
	patches.suse/firmware-efi-Fix-a-use-after-bug-in-efi_mem_reserve_.patch
	patches.suse/efi-use-32-bit-alignment-for-efi_guid_t-literals.patch
	patches.suse/perf-x86-intel-fix-a-crash-caused-by-zero-pebs-status.patch
	patches.suse/perf-x86-intel-Fix-unchecked-MSR-access-error-caused-by-VLBR_EVENT.patch
	patches.suse/genirq-Disable-interrupts-for-force-threaded-handler.patch
	patches.suse/thunderbolt-Initialize-HopID-IDAs-in-tb_switch_alloc.patch
	patches.suse/usbip-Fix-incorrect-double-assignment-to-udc-ud.tcp_.patch
	patches.suse/usb-gadget-configfs-Fix-KASAN-use-after-free.patch
	patches.suse/usb-storage-Add-quirk-to-defeat-Kindle-s-automatic-u.patch
	patches.suse/usb-typec-Remove-vdo-3-part-of-tps6598x_rx_identity_.patch
	patches.suse/usb-typec-tcpm-Invoke-power_supply_changed-for-tcpm-.patch
	patches.suse/usb-dwc3-gadget-Prevent-EP-queuing-while-stopping-tr.patch
	patches.suse/iio-adc-qcom-spmi-vadc-add-default-scale-to-LR_MUX2_.patch
	patches.suse/iio-hid-sensor-prox-Fix-scale-not-correct-issue.patch
	patches.suse/iio-adc-ad7949-fix-wrong-ADC-result-due-to-incorrect.patch
	patches.suse/iio-adis16400-Fix-an-error-code-in-adis16400_initial.patch
	patches.suse/iio-hid-sensor-humidity-Fix-alignment-issue-of-times.patch
	patches.suse/iio-hid-sensor-temperature-Fix-issues-of-timestamp-c.patch
	patches.suse/iio-gyro-mpu3050-Fix-error-handling-in-mpu3050_trigg.patch
	patches.suse/staging-comedi-cb_pcidas-fix-request_irq-warn.patch
	patches.suse/staging-comedi-cb_pcidas64-fix-request_irq-warn.patch
	patches.suse/ext4-find-old-entry-again-if-failed-to-rename-whiteo.patch
	patches.suse/ext4-do-not-try-to-set-xattr-into-ea_inode-if-value-.patch
	patches.suse/ext4-fix-potential-error-in-ext4_do_update_inode.patch
	patches.suse/platform-x86-intel-hid-Support-Lenovo-ThinkPad-X1-Ta.patch
	patches.suse/platform-x86-thinkpad_acpi-Allow-the-FnLock-LED-to-c.patch
	patches.suse/platform-x86-intel-vbtn-Stop-reporting-SW_DOCK-event.patch
	patches.suse/platform-x86-intel_pmt_crashlog-Fix-incorrect-macros.patch
	patches.suse/veth-Store-queue_mapping-independently-of-XDP-prog-p.patch
	patches.suse/libbpf-Fix-INSTALL-flag-order.patch
	patches.suse/bpf-Don-t-do-bpf_cgroup_storage_set-for-kuprobe-tp-p.patch
	patches.suse/macvlan-macvlan_count_rx-needs-to-be-aware-of-preemp.patch
	patches.suse/net-mlx5e-RX-Mind-the-MPWQE-gaps-when-calculating-of.patch
	patches.suse/net-mlx5e-Don-t-match-on-Geneve-options-in-case-opti.patch
	patches.suse/net-mlx5e-E-switch-Fix-rate-calculation-division.patch
	patches.suse/igc-reinit_locked-should-be-called-with-rtnl_lock.patch
	patches.suse/igc-Fix-Pause-Frame-Advertising.patch
	patches.suse/igc-Fix-Supported-Pause-Frame-Link-Setting.patch
	patches.suse/igc-Fix-igc_ptp_rx_pktstamp.patch
	patches.suse/e1000e-add-rtnl_lock-to-e1000_reset_task.patch
	patches.suse/e1000e-Fix-error-handling-in-e1000_set_d0_lplu_state.patch
	patches.suse/net-qlcnic-Fix-a-use-after-free-in-qlcnic_83xx_get_m.patch
	patches.suse/mISDN-fix-crash-in-fritzpci.patch
	patches.suse/Revert-net-bonding-fix-error-return-code-of-bond_nei.patch
	patches.suse/igb-avoid-premature-Rx-buffer-reuse.patch
	patches.suse/net-qrtr-fix-a-kernel-infoleak-in-qrtr_recvmsg.patch
	patches.suse/flow_dissector-fix-byteorder-of-dissected-ICMP-ID.patch
	patches.suse/can-peak_usb-add-forgotten-supported-devices.patch
	patches.suse/can-flexcan-flexcan_chip_freeze-fix-chip-freeze-for-.patch
	patches.suse/can-c_can_pci-c_can_pci_remove-fix-use-after-free.patch
	patches.suse/can-c_can-move-runtime-PM-enable-disable-to-c_can_pl.patch
	patches.suse/can-m_can-m_can_do_rx_poll-fix-extraneous-msg-loss-w.patch
	patches.suse/nfp-flower-add-ipv6-bit-to-pre_tunnel-control-messag.patch
	patches.suse/nfp-flower-fix-pre_tun-mask-id-allocation.patch
	patches.suse/ionic-linearize-tso-skb-with-too-many-frags.patch
	patches.suse/mac80211-fix-rate-mask-reset.patch
	patches.suse/mac80211-fix-double-free-in-ibss_leave.patch
	patches.suse/mac80211-Allow-HE-operation-to-be-longer-than-expect.patch
	patches.suse/mac80211-choose-first-enabled-channel-for-monitor.patch
	patches.suse/selftests-bpf-Set-gopt-opt_class-to-0-if-get-tunnel-.patch
	patches.suse/ftrace-Fix-modify_ftrace_direct.patch
	patches.suse/bpf-Prohibit-alu-ops-for-pointer-types-not-defining-.patch
	patches.suse/bpf-Fix-off-by-one-for-area-size-in-creating-mask-to.patch
	patches.suse/bpf-Simplify-alu_limit-masking-for-pointer-arithmeti.patch
	patches.suse/bpf-Add-sanity-check-for-upper-ptr_limit.patch
	patches.suse/libbpf-Fix-error-path-in-bpf_object__elf_init.patch
	patches.suse/libbpf-Use-SOCK_CLOEXEC-when-opening-the-netlink-soc.patch
	patches.suse/netsec-restore-phy-power-state-after-controller-rese.patch
	patches.suse/net-make-__dev_alloc_name-consider-all-name-nodes-wh.patch
	patches.suse/netfilter-x_tables-use-correct-memory-barriers.patch
	patches.suse/netfilter-nftables-report-EOPNOTSUPP-on-unsupported-.patch
	patches.suse/netfilter-nftables-allow-to-update-flowtable-flags.patch
	patches.suse/netfilter-flowtable-Make-sure-GC-works-periodically-.patch
	patches.suse/net-cdc-phonet-fix-data-interface-release-on-probe-f.patch
	patches.suse/r8152-limit-the-RX-buffer-size-of-RTL8153A-for-USB-2.patch
	patches.suse/e1000e-Fix-duplicate-include-guard.patch
	patches.suse/igb-Fix-duplicate-include-guard.patch
	patches.suse/igb-check-timestamp-validity.patch
	patches.suse/libbpf-Fix-BTF-dump-of-pointer-to-array-of-struct.patch
	patches.suse/can-peak_usb-Revert-can-peak_usb-add-forgotten-suppo.patch
	patches.suse/r8169-fix-DMA-being-used-after-buffer-free-if-WoL-is.patch
	patches.suse/net-mlx5-Add-back-multicast-stats-for-uplink-represe.patch
	patches.suse/net-mlx5e-Allow-to-match-on-MPLS-parameters-only-for.patch
	patches.suse/net-mlx5e-Offload-tuple-rewrite-for-non-CT-flows.patch
	patches.suse/net-mlx5e-Fix-error-path-for-ethtool-set-priv-flag.patch
	patches.suse/ptp_qoriq-fix-overflow-in-ptp_qoriq_adjfine-u64-calc.patch
	patches.suse/ch_ktls-fix-enum-conversion-warning.patch
	patches.suse/math-Export-mul_u64_u64_div_u64.patch
	patches.suse/arm64-kdump-update-ppos-when-reading-elfcorehdr.patch
	patches.suse/0001-squashfs-fix-inode-lookup-sanity-checks.patch
	patches.suse/0002-squashfs-fix-xattr-id-and-id-lookup-sanity-checks.patch
	patches.suse/btrfs-fix-subvolume-snapshot-deletion-not-triggered-.patch
	patches.suse/drm-amdgpu-Add-additional-Sienna-Cichlid-PCI-ID.patch
	patches.suse/drm-amdgpu-display-restore-AUX_DPHY_TX_CONTROL-for-D.patch
	patches.suse/drm-msm-adreno-a5xx_power-Don-t-apply-A540-lm_setup-.patch
	patches.suse/drm-msm-Ratelimit-invalid-fence-message.patch
	patches.suse/drm-msm-fix-shutdown-hook-in-case-GPU-components-fai.patch
	patches.suse/drm-msm-Fix-suspend-resume-on-i.MX5.patch
	patches.suse/bus-omap_l3_noc-mark-l3-irqs-as-IRQF_NO_THREAD.patch
	patches.suse/bus-ti-sysc-Fix-warning-on-unbind-if-reset-is-not-de.patch
	patches.suse/ARM-dts-at91-sama5d27_som1-fix-phy-address-to-7.patch
	patches.suse/PM-EM-postpone-creating-the-debugfs-dir-till-fs_init.patch
	patches.suse/ACPICA-Always-create-namespace-nodes-using-acpi_ns_c.patch
	patches.suse/ACPI-video-Add-missing-callback-back-for-Sony-VPCEH3.patch
	patches.suse/0002-dm-verity-fix-DM_VERITY_OPTS_MAX-value.patch
	patches.suse/dm-ioctl-fix-out-of-bounds-array-access-when-no-devi.patch
	patches.suse/scsi-ibmvfc-Fix-potential-race-in-ibmvfc_wait_for_op.patch
	patches.suse/scsi-ibmvfc-Make-ibmvfc_wait_for_ops-MQ-aware.patch
	patches.suse/scsi-qedi-Fix-error-return-code-of-qedi_alloc_global_queues
	patches.suse/scsi-mpt3sas-Fix-error-return-code-of-mpt3sas_base_attach
	patches.suse/scsi-target-pscsi-Avoid-OOM-in-pscsi_map_sg.patch
	patches.suse/scsi-target-pscsi-Clean-up-after-failure-in-pscsi_ma.patch
	patches.suse/block-recalculate-segment-count-for-multi-segment-di.patch
	patches.suse/cifs-Adjust-key-sizes-and-key-generation-routines-for-AES256-encryp.patch
	patches.suse/cifs-Fix-chmod-with-modefromsid-when-an-older-ACE-already-exists-.patch
	patches.suse/cifs-revalidate-mapping-when-we-open-files-for-SMB1-POSIX.patch
	patches.suse/cifs-Silently-ignore-unknown-oplock-break-handle.patch
	patches.suse/smb3-fix-cached-file-size-problems-in-duplicate-extents-reflink-.patch
	patches.suse/locking-mutex-Fix-non-debug-version-of-mutex_lock_io.patch
	patches.suse/x86-mem_encrypt-correct-physical-address-calculation-in-_set_clr_pte_enc.patch
	patches.suse/xen-blkback-don-t-leak-persistent-grants-from-xen_bl.patch
	patches.suse/reiserfs-update-reiserfs_xattrs_initialized-conditio.patch
	patches.suse/pinctrl-rockchip-fix-restore-error-in-resume.patch
	patches.suse/ALSA-hda-realtek-fix-a-determine_headset_type-issue-.patch
	patches.suse/ALSA-hda-realtek-call-alc_update_headset_mode-in-hp_.patch
	patches.suse/ALSA-usb-audio-Apply-sample-rate-quirk-to-Logitech-C.patch
	patches.suse/ALSA-hda-Re-add-dropped-snd_poewr_change_state-calls.patch
	patches.suse/ALSA-hda-Add-missing-sanity-checks-in-PM-prepare-com.patch
	patches.suse/ALSA-hda-realtek-fix-mute-micmute-LEDs-for-HP-640-G8.patch
	patches.suse/drm-amdgpu-fix-offset-calculation-in-amdgpu_vm_bo_cl.patch
	patches.suse/drm-amdkfd-dqm-fence-memory-corruption.patch
	patches.suse/drm-amdgpu-check-alignment-on-CPU-page-for-bo-map.patch
	patches.suse/drm-tegra-dc-Don-t-set-PLL-clock-to-0Hz.patch
	patches.suse/drm-tegra-dc-Restore-coupling-of-display-controllers.patch
	patches.suse/drm-tegra-sor-Grab-runtime-PM-reference-across-reset.patch
	patches.suse/drm-imx-imx-ldb-fix-out-of-bounds-array-access-warni.patch
	patches.suse/PM-runtime-Fix-ordering-in-pm_runtime_get_suppliers.patch
	patches.suse/PM-runtime-Fix-race-getting-putting-suppliers-at-pro.patch
	patches.suse/ACPI-processor-Fix-CPU0-wakeup-in-acpi_idle_play_dea.patch
	patches.suse/usb-gadget-udc-amd5536udc_pci-fix-null-ptr-dereferen.patch
	patches.suse/cdc-acm-fix-BREAK-rx-code-path-adding-necessary-call.patch
	patches.suse/USB-cdc-acm-untangle-a-circular-dependency-between-c.patch
	patches.suse/USB-cdc-acm-downgrade-message-to-debug.patch
	patches.suse/USB-cdc-acm-fix-double-free-on-probe-failure.patch
	patches.suse/USB-cdc-acm-fix-use-after-free-after-probe-failure.patch
	patches.suse/USB-cdc-acm-clean-up-probe-error-labels.patch
	patches.suse/USB-quirks-ignore-remote-wake-up-on-Fibocom-L850-GL-.patch
	patches.suse/usbip-vhci_hcd-fix-shift-out-of-bounds-in-vhci_hub_c.patch
	patches.suse/usb-dwc3-gadget-Clear-DEP-flags-after-stop-transfers.patch
	patches.suse/usb-xhci-mtk-fix-broken-streams-issue-on-0.96-xHCI.patch
	patches.suse/usb-musb-Fix-suspend-with-devices-connected-for-a64.patch
	patches.suse/usb-dwc2-Fix-HPRT0.PrtSusp-bit-setting-for-HiKey-960.patch
	patches.suse/usb-dwc2-Prevent-core-suspend-when-port-connection-f.patch
	patches.suse/staging-rtl8192e-Fix-incorrect-source-in-memcpy.patch
	patches.suse/staging-rtl8192e-Change-state-information-from-u16-t.patch
	patches.suse/extcon-Add-stubs-for-extcon_register_notifier_all-fu.patch
	patches.suse/extcon-Fix-error-handling-in-extcon_dev_register.patch
	patches.suse/drivers-video-fbcon-fix-NULL-dereference-in-fbcon_cu.patch
	patches.suse/interconnect-core-fix-error-return-code-of-icc_link_.patch
	patches.suse/msft-hv-2270-video-hyperv_fb-Fix-a-double-free-in-hvfb_probe.patch
	patches.suse/powerpc-pseries-mobility-use-struct-for-shared-state.patch
	patches.suse/powerpc-pseries-mobility-handle-premature-return-fro.patch
	patches.suse/firewire-nosy-Fix-a-use-after-free-bug-in-nosy_ioctl.patch
	patches.suse/workqueue-Move-the-position-of-debug_work_activate-i.patch
	patches.suse/regulator-bd9571mwv-Fix-AVS-and-DVFS-voltage-range.patch
	patches.suse/ARM-dts-imx6-pbab01-Set-vmmc-supply-for-both-SD-interfaces.patch
	patches.suse/soc-fsl-qbman-fix-conflicting-alignment-attributes.patch
	patches.suse/ARM-dts-turris-omnia-fix-hardware-buffer-management.patch
	patches.suse/ARM-dts-turris-omnia-configure-LED-2-INTn-pin-as-interrupt-pin.patch
	patches.suse/ALSA-hda-conexant-Apply-quirk-for-another-HP-ZBook-G.patch
	patches.suse/ALSA-aloop-Fix-initialization-of-controls.patch
	patches.suse/ASoC-wm8960-Fix-wrong-bclk-and-lrclk-with-pll-enable.patch
	patches.suse/ASoC-SOF-Intel-HDA-fix-core-status-verification.patch
	patches.suse/ASoC-intel-atom-Stop-advertising-non-working-S24LE-s.patch
	patches.suse/ASoC-intel-atom-Remove-44100-sample-rate-from-the-me.patch
	patches.suse/ASoC-max98373-Changed-amp-shutdown-register-as-volat.patch
	patches.suse/ASoC-max98373-Added-30ms-turn-on-off-time-delay.patch
	patches.suse/ASoC-cygnus-fix-for_each_child.cocci-warnings.patch
	patches.suse/ASoC-sunxi-sun4i-codec-fill-ASoC-card-owner.patch
	patches.suse/ASoC-fsl_esai-Fix-TDM-slot-setup-for-I2S-mode.patch
	patches.suse/ALSA-hda-realtek-Fix-speaker-amp-setup-on-Acer-Aspir.patch
	patches.suse/RDMA-rtrs-clt-Close-rtrs-client-conn-before-destroyi.patch
	patches.suse/IB-hfi1-Fix-probe-time-panic-when-AIP-is-enabled-wit.patch
	patches.suse/cifs-On-cifs_reconnect-resolve-the-hostname-again-.patch
	patches.suse/fs-cifs-Remove-unnecessary-struct-declaration.patch
	patches.suse/cifs-escape-spaces-in-share-names.patch
	patches.suse/ACPI-processor-Fix-build-when-CONFIG_ACPI_PROCESSOR-.patch
	patches.suse/xen-evtchn-Change-irq_info-lock-to-raw_spinlock_t.patch
	patches.suse/drm-msm-Set-drvdata-to-NULL-when-msm_drm_init-fails.patch
	patches.suse/drm-msm-Fix-a5xx-a6xx-timestamps.patch
	patches.suse/gpu-xen-Fix-a-use-after-free-in-xen_drm_drv_init.patch
	patches.suse/drm-vc4-crtc-Reduce-PV-fifo-threshold-on-hvs4.patch
	patches.suse/drm-i915-Fix-invalid-access-to-ACPI-_DSM-objects.patch
	patches.suse/nfc-fix-refcount-leak-in-llcp_sock_bind.patch
	patches.suse/nfc-fix-refcount-leak-in-llcp_sock_connect.patch
	patches.suse/nfc-fix-memory-leak-in-llcp_sock_connect.patch
	patches.suse/nfc-Avoid-endless-loops-caused-by-repeated-llcp_sock.patch
	patches.suse/vxlan-do-not-modify-the-shared-tunnel-info-when-PMTU.patch
	patches.suse/geneve-do-not-modify-the-shared-tunnel-info-when-PMT.patch
	patches.suse/i40e-Added-Asym_Pause-to-supported-link-modes.patch
	patches.suse/i40e-Fix-kernel-oops-when-i40e-driver-removes-VF-s.patch
	patches.suse/gianfar-Handle-error-code-at-MAC-address-change.patch
	patches.suse/cxgb4-avoid-collecting-SGE_QBASE-regs-during-traffic.patch
	patches.suse/ice-Continue-probe-on-link-PHY-errors.patch
	patches.suse/ice-Increase-control-queue-timeout.patch
	patches.suse/ice-prevent-ice_open-and-ice_stop-during-reset.patch
	patches.suse/ice-fix-memory-allocation-call.patch
	patches.suse/ice-remove-DCBNL_DEVRESET-bit-from-PF-state.patch
	patches.suse/ice-Fix-for-dereference-of-NULL-pointer.patch
	patches.suse/ice-Use-port-number-instead-of-PF-ID-for-WoL.patch
	patches.suse/ice-Cleanup-fltr-list-in-case-of-allocation-issues.patch
	patches.suse/ethernet-netronome-nfp-Fix-a-use-after-free-in-nfp_b.patch
	patches.suse/nfp-flower-ignore-duplicate-merge-hints-from-FW.patch
	patches.suse/net-phy-broadcom-Only-advertise-EEE-for-supported-mo.patch
	patches.suse/xfrm-Provide-private-skb-extensions-for-segmented-an.patch
	patches.suse/net-mlx5e-Fix-ethtool-indication-of-connector-type.patch
	patches.suse/net-mlx5-Don-t-request-more-than-supported-EQs.patch
	patches.suse/i40e-Fix-display-statistics-for-veb_tc.patch
	patches.suse/libbpf-Fix-bail-out-from-ringbuf_process_ring-on-err.patch
	patches.suse/bpf-Enforce-that-struct_ops-programs-be-GPL-only.patch
	patches.suse/bpf-Refcount-task-stack-in-bpf_get_task_stack.patch
	patches.suse/bpf-link-Refuse-non-O_RDWR-flags-in-BPF_OBJ_GET.patch
	patches.suse/libbpf-Only-create-rx-and-tx-XDP-rings-when-necessar.patch
	patches.suse/net-cls_api-Fix-uninitialised-struct-field-bo-unlock.patch
	patches.suse/net-hns3-Remove-the-left-over-redundant-check-assign.patch
	patches.suse/net-hns3-Remove-un-necessary-else-if-in-the-hclge_re.patch
	patches.suse/batman-adv-initialize-struct-batadv_tvlv_tt_vlan_dat.patch
	patches.suse/net-hns3-clear-VF-down-state-bit-before-request-link.patch
	patches.suse/ethtool-fix-incorrect-datatype-in-set_eee-ops.patch
	patches.suse/net-mlx5-Fix-placement-of-log_max_flow_counter.patch
	patches.suse/net-mlx5-Fix-PPLM-register-mapping.patch
	patches.suse/net-mlx5-Fix-PBMC-register-mapping.patch
	patches.suse/iwlwifi-Fix-softirq-hardirq-disabling-in-iwl_pcie_en.patch
	patches.suse/iwlwifi-fix-11ax-disabled-bit-in-the-regulatory-capa.patch
	patches.suse/iwlwifi-pcie-properly-set-LTR-workarounds-on-22000-d.patch
	patches.suse/iwlwifi-add-support-for-Qu-with-AX201-device.patch
	patches.suse/net-mac802154-Fix-general-protection-fault.patch
	patches.suse/net-hso-fix-null-ptr-deref-during-tty-device-unregis.patch
	patches.suse/mac80211-clear-sta-fast_rx-when-STA-removed-from-4-a.patch
	patches.suse/mac80211-fix-TXQ-AC-confusion.patch
	patches.suse/cfg80211-remove-WARN_ON-in-cfg80211_sme_connect.patch
	patches.suse/virt_wifi-Return-micros-for-BSS-TSF-values.patch
	patches.suse/bpf-sockmap-Fix-sk-prot-unhash-op-reset.patch
	patches.suse/bpf-x86-Validate-computation-of-branch-displacements.patch
	patches.suse/bpf-x86-Validate-computation-of-branch-displacements-26f55a59.patch
	patches.suse/net-sched-sch_teql-fix-null-pointer-dereference.patch
	patches.suse/i40e-Fix-parameters-in-aq_get_phy_register.patch
	patches.suse/i40e-Fix-sparse-errors-in-i40e_txrx.c.patch
	patches.suse/i40e-Fix-sparse-error-uninitialized-symbol-ring.patch
	patches.suse/i40e-Fix-sparse-error-vsi-netdev-could-be-null.patch
	patches.suse/i40e-Fix-sparse-warning-missing-error-code-err.patch
	patches.suse/ice-fix-memory-leak-of-aRFS-after-resuming-from-susp.patch
	patches.suse/fs-direct-io-fix-missing-sdio-boundary.patch
	patches.suse/clk-socfpga-fix-iomem-pointer-cast-on-64-bit.patch
	patches.suse/clk-fix-invalid-usage-of-list-cursor-in-register.patch
	patches.suse/clk-fix-invalid-usage-of-list-cursor-in-unregister.patch
	patches.suse/i2c-designware-Adjust-bus_freq_hz-when-refuse-high-s.patch
	patches.suse/thunderbolt-Fix-a-leak-in-tb_retimer_add.patch
	patches.suse/thunderbolt-Fix-off-by-one-in-tb_port_find_retimer.patch
	patches.suse/scsi-pm80xx-fix-chip-initialization-failure
	patches.suse/scsi-scsi_transport_srp-Don-t-block-target-in-SRP_PO.patch
	patches.suse/ras-cec-correct-ce_add_elem-s-returned-values.patch
	patches.suse/vfio-pci-Add-missing-range-check-in-vfio_pci_mmap.patch
	patches.suse/dmaengine-idxd-Fix-clobbering-of-SWERR-overflow-bit-.patch
	patches.suse/dmaengine-idxd-fix-delta_rec-and-crc-size-field-for-.patch
	patches.suse/dmaengine-idxd-fix-opcap-sysfs-attribute-output.patch
	patches.suse/dmaengine-idxd-fix-wq-size-store-permission-state.patch
	patches.suse/dmaengine-dw-Make-it-dependent-to-HAS_IOMEM.patch
	patches.suse/dmaengine-Fix-a-double-free-in-dma_async_device_regi.patch
	patches.suse/dmaengine-idxd-clear-MSIX-permission-entry-on-shutdo.patch
	patches.suse/dmaengine-idxd-fix-wq-cleanup-of-WQCFG-registers.patch
	patches.suse/s390-entry-save-the-caller-of-psw_idle.patch
	patches.suse/Input-s6sy761-fix-coordinate-read-bit-shift.patch
	patches.suse/Input-i8042-fix-Pegatron-C15B-ID-entry.patch
	patches.suse/Input-nspire-keypad-enable-interrupts-only-when-open.patch
	patches.suse/HID-google-add-don-USB-id.patch
	patches.suse/HID-alps-fix-error-return-code-in-alps_input_configu.patch
	patches.suse/HID-wacom-Assign-boolean-values-to-a-bool-variable.patch
	patches.suse/HID-wacom-set-EV_KEY-and-EV_ABS-only-for-non-HID_GEN.patch
	patches.suse/gpio-sysfs-Obey-valid_mask.patch
	patches.suse/libnvdimm-region-Fix-nvdimm_has_flush-to-handle-ND_R.patch
	patches.suse/net-geneve-check-skb-is-large-enough-for-IPv4-IPv6-h.patch
	patches.suse/netfilter-flowtable-fix-NAT-IPv6-offload-mangling.patch
	patches.suse/netfilter-x_tables-fix-compat-match-target-pad-out-o.patch
	patches.suse/ibmvnic-correctly-use-dev_consume-free_skb_irq.patch
	patches.suse/ethtool-pause-make-sure-we-init-driver-stats.patch
	patches.suse/r8169-don-t-advertise-pause-in-jumbo-mode.patch
	patches.suse/ibmvnic-avoid-calling-napi_disable-twice.patch
	patches.suse/ibmvnic-remove-duplicate-napi_schedule-call-in-do_re.patch
	patches.suse/ibmvnic-remove-duplicate-napi_schedule-call-in-open-.patch
	patches.suse/vrf-fix-a-comment-about-loopback-device.patch
	patches.suse/ixgbe-fix-unbalanced-device-enable-disable-in-suspen.patch
	patches.suse/i40e-fix-the-panic-when-running-bpf-in-xdpdrv-mode.patch
	patches.suse/net-mlx5e-Fix-setting-of-RS-FEC-mode.patch
	patches.suse/net-mlx5e-fix-ingress_ifindex-check-in-mlx5e_flower_.patch
	patches.suse/ch_ktls-Fix-kernel-panic.patch
	patches.suse/ch_ktls-fix-device-connection-close.patch
	patches.suse/ch_ktls-tcb-close-causes-tls-connection-failure.patch
	patches.suse/ch_ktls-do-not-send-snd_una-update-to-TCB-in-middle.patch
	patches.suse/bpf-Use-correct-permission-flag-for-mixed-signed-bou.patch
	patches.suse/bpf-Move-off_reg-into-sanitize_ptr_alu.patch
	patches.suse/bpf-Ensure-off_reg-has-no-mixed-signed-bounds-for-al.patch
	patches.suse/bpf-Rework-ptr_limit-into-alu_limit-and-add-common-e.patch
	patches.suse/bpf-Improve-verifier-error-messages-for-users.patch
	patches.suse/bpf-Refactor-and-streamline-bounds-check-into-helper.patch
	patches.suse/bpf-Move-sanitize_val_alu-out-of-op-switch.patch
	patches.suse/bpf-Tighten-speculative-pointer-arithmetic-mask.patch
	patches.suse/scsi-libsas-Reset-num_scatter-if-libata-marks-qc-as-NODATA
	patches.suse/ARM-footbridge-fix-PCI-interrupt-mapping.patch
	patches.suse/ARM-9071-1-uprobes-Don-t-hook-on-thumb-instructions.patch
	patches.suse/KEYS-trusted-Fix-TPM-reservation-for-seal-unseal.patch
	patches.suse/gpio-omap-Save-and-restore-sysconfig.patch
	patches.suse/pinctrl-lewisburg-Update-number-of-pins-in-community.patch
	patches.suse/x86-crash-fix-crash_setup_memmap_entries-out-of-bounds-access.patch
	patches.suse/locking-qrwlock-Fix-ordering-in-queued_write_lock_sl.patch
	patches.suse/perf-x86-intel-uncore-remove-uncore-extra-pci-dev-hswep_pci_pcu_3.patch
	patches.suse/tpm-efi-Use-local-variable-for-calculating-final-log.patch
	patches.suse/tpm-acpi-Check-eventlog-signature-before-using-it.patch
	patches.suse/security-keys-trusted-fix-TPM2-authorizations.patch
	patches.suse/crypto-api-check-for-ERR-pointers-in-crypto_destroy_.patch
	patches.suse/crypto-qat-fix-unmap-invalid-dma-address.patch
	patches.suse/crypto-qat-don-t-release-uninitialized-resources.patch
	patches.suse/crypto-qat-ADF_STATUS_PF_RUNNING-should-be-set-after.patch
	patches.suse/crypto-rng-fix-crypto_rng_reset-refcounting-when-CRY.patch
	patches.suse/crypto-qat-fix-error-path-in-adf_isr_resource_alloc.patch
	patches.suse/crypto-qat-Fix-a-double-free-in-adf_create_ring.patch
	patches.suse/crypto-chelsio-Read-rxchannel-id-from-firmware.patch
	patches.suse/crypto-stm32-hash-Fix-PM-reference-leak-on-stm32-has.patch
	patches.suse/crypto-stm32-cryp-Fix-PM-reference-leak-on-stm32-cry.patch
	patches.suse/crypto-arm-curve25519-Move-.fpu-after-.arch.patch
	patches.suse/x86-microcode-check-for-offline-cpus-before-requesting-new-microcode.patch
	patches.suse/x86-boot-compressed-64-cleanup-exception-handling-before-booting-kernel
	patches.suse/x86-sev-do-not-require-hypervisor-cpuid-bit-for-sev-guests
	patches.suse/x86-boot-compressed-64-reload-cs-in-startup_32
	patches.suse/x86-boot-compressed-64-setup-idt-in-startup_32-boot-path
	patches.suse/x86-boot-compressed-64-add-32-bit-boot-vc-handler
	patches.suse/x86-boot-compressed-64-add-cpuid-sanity-check-to-32-bit-boot-path
	patches.suse/x86-boot-compressed-64-check-sev-encryption-in-the-32-bit-boot-path
	patches.suse/x86-sev-es-replace-open-coded-hlt-loops-with-sev_es_terminate
	patches.suse/x86-platform-uv-set-section-block-size-for-hubless-architectures.patch
	patches.suse/genirq-Reduce-irqdebug-cacheline-bouncing.patch
	patches.suse/posix-timers-Preserve-return-value-in-clock_adjtime3.patch
	patches.suse/xen-blkback-fix-compatibility-bug-with-single-page-r.patch
	patches.suse/msft-hv-2269-drivers-hv-Fix-whitespace-errors.patch
	patches.suse/msft-hv-2305-Drivers-hv-vmbus-Use-after-free-in-__vmbus_open.patch
	patches.suse/msft-hv-2310-Drivers-hv-vmbus-Initialize-unload_event-statically.patch
	patches.suse/msft-hv-2311-Drivers-hv-vmbus-Increase-wait-time-for-VMbus-unload.patch
	patches.suse/msft-hv-2312-video-hyperv_fb-Add-ratelimit-on-error-message.patch
	patches.suse/mfd-intel_pmt-Fix-nuisance-messages-and-handling-of-.patch
	patches.suse/platform-x86-thinkpad_acpi-Correct-thermal-sensor-al.patch
	patches.suse/platform-x86-pmc_atom-Match-all-Beckhoff-Automation-.patch
	patches.suse/platform-x86-intel_pmc_core-Don-t-use-global-pmcdev-.patch
	patches.suse/misc-lis3lv02d-Fix-false-positive-WARN-on-various-HP.patch
	patches.suse/nvmem-rmem-fix-undefined-reference-to-memremap.patch
	patches.suse/misc-vmw_vmci-explicitly-initialize-vmci_notify_bm_s.patch
	patches.suse/misc-vmw_vmci-explicitly-initialize-vmci_datagram-pa.patch
	patches.suse/soundwire-bus-Fix-device-found-flag-correctly.patch
	patches.suse/soundwire-stream-fix-memory-leak-in-stream-config-er.patch
	patches.suse/phy-marvell-ARMADA375_USBCLUSTER_PHY-should-not-defa.patch
	patches.suse/firmware-qcom-scm-Fix-QCOM_SCM-configuration.patch
	patches.suse/fbdev-zero-fill-colormap-in-fbcmap.c.patch
	patches.suse/intel_th-Consistency-and-off-by-one-fix.patch
	patches.suse/intel_th-pci-Add-Rocket-Lake-CPU-support.patch
	patches.suse/intel_th-pci-Add-Alder-Lake-M-support.patch
	patches.suse/phy-phy-twl4030-usb-Fix-possible-use-after-free-in-t.patch
	patches.suse/bluetooth-eliminate-the-potential-race-condition-whe.patch
	patches.suse/node-fix-device-cleanups-in-error-handling-code.patch
	patches.suse/iio-accel-adis16201-Fix-wrong-axis-assignment-that-p.patch
	patches.suse/staging-rtl8192u-Fix-potential-infinite-loop.patch
	patches.suse/tty-synclink_gt-drop-unneeded-forward-declarations.patch
	patches.suse/serial-stm32-fix-incorrect-characters-on-console.patch
	patches.suse/serial-stm32-fix-tx_empty-condition.patch
	patches.suse/tty-fix-memory-leak-in-vc_deallocate.patch
	patches.suse/staging-fwserial-fix-TIOCSSERIAL-jiffies-conversions.patch
	patches.suse/staging-fwserial-fix-TIOCSSERIAL-permission-check.patch
	patches.suse/staging-fwserial-fix-TIOCSSERIAL-implementation.patch
	patches.suse/staging-fwserial-fix-TIOCGSERIAL-implementation.patch
	patches.suse/tty-amiserial-fix-TIOCSSERIAL-permission-check.patch
	patches.suse/tty-moxa-fix-TIOCSSERIAL-jiffies-conversions.patch
	patches.suse/tty-moxa-fix-TIOCSSERIAL-permission-check.patch
	patches.suse/serial-core-return-early-on-unsupported-ioctls.patch
	patches.suse/ttyprintk-Add-TTY-hangup-callback.patch
	patches.suse/usb-xhci-mtk-remove-or-operator-for-setting-schedule.patch
	patches.suse/usb-xhci-mtk-improve-bandwidth-scheduling-with-TT.patch
	patches.suse/usb-typec-tcpci-Check-ROLE_CONTROL-while-interpretin.patch
	patches.suse/usb-typec-tps6598x-Fix-return-value-check-in-tps6598.patch
	patches.suse/usb-gadget-uvc-add-bInterval-checking-for-HS-mode.patch
	patches.suse/usb-webcam-Invalid-size-of-Processing-Unit-Descripto.patch
	patches.suse/usb-sl811-hcd-improve-misleading-indentation.patch
	patches.suse/usb-gadget-function-f_fs-string-table-fix-for-multip.patch
	patches.suse/usb-gadget-f_uac2-validate-input-parameters.patch
	patches.suse/usb-gadget-f_uac1-validate-input-parameters.patch
	patches.suse/usb-xhci-Fix-port-minor-revision.patch
	patches.suse/usb-gadget-pch_udc-Replace-cpu_to_le32-by-lower_32_b.patch
	patches.suse/usb-gadget-pch_udc-Check-if-driver-is-present-before.patch
	patches.suse/usb-gadget-pch_udc-Check-for-DMA-mapping-error.patch
	patches.suse/usb-gadget-pch_udc-Move-pch_udc_init-to-satisfy-kern.patch
	patches.suse/usb-gadget-pch_udc-Revert-d3cb25a12138-completely.patch
	patches.suse/fotg210-udc-Fix-DMA-on-EP0-for-length-max-packet-siz.patch
	patches.suse/fotg210-udc-Fix-EP0-IN-requests-bigger-than-two-pack.patch
	patches.suse/fotg210-udc-Remove-a-dubious-condition-leading-to-fo.patch
	patches.suse/fotg210-udc-Mask-GRP2-interrupts-we-don-t-handle.patch
	patches.suse/fotg210-udc-Don-t-DMA-more-than-the-buffer-can-take.patch
	patches.suse/fotg210-udc-Complete-OUT-requests-on-short-packets.patch
	patches.suse/usb-gadget-aspeed-fix-dma-map-failure.patch
	patches.suse/USB-gadget-udc-fix-wrong-pointer-passed-to-IS_ERR-an.patch
	patches.suse/xhci-check-control-context-is-valid-before-dereferen.patch
	patches.suse/xhci-fix-potential-array-out-of-bounds-with-several-.patch
	patches.suse/usb-dwc2-Fix-session-request-interrupt-handler.patch
	patches.suse/usb-typec-tcpm-Address-incorrect-values-of-tcpm-psy-.patch
	patches.suse/usb-typec-tcpm-update-power-supply-once-partner-acce.patch
	patches.suse/usb-gadget-r8a66597-Add-missing-null-check-on-return.patch
	patches.suse/usb-musb-fix-PM-reference-leak-in-musb_irq_work.patch
	patches.suse/usb-core-hub-Fix-PM-reference-leak-in-usb_port_resum.patch
	patches.suse/usb-roles-Call-try_module_get-from-usb_role_switch_f.patch
	patches.suse/Revert-USB-cdc-acm-fix-rounding-error-in-TIOCSSERIAL.patch
	patches.suse/USB-cdc-acm-fix-unprivileged-TIOCCSERIAL.patch
	patches.suse/USB-cdc-acm-fix-TIOCGSERIAL-implementation.patch
	patches.suse/USB-ehci-fix-Kunpeng920-ehci-hardware-problem.patch
	patches.suse/usb-core-reduce-power-on-good-delay-time-of-root-hub.patch
	patches.suse/USB-Add-LPM-quirk-for-Lenovo-ThinkPad-USB-C-Dock-Gen.patch
	patches.suse/usb-typec-tcpm-Honour-pSnkStdby-requirement-during-n.patch
	patches.suse/usb-gadget-Fix-double-free-of-device-descriptor-poin.patch
	patches.suse/usb-dwc3-gadget-Fix-START_TRANSFER-link-state-check.patch
	patches.suse/usb-gadget-dummy_hcd-fix-gpf-in-gadget_setup.patch
	patches.suse/USB-Add-reset-resume-quirk-for-WD19-s-Realtek-Hub.patch
	patches.suse/USB-CDC-ACM-fix-poison-unpoison-imbalance.patch
	patches.suse/USB-serial-ark3116-fix-TIOCGSERIAL-implementation.patch
	patches.suse/USB-serial-f81232-fix-TIOCGSERIAL-implementation.patch
	patches.suse/USB-serial-f81534-fix-TIOCGSERIAL-implementation.patch
	patches.suse/USB-serial-mos7720-fix-TIOCGSERIAL-implementation.patch
	patches.suse/USB-serial-opticon-fix-TIOCGSERIAL-implementation.patch
	patches.suse/USB-serial-quatech2-fix-TIOCGSERIAL-implementation.patch
	patches.suse/USB-serial-ssu100-fix-TIOCGSERIAL-implementation.patch
	patches.suse/USB-serial-ti_usb_3410_5052-fix-TIOCSSERIAL-permissi.patch
	patches.suse/USB-serial-usb_wwan-fix-TIOCSSERIAL-jiffies-conversi.patch
	patches.suse/USB-serial-usb_wwan-fix-unprivileged-TIOCCSERIAL.patch
	patches.suse/USB-serial-usb_wwan-fix-TIOCGSERIAL-implementation.patch
	patches.suse/USB-serial-fix-return-value-for-unsupported-ioctls.patch
	patches.suse/usb-dwc2-Fix-host-mode-hibernation-exit-with-remote-.patch
	patches.suse/usb-dwc2-Fix-hibernation-between-host-and-device-mod.patch
	patches.suse/firmware-raspberrypi-keep-count-of-all-consumers.patch
	patches.suse/firmware-raspberrypi-introduce-devm_rpi_firmware_get.patch
	patches.suse/clk-bcm-rpi-release-firmware-handle-on-unbind.patch
	patches.suse/gpio-raspberrypi-exp-release-firmware-handle-on-unbind.patch
	patches.suse/reset-raspberrypi-release-firmware-handle-on-unbind.patch
	patches.suse/soc-bcm-raspberrypi-power-release-firmware-handle-on-unbind.patch
	patches.suse/vchiq-release-firmware-handle-on-unbind.patch
	patches.suse/input-raspberrypi-ts-release-firmware-handle-when-not-needed.patch
	patches.suse/dt-bindings-pwm-add-binding-for-rpi-firmware-pwm-bus.patch
	patches.suse/pwm-add-raspberry-pi-firmware-based-pwm-bus.patch
	patches.suse/soc-tegra-pmc-Fix-imbalanced-clock-disabling-in-erro.patch
	patches.suse/bus-qcom-Put-child-node-before-return.patch
	patches.suse/memory-gpmc-fix-out-of-bounds-read-and-dereference-o.patch
	patches.suse/memory-pl353-fix-mask-of-ECC-page_size-config-regist.patch
	patches.suse/firmware-qcom_scm-Make-__qcom_scm_is_call_available-.patch
	patches.suse/firmware-qcom_scm-Reduce-locking-section-for-__get_c.patch
	patches.suse/firmware-qcom_scm-Workaround-lack-of-is-available-ca.patch
	patches.suse/firmware-qcom_scm-Fix-kernel-doc-function-names-to-m.patch
	patches.suse/soc-qcom-mdt_loader-Validate-that-p_filesz-p_memsz.patch
	patches.suse/soc-qcom-mdt_loader-Detect-truncated-read-of-segment.patch
	patches.suse/soc-fsl-qbman-Ensure-device-cleanup-is-run-for-kexec.patch
	patches.suse/soc-fsl-qbman-Delete-useless-kfree-code.patch
	patches.suse/soc-fsl-qe-replace-qe_io-read-write-wrappers-by-gene.patch
	patches.suse/tty-serial-ucc_uart-replace-qe_io-read-write-wrapper.patch
	patches.suse/Revert-soc-fsl-qe-introduce-qe_io-read-write-wrapper.patch
	patches.suse/soc-aspeed-fix-a-ternary-sign-expansion-bug.patch
	patches.suse/ARM-dts-exynos-correct-fuel-gauge-interrupt-trigger-level-on-Midas-family.patch
	patches.suse/ARM-dts-exynos-correct-MUIC-interrupt-trigger-level-on-Midas-family.patch
	patches.suse/ARM-dts-exynos-correct-PMIC-interrupt-trigger-level-on-Midas-family.patch
	patches.suse/ARM-dts-exynos-correct-PMIC-interrupt-trigger-level-on-Odroid-X-U3-family.patch
	patches.suse/ARM-dts-exynos-correct-PMIC-interrupt-trigger-level-on-SMDK5250.patch
	patches.suse/ARM-dts-exynos-correct-PMIC-interrupt-trigger-level-on-Snow.patch
	patches.suse/cifs-Fix-spelling-of-security-.patch
	patches.suse/cifs-Remove-useless-variable.patch
	patches.suse/cifs-correct-comments-explaining-internal-semaphore-usage-in-the-mo.patch
	patches.suse/smb3-update-protocol-header-definitions-based-to-include-new-flags.patch
	patches.suse/cifs-simplify-SWN-code-with-dummy-funcs-instead-of-ifdefs.patch
	patches.suse/fs-cifs-Remove-repeated-struct-declaration.patch
	patches.suse/cifs-cifspdu-h-Replace-one-element-array-with-flexible-array-membe.patch
	patches.suse/cifs-remove-old-dead-code.patch
	patches.suse/SMB3-update-structures-for-new-compression-protocol-definitions.patch
	patches.suse/cifs-don-t-cargo-cult-strndup-.patch
	patches.suse/cifs-constify-get_normalized_path-properly.patch
	patches.suse/cifs-constify-path-argument-of-make_node-.patch
	patches.suse/cifs-constify-pathname-arguments-in-a-bunch-of-helpers.patch
	patches.suse/cifs-make-build_path_from_dentry-return-const-char-.patch
	patches.suse/cifs-allocate-buffer-in-the-caller-of-build_path_from_dentry-.patch
	patches.suse/cifs-switch-build_path_from_dentry-to-using-dentry_path_raw-.patch
	patches.suse/cifs-move-the-check-for-nohandlecache-into-open_shroot.patch
	patches.suse/cifs-pass-a-path-to-open_shroot-and-check-if-it-is-the-root-or-not.patch
	patches.suse/cifs-rename-the-_shroot-functions-to-_cached_dir-.patch
	patches.suse/cifs-store-a-pointer-to-the-root-dentry-in-cifs_sb_info-once-we-hav.patch
	patches.suse/cifs-Grab-a-reference-for-the-dentry-of-the-cached-directory-during.patch
	patches.suse/cifs-add-a-function-to-get-a-cached-dir-based-on-its-dentry.patch
	patches.suse/cifs-add-a-timestamp-to-track-when-the-lease-of-the-cached-dir-was-.patch
	patches.suse/cifs-pass-the-dentry-instead-of-the-inode-down-to-the-revalidation-.patch
	patches.suse/cifs-check-the-timestamp-for-the-cached-dirent-when-deciding-on-rev.patch
	patches.suse/cifs-add-support-for-FALLOC_FL_COLLAPSE_RANGE.patch
	patches.suse/cifs-add-FALLOC_FL_INSERT_RANGE-support.patch
	patches.suse/cifs-make-fs_context-error-logging-wrapper.patch
	patches.suse/cifs-add-fs_context-param-to-parsing-helpers.patch
	patches.suse/cifs-log-mount-errors-using-cifs_errorf-.patch
	patches.suse/cifs-export-supported-mount-options-via-new-mount_params-proc-file.patch
	patches.suse/smb2-fix-use-after-free-in-smb2_ioctl_query_info-.patch
	patches.suse/cifs-fix-out-of-bound-memory-access-when-calling-smb3_notify-at-m.patch
	patches.suse/cifs-Return-correct-error-code-from-smb2_get_enc_key.patch
	patches.suse/cifs-remove-unnecessary-copies-of-tcon-crfid-fid.patch
	patches.suse/cifs-fix-leak-in-cifs_smb3_do_mount-ctx.patch
	patches.suse/smb3-limit-noisy-error.patch
	patches.suse/smb3-add-rasize-mount-parameter-to-improve-readahead-performance.patch
	patches.suse/01-cifs-update-internal-version-number.patch
	patches.suse/btrfs-cleanup-try_flush_qgroup.patch
	patches.suse/btrfs-remove-btrfs_inode-from-btrfs_delayed_inode_reserve_metadata.patch
	patches.suse/btrfs-simplify-code-flow-in-btrfs_delayed_inode_reserve_metadata.patch
	patches.suse/btrfs-fix-exhaustion-of-the-system-chunk-array-due-t.patch
	patches.suse/btrfs-fix-race-between-transaction-aborts-and-fsyncs.patch
	patches.suse/btrfs-fix-race-when-picking-most-recent-mod-log-oper.patch
	patches.suse/ACPI-CPPC-Replace-cppc_attr-with-kobj_attribute.patch
	patches.suse/cpufreq-armada-37xx-Fix-setting-TBG-parent-for-load-.patch
	patches.suse/clk-mvebu-armada-37xx-periph-remove-.set_parent-meth.patch
	patches.suse/cpufreq-armada-37xx-Fix-the-AVS-value-for-load-L1.patch
	patches.suse/clk-mvebu-armada-37xx-periph-Fix-switching-CPU-freq-.patch
	patches.suse/clk-mvebu-armada-37xx-periph-Fix-workaround-for-swit.patch
	patches.suse/cpufreq-armada-37xx-Fix-driver-cleanup-when-registra.patch
	patches.suse/cpufreq-armada-37xx-Fix-determining-base-CPU-frequen.patch
	patches.suse/cpufreq-Kconfig-fix-documentation-links.patch
	patches.suse/PM-runtime-Add-documentation-for-pm_runtime_resume_a.patch
	patches.suse/PCI-PM-Do-not-read-power-state-in-pci_enable_device_.patch
	patches.suse/PM-devfreq-Use-more-accurate-returned-new_freq-as-re.patch
	patches.suse/mtd-require-write-permissions-for-locking-and-badblo.patch
	patches.suse/Revert-mtd-spi-nor-macronix-Add-support-for-mx25l512.patch
	patches.suse/mtd-rawnand-fsmc-Fix-error-code-in-fsmc_nand_probe.patch
	patches.suse/mtd-rawnand-brcmnand-fix-OOB-R-W-with-Hamming-ECC.patch
	patches.suse/mtd-Handle-possible-EPROBE_DEFER-from-parse_mtd_part.patch
	patches.suse/mtd-rawnand-qcom-Return-actual-error-code-instead-of.patch
	patches.suse/mtd-rawnand-atmel-Update-ecc_stats.corrected-counter.patch
	patches.suse/mtd-spinand-core-add-missing-MODULE_DEVICE_TABLE.patch
	patches.suse/mtd-rawnand-gpmi-Fix-a-double-free-in-gpmi_nand_init.patch
	patches.suse/regmap-set-debugfs_name-to-NULL-after-it-is-freed.patch
	patches.suse/regulator-Avoid-a-double-of_node_get-in-regulator_of.patch
	patches.suse/spi-spi-ti-qspi-Free-DMA-resources.patch
	patches.suse/spi-ath79-always-call-chipselect-function.patch
	patches.suse/spi-ath79-remove-spi-master-setup-and-cleanup-assign.patch
	patches.suse/spi-spi-nxp-fspi-Add-support-for-IP-read-only.patch
	patches.suse/spi-spi-nxp-fspi-Implement-errata-workaround-for-LS1.patch
	patches.suse/spi-dln2-Fix-reference-leak-to-master.patch
	patches.suse/spi-fsl-lpspi-Fix-PM-reference-leak-in-lpspi_prepare.patch
	patches.suse/spi-omap-100k-Fix-reference-leak-to-master.patch
	patches.suse/spi-imx-add-a-check-for-speed_hz-before-calculating-.patch
	patches.suse/spi-qup-fix-PM-reference-leak-in-spi_qup_remove.patch
	patches.suse/overflow-Correct-check_shl_overflow-comment.patch
	patches.suse/ceph-fix-up-error-handling-with-snapdirs.patch
	patches.suse/do_cifs_create-don-t-set-i_mode-of-something-we-had-not-created.patch
	patches.suse/cifs-have-mkdir-handle-race-with-another-client-sanely.patch
	patches.suse/cifs-have-cifs_fattr_to_inode-refuse-to-change-type-on-live-inode.patch
	patches.suse/0001-x86-sched-Treat-Intel-SNC-topology-as-default-COD-as.patch
	patches.suse/media-ite-cir-check-for-receive-overflow.patch
	patches.suse/media-dvb-usb-Fix-memory-leak-at-error-in-dvb_usb_de.patch
	patches.suse/media-dvb-usb-Fix-use-after-free-access.patch
	patches.suse/media-drivers-media-pci-sta2x11-fix-Kconfig-dependen.patch
	patches.suse/media-drivers-media-usb-fix-memory-leak-in-zr364xx_p.patch
	patches.suse/media-saa7134-use-sg_dma_len-when-building-pgtable.patch
	patches.suse/media-saa7146-use-sg_dma_len-when-building-pgtable.patch
	patches.suse/media-omap4iss-return-error-code-when-omap4iss_get-f.patch
	patches.suse/media-imx-capture-Return-EPIPE-from-__capture_legacy.patch
	patches.suse/media-platform-sunxi-sun6i-csi-fix-error-return-code.patch
	patches.suse/media-media-saa7164-fix-saa7164_encoder_register-mem.patch
	patches.suse/media-gspca-sq905.c-fix-uninitialized-variable.patch
	patches.suse/media-mantis-remove-orphan-mantis_core.c.patch
	patches.suse/media-m88rs6000t-avoid-potential-out-of-bounds-reads.patch
	patches.suse/media-dvbdev-Fix-memory-leak-in-dvb_media_device_fre.patch
	patches.suse/media-em28xx-fix-memory-leak.patch
	patches.suse/media-staging-intel-ipu3-Fix-set_fmt-error-handling.patch
	patches.suse/media-v4l2-ctrls.c-fix-race-condition-in-hdl-request.patch
	patches.suse/media-tc358743-fix-possible-use-after-free-in-tc3587.patch
	patches.suse/media-adv7604-fix-possible-use-after-free-in-adv76xx.patch
	patches.suse/media-i2c-adv7511-v4l2-fix-possible-use-after-free-i.patch
	patches.suse/media-i2c-tda1997-Fix-possible-use-after-free-in-tda.patch
	patches.suse/media-i2c-adv7842-fix-possible-use-after-free-in-adv.patch
	patches.suse/media-platform-sti-Fix-runtime-PM-imbalance-in-regs_.patch
	patches.suse/media-dvb-usb-fix-memory-leak-in-dvb_usb_adapter_ini.patch
	patches.suse/media-staging-intel-ipu3-Fix-memory-leak-in-imu_fmt.patch
	patches.suse/media-staging-intel-ipu3-Fix-race-condition-during-s.patch
	patches.suse/drm-Added-orientation-quirk-for-OneGX1-Pro.patch
	patches.suse/drm-qxl-do-not-run-release-if-qxl-failed-to-init.patch
	patches.suse/Revert-drm-qxl-do-not-run-release-if-qxl-failed-to-i.patch
	patches.suse/drm-tilcdc-send-vblank-event-when-disabling-crtc.patch
	patches.suse/drm-panfrost-Clear-MMU-irqs-before-handling-the-faul.patch
	patches.suse/drm-panfrost-Don-t-try-to-map-pages-that-are-already.patch
	patches.suse/0003-drm-stm-Fix-bus_flags-handling.patch
	patches.suse/drm-ast-Fix-invalid-usage-of-AST_MAX_HWC_WIDTH-in-cu.patch
	patches.suse/drm-dp_mst-Revise-broadcast-msg-lct-lcr.patch
	patches.suse/drm-dp_mst-Set-CLEAR_PAYLOAD_ID_TABLE-as-broadcast.patch
	patches.suse/drm-i915-rkl-Remove-require_force_probe-protection.patch
	patches.suse/drm-i915-gen9_bc-Recognize-TGP-PCH-CML-combos.patch
	patches.suse/drm-i915-gen9_bc-Introduce-TGP-PCH-DDC-pin-mappings.patch
	patches.suse/drm-i915-gen9_bc-Introduce-HPD-pin-mappings-for-TGP-.patch
	patches.suse/drm-i915-gen9_bc-Add-W-A-for-missing-STRAP-config-on.patch
	patches.suse/drm-amd-display-changing-sr-exit-latency.patch
	patches.suse/drm-amdgpu-remove-unused-variable-from-struct-amdgpu.patch
	patches.suse/drm-amd-display-Check-for-DSC-support-instead-of-ASI.patch
	patches.suse/drm-amd-display-Don-t-optimize-bandwidth-before-disa.patch
	patches.suse/drm-amdgpu-display-buffer-INTERRUPT_LOW_IRQ_CONTEXT-.patch
	patches.suse/drm-radeon-fix-copy-of-uninitialized-variable-back-t.patch
	patches.suse/drm-amd-display-Fix-off-by-one-in-hdmi_14_process_tr.patch
	patches.suse/drm-amdgpu-Fix-some-unload-driver-issues.patch
	patches.suse/drm-amdgpu-display-remove-redundant-continue-stateme.patch
	patches.suse/drm-amdgpu-mask-the-xgmi-number-of-hops-reported-fro.patch
	patches.suse/drm-amdkfd-Fix-UBSAN-shift-out-of-bounds-warning.patch
	patches.suse/drm-amdgpu-Fix-asic-reset-regression-issue-introduce.patch
	patches.suse/drm-amdkfd-fix-build-error-with-AMD_IOMMU_V2-m.patch
	patches.suse/drm-amd-pm-fix-workload-mismatch-on-vega10.patch
	patches.suse/drm-amd-display-Fix-UBSAN-warning-for-not-a-valid-va.patch
	patches.suse/drm-amd-display-DCHUB-underflow-counter-increasing-i.patch
	patches.suse/drm-amd-display-fix-dml-prefetch-validation.patch
	patches.suse/0004-drm-mcde-panel-Inverse-misunderstood-flag.patch
	patches.suse/drm-ingenic-Fix-non-OSD-mode.patch
	patches.suse/drm-probe-helper-Check-epoch-counter-in-output_poll_.patch
	patches.suse/drm-vkms-fix-misuse-of-WARN_ON.patch
	patches.suse/drm-omap-fix-misleading-indentation-in-pixinc.patch
	patches.suse/0005-drm-bridge-panel-Cleanup-connector-on-bridge-detach.patch
	patches.suse/drm-ingenic-Register-devm-action-to-cleanup-encoders.patch
	patches.suse/drm-xlnx-zynqmp-fix-a-memset-in-zynqmp_dp_train.patch
	patches.suse/drm-amdgpu-display-dm-add-missing-parameter-document.patch
	patches.suse/drm-amd-display-Fix-debugfs-link_settings-entry.patch
	patches.suse/drm-amd-display-Fix-UBSAN-shift-out-of-bounds-warnin.patch
	patches.suse/drm-amdkfd-Fix-cat-debugfs-hang_hws-file-causes-syst.patch
	patches.suse/amdgpu-avoid-incorrect-hu-format-string.patch
	patches.suse/drm-amd-display-Try-YCbCr420-color-when-YCbCr444-fai.patch
	patches.suse/drm-amdgpu-fix-NULL-pointer-dereference.patch
	patches.suse/0001-drm-radeon-Fix-a-missing-check-bug-in-radeon_dp_mst_.patch
	patches.suse/0002-drm-msm-Small-msm_gem_purge-fix.patch
	patches.suse/drm-msm-mdp5-Configure-PP_SYNC_HEIGHT-to-double-the-.patch
	patches.suse/drm-msm-mdp5-Do-not-multiply-vclk-line-count-by-100.patch
	patches.suse/kernel-smp-add-boot-parameter-for-controlling-CSD.patch
	patches.suse/kernel-smp-prepare-more-CSD-lock-debugging.patch
	patches.suse/kernel-smp-add-more-data-to-CSD-lock-debugging.patch
	patches.suse/perf-amd-uncore-fix-sysfs-type-mismatch.patch
	patches.suse/sched-fair-Fix-shift-out-of-bounds-in-load_balance.patch
	patches.suse/sched-debug-Fix-cgroup_path-serialization.patch
	patches.suse/blk-mq-set-default-elevator-as-deadline-in-case-of-h.patch
	patches.suse/rsxx-remove-extraneous-const-qualifier.patch
	patches.suse/0002-md-add-md_submit_discard_bio-for-submitting-discard-.patch
	patches.suse/0003-md-raid10-extend-r10bio-devs-to-raid-disks.patch
	patches.suse/0004-md-raid10-pull-the-code-that-wait-for-blocked-dev-in.patch
	patches.suse/0005-md-raid10-improve-raid10-discard-request.patch
	patches.suse/0006-md-raid10-improve-discard-request-for-far-layout.patch
	patches.suse/md-Fix-missing-unused-status-line-of-proc-mdstat.patch
	patches.suse/nvme-use-NVME_CTRL_CMIC_ANA-macro.patch
	patches.suse/nvme-reduce-checks-for-zero-command-effects.patch
	patches.suse/nvme-rename-nvme_init_identify.patch
	patches.suse/nvme-split-init-identify-into-helper.patch
	patches.suse/nvme-mark-nvme_setup_passsthru-inline.patch
	patches.suse/nvme-don-t-check-nvme_req-flags-for-new-req.patch
	patches.suse/nvme-add-new-line-after-variable-declatation.patch
	patches.suse/nvme-fc-check-sgl-supported-by-target.patch
	patches.suse/nvme-remove-superfluous-else-in-nvme_ctrl_loss_tmo_s.patch
	patches.suse/nvme-retrigger-ANA-log-update-if-group-descriptor-is.patch
	patches.suse/0002-md-md_open-returns-EBUSY-when-entering-racing-area.patch
	patches.suse/0003-md-factor-out-a-mddev_find_locked-helper-from-mddev_.patch
	patches.suse/0004-md-split-mddev_find.patch
	patches.suse/0004-bcache-reduce-redundant-code-in-bch_cached_dev_run.patch
	patches.suse/0005-bcache-remove-PTR_CACHE.patch
	patches.suse/0006-bcache-use-NULL-instead-of-using-plain-integer-as-po.patch
	patches.suse/0007-md-bcache-avoid-Wempty-body-warnings.patch
	patches.suse/0008-md-bcache-Trivial-typo-fixes-in-the-file-journal.c.patch
	patches.suse/0009-bcache-Use-64-bit-arithmetic-instead-of-32-bit.patch
	patches.suse/0010-bcache-fix-a-regression-of-code-compiling-failure-in.patch
	patches.suse/nvme-sanitize-KATO-setting.patch
	patches.suse/nvme-add-kato-sysfs-attribute.patch
	patches.suse/0005-md-cluster-fix-use-after-free-issue-when-removing-rd.patch
	patches.suse/md-raid1-properly-indicate-failure-when-ending-a-fai.patch
	patches.suse/0003-drivers-block-null_blk-main-Fix-a-double-free-in-nul.patch
	patches.suse/pata_arasan_cf-fix-IRQ-check.patch
	patches.suse/pata_ipx4xx_cf-fix-IRQ-check.patch
	patches.suse/sata_mv-add-IRQ-checks.patch
	patches.suse/ata-libahci_platform-fix-IRQ-check.patch
	patches.suse/ata-ahci-Disable-SXS-for-Hisilicon-Kunpeng920.patch
	patches.suse/power-supply-Use-IRQF_ONESHOT.patch
	patches.suse/power-supply-generic-adc-battery-fix-possible-use-af.patch
	patches.suse/power-supply-s3c_adc_battery-fix-possible-use-after-.patch
	patches.suse/mmc-core-Do-a-power-cycle-when-the-CMD11-fails.patch
	patches.suse/mmc-uniphier-sd-Fix-an-error-handling-path-in-uniphi.patch
	patches.suse/mmc-uniphier-sd-Fix-a-resource-leak-in-the-remove-fu.patch
	patches.suse/mmc-core-Set-read-only-for-SD-cards-with-permanent-w.patch
	patches.suse/mmc-sdhci-Check-for-reset-prior-to-DMA-address-unmap.patch
	patches.suse/mmc-sdhci-pci-Add-PCI-IDs-for-Intel-LKF.patch
	patches.suse/mmc-sdhci-pci-Fix-initialization-of-some-SD-cards-fo.patch
	patches.suse/mmc-core-Correct-descriptions-in-mmc_of_parse.patch
	patches.suse/mmc-mmc_spi-Drop-unused-NO_IRQ-definition.patch
	patches.suse/mmc-block-Update-ext_csd.cache_ctrl-if-it-was-writte.patch
	patches.suse/extcon-arizona-Fix-some-issues-when-HPDET-IRQ-fires-.patch
	patches.suse/extcon-arizona-Fix-various-races-on-driver-unbind.patch
	patches.suse/mfd-stm32-timers-Avoid-clearing-auto-reload-register.patch
	patches.suse/mfd-arizona-Fix-rumtime-PM-imbalance-on-error.patch
	patches.suse/mfd-lpc_sch-Partially-revert-Add-support-for-Intel-Q.patch
	patches.suse/backlight-journada720-Fix-Wmisleading-indentation-wa.patch
	patches.suse/clk-socfpga-arria10-Fix-memory-leak-of-socfpga_clk-o.patch
	patches.suse/clk-qcom-a53-pll-Add-missing-MODULE_DEVICE_TABLE.patch
	patches.suse/clk-exynos7-Mark-aclk_fsys1_200-as-critical.patch
	patches.suse/clk-zynqmp-move-zynqmp_pll_set_mode-out-of-round_rat.patch
	patches.suse/clk-uniphier-Fix-potential-infinite-loop.patch
	patches.suse/vfio-pci-Move-VGA-and-VF-initialization-to-functions.patch
	patches.suse/vfio-pci-Re-order-vfio_pci_probe.patch
	patches.suse/vfio-mdev-Make-to_mdev_device-into-a-static-inline.patch
	patches.suse/vfio-mdev-Do-not-allow-a-mdev_type-to-have-a-NULL-pa.patch
	patches.suse/scsi-lpfc-Fix-incorrect-dbde-assignment-when-buildin.patch
	patches.suse/scsi-lpfc-Fix-vport-indices-in-lpfc_find_vport_by_vp.patch
	patches.suse/scsi-lpfc-Fix-reftag-generation-sizing-errors.patch
	patches.suse/scsi-lpfc-Fix-stale-node-accesses-on-stale-RRQ-reque.patch
	patches.suse/scsi-lpfc-Fix-FLOGI-failure-due-to-accessing-a-freed.patch
	patches.suse/scsi-lpfc-Fix-lpfc_els_retry-possible-null-pointer-d.patch
	patches.suse/scsi-lpfc-Fix-pt2pt-connection-does-not-recover-afte.patch
	patches.suse/scsi-lpfc-Fix-unnecessary-null-check-in-lpfc_release.patch
	patches.suse/scsi-lpfc-Fix-null-pointer-dereference-in-lpfc_prep_.patch
	patches.suse/scsi-lpfc-Fix-use-after-free-in-lpfc_els_free_iocb.patch
	patches.suse/scsi-lpfc-Fix-status-returned-in-lpfc_els_retry-erro.patch
	patches.suse/scsi-lpfc-Fix-dropped-FLOGI-during-pt2pt-discovery-r.patch
	patches.suse/scsi-lpfc-Fix-PLOGI-ACC-to-be-transmit-after-REG_LOG.patch
	patches.suse/scsi-lpfc-Fix-ADISC-handling-that-never-frees-nodes.patch
	patches.suse/scsi-lpfc-Fix-nodeinfo-debugfs-output.patch
	patches.suse/scsi-lpfc-Fix-pt2pt-state-transition-causing-rmmod-h.patch
	patches.suse/scsi-lpfc-Fix-crash-caused-by-switch-reboot.patch
	patches.suse/scsi-lpfc-Change-wording-of-invalid-pci-reset-log-me.patch
	patches.suse/scsi-lpfc-Reduce-LOG_TRACE_EVENT-logging-for-vports.patch
	patches.suse/scsi-lpfc-Correct-function-header-comments-related-t.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-12.8.0.8.patch
	patches.suse/scsi-lpfc-Update-copyrights-for-12.8.0.7-and-12.8.0..patch
	patches.suse/scsi-qla2xxx-Replace-__qla2x00_marker-s-missing-unde.patch
	patches.suse/scsi-lpfc-Fix-a-bunch-of-kernel-doc-issues.patch
	patches.suse/scsi-qla2xxx-Fix-some-incorrect-formatting-spelling-.patch
	patches.suse/scsi-lpfc-Fix-formatting-and-misspelling-issues.patch
	patches.suse/scsi-lpfc-Fix-incorrect-naming-of-__lpfc_update_fcf_.patch
	patches.suse/scsi-lpfc-Fix-a-bunch-of-kernel-doc-misdemeanours.patch
	patches.suse/scsi-lpfc-Fix-a-bunch-of-misnamed-functions.patch
	patches.suse/scsi-qla2xxx-Fix-a-couple-of-misnamed-functions.patch
	patches.suse/scsi-qla2xxx-Fix-incorrectly-named-function-qla8044_.patch
	patches.suse/scsi-qla2xxx-Fix-a-couple-of-misdocumented-functions.patch
	patches.suse/scsi-lpfc-Fix-incorrectly-documented-function-lpfc_d.patch
	patches.suse/scsi-lpfc-Fix-a-few-incorrectly-named-functions.patch
	patches.suse/scsi-lpfc-Fix-kernel-doc-formatting-issue.patch
	patches.suse/scsi-qla2xxx-Use-dma_pool_zalloc.patch
	patches.suse/scsi-qla2xxx-Constify-struct-qla_tgt_func_tmpl.patch
	patches.suse/scsi-qla2xxx-Fix-endianness-annotations.patch
	patches.suse/scsi-qla2xxx-Suppress-Coverity-complaints-about-dseg.patch
	patches.suse/scsi-qla2xxx-Simplify-qla8044_minidump_process_contr.patch
	patches.suse/scsi-qla2xxx-Always-check-the-return-value-of-qla24x.patch
	patches.suse/scsi-qla2xxx-Check-kzalloc-return-value.patch
	patches.suse/scsi-lpfc-Fix-a-typo.patch
	patches.suse/scsi-lpfc-Fix-a-typo-f1891f9b.patch
	patches.suse/scsi-qla2xxx-Fix-IOPS-drop-seen-in-some-adapters.patch
	patches.suse/scsi-qla2xxx-Add-H-C-T-info-in-the-log-message-for-f.patch
	patches.suse/scsi-qla2xxx-Fix-stuck-session.patch
	patches.suse/scsi-qla2xxx-Consolidate-zio-threshold-setting-for-b.patch
	patches.suse/scsi-qla2xxx-Fix-use-after-free-in-bsg.patch
	patches.suse/scsi-qla2xxx-Fix-crash-in-qla2xxx_mqueuecommand.patch
	patches.suse/scsi-qla2xxx-Fix-RISC-RESET-completion-polling.patch
	patches.suse/scsi-qla2xxx-Fix-crash-in-PCIe-error-handling.patch
	patches.suse/scsi-qla2xxx-Fix-mailbox-recovery-during-PCIe-error.patch
	patches.suse/scsi-qla2xxx-Update-default-AER-debug-mask.patch
	patches.suse/scsi-qla2xxx-Do-logout-even-if-fabric-scan-retries-g.patch
	patches.suse/scsi-qla2xxx-Update-version-to-10.02.00.106-k.patch
	patches.suse/scsi-fnic-remove-bogus-ratelimit-messages
	patches.suse/scsi-lpfc-Fix-gcc-Wstringop-overread-warning.patch
	patches.suse/scsi-fcoe-Fix-mismatched-fcoe_wwn_from_mac-declaration
	patches.suse/scsi-smartpqi-Use-host-wide-tag-space
	patches.suse/scsi-smartpqi-Correct-request-leakage-during-reset-operations
	patches.suse/scsi-smartpqi-Add-support-for-new-product-ids
	patches.suse/scsi-smartpqi-Refactor-aio-submission-code
	patches.suse/scsi-smartpqi-Refactor-scatterlist-code
	patches.suse/scsi-smartpqi-Add-support-for-RAID5-and-RAID6-writes
	patches.suse/scsi-smartpqi-Add-support-for-RAID1-writes
	patches.suse/scsi-smartpqi-Add-support-for-BMIC-sense-feature-cmd-and-feature-bits
	patches.suse/scsi-smartpqi-Add-support-for-long-firmware-version
	patches.suse/scsi-smartpqi-Align-code-with-oob-driver
	patches.suse/scsi-smartpqi-Add-stream-detection
	patches.suse/scsi-smartpqi-Add-host-level-stream-detection-enable
	patches.suse/scsi-smartpqi-Disable-WRITE-SAME-for-HBA-NVMe-disks
	patches.suse/scsi-smartpqi-Remove-timeouts-from-internal-cmds
	patches.suse/scsi-smartpqi-Add-support-for-wwid
	patches.suse/scsi-smartpqi-Update-event-handler
	patches.suse/scsi-smartpqi-Update-soft-reset-management-for-OFA
	patches.suse/scsi-smartpqi-Synchronize-device-resets-with-mutex
	patches.suse/scsi-smartpqi-Update-suspend-resume-and-shutdown
	patches.suse/scsi-smartpqi-Update-RAID-bypass-handling
	patches.suse/scsi-smartpqi-Update-OFA-management
	patches.suse/scsi-smartpqi-Update-device-scan-operations
	patches.suse/scsi-smartpqi-Fix-driver-synchronization-issues
	patches.suse/scsi-smartpqi-Convert-snprintf-to-scnprintf
	patches.suse/scsi-smartpqi-Add-phy-ID-support-for-the-physical-drives
	patches.suse/scsi-smartpqi-Update-SAS-initiator_port_protocols-and-target_port_protocols
	patches.suse/scsi-smartpqi-Add-additional-logging-for-LUN-resets
	patches.suse/scsi-smartpqi-Update-enclosure-identifier-in-sysfs
	patches.suse/scsi-smartpqi-Correct-system-hangs-when-resuming-from-hibernation
	patches.suse/scsi-smartpqi-Add-new-PCI-IDs
	patches.suse/scsi-smartpqi-Update-version-to-2.1.8-045
	patches.suse/scsi-mpt3sas-only-one-vses-is-present-even-when-ioc-has-multi-vses
	patches.suse/scsi-pm80xx-increase-timeout-for-pm80xx-mpi_uninit_check-fix
	patches.suse/scsi-pm80xx-fix-potential-infinite-loop
	patches.suse/scsi-ufs-ufshcd-pltfrm-Fix-deferred-probing
	patches.suse/scsi-hisi_sas-Fix-IRQ-checks
	patches.suse/scsi-jazz_esp-Add-IRQ-check
	patches.suse/scsi-sun3x_esp-Add-IRQ-check
	patches.suse/scsi-sni_53c710-Add-IRQ-check
	patches.suse/scsi-qla2xxx-Remove-unneeded-if-null-free-check.patch
	patches.suse/scsi-qla2xxx-Reuse-existing-error-handling-path.patch
	patches.suse/scsi-lpfc-Fix-rmmod-crash-due-to-bad-ring-pointers-t.patch
	patches.suse/scsi-lpfc-Fix-crash-when-a-REG_RPI-mailbox-fails-tri.patch
	patches.suse/scsi-lpfc-Fix-reference-counting-errors-in-lpfc_cmpl.patch
	patches.suse/scsi-lpfc-Fix-NMI-crash-during-rmmod-due-to-circular.patch
	patches.suse/scsi-lpfc-Fix-lack-of-device-removal-on-port-swaps-w.patch
	patches.suse/scsi-lpfc-Fix-error-handling-for-mailboxes-completed.patch
	patches.suse/scsi-lpfc-Fix-use-after-free-on-unused-nodes-after-p.patch
	patches.suse/scsi-lpfc-Fix-silent-memory-allocation-failure-in-lp.patch
	patches.suse/scsi-lpfc-Fix-missing-FDMI-registrations-after-Mgmt-.patch
	patches.suse/scsi-lpfc-Fix-lpfc_hdw_queue-attribute-being-ignored.patch
	patches.suse/scsi-lpfc-Remove-unsupported-mbox-PORT_CAPABILITIES-.patch
	patches.suse/scsi-lpfc-Fix-various-trivial-errors-in-comments-and.patch
	patches.suse/scsi-lpfc-Standardize-discovery-object-logging-forma.patch
	patches.suse/scsi-lpfc-Eliminate-use-of-LPFC_DRIVER_NAME-in-lpfc_.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-12.8.0.9.patch
	patches.suse/scsi-lpfc-Copyright-updates-for-12.8.0.9-patches.patch
	patches.suse/scsi-ibmvfc-Fix-invalid-state-machine-BUG_ON.patch
	patches.suse/scsi-smartpqi-Fix-blocks_per_row-static-checker-issue
	patches.suse/scsi-smartpqi-Fix-device-pointer-variable-reference-static-checker-issue
	patches.suse/scsi-qla2xxx-Reserve-extra-IRQ-vectors.patch
	patches.suse/scsi-smartpqi-Remove-unused-functions
	patches.suse/exfat-fix-erroneous-discard-when-clear-cluster-bit.patch
	patches.suse/netdevice-Add-missing-IFF_PHONY_HEADROOM-self-defini.patch
	patches.suse/xsk-Respect-device-s-headroom-and-tailroom-on-generi.patch
	patches.suse/ionic-move-rx_page_alloc-and-free.patch
	patches.suse/ionic-implement-Rx-page-reuse.patch
	patches.suse/ionic-optimize-fastpath-struct-usage.patch
	patches.suse/ionic-simplify-rx-skb-alloc.patch
	patches.suse/ionic-rebuild-debugfs-on-qcq-swap.patch
	patches.suse/ionic-simplify-use-of-completion-types.patch
	patches.suse/ionic-simplify-TSO-descriptor-mapping.patch
	patches.suse/ionic-generic-tx-skb-mapping.patch
	patches.suse/ionic-simplify-tx-clean.patch
	patches.suse/ionic-aggregate-Tx-byte-counting-calls.patch
	patches.suse/ionic-code-cleanup-details.patch
	patches.suse/ionic-simplify-the-intr_index-use-in-txq_init.patch
	patches.suse/ionic-fix-unchecked-reference.patch
	patches.suse/ionic-block-actions-during-fw-reset.patch
	patches.suse/ionic-stop-watchdog-when-in-broken-state.patch
	patches.suse/ionic-protect-adminq-from-early-destroy.patch
	patches.suse/inet-use-bigger-hash-table-for-IP-ID-generation.patch
	patches.suse/libbpf-Add-explicit-padding-to-bpf_xdp_set_link_opts.patch
	patches.suse/selftests-bpf-Re-generate-vmlinux.h-and-BPF-skeleton.patch
	patches.suse/libbpf-Add-explicit-padding-to-btf_dump_emit_type_de.patch
	patches.suse/net-gve-convert-strlcpy-to-strscpy.patch
	patches.suse/net-gve-remove-duplicated-allowed.patch
	patches.suse/ionic-fix-sizeof-usage.patch
	patches.suse/ionic-add-new-queue-features-to-interface.patch
	patches.suse/ionic-add-handling-of-larger-descriptors.patch
	patches.suse/nfc-pn533-prevent-potential-memory-corruption.patch
	patches.suse/ibmvnic-Use-skb_frag_address-instead-of-hand-coding-.patch
	patches.suse/net-hns3-Limiting-the-scope-of-vector_ring_chain-var.patch
	patches.suse/liquidio-Fix-unintented-sign-extension-of-a-left-shi.patch
	patches.suse/Bluetooth-btusb-print-firmware-file-name-on-error-lo.patch
	patches.suse/Bluetooth-btintel-Fix-offset-calculation-boot-addres.patch
	patches.suse/Bluetooth-SMP-Fail-if-remote-and-local-public-keys-a.patch
	patches.suse/Bluetooth-avoid-deadlock-between-hci_dev-lock-and-so.patch
	patches.suse/Bluetooth-Fix-incorrect-status-handling-in-LE-PHY-UP.patch
	patches.suse/Bluetooth-Set-CONF_NOT_COMPLETE-as-l2cap_chan-defaul.patch
	patches.suse/Bluetooth-verify-AMP-hci_chan-before-amp_destroy.patch
	patches.suse/Bluetooth-initialize-skb_queue_head-at-l2cap_chan_cr.patch
	patches.suse/Bluetooth-check-for-zapped-sk-before-connecting.patch
	patches.suse/Bluetooth-btintel-Check-firmware-version-before-down.patch
	patches.suse/Bluetooth-btintel-Move-operational-checks-after-vers.patch
	patches.suse/Bluetooth-btintel-Consolidate-intel_version_tlv-pars.patch
	patches.suse/Bluetooth-btintel-Consolidate-intel_version-parsing.patch
	patches.suse/Bluetooth-btusb-Consolidate-code-for-waiting-firmwar.patch
	patches.suse/Bluetooth-btintel-Reorganized-bootloader-mode-tlv-ch.patch
	patches.suse/Bluetooth-btintel-Collect-tlv-based-active-firmware-.patch
	patches.suse/Bluetooth-btintel-Skip-reading-firmware-file-version.patch
	patches.suse/Bluetooth-btusb-Enable-quirk-boolean-flag-for-Mediat.patch
	patches.suse/cxgb4-Fix-unintentional-sign-extension-issues.patch
	patches.suse/net-thunderx-Fix-unintentional-sign-extension-issue.patch
	patches.suse/netfilter-conntrack-Make-global-sysctls-readonly-in-.patch
	patches.suse/ibmvnic-clean-up-the-remaining-debugfs-data-structur.patch
	patches.suse/ibmvnic-print-reset-reason-as-a-string.patch
	patches.suse/ibmvnic-print-adapter-state-as-a-string.patch
	patches.suse/wilc1000-write-value-to-WILC_INTR2_ENABLE-register.patch
	patches.suse/rtw88-8822c-add-LC-calibration-for-RTL8822C.patch
	patches.suse/rtw88-Fix-an-error-code-in-rtw_debugfs_set_rsvd_page.patch
	patches.suse/mt7601u-fix-always-true-expression.patch
	patches.suse/ibmvnic-improve-failover-sysfs-entry.patch
	patches.suse/ibmvnic-queue-reset-work-in-system_long_wq.patch
	patches.suse/net-mlx5-Fix-bit-wise-and-with-zero.patch
	patches.suse/mt76-mt7615-support-loading-EEPROM-for-MT7613BE.patch
	patches.suse/mt76-mt76x0-disable-GTK-offloading.patch
	patches.suse/mt76-mt7915-fix-aggr-len-debugfs-node.patch
	patches.suse/mt76-mt7915-fix-txpower-init-for-TSSI-off-chips.patch
	patches.suse/iwlwifi-pcie-make-cfg-vs.-trans_cfg-more-robust.patch
	patches.suse/iwlwifi-rs-fw-don-t-support-stbc-for-HE-160.patch
	patches.suse/rtlwifi-8821ae-upgrade-PHY-and-RF-parameters.patch
	patches.suse/ipw2x00-potential-buffer-overflow-in-libipw_wx_set_e.patch
	patches.suse/rsi-Use-resume_noirq-for-SDIO.patch
	patches.suse/rtw88-Fix-array-overrun-in-rtw_get_tx_power_params.patch
	patches.suse/msft-hv-2332-net-mana-Add-a-driver-for-Microsoft-Azure-Network-Ad.patch
	patches.suse/mac80211-clear-the-beacon-s-CRC-after-channel-switch.patch
	patches.suse/mac80211-bail-out-if-cipher-schemes-are-invalid.patch
	patches.suse/cfg80211-scan-drop-entry-from-hidden_list-on-overflo.patch
	patches.suse/msft-hv-2337-net-mana-remove-redundant-initialization-of-variable.patch
	patches.suse/msft-hv-2340-net-mana-fix-PCI_HYPERV-dependency.patch
	patches.suse/net-enetc-fix-link-error-again.patch
	patches.suse/msft-hv-2341-net-mana-Use-int-to-check-the-return-value-of-mana_g.patch
	patches.suse/ath9k-Fix-error-check-in-ath9k_hw_read_revisions-for.patch
	patches.suse/ath10k-Fix-a-use-after-free-in-ath10k_htc_send_bundl.patch
	patches.suse/ath10k-Fix-ath10k_wmi_tlv_op_pull_peer_stats_info-un.patch
	patches.suse/wl3501_cs-Fix-out-of-bounds-warnings-in-wl3501_send_.patch
	patches.suse/wl3501_cs-Fix-out-of-bounds-warnings-in-wl3501_mgmt_.patch
	patches.suse/qtnfmac-Fix-possible-buffer-overflow-in-qtnf_event_h.patch
	patches.suse/mt76-mt7615-fix-entering-driver-own-state-on-mt7663.patch
	patches.suse/selftests-mlxsw-Remove-a-redundant-if-statement-in-t.patch
	patches.suse/selftests-bpf-Fix-the-ASSERT_ERR_PTR-macro.patch
	patches.suse/libbpf-Initialize-the-bpf_seq_printf-parameters-arra.patch
	patches.suse/net-xdp-Update-pkt_type-if-generic-XDP-changes-unica.patch
	patches.suse/msft-hv-2342-hv_netvsc-Make-netvsc-VF-binding-check-both-MAC-and-.patch
	patches.suse/vsock-vmci-log-once-the-failed-queue-pair-allocation.patch
	patches.suse/iwlwifi-Fix-softirq-hardirq-disabling-in-iwl_pcie_ge.patch
	patches.suse/nfp-devlink-initialize-the-devlink-port-attribute-la.patch
	patches.suse/net-phy-intel-xway-enable-integrated-led-functions.patch
	patches.suse/net-phy-marvell-fix-m88e1011_set_downshift.patch
	patches.suse/net-phy-marvell-fix-m88e1111_set_downshift.patch
	patches.suse/bnxt_en-fix-ternary-sign-extension-bug-in-bnxt_show_.patch
	patches.suse/ARM-dts-uniphier-Change-phy-mode-to-RGMII-ID-to-enable-delay-pins-for-RTL8211E.patch
	patches.suse/net-geneve-modify-IP-header-check-in-geneve6_xmit_sk.patch
	patches.suse/bnxt_en-Fix-RX-consumer-index-logic-in-the-error-pat.patch
	patches.suse/net-hso-fix-NULL-deref-on-disconnect-regression.patch
	patches.suse/net-sched-act_ct-fix-wild-memory-access-when-clearin.patch
	patches.suse/net-nfc-digital-Fix-a-double-free-in-digital_tg_recv.patch
	patches.suse/selftests-bpf-Fix-BPF_CORE_READ_BITFIELD-macro.patch
	patches.suse/bpf-Fix-propagation-of-32-bit-unsigned-bounds-from-6.patch
	patches.suse/selftests-powerpc-Fix-L1D-flushing-tests-for-Power10.patch
	patches.suse/powerpc-fadump-Mark-fadump_calculate_reserve_size-as.patch
	patches.suse/powerpc-prom-Mark-identical_pvr_fixup-as-__init.patch
	patches.suse/powerpc-pseries-export-LPAR-security-flavor-in-lparc.patch
	patches.suse/powerpc-uprobes-Validation-for-prefixed-instruction.patch
	patches.suse/powerpc-asm-offsets-GPR14-is-not-needed-either.patch
	patches.suse/powerpc-asm-Add-some-opcodes-in-asm-ppc-opcode.h-for.patch
	patches.suse/powerpc-64s-Fix-pte-update-for-kernel-memory-on-radi.patch
	patches.suse/powerpc-perf-Fix-PMU-constraint-check-for-EBB-events.patch
	patches.suse/powerpc-papr_scm-Implement-support-for-H_SCM_FLUSH-h.patch
	patches.suse/powerpc-mm-Add-cond_resched-while-removing-hpte-mapp.patch
	patches.suse/powerpc-smp-Make-some-symbols-static.patch
	patches.suse/powerpc-xive-Drop-check-on-irq_data-in-xive_core_deb.patch
	patches.suse/powerpc-eeh-Fix-EEH-handling-for-hugepages-in-iorema.patch
	patches.suse/powerpc-papr_scm-Fix-build-error-due-to-wrong-printf.patch
	patches.suse/powerpc-pseries-extract-host-bridge-from-pci_bus-pri.patch
	patches.suse/powerpc-smp-Reintroduce-cpu_core_mask.patch
	patches.suse/Revert-powerpc-topology-Update-topology_core_cpumask.patch
	patches.suse/powerpc-smp-Cache-CPU-to-chip-lookup.patch
	patches.suse/powerpc-smp-Set-numa-node-before-updating-mask.patch
	patches.suse/KVM-PPC-Book3S-HV-P9-Restore-host-CTRL-SPR-after-gue.patch
	patches.suse/powerpc-pseries-Add-shutdown-to-vio_driver-and-vio_b.patch
	patches.suse/powerpc-perf-Fix-sampled-instruction-type-for-larx-s.patch
	patches.suse/powerpc-perf-Fix-the-threshold-event-selection-for-m.patch
	patches.suse/drm-amd-display-Force-vsync-flip-when-reconfiguring-.patch
	patches.suse/drm-amd-display-fixed-divide-by-zero-kernel-crash-du.patch
	patches.suse/drm-amd-display-add-handling-for-hdcp2-rx-id-list-va.patch
	patches.suse/drm-amdgpu-Add-mem-sync-flag-for-IB-allocated-by-SA.patch
	patches.suse/drm-i915-gvt-Fix-error-code-in-intel_gvt_init_device.patch
	patches.suse/ALSA-usb-audio-use-usb-headers-rather-than-define-st.patch
	patches.suse/ALSA-usb-audio-generate-midi-streaming-substream-nam.patch
	patches.suse/ALSA-usb-audio-Add-Pioneer-DJM-850-to-quirks-table.patch
	patches.suse/ALSA-usb-audio-Declare-Pioneer-DJM-850-mixer-control.patch
	patches.suse/ALSA-usb-audio-Configure-Pioneer-DJM-850-samplerate.patch
	patches.suse/ALSA-usb-audio-fix-Pioneer-DJM-850-control-label-inf.patch
	patches.suse/ALSA-hda-cirrus-Add-support-for-CS8409-HDA-bridge-an.patch
	patches.suse/ALSA-hda-cirrus-Add-jack-detect-interrupt-support-fr.patch
	patches.suse/ALSA-hda-cirrus-Add-Headphone-and-Headset-MIC-Volume.patch
	patches.suse/ALSA-hda-cirrus-Add-error-handling-into-CS8409-I2C-f.patch
	patches.suse/ALSA-hda-cirrus-Cleanup-patch_cirrus.c-code.patch
	patches.suse/ALSA-hda-cirrus-Fix-CS42L42-Headset-Mic-volume-contr.patch
	patches.suse/ALSA-hda-cirrus-Make-CS8409-driver-more-generic-by-u.patch
	patches.suse/ALSA-hdsp-don-t-disable-if-not-enabled.patch
	patches.suse/ALSA-hdspm-don-t-disable-if-not-enabled.patch
	patches.suse/ALSA-rme9652-don-t-disable-if-not-enabled.patch
	patches.suse/ALSA-bebob-enable-to-deliver-MIDI-messages-for-multi.patch
	patches.suse/ALSA-hda-hdmi-fix-max-DP-MST-dev_num-for-Intel-TGL-p.patch
	patches.suse/ALSA-usb-audio-Carve-out-connector-value-checking-in.patch
	patches.suse/ALSA-usb-audio-Check-connector-value-on-resume.patch
	patches.suse/ALSA-core-remove-redundant-spin_lock-pair-in-snd_car.patch
	patches.suse/ALSA-usb-audio-Add-error-checks-for-usb_driver_claim.patch
	patches.suse/ALSA-usb-audio-Drop-implicit-fb-quirk-entries-dubbed.patch
	patches.suse/ALSA-usb-audio-Skip-probe-of-UA-101-devices.patch
	patches.suse/ALSA-usb-audio-Add-MIDI-quirk-for-Vox-ToneLab-EX.patch
	patches.suse/ALSA-usb-audio-Explicitly-set-up-the-clock-selector.patch
	patches.suse/ALSA-usb-audio-Apply-implicit-feedback-mode-for-BOSS.patch
	patches.suse/ALSA-hda-realtek-fix-mic-boost-on-Intel-NUC-8.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Lenovo-Ideapad-S740.patch
	patches.suse/ALSA-hda-realtek-fix-mute-micmute-LEDs-for-HP-ProBoo.patch
	patches.suse/ALSA-hda-hdmi-fix-race-in-handling-acomp-ELD-notific.patch
	patches.suse/ALSA-usb-audio-Add-support-for-many-Roland-devices-i.patch
	patches.suse/ALSA-hda-realtek-GA503-use-same-quirks-as-GA401.patch
	patches.suse/ALSA-usb-audio-DJM-750-ensure-format-is-set.patch
	patches.suse/ALSA-usb-audio-Re-apply-implicit-feedback-mode-to-Pi.patch
	patches.suse/ALSA-hda-realtek-Headset-Mic-issue-on-HP-platform.patch
	patches.suse/ALSA-hda-realtek-Enable-mute-micmute-LEDs-and-limit-.patch
	patches.suse/ALSA-usb-midi-don-t-return-ENOMEM-when-usb_urb_ep_ty.patch
	patches.suse/Revert-ALSA-usb-audio-Add-support-for-many-Roland-de.patch
	patches.suse/ALSA-usb-audio-Generic-application-of-implicit-fb-to.patch
	patches.suse/ALSA-usb-audio-Fix-implicit-sync-clearance-at-stoppi.patch
	patches.suse/ALSA-hda-realtek-fix-static-noise-on-ALC285-Lenovo-l.patch
	patches.suse/ALSA-emu8000-Fix-a-use-after-free-in-snd_emu8000_cre.patch
	patches.suse/ASoC-Intel-kbl_da7219_max98927-Fix-kabylake_ssp_fixu.patch
	patches.suse/ASoC-rt286-Make-RT286_SET_GPIO_-readable-and-writabl.patch
	patches.suse/ASoC-Intel-boards-sof-wm8804-add-check-for-PLL-setti.patch
	patches.suse/ASoC-samsung-snow-remove-useless-test.patch
	patches.suse/ASoC-Intel-soc-acpi-remove-TGL-RVP-mixed-SoundWire-T.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Enable-jack-detect-support-o.patch
	patches.suse/ASoC-samsung-tm2_wm5110-check-of-of_parse-return-val.patch
	patches.suse/ASoC-rsnd-core-Check-convert-rate-in-rsnd_hw_params.patch
	patches.suse/ASoC-wm8960-Remove-bitclk-relax-condition-in-wm8960_.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Add-quirk-for-the-Chuwi-Hi8-.patch
	patches.suse/ASoC-rt5670-Add-a-quirk-for-the-Dell-Venue-10-Pro-50.patch
	patches.suse/ASoC-ak5558-Fix-s-show-slow-typo.patch
	patches.suse/ASoC-simple-card-fix-possible-uninitialized-single_c.patch
	patches.suse/ASoC-ak5558-correct-reset-polarity.patch
	patches.suse/ASoC-rsnd-call-rsnd_ssi_master_clk_start-from-rsnd_s.patch
	patches.suse/ASoC-rsnd-check-all-BUSIF-status-when-error.patch
	patches.suse/ASoC-Intel-sof_sdw-add-quirk-for-new-ADL-P-Rvp.patch
	patches.suse/ASoC-rt286-Generalize-support-for-ALC3263-codec.patch
	patches.suse/ALSA-sb-Fix-two-use-after-free-in-snd_sb_qsound_buil.patch
	patches.suse/ALSA-hda-cirrus-Set-Initial-DMIC-volume-for-Bullseye.patch
	patches.suse/ALSA-hda-cirrus-Use-CS8409-filter-to-fix-abnormal-so.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Intel-Clevo-PCx0Dx.patch
	patches.suse/ALSA-usb-audio-Remove-redundant-assignment-to-len.patch
	patches.suse/ALSA-hda-realtek-Re-order-ALC882-Acer-quirk-table-en.patch
	patches.suse/ALSA-hda-realtek-Re-order-ALC882-Sony-quirk-table-en.patch
	patches.suse/ALSA-hda-realtek-Re-order-ALC882-Clevo-quirk-table-e.patch
	patches.suse/ALSA-hda-realtek-Re-order-ALC269-HP-quirk-table-entr.patch
	patches.suse/ALSA-hda-realtek-Re-order-ALC269-Acer-quirk-table-en.patch
	patches.suse/ALSA-hda-realtek-Re-order-ALC269-Dell-quirk-table-en.patch
	patches.suse/ALSA-hda-realtek-Re-order-ALC269-ASUS-quirk-table-en.patch
	patches.suse/ALSA-hda-realtek-Re-order-ALC269-Sony-quirk-table-en.patch
	patches.suse/ALSA-hda-realtek-Re-order-ALC269-Lenovo-quirk-table-.patch
	patches.suse/ALSA-hda-realtek-Re-order-remaining-ALC269-quirk-tab.patch
	patches.suse/ALSA-hda-realtek-Re-order-ALC662-quirk-table-entries.patch
	patches.suse/ALSA-hda-realtek-Remove-redundant-entry-for-ALC861-H.patch
	patches.suse/ALSA-hda-conexant-Re-order-CX5066-quirk-table-entrie.patch
	patches.suse/HID-plantronics-Workaround-for-double-volume-key-pre.patch
	patches.suse/i2c-bail-out-early-when-RDWR-parameters-are-wrong.patch
	patches.suse/i2c-Add-I2C_AQ_NO_REP_START-adapter-quirk.patch
	patches.suse/i2c-mpc-Make-use-of-i2c_recover_bus.patch
	patches.suse/i2c-img-scb-fix-reference-leak-when-pm_runtime_get_s.patch
	patches.suse/i2c-imx-lpi2c-fix-reference-leak-when-pm_runtime_get.patch
	patches.suse/i2c-imx-fix-reference-leak-when-pm_runtime_get_sync-.patch
	patches.suse/i2c-omap-fix-reference-leak-when-pm_runtime_get_sync.patch
	patches.suse/i2c-sprd-fix-reference-leak-when-pm_runtime_get_sync.patch
	patches.suse/i2c-cadence-add-IRQ-check.patch
	patches.suse/i2c-emev2-add-IRQ-check.patch
	patches.suse/i2c-jz4780-add-IRQ-check.patch
	patches.suse/i2c-mlxbf-add-IRQ-check.patch
	patches.suse/i2c-sh7760-add-IRQ-check.patch
	patches.suse/i2c-sh7760-fix-IRQ-error-path.patch
	patches.suse/pinctrl-rockchip-clear-int-status-when-driver-probed.patch
	patches.suse/pinctrl-rockchip-make-driver-be-tristate-module.patch
	patches.suse/pinctrl-rockchip-add-support-for-rk3568.patch
	patches.suse/pinctrl-samsung-use-int-for-register-masks-in-Exynos.patch
	patches.suse/pinctrl-Ingenic-Add-missing-pins-to-the-JZ4770-MAC-M.patch
	patches.suse/pinctrl-core-Fix-kernel-doc-string-for-pin_get_name.patch
	patches.suse/pinctrl-rockchip-do-coding-style-for-mux-route-struc.patch
	patches.suse/watchdog-rename-__touch_watchdog-to-a-better-descrip.patch
	patches.suse/watchdog-explicitly-update-timestamp-when-reporting-.patch
	patches.suse/watchdog-softlockup-report-the-overall-time-of-softl.patch
	patches.suse/mm-memcontrol-fix-cpuhotplug-statistics-flushing.patch
	patches.suse/ovl-fix-missing-revert_creds-on-error-path.patch
	patches.suse/ovl-allow-upperdir-inside-lowerdir.patch
	patches.suse/fuse-fix-write-deadlock.patch
	patches.suse/virtiofs-fix-memory-leak-in-virtio_fs_probe.patch
	patches.suse/ext4-fix-check-to-prevent-false-positive-report-of-i.patch
	patches.suse/ext4-fix-error-code-in-ext4_commit_super.patch
	patches.suse/fs-fix-reporting-supported-extra-file-attributes-for.patch
	patches.suse/RDMA-mlx5-Fix-drop-packet-rule-in-egress-table.patch
	patches.suse/RDMA-hns-Delete-redundant-condition-judgment-related.patch
	patches.suse/RDMA-hns-Delete-redundant-abnormal-interrupt-status.patch
	patches.suse/RDMA-qedr-Fix-error-return-code-in-qedr_iw_connect.patch
	patches.suse/RDMA-srpt-Fix-error-return-code-in-srpt_cm_req_recv.patch
	patches.suse/RDMA-rtrs-clt-destroy-sysfs-after-removing-session-f.patch
	patches.suse/IB-hfi1-Rework-AIP-and-VNIC-dummy-netdev-usage.patch
	patches.suse/iommu-fix-a-boundary-issue-to-avoid-performance-drop
	patches.suse/iommu-arm-smmu-v3-add-bit-field-sfm-into-gerror_err_mask
	patches.suse/iommu-vt-d-reject-unsupported-page-request-modes
	patches.suse/iommu-vt-d-don-t-set-then-clear-private-data-in-prq_event_thread
	patches.suse/iommu-vt-d-report-right-snoop-capability-when-using-fl-for-iova
	patches.suse/iommu-vt-d-remove-wo-permissions-on-second-level-paging-entries
	patches.suse/iommu-vt-d-invalidate-pasid-cache-when-root-context-entry-changed
	patches.suse/iommu-vt-d-force-to-flush-iotlb-before-creating-superpage
	patches.suse/KVM-s390-split-kvm_s390_logical_to_effective.patch
	patches.suse/KVM-s390-extend-kvm_s390_shadow_fault-to-return-entr.patch
	patches.suse/KVM-s390-VSIE-correctly-handle-MVPG-when-in-VSIE.patch
	patches.suse/KVM-s390-fix-guarded-storage-control-register-handli.patch
	patches.suse/kvm-nvmx-truncate-bits-63-32-of-vmcs-field-on-nested.patch
	patches.suse/0004-dm-integrity-fix-missing-goto-in-bitmap_flush_interv.patch
	patches.suse/0005-dm-rq-fix-double-free-of-blk_mq_tag_set-in-dev-remov.patch
	patches.suse/0007-dm-raid-remove-unnecessary-discard-limits-for-raid0-.patch
	patches.suse/tracing-map-all-pids-to-command-lines.patch
	patches.suse/tracing-Restructure-trace_clock_global-to-never-block.patch
	patches.suse/rtc-fsl-ftm-alarm-add-MODULE_TABLE.patch
	patches.suse/rtc-ds1307-Fix-wday-settings-for-rx8130.patch
	patches.suse/swiotlb-fix-the-type-of-index
	patches.suse/dmaengine-dw-edma-Fix-crash-on-loading-unloading-dri.patch
	patches.suse/dmaengine-idxd-Fix-potential-null-dereference-on-poi.patch
	patches.suse/dmaengine-idxd-fix-dma-device-lifetime.patch
	patches.suse/dmaengine-idxd-cleanup-pci-interrupt-vector-allocati.patch
	patches.suse/dmaengine-idxd-removal-of-pcim-managed-mmio-mapping.patch
	patches.suse/dmaengine-idxd-fix-cdev-setup-and-free-device-lifeti.patch
	patches.suse/ubifs-Only-check-replay-with-inode-type-to-judge-if-.patch
	patches.suse/docs-kernel-parameters-Move-gpio-mockup-for-alphabet.patch
	patches.suse/docs-kernel-parameters-Add-gpio_mockup_named_lines.patch
	patches.suse/gpiolib-acpi-Add-quirk-to-ignore-EC-wakeups-on-Dell-.patch
	patches.suse/thermal-thermal_of-Fix-error-return-code-of-thermal_.patch
	patches.suse/thermal-drivers-ti-soc-thermal-bandgap-Remove-unused.patch
	patches.suse/PCI-Release-OF-node-in-pci_scan_device-s-error-path.patch
	patches.suse/PCI-RCEC-Fix-RCiEP-device-to-RCEC-association.patch
	patches.suse/ACPI-hotplug-PCI-Fix-reference-count-leak-in-enable_.patch
	patches.suse/PCI-Allow-VPD-access-for-QLogic-ISP2722.patch
	patches.suse/PCI-thunder-Fix-compile-testing.patch
	patches.suse/PCI-keystone-Let-AM65-use-the-pci_ops-defined-in-pci.patch
	patches.suse/PCI-dwc-Move-iATU-detection-earlier.patch
	patches.suse/PCI-endpoint-Fix-missing-destroy_workqueue.patch
	patches.suse/PCI-iproc-Fix-return-value-of-iproc_msi_irq_domain_a.patch
	patches.suse/smb3-1-1-enable-negotiating-stronger-encryption-by-default.patch
	patches.suse/cifs-add-shutdown-support.patch
	patches.suse/smb3-1-1-allow-dumping-GCM256-keys-to-improve-debugging-of-encrypte.patch
	patches.suse/smb3-1-1-allow-dumping-keys-for-multiuser-mounts.patch
	patches.suse/cifs-detect-dead-connections-only-when-echoes-are-enabled-.patch
	patches.suse/cifs-use-echo_interval-even-when-connection-not-ready-.patch
	patches.suse/cifs-fix-regression-when-mounting-shares-with-prefix-paths.patch
	patches.suse/fs-cifs-Fix-resource-leak.patch
	patches.suse/ARM-9064-1-hw_breakpoint-Do-not-directly-check-the-event-s-overflow_handler-hook.patch
	patches.suse/ACPI-custom_method-fix-potential-use-after-free-issu.patch
	patches.suse/ACPI-custom_method-fix-a-possible-memory-leak.patch
	patches.suse/ftrace-handle-commands-when-closing-set_ftrace_filter-file.patch
	patches.suse/ceph-don-t-clobber-i_snap_caps-on-non-i_new-inode.patch
	patches.suse/ceph-only-check-pool-permissions-for-regular-files.patch
	patches.suse/ceph-fix-inode-leak-on-getattr-error-in-_fh_to_dentry.patch
	patches.suse/Input-elants_i2c-do-not-bind-to-i2c-hid-compatible-A.patch
	patches.suse/Input-silead-add-workaround-for-x86-BIOS-es-which-br.patch
	patches.suse/Input-ili210x-add-missing-negation-for-touch-indicat.patch
	patches.suse/xfs-don-t-allow-log-writes-if-the-data-device-is-rea.patch
	patches.suse/fs-epoll-restore-waking-from-ep_done_scan.patch
	patches.suse/kernel-kexec_file-fix-error-return-code-of-kexec_calculate_store_digests
	patches.suse/NFSv4.2-Always-flush-out-writes-in-nfs42_proc_falloc.patch
	patches.suse/NFS-Deal-correctly-with-attribute-generation-counter.patch
	patches.suse/pNFS-flexfiles-fix-incorrect-size-check-in-decode_nf.patch
	patches.suse/NFSv4.2-fix-handling-of-sr_eof-in-SEEK-s-reply.patch
	patches.suse/SUNRPC-Move-fault-injection-call-sites.patch
	patches.suse/SUNRPC-Handle-major-timeout-in-xprt_adjust_timeout.patch
	patches.suse/NFSv42-Copy-offload-should-update-the-file-size-when.patch
	patches.suse/NFS-Don-t-discard-pNFS-layout-segments-that-are-mark.patch
	patches.suse/NFSv4-Don-t-discard-segments-marked-for-return-in-_p.patch
	patches.suse/xprtrdma-Avoid-Receive-Queue-wrapping.patch
	patches.suse/xprtrdma-rpcrdma_mr_pop-already-does-list_del_init.patch
	patches.suse/nvme-multipath-reset-bdev-to-ns-head-when-failover.patch
	patches.suse/ALSA-hda-realtek-ALC285-Thinkpad-jack-pin-quirk-is-u.patch
	patches.suse/ALSA-usb-audio-Add-dB-range-mapping-for-Sennheiser-C.patch
	patches.suse/ALSA-hda-realtek-Fix-silent-headphone-output-on-ASUS.patch
	patches.suse/ALSA-hda-realtek-Fix-speaker-amp-on-HP-Envy-AiO-32.patch
	patches.suse/ALSA-hda-realtek-Add-fixup-for-HP-OMEN-laptop.patch
	patches.suse/ALSA-hda-generic-change-the-DAC-ctl-name-for-LO-SPK-.patch
	patches.suse/ACPI-GTDT-Don-t-corrupt-interrupt-mappings-on-watchd.patch
	patches.suse/Revert-i3c-master-fix-missing-destroy_workqueue-on-e.patch
	patches.suse/net-hns3-fix-incorrect-configuration-for-igu_egu_hw_.patch
	patches.suse/net-hns3-initialize-the-message-content-in-hclge_get.patch
	patches.suse/net-hns3-add-check-for-HNS3_NIC_STATE_INITED-in-hns3.patch
	patches.suse/net-hns3-fix-for-vxlan-gpe-tx-checksum-bug.patch
	patches.suse/net-hns3-use-netif_tx_disable-to-stop-the-transmit-q.patch
	patches.suse/net-hns3-clear-unnecessary-reset-request-in-hclge_re.patch
	patches.suse/net-hns3-disable-phy-loopback-setting-in-hclge_mac_s.patch
	patches.suse/ethernet-enic-Fix-a-use-after-free-bug-in-enic_hard_.patch
	patches.suse/sctp-delay-auto_asconf-init-until-binding-the-first-.patch
	patches.suse/bpf-Fix-masking-negation-logic-upon-negative-dst-reg.patch
	patches.suse/bpf-Fix-leakage-of-uninitialized-bpf-stack-under-spe.patch
	patches.suse/libbpf-Fix-signed-overflow-in-ringbuf_process_ring.patch
	patches.suse/net-nfc-fix-use-after-free-llcp_sock_bind-connect.patch
	patches.suse/ethtool-fix-missing-NLM_F_MULTI-flag-when-dumping.patch
	patches.suse/smc-disallow-TCP_ULP-in-smc_setsockopt.patch
	patches.suse/mlxsw-spectrum_mr-Update-egress-RIF-list-before-rout.patch
	patches.suse/i40e-fix-broken-XDP-support.patch
	patches.suse/i40e-Fix-use-after-free-in-i40e_client_subtask.patch
	patches.suse/i40e-fix-the-restart-auto-negotiation-after-FEC-modi.patch
	patches.suse/i40e-Fix-PHY-type-identifiers-for-2.5G-and-5G-adapte.patch
	patches.suse/powerpc-kexec_file-Use-current-CPU-info-while-settin.patch
	patches.suse/powerpc-32-Fix-boot-failure-with-CONFIG_STACKPROTECT.patch
	patches.suse/scsi-lpfc-Fix-illegal-memory-access-on-Abort-IOCBs.patch
	patches.suse/scsi-lpfc-Fix-DMA-virtual-address-ptr-assignment-in-.patch
	patches.suse/scsi-lpfc-Fix-bad-memory-access-during-VPD-DUMP-mail.patch
	patches.suse/scsi-qla2xxx-Prevent-PRLI-in-target-mode.patch
	patches.suse/scsi-ufs-core-Narrow-down-fast-path-in-system-suspend-path
	patches.suse/scsi-fnic-Kill-exclude_id-argument-to-fnic_cleanup_i.patch
	patches.suse/scsi-fnic-Use-scsi_host_busy_iter-to-traverse-commands.patch
	patches.suse/drm-i915-display-fix-compiler-warning-about-array-ov.patch
	patches.suse/x86-cpu-initialize-msr_tsc_aux-if-rdtscp-or-rdpid-is-supported.patch
	patches.suse/Revert-337f13046ff0-futex-Allow-FUTEX_CLOCK_REALTIME.patch
	patches.suse/futex-Do-not-apply-time-namespace-adjustment-on-FUTE.patch
	patches.suse/futex-Get-rid-of-the-val2-conditional-dance.patch
	patches.suse/futex-Make-syscall-entry-points-less-convoluted.patch
	patches.suse/sched-fair-Fix-unfairness-caused-by-missing-load-dec.patch
	patches.suse/smb3-when-mounting-with-multichannel-include-it-in-requested-capabi.patch
	patches.suse/smb3-do-not-attempt-multichannel-to-server-which-does-not-support-i.patch
	patches.suse/smb3-if-max_channels-set-to-more-than-one-channel-request-multichan.patch
	patches.suse/drm-amd-display-Reject-non-zero-src_y-and-src_x-for-.patch
	patches.suse/drm-amdgpu-fix-concurrent-VM-flushes-on-Vega-Navi-v2.patch
	patches.suse/0003-amdgpu-fix-GEM-obj-leak-in-amdgpu_display_user_frame.patch
	patches.suse/drm-amd-display-Fix-two-cursor-duplication-when-usin.patch
	patches.suse/drm-radeon-Fix-off-by-one-power_state-index-heap-ove.patch
	patches.suse/drm-radeon-Avoid-power-table-parsing-memory-leaks.patch
	patches.suse/drm-amdgpu-Init-GFX10_ADDR_CONFIG-for-VCN-v3-in-DPG-.patch
	patches.suse/x86-kvm-Fix-pr_info-for-async-PF-setup-teardown.patch
	patches.suse/x86-kvm-Teardown-PV-features-on-boot-CPU-as-well.patch
	patches.suse/x86-kvm-Disable-kvmclock-on-all-CPUs-on-shutdown.patch
	patches.suse/x86-kvm-Disable-all-PV-features-on-crash.patch
	patches.suse/x86-kvm-Unify-kvm_pv_guest_cpu_reboot-with-kvm_guest.patch
	patches.suse/KEYS-trusted-Fix-memory-leak-on-object-td.patch
	patches.suse/tpm-tpm_tis-Extend-locality-handling-to-TPM2-in-tpm_.patch
	patches.suse/tpm-tpm_tis-Reserve-locality-in-tpm_tis_resume.patch
	patches.suse/tpm-fix-error-return-code-in-tpm2_get_cc_attrs_tbl.patch
	patches.suse/hwmon-occ-Fix-poll-rate-limiting.patch
	patches.suse/vgacon-Record-video-mode-changes-with-VT_RESIZEX.patch
	patches.suse/ACPI-PM-Add-ACPI-ID-of-Alder-Lake-Fan.patch
	patches.suse/drm-amd-display-Initialize-attribute-for-hdcp_srm-sy.patch
	patches.suse/drm-radeon-dpm-Disable-sclk-switching-on-Oland-when-.patch
	patches.suse/drm-i915-Avoid-div-by-zero-on-gen2.patch
	patches.suse/drm-i915-Read-C0DRB3-C1DRB3-as-16-bits-again.patch
	patches.suse/drm-i915-Fix-crash-in-auto_retire.patch
	patches.suse/drm-i915-overlay-Fix-active-retire-callback-alignmen.patch
	patches.suse/dax-Add-an-enum-for-specifying-dax-wakup-mode.patch
	patches.suse/dax-Add-a-wakeup-mode-parameter-to-put_unlocked_entr.patch
	patches.suse/dax-Wake-up-all-waiters-after-invalidating-dax-entry.patch
	patches.suse/kyber-fix-out-of-bounds-access-when-preempted.patch
	patches.suse/0006-nbd-Fix-NULL-pointer-in-flush_workqueue.patch
	patches.suse/nvme-multipath_fix_double_initialization_of_ANA_state.patch
	patches.suse/nvmet-seset-ns-file-when-open-fails.patch
	patches.suse/nvmet-use-new-ana_log_size-instead-the-old-one.patch
	patches.suse/blk-mq-plug-request-for-shared-sbitmap.patch
	patches.suse/blk-mq-Swap-two-calls-in-blk_mq_exit_queue.patch
	patches.suse/powerpc-pseries-Fix-hcall-tracing-recursion-in-pv-qu.patch
	patches.suse/powerpc-pseries-Don-t-trace-hcall-tracing-wrapper.patch
	patches.suse/powerpc-pseries-use-notrace-hcall-variant-for-H_CEDE.patch
	patches.suse/powerpc-pseries-warn-if-recursing-into-the-hcall-tra.patch
	patches.suse/powerpc-64s-Fix-crashes-when-toggling-stf-barrier.patch
	patches.suse/powerpc-64s-Fix-crashes-when-toggling-entry-flush-ba.patch
	patches.suse/powerpc-64s-Fix-entry-flush-patching-w-strict-RWX-ha.patch
	patches.suse/powerpc-64s-Fix-stf-mitigation-patching-w-strict-RWX.patch
	patches.suse/cdc-wdm-untangle-a-circular-dependency-between-callb.patch
	patches.suse/usb-dwc3-pci-Enable-usb2-gadget-lpm-disable-for-Inte.patch
	patches.suse/usb-dwc3-gadget-Enable-suspend-events.patch
	patches.suse/usb-dwc2-Fix-gadget-DMA-unmap-direction.patch
	patches.suse/usb-dwc3-gadget-Return-success-always-for-kick-trans.patch
	patches.suse/usb-typec-ucsi-Put-fwnode-in-any-case-during-probe.patch
	patches.suse/usb-dwc3-omap-improve-extcon-initialization.patch
	patches.suse/usb-fotg210-hcd-Fix-an-error-message.patch
	patches.suse/usb-typec-ucsi-Retrieve-all-the-PDOs-instead-of-just.patch
	patches.suse/xhci-Do-not-use-GFP_KERNEL-in-potentially-atomic-con.patch
	patches.suse/usb-xhci-Increase-timeout-for-HC-halt.patch
	patches.suse/usb-core-hub-fix-race-condition-about-TRSMRCY-of-res.patch
	patches.suse/iio-proximity-pulsedlight-Fix-rumtime-PM-imbalance-o.patch
	patches.suse/iio-gyro-mpu3050-Fix-reported-temperature-value.patch
	patches.suse/iio-tsl2583-Fix-division-by-a-zero-lux_val.patch
	patches.suse/ics932s401-fix-broken-handling-of-errors-when-word-r.patch
	patches.suse/Revert-media-usb-gspca-add-a-missed-check-for-goto_l.patch
	patches.suse/Revert-leds-lp5523-fix-a-missing-check-of-return-val.patch
	patches.suse/leds-lp5523-check-return-value-of-lp5xx_read-and-jum.patch
	patches.suse/Revert-serial-max310x-pass-return-value-of-spi_regis.patch
	patches.suse/serial-max310x-unregister-uart-driver-in-case-of-fai.patch
	patches.suse/Revert-qlcnic-Avoid-potential-NULL-pointer-dereferen.patch
	patches.suse/Revert-gdrom-fix-a-memory-leak-bug.patch
	patches.suse/cdrom-gdrom-deallocate-struct-gdrom_unit-fields-in-r.patch
	patches.suse/Revert-char-hpet-fix-a-missing-check-of-ioremap.patch
	patches.suse/char-hpet-add-checks-after-calling-ioremap.patch
	patches.suse/Revert-scsi-ufs-fix-a-missing-check-of-devm_reset_control_get
	patches.suse/Revert-video-hgafb-fix-potential-NULL-pointer-derefe.patch
	patches.suse/video-hgafb-fix-potential-NULL-pointer-dereference.patch
	patches.suse/Revert-isdn-mISDNinfineon-fix-potential-NULL-pointer.patch
	patches.suse/isdn-mISDNinfineon-check-cleanup-ioremap-failure-cor.patch
	patches.suse/Revert-ath6kl-return-error-code-in-ath6kl_wmi_set_ro.patch
	patches.suse/ath6kl-return-error-code-in-ath6kl_wmi_set_roam_lrss.patch
	patches.suse/Revert-isdn-mISDN-Fix-potential-NULL-pointer-derefer.patch
	patches.suse/isdn-mISDN-correctly-handle-ph_info-allocation-failu.patch
	patches.suse/Revert-ecryptfs-replace-BUG_ON-with-error-handling-c.patch
	patches.suse/Revert-dmaengine-qcom_hidma-Check-for-driver-registe.patch
	patches.suse/dmaengine-qcom_hidma-comment-platform_driver_registe.patch
	patches.suse/Revert-libertas-add-checks-for-the-return-value-of-s.patch
	patches.suse/libertas-register-sysfs-groups-properly.patch
	patches.suse/Revert-ASoC-cs43130-fix-a-NULL-pointer-dereference.patch
	patches.suse/ASoC-cs43130-handle-errors-in-cs43130_probe-properly.patch
	patches.suse/Revert-media-dvb-Add-check-on-sp8870_readreg.patch
	patches.suse/media-dvb-Add-check-on-sp8870_readreg-return.patch
	patches.suse/Revert-media-gspca-mt9m111-Check-write_bridge-for-ti.patch
	patches.suse/media-gspca-mt9m111-Check-write_bridge-for-timeout.patch
	patches.suse/Revert-media-gspca-Check-the-return-value-of-write_b.patch
	patches.suse/media-gspca-properly-check-for-errors-in-po1030_prob.patch
	patches.suse/Revert-net-liquidio-fix-a-NULL-pointer-dereference.patch
	patches.suse/0001-Revert-video-imsttfb-fix-potential-NULL-pointer-dere.patch
	patches.suse/Revert-brcmfmac-add-a-check-for-the-status-of-usb_re.patch
	patches.suse/brcmfmac-properly-check-for-bus-register-errors.patch
	patches.suse/cdrom-gdrom-initialize-global-variable-at-init-time.patch
	patches.suse/msft-hv-2316-uio_hv_generic-Fix-a-memory-leak-in-error-handling-p.patch
	patches.suse/msft-hv-2317-uio_hv_generic-Fix-another-memory-leak-in-error-hand.patch
	patches.suse/platform-x86-hp_accel-Avoid-invoking-_INI-to-speed-u.patch
	patches.suse/platform-mellanox-mlxbf-tmfifo-Fix-a-memory-barrier-.patch
	patches.suse/platform-x86-hp-wireless-add-AMD-s-hardware-id-to-th.patch
	patches.suse/platform-x86-dell-smbios-wmi-Fix-oops-on-rmmod-dell_.patch
	patches.suse/platform-x86-intel_punit_ipc-Append-MODULE_DEVICE_TA.patch
	patches.suse/platform-x86-touchscreen_dmi-Add-info-for-the-Mediac.patch
	patches.suse/ALSA-hda-realtek-reset-eapd-coeff-to-default-value-f.patch
	patches.suse/ALSA-hda-fixup-headset-for-ASUS-GU502-laptop.patch
	patches.suse/ALSA-usb-audio-Validate-MS-endpoint-descriptors.patch
	patches.suse/ALSA-usb-audio-Fix-potential-out-of-bounce-access-in.patch
	patches.suse/ALSA-hda-realtek-Add-fixup-for-HP-Spectre-x360-15-df.patch
	patches.suse/ALSA-dice-fix-stream-format-at-middle-sampling-rate-.patch
	patches.suse/ALSA-bebob-oxfw-fix-Kconfig-entry-for-Mackie-d.2-Pro.patch
	patches.suse/ALSA-firewire-lib-fix-check-for-the-size-of-isochron.patch
	patches.suse/ALSA-firewire-lib-fix-calculation-for-size-of-IR-con.patch
	patches.suse/ALSA-firewire-lib-fix-amdtp_packet-tracepoints-event.patch
	patches.suse/ALSA-hda-realtek-Add-some-CLOVE-SSIDs-of-ALC293.patch
	patches.suse/ALSA-intel8x0-Don-t-update-period-unless-prepared.patch
	patches.suse/ALSA-dice-fix-stream-format-for-TC-Electronic-Konnek.patch
	patches.suse/ALSA-line6-Fix-racy-initialization-of-LINE6-MIDI.patch
	patches.suse/scsi-qedf-Add-pointer-checks-in-qedf_update_link_speed
	patches.suse/scsi-qla2xxx-Fix-error-return-code-in-qla82xx_write_.patch
	patches.suse/firmware-arm_scpi-Prevent-the-ternary-sign-expansion.patch
	patches.suse/drm-i915-gt-Disable-HiZ-Raw-Stall-Optimization-on-br.patch
	patches.suse/drm-amdgpu-Fix-GPU-TLB-update-error-when-PAGE_SIZE-A.patch
	patches.suse/drm-amdgpu-disable-3DCGCG-on-picasso-raven1-to-avoid.patch
	patches.suse/drm-amd-display-Disconnect-non-DP-with-no-EDID.patch
	patches.suse/drm-amd-amdgpu-fix-refcount-leak.patch
	patches.suse/drm-amdgpu-Fix-a-use-after-free.patch
	patches.suse/drm-amdgpu-update-gc-golden-setting-for-Navi12.patch
	patches.suse/drm-amdgpu-update-sdma-golden-setting-for-Navi12.patch
	patches.suse/drm-amd-amdgpu-fix-a-potential-deadlock-in-gpu-reset.patch
	patches.suse/drm-amdgpu-stop-touching-sched.ready-in-the-backend.patch
	patches.suse/mmc-sdhci-pci-gli-increase-1.8V-regulator-wait.patch
	patches.suse/gpio-cadence-Add-missing-MODULE_DEVICE_TABLE.patch
	patches.suse/gpio-xilinx-Correct-kernel-doc-for-xgpio_probe.patch
	patches.suse/SMB3-incorrect-file-id-in-requests-compounded-with-open.patch
	patches.suse/cifs-fix-memory-leak-in-smb2_copychunk_range.patch
	patches.suse/cifs-Fix-inconsistent-indenting.patch
	patches.suse/x86-Xen-swap-NX-determination-and-GDT-setup-on-BSP.patch
	patches.suse/xen-pciback-redo-VF-placement-in-the-virtual-topolog.patch
	patches.suse/xen-pciback-reconfigure-also-from-backend-watch-hand.patch
	patches.suse/nvme-tcp-rerun-io_work-if-req_list-is-not-empty.patch
	patches.suse/nvme-fc-clear-q_live-at-beginning-of-association-tea.patch
	patches.suse/ipc-mqueue-msg-sem-Avoid-relying-on-a-stack-reference.patch
	patches.suse/x86-sev-es-move-sev_es_put_ghcb-in-prep-for-follow-on-patch.patch
	patches.suse/x86-sev-es-invalidate-the-ghcb-after-completing-vmgexit.patch
	patches.suse/x86-sev-es-don-t-return-null-from-sev_es_get_ghcb
	patches.suse/x86-sev-es-forward-page-faults-which-happen-during-emulation
	patches.suse/x86-sev-es-use-_put_user-_get_user-for-data-accesses
	patches.suse/locking-mutex-clear-MUTEX_FLAGS-if-wait_list-is-empt.patch
	patches.suse/spi-spi-fsl-dspi-Fix-a-resource-leak-in-an-error-han.patch
	patches.suse/spi-sprd-Add-missing-MODULE_DEVICE_TABLE.patch
	patches.suse/net-nfc-rawsock.c-fix-a-permission-check-bug.patch
	patches.suse/net-mlx4-Fix-EEPROM-dump-support.patch
	patches.suse/mac80211-assure-all-fragments-are-encrypted.patch
	patches.suse/mac80211-prevent-mixed-key-and-fragment-cache-attack.patch
	patches.suse/mac80211-properly-handle-A-MSDUs-that-start-with-an-.patch
	patches.suse/cfg80211-mitigate-A-MSDU-aggregation-attacks.patch
	patches.suse/mac80211-drop-A-MSDUs-on-old-ciphers.patch
	patches.suse/mac80211-add-fragment-cache-to-sta_info.patch
	patches.suse/mac80211-check-defrag-PN-against-current-frame.patch
	patches.suse/mac80211-prevent-attacks-on-TKIP-WEP-as-well.patch
	patches.suse/mac80211-do-not-accept-forward-invalid-EAPOL-frames.patch
	patches.suse/mac80211-extend-protection-against-mixed-key-and-fra.patch
	patches.suse/ath10k-add-CCMP-PN-replay-protection-for-fragmented-.patch
	patches.suse/ath10k-drop-fragments-with-multicast-DA-for-PCIe.patch
	patches.suse/ath10k-drop-fragments-with-multicast-DA-for-SDIO.patch
	patches.suse/ath10k-drop-MPDU-which-has-discard-flag-set-by-firmw.patch
	patches.suse/ath10k-Fix-TKIP-Michael-MIC-verification-for-PCIe.patch
	patches.suse/ath10k-Validate-first-subframe-of-A-MSDU-before-proc.patch
	patches.suse/bpf-Fix-alu32-const-subreg-bound-tracking-on-bitwise.patch
	patches.suse/bpf-ringbuf-Deny-reserve-of-buffers-larger-than-ring.patch
	patches.suse/bpf-Prevent-writable-memory-mapping-of-read-only-rin.patch
	patches.suse/bpf-kconfig-Add-consolidated-menu-entry-for-bpf-with.patch
	patches.suse/bpf-Add-kconfig-knob-for-disabling-unpriv-bpf-by-def.patch
	patches.suse/chelsio-chtls-unlock-on-error-in-chtls_pt_recvmsg.patch
	patches.suse/cxgb4-ch_ktls-Clear-resources-when-pf4-device-is-rem.patch
	patches.suse/netfilter-nft_set_pipapo_avx2-Add-irq_fpu_usable-che.patch
	patches.suse/NFC-nci-fix-memory-leak-in-nci_allocate_device.patch
	patches.suse/net-bnx2-Fix-error-return-code-in-bnx2_init_board.patch
	patches.suse/isdn-mISDN-netjet-Fix-crash-in-nj_probe.patch
	patches.suse/gve-Check-TX-QPL-was-actually-assigned.patch
	patches.suse/gve-Update-mgmt_msix_idx-if-num_ntfy-changes.patch
	patches.suse/gve-Add-NULL-pointer-checks-when-freeing-irqs.patch
	patches.suse/gve-Upgrade-memory-barrier-in-poll-routine.patch
	patches.suse/gve-Correct-SKB-queue-index-validation.patch
	patches.suse/net-hns3-fix-incorrect-resp_msg-issue.patch
	patches.suse/net-hns3-put-off-calling-register_netdev-until-clien.patch
	patches.suse/net-mlx5e-Fix-nullptr-in-add_vlan_push_action.patch
	patches.suse/net-mlx5-Set-reformat-action-when-needed-for-termina.patch
	patches.suse/net-mlx5e-Fix-null-deref-accessing-lag-dev.patch
	patches.suse/net-mlx5e-reset-XPS-on-error-flow-if-netdev-isn-t-re.patch
	patches.suse/net-mlx5e-Fix-multipath-lag-activation.patch
	patches.suse/net-mlx5e-Fix-error-path-of-updating-netdev-queues.patch
	patches.suse/net-mlx5-Set-term-table-as-an-unmanaged-flow-table.patch
	patches.suse/cxgb4-avoid-accessing-registers-when-clearing-filter.patch
	patches.suse/ixgbe-fix-large-MTU-request-from-VF.patch
	patches.suse/net-sched-fq_pie-re-factor-fix-for-fq_pie-endless-lo.patch
	patches.suse/net-sched-fq_pie-fix-OOB-access-in-the-traffic-path.patch
	patches.suse/net-hso-fix-control-request-directions.patch
	patches.suse/net-usb-fix-memory-leak-in-smsc75xx_bind.patch
	patches.suse/net-zero-initialize-tc-skb-extension-on-allocation.patch
	patches.suse/bpf-Fix-BPF_JIT-kconfig-symbol-dependency.patch
	patches.suse/bpftool-Add-sock_release-help-info-for-cgroup-attach.patch
	patches.suse/bpf-Wrap-aux-data-inside-bpf_sanitize_info-container.patch
	patches.suse/bpf-Fix-mask-direction-swap-upon-off-reg-sign-change.patch
	patches.suse/bpf-No-need-to-simulate-speculative-domain-for-immed.patch
	patches.suse/iommu-virtio-add-missing-module_device_table
	patches.suse/iommu-vt-d-check-for-allocation-failure-in-aux_detach_device
	patches.suse/iommu-vt-d-use-user-privilege-for-rid2pasid-translation
	patches.suse/iommu-vt-d-fix-sysfs-leak-in-alloc_iommu
	patches.suse/ALSA-usb-audio-fix-control-request-direction.patch
	patches.suse/ALSA-usb-audio-scarlett2-Fix-device-hang-with-ehci-p.patch
	patches.suse/ALSA-usb-audio-scarlett2-Improve-driver-startup-mess.patch
	patches.suse/ALSA-hda-realtek-Headphone-volume-is-controlled-by-F.patch
	patches.suse/ALSA-hda-realtek-the-bass-speaker-can-t-output-sound.patch
	patches.suse/ALSA-usb-audio-scarlett2-snd_scarlett_gen2_controls_.patch
	patches.suse/ASoC-max98088-fix-ni-clock-divider-calculation.patch
	patches.suse/ASoC-amd-fix-for-pcm_read-error.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Add-quirk-for-the-Glavey-TM8.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Add-quirk-for-the-Lenovo-Mii.patch
	patches.suse/ASoC-cs42l42-Regmap-must-use_single_read-write.patch
	patches.suse/ASoC-sti-sas-add-missing-MODULE_DEVICE_TABLE.patch
	patches.suse/ASoC-cs35l33-fix-an-error-code-in-probe.patch
	patches.suse/ALSA-hda-realtek-Chain-in-pop-reduction-fixup-for-Th.patch
	patches.suse/ALSA-hda-realtek-fix-mute-micmute-LEDs-for-HP-855-G8.patch
	patches.suse/ALSA-hda-realtek-fix-mute-micmute-LEDs-and-speaker-f-bbe183e.patch
	patches.suse/ALSA-hda-realtek-fix-mute-micmute-LEDs-and-speaker-f-e650c1a.patch
	patches.suse/ALSA-hda-realtek-fix-mute-micmute-LEDs-and-speaker-f-50dbfae.patch
	patches.suse/fs-nfs-Use-fatal_signal_pending-instead-of-signal_pe.patch
	patches.suse/NFS-fix-an-incorrect-limit-in-filelayout_decode_layo.patch
	patches.suse/SUNRPC-in-case-of-backlog-hand-free-slots-directly-t.patch
	patches.suse/NFSv4-Fix-a-NULL-pointer-dereference-in-pnfs_mark_ma.patch
	patches.suse/SUNRPC-More-fixes-for-backlog-congestion.patch
	patches.suse/NFS-Fix-an-Oopsable-condition-in-__nfs_pageio_add_re.patch
	patches.suse/NFS-Don-t-corrupt-the-value-of-pg_bytes_written-in-n.patch
	patches.suse/NFSv4-Fix-v4.0-v4.1-SEEK_DATA-return-ENOTSUPP-when-s.patch
	patches.suse/cifs-set-server-cipher_type-to-AES-128-CCM-for-SMB3-0.patch
	patches.suse/cifs-fix-string-declarations-and-assignments-in-tracepoints.patch
	patches.suse/cifs-change-format-of-CIFS_FULL_KEY_DUMP-ioctl.patch
	patches.suse/drm-amdkfd-correct-sienna_cichlid-SDMA-RLC-register-.patch
	patches.suse/drm-amdgpu-vcn1-add-cancel_delayed_work_sync-before-.patch
	patches.suse/drm-amdgpu-vcn2.0-add-cancel_delayed_work_sync-befor.patch
	patches.suse/drm-amdgpu-vcn2.5-add-cancel_delayed_work_sync-befor.patch
	patches.suse/drm-amdgpu-vcn3-add-cancel_delayed_work_sync-before-.patch
	patches.suse/drm-amdgpu-jpeg2.0-add-cancel_delayed_work_sync-befo.patch
	patches.suse/drm-amdgpu-jpeg2.5-add-cancel_delayed_work_sync-befo.patch
	patches.suse/drm-amdgpu-jpeg3-add-cancel_delayed_work_sync-before.patch
	patches.suse/drm-meson-fix-shutdown-crash-when-component-not-prob.patch
	patches.suse/s390-dasd-add-missing-discipline-function
	patches.suse/nvme-fc-short-circuit-reconnect-retries.patch
	patches.suse/nvme-fabrics-decode-host-pathing-error-for-connect.patch
	patches.suse/scsi-libsas-Use-_safe-loop-in-sas_resume_port
	patches.suse/scsi-target-qla2xxx-Wait-for-stop_phase1-at-WWN-remo.patch
	patches.suse/USB-usbfs-Don-t-WARN-about-excessively-large-memory-.patch
	patches.suse/usb-dwc3-gadget-Properly-track-pending-and-queued-SG.patch
	patches.suse/misc-uss720-fix-memory-leak-in-uss720_probe.patch
	patches.suse/usb-typec-mux-Fix-matching-with-typec_altmode_desc.patch
	patches.suse/usb-typec-tcpm-Use-LE-to-CPU-conversion-when-accessi.patch
	patches.suse/USB-serial-ftdi_sio-add-IDs-for-IDS-GmbH-Products.patch
	patches.suse/USB-serial-option-add-Telit-LE910-S1-compositions-0x.patch
	patches.suse/USB-serial-ti_usb_3410_5052-add-startech.com-device-.patch
	patches.suse/USB-serial-pl2303-add-device-id-for-ADLINK-ND-6530-G.patch
	patches.suse/USB-trancevibrator-fix-control-request-direction.patch
	patches.suse/usb-gadget-udc-renesas_usb3-Fix-a-race-in-usb3_start.patch
	patches.suse/thunderbolt-dma_port-Fix-NVM-read-buffer-bounds-and-.patch
	patches.suse/thunderbolt-usb4-Fix-NVM-read-buffer-bounds-and-offs.patch
	patches.suse/serial-tegra-Fix-a-mask-operation-that-is-always-tru.patch
	patches.suse/serial-core-fix-suspicious-security_locked_down-call.patch
	patches.suse/serial-sh-sci-Fix-off-by-one-error-in-FIFO-threshold.patch
	patches.suse/serial-8250_pci-Add-support-for-new-HPE-serial-devic.patch
	patches.suse/serial-rp2-use-request_firmware-instead-of-request_f.patch
	patches.suse/serial-8250_pci-handle-FL_NOIRQ-board-flag.patch
	patches.suse/staging-emxx_udc-fix-loop-in-_nbu2ss_nuke.patch
	patches.suse/iio-adc-ad7124-Fix-missbalanced-regulator-enable-dis.patch
	patches.suse/iio-adc-ad7124-Fix-potential-overflow-due-to-non-seq.patch
	patches.suse/staging-iio-cdc-ad7746-avoid-overwrite-of-num_channe.patch
	patches.suse/iio-gyro-fxas21002c-balance-runtime-power-in-error-p.patch
	patches.suse/iio-adc-ad7768-1-Fix-too-small-buffer-passed-to-iio_.patch
	patches.suse/iio-adc-ad7793-Add-missing-error-code-in-ad7793_setu.patch
	patches.suse/video-hgafb-correctly-handle-card-detect-failure-dur.patch
	patches.suse/mei-request-autosuspend-after-sending-rx-flow-contro.patch
	patches.suse/thermal-drivers-intel-Initialize-RW-trip-to-THERMAL_.patch
	patches.suse/i2c-sh_mobile-Use-new-clock-calculation-formulas-for.patch
	patches.suse/i2c-i801-Don-t-generate-an-interrupt-on-bus-reset.patch
	patches.suse/i2c-s3c2410-fix-possible-NULL-pointer-deref-on-read-.patch
	patches.suse/Bluetooth-Add-a-new-USB-ID-for-RTL8822CE.patch
	patches.suse/HID-quirks-Set-INCREMENT_USAGE_ON_DUPLICATE-for-Sait.patch
	patches.suse/HID-hid-input-add-mapping-for-emoji-picker-key.patch
	patches.suse/HID-hid-sensor-hub-Return-error-for-hid_set_field-fa.patch
	patches.suse/HID-multitouch-require-Finger-field-to-mark-Win8-rep.patch
	patches.suse/HID-Add-BUS_VIRTUAL-to-hid_connect-logging.patch
	patches.suse/HID-usbhid-fix-info-leak-in-hid_submit_ctrl.patch
	patches.suse/HID-i2c-hid-Skip-ELAN-power-on-command-after-reset.patch
	patches.suse/HID-pidff-fix-error-return-code-in-hid_pidff_init.patch
	patches.suse/HID-gt683r-add-missing-MODULE_DEVICE_TABLE.patch
	patches.suse/HID-i2c-hid-fix-format-string-mismatch.patch
	patches.suse/HID-magicmouse-fix-NULL-deref-on-disconnect.patch
	patches.suse/hwmon-dell-smm-hwmon-Fix-index-values.patch
	patches.suse/ACPICA-Clean-up-context-mutex-during-object-deletion.patch
	patches.suse/efi-Allow-EFI_MEMORY_XP-and-EFI_MEMORY_RO-both-to-be.patch
	patches.suse/efi-libstub-prevent-read-overflow-in-find_file_optio.patch
	patches.suse/efi-cper-fix-snprintf-use-in-cper_dimm_err_location.patch
	patches.suse/btrfs-fix-fsync-failure-and-transaction-abort-after-.patch
	patches.suse/nvme-rdma-fix-in-casule-data-send-for-chained-sgls.patch
	patches.suse/vfio-pci-Fix-error-return-code-in-vfio_ecap_init.patch
	patches.suse/vfio-pci-zap_vma_ptes-needs-MMU.patch
	patches.suse/vfio-platform-fix-module_put-call-in-error-flow.patch
	patches.suse/drm-i915-selftests-Fix-return-value-check-in-live_br.patch
	patches.suse/drm-amd-display-Allow-bandwidth-validation-for-0-str.patch
	patches.suse/drm-amdgpu-refine-amdgpu_fru_get_product_info.patch
	patches.suse/0004-drm-amdgpu-Don-t-query-CE-and-UE-errors.patch
	patches.suse/drm-amd-display-Fix-potential-memory-leak-in-DMUB-hw.patch
	patches.suse/drm-amd-amdgpu-save-psp-ring-wptr-to-avoid-attack.patch
	patches.suse/drm-amdgpu-make-sure-we-unpin-the-UVD-BO.patch
	patches.suse/drm-tegra-sor-Do-not-leak-runtime-PM-reference.patch
	patches.suse/ALSA-hda-cirrus-Set-Initial-DMIC-volume-to-26-dB.patch
	patches.suse/ALSA-hda-Fix-for-mute-key-LED-for-HP-Pavilion-15-CK0.patch
	patches.suse/ALSA-timer-Fix-master-timer-notification.patch
	patches.suse/ALSA-hda-update-the-power_state-during-the-direct-co.patch
	patches.suse/devlink-Correct-VIRTUAL-port-to-not-have-phys_port-a.patch
	patches.suse/net-sched-act_ct-Offload-connections-with-commit-act.patch
	patches.suse/netfilter-nf_tables-missing-error-reporting-for-not-.patch
	patches.suse/nfc-fix-NULL-ptr-dereference-in-llcp_sock_getname-af.patch
	patches.suse/net-mlx5e-Fix-incompatible-casting.patch
	patches.suse/net-mlx5-DR-Create-multi-destination-flow-table-with.patch
	patches.suse/cxgb4-fix-regression-with-HASH-tc-prio-value-update.patch
	patches.suse/net-x25-Return-the-correct-errno-code.patch
	patches.suse/Bluetooth-fix-the-erroneous-flush_work-order.patch
	patches.suse/Bluetooth-use-correct-lock-to-prevent-UAF-of-hdev-ob.patch
	patches.suse/Bluetooth-btusb-Fix-failing-to-init-controllers-with.patch
	patches.suse/wireguard-selftests-remove-old-conntrack-kconfig-val.patch
	patches.suse/wireguard-selftests-make-sure-rp_filter-is-disabled-.patch
	patches.suse/wireguard-do-not-use-O3.patch
	patches.suse/wireguard-use-synchronize_net-rather-than-synchroniz.patch
	patches.suse/wireguard-peer-allocate-in-kmem_cache.patch
	patches.suse/wireguard-allowedips-initialize-list-head-in-selftes.patch
	patches.suse/wireguard-allowedips-remove-nodes-in-O-1.patch
	patches.suse/wireguard-allowedips-allocate-nodes-in-kmem_cache.patch
	patches.suse/wireguard-allowedips-free-empty-intermediate-nodes-w.patch
	patches.suse/ice-Fix-allowing-VF-to-request-more-less-queues-via-.patch
	patches.suse/ice-Fix-VFR-issues-for-AVF-drivers-that-expect-ATQLE.patch
	patches.suse/ice-handle-the-VF-VSI-rebuild-failure.patch
	patches.suse/ice-Allow-all-LLDP-packets-from-PF-to-Tx.patch
	patches.suse/cxgb4-avoid-link-re-train-during-TC-MQPRIO-configura.patch
	patches.suse/pid-take-a-reference-when-initializing-cad_pid.patch
	patches.suse/0011-lib-crc64-fix-kernel-doc-warning.patch
	patches.suse/ocfs2-fix-data-corruption-by-fallocate.patch
	patches.suse/i2c-qcom-geni-Suspend-and-resume-the-bus-during-SYST.patch
	patches.suse/x86-apic-mark-all_-legacy-interrupts-when-io-apic-is-missing.patch
	patches.suse/dmaengine-idxd-Use-cpu_feature_enabled.patch
	patches.suse/x86-cpufeatures-force-disable-x86_feature_enqcmd-and-remove-update_pasid.patch
	patches.suse/x86-fault-don-t-send-sigsegv-twice-on-segv_pkuerr.patch
	patches.suse/x86-sev-check-sme-sev-support-in-cpuid-first
	patches.suse/powerpc-kprobes-Fix-validation-of-prefixed-instructi.patch
	patches.suse/KVM-PPC-Book3S-HV-Save-host-FSCR-in-the-P7-8-path.patch
	patches.suse/ARM-dts-imx6dl-yapp4-Fix-RGMII-connection-to-QCA8334-switch.patch
	patches.suse/ARM-dts-imx6q-dhcom-Add-PU-VDD1P1-VDD2P5-regulators.patch
	patches.suse/ARM-dts-imx7d-meerkat96-Fix-the-tuning-step-property.patch
	patches.suse/ARM-dts-imx7d-pico-Fix-the-tuning-step-property.patch
	patches.suse/ARM-dts-imx-emcon-avari-Fix-nxp-pca8574-gpio-cells.patch
	patches.suse/bus-ti-sysc-Fix-flakey-idling-of-uarts-and-stop-usin.patch
	patches.suse/ext4-fix-bug-on-in-ext4_es_cache_extent-as-ext4_spli.patch
	patches.suse/ext4-fix-memory-leak-in-ext4_fill_super.patch
	patches.suse/scsi-lpfc-Fix-failure-to-transmit-ABTS-on-FC-link.patch
	patches.suse/scsi-qedf-Do-not-put-host-in-qedf_vport_create-uncon.patch
	patches.suse/scsi-scsi_devinfo-Add-blacklist-entry-for-HPE-OPEN-V.patch
	patches.suse/regulator-core-resolve-supply-for-boot-on-always-on-.patch
	patches.suse/regulator-bd70528-Fix-off-by-one-for-buck123-.n_volt.patch
	patches.suse/regulator-max77620-Use-device_set_of_node_from_dev.patch
	patches.suse/spi-stm32-qspi-Always-wait-BUSY-bit-to-be-cleared-in.patch
	patches.suse/vmlinux.lds.h-Avoid-orphan-section-with-SMP.patch
	patches.suse/kvm-x86-mmu-use-the-correct-inherited-permissions-to-get-shadow-page
	patches.suse/cgroup1-don-t-allow-n-in-renaming.patch
	patches.suse/hwmon-scpi-hwmon-shows-the-negative-temperature-prop.patch
	patches.suse/ALSA-hda-realtek-fix-mute-micmute-LEDs-and-speaker-f-15d295b.patch
	patches.suse/ALSA-hda-realtek-fix-mute-micmute-LEDs-and-speaker-f-61d3e87.patch
	patches.suse/ALSA-hda-realtek-fix-mute-micmute-LEDs-for-HP-EliteB.patch
	patches.suse/ALSA-hda-realtek-headphone-and-mic-don-t-work-on-an-.patch
	patches.suse/ALSA-hda-realtek-fix-mute-micmute-LEDs-for-HP-ZBook-.patch
	patches.suse/ASoC-rt5659-Fix-the-lost-powers-for-the-HDA-header.patch
	patches.suse/ASoC-fsl-asoc-card-Set-.owner-attribute-when-registe.patch
	patches.suse/ASoC-tas2562-Fix-TDM_CFG0_SAMPRATE-values.patch
	patches.suse/ASoC-rt5682-Fix-the-fast-discharge-for-headset-unplu.patch
	patches.suse/ALSA-seq-Fix-race-of-snd_seq_timer_open.patch
	patches.suse/Revert-ACPI-sleep-Put-the-FACS-table-after-using-it.patch
	patches.suse/drm-msm-a6xx-update-fix-CP_PROTECT-initialization.patch
	patches.suse/drm-msm-a6xx-fix-incorrectly-set-uavflagprd_inv-fiel.patch
	patches.suse/drm-sun4i-dw-hdmi-Make-HDMI-PHY-into-a-platform-devi.patch
	patches.suse/drm-Fix-use-after-free-read-in-drm_getunique.patch
	patches.suse/drm-mcde-Fix-off-by-10-3-in-calculation.patch
	patches.suse/drm-Lock-pointer-access-in-drm_master_release.patch
	patches.suse/radeon-use-memcpy_to-fromio-for-UVD-fw-upload.patch
	patches.suse/gpio-wcd934x-Fix-shift-out-of-bounds-error.patch
	patches.suse/ftrace-Do-not-blindly-read-the-ip-address-in-ftrace_bug.patch
	patches.suse/tracing-Correct-the-length-check-which-causes-memory-corruption.patch
	patches.suse/perf-x86-intel-uncore-Fix-a-kernel-WARNING-triggered.patch
	patches.suse/perf-x86-intel-uncore-Fix-M2M-event-umask-for-Ice-Lake-server.patch
	patches.suse/sched-fair-Keep-load_avg-and-load_sum-synced.patch
	patches.suse/sched-fair-Make-sure-to-update-tg-contrib-for-blocke.patch
	patches.suse/0001-bcache-remove-bcache-device-self-defined-readahea.patch
	patches.suse/0002-bcache-avoid-oversized-read-request-in-cache-miss.patch
	patches.suse/staging-rtl8723bs-Fix-uninitialized-variables.patch
	patches.suse/usb-dwc3-gadget-Disable-gadget-IRQ-during-pullup-dis.patch
	patches.suse/usb-musb-fix-MUSB_QUIRK_B_DISCONNECT_99-handling.patch
	patches.suse/usb-pd-Set-PD_T_SINK_WAIT_CAP-to-310ms.patch
	patches.suse/usb-dwc3-debugfs-Add-and-remove-endpoint-dirs-dynami.patch
	patches.suse/usb-gadget-f_fs-Ensure-io_completion_wq-is-idle-duri.patch
	patches.suse/USB-serial-quatech2-fix-control-request-directions.patch
	patches.suse/USB-serial-omninet-add-device-id-for-Zyxel-Omni-56K-.patch
	patches.suse/USB-serial-ftdi_sio-add-NovaTech-OrionMX-product-ID.patch
	patches.suse/USB-f_ncm-ncm_bitrate-speed-is-unsigned.patch
	patches.suse/usb-f_ncm-only-first-packet-of-aggregate-needs-to-st.patch
	patches.suse/usb-pci-quirks-disable-D3cold-on-xhci-suspend-for-s2.patch
	patches.suse/usb-fix-various-gadgets-null-ptr-deref-on-10gbps-cab.patch
	patches.suse/usb-fix-various-gadget-panics-on-10gbps-cabling.patch
	patches.suse/usb-typec-intel_pmc_mux-Put-fwnode-in-error-case-dur.patch
	patches.suse/usb-gadget-eem-fix-wrong-eem-header-operation.patch
	patches.suse/usb-dwc3-ep0-fix-NULL-pointer-exception.patch
	patches.suse/usb-typec-wcove-Use-LE-to-CPU-conversion-when-access.patch
	patches.suse/usb-typec-ucsi-Clear-PPM-capability-data-in-ucsi_ini.patch
	patches.suse/usb-typec-mux-Fix-copy-paste-mistake-in-typec_mux_ma.patch
	patches.suse/USB-serial-cp210x-fix-alternate-function-for-CP2102N.patch
	patches.suse/NFS-Fix-use-after-free-in-nfs4_init_client.patch
	patches.suse/NFS-Fix-a-potential-NULL-dereference-in-nfs_get_clie.patch
	patches.suse/NFSv4-Fix-deadlock-between-nfs4_evict_inode-and-nfs4.patch
	patches.suse/dmaengine-idxd-add-missing-dsa-driver-unregister.patch
	patches.suse/dmaengine-fsl-dpaa2-qdma-Fix-error-return-code-in-tw.patch
	patches.suse/dmaengine-pl330-fix-wrong-usage-of-spinlock-flags-in.patch
	patches.suse/dmaengine-zynqmp_dma-Fix-PM-reference-leak-in-zynqmp.patch
	patches.suse/dmaengine-ALTERA_MSGDMA-depends-on-HAS_IOMEM.patch
	patches.suse/dmaengine-QCOM_HIDMA_MGMT-depends-on-HAS_IOMEM.patch
	patches.suse/dmaengine-stedma40-add-missing-iounmap-on-error-in-d.patch
	patches.suse/dmaengine-rcar-dmac-Fix-PM-reference-leak-in-rcar_dm.patch
	patches.suse/dmaengine-mediatek-free-the-proper-desc-in-desc_free.patch
	patches.suse/dmaengine-mediatek-do-not-issue-a-new-desc-if-one-is.patch
	patches.suse/dmaengine-mediatek-use-GFP_NOWAIT-instead-of-GFP_ATO.patch
	patches.suse/mm-thp-unmap_mapping_page-to-fix-THP-truncate_cleanu.patch
	patches.suse/fanotify-fix-copy_event_to_user-fid-error-clean-up.patch
	patches.suse/kvm-lapic-restore-guard-to-prevent-illegal-apic-regi.patch
	patches.suse/usb-dwc3-core-fix-kernel-panic-when-do-reboot.patch
	patches.suse/usb-chipidea-imx-Fix-Battery-Charger-1.2-CDP-detecti.patch
	patches.suse/usb-core-hub-Disable-autosuspend-for-Cypress-CY7C656.patch
	patches.suse/tracing-Do-not-stop-recording-cmdlines-when-tracing-is-off.patch
	patches.suse/tracing-Do-not-stop-recording-comms-if-the-trace-file-is-being-read.patch
	patches.suse/tracing-Do-no-increment-trace_clock_global-by-one.patch
	patches.suse/PCI-Mark-TI-C667X-to-avoid-bus-reset.patch
	patches.suse/PCI-Mark-some-NVIDIA-GPUs-to-avoid-bus-reset.patch
	patches.suse/PCI-Work-around-Huawei-Intelligent-NIC-VF-FLR-erratu.patch
	patches.suse/PCI-Add-ACS-quirk-for-Broadcom-BCM57414-NIC.patch
	patches.suse/PCI-Add-AMD-RS690-quirk-to-enable-64-bit-DMA.patch
	patches.suse/PCI-aardvark-Fix-kernel-panic-during-PIO-transfer.patch
	patches.suse/mlxsw-reg-Spectrum-3-Enforce-lowest-max-shaper-burst.patch
	patches.suse/vrf-fix-maximum-MTU.patch
	patches.suse/batman-adv-Avoid-WARN_ON-timing-related-checks.patch
	patches.suse/net-dsa-felix-re-enable-TX-flow-control-in-ocelot_po.patch
	patches.suse/mac80211-remove-warning-in-ieee80211_get_sband.patch
	patches.suse/mac80211_hwsim-drop-pending-frames-on-stop.patch
	patches.suse/cfg80211-call-cfg80211_leave_ocb-when-switching-away.patch
	patches.suse/mac80211-Fix-NULL-ptr-deref-for-injected-rate-info.patch
	patches.suse/net-sched-act_ct-handle-DNAT-tuple-collision.patch
	patches.suse/ice-add-ndo_bpf-callback-for-safe-mode-netdev-ops.patch
	patches.suse/ice-parameterize-functions-responsible-for-Tx-ring-m.patch
	patches.suse/net-mlx5e-Remove-dependency-in-IPsec-initialization-.patch
	patches.suse/net-mlx5e-Fix-page-reclaim-for-dead-peer-hairpin.patch
	patches.suse/net-mlx5-Consider-RoCE-cap-before-init-RDMA-resource.patch
	patches.suse/net-mlx5e-Block-offload-of-outer-header-csum-for-UDP.patch
	patches.suse/net-mlx5e-Block-offload-of-outer-header-csum-for-GRE.patch
	patches.suse/alx-Fix-an-error-handling-path-in-alx_probe.patch
	patches.suse/cxgb4-fix-endianness-when-flashing-boot-image.patch
	patches.suse/cxgb4-fix-sleep-in-atomic-when-flashing-PHY-firmware.patch
	patches.suse/cxgb4-halt-chip-before-flashing-PHY-firmware-image.patch
	patches.suse/ethtool-strset-fix-message-length-calculation.patch
	patches.suse/qlcnic-Fix-an-error-handling-path-in-qlcnic_probe.patch
	patches.suse/netxen_nic-Fix-an-error-handling-path-in-netxen_nic_.patch
	patches.suse/cxgb4-fix-wrong-ethtool-n-tuple-rule-lookup.patch
	patches.suse/net-qrtr-fix-OOB-Read-in-qrtr_endpoint_post.patch
	patches.suse/libbpf-Fixes-incorrect-rx_ring_setup_done.patch
	patches.suse/bpf-Inherit-expanded-patched-seen-count-from-old-aux.patch
	patches.suse/bpf-Do-not-mark-insn-as-seen-under-speculative-path-.patch
	patches.suse/bpf-Fix-leakage-under-speculation-on-mispredicted-br.patch
	patches.suse/net-usb-fix-possible-use-after-free-in-smsc75xx_bind.patch
	patches.suse/net-fec_ptp-fix-issue-caused-by-refactor-the-fec_dev.patch
	patches.suse/can-bcm-fix-infoleak-in-struct-bcm_msg_head.patch
	patches.suse/can-mcba_usb-fix-memory-leak-in-mcba_usb.patch
	patches.suse/r8152-Avoid-memcpy-over-reading-of-ETH_SS_STATS.patch
	patches.suse/r8169-Avoid-memcpy-over-reading-of-ETH_SS_STATS.patch
	patches.suse/be2net-Fix-an-error-handling-path-in-be_probe.patch
	patches.suse/net-mlx5-E-Switch-Read-PF-mac-address.patch
	patches.suse/net-mlx5-E-Switch-Allow-setting-GUID-for-host-PF-vpo.patch
	patches.suse/net-mlx5-Reset-mkey-index-on-creation.patch
	patches.suse/net-cdc_eem-fix-tx-fixup-skb-leak.patch
	patches.suse/cxgb4-fix-wrong-shift.patch
	patches.suse/bnxt_en-Rediscover-PHY-capabilities-after-firmware-r.patch
	patches.suse/bnxt_en-Fix-TQM-fastpath-ring-backing-store-computat.patch
	patches.suse/bnxt_en-Call-bnxt_ethtool_free-in-bnxt_init_one-erro.patch
	patches.suse/net-ll_temac-Fix-TX-BD-buffer-overwrite.patch
	patches.suse/cfg80211-make-certificate-generation-more-robust.patch
	patches.suse/cfg80211-avoid-double-free-of-PMSR-request.patch
	patches.suse/mac80211-reset-profile_periodicity-ema_ap.patch
	patches.suse/s390-sles15sp2-zcrypt-fix-hanging-ioctl-caused-by-wrong-msg-counter.patch
	patches.suse/powerpc-perf-Fix-crash-in-perf_instruction_pointer-w.patch
	patches.suse/0001-x86-ioremap-Map-efi_mem_reserve-memory-as-encrypted-.patch
	patches.suse/x86-fpu-prevent-state-corruption-in-_fpu__restore_sig.patch
	patches.suse/x86-process-check-pf_kthread-and-not-current-mm-for-kernel-threads.patch
	patches.suse/x86-pkru-write-hardware-init-value-to-pkru-when-xstate-is-init.patch
	patches.suse/x86-fpu-reset-state-for-all-signal-restore-failures.patch
	patches.suse/ARM-9081-1-fix-gcc-10-thumb2-kernel-regression.patch
	patches.suse/module-limit-enabling-module.sig_enforce.patch
	patches.suse/Revert-PCI-PM-Do-not-read-power-state-in-pci_enable_.patch
	patches.suse/spi-spi-nxp-fspi-move-the-register-operation-after-t.patch
	patches.suse/mmc-meson-gx-use-memcpy_to-fromio-for-dram-access-qu.patch
	patches.suse/drm-vc4-hdmi-Move-the-HSM-clock-enable-to-runtime_pm.patch
	patches.suse/0007-drm-vc4-hdmi-Make-sure-the-controller-is-powered-in-.patch
	patches.suse/drm-add-a-locked-version-of-drm_is_current_master.patch
	patches.suse/Revert-drm-add-a-locked-version-of-drm_is_current_ma.patch
	patches.suse/drm-nouveau-wait-for-moving-fence-after-pinning-v2.patch
	patches.suse/drm-radeon-wait-for-moving-fence-after-pinning.patch
	patches.suse/drm-amdgpu-wait-for-moving-fence-after-pinning.patch
	patches.suse/drm-nouveau-fix-dma_address-check-for-CPU-GPU-sync.patch
	patches.suse/gpio-AMD8111-and-TQMX86-require-HAS_IOPORT_MAP.patch
	patches.suse/ceph-must-hold-snap_rwsem-when-filling-inode-for-async-create.patch
	patches.suse/x86-fpu-preserve-supervisor-states-in-sanitize_restored_user_xstate.patch
	patches.suse/x86-fpu-make-init_fpstate-correct-with-optimized-xsave.patch
	patches.suse/kvm-do-not-allow-mapping-valid-but-non-reference-cou.patch
	patches.suse/xen-events-reset-active-flag-for-lateeoi-events-late.patch
	patches.suse/i2c-dev-Add-__user-annotation.patch
	patches.suse/i2c-robotfuzz-osif-fix-control-request-directions.patch
	patches.suse/kthread_worker-split-code-for-canceling-the-delayed-.patch
	patches.suse/kthread-prevent-deadlock-when-kthread_mod_delayed_wo.patch
	patches.suse/mm-futex-fix-shared-futex-pgoff-on-shmem-huge-page.patch
	patches.suse/pinctrl-stm32-fix-the-reported-number-of-GPIO-lines-.patch
	patches.suse/s390-topology-clear-thread-group-maps-for-offline-cpus
	patches.suse/s390-stack-fix-possible-register-corruption-with-stack-switch-helper.patch
	patches.suse/ata-ahci_sunxi-Disable-DIPM.patch
	patches.suse/ahci-Add-support-for-Dell-S140-and-later.patch
	patches.suse/mmc-block-Disable-CMDQ-on-the-ioctl-path.patch
	patches.suse/mmc-usdhi6rol0-fix-error-return-code-in-usdhi6_probe.patch
	patches.suse/memstick-rtsx_usb_ms-fix-UAF.patch
	patches.suse/mmc-vub3000-fix-control-request-direction.patch
	patches.suse/mmc-core-Allow-UHS-I-voltage-switch-for-SDSC-cards-i.patch
	patches.suse/mmc-sdhci-esdhc-imx-remove-unused-is_imx6q_usdhc.patch
	patches.suse/mmc-sdhci-sprd-use-sdhci_sprd_writew.patch
	patches.suse/mmc-via-sdmmc-add-a-check-against-NULL-pointer-deref.patch
	patches.suse/regulator-hi655x-Fix-pass-wrong-pointer-to-config.dr.patch
	patches.suse/regulator-uniphier-Add-missing-MODULE_DEVICE_TABLE.patch
	patches.suse/regulator-hi6421-Use-correct-variable-type-for-regma.patch
	patches.suse/regulator-da9052-Ensure-enough-delay-time-for-.set_v.patch
	patches.suse/spi-Make-of_register_spi_device-also-set-the-fwnode.patch
	patches.suse/spi-spi-sun6i-Fix-chipselect-clock-bug.patch
	patches.suse/spi-spi-topcliff-pch-Fix-potential-double-free-in-pc.patch
	patches.suse/spi-omap-100k-Fix-the-length-judgment-problem.patch
	patches.suse/spi-tegra114-Fix-an-error-message.patch
	patches.suse/spi-spi-loopback-test-Fix-tx_buf-might-be-rx_buf.patch
	patches.suse/spi-stm32-qspi-Remove-unused-qspi-field-of-struct-st.patch
	patches.suse/hwmon-max31722-Remove-non-standard-ACPI-device-IDs.patch
	patches.suse/hwmon-max31790-Fix-fan-speed-reporting-for-fan7.12.patch
	patches.suse/hwmon-max31790-Report-correct-current-pwm-duty-cycle.patch
	patches.suse/hwmon-max31790-Fix-pwmX_enable-attributes.patch
	patches.suse/x86-cpu-Fix-core-name-for-Sapphire-Rapids.patch
	patches.suse/x86-amd_nb-add-amd-family-19h-model-50h-pci-ids.patch
	patches.suse/x86-sev-make-sure-irqs-are-disabled-while-ghcb-is-active
	patches.suse/x86-sev-split-up-runtime-vc-handler-for-correct-state-tracking
	patches.suse/x86-sev-use-sev-prefix-for-messages-from-sev-c
	patches.suse/sched-rt-Fix-RT-utilization-tracking-during-policy-c.patch
	patches.suse/x86-elf-use-bitul-macro-in-uapi-headers.patch
	patches.suse/kvm-nvmx-ensure-64-bit-shift-when-checking-vmfunc-bi.patch
	patches.suse/KVM-nVMX-Handle-split-lock-AC-exceptions-that-happen.patch
	patches.suse/media-mdk-mdp-fix-pm_runtime_get_sync-usage-count.patch
	patches.suse/media-sh_vou-fix-pm_runtime_get_sync-usage-count.patch
	patches.suse/media-mtk-vcodec-fix-PM-runtime-get-logic.patch
	patches.suse/media-s5p-jpeg-fix-pm_runtime_get_sync-usage-count.patch
	patches.suse/media-sti-bdisp-fix-pm_runtime_get_sync-usage-count.patch
	patches.suse/media-exynos-gsc-fix-pm_runtime_get_sync-usage-count.patch
	patches.suse/media-sti-fix-obj-config-targets.patch
	patches.suse/media-cpia2-fix-memory-leak-in-cpia2_usb_probe.patch
	patches.suse/media-cobalt-fix-race-condition-in-setting-HPD.patch
	patches.suse/media-I2C-change-RST-to-RSET-to-fix-multiple-build-e.patch
	patches.suse/media-pvrusb2-fix-warning-in-pvr2_i2c_core_done.patch
	patches.suse/media-rc-i2c-Fix-an-error-message.patch
	patches.suse/media-dvb-usb-fix-wrong-definition.patch
	patches.suse/media-imx-imx7_mipi_csis-Fix-logging-of-only-error-e.patch
	patches.suse/media-em28xx-Fix-possible-memory-leak-of-em28xx-stru.patch
	patches.suse/media-exynos4-is-Fix-a-use-after-free-in-isp_video_r.patch
	patches.suse/media-v4l2-core-Avoid-the-dangling-pointer-in-v4l2_f.patch
	patches.suse/media-bt8xx-Fix-a-missing-check-bug-in-bt878_probe.patch
	patches.suse/media-au0828-fix-a-NULL-vs-IS_ERR-check.patch
	patches.suse/media-tc358743-Fix-error-return-code-in-tc358743_pro.patch
	patches.suse/media-zr364xx-fix-memory-leak-in-zr364xx_start_readp.patch
	patches.suse/media-st-hva-Fix-potential-NULL-pointer-dereferences.patch
	patches.suse/media-dtv5100-fix-control-request-directions.patch
	patches.suse/media-gspca-sq905-fix-control-request-direction.patch
	patches.suse/media-gspca-gl860-fix-zero-length-control-requests.patch
	patches.suse/media-gspca-sunplus-fix-zero-length-control-requests.patch
	patches.suse/media-dvd_usb-memory-leak-in-cinergyt2_fe_attach.patch
	patches.suse/media-uvcvideo-Fix-pixel-format-change-for-Elgato-Ca.patch
	patches.suse/media-dvb_net-avoid-speculation-from-net-slot.patch
	patches.suse/media-siano-fix-device-register-error-path.patch
	patches.suse/media-imx-csi-Skip-first-few-frames-from-a-BT.656-so.patch
	patches.suse/media-s5p-g2d-Fix-a-memory-leak-on-ctx-fh.m2m_ctx.patch
	patches.suse/media-Fix-Media-Controller-API-config-checks.patch
	patches.suse/crypto-ccp-annotate-sev-firmware-file-names
	patches.suse/hwrng-exynos-Fix-runtime-PM-imbalance-on-error.patch
	patches.suse/crypto-ixp4xx-dma_unmap-the-correct-address.patch
	patches.suse/crypto-nx-add-missing-MODULE_DEVICE_TABLE.patch
	patches.suse/crypto-ux500-Fix-error-return-code-in-hash_hw_final.patch
	patches.suse/crypto-ccp-Fix-a-resource-leak-in-an-error-handling-.patch
	patches.suse/crypto-qat-check-return-code-of-qat_hal_rd_rel_reg.patch
	patches.suse/crypto-qat-remove-unused-macro-in-FW-loader.patch
	patches.suse/crypto-nitrox-fix-unchecked-variable-in-nitrox_regis.patch
	patches.suse/crypto-omap-sham-Fix-PM-reference-leak-in-omap-sham-.patch
	patches.suse/crypto-x86-curve25519-fix-cpu-feature-checking-logic.patch
	patches.suse/btrfs-rip-out-may_commit_transaction.patch
	patches.suse/btrfs-remove-flush_delayed_refs-from-data-enospc-flushing.patch
	patches.suse/btrfs-rip-the-first_ticket_bytes-logic-from-fail_all_tickets.patch
	patches.suse/btrfs-rip-out-btrfs_space_info-total_bytes_pinned.patch
	patches.suse/docs-admin-guide-update-description-for-kernel.hotpl.patch
	patches.suse/media-siano-Fix-out-of-bounds-warnings-in-smscore_lo.patch
	patches.suse/lib-vsprintf-Fix-handling-of-number-field-widths-in-.patch
	patches.suse/random32-Fix-implicit-truncation-warning-in-prandom_.patch
	patches.suse/cpu-hotplug-Cure-the-cpusets-trainwreck.patch
	patches.suse/clocksource-arm_arch_timer-Improve-Allwinner-A64-tim.patch
	patches.suse/clocksource-Retry-clock-read-if-long-delays-detected.patch
	patches.suse/cpufreq-intel_pstate-Add-Icelake-servers-support-in-.patch
	patches.suse/cpufreq-sc520_freq-add-fallthrough-to-one-case.patch
	patches.suse/ACPICA-Fix-memory-leak-caused-by-_CID-repair-functio.patch
	patches.suse/ACPI-bgrt-Fix-CFI-violation.patch
	patches.suse/ACPI-PM-s2idle-Add-missing-LPS0-functions-for-AMD.patch
	patches.suse/ACPI-PM-fan-Put-fan-device-IDs-into-separate-header-.patch
	patches.suse/ACPI-processor-idle-Fix-up-C-state-latency-if-not-or.patch
	patches.suse/ACPI-resources-Add-checks-for-ACPI-IRQ-override.patch
	patches.suse/ACPI-sysfs-Fix-a-buffer-overrun-problem-with-descrip.patch
	patches.suse/ACPI-EC-Make-more-Asus-laptops-use-ECDT-_GPE.patch
	patches.suse/ACPI-APEI-fix-synchronous-external-aborts-in-user-mo.patch
	patches.suse/ACPI-bus-Call-kobject_put-in-acpi_init-error-path.patch
	patches.suse/ACPI-property-Constify-stubs-for-CONFIG_ACPI-n-case.patch
	patches.suse/ocfs2-fix-snprintf-checking.patch
	patches.suse/dax-fix-ENOMEM-handling-in-grab_mapping_entry.patch
	patches.suse/drm-i915-selftests-use-vma_lookup-in-__igt_mmap.patch
	patches.suse/cifs-fix-ipv6-formating-in-cifs_ses_add_channel.patch
	patches.suse/cifs-remove-duplicated-prototype.patch
	patches.suse/cifs-Remove-unused-inline-function-is_sysvol_or_netlogon-.patch
	patches.suse/cifs-Constify-static-struct-genl_ops.patch
	patches.suse/01-cifs-remove-redundant-initialization-of-variable-rc.patch
	patches.suse/cifs-fix-doc-warnings-in-cifs_dfs_ref-c.patch
	patches.suse/cifs-improve-fallocate-emulation.patch
	patches.suse/cifs-do-not-send-tree-disconnect-to-ipc-shares.patch
	patches.suse/cifs-get-rid-of-noreq-param-in-__dfs_cache_find-.patch
	patches.suse/cifs-keep-referral-server-sessions-alive.patch
	patches.suse/cifs-handle-different-charsets-in-dfs-cache.patch
	patches.suse/cifs-fix-path-comparison-and-hash-calc.patch
	patches.suse/cifs-set-a-minimum-of-2-minutes-for-refreshing-dfs-cache.patch
	patches.suse/cifs-do-not-share-tcp-servers-with-dfs-mounts.patch
	patches.suse/cifs-missed-ref-counting-smb-session-in-find.patch
	patches.suse/cifs-enable-extended-stats-by-default.patch
	patches.suse/cifs-avoid-starvation-when-refreshing-dfs-cache.patch
	patches.suse/cifs-fix-check-of-dfs-interlinks.patch
	patches.suse/cifs-retry-lookup-and-readdir-when-EAGAIN-is-returned-.patch
	patches.suse/cifs-avoid-extra-calls-in-posix_info_parse.patch
	patches.suse/cifs-convert-list_for_each-to-entry-variant-in-smb2misc-c.patch
	patches.suse/cifs-convert-list_for_each-to-entry-variant-in-cifs_debug-c.patch
	patches.suse/cifs-use-SPDX-Licence-Identifier.patch
	patches.suse/cifs-fix-unneeded-null-check.patch
	patches.suse/smb3-fix-uninitialized-value-for-port-in-witness-protocol-move.patch
	patches.suse/cifs-fix-SMB1-error-path-in-cifs_get_file_info_unix.patch
	patches.suse/smb311-remove-dead-code-for-non-compounded-posix-query-info.patch
	patches.suse/cifs-Avoid-field-over-reading-memcpy-.patch
	patches.suse/smbdirect-missing-rc-checks-while-waiting-for-rdma-events.patch
	patches.suse/cifs-fix-NULL-dereference-in-smb2_check_message-.patch
	patches.suse/SMB3-Add-new-info-level-for-query-directory.patch
	patches.suse/cifs-remove-two-cases-where-rc-is-set-unnecessarily-in-sid_to_id.patch
	patches.suse/cifs-missing-null-check-for-newinode-pointer.patch
	patches.suse/smb3-fix-possible-access-to-uninitialized-pointer-to-DACL.patch
	patches.suse/cifs-missing-null-pointer-check-in-cifs_mount.patch
	patches.suse/cifs-fix-missing-spinlock-around-update-to-ses-status.patch
	patches.suse/smb3-prevent-races-updating-CurrentMid.patch
	patches.suse/0001-ipmi-watchdog-Stop-watchdog-timer-when-the-current-a.patch
	patches.suse/platform-x86-toshiba_acpi-Fix-missing-error-code-in-.patch
	patches.suse/extcon-extcon-max8997-Fix-IRQ-freeing-at-error-path.patch
	patches.suse/HID-wacom-Correct-base-usage-for-capacitive-ExpressK.patch
	patches.suse/HID-do-not-use-down_interruptible-when-unbinding-dev.patch
	patches.suse/block-return-the-correct-bvec-when-checking-for-gaps.patch
	patches.suse/rq-qos-fix-missed-wake-ups-in-rq_qos_throttle-try-tw.patch
	patches.suse/blk-wbt-introduce-a-new-disable-state-to-prevent-fal.patch
	patches.suse/blk-wbt-make-sure-throttle-is-enabled-properly.patch
	patches.suse/block-fix-trace-completion-for-chained-bio.patch
	patches.suse/bfq-Remove-merged-request-already-in-bfq_requests_me.patch
	patches.suse/blk-Fix-lock-inversion-between-ioc-lock-and-bfqd-loc.patch
	patches.suse/0002-md-revert-io-stats-accounting.patch
	patches.suse/nvme-verify-MNAN-value-if-ANA-is-enabled.patch
	patches.suse/nvmet-use-NVMET_MAX_NAMESPACES-to-set-nn-value.patch
	patches.suse/qemu_fw_cfg-Make-fw_cfg_rev_attr-a-proper-kobj_attri.patch
	patches.suse/net-mvpp2-Put-fwnode-in-error-case-during-probe.patch
	patches.suse/mvpp2-suppress-warning.patch
	patches.suse/mISDN-fix-possible-use-after-free-in-HFC_cleanup.patch
	patches.suse/msft-hv-2344-net-mana-Use-struct_size-in-kzalloc.patch
	patches.suse/ibmvnic-remove-default-label-from-to_string-switch.patch
	patches.suse/net-xilinx_emaclite-Do-not-print-real-IOMEM-pointer.patch
	patches.suse/e100-handle-eeprom-as-little-endian.patch
	patches.suse/can-hi311x-hi3110_can_probe-silence-clang-warning.patch
	patches.suse/ipv6-use-prandom_u32-for-ID-generation.patch
	patches.suse/mlx5-count-all-link-events.patch
	patches.suse/ice-Re-organizes-reqstd-avail-R-T-XQ-check-code-for-.patch
	patches.suse/net-phy-realtek-add-delay-to-fix-RXC-generation-issu.patch
	patches.suse/ibmvnic-Use-list_for_each_entry-to-simplify-code-in-.patch
	patches.suse/ibmvnic-Allow-device-probe-if-the-device-is-not-read.patch
	patches.suse/r8169-avoid-link-up-interrupt-issue-on-RTL8106e-if-u.patch
	patches.suse/ibmvnic-fix-kernel-build-warning-in-strncpy.patch
	patches.suse/ibmvnic-fix-kernel-build-warning.patch
	patches.suse/ibmvnic-fix-kernel-build-warnings-in-build_hdr_descs.patch
	patches.suse/ibmvnic-fix-send_request_map-incompatible-argument.patch
	patches.suse/wlcore-wl12xx-Fix-wl12xx-get_mac-error-if-device-is-.patch
	patches.suse/ssb-Fix-error-return-code-in-ssb_bus_scan.patch
	patches.suse/ssb-sdio-Don-t-overwrite-const-buffer-if-block_write.patch
	patches.suse/brcmfmac-fix-setting-of-station-info-chains-bitmask.patch
	patches.suse/brcmfmac-correctly-report-average-RSSI-in-station-in.patch
	patches.suse/brcmfmac-Fix-a-double-free-in-brcmf_sdio_bus_reset.patch
	patches.suse/brcmsmac-mac80211_if-Fix-a-resource-leak-in-an-error.patch
	patches.suse/wl1251-Fix-possible-buffer-overflow-in-wl1251_cmd_sc.patch
	patches.suse/rsi-Assign-beacon-rate-settings-to-the-correct-rate_.patch
	patches.suse/cw1200-add-missing-MODULE_DEVICE_TABLE.patch
	patches.suse/cw1200-Revert-unnecessary-patches-that-fix-unreal-us.patch
	patches.suse/ath9k-Fix-kernel-NULL-pointer-dereference-during-ath.patch
	patches.suse/ath10k-go-to-path-err_unsupported-when-chip-id-is-no.patch
	patches.suse/ath10k-add-missing-error-return-code-in-ath10k_pci_p.patch
	patches.suse/wireless-carl9170-fix-LEDS-build-errors-warnings.patch
	patches.suse/ath10k-remove-unused-more_frags-variable.patch
	patches.suse/wcn36xx-Move-hal_buf-allocation-to-devm_kmalloc-in-p.patch
	patches.suse/ath10k-Fix-an-error-code-in-ath10k_add_interface.patch
	patches.suse/selftests-bpf-Whitelist-test_progs.h-from-.gitignore.patch
	patches.suse/ibmvnic-Use-strscpy-instead-of-strncpy.patch
	patches.suse/gve-Move-some-static-functions-to-a-common-file.patch
	patches.suse/gve-gve_rx_copy-Move-padding-to-an-argument.patch
	patches.suse/gve-Make-gve_rx_slot_page_info.page_offset-an-absolu.patch
	patches.suse/gve-Introduce-a-new-model-for-device-options.patch
	patches.suse/gve-Introduce-per-netdev-enum-gve_queue_format.patch
	patches.suse/gve-adminq-DQO-specific-device-descriptor-logic.patch
	patches.suse/gve-Add-support-for-DQO-RX-PTYPE-map.patch
	patches.suse/gve-Add-dqo-descriptors.patch
	patches.suse/gve-Add-DQO-fields-for-core-data-structures.patch
	patches.suse/gve-Update-adminq-commands-to-support-DQO-queues.patch
	patches.suse/gve-DQO-Add-core-netdev-features.patch
	patches.suse/gve-DQO-Add-ring-allocation-and-initialization.patch
	patches.suse/gve-DQO-Configure-interrupts-on-device-up.patch
	patches.suse/gve-DQO-Add-TX-path.patch
	patches.suse/gve-DQO-Add-RX-path.patch
	patches.suse/gve-Fix-warnings-reported-for-DQO-patchset.patch
	patches.suse/mt76-mt7615-fix-fixed-rate-tx-status-reporting.patch
	patches.suse/mt76-fix-possible-NULL-pointer-dereference-in-mt76_t.patch
	patches.suse/mt76-mt7915-fix-IEEE80211_HE_PHY_CAP7_MAX_NC-for-sta.patch
	patches.suse/rtl8xxxu-Fix-device-info-for-RTL8192EU-devices.patch
	patches.suse/rtw88-8822c-fix-lc-calibration-timing.patch
	patches.suse/iwlwifi-mvm-don-t-change-band-on-bound-PHY-contexts.patch
	patches.suse/iwlwifi-increase-PNVM-load-timeout.patch
	patches.suse/iwlwifi-mvm-fix-error-print-when-session-protection-.patch
	patches.suse/iwlwifi-pcie-free-IML-DMA-memory-allocation.patch
	patches.suse/iwlwifi-pcie-fix-context-info-freeing.patch
	patches.suse/wireless-wext-spy-Fix-out-of-bounds-warning.patch
	patches.suse/mac80211-consider-per-CPU-statistics-if-present.patch
	patches.suse/mac80211_hwsim-add-concurrent-channels-scanning-supp.patch
	patches.suse/mac80211-remove-iwlwifi-specific-workaround-that-bro.patch
	patches.suse/mac80211-remove-iwlwifi-specific-workaround-NDPs-of-.patch
	patches.suse/xfrm-delete-xfrm4_output_finish-xfrm6_output_finish-.patch
	patches.suse/media-bpf-Do-not-copy-more-entries-than-user-space-r.patch
	patches.suse/bpfilter-Specify-the-log-level-for-the-kmsg-message.patch
	patches.suse/Bluetooth-btusb-Fixed-too-many-in-token-issue-for-Me.patch
	patches.suse/Bluetooth-cmtp-fix-file-refcount-when-cmtp_attach_de.patch
	patches.suse/Bluetooth-Fix-the-HCI-to-MGMT-status-conversion-tabl.patch
	patches.suse/Bluetooth-hci_qca-fix-potential-GPF.patch
	patches.suse/Bluetooth-Fix-alt-settings-for-incoming-SCO-with-tra.patch
	patches.suse/Bluetooth-btqca-Don-t-modify-firmware-contents-in-pl.patch
	patches.suse/Bluetooth-Remove-spurious-error-message.patch
	patches.suse/Bluetooth-L2CAP-Fix-invalid-access-if-ECRED-Reconfig.patch
	patches.suse/Bluetooth-L2CAP-Fix-invalid-access-on-ECRED-Connecti.patch
	patches.suse/Bluetooth-btusb-Add-support-USB-ALT-3-for-WBS.patch
	patches.suse/Bluetooth-mgmt-Fix-the-command-returns-garbage-param.patch
	patches.suse/Bluetooth-mgmt-Fix-slab-out-of-bounds-in-tlv_data_is.patch
	patches.suse/Bluetooth-btusb-fix-bt-fiwmare-downloading-failure-i.patch
	patches.suse/Bluetooth-Fix-handling-of-HCI_LE_Advertising_Set_Ter.patch
	patches.suse/gve-DQO-Fix-off-by-one-in-gve_rx_dqo.patch
	patches.suse/can-bcm-delay-release-of-struct-bcm_op-after-synchro.patch
	patches.suse/can-gw-synchronize-rcu-operations-before-removing-gw.patch
	patches.suse/net-can-ems_usb-fix-use-after-free-in-ems_usb_discon.patch
	patches.suse/net-mana-Fix-a-memory-leak-in-an-error-handling-path.patch
	patches.suse/vxlan-add-missing-rcu_read_lock-in-neigh_reduce.patch
	patches.suse/xfrm-xfrm_state_mtu-should-return-at-least-1280-for-.patch
	patches.suse/xfrm-policy-Read-seqcount-outside-of-rcu-read-side-i.patch
	patches.suse/xfrm-Fix-xfrm-offload-fallback-fail-case.patch
	patches.suse/xsk-Fix-missing-validation-for-skb-and-unaligned-mod.patch
	patches.suse/bpf-Fix-libelf-endian-handling-in-resolv_btfids.patch
	patches.suse/bpf-Fix-integer-overflow-in-argument-calculation-for.patch
	patches.suse/Revert-ibmvnic-simplify-reset_long_term_buff-functio.patch
	patches.suse/Revert-ibmvnic-remove-duplicate-napi_schedule-call-i.patch
	patches.suse/ibmvnic-clean-pending-indirect-buffs-during-reset.patch
	patches.suse/ibmvnic-account-for-bufs-already-saved-in-indir_buf.patch
	patches.suse/ibmvnic-set-ltb-buff-to-NULL-after-freeing.patch
	patches.suse/ibmvnic-free-tx_pool-if-tso_pool-alloc-fails.patch
	patches.suse/ibmvnic-parenthesize-a-check.patch
	patches.suse/can-peak_pciefd-pucan_handle_status-fix-a-potential-.patch
	patches.suse/i40e-Fix-error-handling-in-i40e_vsi_open.patch
	patches.suse/i40e-Fix-autoneg-disabling-for-non-10GBaseT-links.patch
	patches.suse/i40e-fix-PTP-on-5Gb-links.patch
	patches.suse/i40e-Fix-missing-rtnl-locking-when-setting-up-pf-swi.patch
	patches.suse/e1000e-Check-the-PCIm-state.patch
	patches.suse/gve-Fix-swapped-vars-when-fetching-max-queues.patch
	patches.suse/Revert-be2net-disable-bh-with-spin_lock-in-be_proces.patch
	patches.suse/sctp-validate-from_addr_param-return.patch
	patches.suse/sctp-add-size-validation-when-walking-chunks.patch
	patches.suse/sctp-validate-chunk-size-in-__rcv_asconf_lookup.patch
	patches.suse/sctp-add-param-size-validation-for-SCTP_PARAM_SET_PR.patch
	patches.suse/ext4-fix-kernel-infoleak-via-ext4_extent_header.patch
	patches.suse/ext4-cleanup-in-core-orphan-list-if-ext4_truncate-fa.patch
	patches.suse/ext4-return-error-code-when-ext4_fill_flex_info-fail.patch
	patches.suse/ext4-remove-check-for-zero-nr_to_scan-in-ext4_es_sca.patch
	patches.suse/ext4-correct-the-cache_nr-in-tracepoint-ext4_es_shri.patch
	patches.suse/ext4-fix-avefreec-in-find_group_orlov.patch
	patches.suse/writeback-fix-obtain-a-reference-to-a-freeing-memcg-.patch
	patches.suse/drm-tegra-Don-t-set-allow_fb_modifiers-explicitly.patch
	patches.suse/drm-bridge-sii8620-fix-dependency-on-extcon.patch
	patches.suse/drm-bridge-Fix-the-stop-condition-of-drm_bridge_chai.patch
	patches.suse/drm-mxsfb-Don-t-select-DRM_KMS_FB_HELPER.patch
	patches.suse/drm-zte-Don-t-select-DRM_KMS_FB_HELPER.patch
	patches.suse/drm-ast-Fix-missing-conversions-to-managed-API.patch
	patches.suse/drm-bridge-add-missing-word-in-Analogix-help-text.patch
	patches.suse/drm-vc4-fix-argument-ordering-in-vc4_crtc_get_margin.patch
	patches.suse/drm-bridge-nwl-dsi-Force-a-full-modeset-when-crtc_st.patch
	patches.suse/drm-arm-malidp-Always-list-modifiers.patch
	patches.suse/drm-msm-mdp4-Fix-modifier-support-enabling.patch
	patches.suse/drm-nouveau-Don-t-set-allow_fb_modifiers-explicitly.patch
	patches.suse/video-fbdev-imxfb-Fix-an-error-message.patch
	patches.suse/drm-vmwgfx-Mark-a-surface-gpu-dirty-after-the-SVGA3d.patch
	patches.suse/drm-vmwgfx-Fix-cpu-updates-of-coherent-multisample-s.patch
	patches.suse/drm-ingenic-Switch-IPU-plane-to-type-OVERLAY.patch
	patches.suse/drm-virtio-Fix-double-free-on-probe-failure.patch
	patches.suse/drm-scheduler-Fix-hang-when-sched_entity-released.patch
	patches.suse/drm-sched-Avoid-data-corruptions.patch
	patches.suse/drm-amd-dc-Fix-a-missing-check-bug-in-dm_dp_mst_dete.patch
	patches.suse/drm-amd-display-fix-HDCP-reset-sequence-on-reinitial.patch
	patches.suse/drm-amd-amdgpu-sriov-disable-all-ip-hw-status-by-def.patch
	patches.suse/drm-amd-display-Fix-build-warnings.patch
	patches.suse/drm-amd-display-fix-use_max_lb-flag-for-420-pixel-fo.patch
	patches.suse/drm-vc4-Fix-clock-source-for-VEC-PixelValve-on-BCM27.patch
	patches.suse/drm-vc4-txp-Properly-set-the-possible_crtcs-mask.patch
	patches.suse/drm-vc4-crtc-Skip-the-TXP.patch
	patches.suse/drm-vc4-hdmi-Prevent-clock-unbalance.patch
	patches.suse/drm-vc4-hdmi-Fix-PM-reference-leak-in-vc4_hdmi_encod.patch
	patches.suse/drm-bridge-cdns-Fix-PM-reference-leak-in-cdns_dsi_tr.patch
	patches.suse/drm-rockchip-add-missing-registers-for-RK3188.patch
	patches.suse/drm-rockchip-add-missing-registers-for-RK3066.patch
	patches.suse/drm-rockchip-set-alpha_en-to-0-if-it-is-not-used.patch
	patches.suse/drm-rockchip-cdn-dp-core-add-missing-clk_disable_unp.patch
	patches.suse/drm-rockchip-dsi-move-all-lane-config-except-LCDC-mu.patch
	patches.suse/drm-rockchip-dsi-remove-extra-component_del-call.patch
	patches.suse/drm-rockchip-lvds-Fix-an-error-handling-path.patch
	patches.suse/drm-rockchip-cdn-dp-fix-sign-extension-on-an-int-mul.patch
	patches.suse/drm-amd-display-Avoid-HDCP-over-read-and-corruption.patch
	patches.suse/drm-amdgpu-remove-unsafe-optimization-to-drop-preamb.patch
	patches.suse/drm-pl111-depend-on-CONFIG_VEXPRESS_CONFIG.patch
	patches.suse/drm-pl111-Actually-fix-CONFIG_VEXPRESS_CONFIG-depend.patch
	patches.suse/drm-vc4-hdmi-Fix-error-path-of-hpd-gpios.patch
	patches.suse/drm-qxl-ensure-surf.data-is-ininitialized.patch
	patches.suse/drm-amd-display-Fix-DCN-3.01-DSCCLK-validation.patch
	patches.suse/drm-amd-display-Update-scaling-settings-on-modeset.patch
	patches.suse/drm-amd-display-Release-MST-resources-on-switch-from.patch
	patches.suse/drm-amd-display-Set-DISPCLK_MAX_ERRDET_CYCLES-to-7.patch
	patches.suse/drm-amd-display-Fix-off-by-one-error-in-DML.patch
	patches.suse/drm-mediatek-Fix-PM-reference-leak-in-mtk_crtc_ddp_h.patch
	patches.suse/drm-amdkfd-use-allowed-domain-for-vmbo-validation.patch
	patches.suse/drm-amd-display-Verify-Gamma-Degamma-LUT-sizes-in-am.patch
	patches.suse/drm-amdkfd-fix-circular-locking-on-get_wave_state.patch
	patches.suse/drm-amdkfd-Fix-circular-lock-in-nocpsch-path.patch
	patches.suse/drm-dp_mst-Do-not-set-proposed-vcpi-directly.patch
	patches.suse/drm-msm-Fix-error-return-code-in-msm_drm_init.patch
	patches.suse/drm-msm-dpu-Fix-error-return-code-in-dpu_mdss_init.patch
	patches.suse/drm-amdkfd-Walk-through-list-with-dqm-lock-hold.patch
	patches.suse/clk-renesas-rcar-gen3-Update-Z-clock-rate-formula-in.patch
	patches.suse/clk-renesas-r8a77995-Add-ZA2-clock.patch
	patches.suse/clk-tegra-Ensure-that-PLLU-configuration-is-applied-.patch
	patches.suse/clk-imx8mq-remove-SYS-PLL-1-2-clock-gates.patch
	patches.suse/clk-meson-g12a-fix-gp0-and-hifi-ranges.patch
	patches.suse/clk-zynqmp-pll-Remove-some-dead-code.patch
	patches.suse/clk-actions-Fix-UART-clock-dividers-on-Owl-S500-SoC.patch
	patches.suse/clk-actions-Fix-SD-clocks-factor-table-on-Owl-S500-S.patch
	patches.suse/clk-actions-Fix-bisp_factor_table-based-clocks-on-Ow.patch
	patches.suse/clk-si5341-Avoid-divide-errors-due-to-bogus-register.patch
	patches.suse/clk-si5341-Update-initialization-magic.patch
	patches.suse/RDMA-hns-Remove-unused-parameter-udata.patch
	patches.suse/RDMA-mlx4-Remove-unused-parameter-udata.patch
	patches.suse/RDMA-mlx5-Remove-unused-parameter-udata.patch
	patches.suse/RDMA-srp-Fix-a-recently-introduced-memory-leak.patch
	patches.suse/RDMA-rtrs-clt-Check-state-of-the-rtrs_clt_sess-befor.patch
	patches.suse/RDMA-rtrs-srv-Replace-atomic_t-with-percpu_ref-for-i.patch
	patches.suse/RDMA-rtrs-Do-not-reset-hb_missed_max-after-re-connec.patch
	patches.suse/RDMA-rtrs-srv-Fix-memory-leak-of-unfreed-rtrs_srv_st.patch
	patches.suse/RDMA-rtrs-srv-Fix-memory-leak-when-having-multiple-s.patch
	patches.suse/RDMA-rtrs-clt-Check-if-the-queue_depth-has-changed-d.patch
	patches.suse/RDMA-rtrs-clt-Fix-memory-leak-of-not-freed-sess-stat.patch
	patches.suse/RDMA-rtrs-srv-Set-minimal-max_send_wr-and-max_recv_w.patch
	patches.suse/RDMA-cma-Protect-RMW-with-qp_mutex.patch
	patches.suse/RDMA-cma-Fix-incorrect-Packet-Lifetime-calculation.patch
	patches.suse/pinctrl-amd-Add-device-HID-for-new-AMD-GPIO-controll.patch
	patches.suse/pinctrl-mcp23s08-fix-race-condition-in-irq-handler.patch
	patches.suse/pinctrl-mcp23s08-Fix-missing-unlock-on-error-in-mcp2.patch
	patches.suse/proc-Avoid-mixing-integer-types-in-mem_rw.patch
	patches.suse/lib-decompress_unlz4.c-correctly-handle-zero-padding.patch
	patches.suse/lib-decompressors-remove-set-but-not-used-variabled-.patch
	patches.suse/ipc-util.c-use-binary-search-for-max_idx.patch
	patches.suse/mwifiex-re-fix-for-unaligned-accesses.patch
	patches.suse/powerpc-papr_scm-Reduce-error-severity-if-nvdimm-sta.patch
	patches.suse/powerpc-opcodes-Add-shorter-macros-for-registers-for.patch
	patches.suse/powerpc-signal-Use-PPC_RAW_xx-macros.patch
	patches.suse/powerpc-lib-feature-fixups-Use-PPC_RAW_xxx-macros.patch
	patches.suse/powerpc-Do-not-dereference-code-as-struct-ppc_inst-u.patch
	patches.suse/powerpc-lib-code-patching-Make-instr_is_branch_to_ad.patch
	patches.suse/powerpc-lib-code-patching-Don-t-use-struct-ppc_inst-.patch
	patches.suse/powerpc-Don-t-use-struct-ppc_inst-to-reference-instr.patch
	patches.suse/powerpc-powernv-Fix-machine-check-reporting-of-async.patch
	patches.suse/powerpc-pseries-Get-entry-and-uaccess-flush-required.patch
	patches.suse/powerpc-security-Add-a-security-feature-for-STF-barr.patch
	patches.suse/powerpc-pesries-Get-STF-barrier-requirement-from-H_G.patch
	patches.suse/powerpc-64s-Remove-irq-mask-workaround-in-accumulate.patch
	patches.suse/powerpc-Offline-CPU-in-stop_this_cpu.patch
	patches.suse/powerpc-papr_scm-Properly-handle-UUID-types-and-API.patch
	patches.suse/powerpc-papr_scm-Make-perf_stats-invisible-if-perf-s.patch
	patches.suse/powerpc-bpf-Use-bctrl-for-making-function-calls.patch
	patches.suse/powerpc-Fix-is_kvm_guest-kvm_para_available.patch
	patches.suse/powerpc-pseries-dlpar-use-rtas_get_sensor.patch
	patches.suse/powerpc-stacktrace-Fix-spurious-stale-traces-in-rais.patch
	patches.suse/iommu-arm-smmu-v3-decrease-the-queue-size-of-evtq-and-priq
	patches.suse/iommu-vt-d-define-counter-explicitly-as-unsigned-int
	patches.suse/iommu-amd-fix-extended-features-logging
	patches.suse/iommu-dma-fix-iova-reserve-dma-ranges
	patches.suse/iommu-dma-fix-compile-warning-in-32-bit-builds
	patches.suse/xfs-fix-log-intent-recovery-ENOSPC-shutdowns-when-in.patch
	patches.suse/scsi-lpfc-Remove-redundant-assignment-to-pointer-tem.patch
	patches.suse/scsi-snic-Fix-an-error-message
	patches.suse/scsi-ibmvfc-Handle-move-login-failure.patch
	patches.suse/scsi-ibmvfc-Avoid-move-login-if-fast-fail-is-enabled.patch
	patches.suse/scsi-ibmvfc-Reinit-target-retries.patch
	patches.suse/scsi-qla2xxx-Remove-redundant-assignment-to-rval.patch
	patches.suse/scsi-scsi_dh_alua-Retry-RTPG-on-a-different-path-aft.patch
	patches.suse/scsi-lpfc-Fix-unreleased-RPIs-when-NPIV-ports-are-cr.patch
	patches.suse/scsi-lpfc-Fix-non-optimized-ERSP-handling.patch
	patches.suse/scsi-lpfc-Fix-Unexpected-timeout-error-in-direct-att.patch
	patches.suse/scsi-lpfc-Add-ndlp-kref-accounting-for-resume-RPI-pa.patch
	patches.suse/scsi-lpfc-Fix-Node-recovery-when-driver-is-handling-.patch
	patches.suse/scsi-lpfc-Fix-node-handling-for-Fabric-Controller-an.patch
	patches.suse/scsi-lpfc-Ignore-GID-FT-response-that-may-be-receive.patch
	patches.suse/scsi-lpfc-Fix-crash-when-lpfc_sli4_hba_setup-fails-t.patch
	patches.suse/scsi-lpfc-Add-a-option-to-enable-interlocked-ABTS-be.patch
	patches.suse/scsi-lpfc-Reregister-FPIN-types-if-ELS_RDF-is-receiv.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-12.8.0.10.patch
	patches.suse/scsi-qla2xxx-Log-PCI-address-in-qla_nvme_unregister_.patch
	patches.suse/scsi-FlashPoint-Rename-si_flags-field
	patches.suse/scsi-mpi3mr-Add-mpi30-Rev-R-headers-and-Kconfig
	patches.suse/scsi-mpi3mr-Base-driver-code
	patches.suse/scsi-mpi3mr-Create-operational-request-and-reply-queue-pair
	patches.suse/scsi-mpi3mr-Add-support-for-queue-command-processing
	patches.suse/scsi-mpi3mr-Add-support-for-internal-watchdog-thread
	patches.suse/scsi-mpi3mr-Add-support-for-device-add-remove-event-handling
	patches.suse/scsi-mpi3mr-Add-support-for-PCIe-device-event-handling
	patches.suse/scsi-mpi3mr-Additional-event-handling
	patches.suse/scsi-mpi3mr-Add-support-for-recovering-controller
	patches.suse/scsi-mpi3mr-Add-support-for-timestamp-sync-with-firmware
	patches.suse/scsi-mpi3mr-Print-IOC-info-for-debugging
	patches.suse/scsi-mpi3mr-Add-bios_param-SCSI-host-template-hook
	patches.suse/scsi-mpi3mr-Implement-SCSI-error-handler-hooks
	patches.suse/scsi-mpi3mr-Add-change-queue-depth-support
	patches.suse/scsi-mpi3mr-Allow-certain-commands-during-pci-remove-hook
	patches.suse/scsi-mpi3mr-Hardware-workaround-for-UNMAP-commands-to-NVMe-drives
	patches.suse/scsi-mpi3mr-Add-support-for-threaded-ISR
	patches.suse/scsi-mpi3mr-Complete-support-for-soft-reset
	patches.suse/scsi-mpi3mr-Print-pending-host-I-Os-for-debugging
	patches.suse/scsi-mpi3mr-Wait-for-pending-I-O-completions-upon-detection-of-VD-I-O-timeout
	patches.suse/scsi-mpi3mr-Add-support-for-PM-suspend-and-resume
	patches.suse/scsi-mpi3mr-Add-support-for-DSN-secure-firmware-check
	patches.suse/scsi-mpi3mr-Add-EEDP-DIF-DIX-support
	patches.suse/scsi-mpi3mr-Add-event-handling-debug-prints
	patches.suse/scsi-mpi3mr-Fix-error-handling-in-mpi3mr_setup_isr
	patches.suse/scsi-cgroup-Add-cgroup_get_from_id.patch
	patches.suse/scsi-blkcg-Add-app-identifier-support-for-blkcg.patch
	patches.suse/scsi-lpfc-vmid-Add-datastructure-for-supporting-VMID.patch
	patches.suse/scsi-lpfc-vmid-VMID-parameter-initialization.patch
	patches.suse/scsi-lpfc-vmid-Add-support-for-VMID-in-mailbox-comma.patch
	patches.suse/scsi-lpfc-vmid-Implement-ELS-commands-for-appid.patch
	patches.suse/scsi-lpfc-vmid-Functions-to-manage-VMIDs.patch
	patches.suse/scsi-lpfc-vmid-Implement-CT-commands-for-appid.patch
	patches.suse/scsi-lpfc-vmid-Append-the-VMID-to-the-wqe-before-sen.patch
	patches.suse/scsi-lpfc-vmid-Timeout-implementation-for-VMID.patch
	patches.suse/scsi-lpfc-vmid-Add-QFPA-and-VMID-timeout-check-in-wo.patch
	patches.suse/scsi-lpfc-vmid-Introduce-VMID-in-I-O-path.patch
	patches.suse/scsi-lpfc-Use-list_move_tail-instead-of-list_del-lis.patch
	patches.suse/scsi-qla2xxx-Remove-duplicate-declarations.patch
	patches.suse/scsi-qla2xxx-Use-list_move_tail-instead-of-list_del-.patch
	patches.suse/scsi-mpi3mr-Fix-missing-unlock-on-error
	patches.suse/scsi-mpi3mr-Fix-error-return-code-in-mpi3mr_init_ioc
	patches.suse/scsi-mpt3sas-Fix-error-return-value-in-_scsih_expander_add
	patches.suse/scsi-lpfc-Fix-build-error-in-lpfc_scsi.c.patch
	patches.suse/ALSA-usx2y-Avoid-camelCase.patch
	patches.suse/ALSA-usx2y-Don-t-call-free_pages_exact-with-NULL-add.patch
	patches.suse/Revert-ALSA-bebob-oxfw-fix-Kconfig-entry-for-Mackie-.patch
	patches.suse/ALSA-ac97-fix-PM-reference-leak-in-ac97_bus_remove.patch
	patches.suse/ALSA-hda-realtek-Change-device-names-for-quirks-to-b.patch
	patches.suse/ALSA-usb-audio-scarlett2-Read-mixer-volumes-at-init-.patch
	patches.suse/ALSA-usb-audio-scarlett2-Read-mux-at-init-time.patch
	patches.suse/ALSA-sb-Fix-potential-double-free-of-CSP-mixer-eleme.patch
	patches.suse/ALSA-ppc-fix-error-return-code-in-snd_pmac_probe.patch
	patches.suse/ALSA-usb-audio-fix-rate-on-Ozone-Z90-USB-headset.patch
	patches.suse/ALSA-firewire-motu-fix-stream-format-for-MOTU-8pre-F.patch
	patches.suse/ALSA-hda-realtek-fix-mute-micmute-LEDs-for-HP-EliteB-c3d2c88.patch
	patches.suse/ALSA-hda-realtek-Add-another-ALC236-variant-support.patch
	patches.suse/ALSA-bebob-add-support-for-ToneWeal-FW66.patch
	patches.suse/ALSA-hda-realtek-Improve-fixup-for-HP-Spectre-x360-1.patch
	patches.suse/ALSA-hda-realtek-Fix-bass-speaker-DAC-mapping-for-As.patch
	patches.suse/ALSA-usb-audio-scarlett2-Fix-18i8-Gen-2-PCM-Input-co.patch
	patches.suse/ALSA-usb-audio-scarlett2-Fix-data_mutex-lock.patch
	patches.suse/ALSA-usb-audio-scarlett2-Fix-scarlett2_-_ctl_put-ret.patch
	patches.suse/ALSA-usb-audio-Fix-OOB-access-at-proc-output.patch
	patches.suse/ALSA-hda-Add-IRQ-check-for-platform_get_irq.patch
	patches.suse/ALSA-usb-audio-scarlett2-Fix-6i6-Gen-2-line-out-desc.patch
	patches.suse/ALSA-usb-audio-scarlett2-Fix-wrong-resume-call.patch
	patches.suse/ALSA-firewire-motu-fix-detection-for-S-PDIF-source-o.patch
	patches.suse/ALSA-hda-realtek-Apply-LED-fixup-for-HP-Dragonfly-G1.patch
	patches.suse/ALSA-hda-Release-controller-display-power-during-shu.patch
	patches.suse/ASoC-max98373-sdw-add-missing-memory-allocation-chec.patch
	patches.suse/ASoC-max98373-sdw-use-first_hw_init-flag-on-resume.patch
	patches.suse/ASoC-rt1308-sdw-use-first_hw_init-flag-on-resume.patch
	patches.suse/ASoC-rt5682-sdw-use-first_hw_init-flag-on-resume.patch
	patches.suse/ASoC-rt700-sdw-use-first_hw_init-flag-on-resume.patch
	patches.suse/ASoC-rt711-sdw-use-first_hw_init-flag-on-resume.patch
	patches.suse/ASoC-rt715-sdw-use-first_hw_init-flag-on-resume.patch
	patches.suse/ASoC-rt5682-Fix-a-problem-with-error-handling-in-the.patch
	patches.suse/ASoC-rt5682-sdw-set-regcache_cache_only-false-before.patch
	patches.suse/ASoC-fsl_spdif-Fix-error-handler-with-pm_runtime_ena.patch
	patches.suse/ASoC-cs42l42-Correct-definition-of-CS42L42_ADC_PDN_M.patch
	patches.suse/ASoC-atmel-i2s-Fix-usage-of-capture-and-playback-at-.patch
	patches.suse/ALSA-hda-realtek-fix-mute-micmute-LEDs-for-HP-EliteB-dfc2e8a.patch
	patches.suse/ASoC-fsl_spdif-Fix-unexpected-interrupt-after-suspen.patch
	patches.suse/ASoC-rt5682-Disable-irq-on-shutdown.patch
	patches.suse/ASoC-rt5682-Implement-remove-callback.patch
	patches.suse/ASoC-Intel-sof_sdw-add-mutual-exclusion-between-PCH-.patch
	patches.suse/ASoC-Intel-sof_sdw-add-SOF_RT715_DAI_ID_FIX-for-Alde.patch
	patches.suse/ASoC-intel-boards-add-missing-MODULE_DEVICE_TABLE.patch
	patches.suse/ASoC-rk3328-fix-missing-clk_disable_unprepare-on-err.patch
	patches.suse/ASoC-hisilicon-fix-missing-clk_disable_unprepare-on-.patch
	patches.suse/ASoC-SOF-loader-Use-snd_sof_dsp_block_read-instead-s.patch
	patches.suse/ASoC-rsnd-tidyup-loop-on-rsnd_adg_clk_query.patch
	patches.suse/ASoC-img-Fix-PM-reference-leak-in-img_i2s_in_probe.patch
	patches.suse/ASoC-mediatek-mtk-btcvsd-Fix-an-error-handling-path-.patch
	patches.suse/ASoC-soc-pcm-fix-the-return-value-in-dpcm_apply_symm.patch
	patches.suse/ASoC-tegra-Set-driver_name-tegra-for-all-machine-dri.patch
	patches.suse/ASoC-soc-core-Fix-the-error-return-code-in-snd_soc_o.patch
	patches.suse/ASoC-Intel-kbl_da7219_max98357a-shrink-platform_id-b.patch
	patches.suse/ALSA-hda-realtek-Add-type-for-ALC287.patch
	patches.suse/ALSA-hda-realtek-Add-ALC285-HP-init-procedure.patch
	patches.suse/ALSA-hda-realtek-fix-mute-micmute-LEDs-for-HP-ProBoo-2b70b26.patch
	patches.suse/ALSA-hda-realtek-fix-mute-micmute-LEDs-for-HP-ProBoo-a3b7f9b.patch
	patches.suse/ALSA-hda-realtek-fix-mute-micmute-LEDs-for-HP-ProBoo-fb3acdb.patch
	patches.suse/tracepoint-Add-tracepoint_probe_register_may_exist-for-BPF-tracing.patch
	patches.suse/tracing-Simplify-fix-saved_tgids-logic.patch
	patches.suse/tracing-Resize-tgid_map-to-pid_max-not-PID_MAX_DEFAULT.patch
	patches.suse/xarray-iov_iter_fault_in_readable-should-do-nothing-.patch
	patches.suse/vfio-pci-Handle-concurrent-vma-faults.patch
	patches.suse/leds-class-The-ENOTSUPP-should-never-be-seen-by-user.patch
	patches.suse/leds-lm3532-select-regmap-I2C-API.patch
	patches.suse/leds-as3645a-Fix-error-return-code-in-as3645a_parse_.patch
	patches.suse/leds-ktd2692-Fix-an-error-handling-path.patch
	patches.suse/scsi-blkcg-Fix-application-ID-config-options.patch
	patches.suse/i2c-core-Disable-client-irq-on-reboot-shutdown.patch
	patches.suse/mtd-partitions-redboot-seek-fis-index-block-in-the-r.patch
	patches.suse/mtd-rawnand-marvell-add-missing-clk_disable_unprepar.patch
	patches.suse/Input-usbtouchscreen-fix-control-request-directions.patch
	patches.suse/Input-hil_kbd-fix-error-return-code-in-hil_dev_conne.patch
	patches.suse/Input-hideep-fix-the-uninitialized-use-in-hideep_nvm.patch
	patches.suse/Input-joydev-prevent-use-of-not-validated-data-in-JS.patch
	patches.suse/gpio-zynq-Check-return-value-of-pm_runtime_get_sync.patch
	patches.suse/gpio-pca953x-Add-support-for-the-On-Semi-pca9655.patch
	patches.suse/mmc-core-clear-flags-before-allowing-to-retune.patch
	patches.suse/mmc-sdhci-Clear-unused-bounce-buffer-at-DMA-mmap-err.patch
	patches.suse/mmc-sdhci-Fix-warning-message-when-accessing-RPMB-in.patch
	patches.suse/dmaengine-fsl-qdma-check-dma_set_mask-return-value.patch
	patches.suse/mfd-da9052-stmpe-Add-and-modify-MODULE_DEVICE_TABLE.patch
	patches.suse/mfd-cpcap-Fix-cpcap-dmamask-not-set-warnings.patch
	patches.suse/backlight-lm3630a_bl-Put-fwnode-in-error-case-during.patch
	patches.suse/backlight-lm3630a-Fix-return-code-of-.update_status-.patch
	patches.suse/misc-libmasm-module-Fix-two-use-after-free-in-ibmasm.patch
	patches.suse/misc-alcor_pci-fix-null-ptr-deref-when-there-is-no-P.patch
	patches.suse/w1-ds2438-fixing-bug-that-would-always-get-page0.patch
	patches.suse/misc-alcor_pci-fix-inverted-branch-condition.patch
	patches.suse/char-pcmcia-error-out-if-num_bytes_read-is-greater-t.patch
	patches.suse/visorbus-fix-error-return-code-in-visorchipset_init.patch
	patches.suse/fpga-stratix10-soc-Add-missing-fpga_mgr_free-call.patch
	patches.suse/coresight-core-Fix-use-of-uninitialized-pointer.patch
	patches.suse/coresight-Propagate-symlink-failure.patch
	patches.suse/soundwire-stream-Fix-test-for-DP-prepare-complete.patch
	patches.suse/extcon-intel-mrfld-Sync-hardware-and-software-state-.patch
	patches.suse/extcon-sm5502-Drop-invalid-register-write-in-sm5502_.patch
	patches.suse/extcon-max8997-Add-missing-modalias-string.patch
	patches.suse/fpga-machxo2-spi-Address-warning-about-unused-variab.patch
	patches.suse/intel_th-Wait-until-port-is-in-reset-before-programm.patch
	patches.suse/iio-adis_buffer-do-not-return-ints-in-irq-handlers.patch
	patches.suse/iio-adis16400-do-not-return-ints-in-irq-handlers.patch
	patches.suse/iio-gyro-fxa21002c-Balance-runtime-pm-use-pm_runtime.patch
	patches.suse/iio-magn-bmc150-Balance-runtime-pm-use-pm_runtime_re.patch
	patches.suse/iio-accel-bma180-Fix-buffer-alignment-in-iio_push_to.patch
	patches.suse/iio-accel-bma220-Fix-buffer-alignment-in-iio_push_to.patch
	patches.suse/iio-accel-hid-Fix-buffer-alignment-in-iio_push_to_bu.patch
	patches.suse/iio-accel-kxcjk-1013-Fix-buffer-alignment-in-iio_pus.patch
	patches.suse/iio-accel-mxc4005-Fix-overread-of-data-and-alignment.patch
	patches.suse/iio-accel-stk8312-Fix-buffer-alignment-in-iio_push_t.patch
	patches.suse/iio-accel-stk8ba50-Fix-buffer-alignment-in-iio_push_.patch
	patches.suse/iio-adc-ti-ads1015-Fix-buffer-alignment-in-iio_push_.patch
	patches.suse/iio-adc-vf610-Fix-buffer-alignment-in-iio_push_to_bu.patch
	patches.suse/iio-gyro-bmg160-Fix-buffer-alignment-in-iio_push_to_.patch
	patches.suse/iio-humidity-am2315-Fix-buffer-alignment-in-iio_push.patch
	patches.suse/iio-prox-srf08-Fix-buffer-alignment-in-iio_push_to_b.patch
	patches.suse/iio-prox-pulsed-light-Fix-buffer-alignment-in-iio_pu.patch
	patches.suse/iio-prox-as3935-Fix-buffer-alignment-in-iio_push_to_.patch
	patches.suse/iio-magn-hmc5843-Fix-buffer-alignment-in-iio_push_to.patch
	patches.suse/iio-magn-bmc150-Fix-buffer-alignment-in-iio_push_to_.patch
	patches.suse/iio-light-isl29125-Fix-buffer-alignment-in-iio_push_.patch
	patches.suse/iio-light-tcs3414-Fix-buffer-alignment-in-iio_push_t.patch
	patches.suse/iio-light-tcs3472-Fix-buffer-alignment-in-iio_push_t.patch
	patches.suse/iio-potentiostat-lmp91000-Fix-alignment-of-buffer-in.patch
	patches.suse/staging-gdm724x-check-for-buffer-overflow-in-gdm_lte.patch
	patches.suse/staging-gdm724x-check-for-overflow-in-gdm_lte_netif_.patch
	patches.suse/staging-rtl8712-remove-redundant-check-in-r871xu_drv.patch
	patches.suse/staging-rtl8712-fix-memory-leak-in-rtl871x_load_fw_c.patch
	patches.suse/iio-si1133-fix-format-string-warnings.patch
	patches.suse/iio-ltr501-mark-register-holding-upper-8-bits-of-ALS.patch
	patches.suse/iio-ltr501-ltr559-fix-initialization-of-LTR501_ALS_C.patch
	patches.suse/iio-ltr501-ltr501_read_ps-add-missing-endianness-con.patch
	patches.suse/iio-adc-at91-sama5d2-Fix-buffer-alignment-in-iio_pus.patch
	patches.suse/iio-adc-hx711-Fix-buffer-alignment-in-iio_push_to_bu.patch
	patches.suse/iio-adc-mxs-lradc-Fix-buffer-alignment-in-iio_push_t.patch
	patches.suse/iio-adc-ti-ads8688-Fix-alignment-of-buffer-in-iio_pu.patch
	patches.suse/iio-magn-rm3100-Fix-alignment-of-buffer-in-iio_push_.patch
	patches.suse/iio-light-vcnl4035-Fix-buffer-alignment-in-iio_push_.patch
	patches.suse/iio-prox-isl29501-Fix-buffer-alignment-in-iio_push_t.patch
	patches.suse/iio-light-tcs3472-do-not-free-unallocated-IRQ.patch
	patches.suse/staging-rtl8723bs-fix-macro-value-for-2.4Ghz-only-de.patch
	patches.suse/tty-serial-fsl_lpuart-fix-the-potential-risk-of-divi.patch
	patches.suse/serial-fsl_lpuart-remove-RTSCTS-handling-from-get_mc.patch
	patches.suse/tty-nozomi-Fix-a-resource-leak-in-an-error-handling-.patch
	patches.suse/tty-nozomi-Fix-the-error-handling-path-of-nozomi_car.patch
	patches.suse/tty-serial-8250-serial_cs-Fix-a-memory-leak-in-error.patch
	patches.suse/serial-tegra-tcu-Reorder-channel-initialization.patch
	patches.suse/serial-8250-Actually-allow-UPF_MAGIC_MULTIPLIER-baud.patch
	patches.suse/serial_cs-remove-wrong-GLOBETROTTER.cis-entry.patch
	patches.suse/serial_cs-Add-Option-International-GSM-Ready-56K-ISD.patch
	patches.suse/serial-mvebu-uart-fix-calculation-of-clock-divisor.patch
	patches.suse/serial-mvebu-uart-do-not-allow-changing-baudrate-whe.patch
	patches.suse/serial-mvebu-uart-correctly-calculate-minimal-possib.patch
	patches.suse/usb-typec-wcove-Fx-wrong-kernel-doc-format.patch
	patches.suse/USB-core-Avoid-WARNings-for-0-length-descriptor-requ.patch
	patches.suse/usb-gadget-f_fs-Fix-setting-of-device-and-driver-dat.patch
	patches.suse/usb-dwc2-Don-t-reset-the-core-after-setting-turnarou.patch
	patches.suse/usb-typec-Add-the-missed-altmode_id_remove-in-typec_.patch
	patches.suse/xhci-solve-a-double-free-problem-while-doing-s4.patch
	patches.suse/usb-gadget-f_hid-fix-endianness-issue-with-descripto.patch
	patches.suse/usb-gadget-eem-fix-echo-command-packet-response-issu.patch
	patches.suse/usb-gadget-hid-fix-error-return-code-in-hid_bind.patch
	patches.suse/usb-dwc3-Fix-debugfs-creation-flow.patch
	patches.suse/thunderbolt-Bond-lanes-only-when-dual_link_port-NULL.patch
	patches.suse/USB-cdc-acm-blacklist-Heimann-USB-Appset-device.patch
	patches.suse/exfat-handle-wrong-stream-entry-size-in-exfat_readdir.patch
	patches.suse/fuse-ignore-pg_workingset-after-stealing.patch
	patches.suse/fuse-check-connected-before-queueing-on-fpq-io.patch
	patches.suse/fuse-reject-internal-errno.patch
	patches.suse/ARM-9091-1-Revert-mm-qsd8x50-Fix-incorrect-permission-faults.patch
	patches.suse/xen-sync-include-xen-interface-io-ring.h-with-Xen-s-.patch
	patches.suse/x86-signal-detect-and-prevent-an-alternate-signal-stack-overflow.patch
	patches.suse/x86-fpu-limit-xstate-copy-size-in-xstateregs_set.patch
	patches.suse/watchdog-Fix-possible-use-after-free-in-wdt_startup.patch
	patches.suse/watchdog-sp805-Fix-kernel-doc-description.patch
	patches.suse/watchdog-sc520_wdt-Fix-possible-use-after-free-in-wd.patch
	patches.suse/watchdog-Fix-possible-use-after-free-by-calling-del_.patch
	patches.suse/watchdog-aspeed-fix-hardware-timeout-calculation.patch
	patches.suse/power-supply-sc27xx-Add-missing-MODULE_DEVICE_TABLE.patch
	patches.suse/power-supply-sc2731_charger-Add-missing-MODULE_DEVIC.patch
	patches.suse/power-supply-ab8500-Avoid-NULL-pointers.patch
	patches.suse/power-supply-max17042-Do-not-enforce-incorrect-inter.patch
	patches.suse/power-reset-gpio-poweroff-add-missing-MODULE_DEVICE_.patch
	patches.suse/power-supply-charger-manager-add-missing-MODULE_DEVI.patch
	patches.suse/power-supply-ab8500-add-missing-MODULE_DEVICE_TABLE.patch
	patches.suse/ACPI-AMBA-Fix-resource-name-in-proc-iomem.patch
	patches.suse/ACPI-video-Add-quirk-for-the-Dell-Vostro-3350.patch
	patches.suse/PCI-Leave-Apple-Thunderbolt-controllers-on-for-s2idl.patch
	patches.suse/PCI-sysfs-Fix-dsm_label_utf16s_to_utf8s-buffer-overr.patch
	patches.suse/PCI-intel-gw-Fix-INTx-enable.patch
	patches.suse/PCI-tegra-Add-missing-MODULE_DEVICE_TABLE.patch
	patches.suse/PCI-tegra194-Fix-tegra_pcie_ep_raise_msi_irq-ill-def.patch
	patches.suse/PCI-aardvark-Fix-checking-for-PIO-Non-posted-Request.patch
	patches.suse/PCI-aardvark-Implement-workaround-for-the-readback-v.patch
	patches.suse/PCI-iproc-Fix-multi-MSI-base-vector-number-allocatio.patch
	patches.suse/PCI-iproc-Support-multi-MSI-only-on-uniprocessor-ker.patch
	patches.suse/pwm-spear-Don-t-modify-HW-state-in-.remove-callback.patch
	patches.suse/pwm-imx1-Don-t-disable-clocks-at-device-remove-time.patch
	patches.suse/pwm-img-Fix-PM-reference-leak-in-img_pwm_enable.patch
	patches.suse/drm-amdgpu-enable-sdma0-tmz-for-Raven-Renoir-V2.patch
	patches.suse/drm-amd-display-fix-incorrrect-valid-irq-check.patch
	patches.suse/drm-radeon-Call-radeon_suspend_kms-in-radeon_pci_shu.patch
	patches.suse/drm-radeon-Add-the-missed-drm_gem_object_put-in-rade.patch
	patches.suse/drm-amdgpu-Update-NV-SIMD-per-CU-to-2.patch
	patches.suse/drm-i915-display-Do-not-zero-past-infoframes.vsc.patch
	patches.suse/drm-gma500-Add-the-missed-drm_gem_object_put-in-psb_.patch
	patches.suse/NFSv4-Initialise-connection-to-the-server-in-nfs4_al.patch
	patches.suse/SUNRPC-prevent-port-reuse-on-transports-which-don-t-.patch
	patches.suse/nfs-fix-acl-memory-leak-of-posix_acl_create.patch
	patches.suse/SUNRPC-Fix-the-batch-tasks-count-wraparound.patch
	patches.suse/SUNRPC-Should-wake-up-the-privileged-task-firstly.patch
	patches.suse/NFSv4-pNFS-Don-t-call-_nfs4_pnfs_v3_ds_connect-multi.patch
	patches.suse/ext4-use-ext4_grp_locked_error-in-mb_find_extent.patch
	patches.suse/ubifs-journal-Fix-error-return-code-in-ubifs_jnl_wri.patch
	patches.suse/ubifs-Set-Clear-I_LINKABLE-under-i_lock-for-whiteout.patch
	patches.suse/powerpc-mm-Fix-lockup-on-kernel-exec-fault.patch
	patches.suse/virtio_console-Assure-used-length-from-device-is-lim.patch
	patches.suse/virtio_net-move-tx-vq-operation-under-tx-queue-lock.patch
	patches.suse/tracing-histograms-Fix-parsing-of-sym-offset-modifier.patch
	patches.suse/ALSA-hda-realtek-fix-mute-led-of-the-HP-Pavilion-15-.patch
	patches.suse/ALSA-isa-Fix-error-return-code-in-snd_cmi8330_probe.patch
	patches.suse/ALSA-intel8x0-Fix-breakage-at-ac97-clock-measurement.patch
	patches.suse/ARM-exynos-add-missing-of_node_put-for-loop-iteration.patch
	patches.suse/soc-tegra-fuse-Fix-Tegra234-only-builds.patch
	patches.suse/ARM-dts-gemini-rut1xx-remove-duplicate-ethernet-node.patch
	patches.suse/ARM-dts-r8a7779-marzen-Fix-DU-clock-names.patch
	patches.suse/ARM-dts-exynos-fix-PWM-LED-max-brightness-on-Odroid-XU-XU3.patch
	patches.suse/ARM-dts-exynos-fix-PWM-LED-max-brightness-on-Odroid-HC1.patch
	patches.suse/ARM-dts-exynos-fix-PWM-LED-max-brightness-on-Odroid-XU4.patch
	patches.suse/ARM-dts-at91-sama5d4-fix-pinctrl-muxing.patch
	patches.suse/ARM-dts-imx6q-dhcom-Fix-ethernet-reset-time-properties.patch
	patches.suse/ARM-dts-imx6q-dhcom-Fix-ethernet-plugin-detection-problems.patch
	patches.suse/ARM-dts-imx6q-dhcom-Add-gpios-pinctrl-for-i2c-bus-recovery.patch
	patches.suse/ARM-dts-am335x-align-ti-pindir-d0-out-d1-in-property-with-dt-shema.patch
	patches.suse/reset-ti-syscon-fix-to_ti_syscon_reset_data-macro.patch
	patches.suse/reset-a10sr-add-missing-of_match_table-reference.patch
	patches.suse/reset-brcmstb-Add-missing-MODULE_DEVICE_TABLE.patch
	patches.suse/memory-atmel-ebi-add-missing-of_node_put-for-loop-it.patch
	patches.suse/memory-pl353-Fix-error-return-code-in-pl353_smc_prob.patch
	patches.suse/memory-fsl_ifc-fix-leak-of-IO-mapping-on-probe-failu.patch
	patches.suse/memory-fsl_ifc-fix-leak-of-private-memory-on-probe-f.patch
	patches.suse/firmware-tegra-Fix-error-return-code-in-tegra210_bpm.patch
	patches.suse/reset-bail-if-try_module_get-fails.patch
	patches.suse/s390-mm-Fix-secure-storage-access-exception-handling
	patches.suse/thermal-core-Correct-function-name-thermal_zone_devi.patch
	patches.suse/thermal-drivers-rcar_gen3_thermal-Fix-coefficient-ca.patch
	patches.suse/thermal-drivers-int340x-processor_thermal-Fix-tcc-se.patch
	patches.suse/cifs-make-locking-consistent-around-the-server-session-status.patch
	patches.suse/cifs-clarify-SMB1-code-for-UnixCreateHardLink.patch
	patches.suse/CIFS-Clarify-SMB1-code-for-UnixCreateSymLink.patch
	patches.suse/CIFS-Clarify-SMB1-code-for-UnixSetPathInfo.patch
	patches.suse/smb3-fix-typo-in-header-file.patch
	patches.suse/CIFS-Clarify-SMB1-code-for-SetFileSize.patch
	patches.suse/CIFS-Clarify-SMB1-code-for-delete.patch
	patches.suse/CIFS-Clarify-SMB1-code-for-rename-open-file.patch
	patches.suse/CIFS-Clarify-SMB1-code-for-POSIX-Lock.patch
	patches.suse/cifs-use-helpers-when-parsing-uid-gid-mount-options-and-validate-th.patch
	patches.suse/SMB3-1-1-Add-support-for-negotiating-signing-algorithm.patch
	patches.suse/cifs-prevent-NULL-deref-in-cifs_compose_mount_options-.patch
	patches.suse/02-cifs-update-internal-version-number.patch
	patches.suse/rtc-mxc_v2-add-missing-MODULE_DEVICE_TABLE.patch
	patches.suse/rtc-fix-snprintf-checking-in-is_rtc_hctosys.patch
	patches.suse/rtc-max77686-Do-not-enforce-incorrect-interrupt-trig.patch
	patches.suse/rtc-stm32-Fix-unbalanced-clk_disable_unprepare-on-pr.patch
	patches.suse/rtc-pcf2127-handle-timestamp-interrupts.patch
	patches.suse/scsi-qla2xxx-Add-heartbeat-check.patch
	patches.suse/scsi-be2iscsi-Fix-an-error-handling-path-in-beiscsi_dev_probe
	patches.suse/scsi-libfc-Fix-array-index-out-of-bound-exception.patch
	patches.suse/btrfs-fix-deadlock-with-concurrent-chunk-allocations.patch
	patches.suse/btrfs-rework-chunk-allocation-to-avoid-exhaustion-of.patch
	patches.suse/cgroup-verify-that-source-is-a-string.patch
	patches.suse/ibmvnic-retry-reset-if-there-are-no-other-resets.patch
	patches.suse/igc-Fix-use-after-free-error-during-reset.patch
	patches.suse/igb-Fix-use-after-free-error-during-reset.patch
	patches.suse/igc-change-default-return-of-igc_read_phy_reg.patch
	patches.suse/ixgbe-Fix-an-error-handling-path-in-ixgbe_probe.patch
	patches.suse/igc-Fix-an-error-handling-path-in-igc_probe.patch
	patches.suse/igb-Fix-an-error-handling-path-in-igb_probe.patch
	patches.suse/fm10k-Fix-an-error-handling-path-in-fm10k_probe.patch
	patches.suse/e1000e-Fix-an-error-handling-path-in-e1000_probe.patch
	patches.suse/iavf-Fix-an-error-handling-path-in-iavf_probe.patch
	patches.suse/igb-Check-if-num-of-q_vectors-is-smaller-than-max-be.patch
	patches.suse/igb-Fix-position-of-assignment-to-ring.patch
	patches.suse/gve-Fix-an-error-handling-path-in-gve_probe.patch
	patches.suse/gve-Propagate-error-codes-to-caller.patch
	patches.suse/gve-Simplify-code-and-axe-the-use-of-a-deprecated-AP.patch
	patches.suse/gve-DQO-Remove-incorrect-prefetch.patch
	patches.suse/net-sched-act_ct-remove-and-free-nf_table-callbacks.patch
	patches.suse/vmxnet3-fix-cksum-offload-issues-for-tunnels-with-no.patch
	patches.suse/skbuff-Release-nfct-refcount-on-napi-stolen-or-re-us.patch
	patches.suse/bonding-fix-suspicious-RCU-usage-in-bond_ipsec_add_s.patch
	patches.suse/bonding-fix-null-dereference-in-bond_ipsec_add_sa.patch
	patches.suse/net-netdevsim-use-xso.real_dev-instead-of-xso.dev-in.patch
	patches.suse/ixgbevf-use-xso.real_dev-instead-of-xso.dev-in-callb.patch
	patches.suse/bonding-fix-suspicious-RCU-usage-in-bond_ipsec_del_s.patch
	patches.suse/bonding-disallow-setting-nested-bonding-ipsec-offloa.patch
	patches.suse/bonding-Add-struct-bond_ipesc-to-manage-SA.patch
	patches.suse/bonding-fix-suspicious-RCU-usage-in-bond_ipsec_offlo.patch
	patches.suse/bonding-fix-incorrect-return-value-of-bond_ipsec_off.patch
	patches.suse/stmmac-platform-Fix-signedness-bug-in-stmmac_probe_c.patch
	patches.suse/netfilter-conntrack-do-not-renew-entry-stuck-in-tcp-.patch
	patches.suse/netfilter-ctnetlink-suspicious-RCU-usage-in-ctnetlin.patch
	patches.suse/0001-netfilter-conntrack-improve-RST-handling-when-tuple-.patch
	patches.suse/0001-netfilter-conntrack-add-new-sysctl-to-disable-RST-ch.patch
	patches.suse/skbuff-Fix-build-with-SKB-extensions-disabled.patch
	patches.suse/cxgb4-fix-IRQ-free-race-during-driver-unload.patch
	patches.suse/bpftool-Properly-close-va_list-ap-by-va_end-on-error.patch
	patches.suse/tools-bpf-Fix-error-in-make-C-tools-bpf_install.patch
	patches.suse/iommu-vt-d-global-devtlb-flush-when-present-context-entry-changed
	patches.suse/drm-panel-nt35510-Do-not-fail-if-DSI-read-fails.patch
	patches.suse/dma-buf-sync_file-Don-t-leak-fences-on-merge-failure.patch
	patches.suse/fbmem-Do-not-delete-the-mode-that-is-still-in-use.patch
	patches.suse/tracing-Do-not-reference-char-as-a-string-in-histograms.patch
	patches.suse/cifs-use-the-expiry-output-of-dns_query-to-schedule-next-resolution.patch
	patches.suse/cifs-Do-not-use-the-original-cruid-when-following-DFS-links-for-mul.patch
	patches.suse/cifs-fix-the-out-of-range-assignment-to-bit-fields-in-parse_server_.patch
	patches.suse/cifs-handle-reconnect-of-tcon-when-there-is-no-cached-dfs-referral.patch
	patches.suse/cifs-fix-missing-null-session-check-in-mount.patch
	patches.suse/cifs-added-WARN_ON-for-all-the-count-decrements.patch
	patches.suse/SMB3-1-1-fix-mount-failure-to-some-servers-when-compression-enabled.patch
	patches.suse/cifs-do-not-share-tcp-sessions-of-dfs-connections.patch
	patches.suse/scsi-zfcp-Report-port-fc_security-as-unknown-early-d.patch
	patches.suse/firmware-arm_scmi-Fix-possible-scmi_linux_errmap-buf.patch
	patches.suse/firmware-arm_scmi-Fix-range-check-for-the-maximum-nu.patch
	patches.suse/seq_file-Disallow-extremely-large-seq-buffer-allocations.patch
	patches.suse/regulator-rt5033-Fix-n_voltages-settings-for-BUCK-an.patch
	patches.suse/regulator-hi6421-Fix-getting-wrong-drvdata.patch
	patches.suse/spi-stm32h7-fix-full-duplex-irq-handler-handling.patch
	patches.suse/spi-imx-mx51-ecspi-Reinstate-low-speed-CONFIGREG-del.patch
	patches.suse/spi-mediatek-fix-fifo-rx-mode.patch
	patches.suse/spi-cadence-Correct-initialisation-of-runtime-PM-aga.patch
	patches.suse/s390-boot-fix-use-of-expolines-in-the-DMA-code.patch
	patches.suse/r8152-Fix-potential-PM-refcount-imbalance.patch
	patches.suse/r8152-Fix-a-deadlock-by-doubly-PM-resume.patch
	patches.suse/liquidio-Fix-unintentional-sign-extension-issue-on-l.patch
	patches.suse/usb-hso-fix-error-handling-code-of-hso_create_net_de.patch
	patches.suse/bonding-fix-build-issue.patch
	patches.suse/bnxt_en-don-t-disable-an-already-disabled-PCI-device.patch
	patches.suse/bnxt_en-Refresh-RoCE-capabilities-in-bnxt_ulp_probe.patch
	patches.suse/bnxt_en-Add-missing-check-for-BNXT_STATE_ABORT_ERR-i.patch
	patches.suse/bnxt_en-Validate-vlan-protocol-ID-on-RX-packets.patch
	patches.suse/bnxt_en-Check-abort-error-state-in-bnxt_half_open_ni.patch
	patches.suse/ixgbe-Fix-packet-corruption-due-to-missing-DMA-sync.patch
	patches.suse/ibmvnic-Remove-the-proper-scrq-flush.patch
	patches.suse/media-ngene-Fix-out-of-bounds-bug-in-ngene_command_c.patch
	patches.suse/drm-amdgpu-update-golden-setting-for-sienna_cichlid-3e94b59.patch
	patches.suse/drm-amd-display-Fix-comparison-error-in-dcn21-DML.patch
	patches.suse/drm-amd-display-Fix-max-vstartup-calculation-for-mod.patch
	patches.suse/drm-i915-gvt-Clear-d3_entered-on-elsp-cmd-submission.patch
	patches.suse/Revert-drm-i915-Propagate-errors-on-awaiting-already.patch
	patches.suse/drm-Return-ENOTTY-for-non-drm-ioctls.patch
	patches.suse/drm-panel-raspberrypi-touchscreen-Prevent-double-fre.patch
	patches.suse/ALSA-pcm-Call-substream-ack-method-upon-compat-mmap-.patch
	patches.suse/ALSA-usb-audio-Add-missing-proc-text-entry-for-BESPO.patch
	patches.suse/ALSA-sb-Fix-potential-ABBA-deadlock-in-CSP-driver.patch
	patches.suse/ALSA-hdmi-Expose-all-pins-on-MSI-MS-7C94-board.patch
	patches.suse/ALSA-hda-realtek-Fix-pop-noise-and-2-Front-Mic-issue.patch
	patches.suse/ALSA-hda-intel-dsp-cfg-add-missing-ElkhartLake-PCI-I.patch
	patches.suse/ALSA-pcm-Fix-mmap-capability-check.patch
	patches.suse/ALSA-hda-hdmi-Add-quirk-to-force-pin-connectivity-on.patch
	patches.suse/ASoC-wm_adsp-Correct-wm_coeff_tlv_get-handling.patch
	patches.suse/ASoC-tlv320aic31xx-fix-reversed-bclk-wclk-master-bit.patch
	patches.suse/ASoC-rt5631-Fix-regcache-sync-errors-on-resume.patch
	patches.suse/ASoC-rt5682-Fix-the-issue-of-garbled-recording-after.patch
	patches.suse/ASoC-ti-j721e-evm-Fix-unbalanced-domain-activity-tra.patch
	patches.suse/ASoC-ti-j721e-evm-Check-for-not-initialized-parent_c.patch
	patches.suse/ALSA-usb-audio-Add-registration-quirk-for-JBL-Quantu.patch
	patches.suse/xhci-Fix-lost-USB-2-remote-wake.patch
	patches.suse/usb-hub-Fix-link-power-management-max-exit-latency-M.patch
	patches.suse/usb-hub-Disable-USB-3-device-initiated-lpm-if-exit-l.patch
	patches.suse/USB-usb-storage-Add-LaCie-Rugged-USB3-FW-to-IGNORE_U.patch
	patches.suse/usb-max-3421-Prevent-corruption-of-freed-memory.patch
	patches.suse/usb-renesas_usbhs-Fix-superfluous-irqs-happen-after-.patch
	patches.suse/usb-dwc2-gadget-Fix-sending-zero-length-packet-in-DD.patch
	patches.suse/Revert-USB-quirks-ignore-remote-wake-up-on-Fibocom-L.patch
	patches.suse/USB-serial-option-add-support-for-u-blox-LARA-R6-fam.patch
	patches.suse/USB-serial-cp210x-fix-comments-for-GE-CS1000.patch
	patches.suse/USB-serial-cp210x-add-ID-for-CEL-EM3588-USB-ZigBee-s.patch
	patches.suse/tracing-Fix-bug-in-rb_per_cpu_empty-that-might-cause.patch
	patches.suse/rbd-always-kick-acquire-on-acquired-and-released-notifications.patch
	patches.suse/rbd-don-t-hold-lock_rwsem-while-running_list-is-being-drained.patch
	patches.suse/ceph-don-t-warn-if-we-re-still-opening-a-session-to-an-mds.patch
	patches.suse/nvme-fix-refcounting-imbalance-when-all-paths-are-do.patch
	patches.suse/scsi-iscsi-Fix-iface-sysfs-attr-detection
	patches.suse/ACPI-fix-NULL-pointer-dereference.patch
	patches.suse/cifs-only-write-64kb-at-a-time-when-fallocating-a-small-region-of-a.patch
	patches.suse/cifs-support-share-failover-when-remounting.patch
	patches.suse/CIFS-Clarify-SMB1-code-for-POSIX-Create.patch
	patches.suse/CIFS-Clarify-SMB1-code-for-POSIX-delete-file.patch
	patches.suse/cifs-fix-fallocate-when-trying-to-allocate-a-hole-.patch
	patches.suse/efi-tpm-Differentiate-missing-and-invalid-final-even.patch
	patches.suse/firmware-efi-Tell-memblock-about-EFI-iomem-reservati.patch
	patches.suse/timers-Fix-get_next_timer_interrupt-with-no-timers-p.patch
	patches.suse/KVM-PPC-Fix-kvm_arch_vcpu_ioctl-vcpu_load-leak.patch
	patches.suse/KVM-PPC-Book3S-Fix-H_RTAS-rets-buffer-overflow.patch
	patches.suse/KVM-PPC-Book3S-HV-Nested-Sanitise-H_ENTER_NESTED-TM-.patch
	patches.suse/workqueue-fix-UAF-in-pwq_unbound_release_workfn.patch
	patches.suse/cgroup1-fix-leaked-context-root-causing-sporadic-NULL-deref-in-LTP.patch
	patches.suse/RDMA-bnxt_re-Fix-stats-counters.patch
	patches.suse/x86-kvm-fix-vcpu-id-indexed-array-sizes.patch
	patches.suse/drm-msm-dpu-Fix-sm8250_mdp-register-length.patch
	patches.suse/drm-amd-display-ensure-dentist-display-clock-update-.patch
	patches.suse/drm-amdgpu-display-only-enable-aux-backlight-control.patch
	patches.suse/ocfs2-fix-zero-out-valid-data.patch
	patches.suse/ocfs2-issue-zeroout-to-EOF-blocks.patch
	patches.suse/btrfs-fix-lost-inode-on-log-replay-after-mix-of-fsyn.patch
	patches.suse/libata-fix-ata_pio_sector-for-CONFIG_HIGHMEM.patch
	patches.suse/blk-mq-sched-Fix-blk_mq_sched_alloc_tags-error-handl.patch
	patches.suse/Revert-ACPI-resources-Add-checks-for-ACPI-IRQ-overri.patch
	patches.suse/ACPI-DPTF-Fix-reading-of-attributes.patch
	patches.suse/virt_wifi-fix-error-on-connect.patch
	patches.suse/cfg80211-Fix-possible-memory-leak-in-function-cfg802.patch
	patches.suse/i40e-Fix-logic-of-disabling-queues.patch
	patches.suse/i40e-Fix-firmware-LLDP-agent-related-warning.patch
	patches.suse/i40e-Add-additional-info-to-PHY-type-error.patch
	patches.suse/i40e-Fix-queue-to-TC-mapping-on-Tx.patch
	patches.suse/i40e-Fix-log-TC-creation-failure-when-max-num-of-que.patch
	patches.suse/ionic-make-all-rx_mode-work-threadsafe.patch
	patches.suse/ionic-remove-intr-coalesce-update-from-napi.patch
	patches.suse/ionic-fix-up-dim-accounting-for-tx-and-rx.patch
	patches.suse/ionic-count-csum_none-when-offload-enabled.patch
	patches.suse/can-raw-raw_setsockopt-fix-raw_rcv-panic-for-sock-UA.patch
	patches.suse/mlx4-Fix-missing-error-code-in-mlx4_load_one.patch
	patches.suse/net-mlx5-Fix-flow-table-chaining.patch
	patches.suse/net-mlx5-E-Switch-handle-devcom-events-only-for-port.patch
	patches.suse/net-mlx5e-RX-Avoid-possible-data-corruption-when-rel.patch
	patches.suse/net-mlx5-Unload-device-upon-firmware-fatal-error.patch
	patches.suse/net-mlx5e-Fix-nullptr-in-mlx5e_hairpin_get_mdev.patch
	patches.suse/sctp-fix-return-value-check-in-__sctp_rcv_asconf_loo.patch
	patches.suse/nfc-nfcsim-fix-use-after-free-during-module-unload.patch
	patches.suse/bpf-Fix-OOB-read-when-printing-XDP-link-fdinfo.patch
	patches.suse/bpf-Introduce-BPF-nospec-instruction-for-mitigating-.patch
	patches.suse/bpf-Fix-leakage-due-to-insufficient-speculative-stor.patch
	patches.suse/can-hi311x-fix-a-signedness-bug-in-hi3110_cmd.patch
	patches.suse/can-mcba_usb_start-add-missing-urb-transfer_dma-init.patch
	patches.suse/can-usb_8dev-fix-memory-leak.patch
	patches.suse/can-ems_usb-fix-memory-leak.patch
	patches.suse/can-esd_usb2-fix-memory-leak.patch
	patches.suse/SMB3-fix-readpage-for-large-swap-cache.patch
	patches.suse/smb3-rc-uninitialized-in-one-fallocate-path.patch
	patches.suse/cifs-add-missing-parsing-of-backupuid.patch
	patches.suse/powerpc-pseries-Fix-regression-while-building-extern.patch
	patches.suse/clk-stm32f4-fix-post-divisor-setup-for-I2S-SAI-PLLs.patch
	patches.suse/clk-fix-leak-on-devm_clk_bulk_get_all-unwind.patch
	patches.suse/media-rtl28xxu-fix-zero-length-control-request.patch
	patches.suse/media-videobuf2-core-dequeue-if-start_streaming-fail.patch
	patches.suse/Revert-gpio-mpc8xxx-change-the-gpio-interrupt-flags.patch
	patches.suse/gpio-tqmx86-really-make-IRQ-optional.patch
	patches.suse/scsi-ibmvfc-Fix-command-state-accounting-and-stale-r.patch
	patches.suse/pcmcia-i82092-fix-a-null-pointer-dereference-bug.patch
	patches.suse/tracing-histogram-Give-calculation-hist_fields-a-size.patch
	patches.suse/tracing-Reject-string-operand-in-the-histogram-expression.patch
	patches.suse/Bluetooth-defer-cleanup-of-resources-in-hci_unregist.patch
	patches.suse/nfp-update-ethtool-reporting-of-pauseframe-control.patch
	patches.suse/Revert-xfrm-policy-Read-seqcount-outside-of-rcu-read-side-in-xfrm_policy_lookup_bytype.patch
	patches.suse/net-usb-lan78xx-don-t-modify-phy_device-state-concurrently.patch
	patches.suse/bnx2x-fix-an-error-code-in-bnx2x_nic_load.patch
	patches.suse/net-pegasus-fix-uninit-value-in-get_interrupt_interv.patch
	patches.suse/drm-i915-Correct-SFC_DONE-register-offset.patch
	patches.suse/drm-amdgpu-fix-the-doorbell-missing-when-in-CGPG-iss.patch
	patches.suse/drm-amd-display-Fix-Dynamic-bpp-issue-with-8K30-with.patch
	patches.suse/drm-amd-display-workaround-for-hard-hang-on-HPD-on-n.patch
	patches.suse/drm-amdgpu-display-fix-DMUB-firmware-version-info.patch
	patches.suse/ALSA-usb-audio-fix-incorrect-clock-source-setting.patch
	patches.suse/ALSA-usb-audio-Fix-superfluous-autosuspend-recovery.patch
	patches.suse/ALSA-hda-realtek-Fix-headset-mic-for-Acer-SWIFT-SF31.patch
	patches.suse/ALSA-usb-audio-Add-registration-quirk-for-JBL-Quantu-4b0556b96e1f.patch
	patches.suse/ALSA-hda-realtek-add-mic-quirk-for-Acer-SF314-42.patch
	patches.suse/ALSA-usb-audio-Avoid-unnecessary-or-invalid-connecto.patch
	patches.suse/ALSA-pcm-fix-mmap-capability-check-for-the-snd-dummy.patch
	patches.suse/ALSA-seq-Fix-racy-deletion-of-subscriber.patch
	patches.suse/RDMA-mlx5-Delay-emptying-a-cache-entry-when-a-new-MR.patch
	patches.suse/dmaengine-xilinx_dma-Fix-read-after-free-bug-when-te.patch
	patches.suse/dmaengine-usb-dmac-Fix-PM-reference-leak-in-usb_dmac.patch
	patches.suse/dmaengine-idxd-fix-setup-sequence-for-MSIXPERM-table.patch
	patches.suse/dmaengine-of-dma-router_xlate-to-return-EPROBE_DEFER.patch
	patches.suse/dmaengine-imx-dma-configure-the-generic-DMA-type-to-.patch
	patches.suse/spi-meson-spicc-fix-memory-leak-in-meson_spicc_remov.patch
	patches.suse/spi-imx-mx51-ecspi-Fix-low-speed-CONFIGREG-delay-cal.patch
	patches.suse/spi-imx-mx51-ecspi-Fix-CONFIGREG-delay-comment.patch
	patches.suse/spi-mediatek-Fix-fifo-transfer.patch
	patches.suse/ARM-imx-add-missing-iounmap.patch
	patches.suse/ARM-imx-add-missing-clk_disable_unprepare.patch
	patches.suse/ARM-dts-imx6qdl-sr-som-Increase-the-PHY-reset-duration-to-10ms.patch
	patches.suse/ARM-dts-colibri-imx6ull-limit-SDIO-clock-to-25MHz.patch
	patches.suse/ARM-imx-fix-missing-3rd-argument-in-macro-imx_mmdc_perf_init.patch
	patches.suse/ARM-dts-imx-Swap-M53Menlo-pinctrl_power_button-pinctrl_power_out-pins.patch
	patches.suse/optee-Fix-memory-leak-when-failing-to-register-shm-p.patch
	patches.suse/soc-ixp4xx-fix-printing-resources.patch
	patches.suse/soc-ixp4xx-qmgr-fix-invalid-__iomem-access.patch
	patches.suse/ARM-dts-am437x-l4-fix-typo-in-can-0-node.patch
	patches.suse/Revert-ACPICA-Fix-memory-leak-caused-by-_CID-repair-.patch
	patches.suse/ext4-fix-potential-htree-corruption-when-growing-lar.patch
	patches.suse/s390-dasd-fix-use-after-free-in-dasd-path-handling
	patches.suse/0007-md-raid10-properly-indicate-failure-when-ending-a-fa.patch
	patches.suse/blk-iolatency-error-out-if-blk_get_queue-failed-in-i.patch
	patches.suse/USB-usbtmc-Fix-RCU-stall-warning.patch
	patches.suse/usb-gadget-f_hid-fixed-NULL-pointer-dereference.patch
	patches.suse/usb-gadget-f_hid-added-GET_IDLE-and-SET_IDLE-handler.patch
	patches.suse/usb-gadget-f_hid-idle-uses-the-highest-byte-for-dura.patch
	patches.suse/USB-serial-ch341-fix-character-loss-at-high-transfer.patch
	patches.suse/USB-serial-option-add-Telit-FD980-composition-0x1056.patch
	patches.suse/USB-serial-ftdi_sio-add-device-ID-for-Auto-M3-OP-COM.patch
	patches.suse/serial-8250-Mask-out-floating-16-32-bit-bus-bits.patch
	patches.suse/serial-tegra-Only-print-FIFO-error-message-when-an-e.patch
	patches.suse/serial-8250_pci-Enumerate-Elkhart-Lake-UARTs-via-ded.patch
	patches.suse/serial-8250_mtk-fix-uart-corruption-issue-when-rx-po.patch
	patches.suse/serial-8250_pci-Avoid-irq-sharing-for-MSI-X-interrup.patch
	patches.suse/staging-rtl8723bs-Fix-a-resource-leak-in-sd_int_dpc.patch
	patches.suse/staging-rtl8712-get-rid-of-flush_scheduled_work.patch
	patches.suse/firmware_loader-use-ETIMEDOUT-instead-of-EAGAIN-in-f.patch
	patches.suse/firmware_loader-fix-use-after-free-in-firmware_fallb.patch
	patches.suse/fpga-dfl-fme-Fix-cpu-hotplug-issue-in-performance-re.patch
	patches.suse/perf-x86-amd-don-t-touch-the-amd64_eventsel_hostonly-bit-inside-the-guest
	patches.suse/ovl-prevent-private-clone-if-bind-mount-is-not-allow.patch
	patches.suse/platform-x86-pcengines-apuv2-Add-missing-terminating.patch
	patches.suse/ASoC-rt5682-Adjust-headset-volume-button-threshold.patch
	patches.suse/ASoC-tlv320aic31xx-Fix-jack-detection-after-suspend.patch
	patches.suse/ASoC-component-Remove-misplaced-prefix-handling-in-p.patch
	patches.suse/ASoC-cs42l42-Correct-definition-of-ADC-Volume-contro.patch
	patches.suse/ASoC-cs42l42-Don-t-allow-SND_SOC_DAIFMT_LEFT_J.patch
	patches.suse/ASoC-intel-atom-Fix-reference-to-PCM-buffer-address.patch
	patches.suse/ASoC-xilinx-Fix-reference-to-PCM-buffer-address.patch
	patches.suse/ASoC-uniphier-Fix-reference-to-PCM-buffer-address.patch
	patches.suse/ASoC-amd-Fix-reference-to-PCM-buffer-address.patch
	patches.suse/ASoC-SOF-Intel-hda-ipc-fix-reply-size-checking.patch
	patches.suse/ASoC-cs42l42-Fix-inversion-of-ADC-Notch-Switch-contr.patch
	patches.suse/ASoC-cs42l42-Remove-duplicate-control-for-WNF-filter.patch
	patches.suse/ASoC-cs42l42-Fix-LRCLK-frame-start-edge.patch
	patches.suse/ALSA-hda-Add-quirk-for-ASUS-Flow-x13.patch
	patches.suse/ALSA-pcm-Fix-mmap-breakage-without-explicit-buffer-s.patch
	patches.suse/ALSA-hda-realtek-fix-mute-micmute-LEDs-for-HP-ProBoo-d07149aba2ef.patch
	patches.suse/drm-amdgpu-don-t-enable-baco-on-boco-platforms-in-ru.patch
	patches.suse/drm-amd-display-Remove-invalid-assert-for-ODM-MPC-ca.patch
	patches.suse/drm-amd-display-use-GFP_ATOMIC-in-amdgpu_dm_irq_sche.patch
	patches.suse/drm-i915-Only-access-SFC_DONE-when-media-domain-is-n.patch
	patches.suse/drm-meson-fix-colour-distortion-from-HDR-set-during-.patch
	patches.suse/ceph-reduce-contention-in-ceph_check_delayed_caps.patch
	patches.suse/ceph-take-snap_empty_lock-atomically-with-snaprealm-refcount-change.patch
	patches.suse/netfilter-conntrack-collect-all-entries-in-one-cycle.patch
	patches.suse/bpf-Fix-integer-overflow-involving-bucket_size.patch
	patches.suse/net-ethernet-ti-cpsw-fix-min-eth-packet-size-for-non.patch
	patches.suse/net-smc-Correct-smc-link-connection-counter-in-case-of-smc-client
	patches.suse/bareudp-Fix-invalid-read-beyond-skb-s-linear-data.patch
	patches.suse/ice-Prevent-probing-virtual-functions.patch
	patches.suse/ice-don-t-remove-netdev-dev_addr-from-uc-sync-list.patch
	patches.suse/iavf-Set-RSS-LUT-and-key-in-reset-handle-path.patch
	patches.suse/net-mlx5e-Avoid-creating-tunnel-headers-for-local-ro.patch
	patches.suse/net-mlx5-Fix-return-value-from-tracer-initialization.patch
	patches.suse/net-linkwatch-fix-failure-to-restore-device-state-ac.patch
	patches.suse/pinctrl-tigerlake-Fix-GPIO-mapping-for-newer-version.patch
	patches.suse/0008-nbd-Aovid-double-completion-of-a-request.patch
	patches.suse/cifs-create-sd-context-must-be-a-multiple-of-8.patch
	patches.suse/xen-events-Fix-race-in-set_evtchn_to_irq.patch
	patches.suse/i2c-dev-zero-out-array-used-for-i2c-reads-from-users.patch
	patches.suse/iio-adc-ti-ads7950-Ensure-CS-is-deasserted-after-rea.patch
	patches.suse/iio-humidity-hdc100x-Add-margin-to-the-conversion-ti.patch
	patches.suse/iio-adc-Fix-incorrect-exit-of-for-loop.patch
	patches.suse/ACPI-NFIT-Fix-support-for-virtual-SPA-ranges.patch
	patches.suse/scsi-lpfc-Move-initialization-of-phba-poll_list-earl.patch
	patches.suse/x86-resctrl-fix-default-monitoring-groups-reporting.patch
	patches.suse/PCI-MSI-Enable-and-mask-MSI-X-early.patch
	patches.suse/PCI-MSI-Mask-all-unused-MSI-X-entries.patch
	patches.suse/PCI-MSI-Enforce-that-MSI-X-table-entry-is-masked-for.patch
	patches.suse/PCI-MSI-Enforce-MSI-X-entry-updates-to-be-visible.patch
	patches.suse/PCI-MSI-Do-not-set-invalid-bits-in-MSI-mask.patch
	patches.suse/PCI-MSI-Correct-misleading-comments.patch
	patches.suse/PCI-MSI-Use-msi_mask_irq-in-pci_msi_shutdown.patch
	patches.suse/genirq-provide-irqchip_affinity_pre_startup.patch
	patches.suse/x86-ioapic-force-affinity-setup-before-startup.patch
	patches.suse/x86-msi-force-affinity-setup-before-startup.patch
	patches.suse/powerpc-pseries-Fix-update-of-LPAR-security-flavor-a.patch
	patches.suse/virtio_pci-Support-surprise-removal-of-virtio-pci-de.patch
	patches.suse/KVM-nSVM-avoid-picking-up-unsupported-bits-from-L2-i.patch
	patches.suse/KVM-nSVM-always-intercept-VMLOAD-VMSAVE-when-nested.patch
	patches.suse/tracing-histogram-Fix-NULL-pointer-dereference-on-strcmp-on-NULL-event-name.patch
	patches.suse/mtd-cfi_cmdset_0002-fix-crash-when-erasing-writing-A.patch
	patches.suse/ALSA-hda-fix-the-Capture-Switch-value-change-notific.patch
	patches.suse/ALSA-hda-realtek-Enable-4-speaker-output-for-Dell-XP.patch
	patches.suse/ALSA-hda-Fix-hang-during-shutdown-due-to-link-reset.patch
	patches.suse/ALSA-hda-via-Apply-runtime-PM-workaround-for-ASUS-B2.patch
	patches.suse/btrfs-prevent-rename2-from-exchanging-a-subvol-with-a-directory-from-different-parents.patch
	patches.suse/bnxt-don-t-lock-the-tx-queue-from-napi-poll.patch
	patches.suse/bnxt-disable-napi-before-canceling-DIM.patch
	patches.suse/bnxt-make-sure-xmit_more-errors-does-not-miss-doorbe.patch
	patches.suse/bnxt-count-Tx-drops.patch
	patches.suse/net-6pack-fix-slab-out-of-bounds-in-decode_data.patch
	patches.suse/ptp_pch-Restore-dependency-on-PCI.patch
	patches.suse/bnxt_en-Disable-aRFS-if-running-on-212-firmware.patch
	patches.suse/bnxt_en-Add-missing-DMA-memory-barriers.patch
	patches.suse/net-qlcnic-add-missed-unlock-in-qlcnic_83xx_flash_re.patch
	patches.suse/iwlwifi-pnvm-accept-multiple-HW-type-TLVs.patch
	patches.suse/sch_cake-fix-srchost-dsthost-hashing-mode.patch
	patches.suse/net-asix-fix-uninit-value-bugs.patch
	patches.suse/i40e-Fix-ATR-queue-selection.patch
	patches.suse/iavf-Fix-ping-is-lost-after-untrusted-VF-had-tried-t.patch
	patches.suse/iommu-check-if-group-is-null-before-remove-device
	patches.suse/iommu-vt-d-fix-incomplete-cache-flush-in-intel_pasid_tear_down_entry
	patches.suse/ALSA-hda-realtek-Limit-mic-boost-on-HP-ProBook-445-G.patch
	patches.suse/ASoC-intel-atom-Fix-breakage-for-PCM-buffer-address-.patch
	patches.suse/mmc-dw_mmc-Fix-hang-on-data-CRC-error.patch
	patches.suse/mmc-sdhci-iproc-Cap-min-clock-frequency-on-BCM2711.patch
	patches.suse/mmc-sdhci-iproc-Set-SDHCI_QUIRK_CAP_CLOCK_BASE_BROKE.patch
	patches.suse/PCI-Increase-D3-delay-for-AMD-Renoir-Cezanne-XHCI.patch
	patches.suse/drm-Copy-drm_wait_vblank-to-user-before-returning.patch
	patches.suse/drm-nouveau-disp-power-down-unused-DP-links-during-i.patch
	patches.suse/drm-nouveau-kms-nv50-workaround-EFI-GOP-window-chann.patch
	patches.suse/s390-pci-fix-use-after-free-of-zpci_dev
	patches.suse/slimbus-messaging-start-transaction-ids-from-1-inste.patch
	patches.suse/slimbus-messaging-check-for-valid-transaction-id.patch
	patches.suse/slimbus-ngd-reset-dma-setup-during-runtime-pm.patch
	patches.suse/RDMA-bnxt_re-Remove-unpaired-rtnl-unlock-in-bnxt_re_.patch
	patches.suse/ice-do-not-abort-devlink-info-if-board-identifier-ca.patch
	patches.suse/net-qrtr-fix-another-OOB-Read-in-qrtr_endpoint_post.patch
	patches.suse/xgene-v2-Fix-a-resource-leak-in-the-error-handling-p.patch
	patches.suse/igc-Use-num_tx_queues-when-iterating-over-tx_ring-qu.patch
	patches.suse/e1000e-Fix-the-max-snoop-no-snoop-latency-for-10M.patch
	patches.suse/net-sched-ets-fix-crash-when-flipping-from-strict-to.patch
	patches.suse/can-usb-esd_usb2-esd_usb2_rx_event-fix-the-interchan.patch
	patches.suse/ipv6-use-siphash-in-rt6_exception_hash.patch
	patches.suse/ipv4-use-siphash-instead-of-jenkins-in-fnhe_hashfun.patch
	patches.suse/cxgb4-dont-touch-blocked-freelist-bitmap-after-free.patch
	patches.suse/bpf-Fix-ringbuf-helper-function-compatibility.patch
	patches.suse/drm-i915-Fix-syncmap-memory-leak.patch
	patches.suse/gpu-ipu-v3-Fix-i.MX-IPU-v3-offset-calculations-for-s.patch
	patches.suse/Revert-mmc-sdhci-iproc-Set-SDHCI_QUIRK_CAP_CLOCK_BAS.patch
	patches.suse/reset-reset-zynqmp-Fixed-the-argument-data-type.patch
	patches.suse/USB-serial-option-add-new-VID-PID-to-support-Fibocom.patch
	patches.suse/Revert-USB-serial-ch341-fix-character-loss-at-high-t.patch
	patches.suse/usb-dwc3-gadget-Fix-dwc3_calc_trbs_left.patch
	patches.suse/usb-dwc3-gadget-Stop-EP0-transfers-during-pullup-dis.patch
	patches.suse/x86-efi-restore-firmware-idt-before-calling-exitbootservices
	patches.suse/x86-resctrl-fix-a-maybe-uninitialized-build-warning-treated-as-error.patch
	patches.suse/PCI-MSI-Skip-masking-MSI-X-on-Xen-PV.patch
	patches.suse/console-consume-APC-DM-DCS.patch
	patches.suse/vt_kdsetmode-extend-console-locking.patch
	patches.suse/regmap-fix-the-offset-of-register-error-log.patch
	patches.suse/regulator-vctrl-Use-locked-regulator_get_voltage-in-.patch
	patches.suse/regulator-vctrl-Avoid-lockdep-warning-in-enable-disa.patch
	patches.suse/spi-spi-fsl-dspi-Fix-issue-with-uninitialized-dma_sl.patch
	patches.suse/spi-spi-pic32-Fix-issue-with-uninitialized-dma_slave.patch
	patches.suse/spi-sprd-Fix-the-wrong-WDG_LOAD_VAL.patch
	patches.suse/power-supply-axp288_fuel_gauge-Report-register-addre.patch
	patches.suse/power-supply-max17042-handle-fails-of-reading-status.patch
	patches.suse/power-supply-max17042_battery-fix-typo-in-MAx17042_T.patch
	patches.suse/tpm-ibmvtpm-Avoid-error-message-when-process-gets-si.patch
	patches.suse/lib-mpi-use-kcalloc-in-mpi_resize.patch
	patches.suse/crypto-qat-use-proper-type-for-vf_mask.patch
	patches.suse/edac-mce_amd-do-not-load-edac_mce_amd-module-on-guests.patch
	patches.suse/edac-i10nm-fix-nvdimm-detection.patch
	patches.suse/pinctrl-rockchip-always-enable-clock-for-gpio-contro.patch
	patches.suse/pinctrl-rockchip-separate-struct-rockchip_pin_bank-t.patch
	patches.suse/pinctrl-rockchip-add-pinctrl-device-to-gpio-bank-str.patch
	patches.suse/gpio-rockchip-add-driver-for-rockchip-gpio.patch
	patches.suse/gpio-rockchip-use-struct-rockchip_gpio_regs-for-gpio.patch
	patches.suse/gpio-rockchip-support-next-version-gpio-controller.patch
	patches.suse/gpio-rockchip-drop-irq_gc_lock-irq_gc_unlock-for-irq.patch
	patches.suse/pinctrl-rockchip-drop-the-gpio-related-codes.patch
	patches.suse/x86-reboot-limit-dell-optiplex-990-quirk-to-early-bios-versions.patch
	patches.suse/block-bfq-fix-bfq_set_next_ioprio_data.patch
	patches.suse/params-lift-param_set_uint_minmax-to-common-code.patch
	patches.suse/nvme-pci-limit-maximum-queue-depth-to-4095.patch
	patches.suse/nvme-tcp-don-t-check-blk_mq_tag_to_rq-when-receiving.patch
	patches.suse/nvme-code-command_id-with-a-genctr-for-use-after-fre.patch
	patches.suse/0008-md-raid10-Remove-unnecessary-rcu_dereference-in-raid.patch
	patches.suse/ata-sata_dwc_460ex-No-need-to-call-phy_exit-befre-ph.patch
	patches.suse/libata-fix-ata_host_start.patch
	patches.suse/cifs-fix-wrong-release-in-sess_alloc_buffer-failed-path.patch
	patches.suse/smb3-fix-posix-extensions-mount-option.patch
	patches.suse/cifs-fork-arc4-and-create-a-separate-module-for-it-for-cifs-and-oth.patch
	patches.suse/cifs-create-a-MD4-module-and-switch-cifs-ko-to-use-it.patch
	patches.suse/cifs-cifs_md4-convert-to-SPDX-identifier.patch
	patches.suse/cifs-Do-not-leak-EDEADLK-to-dgetents64-for-STATUS_USER_SESSION_DELE.patch
	patches.suse/btrfs-fix-NULL-pointer-dereference-when-deleting-dev.patch
	patches.suse/fscrypt-add-fscrypt_symlink_getattr-for-computing-st.patch
	patches.suse/ext4-report-correct-st_size-for-encrypted-symlinks.patch
	patches.suse/lockd-Fix-invalid-lockowner-cast-after-vfs_test_lock.patch
	patches.suse/nfsd4-Fix-forced-expiry-locking.patch
	patches.suse/mm-swap-consider-max-pages-in-iomap_swapfile_add_ext.patch
	patches.suse/PM-EM-Increase-energy-calculation-precision.patch
	patches.suse/PCI-Use-pci_update_current_state-in-pci_enable_devic.patch
	patches.suse/PCI-PM-Avoid-forcing-PCI_D0-for-wakeup-reasons-incon.patch
	patches.suse/PCI-PM-Enable-PME-if-it-can-be-signaled-from-D3cold.patch
	patches.suse/mmc-sdhci-of-arasan-Check-return-value-of-non-void-f.patch
	patches.suse/mmc-rtsx_pci-Fix-long-reads-when-clock-is-prescaled.patch
	patches.suse/mmc-sdhci-Fix-issue-with-uninitialized-dma_slave_con.patch
	patches.suse/mmc-dw_mmc-Fix-issue-with-uninitialized-dma_slave_co.patch
	patches.suse/mmc-moxart-Fix-issue-with-uninitialized-dma_slave_co.patch
	patches.suse/mmc-core-Return-correct-emmc-response-in-case-of-ioc.patch
	patches.suse/i2c-highlander-add-IRQ-check.patch
	patches.suse/i2c-iop3xx-fix-deferred-probing.patch
	patches.suse/i2c-s3c2410-fix-IRQ-check.patch
	patches.suse/i2c-mt65xx-fix-IRQ-check.patch
	patches.suse/hwmon-k10temp-support-zen3-apus.patch
	patches.suse/hwmon-k10temp-add-additional-missing-zen2-and-zen3-apus.patch
	patches.suse/hwmon-k10temp-don-t-show-tdie-for-all-zen-zen2-zen3.patch
	patches.suse/hwmon-k10temp-rework-the-temperature-offset-calculation.patch
	patches.suse/hwmon-k10temp-add-support-for-yellow-carp.patch
	patches.suse/leds-trigger-audio-Add-an-activate-callback-to-ensur.patch
	patches.suse/bpf-Fix-a-typo-of-reuseport-map-in-bpf.h.patch
	patches.suse/gve-fix-the-wrong-AdminQ-buffer-overflow-check.patch
	patches.suse/vmxnet3-prepare-for-version-6-changes.patch
	patches.suse/vmxnet3-add-support-for-32-Tx-Rx-queues.patch
	patches.suse/vmxnet3-remove-power-of-2-limitation-on-the-queues.patch
	patches.suse/vmxnet3-add-support-for-ESP-IPv6-RSS.patch
	patches.suse/vmxnet3-set-correct-hash-type-based-on-rss-informati.patch
	patches.suse/vmxnet3-increase-maximum-configurable-mtu-to-9190.patch
	patches.suse/vmxnet3-update-to-version-6.patch
	patches.suse/i40e-improve-locking-of-mac_filter_hash.patch
	patches.suse/igc-Remove-_I_PHY_ID-checking.patch
	patches.suse/igc-Remove-phy-type-checking.patch
	patches.suse/usb-hso-remove-the-bailout-parameter.patch
	patches.suse/ionic-drop-useless-check-of-PCI-driver-data-validity.patch
	patches.suse/ionic-cleanly-release-devlink-instance.patch
	patches.suse/net-mlx5e-Prohibit-inner-indir-TIRs-in-IPoIB.patch
	patches.suse/devlink-Break-parameter-notification-sequence-to-be-.patch
	patches.suse/libbpf-Fix-the-possible-memory-leak-on-error.patch
	patches.suse/libbpf-Fix-removal-of-inner-map-in-bpf_object__creat.patch
	patches.suse/net-mlx5-Fix-missing-return-value-in-mlx5_devlink_es.patch
	patches.suse/bpf-samples-Add-missing-mprog-disable-to-xdp_redirec.patch
	patches.suse/selftests-bpf-Fix-bpf-iter-tcp4-test-to-print-correc.patch
	patches.suse/net-mlx5-Fix-unpublish-devlink-parameters.patch
	patches.suse/devlink-Clear-whole-devlink_flash_notify-struct.patch
	patches.suse/Bluetooth-sco-prevent-information-leak-in-sco_conn_d.patch
	patches.suse/Bluetooth-btusb-Fix-a-unspported-condition-to-set-av.patch
	patches.suse/Bluetooth-mgmt-Fix-wrong-opcode-in-the-response-for-.patch
	patches.suse/Bluetooth-skip-invalid-hci_sync_conn_complete_evt.patch
	patches.suse/Bluetooth-Add-additional-Bluetooth-part-for-Realtek-.patch
	patches.suse/Bluetooth-increase-BTNAMSIZ-to-21-chars-to-fix-poten.patch
	patches.suse/Bluetooth-schedule-SCO-timeouts-with-delayed_work.patch
	patches.suse/Bluetooth-avoid-circular-locks-in-sco_sock_connect.patch
	patches.suse/Bluetooth-switch-to-lock_sock-in-SCO.patch
	patches.suse/Bluetooth-fix-repeated-calls-to-sco_sock_kill.patch
	patches.suse/Bluetooth-btusb-check-conditions-before-enabling-USB.patch
	patches.suse/Bluetooth-add-timeout-sanity-check-to-hci_inquiry.patch
	patches.suse/mac80211-Fix-insufficient-headroom-issue-for-AMSDU.patch
	patches.suse/rsi-fix-error-code-in-rsi_load_9116_firmware.patch
	patches.suse/rsi-fix-an-error-code-in-rsi_probe.patch
	patches.suse/xen-netfront-read-response-from-backend-only-once.patch
	patches.suse/xen-netfront-don-t-read-data-from-request-on-the-rin.patch
	patches.suse/xen-netfront-disentangle-tx_skb_freelist.patch
	patches.suse/xen-netfront-don-t-trust-the-backend-response-data-b.patch
	patches.suse/msft-hv-2430-net-mana-Move-NAPI-from-EQ-to-CQ.patch
	patches.suse/msft-hv-2431-net-mana-Add-support-for-EQ-sharing.patch
	patches.suse/msft-hv-2432-net-mana-Add-WARN_ON_ONCE-in-case-of-CQE-read-overfl.patch
	patches.suse/ath9k-fix-OOB-read-ar9300_eeprom_restore_internal.patch
	patches.suse/ath9k-fix-sleeping-in-atomic-context.patch
	patches.suse/ath6kl-wmi-fix-an-error-code-in-ath6kl_wmi_sync_poin.patch
	patches.suse/iwlwifi-mvm-fix-a-memory-leak-in-iwl_mvm_mac_ctxt_be.patch
	patches.suse/iwlwifi-skip-first-element-in-the-WTAS-ACPI-table.patch
	patches.suse/bcma-Fix-memory-leak-for-internally-handled-cores.patch
	patches.suse/brcmfmac-pcie-fix-oops-on-failure-to-resume-and-repr.patch
	patches.suse/ipv6-make-exception-cache-less-predictible.patch
	patches.suse/ipv4-make-exception-cache-less-predictible.patch
	patches.suse/ice-Only-lock-to-update-netdev-dev_addr.patch
	patches.suse/fpga-altera-freeze-bridge-Address-warning-about-unus.patch
	patches.suse/fpga-xiilnx-spi-Address-warning-about-unused-variabl.patch
	patches.suse/fpga-zynqmp-fpga-Address-warning-about-unused-variab.patch
	patches.suse/parport-remove-non-zero-check-on-count.patch
	patches.suse/VMCI-fix-NULL-pointer-dereference-when-unmapping-que.patch
	patches.suse/debugfs-Return-error-during-full-open-_proxy_open-on.patch
	patches.suse/staging-board-Fix-uninitialized-spinlock-when-attach.patch
	patches.suse/staging-ks7010-Fix-the-initialization-of-the-sleep_s.patch
	patches.suse/iio-dac-ad5624r-Fix-incorrect-handling-of-an-optiona.patch
	patches.suse/staging-rtl8192u-Fix-bitwise-vs-logical-operator-in-.patch
	patches.suse/staging-rts5208-Fix-get_ms_information-heap-buffer-s.patch
	patches.suse/tty-serial-jsm-hold-port-lock-when-reporting-modem-l.patch
	patches.suse/tty-hvc-replace-BUG_ON-with-negative-return-value.patch
	patches.suse/serial-8250-Define-RX-trigger-levels-for-OxSemi-950-.patch
	patches.suse/serial-8250_pci-make-setup_port-parameters-explicitl.patch
	patches.suse/serial-sh-sci-fix-break-handling-for-sysrq.patch
	patches.suse/tty-serial-fsl_lpuart-fix-the-wrong-mapbase-value.patch
	patches.suse/tty-Fix-data-race-between-tiocsti-and-flush_to_ldisc.patch
	patches.suse/usb-host-fotg210-fix-the-endpoint-s-transactional-op.patch
	patches.suse/usb-host-fotg210-fix-the-actual_length-of-an-iso-pac.patch
	patches.suse/usb-gadget-u_ether-fix-a-potential-null-pointer-dere.patch
	patches.suse/USB-EHCI-ehci-mv-improve-error-handling-in-mv_ehci_e.patch
	patches.suse/usb-dwc3-meson-g12a-add-IRQ-check.patch
	patches.suse/usb-gadget-udc-at91-add-IRQ-check.patch
	patches.suse/usb-phy-fsl-usb-add-IRQ-check.patch
	patches.suse/usb-phy-twl6030-add-IRQ-checks.patch
	patches.suse/usb-mtu3-use-mult-for-HS-isoc-or-intr.patch
	patches.suse/usb-mtu3-fix-the-wrong-HS-mult-value.patch
	patches.suse/usb-gadget-udc-renesas_usb3-Fix-soc_device_match-abu.patch
	patches.suse/usb-host-ohci-tmio-add-IRQ-check.patch
	patches.suse/usb-phy-tahvo-add-IRQ-check.patch
	patches.suse/usb-gadget-mv_u3d-request_irq-after-initializing-UDC.patch
	patches.suse/usb-ehci-orion-Handle-errors-of-clk_prepare_enable-i.patch
	patches.suse/usb-musb-musb_dsps-request_irq-after-initializing-mu.patch
	patches.suse/usbip-give-back-URBs-for-unsent-unlink-requests-duri.patch
	patches.suse/usbip-vhci_hcd-USB-port-can-get-stuck-in-the-disable.patch
	patches.suse/usb-bdc-Fix-an-error-handling-path-in-bdc_probe-when.patch
	patches.suse/usb-host-xhci-rcar-Don-t-reload-firmware-after-the-c.patch
	patches.suse/ALSA-hda-realtek-Workaround-for-conflicting-SSID-on-.patch
	patches.suse/ALSA-usb-audio-Fix-regression-on-Sony-WALKMAN-NW-A45.patch
	patches.suse/ALSA-hda-realtek-Quirk-for-HP-Spectre-x360-14-amp-se-93ab3eafb0b3.patch
	patches.suse/ALSA-pcm-fix-divide-error-in-snd_pcm_lib_ioctl.patch
	patches.suse/ASoC-Intel-Fix-platform-ID-matching.patch
	patches.suse/ASoC-rt5682-Adjust-headset-volume-button-threshold-a.patch
	patches.suse/ASoC-ti-delete-some-dead-code-in-omap_abe_probe.patch
	patches.suse/ASoC-atmel-ATMEL-drivers-don-t-need-HAS_DMA.patch
	patches.suse/ASoC-mediatek-mt8183-Fix-Unbalanced-pm_runtime_enabl.patch
	patches.suse/ASoC-Intel-bytcr_rt5640-Move-Platform-Clock-routes-t.patch
	patches.suse/ASoC-Intel-update-sof_pcm512x-quirks.patch
	patches.suse/ASoC-rt5682-Properly-turn-off-regulators-if-wrong-de.patch
	patches.suse/ASoC-rt5682-Remove-unused-variable-in-rt5682_i2c_rem.patch
	patches.suse/ASoC-Intel-kbl_da7219_max98927-Fix-format-selection-.patch
	patches.suse/ASoC-Intel-Skylake-Leave-data-as-is-when-invoking-TL.patch
	patches.suse/ASoC-Intel-Skylake-Fix-module-resource-and-format-se.patch
	patches.suse/ASoC-Intel-Skylake-Fix-module-configuration-for-KPB-.patch
	patches.suse/ASoC-Intel-Skylake-Fix-passing-loadable-flag-for-mod.patch
	patches.suse/ASoC-rockchip-i2s-Fix-regmap_ops-hang.patch
	patches.suse/ASoC-rockchip-i2s-Fixup-config-for-DAIFMT_DSP_A-B.patch
	patches.suse/ASoC-wcd9335-Fix-a-double-irq-free-in-the-remove-fun.patch
	patches.suse/ASoC-wcd9335-Fix-a-memory-leak-in-the-error-handling.patch
	patches.suse/ASoC-wcd9335-Disable-irq-on-slave-ports-in-the-remov.patch
	patches.suse/media-dib8000-rewrite-the-init-prbs-logic.patch
	patches.suse/media-uvc-don-t-do-DMA-on-stack.patch
	patches.suse/media-TDA1997x-enable-EDID-support.patch
	patches.suse/media-cxd2880-spi-Fix-an-error-handling-path.patch
	patches.suse/media-rc-loopback-return-number-of-emitters-rather-t.patch
	patches.suse/media-dvb-usb-fix-uninit-value-in-dvb_usb_adapter_dv.patch
	patches.suse/media-dvb-usb-fix-uninit-value-in-vp702x_read_mac_ad.patch
	patches.suse/media-dvb-usb-Fix-error-handling-in-dvb_usb_i2c_init.patch
	patches.suse/media-go7007-fix-memory-leak-in-go7007_usb_probe.patch
	patches.suse/media-go7007-remove-redundant-initialization.patch
	patches.suse/media-stkwebcam-fix-memory-leak-in-stk_camera_probe.patch
	patches.suse/media-coda-fix-frame_mem_ctrl-for-YUV420-and-YVU420-.patch
	patches.suse/media-em28xx-input-fix-refcount-bug-in-em28xx_usb_di.patch
	patches.suse/media-imx258-Rectify-mismatch-of-VTS-value.patch
	patches.suse/media-imx258-Limit-the-max-analogue-gain-to-480.patch
	patches.suse/media-v4l2-dv-timings.c-fix-wrong-condition-in-two-f.patch
	patches.suse/media-TDA1997x-fix-tda1997x_query_dv_timings-return-.patch
	patches.suse/media-venus-venc-Fix-potential-null-pointer-derefere.patch
	patches.suse/drm-panfrost-Fix-missing-clk_disable_unprepare-on-er.patch
	patches.suse/drm-amdgpu-Fix-BUG_ON-assert.patch
	patches.suse/drm-panfrost-Make-sure-MMU-context-lifetime-is-not-b.patch
	patches.suse/drm-gma500-Fix-end-of-loop-tests-for-list_for_each_e.patch
	patches.suse/drm-of-free-the-right-object.patch
	patches.suse/drm-of-free-the-iterator-object-on-failure.patch
	patches.suse/video-fbdev-kyro-fix-a-DoS-bug-by-restricting-user-i.patch
	patches.suse/drm-avoid-blocking-in-drm_clients_info-s-rcu-section.patch
	patches.suse/video-fbdev-asiliantfb-Error-out-if-pixclock-equals-.patch
	patches.suse/video-fbdev-kyro-Error-out-if-pixclock-equals-zero.patch
	patches.suse/video-fbdev-riva-Error-out-if-pixclock-equals-zero.patch
	patches.suse/drm-prime-fix-comment-on-PRIME-Helpers.patch
	patches.suse/drm-dp_mst-Fix-return-code-on-sideband-message-failu.patch
	patches.suse/drm-amd-display-Fix-timer_per_pixel-unit-error.patch
	patches.suse/drm-amd-amdgpu-Update-debugfs-link_settings-output-l.patch
	patches.suse/drm-amdgpu-acp-Make-PM-domain-really-work.patch
	patches.suse/drm-mgag200-Select-clock-in-PLL-update-functions.patch
	patches.suse/drm-msm-Fix-error-return-code-in-msm_drm_init-bfddcfe155a2.patch
	patches.suse/drm-msm-mdp4-refactor-HW-revision-detection-into-rea.patch
	patches.suse/drm-msm-mdp4-move-HW-revision-detection-to-earlier-p.patch
	patches.suse/drm-msm-dpu-make-dpu_hw_ctl_clear_all_blendstages-cl.patch
	patches.suse/drm-msm-dsi-Fix-some-reference-counted-resource-leak.patch
	patches.suse/drm-msi-mdp4-populate-priv-kms-in-mdp4_kms_init.patch
	patches.suse/gpu-drm-amd-amdgpu-amdgpu_i2c-fix-possible-uninitial.patch
	patches.suse/soc-aspeed-lpc-ctrl-Fix-boundary-check-for-mmap.patch
	patches.suse/soc-aspeed-p2a-ctrl-Fix-boundary-check-for-mmap.patch
	patches.suse/Revert-dmaengine-imx-sdma-refine-to-load-context-onl.patch
	patches.suse/dmaengine-imx-sdma-remove-duplicated-sdma_load_conte.patch
	patches.suse/firmware-qcom_scm-mark-string-array-const
	patches.suse/soc-qcom-rpmhpd-Use-corner-in-power_off.patch
	patches.suse/soc-qcom-smsm-Fix-missed-interrupts-if-state-changes.patch
	patches.suse/ARM-dts-at91-add-pinctrl-names-0-for-all-gpios.patch
	patches.suse/ARM-dts-meson8-Use-a-higher-default-GPU-clock-frequency.patch
	patches.suse/ARM-dts-meson8b-odroidc1-Fix-the-pwm-regulator-supply-properties.patch
	patches.suse/ARM-dts-meson8b-mxq-Fix-the-pwm-regulator-supply-properties.patch
	patches.suse/ARM-dts-meson8b-ec100-Fix-the-pwm-regulator-supply-properties.patch
	patches.suse/ARM-dts-vf610-zii-dev-rev-b-Remove-address-cells-and-size-cells-property-from-at93c46d-dt-node.patch
	patches.suse/xfs-fix-I_DONTCACHE.patch
	patches.suse/ext4-fix-race-writing-to-an-inline_data-file-while-i.patch
	patches.suse/xen-fix-setting-of-max_pfn-in-shared_info.patch
	patches.suse/xen-blkfront-read-response-from-backend-only-once.patch
	patches.suse/xen-blkfront-don-t-take-local-copy-of-a-request-from.patch
	patches.suse/xen-blkfront-don-t-trust-the-backend-response-data-b.patch
	patches.suse/platform-x86-dell-smbios-wmi-Add-missing-kfree-in-er.patch
	patches.suse/mailbox-sti-quieten-kernel-doc-warnings.patch
	patches.suse/clk-at91-clk-generated-Limit-the-requested-rate-to-o.patch
	patches.suse/clk-kirkwood-Fix-a-clocking-boot-regression.patch
	patches.suse/pinctrl-single-Fix-error-return-code-in-pcs_parse_bi.patch
	patches.suse/pinctrl-stmfx-Fix-hazardous-u8-to-unsigned-long-cast.patch
	patches.suse/pinctrl-samsung-Fix-pinctrl-bank-pin-count.patch
	patches.suse/HID-i2c-hid-Fix-Elan-touchpad-regression.patch
	patches.suse/HID-input-do-not-report-stylus-battery-state-as-full.patch
	patches.suse/HID-usbhid-free-raw_report-buffers-in-usbhid_stop.patch
	patches.suse/IB-hfi1-Indicate-DMA-wait-when-txq-is-queued-for-wak.patch
	patches.suse/docs-Fix-infiniband-uverbs-minor-number.patch
	patches.suse/RDMA-mlx5-Delete-not-available-udata-check.patch
	patches.suse/RDMA-rtrs-Remove-a-useless-kfree.patch
	patches.suse/RDMA-hns-Fix-QP-s-resp-incomplete-assignment.patch
	patches.suse/scsi-qla2xxx-Remove-redundant-continue-statement-in-.patch
	patches.suse/scsi-lpfc-Fix-NVMe-support-reporting-in-log-message.patch
	patches.suse/scsi-lpfc-Remove-use-of-kmalloc-in-trace-event-loggi.patch
	patches.suse/scsi-lpfc-Improve-firmware-download-logging.patch
	patches.suse/scsi-lpfc-Fix-function-description-comments-for-vmid.patch
	patches.suse/scsi-lpfc-Discovery-state-machine-fixes-for-LOGO-han.patch
	patches.suse/scsi-lpfc-Fix-target-reset-handler-from-falsely-retu.patch
	patches.suse/scsi-lpfc-Keep-NDLP-reference-until-after-freeing-th.patch
	patches.suse/scsi-lpfc-Fix-NULL-ptr-dereference-with-NPIV-ports-f.patch
	patches.suse/scsi-lpfc-Fix-memory-leaks-in-error-paths-while-issu.patch
	patches.suse/scsi-lpfc-Remove-REG_LOGIN-check-requirement-to-issu.patch
	patches.suse/scsi-lpfc-Fix-KASAN-slab-out-of-bounds-in-lpfc_unreg.patch
	patches.suse/scsi-lpfc-Clear-outstanding-active-mailbox-during-PC.patch
	patches.suse/scsi-lpfc-Use-PBDE-feature-enabled-bit-to-determine-.patch
	patches.suse/scsi-lpfc-Enable-adisc-discovery-after-RSCN-by-defau.patch
	patches.suse/scsi-lpfc-Delay-unregistering-from-transport-until-G.patch
	patches.suse/scsi-lpfc-Call-discovery-state-machine-when-handling.patch
	patches.suse/scsi-lpfc-Skip-reg_vpi-when-link-is-down-for-SLI3-in.patch
	patches.suse/scsi-lpfc-Skip-issuing-ADISC-when-node-is-in-NPR-sta.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-12.8.0.11.patch
	patches.suse/scsi-lpfc-Copyright-updates-for-12.8.0.11-patches.patch
	patches.suse/scsi-core-Add-scsi_prot_ref_tag-helper.patch
	patches.suse/scsi-qla2xxx-Use-the-proper-SCSI-midlayer-interfaces.patch
	patches.suse/scsi-lpfc-Add-PCI-ID-support-for-LPe37000-LPe38000-s.patch
	patches.suse/scsi-lpfc-Fix-cq_id-truncation-in-rq-create.patch
	patches.suse/scsi-lpfc-Revise-Topology-and-RAS-support-checks-for.patch
	patches.suse/scsi-lpfc-Add-256-Gb-link-speed-support.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-14.0.0.0.patch
	patches.suse/scsi-lpfc-Copyright-updates-for-14.0.0.0-patches.patch
	patches.suse/scsi-lpfc-Remove-redundant-assignment-to-pointer-pcm.patch
	patches.suse/scsi-qla2xxx-Remove-unused-variable-status.patch
	patches.suse/scsi-qla2xxx-edif-Add-start-stop-bsgs.patch
	patches.suse/scsi-qla2xxx-edif-Add-getfcinfo-and-statistic-bsgs.patch
	patches.suse/scsi-qla2xxx-edif-Add-send-receive-and-accept-for-au.patch
	patches.suse/scsi-qla2xxx-edif-Add-extraction-of-auth_els-from-th.patch
	patches.suse/scsi-qla2xxx-edif-Add-key-update.patch
	patches.suse/scsi-qla2xxx-edif-Add-authentication-pass-fail-bsgs.patch
	patches.suse/scsi-qla2xxx-edif-Add-detection-of-secure-device.patch
	patches.suse/scsi-qla2xxx-edif-Add-doorbell-notification-for-app.patch
	patches.suse/scsi-qla2xxx-edif-Add-encryption-to-I-O-path.patch
	patches.suse/scsi-qla2xxx-edif-Increment-command-and-completion-c.patch
	patches.suse/scsi-qla2xxx-Update-version-to-10.02.00.107-k.patch
	patches.suse/scsi-qla2xxx-Fix-spelling-mistakes-allloc-alloc.patch
	patches.suse/scsi-lpfc-Fix-possible-ABBA-deadlock-in-nvmet_xri_ab.patch
	patches.suse/scsi-BusLogic-Fix-missing-pr_cont-use
	patches.suse/scsi-qla2xxx-Fix-use-after-free-in-debug-code.patch
	patches.suse/scsi-qla2xxx-Remove-redundant-initialization-of-vari.patch
	patches.suse/scsi-fdomain-Fix-error-return-code-in-fdomain_probe
	patches.suse/scsi-core-Introduce-the-scsi_cmd_to_rq-function.patch
	patches.suse/scsi-lpfc-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd.re.patch
	patches.suse/scsi-mpi3mr-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd.request
	patches.suse/scsi-qla2xxx-Use-scsi_cmd_to_rq-instead-of-scsi_cmnd.patch
	patches.suse/scsi-core-Add-helper-to-return-number-of-logical-blo.patch
	patches.suse/scsi-qla2xxx-Add-host-attribute-to-trigger-MPI-hang.patch
	patches.suse/scsi-qla2xxx-Adjust-request-response-queue-size-for-.patch
	patches.suse/scsi-qla2xxx-Changes-to-support-FCP2-Target.patch
	patches.suse/scsi-qla2xxx-Show-OS-name-and-version-in-FDMI-1.patch
	patches.suse/scsi-qla2xxx-Add-debug-print-of-64G-link-speed.patch
	patches.suse/scsi-qla2xxx-Fix-port-type-info.patch
	patches.suse/scsi-qla2xxx-Fix-unsafe-removal-from-linked-list.patch
	patches.suse/scsi-qla2xxx-Fix-NPIV-create-erroneous-error.patch
	patches.suse/scsi-qla2xxx-Suppress-unnecessary-log-messages-durin.patch
	patches.suse/scsi-qla2xxx-Changes-to-support-kdump-kernel.patch
	patches.suse/scsi-qla2xxx-Changes-to-support-kdump-kernel-for-NVM.patch
	patches.suse/scsi-qla2xxx-Sync-queue-idx-with-queue_pair_map-idx.patch
	patches.suse/scsi-qla2xxx-Update-version-to-10.02.06.100-k.patch
	patches.suse/scsi-mpi3mr-Use-the-proper-SCSI-midlayer-interfaces-for-PI
	patches.suse/scsi-smartpqi-Fix-an-error-code-in-pqi_get_raid_map
	patches.suse/scsi-qedi-Fix-error-codes-in-qedi_alloc_global_queues
	patches.suse/scsi-qedf-Fix-error-codes-in-qedf_alloc_global_queues
	patches.suse/scsi-ibmvfc-Do-not-wait-for-initial-device-scan.patch
	patches.suse/scsi-qla2xxx-edif-Fix-stale-session.patch
	patches.suse/scsi-qla2xxx-edif-Reject-AUTH-ELS-on-session-down.patch
	patches.suse/scsi-qla2xxx-edif-Fix-EDIF-enable-flag.patch
	patches.suse/scsi-qla2xxx-Fix-hang-during-NVMe-session-tear-down.patch
	patches.suse/scsi-qla2xxx-edif-Add-N2N-support-for-EDIF.patch
	patches.suse/scsi-qla2xxx-edif-Do-secure-PLOGI-when-auth-app-is-p.patch
	patches.suse/scsi-qla2xxx-Fix-NVMe-FCP-personality-change.patch
	patches.suse/scsi-qla2xxx-Fix-hang-on-NVMe-command-timeouts.patch
	patches.suse/scsi-qla2xxx-Fix-NVMe-retry.patch
	patches.suse/scsi-qla2xxx-Fix-NVMe-session-down-detection.patch
	patches.suse/scsi-qla2xxx-edif-Fix-returnvar.cocci-warnings.patch
	patches.suse/scsi-qla2xxx-Update-version-to-10.02.06.200-k.patch
	patches.suse/scsi-qla2xxx-Do-not-call-fc_block_scsi_eh-during-bus.patch
	patches.suse/scsi-qla2xxx-Open-code-qla2xxx_eh_target_reset.patch
	patches.suse/scsi-qla2xxx-Open-code-qla2xxx_eh_device_reset.patch
	patches.suse/scsi-mpi3mr-Set-up-IRQs-in-resume-path
	patches.suse/scsi-fc-Add-EDC-ELS-definition.patch
	patches.suse/scsi-lpfc-Add-SET_HOST_DATA-mbox-cmd-to-pass-date-ti.patch
	patches.suse/scsi-lpfc-Add-MIB-feature-enablement-support.patch
	patches.suse/scsi-lpfc-Expand-FPIN-and-RDF-receive-logging.patch
	patches.suse/scsi-lpfc-Add-EDC-ELS-support.patch
	patches.suse/scsi-lpfc-Add-cm-statistics-buffer-support.patch
	patches.suse/scsi-lpfc-Add-support-for-cm-enablement-buffer.patch
	patches.suse/scsi-lpfc-Add-cmfsync-WQE-support.patch
	patches.suse/scsi-lpfc-Add-support-for-the-CM-framework.patch
	patches.suse/scsi-lpfc-Add-rx-monitoring-statistics.patch
	patches.suse/scsi-lpfc-Add-support-for-maintaining-the-cm-statist.patch
	patches.suse/scsi-lpfc-Add-debugfs-support-for-cm-framework-buffe.patch
	patches.suse/scsi-lpfc-Add-cmf_info-sysfs-entry.patch
	patches.suse/scsi-lpfc-Add-bsg-support-for-retrieving-adapter-cmf.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-14.0.0.1.patch
	patches.suse/scsi-lpfc-Copyright-updates-for-14.0.0.1-patches.patch
	patches.suse/scsi-lpfc-Use-the-proper-SCSI-midlayer-interfaces-fo.patch
	patches.suse/ocfs2-ocfs2_downconvert_lock-failure-results-in-dead.patch
	patches.suse/fs-mm-fix-race-in-unlinking-swapfile.patch
	patches.suse/memcg-enable-accounting-of-ipc-resources.patch
	patches.suse/mm-vmscan-guarantee-drop_slab_node-termination.patch
	patches.suse/iommu-vt-d-update-the-virtual-command-related-registers
	patches.suse/cpuidle-pseries-Fixup-CEDE0-latency-only-for-POWER10.patch
	patches.suse/cpuidle-pseries-Do-not-cap-the-CEDE0-latency-in-fixu.patch
	patches.suse/powerpc-stacktrace-Include-linux-delay.h.patch
	patches.suse/cpuidle-pseries-Mark-pseries_idle_proble-as-__init.patch
	patches.suse/powerpc-cacheinfo-Lookup-cache-by-dt-node-and-thread.patch
	patches.suse/powerpc-cacheinfo-Remove-the-redundant-get_shared_cp.patch
	patches.suse/powerpc-smp-Use-existing-L2-cache_map-cpumask-to-fin.patch
	patches.suse/powerpc-numa-Consider-the-max-NUMA-node-for-migratab.patch
	patches.suse/pseries-drmem-update-LMBs-after-LPM.patch
	patches.suse/powerpc-pseries-Prevent-free-CPU-ids-being-reused-on.patch
	patches.suse/powerpc-pseries-Fix-build-error-when-NUMA-n.patch
	patches.suse/powerpc-perf-hv-gpci-Fix-counter-value-parsing.patch
	patches.suse/powerpc-perf-Use-stack-siar-instead-of-mfspr.patch
	patches.suse/powerpc-perf-Drop-the-case-of-returning-0-as-instruc.patch
	patches.suse/powerpc-perf-Fix-the-check-for-SIAR-value.patch
	patches.suse/KVM-PPC-Book3S-HV-Fix-copy_tofrom_guest-routines.patch
	patches.suse/KVM-PPC-Book3S-HV-Nested-Reflect-guest-PMU-in-use-to.patch
	patches.suse/powerpc-smp-Fix-a-crash-while-booting-kvm-guest-with.patch
	patches.suse/powerpc-smp-Update-cpu_core_map-on-all-PowerPc-syste.patch
	patches.suse/powerpc-smp-Enable-CACHE-domain-for-shared-processor.patch
	patches.suse/powerpc-numa-Update-cpu_cpu_map-on-CPU-online-offlin.patch
	patches.suse/KVM-PPC-Fix-clearing-never-mapped-TCEs-in-realmode.patch
	patches.suse/NFSv4-pNFS-Fix-a-layoutget-livelock-loop.patch
	patches.suse/SUNRPC-Fix-potential-memory-corruption.patch
	patches.suse/SUNRPC-Simplify-socket-shutdown-when-not-reusing-TCP.patch
	patches.suse/mtd-rawnand-cafe-Fix-a-resource-leak-in-the-error-ha.patch
	patches.suse/libata-add-ATA_HORKAGE_NO_NCQ_TRIM-for-Samsung-860-a.patch
	patches.suse/libata-Add-ATA_HORKAGE_NO_NCQ_ON_ATI-for-Samsung-860.patch
	patches.suse/fuse-truncate-pagecache-on-atomic_o_trunc.patch
	patches.suse/fuse-flush-extending-writes.patch
	patches.suse/gpio-mpc8xxx-Fix-a-resources-leak-in-the-error-handl.patch
	patches.suse/gpio-mpc8xxx-Use-devm_gpiochip_add_data-to-simplify-.patch
	patches.suse/mfd-axp20x-Update-AXP288-volatile-ranges.patch
	patches.suse/mfd-Don-t-use-irq_create_mapping-to-resolve-a-mappin.patch
	patches.suse/mfd-tqmx86-Clear-GPIO-IRQ-resource-when-no-IRQ-is-se.patch
	patches.suse/mfd-lpc_sch-Rename-GPIOBASE-to-prevent-build-error.patch
	patches.suse/backlight-pwm_bl-Improve-bootloader-kernel-device-ha.patch
	patches.suse/KVM-s390-index-kvm-arch.idle_mask-by-vcpu_idx.patch
	patches.suse/net-hso-add-failure-handler-for-add_net_device.patch
	patches.suse/qlcnic-Remove-redundant-unlock-in-qlcnic_pinit_from_.patch
	patches.suse/bnxt_en-fix-stored-FW_PSID-version-masks.patch
	patches.suse/bnxt_en-Fix-asic.rev-in-devlink-dev-info-command.patch
	patches.suse/iwlwifi-Add-support-for-ax201-in-Samsung-Galaxy-Book.patch
	patches.suse/PCI-Call-Max-Payload-Size-related-fixup-quirks-early.patch
	patches.suse/PCI-Restrict-ASMedia-ASM1062-SATA-Max-Payload-Size-S.patch
	patches.suse/PCI-Return-0-data-on-pciconfig_read-CAP_SYS_ADMIN-fa.patch
	patches.suse/PCI-ibmphp-Fix-double-unmap-of-io_mem.patch
	patches.suse/PCI-portdrv-Enable-Bandwidth-Notification-only-if-po.patch
	patches.suse/PCI-Add-ACS-quirks-for-NXP-LX2xx0-and-LX2xx2-platfor.patch
	patches.suse/PCI-Add-ACS-quirks-for-Cavium-multi-function-devices.patch
	patches.suse/PCI-Fix-pci_dev_str_match_path-alloc-while-atomic-bu.patch
	patches.suse/PCI-aardvark-Fix-checking-for-PIO-status.patch
	patches.suse/PCI-aardvark-Increase-polling-delay-to-1.5s-while-wa.patch
	patches.suse/PCI-pci-bridge-emul-Add-PCIe-Root-Capabilities-Regis.patch
	patches.suse/PCI-aardvark-Fix-masking-and-unmasking-legacy-INTx-i.patch
	patches.suse/PCI-of-Don-t-fail-devm_pci_alloc_host_bridge-on-miss.patch
	patches.suse/PCI-iproc-Fix-BCMA-probe-resource-handling.patch
	patches.suse/PCI-xilinx-nwl-Enable-the-clock-through-CCF.patch
	patches.suse/ipc-replace-costly-bailout-check-in-sysvipc_find_ipc.patch
	patches.suse/SUNRPC-improve-error-response-to-over-size-gss-crede.patch
	patches.suse/mm-hugetlb-initialize-hugetlb_usage-in-mm_init.patch
	patches.suse/dmaengine-sprd-Add-missing-MODULE_DEVICE_TABLE.patch
	patches.suse/dmaengine-idxd-fix-wq-slot-allocation-index-check.patch
	patches.suse/dmaengine-idxd-clear-block-on-fault-flag-when-clear-.patch
	patches.suse/dmaengine-acpi-Avoid-comparison-GSI-with-Linux-vIRQ.patch
	patches.suse/dmaengine-ioat-depends-on-UML.patch
	patches.suse/dmaengine-xilinx_dma-Set-DMA-mask-for-coherent-APIs.patch
	patches.suse/s390-unwind-use-current_frame_address-to-unwind-current-task.patch
	patches.suse/ALSA-usb-audio-Add-registration-quirk-for-JBL-Quantu-c8b177b6e3a0.patch
	patches.suse/drm-panfrost-Simplify-lock_region-calculation.patch
	patches.suse/drm-panfrost-Use-u64-for-size-in-lock_region.patch
	patches.suse/drm-panfrost-Clamp-lock-region-to-Bifrost-minimum.patch
	patches.suse/dma-buf-DMABUF_MOVE_NOTIFY-should-depend-on-DMA_SHAR.patch
	patches.suse/fbmem-don-t-allow-too-huge-resolutions.patch
	patches.suse/iommu-amd-relocate-gamsup-check-to-early_enable_iommus
	patches.suse/iommu-amd-remove-iommu_init_ga
	patches.suse/PM-sleep-core-Avoid-setting-power.must_resume-to-fal.patch
	patches.suse/thermal-drivers-exynos-Fix-an-error-code-in-exynos_t.patch
	patches.suse/pwm-lpc32xx-Don-t-modify-HW-state-in-.probe-after-th.patch
	patches.suse/pwm-img-Don-t-modify-HW-state-in-.remove-callback.patch
	patches.suse/pwm-rockchip-Don-t-modify-HW-state-in-.remove-callba.patch
	patches.suse/pwm-stm32-lp-Don-t-modify-HW-state-in-.remove-callba.patch
	patches.suse/rtc-tps65910-Correct-driver-module-alias.patch
	patches.suse/rtc-rx8010-select-REGMAP_I2C.patch
	patches.suse/nvme-multipath-revalidate-paths-during-rescan.patch
	patches.suse/nvme-tcp-Do-not-reset-transport-on-data-digest-error.patch
	patches.suse/nvme-only-call-synchronize_srcu-when-clearing-curren.patch
	patches.suse/cifs-update-FSCTL-definitions.patch
	patches.suse/cifs-rename-cifs_common-to-smbfs_common.patch
	patches.suse/cifs-move-SMB-FSCTL-definitions-to-common-code.patch
	patches.suse/cifs-properly-invalidate-cached-root-handle-when-closing-it.patch
	patches.suse/time-Handle-negative-seconds-correctly-in-timespec64.patch
	patches.suse/ipc-remove-memcg-accounting-for-sops-objects-in-do_semtimedop.patch
	patches.suse/drm-rockchip-cdn-dp-core-Make-cdn_dp_core_resume-__m.patch
	patches.suse/ibmvnic-check-failover_pending-in-login-response-2.patch
	patches.suse/net-mlx5-FWTrace-cancel-work-on-alloc-pd-error-flow.patch
	patches.suse/ibmvnic-check-failover_pending-in-login-response.patch
	patches.suse/net-af_unix-fix-a-data-race-in-unix_dgram_poll.patch
	patches.suse/qed-Handle-management-FW-error.patch
	patches.suse/msft-hv-2437-net-mana-Prefer-struct_size-over-open-coded-arithmet.patch
	patches.suse/bnxt_en-make-bnxt_free_skbs-safe-to-call-after-bnxt_.patch
	patches.suse/net-hns3-change-affinity_mask-to-numa-node-range.patch
	patches.suse/PM-base-power-don-t-try-to-use-non-existing-RTC-for-.patch
	patches.suse/xen-reset-legacy-rtc-flag-for-PV-domU.patch
	patches.suse/swiotlb-xen-avoid-double-free.patch
	patches.suse/nvme-avoid-race-in-shutdown-namespace-removal.patch
	patches.suse/PCI-Add-AMD-GPU-multi-function-power-dependencies.patch
	patches.suse/spi-Fix-tegra20-build-with-CONFIG_PM-n.patch
	patches.suse/KVM-PPC-Book3S-HV-Tolerate-treclaim.-in-fake-suspend.patch
	patches.suse/x86-pat-pass-valid-address-to-sanitize_phys.patch
	patches.suse/x86-mm-fix-kern_addr_valid-to-cope-with-existing-but-not-present-entries.patch
	patches.suse/drm-nouveau-nvkm-Replace-ENOSYS-with-ENODEV.patch
	patches.suse/cifs-remove-pathname-for-file-from-SPDX-header.patch
	patches.suse/cifs-fix-incorrect-kernel-doc-comments.patch
	patches.suse/s390-bpf-Fix-branch-shortening-during-codegen-pass.patch
	patches.suse/net-hso-fix-muxed-tty-registration.patch
	patches.suse/enetc-Fix-uninitialized-struct-dim_sample-field-usag.patch
	patches.suse/net-mlx4_en-Resolve-bad-operstate-value.patch
	patches.suse/bnxt_en-Fix-TX-timeout-when-TX-ring-size-is-set-to-t.patch
	patches.suse/net-hns3-fix-misuse-vf-id-and-vport-id-in-some-logs.patch
	patches.suse/net-hns3-check-queue-id-range-before-using.patch
	patches.suse/net-smc-fix-workqueue-leaked-lock-in-smc_conn_abort_work
	patches.suse/s390-qeth-fix-NULL-deref-in-qeth_clear_working_pool_list
	patches.suse/s390-qeth-Fix-deadlock-in-remove_discipline
	patches.suse/s390-qeth-fix-deadlock-during-failing-recovery
	patches.suse/qed-rdma-don-t-wait-for-resources-under-hw-error-rec.patch
	patches.suse/net-mlx4_en-Don-t-allow-aRFS-for-encapsulated-packet.patch
	patches.suse/gpio-uniphier-Fix-void-functions-to-remove-return-va.patch
	patches.suse/gpio-rockchip-extended-debounce-support-is-only-avai.patch
	patches.suse/gpio-rockchip-fix-get_direction-value-handling.patch
	patches.suse/usb-gadget-r8a66597-fix-a-loop-in-set_feature.patch
	patches.suse/USB-cdc-acm-fix-minor-number-release.patch
	patches.suse/usb-dwc2-gadget-Fix-ISOC-flow-for-BDMA-and-Slave.patch
	patches.suse/usb-dwc2-gadget-Fix-ISOC-transfer-complete-handling-.patch
	patches.suse/Re-enable-UAS-for-LaCie-Rugged-USB3-FW-with-fk-quirk.patch
	patches.suse/usb-storage-Add-quirk-for-ScanLogic-SL11R-IDE-older-.patch
	patches.suse/usb-musb-tusb6010-uninitialized-data-in-tusb_fifo_wr.patch
	patches.suse/USB-serial-option-add-Telit-LN920-compositions.patch
	patches.suse/USB-serial-option-remove-duplicate-USB-device-ID.patch
	patches.suse/USB-serial-cp210x-add-ID-for-GW-Instek-GDM-834x-Digi.patch
	patches.suse/USB-serial-option-add-device-id-for-Foxconn-T99W265.patch
	patches.suse/serial-mvebu-uart-fix-driver-s-tx_empty-callback.patch
	patches.suse/fpga-machxo2-spi-Return-an-error-on-failure.patch
	patches.suse/fpga-machxo2-spi-Fix-missing-error-code-in-machxo2_w.patch
	patches.suse/cifs-fix-a-sign-extension-bug.patch
	patches.suse/cifs-Deal-with-some-warnings-from-W-1.patch
	patches.suse/smb3-correct-smb3-ACL-security-descriptor.patch
	patches.suse/smb3-correct-server-pointer-dereferencing-check-to-be-more-consiste.patch
	patches.suse/cifs-fix-incorrect-check-for-null-pointer-in-header_assemble.patch
	patches.suse/erofs-fix-up-erofs_lookup-tracepoint.patch
	patches.suse/xen-x86-fix-PV-trap-handling-on-secondary-processors.patch
	patches.suse/md-fix-a-lock-order-reversal-in-md_alloc.patch
	patches.suse/nvme-fc-update-hardware-queues-before-using-them.patch
	patches.suse/nvme-fc-avoid-race-between-time-out-and-tear-down.patch
	patches.suse/nvme-fc-remove-freeze-unfreeze-around-update_nr_hw_q.patch
	patches.suse/blktrace-Fix-uaf-in-blk_trace-access-after-removing-.patch
	patches.suse/scsi-lpfc-Fix-CPU-to-from-endian-warnings-introduced.patch
	patches.suse/scsi-lpfc-Fix-compilation-errors-on-kernels-with-no-.patch
	patches.suse/scsi-lpfc-Remove-unneeded-variable.patch
	patches.suse/scsi-iscsi-Adjust-iface-sysfs-attr-detection
	patches.suse/scsi-target-Fix-the-pgr-alua_support_store-functions
	patches.suse/scsi-qla2xxx-Restore-initiator-in-dual-mode.patch
	patches.suse/scsi-lpfc-Fix-sprintf-overflow-in-lpfc_display_fpin_.patch
	patches.suse/scsi-lpfc-Use-correct-scnprintf-limit.patch
	patches.suse/scsi-lpfc-Fix-gcc-Wstringop-overread-warning-again.patch
	patches.suse/x86-asm-fix-setz-size-enqcmds-build-failure.patch
	patches.suse/thermal-core-Potential-buffer-overflow-in-thermal_bu.patch
	patches.suse/edac-synopsys-fix-wrong-value-type-assignment-for-edac_mode.patch
	patches.suse/HID-betop-fix-slab-out-of-bounds-Write-in-betop_prob.patch
	patches.suse/HID-apple-Fix-logical-maximum-and-usage-maximum-of-M.patch
	patches.suse/HID-wacom-Add-new-Intuos-BT-CTL-4100WL-CTL-6100WL-de.patch
	patches.suse/HID-u2fzero-ignore-incomplete-packets-without-data.patch
	patches.suse/watchdog-sb_watchdog-fix-compilation-problem-due-to-.patch
	patches.suse/media-cedrus-Fix-SUNXI-tile-size-calculation.patch
	patches.suse/pinctrl-rockchip-add-a-queue-for-deferred-pin-output.patch
	patches.suse/gpio-rockchip-fetch-deferred-output-settings-on-prob.patch
	patches.suse/crypto_ccp-fix_resource_leaks_in_ccp_run_aes_gcm_cmd.patch
	patches.suse/ALSA-hda-realtek-Quirks-to-enable-speaker-output-for.patch
	patches.suse/ASoC-Intel-sof_sdw-tag-SoundWire-BEs-as-non-atomic.patch
	patches.suse/ASoC-mediatek-common-handle-NULL-case-in-suspend-res.patch
	patches.suse/ASoC-fsl_micfil-register-platform-component-before-r.patch
	patches.suse/ASoC-fsl_spdif-register-platform-component-before-re.patch
	patches.suse/ASoC-SOF-Fix-DSP-oops-stack-dump-output-contents.patch
	patches.suse/ASoC-SOF-imx-imx8-Bar-index-is-only-valid-for-IRAM-a.patch
	patches.suse/ASoC-SOF-imx-imx8m-Bar-index-is-only-valid-for-IRAM-.patch
	patches.suse/ASoC-SOF-loader-release_firmware-on-load-failure-to-.patch
	patches.suse/ALSA-firewire-motu-fix-truncated-bytes-in-message-tr.patch
	patches.suse/RDMA-cma-Fix-listener-leak-in-rdma_cma_listen_on_all.patch
	patches.suse/RDMA-cma-Do-not-change-route.addr.src_addr.ss_family.patch
	patches.suse/Revert-ibmvnic-check-failover_pending-in-login-respo.patch
	patches.suse/mac80211-Fix-ieee80211_amsdu_aggregate-frag_tail-bug.patch
	patches.suse/mac80211-Drop-frames-from-invalid-MAC-address-in-ad-.patch
	patches.suse/mac80211-limit-injected-vht-mcs-nss-in-ieee80211_par.patch
	patches.suse/mac80211-mesh-fix-potentially-unaligned-access.patch
	patches.suse/mac80211-hwsim-fix-late-beacon-hrtimer-handling.patch
	patches.suse/mac80211-fix-use-after-free-in-CCMP-GCMP-RX.patch
	patches.suse/mac80211-check-return-value-of-rhashtable_init.patch
	patches.suse/e100-fix-length-calculation-in-e100_get_regs_len.patch
	patches.suse/e100-fix-buffer-overrun-in-e100_get_regs.patch
	patches.suse/ixgbe-Fix-NULL-pointer-dereference-in-ixgbe_xdp_setu.patch
	patches.suse/drm-amdgpu-fix-gart.bo-pin_count-leak.patch
	patches.suse/drm-amdgpu-correct-initial-cp_hqd_quantum-for-gfx9.patch
	patches.suse/drm-amd-display-Pass-PCI-deviceid-into-DC.patch
	patches.suse/ACPI-NFIT-Use-fallback-node-id-when-numa-info-in-NFI.patch
	patches.suse/nvme-add-command-id-quirk-for-apple-controllers.patch
	patches.suse/scsi-qla2xxx-Fix-excessive-messages-during-device-lo.patch
	patches.suse/scsi-csiostor-Add-module-softdep-on-cxgb4
	patches.suse/hwmon-k10temp-remove-residues-of-current-and-voltage.patch
	patches.suse/hwmon-mlxreg-fan-Return-non-zero-value-when-fan-curr.patch
	patches.suse/hwmon-tmp421-report-PVLD-condition-as-fault.patch
	patches.suse/hwmon-tmp421-fix-rounding-for-negative-values.patch
	patches.suse/ext4-fix-reserved-space-counter-leakage.patch
	patches.suse/phy-mdio-fix-memory-leak.patch
	patches.suse/iwlwifi-pcie-add-configuration-of-a-Wi-Fi-adapter-on.patch
	patches.suse/net-mlx5e-IPSEC-RX-enable-checksum-complete.patch
	patches.suse/net-mlx5-E-Switch-Fix-double-allocation-of-acl-flow-.patch
	patches.suse/ptp_pch-Load-module-automatically-if-ID-matches.patch
	patches.suse/net-bridge-use-nla_total_size_64bit-in-br_get_linkxs.patch
	patches.suse/net-bridge-fix-under-estimation-in-br_get_linkxstats.patch
	patches.suse/gve-Correct-available-tx-qpl-check.patch
	patches.suse/gve-Avoid-freeing-NULL-pointer.patch
	patches.suse/gve-Properly-handle-errors-in-gve_assign_qpl.patch
	patches.suse/gve-fix-gve_get_stats.patch
	patches.suse/gve-report-64bit-tx_bytes-counter-from-gve_handle_re.patch
	patches.suse/i40e-fix-endless-loop-under-rtnl.patch
	patches.suse/i40e-Fix-freeing-of-uninitialized-misc-IRQ-vector.patch
	patches.suse/iavf-fix-double-unlock-of-crit_lock.patch
	patches.suse/bpf-arm-Fix-register-clobbering-in-div-mod-implementation.patch
	patches.suse/bpf-Fix-integer-overflow-in-prealloc_elems_and_freel.patch
	patches.suse/ARM-dts-qcom-apq8064-Use-27MHz-PXO-clock-as-DSI-PLL-reference.patch
	patches.suse/soc-qcom-mdt_loader-Drop-PT_LOAD-check-on-hash-segme.patch
	patches.suse/ARM-dts-imx-Fix-USB-host-power-regulator-polarity-on-M53Menlo.patch
	patches.suse/ARM-imx6-disable-the-GIC-CPU-interface-before-calling-stby-poweroff-sequence.patch
	patches.suse/ARM-dts-omap3430-sdp-Fix-NAND-device-node.patch
	patches.suse/nfsd-fix-error-handling-of-register_pernet_subsys-in.patch
	patches.suse/nfsd4-Handle-the-NFSv4-READDIR-dircount-hint-being-z.patch
	patches.suse/drm-sun4i-dw-hdmi-Fix-HDMI-PHY-clock-setup.patch
	patches.suse/drm-nouveau-kms-tu102-delay-enabling-cursor-until-af.patch
	patches.suse/video-fbdev-gbefb-Only-instantiate-device-when-built.patch
	patches.suse/drm-nouveau-avoid-a-use-after-free-when-BO-init-fail.patch
	patches.suse/drm-nouveau-kms-nv50-fix-file-release-memory-leak.patch
	patches.suse/drm-nouveau-debugfs-fix-file-release-memory-leak.patch
	patches.suse/mmc-meson-gx-do-not-use-memcpy_to-fromio-for-dram-ac.patch
	patches.suse/usb-chipidea-ci_hdrc_imx-Also-search-for-phys-phandl.patch
	patches.suse/xen-privcmd-fix-error-handling-in-mmap-resource-proc.patch
	patches.suse/bpf-s390-Fix-potential-memory-leak-about-jit_data.patch
	patches.suse/s390-pci-fix-zpci_zdev_put-on-reserve
	patches.suse/scsi-lpfc-Fix-memory-overwrite-during-FC-GS-I-O-abor.patch
	patches.suse/i2c-acpi-fix-resource-leak-in-reconfiguration-device.patch
	patches.suse/x86-sev-return-an-error-on-a-returned-non-zero-sw_exitinfo1.patch
	patches.suse/x86-resctrl-free-the-ctrlval-arrays-when-domain_setup_mon_state-fails.patch
	patches.suse/powerpc-iommu-report-the-correct-most-efficient-dma-mask-for-pci-devices
	patches.suse/powerpc-lib-Add-helper-to-check-if-offset-is-within-.patch
	patches.suse/powerpc-bpf-Validate-branch-ranges.patch
	patches.suse/powerpc-bpf-Fix-BPF_MOD-when-imm-1.patch
	patches.suse/powerpc-bpf-Fix-BPF_SUB-when-imm-0x80000000.patch
	patches.suse/powerpc-security-Add-a-helper-to-query-stf_barrier-t.patch
	patches.suse/powerpc-bpf-Emit-stf-barrier-instruction-sequences-f.patch
	patches.suse/pseries-eeh-Fix-the-kdump-kernel-crash-during-eeh_ps.patch
	patches.suse/cgroup-cpuset-Change-references-of-cpuset_mutex-to-c.patch
	patches.suse/platform-mellanox-mlxreg-io-Fix-argument-base-in-kst.patch
	patches.suse/platform-mellanox-mlxreg-io-Fix-read-access-of-n-byt.patch
	patches.suse/platform-x86-intel_scu_ipc-Fix-busy-loop-expiry-time.patch
	patches.suse/platform-x86-intel_scu_ipc-Update-timeout-value-in-c.patch
	patches.suse/acpi-arm64-fix-next_platform_timer-section-mismatch-.patch
	patches.suse/ALSA-hda-realtek-Enable-4-speaker-output-for-Dell-Pr.patch
	patches.suse/ALSA-seq-Fix-a-potential-UAF-by-wrong-private_free-c.patch
	patches.suse/ALSA-hda-Enable-headphone-mic-on-Dell-Latitude-lapto.patch
	patches.suse/ALSA-hda-realtek-Complete-partial-device-name-to-avo.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Clevo-X170KM-G.patch
	patches.suse/ALSA-hda-realtek-ALC236-headset-MIC-recording-issue.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-TongFang-PHxTxX1.patch
	patches.suse/ALSA-hda-intel-Allow-repeatedly-probing-on-codec-con.patch
	patches.suse/ALSA-hda-realtek-Fix-for-quirk-to-enable-speaker-out.patch
	patches.suse/ALSA-pcm-Workaround-for-a-wrong-offset-in-SYNC_PTR-c.patch
	patches.suse/ALSA-hda-realtek-Fix-the-mic-type-detection-issue-fo.patch
	patches.suse/ALSA-hda-avoid-write-to-STATESTS-if-controller-is-in.patch
	patches.suse/ALSA-usb-audio-Add-quirk-for-VF0770.patch
	patches.suse/nfc-nci-fix-the-UAF-of-rf_conn_info-object.patch
	patches.suse/isdn-cpai-check-ctr-cnr-to-avoid-array-index-out-of-.patch
	patches.suse/msft-hv-2444-net-mana-Fix-error-handling-in-mana_create_rxq.patch
	patches.suse/ionic-don-t-remove-netdev-dev_addr-when-syncing-uc-l.patch
	patches.suse/isdn-mISDN-Fix-sleeping-function-called-from-invalid.patch
	patches.suse/qed-Fix-missing-error-code-in-qed_slowpath_start.patch
	patches.suse/net-mscc-ocelot-warn-when-a-PTP-IRQ-is-raised-for-an.patch
	patches.suse/net-mlx5e-Mutually-exclude-RX-FCS-and-RX-port-timest.patch
	patches.suse/nfc-fix-error-handling-of-nfc_proto_register.patch
	patches.suse/NFC-digital-fix-possible-memory-leak-in-digital_tg_l.patch
	patches.suse/NFC-digital-fix-possible-memory-leak-in-digital_in_s.patch
	patches.suse/mlxsw-thermal-Fix-out-of-bounds-memory-accesses.patch
	patches.suse/drm-msm-Avoid-potential-overflow-in-timeout_to_jiffi.patch
	patches.suse/drm-msm-Fix-null-pointer-dereference-on-pointer-edp.patch
	patches.suse/drm-msm-dsi-Fix-an-error-code-in-msm_dsi_modeset_ini.patch
	patches.suse/drm-msm-dsi-fix-off-by-one-in-dsi_bus_clk_enable-err.patch
	patches.suse/drm-edid-In-connector_bad_edid-cap-num_of_ext-by-num.patch
	patches.suse/drm-panel-olimex-lcd-olinuxino-select-CRC32.patch
	patches.suse/spi-spi-nxp-fspi-don-t-depend-on-a-specific-node-nam.patch
	patches.suse/gpio-pca953x-Improve-bias-setting.patch
	patches.suse/Input-snvs_pwrkey-add-clk-handling.patch
	patches.suse/Input-xpad-add-support-for-another-USB-ID-of-Nacon-G.patch
	patches.suse/xhci-guard-accesses-to-ep_state-in-xhci_endpoint_res.patch
	patches.suse/USB-xhci-dbc-fix-tty-registration-race.patch
	patches.suse/xhci-Fix-command-ring-pointer-corruption-while-abort.patch
	patches.suse/xhci-Enable-trust-tx-length-quirk-for-Fresco-FL11-US.patch
	patches.suse/usb-musb-dsps-Fix-the-probe-error-path.patch
	patches.suse/USB-serial-option-add-Telit-LE910Cx-composition-0x12.patch
	patches.suse/USB-serial-option-add-prod.-id-for-Quectel-EG91.patch
	patches.suse/USB-serial-option-add-Quectel-EC200S-CN-module-suppo.patch
	patches.suse/USB-serial-qcserial-add-EM9191-QDL-support.patch
	patches.suse/iio-dac-ti-dac5571-fix-an-error-code-in-probe.patch
	patches.suse/iio-adc128s052-Fix-the-error-handling-path-of-adc128.patch
	patches.suse/iio-adc-aspeed-set-driver-data-when-adc-probe.patch
	patches.suse/iio-ssp_sensors-fix-error-code-in-ssp_print_mcu_debu.patch
	patches.suse/iio-ssp_sensors-add-more-range-checking-in-ssp_parse.patch
	patches.suse/iio-mtk-auxadc-fix-case-IIO_CHAN_INFO_PROCESSED.patch
	patches.suse/iio-light-opt3001-Fixed-timeout-error-when-0-lux.patch
	patches.suse/cb710-avoid-NULL-pointer-subtraction.patch
	patches.suse/mei-me-add-Ice-Lake-N-device-id.patch
	patches.suse/powerpc-xive-Discard-disabled-interrupts-in-get_irqc.patch
	patches.suse/KVM-PPC-Book3S-HV-Fix-stack-handling-in-idle_kvm_sta.patch
	patches.suse/KVM-PPC-Book3S-HV-Make-idle_kvm_start_guest-return-0.patch
	patches.suse/virtio-write-back-F_VERSION_1-before-validate.patch
	patches.suse/nvme-pci-Fix-abort-command-id.patch
	patches.suse/pata_legacy-fix-a-couple-uninitialized-variable-bugs.patch
	patches.suse/ata-ahci_platform-fix-null-ptr-deref-in-ahci_platfor.patch
	patches.suse/ocfs2-fix-data-corruption-after-conversion-from-inli.patch
	patches.suse/elfcore-correct-reference-to-CONFIG_UML.patch
	patches.suse/audit-fix-possible-null-pointer-dereference-in-audit.patch
	patches.suse/ALSA-usb-audio-Add-Schiit-Hel-device-to-mixer-map-qu.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Clevo-PC50HS.patch
	patches.suse/ALSA-usb-audio-Provide-quirk-for-Sennheiser-GSP670-H.patch
	patches.suse/ASoC-DAPM-Fix-missing-kctl-change-notifications.patch
	patches.suse/ASoC-wm8960-Fix-clock-configuration-on-slave-mode.patch
	patches.suse/ceph-skip-existing-superblocks-that-are-blocklisted-or-shut-down-when-mounting.patch
	patches.suse/ceph-fix-handling-of-meta-errors.patch
	patches.suse/powerpc-idle-Don-t-corrupt-back-chain-when-going-idl.patch
	patches.suse/lan78xx-select-CRC32.patch
	patches.suse/ice-fix-getting-UDP-tunnel-entry.patch
	patches.suse/can-rcar_can-fix-suspend-resume.patch
	patches.suse/can-peak_pci-peak_pci_remove-fix-UAF.patch
	patches.suse/can-peak_usb-pcan_usb_fd_decode_status-fix-back-to-E.patch
	patches.suse/net-hns3-fix-vf-reset-workqueue-cannot-exit.patch
	patches.suse/e1000e-Separate-TGP-board-type-from-SPT.patch
	patches.suse/e1000e-Fix-packet-loss-on-Tiger-Lake-and-later.patch
	patches.suse/ice-Add-missing-E810-device-ids.patch
	patches.suse/netfilter-xt_IDLETIMER-fix-panic-that-occurs-when-ti.patch
	patches.suse/usbnet-sanity-check-for-maxpacket.patch
	patches.suse/scsi-mpi3mr-Fix-duplicate-device-entries-when-scanning-through-sysfs
	patches.suse/scsi-qla2xxx-Fix-a-memory-leak-in-an-error-path-of-qla2x00_process_els
	patches.suse/ata-sata_mv-Fix-the-error-handling-of-mv_chip_id.patch
	patches.suse/ARM-9133-1-mm-proc-macros-ensure-_tlb_fns-are-4B-aligned.patch
	patches.suse/ARM-9134-1-remove-duplicate-memcpy-definition.patch
	patches.suse/ARM-9139-1-kprobes-fix-arch_init_kprobes-prototype.patch
	patches.suse/ARM-9141-1-only-warn-about-XIP-address-when-not-compile-testing.patch
	patches.suse/reset-socfpga-add-empty-driver-allowing-consumers-to.patch
	patches.suse/regmap-Fix-possible-double-free-in-regcache_rbtree_e.patch
	patches.suse/spi-spl022-fix-Microwire-full-duplex-mode.patch
	patches.suse/cfg80211-scan-fix-RCU-in-cfg80211_add_nontrans_list.patch
	patches.suse/sctp-use-init_tag-from-inithdr-for-ABORT-chunk.patch
	patches.suse/sctp-fix-the-processing-for-INIT-chunk.patch
	patches.suse/sctp-fix-the-processing-for-INIT_ACK-chunk.patch
	patches.suse/sctp-fix-the-processing-for-COOKIE_ECHO-chunk.patch
	patches.suse/sctp-add-vtag-check-in-sctp_sf_violation.patch
	patches.suse/sctp-add-vtag-check-in-sctp_sf_do_8_5_1_E_sa.patch
	patches.suse/sctp-add-vtag-check-in-sctp_sf_ootb.patch
	patches.suse/nfc-port100-fix-using-ERRNO-as-command-type-mask.patch
	patches.suse/net-batman-adv-fix-error-handling.patch
	patches.suse/net-lan78xx-fix-division-by-zero-in-send-path.patch
	patches.suse/bpf-Fix-potential-race-in-tail-call-compatibility-ch.patch
	patches.suse/cfg80211-fix-management-registrations-locking.patch
	patches.suse/cfg80211-correct-bridge-4addr-mode-check.patch
	patches.suse/usbnet-fix-error-return-code-in-usbnet_probe.patch
	patches.suse/r8169-Add-device-10ec-8162-to-driver-r8169.patch
	patches.suse/drm-panel-orientation-quirks-Add-quirk-for-Aya-Neo-2.patch
	patches.suse/drm-panel-orientation-quirks-Add-quirk-for-GPD-Win3.patch
	patches.suse/mmc-sdhci-Map-more-voltage-level-to-SDHCI_POWER_330.patch
	patches.suse/mmc-winbond-don-t-build-on-M68K.patch
	patches.suse/mmc-dw_mmc-exynos-fix-the-finding-clock-sample-value.patch
	patches.suse/mmc-vub300-fix-control-message-timeouts.patch
	patches.suse/scsi-ibmvfc-Fix-up-duplicate-response-detection.patch
	patches.suse/tpm-Check-for-integer-overflow-in-tpm2_map_response_.patch
	patches.suse/lib-xz-Avoid-overlapping-memcpy-with-invalid-input-w.patch
	patches.suse/lib-xz-Validate-the-value-before-assigning-it-to-an-.patch
	patches.suse/btrfs-fix-deadlock-between-chunk-allocation-and-chun.patch
	patches.suse/btrfs-update-comments-for-chunk-allocation-ENOSPC-ca.patch
	patches.suse/perf-x86-intel-uncore-Support-extra-IMC-channel-on-Ice-Lake-server.patch
	patches.suse/perf-x86-intel-uncore-Fix-Intel-ICX-IIO-event-constraints.patch
	patches.suse/x86-xen-Mark-cpu_bringup_and_idle-as-dead_end_functi.patch
	patches.suse/edac-amd64-handle-three-rank-interleaving-mode.patch
	patches.suse/edac-sb_edac-fix-top-of-high-memory-value-for-broadwell-haswell.patch
	patches.suse/x86-cpu-fix-migration-safety-with-x86_bug_null_sel.patch
	patches.suse/x86-sme-use-define-use_early_pgtable_l5-in-mem_encrypt_identity-c.patch
	patches.suse/x86-sev-fix-stack-type-check-in-vc_switch_off_ist
	patches.suse/x86-sev-allow-vc-exceptions-on-the-vc2-stack
	patches.suse/firmware-psci-fix-application-of-sizeof-to-pointer.patch
	patches.suse/media-mt9p031-Fix-corrupted-frame-after-restarting-s.patch
	patches.suse/media-em28xx-add-missing-em28xx_close_extension.patch
	patches.suse/media-cxd2880-spi-Fix-a-null-pointer-dereference-on-.patch
	patches.suse/media-dvb-usb-fix-ununit-value-in-az6027_rc_query.patch
	patches.suse/media-netup_unidvb-handle-interrupt-properly-accordi.patch
	patches.suse/media-stm32-Potential-NULL-pointer-dereference-in-dc.patch
	patches.suse/media-staging-intel-ipu3-css-Fix-wrong-size-comparis.patch
	patches.suse/media-v4l2-ioctl-Fix-check_ext_ctrls.patch
	patches.suse/media-v4l2-ioctl-S_CTRL-output-the-right-value.patch
	patches.suse/media-uvcvideo-Set-capability-in-s_param.patch
	patches.suse/media-uvcvideo-Return-EIO-for-control-errors.patch
	patches.suse/media-uvcvideo-Set-unique-vdev-name-based-in-type.patch
	patches.suse/media-firewire-firedtv-avc-fix-a-buffer-overflow-in-.patch
	patches.suse/media-s5p-mfc-fix-possible-null-pointer-dereference-.patch
	patches.suse/media-TDA1997x-handle-short-reads-of-hdmi-info-frame.patch
	patches.suse/media-mtk-vpu-Fix-a-resource-leak-in-the-error-handl.patch
	patches.suse/media-i2c-ths8200-needs-V4L2_ASYNC.patch
	patches.suse/media-imx-set-a-media_device-bus_info-string.patch
	patches.suse/media-radio-wl1273-Avoid-card-name-truncation.patch
	patches.suse/media-si470x-Avoid-card-name-truncation.patch
	patches.suse/media-tm6000-Avoid-card-name-truncation.patch
	patches.suse/media-cx23885-Fix-snd_card_free-call-on-null-card-po.patch
	patches.suse/media-ir-kbd-i2c-improve-responsiveness-of-hauppauge.patch
	patches.suse/media-mxl111sf-change-mutex_init-location.patch
	patches.suse/media-mceusb-return-without-resubmitting-URB-in-case.patch
	patches.suse/media-cedrus-Fix-SUNXI-tile-size-calculation-448ea5ee473b.patch
	patches.suse/media-rcar-csi2-Add-checking-to-rcsi2_start_receiver.patch
	patches.suse/media-em28xx-Don-t-use-ops-suspend-if-it-is-NULL.patch
	patches.suse/media-ipu3-imgu-imgu_fmt-Handle-properly-try.patch
	patches.suse/media-ipu3-imgu-VIDIOC_QUERYCAP-Fix-bus_info.patch
	patches.suse/media-dvb-frontends-mn88443x-Handle-errors-of-clk_pr.patch
	patches.suse/media-usb-dvd-usb-fix-uninit-value-bug-in-dibusb_rea.patch
	patches.suse/media-ite-cir-IR-receiver-stop-working-after-receive.patch
	patches.suse/ipmi-Disable-some-operations-during-a-panic.patch
	patches.suse/mmc-dw_mmc-Dont-wait-for-DRTO-on-Write-RSP-error.patch
	patches.suse/mmc-sdhci-omap-Fix-NULL-pointer-exception-if-regulat.patch
	patches.suse/memstick-avoid-out-of-range-warning.patch
	patches.suse/memstick-jmb38x_ms-use-appropriate-free-function-in-.patch
	patches.suse/mmc-mxs-mmc-disable-regulator-on-error-and-in-the-re.patch
	patches.suse/memstick-r592-Fix-a-UAF-bug-when-removing-the-driver.patch
	patches.suse/regulator-s5m8767-do-not-use-reset-value-as-DVS-volt.patch
	patches.suse/regulator-dt-bindings-samsung-s5m8767-correct-s5m876.patch
	patches.suse/spi-bcm-qspi-Fix-missing-clk_disable_unprepare-on-er.patch
	patches.suse/hwmon-Fix-possible-memleak-in-__hwmon_device_registe.patch
	patches.suse/hwmon-pmbus-lm25066-Add-offset-coefficients.patch
	patches.suse/hwmon-pmbus-lm25066-Let-compiler-determine-outer-dim.patch
	patches.suse/tracing-use-ps-format-string-to-print-symbols.patch
	patches.suse/tracing-Increase-PERF_MAX_TRACE_SIZE-to-handle-Senti.patch
	patches.suse/crypto-caam-disable-pkc-for-non-E-SoCs.patch
	patches.suse/crypto-ecc-fix-CRYPTO_DEFAULT_RNG-dependency.patch
	patches.suse/crypto-qat-detect-PFVF-collision-after-ACK.patch
	patches.suse/crypto-qat-disregard-spurious-PFVF-interrupts.patch
	patches.suse/hwrng-mtk-Force-runtime-pm-ops-for-sleep-ops.patch
	patches.suse/crypto-s5p-sss-Add-error-handling-in-s5p_aes_probe.patch
	patches.suse/crypto-pcrypt-Delay-write-to-padata-info.patch
	patches.suse/ibmvnic-Consolidate-code-in-replenish_rx_pool.patch
	patches.suse/ibmvnic-Fix-up-some-comments-and-messages.patch
	patches.suse/ibmvnic-Use-rename-local-vars-in-init_rx_pools.patch
	patches.suse/ibmvnic-Use-rename-local-vars-in-init_tx_pools.patch
	patches.suse/ibmvnic-init_tx_pools-move-loop-invariant-code.patch
	patches.suse/ibmvnic-Use-bitmap-for-LTB-map_ids.patch
	patches.suse/ibmvnic-Reuse-LTB-when-possible.patch
	patches.suse/ibmvnic-Reuse-rx-pools-when-possible.patch
	patches.suse/ibmvnic-Reuse-tx-pools-when-possible.patch
	patches.suse/ice-Delete-always-true-check-of-PF-pointer.patch
	patches.suse/gve-DQO-avoid-unused-variable-warnings.patch
	patches.suse/Bluetooth-sco-Fix-lock_sock-blockage-by-memcpy_from_.patch
	patches.suse/Bluetooth-fix-use-after-free-error-in-lock_sock_nest.patch
	patches.suse/Bluetooth-btusb-Add-the-new-support-ID-for-Realtek-R.patch
	patches.suse/Bluetooth-fix-init-and-cleanup-of-sco_conn.timeout_w.patch
	patches.suse/Bluetooth-btmtkuart-fix-a-memleak-in-mtk_hci_wmt_syn.patch
	patches.suse/Bbluetooth-btusb-Add-another-Bluetooth-part-for-Real.patch
	patches.suse/mwifiex-Run-SET_BSS_MODE-when-changing-from-P2P-to-S.patch
	patches.suse/mwifiex-Properly-initialize-private-structure-on-int.patch
	patches.suse/rsi-Fix-module-dev_oper_mode-parameter-description.patch
	patches.suse/brcmfmac-Add-DMI-nvram-filename-quirk-for-Cyberbook-.patch
	patches.suse/wcn36xx-Add-ability-for-wcn36xx_smd_dump_cmd_req-to-.patch
	patches.suse/ath10k-high-latency-fixes-for-beacon-buffer.patch
	patches.suse/ath10k-Fix-missing-frame-timestamp-for-beacon-probe-.patch
	patches.suse/ath10k-sdio-Add-missing-BH-locking-around-napi_schdu.patch
	patches.suse/msft-hv-2449-net-mana-Use-kcalloc-instead-of-kzalloc.patch
	patches.suse/gve-Switch-to-use-napi_complete_done.patch
	patches.suse/gve-Add-rx-buffer-pagecnt-bias.patch
	patches.suse/gve-Do-lazy-cleanup-in-TX-path.patch
	patches.suse/gve-Add-netif_set_xps_queue-call.patch
	patches.suse/gve-Allow-pageflips-on-larger-pages.patch
	patches.suse/gve-Track-RX-buffer-allocation-failures.patch
	patches.suse/net-delete-redundant-function-declaration.patch
	patches.suse/b43legacy-fix-a-lower-bounds-test.patch
	patches.suse/b43-fix-a-lower-bounds-test.patch
	patches.suse/mwifiex-Read-a-PCI-register-after-writing-the-TX-rin.patch
	patches.suse/rsi-stop-thread-firstly-in-rsi_91x_init-error-handli.patch
	patches.suse/mwl8k-Fix-use-after-free-in-mwl8k_fw_state_machine.patch
	patches.suse/mwifiex-Send-DELBA-requests-according-to-spec.patch
	patches.suse/ath9k-Fix-potential-interrupt-storm-on-queue-reset.patch
	patches.suse/ath-dfs_pattern_detector-Fix-possible-null-pointer-d.patch
	patches.suse/ath10k-fix-max-antenna-gain-unit.patch
	patches.suse/mt76-mt7615-fix-endianness-warning-in-mt7615_mac_wri.patch
	patches.suse/mt76-mt76x02-fix-endianness-warnings-in-mt76x02_mac..patch
	patches.suse/mt76-mt7915-fix-possible-infinite-loop-release-semap.patch
	patches.suse/mt76-mt7915-fix-sta_rec_wtbl-tag-len.patch
	patches.suse/mt76-mt7915-fix-muar_idx-in-mt7915_mcu_alloc_sta_req.patch
	patches.suse/msft-hv-2459-net-mana-Allow-setting-the-number-of-queues-while-th.patch
	patches.suse/libertas_tf-Fix-possible-memory-leak-in-probe-and-di.patch
	patches.suse/libertas-Fix-possible-memory-leak-in-probe-and-disco.patch
	patches.suse/ath10k-fix-invalid-dma_addr_t-token-assignment.patch
	patches.suse/wcn36xx-Fix-HT40-capability-for-2Ghz-band.patch
	patches.suse/wcn36xx-add-proper-DMA-memory-barriers-in-rx-path.patch
	patches.suse/ath10k-fix-control-message-timeout.patch
	patches.suse/ath6kl-fix-control-message-timeout.patch
	patches.suse/ath10k-fix-division-by-zero-in-send-path.patch
	patches.suse/ath6kl-fix-division-by-zero-in-send-path.patch
	patches.suse/rtl8187-fix-control-message-timeouts.patch
	patches.suse/rsi-fix-control-message-timeout.patch
	patches.suse/mwifiex-fix-division-by-zero-in-fw-download-path.patch
	patches.suse/iwlwifi-mvm-fix-some-kerneldoc-issues.patch
	patches.suse/msft-hv-2473-net-mana-Fix-the-netdev_err-s-vPort-argument-in-mana.patch
	patches.suse/msft-hv-2475-net-mana-Improve-the-HWC-error-handling.patch
	patches.suse/msft-hv-2476-net-mana-Support-hibernation-and-kexec.patch
	patches.suse/bpf-Disallow-unprivileged-bpf-by-default.patch
	patches.suse/ibmvnic-don-t-stop-queue-in-xmit.patch
	patches.suse/ibmvnic-Process-crqs-after-enabling-interrupts.patch
	patches.suse/ibmvnic-delay-complete.patch
	patches.suse/libata-fix-checking-of-DMA-state.patch
	patches.suse/Revert-x86-kvm-fix-vcpu-id-indexed-array-sizes.patch
	patches.suse/s390-uv-fully-validate-the-VMA-before-calling-follow_page
	patches.suse/ACPICA-Avoid-evaluating-methods-too-early-during-sys.patch
	patches.suse/ACPI-battery-Accept-charges-over-the-design-capacity.patch
	patches.suse/PM-hibernate-Get-block-device-exclusively-in-swsusp_.patch
	patches.suse/PM-sleep-Do-not-let-syscore-devices-runtime-suspend-.patch
	patches.suse/drm-panel-orientation-quirks-Update-the-Lenovo-Ideap.patch
	patches.suse/drm-panel-orientation-quirks-Add-quirk-for-KD-Kurio-.patch
	patches.suse/drm-panel-orientation-quirks-Add-quirk-for-the-Samsu.patch
	patches.suse/drm-sun4i-Fix-macros-in-sun8i_csc.h.patch
	patches.suse/drm-panel-orientation-quirks-add-Valve-Steam-Deck.patch
	patches.suse/drm-v3d-fix-wait-for-TMU-write-combiner-flush.patch
	patches.suse/virtio-gpu-fix-possible-memory-allocation-failure.patch
	patches.suse/drm-amdgpu-fix-warning-for-overflow-check.patch
	patches.suse/drm-ttm-stop-calling-tt_swapin-in-vm_access.patch
	patches.suse/drm-msm-potential-error-pointer-dereference-in-init.patch
	patches.suse/drm-msm-uninitialized-variable-in-msm_gem_import.patch
	patches.suse/drm-msm-Fix-potential-NULL-dereference-in-DPU-SSPP.patch
	patches.suse/drm-amdgpu-display-add-quirk-handling-for-stutter-mo.patch
	patches.suse/drm-amdgpu-gmc6-fix-DMA-mask-from-44-to-40-bits.patch
	patches.suse/platform-x86-wmi-do-not-fail-if-disabling-fails.patch
	patches.suse/platform-x86-thinkpad_acpi-Fix-bitwise-vs.-logical-w.patch
	patches.suse/ALSA-hda-realtek-Fix-mic-mute-LED-for-the-HP-Spectre.patch
	patches.suse/ALSA-hda-hdac_stream-fix-potential-locking-issue-in-.patch
	patches.suse/ALSA-hda-hdac_ext_stream-fix-potential-locking-issue.patch
	patches.suse/ASoC-SOF-Intel-hda-dai-fix-potential-locking-issue.patch
	patches.suse/ALSA-hda-Reduce-udelay-at-SKL-position-reporting.patch
	patches.suse/ALSA-hda-Use-position-buffer-for-SKL-again.patch
	patches.suse/ALSA-ISA-not-for-M68K.patch
	patches.suse/ALSA-uapi-Fix-a-C-style-comment-in-asound.h.patch
	patches.suse/ALSA-gus-fix-null-pointer-dereference-on-pointer-blo.patch
	patches.suse/ALSA-ua101-fix-division-by-zero-at-probe.patch
	patches.suse/ALSA-usb-audio-Add-registration-quirk-for-JBL-Quantu-763d92ed5dec.patch
	patches.suse/ASoC-cs42l42-Correct-some-register-default-values.patch
	patches.suse/ASoC-cs42l42-Don-t-set-defaults-for-volatile-registe.patch
	patches.suse/ASoC-cs42l42-Defer-probe-if-request_threaded_irq-ret.patch
	patches.suse/ASoC-rockchip-Use-generic-dmaengine-code.patch
	patches.suse/ASoC-mediatek-mt8195-Remove-unsued-irqs_lock.patch
	patches.suse/ASoC-nau8824-Add-DMI-quirk-mechanism-for-active-high.patch
	patches.suse/ASoC-SOF-topology-do-not-power-down-primary-core-dur.patch
	patches.suse/ASoC-topology-Fix-stub-for-snd_soc_tplg_component_re.patch
	patches.suse/ASoC-dt-bindings-cs42l42-Correct-description-of-ts-i.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-Clevo-PC70HS.patch
	patches.suse/ALSA-usb-audio-Add-Audient-iD14-to-mixer-map-quirk-t.patch
	patches.suse/RDMA-bnxt_re-Update-statistics-counter-name.patch
	patches.suse/ARM-s3c-irq-s3c24xx-Fix-return-value-check-for-s3c24xx_init_intc.patch
	patches.suse/arm-dts-omap3-gta04a4-accelerometer-irq-fix.patch
	patches.suse/ARM-dts-at91-tse850-the-emac-phy-interface-is-rmii.patch
	patches.suse/ARM-dts-qcom-msm8974-Add-xo_board-reference-clock-to-DSI0-PHY.patch
	patches.suse/soc-tegra-Fix-an-error-handling-path-in-tegra_powerg.patch
	patches.suse/memory-fsl_ifc-fix-leak-of-irq-and-nand_irq-in-fsl_i.patch
	patches.suse/clk-imx-imx6ul-Move-csi_sel-mux-to-correct-base-regi.patch
	patches.suse/usb-musb-tusb6010-check-return-value-after-calling-p.patch
	patches.suse/usb-gadget-hid-fix-error-code-in-do_config.patch
	patches.suse/usb-host-ohci-tmio-check-return-value-after-calling-.patch
	patches.suse/usb-xhci-Enable-runtime-pm-by-default-on-AMD-Yellow-.patch
	patches.suse/usb-storage-Add-compatibility-quirk-flags-for-iODD-2.patch
	patches.suse/Revert-platform-x86-i2c-multi-instantiate-Don-t-crea.patch
	patches.suse/usb-max-3421-Use-driver-data-instead-of-maintaining-.patch
	patches.suse/usb-musb-Balance-list-entry-in-musb_gadget_queue.patch
	patches.suse/USB-iowarrior-fix-control-message-timeouts.patch
	patches.suse/USB-serial-keyspan-fix-memleak-on-probe-errors.patch
	patches.suse/staging-rtl8192u-fix-control-message-timeouts.patch
	patches.suse/staging-r8712u-fix-control-message-timeout.patch
	patches.suse/iio-dac-ad5446-Fix-ad5622_write-return-value.patch
	patches.suse/iio-imu-st_lsm6dsx-Avoid-potential-array-overflow-in.patch
	patches.suse/ABI-sysfs-kernel-slab-Document-some-stats.patch
	patches.suse/serial-8250_dw-Drop-wrong-use-of-ACPI_PTR.patch
	patches.suse/tty-tty_buffer-Fix-the-softlockup-issue-in-flush_to_.patch
	patches.suse/serial-xilinx_uartps-Fix-race-condition-causing-stuc.patch
	patches.suse/iommu-mediatek-fix-out-of-range-warning-with-clang
	patches.suse/power-supply-max17042_battery-use-VFSOC-for-capacity.patch
	patches.suse/power-supply-rt5033_battery-Change-voltage-values-to.patch
	patches.suse/power-supply-max17042_battery-Prevent-int-underflow-.patch
	patches.suse/power-supply-bq27xxx-Fix-kernel-crash-on-IRQ-handler.patch
	patches.suse/video-fbdev-chipsfb-use-memset_io-instead-of-memset.patch
	patches.suse/powerpc-fix-unbalanced-node-refcount-in-check_kvm_gu.patch
	patches.suse/powerpc-paravirt-vcpu_is_preempted-commentary.patch
	patches.suse/powerpc-paravirt-correct-preempt-debug-splat-in-vcpu.patch
	patches.suse/powerpc-perf-Fix-cycles-instructions-as-PM_CYC-PM_IN.patch
	patches.suse/pinctrl-core-fix-possible-memory-leak-in-pinctrl_ena.patch
	patches.suse/HID-u2fzero-clarify-error-check-and-length-calculati.patch
	patches.suse/HID-u2fzero-properly-handle-timeouts-in-usb_submit_u.patch
	patches.suse/scsi-qla2xxx-Add-support-for-mailbox-passthru.patch
	patches.suse/scsi-qla2xxx-Display-16G-only-as-supported-speeds-fo.patch
	patches.suse/scsi-qla2xxx-Check-for-firmware-capability-before-cr.patch
	patches.suse/scsi-qla2xxx-Fix-crash-in-NVMe-abort-path.patch
	patches.suse/scsi-qla2xxx-edif-Use-link-event-to-wake-up-app.patch
	patches.suse/scsi-qla2xxx-Fix-kernel-crash-when-accessing-port_sp.patch
	patches.suse/scsi-qla2xxx-Call-process_response_queue-in-Tx-path.patch
	patches.suse/scsi-qla2xxx-Move-heartbeat-handling-from-DPC-thread.patch
	patches.suse/scsi-qla2xxx-Fix-use-after-free-in-eh_abort-path.patch
	patches.suse/scsi-qla2xxx-Update-version-to-10.02.07.100-k.patch
	patches.suse/scsi-qla2xxx-Remove-redundant-initialization-of-poin.patch
	patches.suse/scsi-lpfc-Fix-list_add-corruption-in-lpfc_drain_txq.patch
	patches.suse/scsi-lpfc-Don-t-release-final-kref-on-Fport-node-whi.patch
	patches.suse/scsi-lpfc-Fix-premature-rpi-release-for-unsolicited-.patch
	patches.suse/scsi-lpfc-Fix-hang-on-unload-due-to-stuck-fport-node.patch
	patches.suse/scsi-lpfc-Fix-rediscovery-of-tape-device-after-LIP.patch
	patches.suse/scsi-lpfc-Don-t-remove-ndlp-on-PRLI-errors-in-P2P-mo.patch
	patches.suse/scsi-lpfc-Fix-NVMe-I-O-failover-to-non-optimized-pat.patch
	patches.suse/scsi-lpfc-Fix-FCP-I-O-flush-functionality-for-TMF-ro.patch
	patches.suse/scsi-lpfc-Fix-EEH-support-for-NVMe-I-O.patch
	patches.suse/scsi-lpfc-Adjust-bytes-received-vales-during-cmf-tim.patch
	patches.suse/scsi-lpfc-Fix-I-O-block-after-enabling-managed-conge.patch
	patches.suse/scsi-lpfc-Zero-CGN-stats-only-during-initial-driver-.patch
	patches.suse/scsi-lpfc-Improve-PBDE-checks-during-SGL-processing.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-14.0.0.2.patch
	patches.suse/scsi-dc395-Fix-error-case-unwinding
	patches.suse/scsi-core-Fix-spelling-in-a-source-code-comment
	patches.suse/scsi-csiostor-Uninitialized-data-in-csio_ln_vnp_read_cbfn
	patches.suse/scsi-ufs-ufshcd-pltfrm-Fix-memory-leak-due-to-probe-defer
	patches.suse/scsi-lpfc-Revert-LOG_TRACE_EVENT-back-to-LOG_INIT-pr.patch
	patches.suse/scsi-lpfc-Wait-for-successful-restart-of-SLI3-adapte.patch
	patches.suse/scsi-lpfc-Correct-sysfs-reporting-of-loop-support-af.patch
	patches.suse/scsi-lpfc-Fix-use-after-free-in-lpfc_unreg_rpi-routi.patch
	patches.suse/scsi-lpfc-Allow-PLOGI-retry-if-previous-PLOGI-was-ab.patch
	patches.suse/scsi-lpfc-Fix-link-down-processing-to-address-NULL-p.patch
	patches.suse/scsi-lpfc-Allow-fabric-node-recovery-if-recovery-is-.patch
	patches.suse/scsi-lpfc-Update-lpfc-version-to-14.0.0.3.patch
	patches.suse/ocfs2-fix-data-corruption-on-truncate.patch
	patches.suse/ocfs2-do-not-zero-pages-beyond-i_size.patch
	patches.suse/zram-off-by-one-in-read_block_state.patch
	patches.suse/pci-acpi-remove-osc_pci_support_masks-and-osc_pci_control_masks
	patches.suse/pci-acpi-move-supported-and-control-calculations-to-separate-functions
	patches.suse/pci-acpi-move-osc-query-checks-to-separate-function
	patches.suse/pci-acpi-check-for-osc-support-in-acpi_pci_osc_control_set
	patches.suse/PCI-Mark-Atheros-QCA6174-to-avoid-bus-reset.patch
	patches.suse/PCI-Add-PCI_EXP_DEVCTL_PAYLOAD_-macros.patch
	patches.suse/PCI-aardvark-Don-t-spam-about-PIO-Response-Status.patch
	patches.suse/PCI-aardvark-Do-not-clear-status-bits-of-masked-inte.patch
	patches.suse/PCI-aardvark-Do-not-unmask-unused-interrupts.patch
	patches.suse/PCI-aardvark-Fix-checking-for-link-up-via-LTSSM-stat.patch
	patches.suse/PCI-aardvark-Fix-reporting-Data-Link-Layer-Link-Acti.patch
	patches.suse/PCI-pci-bridge-emul-Fix-emulation-of-W1C-bits.patch
	patches.suse/PCI-aardvark-Fix-return-value-of-MSI-domain-.alloc-m.patch
	patches.suse/PCI-aardvark-Read-all-16-bits-from-PCIE_MSI_PAYLOAD_.patch
	patches.suse/PCI-uniphier-Serialize-INTx-masking-unmasking-and-fi.patch
	patches.suse/cifs-To-match-file-servers-make-sure-the-server-hostname-matches.patch
	patches.suse/cifs-add-mount-parameter-tcpnodelay.patch
	patches.suse/cifs-Create-a-new-shared-file-holding-smb2-pdu-definitions.patch
	patches.suse/cifs-move-NEGOTIATE_PROTOCOL-definitions-out-into-the-common-area.patch
	patches.suse/cifs-Move-more-definitions-into-the-shared-area.patch
	patches.suse/cifs-Move-SMB2_Create-definitions-to-the-shared-area.patch
	patches.suse/smb3-add-dynamic-trace-points-for-socket-connection.patch
	patches.suse/auxdisplay-img-ascii-lcd-Fix-lock-up-when-displaying.patch
	patches.suse/auxdisplay-ht16k33-Connect-backlight-to-fbdev.patch
	patches.suse/auxdisplay-ht16k33-Fix-frame-buffer-device-blanking.patch
	patches.suse/mtd-core-don-t-remove-debugfs-directory-if-device-is.patch
	patches.suse/i2c-xlr-Fix-a-resource-leak-in-the-error-handling-pa.patch
	patches.suse/fuse-fix-page-stealing.patch
	patches.suse/zram-fix-race-between-zram_reset_device-and-disksize.patch
	patches.suse/zram-don-t-fail-to-remove-zram-during-unloading-modu.patch
	patches.suse/zram-avoid-race-between-zram_remove-and-disksize_sto.patch
	patches.suse/zram-replace-fsync_bdev-with-sync_blockdev.patch
	patches.suse/xen-pciback-Fix-return-in-pm_ctrl_init.patch
	patches.suse/xen-Fix-implicit-type-conversion.patch
	patches.suse/x86-pvh-add-prototype-for-xen_pvh_init.patch
	patches.suse/dmaengine-at_xdmac-fix-AT_XDMAC_CC_PERID-macro.patch
	patches.suse/dmaengine-dmaengine_desc_callback_valid-Check-for-ca.patch
	patches.suse/ACPI-PMIC-Fix-intel_pmic_regs_handler-read-accesses.patch
	patches.suse/NFS-Don-t-set-NFS_INO_DATA_INVAL_DEFER-and-NFS_INO_I.patch
	patches.suse/pnfs-flexfiles-Fix-misplaced-barrier-in-nfs4_ff_layo.patch
	patches.suse/NFS-Fix-deadlocks-in-nfs_scan_commit_list.patch
	patches.suse/NFS-Fix-up-commit-deadlocks.patch
	patches.suse/NFSv4-Fix-a-regression-in-nfs_set_open_stateid_locke.patch
	patches.suse/nfsd-don-t-alloc-under-spinlock-in-rpc_parse_scope_i.patch
	patches.suse/xhci-Fix-USB-3.1-enumeration-issues-by-increasing-ro.patch
	patches.suse/ethtool-fix-ethtool-msg-len-calculation-for-pause-st.patch
	patches.suse/ice-Fix-VF-true-promiscuous-mode.patch
	patches.suse/ice-Remove-toggling-of-antispoof-for-VF-trusted-prom.patch
	patches.suse/ice-Fix-not-stopping-Tx-queues-for-VFs.patch
	patches.suse/bonding-Fix-a-use-after-free-problem-when-bond_sysfs.patch
	patches.suse/nfc-pn533-Fix-double-free-when-pn533_fill_fragment_s.patch
	patches.suse/msft-hv-2477-net-mana-Fix-spelling-mistake-calledd-called.patch
	patches.suse/net-hns3-remove-check-VF-uc-mac-exist-when-set-by-PF.patch
	patches.suse/cxgb4-fix-eeprom-len-when-diagnostics-not-implemente.patch
	patches.suse/ring-buffer-Protect-ring_buffer_reset-from-reentrancy.patch
	patches.suse/Input-i8042-Add-quirk-for-Fujitsu-Lifebook-T725.patch
	patches.suse/Input-elantench-fix-misreporting-trackpoint-coordina.patch
	patches.suse/Input-iforce-fix-control-message-timeout.patch
	patches.suse/drm-plane-helper-fix-uninitialized-variable-referenc.patch
	patches.suse/drm-nouveau-svm-Fix-refcount-leak-bug-and-missing-ch.patch
	patches.suse/drm-nouveau-use-drm_dev_unplug-during-device-removal.patch
	patches.suse/drm-nouveau-Add-a-dedicated-mutex-for-the-clients-li.patch
	patches.suse/drm-nouveau-clean-up-all-clients-on-device-removal.patch
	patches.suse/ALSA-timer-Fix-use-after-free-problem.patch
	patches.suse/ALSA-hda-realtek-Add-a-quirk-for-Acer-Spin-SP513-54N.patch
	patches.suse/ALSA-timer-Unconditionally-unlink-slave-instances-to.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-ASUS-UX550VE.patch
	patches.suse/ALSA-synth-missing-check-for-possible-NULL-after-the.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-HP-EliteBook-840-G7-m.patch
	patches.suse/ALSA-hda-Free-card-instance-properly-at-probe-errors.patch
	patches.suse/ALSA-hda-fix-general-protection-fault-in-azx_runtime.patch
	patches.suse/scsi-qla2xxx-Relogin-during-fabric-disturbance
	patches.suse/scsi-qla2xxx-Fix-gnl-list-corruption
	patches.suse/scsi-qla2xxx-Turn-off-target-reset-during-issue_lip
	patches.suse/tracing-histogram-Do-not-copy-the-fixed-size-char-array-field-over-the-field-size.patch
	patches.suse/cifs-nosharesock-should-not-share-socket-with-future-sessions.patch
	patches.suse/cifs-send-workstation-name-during-ntlmssp-session-setup.patch
	patches.suse/cifs-fix-print-of-hdr_flags-in-dfscache_proc_show-.patch
	patches.suse/cifs-introduce-new-helper-for-cifs_reconnect-.patch
	patches.suse/cifs-convert-list_for_each-to-entry-variant.patch
	patches.suse/cifs-split-out-dfs-code-from-cifs_reconnect-.patch
	patches.suse/cifs-set-a-minimum-of-120s-for-next-dns-resolution.patch
	patches.suse/cifs-for-compound-requests-use-open-handle-if-possible.patch
	patches.suse/smb3-do-not-error-on-fsync-when-readonly.patch
	patches.suse/cifs-support-nested-dfs-links-over-reconnect.patch
	patches.suse/smb3-remove-trivial-dfs-compile-warning.patch
	patches.suse/smb3-add-additional-null-check-in-SMB2_ioctl.patch
	patches.suse/smb3-add-additional-null-check-in-SMB2_open.patch
	patches.suse/smb3-add-additional-null-check-in-SMB2_tcon.patch
	patches.suse/cifs-release-lock-earlier-in-dequeue_mid-error-case.patch
	patches.suse/smb3-add-additional-null-check-in-SMB311_posix_mkdir.patch
	patches.suse/cifs-fix-memory-leak-of-smb3_fs_context_dup-server_hostname.patch
	patches.suse/cifs-fix-potential-use-after-free-bugs.patch
	patches.suse/smb3-do-not-setup-the-fscache_super_cookie-until-fsinfo-initialized.patch
	patches.suse/cifs-do-not-negotiate-session-if-session-already-exists.patch
	patches.suse/cifs-protect-session-channel-fields-with-chan_lock.patch
	patches.suse/cifs-connect-individual-channel-servers-to-primary-channel-server.patch
	patches.suse/cifs-do-not-duplicate-fscache-cookie-for-secondary-channels.patch
	patches.suse/clk-ingenic-Fix-bugs-with-divided-dividers.patch
	patches.suse/perf-x86-vlbr-Add-c-flags-to-vlbr-event-constraints.patch
	patches.suse/PCI-MSI-Deal-with-devices-lying-about-their-MSI-mask.patch
	patches.suse/ARM-9155-1-fix-early-early_iounmap.patch
	patches.suse/tracing-Add-length-protection-to-histogram-string-copies.patch
	patches.suse/printk-Remove-printk.h-inclusion-in-percpu.h.patch
	patches.suse/btrfs-fix-memory-ordering-between-normal-and-ordered-work-functions.patch
	patches.suse/net-bnx2x-fix-variable-dereferenced-before-check.patch
	patches.suse/atlantic-Fix-OOB-read-and-write-in-hw_atl_utils_fw_r.patch
	patches.suse/bnxt_en-reject-indirect-blk-offload-when-hw-tc-offlo.patch
	patches.suse/iavf-Fix-return-of-set-the-new-channel-count.patch
	patches.suse/iavf-check-for-null-in-iavf_fix_features.patch
	patches.suse/iavf-free-q_vectors-before-queues-in-iavf_disable_vf.patch
	patches.suse/iavf-don-t-clear-a-lock-we-don-t-hold.patch
	patches.suse/iavf-Fix-failure-to-exit-out-from-last-all-multicast.patch
	patches.suse/iavf-prevent-accidental-free-of-filter-structure.patch
	patches.suse/iavf-validate-pointers.patch
	patches.suse/iavf-Fix-for-the-false-positive-ASQ-ARQ-errors-while.patch
	patches.suse/iavf-Fix-for-setting-queues-to-0.patch
	patches.suse/iavf-Restore-VLAN-filters-after-link-down.patch
	patches.suse/bpf-Fix-toctou-on-read-only-map-s-constant-scalar-tracking.patch
	patches.suse/cfg80211-call-cfg80211_stop_ap-when-switch-from-P2P_.patch
	patches.suse/net-mlx5-Update-error-handler-for-UCTX-and-UMEM.patch
	patches.suse/net-mlx5-E-Switch-return-error-if-encap-isn-t-suppor.patch
	patches.suse/NFC-reorganize-the-functions-in-nci_request.patch
	patches.suse/NFC-reorder-the-logic-in-nfc_-un-register_device.patch
	patches.suse/NFC-add-NCI_UNREG-flag-to-eliminate-the-race.patch
	patches.suse/i40e-Fix-correct-max_pkt_size-on-VF-RX-queue.patch
	patches.suse/i40e-Fix-NULL-ptr-dereference-on-VSI-filter-sync.patch
	patches.suse/i40e-Fix-changing-previously-set-num_queue_pairs-for.patch
	patches.suse/i40e-Fix-ping-is-lost-after-configuring-ADq-on-VF.patch
	patches.suse/i40e-Fix-warning-message-and-call-stack-during-rmmod.patch
	patches.suse/i40e-Fix-creation-of-first-queue-by-omitting-it-if-i.patch
	patches.suse/i40e-Fix-display-error-code-in-dmesg.patch
	patches.suse/platform-x86-hp_accel-Fix-an-error-handling-path-in-.patch
	patches.suse/drm-nouveau-hdmigv100.c-fix-corrupted-HDMI-Vendor-In.patch
	patches.suse/drm-amdgpu-fix-set-scaling-mode-Full-Full-aspect-Cen.patch
	patches.suse/cifs-move-debug-print-out-of-spinlock.patch
	patches.suse/cifs-protect-srv_count-with-cifs_tcp_ses_lock.patch
	patches.suse/cifs-introduce-cifs_ses_mark_for_reconnect-helper.patch
	patches.suse/hugetlbfs-flush-TLBs-correctly-after-huge_pmd_unshar.patch
	patches.suse/ASoC-DAPM-Cover-regression-by-kctl-change-notificati.patch
	patches.suse/ASoC-qdsp6-q6routing-Conditionally-reset-FrontEnd-Mi.patch
	patches.suse/ASoC-topology-Add-missing-rwsem-around-snd_ctl_remov.patch
	patches.suse/ALSA-ctxfi-Fix-out-of-range-access.patch
	patches.suse/ARM-dts-BCM5301X-Fix-I2C-controller-interrupt.patch
	patches.suse/ARM-dts-BCM5301X-Add-interrupt-properties-to-GPIO-node.patch
	patches.suse/cifs-nosharesock-should-be-set-on-new-server.patch
	patches.suse/cifs-populate-server_hostname-for-extra-channels.patch
	patches.suse/smb2-clarify-rc-initialization-in-smb2_reconnect.patch
	patches.suse/cifs-update-internal-version-number-0b03fe6d.patch
	patches.suse/nvme-pci-add-NO-APST-quirk-for-Kioxia-device.patch
	patches.suse/drm-amd-display-Set-plane-update-flags-for-all-plane.patch
	patches.suse/drm-nouveau-acr-fix-a-couple-NULL-vs-IS_ERR-checks.patch
	patches.suse/drm-vc4-fix-error-code-in-vc4_create_object.patch
	patches.suse/xen-pvh-add-missing-prototype-to-header.patch
	patches.suse/usb-dwc2-gadget-Fix-ISOC-flow-for-elapsed-frames.patch
	patches.suse/usb-dwc2-hcd_queue-Fix-use-of-floating-point-literal.patch
	patches.suse/usb-typec-fusb302-Fix-masking-of-comparator-and-bc_l.patch
	patches.suse/usb-chipidea-ci_hdrc_imx-fix-potential-error-pointer.patch
	patches.suse/USB-serial-option-add-Telit-LE910S1-0x9200-compositi.patch
	patches.suse/USB-serial-option-add-Fibocom-FM101-GL-variants.patch
	patches.suse/fuse-release-pipe-buf-after-last-use.patch
	patches.suse/PM-hibernate-use-correct-mode-for-swsusp_close.patch
	patches.suse/netfilter-ctnetlink-fix-filtering-with-CTA_TUPLE_REP.patch
	patches.suse/netfilter-ctnetlink-do-not-erase-error-code-with-EIN.patch
	patches.suse/netfilter-flowtable-fix-IPv6-tunnel-addr-match.patch
	patches.suse/iavf-Prevent-changing-static-ITR-values-if-adaptive-.patch
	patches.suse/nfp-checking-parameter-process-for-rx-usecs-tx-usecs.patch
	patches.suse/ice-fix-vsi-txq_map-sizing.patch
	patches.suse/ice-avoid-bpf_prog-refcount-underflow.patch
	patches.suse/igb-fix-netpoll-exit-with-traffic.patch
	patches.suse/mdio-aspeed-Fix-Link-is-Down-issue.patch
	patches.suse/net-sched-sch_ets-don-t-peek-at-classes-beyond-nband.patch
	patches.suse/scsi-mpt3sas-Fix-kernel-panic-during-drive-powercycle-test
	patches.suse/scsi-mpt3sas-Fix-system-going-into-read-only-mode
	patches.suse/tracing-Check-pid-filtering-when-creating-events.patch
	patches.suse/tracing-Fix-pid-filtering-when-triggers-are-attached.patch
	patches.suse/net-usb-lan78xx-lan78xx_phy_init-use-PHY_POLL-instea.patch
	patches.suse/rxrpc-Fix-rxrpc_local-leak-in-rxrpc_lookup_peer.patch
	patches.suse/rt2x00-do-not-mark-device-gone-on-EPROTO-errors-duri.patch
	patches.suse/net-qlogic-qlcnic-Fix-a-NULL-pointer-dereference-in-.patch
	patches.suse/net-mlx4_en-Fix-an-use-after-free-bug-in-mlx4_en_try.patch
	patches.suse/ibmvnic-drop-bad-optimization-in-reuse_rx_pools.patch
	patches.suse/ibmvnic-drop-bad-optimization-in-reuse_tx_pools.patch
	patches.suse/drm-msm-a6xx-Allocate-enough-space-for-GMU-registers.patch
	patches.suse/drm-msm-Do-hw_init-before-capturing-GPU-state.patch
	patches.suse/i2c-cbus-gpio-set-atomic-transfer-callback.patch
	patches.suse/i2c-stm32f7-flush-TX-FIFO-upon-transfer-errors.patch
	patches.suse/i2c-stm32f7-recover-the-bus-on-access-timeout.patch
	patches.suse/i2c-stm32f7-stop-dma-transfer-in-case-of-NACK.patch
	patches.suse/scsi-lpfc-Fix-non-recovery-of-remote-ports-following.patch
	patches.suse/x86-sev-Fix-SEV-ES-INS-OUTS-instructions-for-word-dword-and-qword.patch
	patches.suse/x86-entry-add-a-fence-for-kernel-entry-swapgs-in-paranoid_entry.patch
	patches.suse/x86-xen-add-xenpv_restore_regs_and_return_to_usermode.patch
	patches.suse/serial-core-fix-transmit-buffer-reset-and-memleak.patch
	patches.suse/tty-serial-msm_serial-Deactivate-RX-DMA-for-polling-.patch
	patches.suse/serial-8250-Fix-RTS-modem-control-while-in-rs485-mod.patch
	patches.suse/serial-8250_pci-Fix-ACCES-entries-in-pci_serial_quir.patch
	patches.suse/serial-8250_pci-rewrite-pericom_do_set_divisor.patch
	patches.suse/xhci-Fix-commad-ring-abort-write-all-64-bits-to-CRCR.patch
	patches.suse/usb-typec-tcpm-Wait-in-SNK_DEBOUNCED-until-disconnec.patch
	patches.suse/qede-validate-non-LSO-skb-length.patch
	patches.suse/net-cdc_ncm-Allow-for-dwNtbOutMaxSize-to-be-unset-or.patch
	patches.suse/iavf-Fix-reporting-when-setting-descriptor-count.patch
	patches.suse/i40e-Fix-failed-opcode-appearing-if-handling-message.patch
	patches.suse/i40e-Fix-pre-set-max-number-of-queues-for-VF.patch
	patches.suse/bpf-x86-Fix-no-previous-prototype-warning.patch
	patches.suse/ice-ignore-dropped-packets-during-init.patch
	patches.suse/nfp-Fix-memory-leak-in-nfp_cpp_area_cache_add.patch
	patches.suse/msft-hv-2484-net-mana-Fix-memory-leak-in-mana_hwc_create_wq.patch
	patches.suse/scsi-pm80xx-Do-not-call-scsi_remove_host-in-pm8001_alloc
	patches.suse/recordmcount.pl-look-for-jgnop-instruction-as-well-as-bcrl-on-s390.patch
	patches.suse/xen-blkfront-harden-blkfront-against-event-channel-s.patch
	patches.suse/xen-netfront-harden-netfront-against-event-channel-s.patch
	patches.suse/xen-console-harden-hvc_xen-against-event-channel-sto.patch
	patches.suse/xen-netback-fix-rx-queue-stall-detection.patch
	patches.suse/xen-netback-don-t-queue-unlimited-number-of-packages.patch
	patches.suse/x86-pkey-fix-undefined-behaviour-with-pkru_wd_bit.patch
	patches.suse/recordmcount.pl-fix-typo-in-s390-mcount-regex.patch

	# powerpc/linux next
	patches.suse/powerpc-watchdog-Fix-missed-watchdog-reset-due-to-me.patch
	patches.suse/powerpc-watchdog-tighten-non-atomic-read-modify-writ.patch
	patches.suse/powerpc-watchdog-Avoid-holding-wd_smp_lock-over-prin.patch
	patches.suse/powerpc-watchdog-read-TB-close-to-where-it-is-used.patch
	patches.suse/powerpc-watchdog-Fix-wd_smp_last_reset_tb-reporting.patch

	# out-of-tree patches
	patches.suse/ibmvfc-disable-MQ-channelization-by-default.patch
	patches.suse/random-fix-crash-on-multiple-early-calls-to-add_bootloader_randomness.patch

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

	########################################################
	# Unsorted patches on their way to mainline
	#
	# (SLE/Leap: this section is only for patches which
	# cannot go into the sorted section yet.)
	#
	# Patches which are already in subsystem maintainer
	# repository or otherwise expected to get into mainline
	# within 1-2 releases belong here. Patches not expected
	# to get into mainline any time soon (or ever) belong
	# to area specific sections below.
	########################################################
	patches.suse/powerpc-pseries-mobility-notify-network-peers-after-.patch
	patches.suse/powerpc-pseries-group-lmb-operation-and-memblock-s.patch
	patches.suse/powerpc-pseries-update-device-tree-before-ejecting-h.patch
	patches.suse/rpadlpar_io-Add-MODULE_DESCRIPTION-entries-to-kernel.patch
	patches.suse/ahci-Add-Intel-Emmitsburg-PCH-RAID-PCI-IDs.patch
	patches.suse/block-genhd-use-atomic_t-for-disk_event-block.patch
	patches.suse/nxp-nci-add-NXP1002-id.patch
	patches.suse/qla2xxx-synchronize-rport-dev_loss_tmo-setting.patch
	patches.suse/misc-sram-Only-map-reserved-areas-in-Tegra-SYSRAM.patch
	patches.suse/phy-tegra-xusb-Fix-dangling-pointer-on-probe-failure.patch
	patches.suse/NFS-change-nfs_access_get_cached-to-only-report-the-.patch
	patches.suse/NFS-pass-cred-explicitly-for-access-tests.patch
	patches.suse/NFS-don-t-store-struct-cred-in-struct-nfs_access_ent.patch
	patches.suse/ALSA-usb-audio-Use-int-for-dB-map-values.patch
	patches.suse/ALSA-usb-audio-Add-minimal-mute-notion-in-dB-mapping.patch
	patches.suse/ALSA-usb-audio-Fix-dB-level-of-Bose-Revolve-SoundLin.patch
	patches.suse/ARM-socfpga-Fix-crash-with-CONFIG_FORTIRY_SOURCE.patch
	patches.suse/mwifiex-Fix-skb_over_panic-in-mwifiex_usb_recv.patch
	patches.suse/MM-reclaim-mustn-t-enter-FS-for-swap-over-NFS.patch
	patches.suse/NFS-do-not-take-i_rwsem-for-swap-IO.patch
	patches.suse/NFS-move-generic_write_checks-call-from-nfs_file_dir.patch
	patches.suse/SUNRPC-auth-async-tasks-mustn-t-block-waiting-for-me.patch
	patches.suse/SUNRPC-call_alloc-async-tasks-mustn-t-block-waiting-.patch
	patches.suse/SUNRPC-improve-swap-handling-scheduling-and-PF_MEMAL.patch
	patches.suse/SUNRPC-remove-scheduling-boost-for-SWAPPER-tasks.patch
	patches.suse/SUNRPC-xprt-async-tasks-mustn-t-block-waiting-for-me.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/oracleasm-reinstate-bio_map_user_iov-declaration-in-.patch
	patches.suse/s390-export-symbols-for-crash-kmp.patch

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

	# Patches to be carried out-of-tree
	# o changes to default tuning
	patches.suse/sched-optimize-latency-defaults-for-throughput.patch
	patches.suse/readahead-request-tunables.patch
	patches.suse/0002-kernel-smp-make-csdlock-timeout-depend-on-boot-param.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
	patches.suse/disable-mpx-for-32bit-userspace.patch

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

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

	# ARM
	patches.suse/arm64-select-CPUMASK_OFFSTACK-if-NUMA.patch

	########################################################
	# Scheduler
	########################################################
	patches.suse/setuid-dumpable-wrongdir
	patches.suse/perf_timechart_fix_zero_timestamps.patch
	patches.suse/sched-nohz-Avoid-disabling-the-tick-for-very-short-durations.patch
	patches.suse/sched-numa-Check-numa-balancing-information-only-when-enabled.patch
	patches.suse/cpuidle-Poll-for-a-minimum-of-30ns-and-poll-for-a-tick-if-lower-c-states-are-disabled.patch

	# bsc#1177399, bsc#1180347, bsc#1180141
	patches.suse/intel_idle-Disable-ACPI-_CST-on-Haswell.patch
	patches.suse/sched-fair-Enable-SIS_AVG_CPU-by-default.patch

	patches.suse/0001-kernel-allow-to-configure-PREEMPT_NONE-PREEMPT_VOLUN.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

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

	# SAP dax compatibility
	patches.suse/ext4-show-the-dax-option-in-mount-options.patch
	patches.suse/xfs-show-the-dax-option-in-mount-options.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-8447-serialize-subvolume-mounts-with-potentially-mi.patch
	patches.suse/btrfs-8888-add-allow_unsupported-module-parameter.patch
	patches.suse/btrfs-relocation-Work-around-dead-relocation-stage-l.patch

	# ext[2-4]
	patches.suse/ext4-dont-warn-when-enabling-DAX.patch
	patches.suse/ext4-unsupported-features.patch

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

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

	# NFS
	patches.suse/0001-NFS-flush-out-dirty-data-on-file-fput.patch
	patches.suse/mvfs-workaround.patch
	patches.suse/nfs-set-acl-perm.patch
	patches.suse/NFSv4.1-bc-request-hold-xprt-ref.patch
	patches.suse/NFS-only-invalidate-dentrys-that-are-clearly-invalid.patch

	# other
	patches.suse/pstore_disable_efi_backend_by_default.patch
	patches.suse/io_uring-ensure-req-submit-is-copied-when-req-is-def.patch
	patches.suse/io_uring-Fix-current-fs-handling-in-io_sq_wq_submit_.patch

	########################################################
	# Block layer
	########################################################
	patches.suse/dm-mpath-leastpending-path-update
	patches.suse/dm-table-switch-to-readonly
	patches.suse/dm-mpath-no-partitions-feature
	patches.suse/md-display-timeout-error.patch
	patches.suse/md-raid0-fix-buffer-overflow-at-debug-print.patch
+jeffm	patches.suse/mdraid-fix-read-write-bytes-accounting.patch
	patches.suse/bfq-tune-slice-idle.patch
	patches.suse/genirq-add-device_has_managed_msi_irq.patch
	patches.suse/blk-mq-mark-if-one-queue-map-uses-managed-irq.patch
	patches.suse/blk-mq-don-t-deactivate-hctx-if-managed-irq-isn-t-used.patch
	patches.suse/block-Provide-blk_mq_sched_get_icq.patch
	patches.suse/bfq-Track-number-of-allocated-requests-in-bfq_entity.patch
	patches.suse/bfq-Store-full-bitmap-depth-in-bfq_data.patch
	patches.suse/bfq-Limit-number-of-requests-consumed-by-each-cgroup.patch

	########################################################
	# Networking core
	########################################################
	patches.suse/Revert-netfilter-conntrack-remove-helper-hook-again.patch
	patches.suse/net-sctp-filter-remap-copy_from_user-failure-error.patch
	patches.suse/net-sched-disable-nolock-pfifo-fast.patch
	patches.suse/NFC-SUSE-specific-brutal-fix-for-runtime-PM.patch

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

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

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

	# 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
	# bsc#1188366
	patches.suse/0001-integrity-use-arch_ima_get_secureboot-instead-of-che.patch

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

	# FIPS
	patches.suse/0008-random-move-FIPS-continuous-test-to-output-functions.patch
	patches.suse/fips-enable-ansi_cprng-in-testmgr

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

	########################################################
	# Virtualization
	########################################################
	patches.suse/suse-hv-mana-netdev_lockdep_set_classes.patch
	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
	patches.suse/xen-events-fix-setting-irq-affinity.patch

	# bsc#1180334
	patches.suse/kvm-x86-Expose-RDPID-in-KVM_GET_SUPPORTED_CPUID.patch
	patches.suse/KVM-x86-emulating-RDPID-failure-shall-return-UD-rath.patch
	patches.suse/x86-asm-Drop-unused-RDPID-macro.patch
	patches.suse/KVM-x86-Expose-fast-short-REP-MOV-for-supported-cpui.patch

	########################################################
	# Other core patches
	########################################################
	patches.suse/locking-rwsem-Disable-reader-optimistic-spinning.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/thermal-Add-a-sanity-check-for-invalid-state-at-stat.patch

	########################################################
	# DRM / Graphics
	########################################################
	patches.suse/drm-ast-Disable-VGA-decoding-while-driver-is-active.patch
	patches.suse/drm-ast-Keep-MISC-fields-when-enabling-VGA.patch
	patches.suse/drm-ast-Disable-screen-on-register-init.patch
	patches.suse/drm-ast-drm-ast-Fix-boot-address-for-AST2500.patch
	patches.suse/drm-ast-Fix-register-access-in-non-P2A-mode-for-DP50.patch
	patches.suse/drm-ast-Fix-P2A-config-detection.patch
	patches.suse/drm-ast-AST2500-fixups.patch
	patches.suse/drm-ast-Correct-mode-table-for-AST2500-precatch.patch
	patches.suse/drm-ast-Add-support-for-AIP200.patch
	patches.suse/drm-ast-Add-support-for-1152x864-mode.patch
	patches.suse/drm-ast-Add-25MHz-refclk-support.patch

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

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

	# CD-ROM
	patches.suse/cdrom-add-poll_event_interruptible.patch
	patches.suse/cdrom-factor-out-common-open_for_-code.patch
	patches.suse/cdrom-wait-for-the-tray-to-close.patch
	patches.suse/cdrom-export-autoclose-logic-as-a-separate-function.patch
+hare	patches.suse/bdev-add-open_finish.patch
	patches.suse/scsi-blacklist-add-VMware-ESXi-cdrom-broken-tray-emu.patch
+hare	patches.suse/scsi-sr-wait-for-the-medium-to-become-ready.patch
	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
	patches.suse/target-rbd-add-emulate_legacy_capacity-dev-attribute.patch
	patches.suse/target-rbd-conditionally-fix-off-by-one-bug-in-get_b.patch
	patches.suse/target-rbd-fix-unmap-discard-block-size-conversion.patch
	patches.suse/target-rbd-fix-unmap-handling-with-unmap_zeroes_data.patch
	patches.suse/target-rbd-add-WRITE-SAME-support.patch
	patches.suse/rbd-add-rbd_img_fill_cmp_and_write_from_bvecs.patch
	patches.suse/libceph-add-support-for-CMPEXT-compare-extent-reques.patch
	patches.suse/rbd-add-support-for-COMPARE_AND_WRITE-CMPEXT.patch
	patches.suse/target-rbd-support-COMPARE_AND_WRITE.patch
	patches.suse/target-rbd-detect-stripe_unit-SCSI-block-size-misali.patch
	patches.suse/target-disallow-emulate_legacy_capacity-with-RBD-obj.patch

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

	########################################################
	# Networking drivers (wired)
	########################################################
	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/bsc1170284-ixgbe_dont_check_firmware_errors.patch

	########################################################
	# Wireless networking drivers
	########################################################
	patches.suse/b43-missing-firmware-info.patch
	patches.suse/brcmfmac-Add-clm_blob-firmware-files-to-modinfo.patch

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

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

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

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

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

	# VFIO

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

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

	# Printk
	patches.suse/printk-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/0001-kABI-more-hooks-for-PCI-changes.patch
	patches.suse/QAT-add-suse_kabi_padding.patch
	patches.suse/crypto-add-suse_kabi_padding.patch
	patches.suse/fpga-add-kABI-padding.patch
	patches.suse/x86-cpufeatures-add-kabi-padding.patch
	patches.suse/hdaudio-suse-kabi-padding.patch
	patches.suse/asoc-suse-kabi-padding.patch
	patches.suse/arch-arm64-mm_context-t-placeholder.patch
	patches.suse/powerpc-Add-kABI-placeholder-to-struct-pci_controlle.patch

	########################################################
	# kABI consistency patches
	########################################################
	patches.kabi/kabi-fix-after-nvmx-properly-handle-userspace-interrupt-window-request
	patches.kabi/ASoC-soc-core-kABI-workaround.patch
	patches.kabi/kABI-powerpc-pmem-Include-pmem-prototypes.patch
	patches.kabi/kABI-cover-up-change-in-struct-kvm_arch.patch
	patches.kabi/kABI-powerpc-pseries-Add-shutdown-to-vio_driver-and-.patch
	patches.kabi/reintroduce-cqhci_suspend-for-kABI.patch
	patches.kabi/cfg80211-kabi-workaround.patch
	patches.kabi/ath10k-CVE-2020-24588-kABI-workaround.patch
	patches.kabi/hci_chan-amp-kABI-workaround.patch
	patches.kabi/nxp-i2c-restore-includes-for-kABI.patch
	patches.kabi/UCSI-fixup-of-array-of-PDOs.patch
	patches.kabi/lis3lv02d-kabi-workaround.patch
	patches.kabi/rtw88-kabi-workaround.patch
	patches.kabi/scsi-ufs-fix-ktime_t-kabi-change
	patches.kabi/fcoe-fcoe_wwn_from_mac-kabi-fix
	patches.kabi/max98373-kabi-fix.patch
	patches.kabi/pci-quirks-kabi-workaround.patch
	patches.kabi/kABI-workaround-for-drivers-usb-gadget-function-f_fs.patch
	patches.kabi/intel_th_driver-kabi-workaround.patch
	patches.kabi/btintel-kabi-workaround.patch
	patches.kabi/NFSv4.1-Don-t-rebind-to-the-same-source-port-when-re.patch
	patches.kabi/blk-cgroup-kABI-fixes-for-new-fc_app_id-definition.patch
	patches.kabi/rq-qos-fix-missed-wake-ups-kabi.patch
	patches.kabi/SUNRPC-defer-slow-parts-of-rpc_free_client-to-a-work-kabi.patch
	patches.kabi/kABI-fix-of-usb_dcd_config_params.patch
	patches.kabi/kabi-fix-bpf_insn_aux_data-revert-sanitize_stack_spill.patch
	patches.kabi/NFS-pass-cred-explicitly-for-access-tests.patch
	patches.kabi/scsi-fc-kABI-fixes-for-new-ELS_RDP-definition.patch
	patches.kabi/ath_key_delete-kABI-fix.patch
	patches.kabi/blk-mq-kABI-fixes-for-blk_mq_queue_map.patch
	patches.kabi/hda-intel-probe-retry-kABI-workaround.patch
	patches.kabi/block-fixup-kabi-blk_mq_sched_try_insert_merge.patch
	patches.kabi/kabi-hide-return-value-type-change-of-sctp_af-from_a.patch
	patches.kabi/cfg80211-mgmt_registrations_lock-kabi.patch
	patches.kabi/kABI-Fix-kABI-after-36950f2da1ea.patch
	patches.kabi/kABI-dm-fix-deadlock-when-swapping-to-encrypted-device.patch
	patches.kabi/s390-mm-Fix-secure-storage-access-exception-handling
	patches.kabi/bpf-Fix-toctou-on-read-only-map-s-constant-scalar-tracking_struct-bpfmap_workaround.patch

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