kernel-source/series.conf

1090 lines
78 KiB
Plaintext

# 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.
########################################################
# latest standard kernel patches
# DO NOT MODIFY THEM!
# Send separate patches upstream if you find a problem...
########################################################
patches.kernel.org/5.10.1-001-Revert-md-change-mddev-chunk_sectors-from-int-to-uns.patch
patches.kernel.org/5.10.1-002-Revert-dm-raid-fix-discard-limits-for-raid1-and-raid.patch
patches.kernel.org/5.10.1-003-Linux-5.10.1.patch
patches.kernel.org/5.10.2-001-ptrace-Prevent-kernel-infoleak-in-ptrace_get_s.patch
patches.kernel.org/5.10.2-002-ktest.pl-If-size-of-log-is-too-big-to-email-em.patch
patches.kernel.org/5.10.2-003-ktest.pl-Fix-the-logic-for-truncating-the-size.patch
patches.kernel.org/5.10.2-004-USB-legotower-fix-logical-error-in-recent-comm.patch
patches.kernel.org/5.10.2-005-USB-dummy-hcd-Fix-uninitialized-array-use-in-i.patch
patches.kernel.org/5.10.2-006-USB-add-RESET_RESUME-quirk-for-Snapscan-1212.patch
patches.kernel.org/5.10.2-007-ALSA-usb-audio-Fix-potential-out-of-bounds-shi.patch
patches.kernel.org/5.10.2-008-ALSA-usb-audio-Fix-control-access-overflow-err.patch
patches.kernel.org/5.10.2-009-xhci-Give-USB2-ports-time-to-enter-U3-in-bus-s.patch
patches.kernel.org/5.10.2-010-usb-xhci-Set-quirk-for-XHCI_SG_TRB_CACHE_SIZE_.patch
patches.kernel.org/5.10.2-011-xhci-pci-Allow-host-runtime-PM-as-default-for-.patch
patches.kernel.org/5.10.2-012-xhci-pci-Allow-host-runtime-PM-as-default-for-.patch
patches.kernel.org/5.10.2-013-USB-UAS-introduce-a-quirk-to-set-no_write_same.patch
patches.kernel.org/5.10.2-014-USB-sisusbvga-Make-console-support-depend-on-B.patch
patches.kernel.org/5.10.2-015-ALSA-pcm-oss-Fix-potential-out-of-bounds-shift.patch
patches.kernel.org/5.10.2-016-serial-8250_omap-Avoid-FIFO-corruption-caused-.patch
patches.kernel.org/5.10.2-017-Linux-5.10.2.patch
patches.kernel.org/5.10.3-001-net-ipconfig-Avoid-spurious-blank-lines-in-boo.patch
patches.kernel.org/5.10.3-002-x86-split-lock-Avoid-returning-with-interrupts.patch
patches.kernel.org/5.10.3-003-exfat-Avoid-allocating-upcase-table-using-kcal.patch
patches.kernel.org/5.10.3-004-soc-tegra-fuse-Fix-index-bug-in-get_process_id.patch
patches.kernel.org/5.10.3-005-usb-mtu3-fix-memory-corruption-in-mtu3_debugfs.patch
patches.kernel.org/5.10.3-006-USB-serial-option-add-interface-number-sanity-.patch
patches.kernel.org/5.10.3-007-USB-gadget-f_acm-add-support-for-SuperSpeed-Pl.patch
patches.kernel.org/5.10.3-008-USB-gadget-f_midi-setup-SuperSpeed-Plus-descri.patch
patches.kernel.org/5.10.3-009-usb-gadget-f_fs-Re-use-SS-descriptors-for-Supe.patch
patches.kernel.org/5.10.3-010-USB-gadget-f_rndis-fix-bitrate-for-SuperSpeed-.patch
patches.kernel.org/5.10.3-011-usb-chipidea-ci_hdrc_imx-Pass-DISABLE_DEVICE_S.patch
patches.kernel.org/5.10.3-012-ARM-dts-exynos-fix-roles-of-USB-3.0-ports-on-O.patch
patches.kernel.org/5.10.3-013-ARM-dts-exynos-fix-USB-3.0-VBUS-control-and-ov.patch
patches.kernel.org/5.10.3-014-ARM-dts-exynos-fix-USB-3.0-pins-supply-being-t.patch
patches.kernel.org/5.10.3-015-coresight-tmc-etf-Fix-NULL-ptr-dereference-in-.patch
patches.kernel.org/5.10.3-016-coresight-tmc-etr-Check-if-page-is-valid-befor.patch
patches.kernel.org/5.10.3-017-coresight-tmc-etr-Fix-barrier-packet-insertion.patch
patches.kernel.org/5.10.3-018-coresight-etb10-Fix-possible-NULL-ptr-derefere.patch
patches.kernel.org/5.10.3-019-coresight-etm4x-Skip-setting-LPOVERRIDE-bit-fo.patch
patches.kernel.org/5.10.3-020-coresight-etm4x-Fix-accesses-to-TRCVMIDCTLR1.patch
patches.kernel.org/5.10.3-021-coresight-etm4x-Fix-accesses-to-TRCCIDCTLR1.patch
patches.kernel.org/5.10.3-022-coresight-etm4x-Fix-accesses-to-TRCPROCSELR.patch
patches.kernel.org/5.10.3-023-coresight-etm4x-Handle-TRCVIPCSSCTLR-accesses.patch
patches.kernel.org/5.10.3-024-f2fs-fix-to-seek-incorrect-data-offset-in-inli.patch
patches.kernel.org/5.10.3-025-f2fs-init-dirty_secmap-incorrectly.patch
patches.kernel.org/5.10.3-026-scsi-megaraid_sas-Check-user-provided-offsets.patch
patches.kernel.org/5.10.3-027-HID-i2c-hid-add-Vero-K147-to-descriptor-overri.patch
patches.kernel.org/5.10.3-028-serial_core-Check-for-port-state-when-tty-is-i.patch
patches.kernel.org/5.10.3-029-fscrypt-remove-kernel-internal-constants-from-.patch
patches.kernel.org/5.10.3-030-fscrypt-add-fscrypt_is_nokey_name.patch
patches.kernel.org/5.10.3-031-ubifs-prevent-creating-duplicate-encrypted-fil.patch
patches.kernel.org/5.10.3-032-ext4-prevent-creating-duplicate-encrypted-file.patch
patches.kernel.org/5.10.3-033-f2fs-prevent-creating-duplicate-encrypted-file.patch
patches.kernel.org/5.10.3-034-Bluetooth-Fix-slab-out-of-bounds-read-in-hci_l.patch
patches.kernel.org/5.10.3-035-quota-Sanity-check-quota-file-headers-on-load.patch
patches.kernel.org/5.10.3-036-fs-quota-fix-array-index-out-of-bounds-bug-by-.patch
patches.kernel.org/5.10.3-037-media-msi2500-assign-SPI-bus-number-dynamicall.patch
patches.kernel.org/5.10.3-038-crypto-af_alg-avoid-undefined-behavior-accessi.patch
patches.kernel.org/5.10.3-039-nl80211-validate-key-indexes-for-cfg80211_regi.patch
patches.kernel.org/5.10.3-040-md-fix-a-warning-caused-by-a-race-between-conc.patch
patches.kernel.org/5.10.3-041-Linux-5.10.3.patch
patches.kernel.org/5.10.4-001-hwmon-k10temp-Remove-support-for-displaying-vo.patch
patches.kernel.org/5.10.4-002-drm-gma500-fix-double-free-of-gma_connector.patch
patches.kernel.org/5.10.4-003-iio-adc-at91_adc-add-Kconfig-dep-on-the-OF-sym.patch
patches.kernel.org/5.10.4-004-drm-aspeed-Fix-Kconfig-warning-subsequent-buil.patch
patches.kernel.org/5.10.4-005-drm-mcde-Fix-handling-of-platform_get_irq-erro.patch
patches.kernel.org/5.10.4-006-drm-tve200-Fix-handling-of-platform_get_irq-er.patch
patches.kernel.org/5.10.4-007-arm64-dts-renesas-hihope-rzg2-ex-Drop-rxc-skew.patch
patches.kernel.org/5.10.4-008-arm64-dts-renesas-cat875-Remove-rxc-skew-ps-fr.patch
patches.kernel.org/5.10.4-009-soc-renesas-rmobile-sysc-Fix-some-leaks-in-rmo.patch
patches.kernel.org/5.10.4-010-soc-mediatek-Check-if-power-domains-can-be-pow.patch
patches.kernel.org/5.10.4-011-arm64-dts-mediatek-mt8183-fix-gce-incorrect-mb.patch
patches.kernel.org/5.10.4-012-arm64-dts-ipq6018-update-the-reserved-memory-n.patch
patches.kernel.org/5.10.4-013-arm64-dts-qcom-sc7180-Fix-one-forgotten-interc.patch
patches.kernel.org/5.10.4-014-soc-qcom-geni-More-properly-switch-to-DMA-mode.patch
patches.kernel.org/5.10.4-015-Revert-i2c-i2c-qcom-geni-Fix-DMA-transfer-race.patch
patches.kernel.org/5.10.4-016-RDMA-bnxt_re-Set-queue-pair-state-when-being-q.patch
patches.kernel.org/5.10.4-017-rtc-pcf2127-fix-pcf2127_nvmem_read-write-retur.patch
patches.kernel.org/5.10.4-018-RDMA-bnxt_re-Fix-entry-size-during-SRQ-create.patch
patches.kernel.org/5.10.4-019-selinux-fix-error-initialization-in-inode_doin.patch
patches.kernel.org/5.10.4-020-ARM-dts-aspeed-g6-Fix-the-GPIO-memory-size.patch
patches.kernel.org/5.10.4-021-ARM-dts-aspeed-s2600wf-Fix-VGA-memory-region-l.patch
patches.kernel.org/5.10.4-022-RDMA-core-Fix-error-return-in-_ib_modify_qp.patch
patches.kernel.org/5.10.4-023-RDMA-rxe-Compute-PSN-windows-correctly.patch
patches.kernel.org/5.10.4-024-x86-mm-ident_map-Check-for-errors-from-ident_p.patch
patches.kernel.org/5.10.4-025-ARM-p2v-fix-handling-of-LPAE-translation-in-BE.patch
patches.kernel.org/5.10.4-026-RDMA-rtrs-clt-Remove-destroy_con_cq_qp-in-case.patch
patches.kernel.org/5.10.4-027-RDMA-rtrs-clt-Missing-error-from-rtrs_rdma_con.patch
patches.kernel.org/5.10.4-028-RDMA-rtrs-srv-Don-t-guard-the-whole-__alloc_sr.patch
patches.kernel.org/5.10.4-029-x86-apic-Fix-x2apic-enablement-without-interru.patch
patches.kernel.org/5.10.4-030-ASoC-qcom-fix-unsigned-int-bitwidth-compared-t.patch
patches.kernel.org/5.10.4-031-sched-deadline-Fix-sched_dl_global_validate.patch
patches.kernel.org/5.10.4-032-sched-Reenable-interrupts-in-do_sched_yield.patch
patches.kernel.org/5.10.4-033-drm-amdgpu-fix-incorrect-enum-type.patch
patches.kernel.org/5.10.4-034-crypto-talitos-Endianess-in-current_desc_hdr.patch
patches.kernel.org/5.10.4-035-crypto-talitos-Fix-return-type-of-current_desc.patch
patches.kernel.org/5.10.4-036-crypto-inside-secure-Fix-sizeof-mismatch.patch
patches.kernel.org/5.10.4-037-ASoC-sun4i-i2s-Fix-lrck_period-computation-for.patch
patches.kernel.org/5.10.4-038-drm-msm-Add-missing-stub-definition.patch
patches.kernel.org/5.10.4-039-ARM-dts-aspeed-tiogapass-Remove-vuart.patch
patches.kernel.org/5.10.4-040-drm-amdgpu-fix-build_coefficients-argument.patch
patches.kernel.org/5.10.4-041-powerpc-64-Set-up-a-kernel-stack-for-secondari.patch
patches.kernel.org/5.10.4-042-spi-img-spfi-fix-reference-leak-in-img_spfi_re.patch
patches.kernel.org/5.10.4-043-f2fs-call-f2fs_get_meta_page_retry-for-nat-pag.patch
patches.kernel.org/5.10.4-044-RDMA-mlx5-Fix-corruption-of-reg_pages-in-mlx5_.patch
patches.kernel.org/5.10.4-045-perf-test-Use-generic-event-for-expand_libpfm_.patch
patches.kernel.org/5.10.4-046-drm-msm-dp-DisplayPort-PHY-compliance-tests-fi.patch
patches.kernel.org/5.10.4-047-drm-msm-dsi_pll_7nm-restore-VCO-rate-during-re.patch
patches.kernel.org/5.10.4-048-drm-msm-dsi_pll_10nm-restore-VCO-rate-during-r.patch
patches.kernel.org/5.10.4-049-drm-msm-dpu-fix-clock-scaling-on-non-sc7180-bo.patch
patches.kernel.org/5.10.4-050-spi-spi-mem-fix-reference-leak-in-spi_mem_acce.patch
patches.kernel.org/5.10.4-051-scsi-aacraid-Improve-compat_ioctl-handlers.patch
patches.kernel.org/5.10.4-052-pinctrl-core-Add-missing-ifdef-CONFIG_GPIOLIB.patch
patches.kernel.org/5.10.4-053-ASoC-pcm-DRAIN-support-reactivation.patch
patches.kernel.org/5.10.4-054-drm-bridge-tpd12s015-Fix-irq-registering-in-tp.patch
patches.kernel.org/5.10.4-055-crypto-arm64-poly1305-neon-reorder-PAC-authent.patch
patches.kernel.org/5.10.4-056-crypto-arm-aes-neonbs-fix-usage-of-cbc-aes-fal.patch
patches.kernel.org/5.10.4-057-crypto-caam-fix-printing-on-xts-fallback-alloc.patch
patches.kernel.org/5.10.4-058-selinux-fix-inode_doinit_with_dentry-LABEL_INV.patch
patches.kernel.org/5.10.4-059-nl80211-cfg80211-fix-potential-infinite-loop.patch
patches.kernel.org/5.10.4-060-spi-stm32-fix-reference-leak-in-stm32_spi_resu.patch
patches.kernel.org/5.10.4-061-bpf-Fix-tests-for-local_storage.patch
patches.kernel.org/5.10.4-062-x86-mce-Correct-the-detection-of-invalid-notif.patch
patches.kernel.org/5.10.4-063-drm-edid-Fix-uninitialized-variable-in-drm_cvt.patch
patches.kernel.org/5.10.4-064-ath11k-Initialize-complete-alpha2-for-regulato.patch
patches.kernel.org/5.10.4-065-ath11k-Fix-number-of-rules-in-filtered-ETSI-re.patch
patches.kernel.org/5.10.4-066-ath11k-fix-wmi-init-configuration.patch
patches.kernel.org/5.10.4-067-brcmfmac-Fix-memory-leak-for-unpaired-brcmf_-a.patch
patches.kernel.org/5.10.4-068-arm64-dts-exynos-Include-common-syscon-restart.patch
patches.kernel.org/5.10.4-069-arm64-dts-exynos-Correct-psci-compatible-used-.patch
patches.kernel.org/5.10.4-070-drm-panel-simple-Add-flags-to-boe_nv133fhm_n61.patch
patches.kernel.org/5.10.4-071-Bluetooth-Fix-null-pointer-dereference-in-hci_.patch
patches.kernel.org/5.10.4-072-Bluetooth-Fix-LL-PRivacy-BLE-device-fails-to-c.patch
patches.kernel.org/5.10.4-073-Bluetooth-hci_h5-fix-memory-leak-in-h5_close.patch
patches.kernel.org/5.10.4-074-spi-stm32-qspi-fix-reference-leak-in-stm32-qsp.patch
patches.kernel.org/5.10.4-075-spi-spi-ti-qspi-fix-reference-leak-in-ti_qspi_.patch
patches.kernel.org/5.10.4-076-spi-mt7621-fix-missing-clk_disable_unprepare-o.patch
patches.kernel.org/5.10.4-077-spi-tegra20-slink-fix-reference-leak-in-slink-.patch
patches.kernel.org/5.10.4-078-spi-tegra20-sflash-fix-reference-leak-in-tegra.patch
patches.kernel.org/5.10.4-079-spi-tegra114-fix-reference-leak-in-tegra-spi-o.patch
patches.kernel.org/5.10.4-080-spi-bcm63xx-hsspi-fix-missing-clk_disable_unpr.patch
patches.kernel.org/5.10.4-081-spi-imx-fix-reference-leak-in-two-imx-operatio.patch
patches.kernel.org/5.10.4-082-ASoC-qcom-common-Fix-refcounting-in-qcom_snd_p.patch
patches.kernel.org/5.10.4-083-ath11k-Handle-errors-if-peer-creation-fails.patch
patches.kernel.org/5.10.4-084-mwifiex-fix-mwifiex_shutdown_sw-causing-sw-res.patch
patches.kernel.org/5.10.4-085-drm-msm-a6xx-Clear-shadow-on-suspend.patch
patches.kernel.org/5.10.4-086-drm-msm-a5xx-Clear-shadow-on-suspend.patch
patches.kernel.org/5.10.4-087-firmware-tegra-fix-strncpy-strncat-confusion.patch
patches.kernel.org/5.10.4-088-drm-msm-dp-return-correct-connection-status-af.patch
patches.kernel.org/5.10.4-089-drm-msm-dp-skip-checking-LINK_STATUS_UPDATED-b.patch
patches.kernel.org/5.10.4-090-drm-msm-dp-do-not-notify-audio-subsystem-if-si.patch
patches.kernel.org/5.10.4-091-selftests-run_kselftest.sh-fix-dry-run-typo.patch
patches.kernel.org/5.10.4-092-selftest-bpf-Add-missed-ip6ip6-test-back.patch
patches.kernel.org/5.10.4-093-ASoC-wm8994-Fix-PM-disable-depth-imbalance-on-.patch
patches.kernel.org/5.10.4-094-ASoC-wm8998-Fix-PM-disable-depth-imbalance-on-.patch
patches.kernel.org/5.10.4-095-spi-sprd-fix-reference-leak-in-sprd_spi_remove.patch
patches.kernel.org/5.10.4-096-virtiofs-fix-leak-in-setup.patch
patches.kernel.org/5.10.4-097-ASoC-arizona-Fix-a-wrong-free-in-wm8997_probe.patch
patches.kernel.org/5.10.4-098-RDMa-mthca-Work-around-Wenum-conversion-warnin.patch
patches.kernel.org/5.10.4-099-ASoC-SOF-Intel-fix-Kconfig-dependency-for-SND_.patch
patches.kernel.org/5.10.4-100-arm64-dts-ti-k3-am65-j721e-Fix-unit-address-fo.patch
patches.kernel.org/5.10.4-101-MIPS-BCM47XX-fix-kconfig-dependency-bug-for-BC.patch
patches.kernel.org/5.10.4-102-drm-amdgpu-fix-compute-queue-priority-if-num_k.patch
patches.kernel.org/5.10.4-103-soc-ti-omap-prm-Do-not-check-rstst-bit-on-deas.patch
patches.kernel.org/5.10.4-104-crypto-Kconfig-CRYPTO_MANAGER_EXTRA_TESTS-requ.patch
patches.kernel.org/5.10.4-105-crypto-qat-fix-status-check-in-qat_hal_put_rel.patch
patches.kernel.org/5.10.4-106-firmware-arm_scmi-Fix-missing-destroy_workqueu.patch
patches.kernel.org/5.10.4-107-drm-udl-Fix-missing-error-code-in-udl_handle_d.patch
patches.kernel.org/5.10.4-108-staging-greybus-codecs-Fix-reference-counter-l.patch
patches.kernel.org/5.10.4-109-staging-gasket-interrupt-fix-the-missed-eventf.patch
patches.kernel.org/5.10.4-110-scripts-kernel-doc-Restore-anonymous-enum-pars.patch
patches.kernel.org/5.10.4-111-drm-amdkfd-Put-ACPI-table-after-using-it.patch
patches.kernel.org/5.10.4-112-ionic-use-mc-sync-for-multicast-filters.patch
patches.kernel.org/5.10.4-113-ionic-flatten-calls-to-ionic_lif_rx_mode.patch
patches.kernel.org/5.10.4-114-ionic-change-set_rx_mode-from_ndo-to-can_sleep.patch
patches.kernel.org/5.10.4-115-media-tm6000-Fix-sizeof-mismatches.patch
patches.kernel.org/5.10.4-116-media-platform-add-missing-put_device-call-in-.patch
patches.kernel.org/5.10.4-117-media-mtk-vcodec-add-missing-put_device-call-i.patch
patches.kernel.org/5.10.4-118-media-mtk-vcodec-add-missing-put_device-call-i.patch
patches.kernel.org/5.10.4-119-media-mtk-vcodec-add-missing-put_device-call-i.patch
patches.kernel.org/5.10.4-120-media-v4l2-fwnode-Return-EINVAL-for-invalid-bu.patch
patches.kernel.org/5.10.4-121-media-v4l2-fwnode-v4l2_fwnode_endpoint_parse-c.patch
patches.kernel.org/5.10.4-122-media-ov5640-fix-support-of-BT656-bus-mode.patch
patches.kernel.org/5.10.4-123-media-staging-rkisp1-cap-fix-runtime-PM-imbala.patch
patches.kernel.org/5.10.4-124-media-cedrus-fix-reference-leak-in-cedrus_star.patch
patches.kernel.org/5.10.4-125-media-platform-add-missing-put_device-call-in-.patch
patches.kernel.org/5.10.4-126-media-venus-core-change-clk-enable-and-disable.patch
patches.kernel.org/5.10.4-127-media-venus-core-vote-for-video-mem-path.patch
patches.kernel.org/5.10.4-128-media-venus-core-vote-with-average-bandwidth-a.patch
patches.kernel.org/5.10.4-129-RDMA-cma-Add-missing-error-handling-of-listen_.patch
patches.kernel.org/5.10.4-130-ASoC-meson-fix-COMPILE_TEST-error.patch
patches.kernel.org/5.10.4-131-spi-dw-fix-build-error-by-selecting-MULTIPLEXE.patch
patches.kernel.org/5.10.4-132-scsi-core-Fix-VPD-LUN-ID-designator-priorities.patch
patches.kernel.org/5.10.4-133-media-venus-put-dummy-vote-on-video-mem-path-a.patch
patches.kernel.org/5.10.4-134-media-solo6x10-fix-missing-snd_card_free-in-er.patch
patches.kernel.org/5.10.4-135-video-fbdev-atmel_lcdfb-fix-return-error-code-.patch
patches.kernel.org/5.10.4-136-mmc-sdhci-tegra-fix-wrong-unit-with-busy_timeo.patch
patches.kernel.org/5.10.4-137-drm-omap-dmm_tiler-fix-return-error-code-in-om.patch
patches.kernel.org/5.10.4-138-drm-meson-Free-RDMA-resources-after-tearing-do.patch
patches.kernel.org/5.10.4-139-drm-meson-Unbind-all-connectors-on-module-remo.patch
patches.kernel.org/5.10.4-140-drm-meson-dw-hdmi-Register-a-callback-to-disab.patch
patches.kernel.org/5.10.4-141-drm-meson-dw-hdmi-Ensure-that-clocks-are-enabl.patch
patches.kernel.org/5.10.4-142-ASoC-intel-SND_SOC_INTEL_KEEMBAY-should-depend.patch
patches.kernel.org/5.10.4-143-iommu-vt-d-include-conditionally-on-CONFIG_INT.patch
patches.kernel.org/5.10.4-144-Input-ads7846-fix-race-that-causes-missing-rel.patch
patches.kernel.org/5.10.4-145-Input-ads7846-fix-integer-overflow-on-Rt-calcu.patch
patches.kernel.org/5.10.4-146-Input-ads7846-fix-unaligned-access-on-7845.patch
patches.kernel.org/5.10.4-147-bus-mhi-core-Remove-double-locking-from-mhi_dr.patch
patches.kernel.org/5.10.4-148-bus-mhi-core-Fix-null-pointer-access-when-pars.patch
patches.kernel.org/5.10.4-149-usb-max3421-fix-return-error-code-in-max3421_p.patch
patches.kernel.org/5.10.4-150-spi-mxs-fix-reference-leak-in-mxs_spi_probe.patch
patches.kernel.org/5.10.4-151-selftests-bpf-Fix-broken-riscv-build.patch
patches.kernel.org/5.10.4-152-powerpc-Avoid-broken-GCC-__attribute__-optimiz.patch
patches.kernel.org/5.10.4-153-powerpc-feature-Fix-CPU_FTRS_ALWAYS-by-removin.patch
patches.kernel.org/5.10.4-154-ARM-dts-tacoma-Fix-node-vs-reg-mismatch-for-fl.patch
patches.kernel.org/5.10.4-155-Revert-powerpc-pseries-hotplug-cpu-Remove-doub.patch
patches.kernel.org/5.10.4-156-powerpc-powernv-sriov-fix-unsigned-int-win-com.patch
patches.kernel.org/5.10.4-157-mfd-htc-i2cpld-Add-the-missed-i2c_put_adapter-.patch
patches.kernel.org/5.10.4-158-mfd-MFD_SL28CPLD-should-depend-on-ARCH_LAYERSC.patch
patches.kernel.org/5.10.4-159-mfd-stmfx-Fix-dev_err_probe-call-in-stmfx_chip.patch
patches.kernel.org/5.10.4-160-mfd-cpcap-Fix-interrupt-regression-with-regmap.patch
patches.kernel.org/5.10.4-161-EDAC-mce_amd-Use-struct-cpuinfo_x86.cpu_die_id.patch
patches.kernel.org/5.10.4-162-scsi-ufs-Avoid-to-call-REQ_CLKS_OFF-to-CLKS_OF.patch
patches.kernel.org/5.10.4-163-scsi-ufs-Fix-clkgating-on-off.patch
patches.kernel.org/5.10.4-164-rcu-Allow-rcu_irq_enter_check_tick-from-NMI.patch
patches.kernel.org/5.10.4-165-rcu-ftrace-Fix-ftrace-recursion.patch
patches.kernel.org/5.10.4-166-rcu-tree-Defer-kvfree_rcu-allocation-to-a-clea.patch
patches.kernel.org/5.10.4-167-crypto-crypto4xx-Replace-bitwise-OR-with-logic.patch
patches.kernel.org/5.10.4-168-crypto-omap-aes-Fix-PM-disable-depth-imbalance.patch
patches.kernel.org/5.10.4-169-crypto-sun8i-ce-fix-two-error-path-s-memory-le.patch
patches.kernel.org/5.10.4-170-spi-fix-resource-leak-for-drivers-without-.rem.patch
patches.kernel.org/5.10.4-171-drm-meson-dw-hdmi-Disable-clocks-on-driver-tea.patch
patches.kernel.org/5.10.4-172-drm-meson-dw-hdmi-Enable-the-iahb-clock-early-.patch
patches.kernel.org/5.10.4-173-PCI-Disable-MSI-for-Pericom-PCIe-USB-adapter.patch
patches.kernel.org/5.10.4-174-PCI-brcmstb-Initialize-tmp-before-use.patch
patches.kernel.org/5.10.4-175-soc-ti-knav_qmss-fix-reference-leak-in-knav_qu.patch
patches.kernel.org/5.10.4-176-soc-ti-Fix-reference-imbalance-in-knav_dma_pro.patch
patches.kernel.org/5.10.4-177-drivers-soc-ti-knav_qmss_queue-Fix-error-retur.patch
patches.kernel.org/5.10.4-178-soc-qcom-initialize-local-variable.patch
patches.kernel.org/5.10.4-179-arm64-dts-qcom-sm8250-correct-compatible-for-s.patch
patches.kernel.org/5.10.4-180-arm64-dts-qcom-msm8916-samsung-a2015-Disable-m.patch
patches.kernel.org/5.10.4-181-Input-omap4-keypad-fix-runtime-PM-error-handli.patch
patches.kernel.org/5.10.4-182-clk-meson-Kconfig-fix-dependency-for-G12A.patch
patches.kernel.org/5.10.4-183-staging-mfd-hi6421-spmi-pmic-fix-error-return-.patch
patches.kernel.org/5.10.4-184-ath11k-Fix-the-rx_filter-flag-setting-for-peer.patch
patches.kernel.org/5.10.4-185-RDMA-cxgb4-Validate-the-number-of-CQEs.patch
patches.kernel.org/5.10.4-186-soundwire-Fix-DEBUG_LOCKS_WARN_ON-for-uninitia.patch
patches.kernel.org/5.10.4-187-pinctrl-sunxi-fix-irq-bank-map-for-the-Allwinn.patch
patches.kernel.org/5.10.4-188-memstick-fix-a-double-free-bug-in-memstick_che.patch
patches.kernel.org/5.10.4-189-ARM-dts-at91-sam9x60-add-pincontrol-for-USB-Ho.patch
patches.kernel.org/5.10.4-190-ARM-dts-at91-sama5d4_xplained-add-pincontrol-f.patch
patches.kernel.org/5.10.4-191-ARM-dts-at91-sama5d3_xplained-add-pincontrol-f.patch
patches.kernel.org/5.10.4-192-mmc-pxamci-Fix-error-return-code-in-pxamci_pro.patch
patches.kernel.org/5.10.4-193-brcmfmac-fix-error-return-code-in-brcmf_cfg802.patch
patches.kernel.org/5.10.4-194-orinoco-Move-context-allocation-after-processi.patch
patches.kernel.org/5.10.4-195-qtnfmac-fix-error-return-code-in-qtnf_pcie_pro.patch
patches.kernel.org/5.10.4-196-rsi-fix-error-return-code-in-rsi_reset_card.patch
patches.kernel.org/5.10.4-197-cw1200-fix-missing-destroy_workqueue-on-error-.patch
patches.kernel.org/5.10.4-198-dmaengine-mv_xor_v2-Fix-error-return-code-in-m.patch
patches.kernel.org/5.10.4-199-arm64-dts-qcom-sdm845-Limit-ipa-iommu-streams.patch
patches.kernel.org/5.10.4-200-leds-netxbig-add-missing-put_device-call-in-ne.patch
patches.kernel.org/5.10.4-201-leds-lp50xx-Fix-an-error-handling-path-in-lp50.patch
patches.kernel.org/5.10.4-202-leds-turris-omnia-check-for-LED_COLOR_ID_RGB-i.patch
patches.kernel.org/5.10.4-203-arm64-tegra-Fix-DT-binding-for-IO-High-Voltage.patch
patches.kernel.org/5.10.4-204-RDMA-cma-Fix-deadlock-on-lock-in-rdma_cma_list.patch
patches.kernel.org/5.10.4-205-soundwire-qcom-Fix-build-failure-when-slimbus-.patch
patches.kernel.org/5.10.4-206-drm-imx-dcss-fix-rotations-for-Vivante-tiled-f.patch
patches.kernel.org/5.10.4-207-media-siano-fix-memory-leak-of-debugfs-members.patch
patches.kernel.org/5.10.4-208-platform-x86-mlx-platform-Remove-PSU-EEPROM-fr.patch
patches.kernel.org/5.10.4-209-platform-x86-mlx-platform-Remove-PSU-EEPROM-fr.patch
patches.kernel.org/5.10.4-210-arm64-dts-qcom-sc7180-limit-IPA-iommu-streams.patch
patches.kernel.org/5.10.4-211-RDMA-hns-Only-record-vlan-info-for-HIP08.patch
patches.kernel.org/5.10.4-212-RDMA-hns-Fix-missing-fields-in-address-vector.patch
patches.kernel.org/5.10.4-213-RDMA-hns-Avoid-setting-loopback-indicator-when.patch
patches.kernel.org/5.10.4-214-serial-8250-mtk-Fix-reference-leak-in-mtk8250_.patch
patches.kernel.org/5.10.4-215-samples-bpf-Fix-lwt_len_hist-reusing-previous-.patch
patches.kernel.org/5.10.4-216-media-imx214-Fix-stop-streaming.patch
patches.kernel.org/5.10.4-217-mips-cdmm-fix-use-after-free-in-mips_cdmm_bus_.patch
patches.kernel.org/5.10.4-218-media-max2175-fix-max2175_set_csm_mode-error-c.patch
patches.kernel.org/5.10.4-219-slimbus-qcom-ngd-ctrl-Avoid-sending-power-requ.patch
patches.kernel.org/5.10.4-220-RDMA-core-Track-device-memory-MRs.patch
patches.kernel.org/5.10.4-221-drm-mediatek-Use-correct-aliases-name-for-ovl.patch
patches.kernel.org/5.10.4-222-HSI-omap_ssi-Don-t-jump-to-free-ID-in-ssi_add_.patch
patches.kernel.org/5.10.4-223-ARM-dts-Remove-non-existent-i2c1-from-98dx3236.patch
patches.kernel.org/5.10.4-224-arm64-dts-armada-3720-turris-mox-update-ethern.patch
patches.kernel.org/5.10.4-225-power-supply-bq25890-Use-the-correct-range-for.patch
patches.kernel.org/5.10.4-226-arm64-dts-rockchip-Set-dr_mode-to-host-for-OTG.patch
patches.kernel.org/5.10.4-227-power-supply-max17042_battery-Fix-current_-avg.patch
patches.kernel.org/5.10.4-228-power-supply-axp288_charger-Fix-HP-Pavilion-x2.patch
patches.kernel.org/5.10.4-229-power-supply-bq24190_charger-fix-reference-lea.patch
patches.kernel.org/5.10.4-230-genirq-irqdomain-Don-t-try-to-free-an-interrup.patch
patches.kernel.org/5.10.4-231-arm64-dts-ls1028a-fix-ENETC-PTP-clock-input.patch
patches.kernel.org/5.10.4-232-arm64-dts-ls1028a-fix-FlexSPI-clock-input.patch
patches.kernel.org/5.10.4-233-arm64-dts-freescale-sl28-combine-SPI-MTD-parti.patch
patches.kernel.org/5.10.4-234-phy-tegra-xusb-Fix-usb_phy-device-driver-field.patch
patches.kernel.org/5.10.4-235-arm64-dts-qcom-c630-Polish-i2c-hid-devices.patch
patches.kernel.org/5.10.4-236-arm64-dts-qcom-c630-Fix-pinctrl-pins-propertie.patch
patches.kernel.org/5.10.4-237-PCI-Bounds-check-command-line-resource-alignme.patch
patches.kernel.org/5.10.4-238-PCI-Fix-overflow-in-command-line-resource-alig.patch
patches.kernel.org/5.10.4-239-PCI-iproc-Fix-out-of-bound-array-accesses.patch
patches.kernel.org/5.10.4-240-PCI-iproc-Invalidate-correct-PAXB-inbound-wind.patch
patches.kernel.org/5.10.4-241-arm64-dts-meson-fix-spi-max-frequency-on-Khada.patch
patches.kernel.org/5.10.4-242-arm64-dts-meson-sm1-fix-typo-in-opp-table.patch
patches.kernel.org/5.10.4-243-soc-amlogic-canvas-add-missing-put_device-call.patch
patches.kernel.org/5.10.4-244-scsi-hisi_sas-Fix-up-probe-error-handling-for-.patch
patches.kernel.org/5.10.4-245-scsi-pm80xx-Do-not-sleep-in-atomic-context.patch
patches.kernel.org/5.10.4-246-spi-spi-fsl-dspi-Use-max_native_cs-instead-of-.patch
patches.kernel.org/5.10.4-247-ARM-dts-at91-at91sam9rl-fix-ADC-triggers.patch
patches.kernel.org/5.10.4-248-RDMA-hns-Fix-0-length-sge-calculation-error.patch
patches.kernel.org/5.10.4-249-RDMA-hns-Bugfix-for-calculation-of-extended-sg.patch
patches.kernel.org/5.10.4-250-mailbox-arm_mhu_db-Fix-mhu_db_shutdown-by-repl.patch
patches.kernel.org/5.10.4-251-soundwire-master-use-pm_runtime_set_active-on-.patch
patches.kernel.org/5.10.4-252-platform-x86-dell-smbios-base-Fix-error-return.patch
patches.kernel.org/5.10.4-253-ASoC-Intel-Boards-tgl_max98373-update-TDM-slot.patch
patches.kernel.org/5.10.4-254-media-max9271-Fix-GPIO-enable-disable.patch
patches.kernel.org/5.10.4-255-media-rdacm20-Enable-GPIO1-explicitly.patch
patches.kernel.org/5.10.4-256-media-i2c-imx219-Selection-compliance-fixes.patch
patches.kernel.org/5.10.4-257-ath11k-Don-t-cast-ath11k_skb_cb-to-ieee80211_t.patch
patches.kernel.org/5.10.4-258-ath11k-Reset-ath11k_skb_cb-before-setting-new-.patch
patches.kernel.org/5.10.4-259-ath11k-Fix-an-error-handling-path.patch
patches.kernel.org/5.10.4-260-ath10k-Fix-the-parsing-error-in-service-availa.patch
patches.kernel.org/5.10.4-261-ath10k-Fix-an-error-handling-path.patch
patches.kernel.org/5.10.4-262-ath10k-Release-some-resources-in-an-error-hand.patch
patches.kernel.org/5.10.4-263-SUNRPC-rpc_wake_up-should-wake-up-tasks-in-the.patch
patches.kernel.org/5.10.4-264-NFSv4.2-condition-READDIR-s-mask-for-security-.patch
patches.kernel.org/5.10.4-265-SUNRPC-xprt_load_transport-needs-to-support-th.patch
patches.kernel.org/5.10.4-266-NFSv4-Fix-the-alignment-of-page-data-in-the-ge.patch
patches.kernel.org/5.10.4-267-net-sunrpc-Fix-snprintf-return-value-check-in-.patch
patches.kernel.org/5.10.4-268-lockd-don-t-use-interval-based-rebinding-over-.patch
patches.kernel.org/5.10.4-269-NFS-switch-nfsiod-to-be-an-UNBOUND-workqueue.patch
patches.kernel.org/5.10.4-270-selftests-seccomp-Update-kernel-config.patch
patches.kernel.org/5.10.4-271-vfio-pci-Use-io_remap_pfn_range-for-PCI-IO-mem.patch
patches.kernel.org/5.10.4-272-hwmon-ina3221-Fix-PM-usage-counter-unbalance-i.patch
patches.kernel.org/5.10.4-273-f2fs-fix-double-free-of-unicode-map.patch
patches.kernel.org/5.10.4-274-media-tvp5150-Fix-wrong-return-value-of-tvp515.patch
patches.kernel.org/5.10.4-275-media-saa7146-fix-array-overflow-in-vidioc_s_a.patch
patches.kernel.org/5.10.4-276-powerpc-perf-Fix-crash-with-is_sier_available-.patch
patches.kernel.org/5.10.4-277-powerpc-64-Fix-an-EMIT_BUG_ENTRY-in-head_64.S.patch
patches.kernel.org/5.10.4-278-powerpc-xmon-Fix-build-failure-for-8xx.patch
patches.kernel.org/5.10.4-279-powerpc-perf-Fix-to-update-radix_scope_qual-in.patch
patches.kernel.org/5.10.4-280-powerpc-perf-Update-the-PMU-group-constraints-.patch
patches.kernel.org/5.10.4-281-powerpc-perf-Fix-the-PMU-group-constraints-for.patch
patches.kernel.org/5.10.4-282-clocksource-drivers-orion-Add-missing-clk_disa.patch
patches.kernel.org/5.10.4-283-clocksource-drivers-cadence_ttc-Fix-memory-lea.patch
patches.kernel.org/5.10.4-284-clocksource-drivers-ingenic-Fix-section-mismat.patch
patches.kernel.org/5.10.4-285-clocksource-drivers-riscv-Make-RISCV_TIMER-dep.patch
patches.kernel.org/5.10.4-286-arm64-mte-fix-prctl-PR_GET_TAGGED_ADDR_CTRL-if.patch
patches.kernel.org/5.10.4-287-iio-hrtimer-trigger-Mark-hrtimer-to-expire-in-.patch
patches.kernel.org/5.10.4-288-libbpf-Sanitise-map-names-before-pinning.patch
patches.kernel.org/5.10.4-289-ARM-dts-at91-sam9x60ek-remove-bypass-property.patch
patches.kernel.org/5.10.4-290-ARM-dts-at91-sama5d2-map-securam-as-device.patch
patches.kernel.org/5.10.4-291-scripts-kernel-doc-fix-parsing-function-like-t.patch
patches.kernel.org/5.10.4-292-bpf-Fix-bpf_put_raw_tracepoint-s-use-of-__modu.patch
patches.kernel.org/5.10.4-293-selftests-bpf-Fix-invalid-use-of-strncat-in-te.patch
patches.kernel.org/5.10.4-294-pinctrl-falcon-add-missing-put_device-call-in-.patch
patches.kernel.org/5.10.4-295-soc-rockchip-io-domain-Fix-error-return-code-i.patch
patches.kernel.org/5.10.4-296-arm64-dts-rockchip-Fix-UART-pull-ups-on-rk3328.patch
patches.kernel.org/5.10.4-297-memstick-r592-Fix-error-return-in-r592_probe.patch
patches.kernel.org/5.10.4-298-MIPS-Don-t-round-up-kernel-sections-size-for-m.patch
patches.kernel.org/5.10.4-299-mt76-mt7663s-fix-a-possible-ple-quota-underflo.patch
patches.kernel.org/5.10.4-300-mt76-mt7915-set-fops_sta_stats.owner-to-THIS_M.patch
patches.kernel.org/5.10.4-301-mt76-set-fops_tx_stats.owner-to-THIS_MODULE.patch
patches.kernel.org/5.10.4-302-mt76-dma-fix-possible-deadlock-running-mt76_dm.patch
patches.kernel.org/5.10.4-303-net-mlx5-Properly-convey-driver-version-to-fir.patch
patches.kernel.org/5.10.4-304-mt76-fix-memory-leak-if-device-probing-fails.patch
patches.kernel.org/5.10.4-305-mt76-fix-tkip-configuration-for-mt7615-7663-de.patch
patches.kernel.org/5.10.4-306-ASoC-jz4740-i2s-add-missed-checks-for-clk_get.patch
patches.kernel.org/5.10.4-307-ASoC-q6afe-clocks-Add-missing-parent-clock-rat.patch
patches.kernel.org/5.10.4-308-dm-ioctl-fix-error-return-code-in-target_messa.patch
patches.kernel.org/5.10.4-309-ASoC-cros_ec_codec-fix-uninitialized-memory-re.patch
patches.kernel.org/5.10.4-310-ASoC-atmel-mchp-spdifrx-needs-COMMON_CLK.patch
patches.kernel.org/5.10.4-311-ASoC-qcom-fix-QDSP6-dependencies-attempt-3.patch
patches.kernel.org/5.10.4-312-phy-mediatek-allow-compile-testing-the-hdmi-ph.patch
patches.kernel.org/5.10.4-313-phy-renesas-rcar-gen3-usb2-disable-runtime-pm-.patch
patches.kernel.org/5.10.4-314-memory-ti-emif-sram-only-build-for-ARMv7.patch
patches.kernel.org/5.10.4-315-memory-jz4780_nemc-Fix-potential-NULL-derefere.patch
patches.kernel.org/5.10.4-316-drm-msm-a5xx-Make-preemption-reset-case-reentr.patch
patches.kernel.org/5.10.4-317-drm-msm-add-IOMMU_SUPPORT-dependency.patch
patches.kernel.org/5.10.4-318-clocksource-drivers-arm_arch_timer-Use-stable-.patch
patches.kernel.org/5.10.4-319-clocksource-drivers-arm_arch_timer-Correct-fau.patch
patches.kernel.org/5.10.4-320-cpufreq-ap806-Add-missing-MODULE_DEVICE_TABLE.patch
patches.kernel.org/5.10.4-321-cpufreq-highbank-Add-missing-MODULE_DEVICE_TAB.patch
patches.kernel.org/5.10.4-322-cpufreq-mediatek-Add-missing-MODULE_DEVICE_TAB.patch
patches.kernel.org/5.10.4-323-cpufreq-qcom-Add-missing-MODULE_DEVICE_TABLE.patch
patches.kernel.org/5.10.4-324-cpufreq-st-Add-missing-MODULE_DEVICE_TABLE.patch
patches.kernel.org/5.10.4-325-cpufreq-sun50i-Add-missing-MODULE_DEVICE_TABLE.patch
patches.kernel.org/5.10.4-326-cpufreq-loongson1-Add-missing-MODULE_ALIAS.patch
patches.kernel.org/5.10.4-327-cpufreq-scpi-Add-missing-MODULE_ALIAS.patch
patches.kernel.org/5.10.4-328-cpufreq-vexpress-spc-Add-missing-MODULE_ALIAS.patch
patches.kernel.org/5.10.4-329-cpufreq-imx-fix-NVMEM_IMX_OCOTP-dependency.patch
patches.kernel.org/5.10.4-330-macintosh-adb-iop-Always-wait-for-reply-messag.patch
patches.kernel.org/5.10.4-331-macintosh-adb-iop-Send-correct-poll-command.patch
patches.kernel.org/5.10.4-332-staging-bcm2835-fix-vchiq_mmal-dependencies.patch
patches.kernel.org/5.10.4-333-staging-greybus-audio-Fix-possible-leak-free-w.patch
patches.kernel.org/5.10.4-334-spi-dw-Fix-error-return-code-in-dw_spi_bt1_pro.patch
patches.kernel.org/5.10.4-335-Bluetooth-btusb-Add-the-missed-release_firmwar.patch
patches.kernel.org/5.10.4-336-Bluetooth-btmtksdio-Add-the-missed-release_fir.patch
patches.kernel.org/5.10.4-337-Bluetooth-sco-Fix-crash-when-using-BT_SNDMTU-B.patch
patches.kernel.org/5.10.4-338-block-rnbd-clt-Dynamically-alloc-buffer-for-pa.patch
patches.kernel.org/5.10.4-339-block-rnbd-fix-a-null-pointer-dereference-on-d.patch
patches.kernel.org/5.10.4-340-Bluetooth-btusb-Fix-detection-of-some-fake-CSR.patch
patches.kernel.org/5.10.4-341-platform-x86-intel-vbtn-Fix-SW_TABLET_MODE-alw.patch
patches.kernel.org/5.10.4-342-adm8211-fix-error-return-code-in-adm8211_probe.patch
patches.kernel.org/5.10.4-343-mtd-spi-nor-sst-fix-BPn-bits-for-the-SST25VF06.patch
patches.kernel.org/5.10.4-344-mtd-spi-nor-ignore-errors-in-spi_nor_unlock_al.patch
patches.kernel.org/5.10.4-345-mtd-spi-nor-atmel-remove-global-protection-fla.patch
patches.kernel.org/5.10.4-346-mtd-spi-nor-atmel-fix-unlock_all-for-AT25FS010.patch
patches.kernel.org/5.10.4-347-arm64-dts-meson-g12b-odroid-n2-fix-PHY-deasser.patch
patches.kernel.org/5.10.4-348-arm64-dts-meson-fix-PHY-deassert-timing-requir.patch
patches.kernel.org/5.10.4-349-ARM-dts-meson-fix-PHY-deassert-timing-requirem.patch
patches.kernel.org/5.10.4-350-arm64-dts-meson-g12a-x96-max-fix-PHY-deassert-.patch
patches.kernel.org/5.10.4-351-arm64-dts-meson-g12b-w400-fix-PHY-deassert-tim.patch
patches.kernel.org/5.10.4-352-clk-fsl-sai-fix-memory-leak.patch
patches.kernel.org/5.10.4-353-scsi-qedi-Fix-missing-destroy_workqueue-on-err.patch
patches.kernel.org/5.10.4-354-scsi-pm80xx-Fix-error-return-in-pm8001_pci_pro.patch
patches.kernel.org/5.10.4-355-scsi-iscsi-Fix-inappropriate-use-of-put_device.patch
patches.kernel.org/5.10.4-356-seq_buf-Avoid-type-mismatch-for-seq_buf_init.patch
patches.kernel.org/5.10.4-357-scsi-fnic-Fix-error-return-code-in-fnic_probe.patch
patches.kernel.org/5.10.4-358-platform-x86-mlx-platform-Fix-item-counter-ass.patch
patches.kernel.org/5.10.4-359-platform-x86-mlx-platform-Fix-item-counter-ass.patch
patches.kernel.org/5.10.4-360-ARM-9030-1-entry-omit-FP-emulation-for-UND-exc.patch
patches.kernel.org/5.10.4-361-powerpc-pseries-hibernation-drop-pseries_suspe.patch
patches.kernel.org/5.10.4-362-powerpc-pseries-hibernation-remove-redundant-c.patch
patches.kernel.org/5.10.4-363-powerpc-powermac-Fix-low_sleep_handler-with-CO.patch
patches.kernel.org/5.10.4-364-drm-mediatek-avoid-dereferencing-a-null-hdmi_p.patch
patches.kernel.org/5.10.4-365-ASoC-amd-change-clk_get-to-devm_clk_get-and-ad.patch
patches.kernel.org/5.10.4-366-coresight-remove-broken-__exit-annotations.patch
patches.kernel.org/5.10.4-367-ASoC-max98390-Fix-error-codes-in-max98390_dsm_.patch
patches.kernel.org/5.10.4-368-powerpc-mm-sanity_check_fault-should-work-for-.patch
patches.kernel.org/5.10.4-369-usb-ehci-omap-Fix-PM-disable-depth-umbalance-i.patch
patches.kernel.org/5.10.4-370-usb-oxu210hp-hcd-Fix-memory-leak-in-oxu_create.patch
patches.kernel.org/5.10.4-371-speakup-fix-uninitialized-flush_lock.patch
patches.kernel.org/5.10.4-372-nfsd-Fix-message-level-for-normal-termination.patch
patches.kernel.org/5.10.4-373-NFSD-Fix-5-seconds-delay-when-doing-inter-serv.patch
patches.kernel.org/5.10.4-374-nfs_common-need-lock-during-iterate-through-th.patch
patches.kernel.org/5.10.4-375-x86-kprobes-Restore-BTF-if-the-single-stepping.patch
patches.kernel.org/5.10.4-376-scsi-qla2xxx-Fix-FW-initialization-error-on-bi.patch
patches.kernel.org/5.10.4-377-scsi-qla2xxx-Fix-N2N-and-NVMe-connect-retry-fa.patch
patches.kernel.org/5.10.4-378-platform-chrome-cros_ec_spi-Don-t-overwrite-sp.patch
patches.kernel.org/5.10.4-379-misc-pci_endpoint_test-fix-return-value-of-err.patch
patches.kernel.org/5.10.4-380-bus-fsl-mc-add-back-accidentally-dropped-error.patch
patches.kernel.org/5.10.4-381-bus-fsl-mc-fix-error-return-code-in-fsl_mc_obj.patch
patches.kernel.org/5.10.4-382-fsi-Aspeed-Add-mutex-to-protect-HW-access.patch
patches.kernel.org/5.10.4-383-s390-cio-fix-use-after-free-in-ccw_device_dest.patch
patches.kernel.org/5.10.4-384-iwlwifi-dbg-tlv-fix-old-length-in-is_trig_data.patch
patches.kernel.org/5.10.4-385-iwlwifi-mvm-hook-up-missing-RX-handlers.patch
patches.kernel.org/5.10.4-386-erofs-avoid-using-generic_block_bmap.patch
patches.kernel.org/5.10.4-387-clk-renesas-r8a779a0-Fix-R-and-OSC-clocks.patch
patches.kernel.org/5.10.4-388-can-m_can-m_can_config_endisable-remove-double.patch
patches.kernel.org/5.10.4-389-powerpc-sstep-Emulate-prefixed-instructions-on.patch
patches.kernel.org/5.10.4-390-powerpc-sstep-Cover-new-VSX-instructions-under.patch
patches.kernel.org/5.10.4-391-slimbus-qcom-fix-potential-NULL-dereference-in.patch
patches.kernel.org/5.10.4-392-ALSA-hda-hdmi-fix-silent-stream-for-first-play.patch
patches.kernel.org/5.10.4-393-RDMA-core-Do-not-indicate-device-ready-when-de.patch
patches.kernel.org/5.10.4-394-RDMA-uverbs-Fix-incorrect-variable-type.patch
patches.kernel.org/5.10.4-395-remoteproc-mediatek-change-MT8192-CFG-register.patch
patches.kernel.org/5.10.4-396-remoteproc-mtk_scp-surround-DT-device-IDs-with.patch
patches.kernel.org/5.10.4-397-remoteproc-q6v5-mss-fix-error-handling-in-q6v5.patch
patches.kernel.org/5.10.4-398-remoteproc-qcom-fix-reference-leak-in-adsp_sta.patch
patches.kernel.org/5.10.4-399-remoteproc-qcom-pas-fix-error-handling-in-adsp.patch
patches.kernel.org/5.10.4-400-remoteproc-k3-dsp-Fix-return-value-check-in-k3.patch
patches.kernel.org/5.10.4-401-remoteproc-qcom-Fix-potential-NULL-dereference.patch
patches.kernel.org/5.10.4-402-remoteproc-mediatek-unprepare-clk-if-scp_befor.patch
patches.kernel.org/5.10.4-403-clk-qcom-gcc-sc7180-Use-floor-ops-for-sdcc-clk.patch
patches.kernel.org/5.10.4-404-clk-tegra-Fix-duplicated-SE-clock-entry.patch
patches.kernel.org/5.10.4-405-mtd-rawnand-gpmi-fix-reference-count-leak-in-g.patch
patches.kernel.org/5.10.4-406-mtd-rawnand-meson-Fix-a-resource-leak-in-init.patch
patches.kernel.org/5.10.4-407-mtd-rawnand-gpmi-Fix-the-random-DMA-timeout-is.patch
patches.kernel.org/5.10.4-408-samples-bpf-Fix-possible-hang-in-xdpsock-with-.patch
patches.kernel.org/5.10.4-409-fs-Handle-I_DONTCACHE-in-iput_final-instead-of.patch
patches.kernel.org/5.10.4-410-extcon-max77693-Fix-modalias-string.patch
patches.kernel.org/5.10.4-411-crypto-atmel-i2c-select-CONFIG_BITREVERSE.patch
patches.kernel.org/5.10.4-412-mac80211-don-t-set-set-TDLS-STA-bandwidth-wide.patch
patches.kernel.org/5.10.4-413-mac80211-fix-a-mistake-check-for-rx_stats-upda.patch
patches.kernel.org/5.10.4-414-ASoC-wm_adsp-remove-ctl-from-list-on-error-in-.patch
patches.kernel.org/5.10.4-415-irqchip-alpine-msi-Fix-freeing-of-interrupts-o.patch
patches.kernel.org/5.10.4-416-irqchip-ti-sci-inta-Fix-printing-of-inta-id-on.patch
patches.kernel.org/5.10.4-417-irqchip-ti-sci-intr-Fix-freeing-of-irqs.patch
patches.kernel.org/5.10.4-418-dmaengine-ti-k3-udma-Correct-normal-channel-of.patch
patches.kernel.org/5.10.4-419-RDMA-hns-Limit-the-length-of-data-copied-betwe.patch
patches.kernel.org/5.10.4-420-RDMA-hns-Normalization-the-judgment-of-some-fe.patch
patches.kernel.org/5.10.4-421-RDMA-hns-Do-shift-on-traffic-class-when-using-.patch
patches.kernel.org/5.10.4-422-gpiolib-irq-hooks-fix-recursion-in-gpiochip_ir.patch
patches.kernel.org/5.10.4-423-ath11k-Fix-incorrect-tlvs-in-scan-start-comman.patch
patches.kernel.org/5.10.4-424-irqchip-qcom-pdc-Fix-phantom-irq-when-changing.patch
patches.kernel.org/5.10.4-425-watchdog-armada_37xx-Add-missing-dependency-on.patch
patches.kernel.org/5.10.4-426-watchdog-sirfsoc-Add-missing-dependency-on-HAS.patch
patches.kernel.org/5.10.4-427-watchdog-sprd-remove-watchdog-disable-from-res.patch
patches.kernel.org/5.10.4-428-watchdog-sprd-check-busy-bit-before-new-loadin.patch
patches.kernel.org/5.10.4-429-watchdog-Fix-potential-dereferencing-of-null-p.patch
patches.kernel.org/5.10.4-430-ubifs-Fix-error-return-code-in-ubifs_init_auth.patch
patches.kernel.org/5.10.4-431-um-Monitor-error-events-in-IRQ-controller.patch
patches.kernel.org/5.10.4-432-um-tty-Fix-handling-of-close-in-tty-lines.patch
patches.kernel.org/5.10.4-433-um-chan_xterm-Fix-fd-leak.patch
patches.kernel.org/5.10.4-434-sunrpc-fix-xs_read_xdr_buf-for-partial-pages-r.patch
patches.kernel.org/5.10.4-435-RDMA-mlx5-Fix-MR-cache-memory-leak.patch
patches.kernel.org/5.10.4-436-RDMA-cma-Don-t-overwrite-sgid_attr-after-devic.patch
patches.kernel.org/5.10.4-437-nfc-s3fwrn5-Release-the-nfc-firmware.patch
patches.kernel.org/5.10.4-438-drm-mxsfb-Silence-EPROBE_DEFER-while-waiting-f.patch
patches.kernel.org/5.10.4-439-powerpc-perf-Fix-Threshold-Event-Counter-Multi.patch
patches.kernel.org/5.10.4-440-powerpc-ps3-use-dma_mapping_error.patch
patches.kernel.org/5.10.4-441-perf-test-Fix-metric-parsing-test.patch
patches.kernel.org/5.10.4-442-drm-amdgpu-fix-regression-in-vbios-reservation.patch
patches.kernel.org/5.10.4-443-mm-gup-reorganize-internal_get_user_pages_fast.patch
patches.kernel.org/5.10.4-444-mm-gup-prevent-gup_fast-from-racing-with-COW-d.patch
patches.kernel.org/5.10.4-445-mm-gup-combine-put_compound_head-and-unpin_use.patch
patches.kernel.org/5.10.4-446-mm-memcg-slab-fix-return-of-child-memcg-objcg-.patch
patches.kernel.org/5.10.4-447-mm-memcg-slab-fix-use-after-free-in-obj_cgroup.patch
patches.kernel.org/5.10.4-448-mm-rmap-always-do-TTU_IGNORE_ACCESS.patch
patches.kernel.org/5.10.4-449-sparc-fix-handling-of-page-table-constructor-f.patch
patches.kernel.org/5.10.4-450-mm-vmalloc-Fix-unlock-order-in-s_stop.patch
patches.kernel.org/5.10.4-451-mm-vmalloc.c-fix-kasan-shadow-poisoning-size.patch
patches.kernel.org/5.10.4-452-mm-memory_failure-always-pin-the-page-in-madvi.patch
patches.kernel.org/5.10.4-453-hugetlb-fix-an-error-code-in-hugetlb_reserve_p.patch
patches.kernel.org/5.10.4-454-mm-don-t-wake-kswapd-prematurely-when-watermar.patch
patches.kernel.org/5.10.4-455-proc-fix-lookup-in-proc-net-subdirectories-aft.patch
patches.kernel.org/5.10.4-456-checkpatch-fix-unescaped-left-brace.patch
patches.kernel.org/5.10.4-457-s390-test_unwind-fix-CALL_ON_STACK-tests.patch
patches.kernel.org/5.10.4-458-lan743x-fix-rx_napi_poll-interrupt-ping-pong.patch
patches.kernel.org/5.10.4-459-ice-xsk-clear-the-status-bits-for-the-next_to_.patch
patches.kernel.org/5.10.4-460-i40e-xsk-clear-the-status-bits-for-the-next_to.patch
patches.kernel.org/5.10.4-461-net-dsa-qca-ar9331-fix-sleeping-function-calle.patch
patches.kernel.org/5.10.4-462-dpaa2-eth-fix-the-size-of-the-mapped-SGT-buffe.patch
patches.kernel.org/5.10.4-463-net-bcmgenet-Fix-a-resource-leak-in-an-error-h.patch
patches.kernel.org/5.10.4-464-net-mscc-ocelot-Fix-a-resource-leak-in-the-err.patch
patches.kernel.org/5.10.4-465-net-allwinner-Fix-some-resources-leak-in-the-e.patch
patches.kernel.org/5.10.4-466-block-rnbd-clt-Get-rid-of-warning-regarding-si.patch
patches.kernel.org/5.10.4-467-block-rnbd-clt-Fix-possible-memleak.patch
patches.kernel.org/5.10.4-468-NFS-pNFS-Fix-a-typo-in-ff_layout_resend_pnfs_r.patch
patches.kernel.org/5.10.4-469-net-korina-fix-return-value.patch
patches.kernel.org/5.10.4-470-devlink-use-_BITUL-macro-instead-of-BIT-in-the.patch
patches.kernel.org/5.10.4-471-libnvdimm-label-Return-ENXIO-for-no-slot-in-__.patch
patches.kernel.org/5.10.4-472-powerpc-32s-Fix-cleanup_cpu_mmu_context-compil.patch
patches.kernel.org/5.10.4-473-watchdog-qcom-Avoid-context-switch-in-restart-.patch
patches.kernel.org/5.10.4-474-watchdog-coh901327-add-COMMON_CLK-dependency.patch
patches.kernel.org/5.10.4-475-clk-ti-Fix-memleak-in-ti_fapll_synth_setup.patch
patches.kernel.org/5.10.4-476-pwm-zx-Add-missing-cleanup-in-error-path.patch
patches.kernel.org/5.10.4-477-pwm-lp3943-Dynamically-allocate-PWM-chip-base.patch
patches.kernel.org/5.10.4-478-pwm-imx27-Fix-overflow-for-bigger-periods.patch
patches.kernel.org/5.10.4-479-pwm-sun4i-Remove-erroneous-else-branch.patch
patches.kernel.org/5.10.4-480-io_uring-cancel-only-requests-of-current-task.patch
patches.kernel.org/5.10.4-481-tools-build-Add-missing-libcap-to-test-all.bin.patch
patches.kernel.org/5.10.4-482-perf-record-Fix-memory-leak-when-using-user-re.patch
patches.kernel.org/5.10.4-483-qlcnic-Fix-error-code-in-probe.patch
patches.kernel.org/5.10.4-484-nfp-move-indirect-block-cleanup-to-flower-app-.patch
patches.kernel.org/5.10.4-485-vdpa-mlx5-Use-write-memory-barrier-after-updat.patch
patches.kernel.org/5.10.4-486-virtio_ring-Cut-and-paste-bugs-in-vring_create.patch
patches.kernel.org/5.10.4-487-virtio_net-Fix-error-code-in-probe.patch
patches.kernel.org/5.10.4-488-virtio_ring-Fix-two-use-after-free-bugs.patch
patches.kernel.org/5.10.4-489-vhost-scsi-fix-error-return-code-in-vhost_scsi.patch
patches.kernel.org/5.10.4-490-epoll-check-for-events-when-removing-a-timed-o.patch
patches.kernel.org/5.10.4-491-clk-bcm-dvp-Add-MODULE_DEVICE_TABLE.patch
patches.kernel.org/5.10.4-492-clk-at91-sama7g5-fix-compilation-error.patch
patches.kernel.org/5.10.4-493-clk-at91-sam9x60-remove-atmel-osc-bypass-suppo.patch
patches.kernel.org/5.10.4-494-clk-s2mps11-Fix-a-resource-leak-in-error-handl.patch
patches.kernel.org/5.10.4-495-clk-sunxi-ng-Make-sure-divider-tables-have-sen.patch
patches.kernel.org/5.10.4-496-clk-vc5-Use-idt-voltage-microvolt-instead-of-i.patch
patches.kernel.org/5.10.4-497-kconfig-fix-return-value-of-do_error_if.patch
patches.kernel.org/5.10.4-498-powerpc-boot-Fix-build-of-dts-fsl.patch
patches.kernel.org/5.10.4-499-powerpc-smp-Add-__init-to-init_big_cores.patch
patches.kernel.org/5.10.4-500-ARM-9044-1-vfp-use-undef-hook-for-VFP-support-.patch
patches.kernel.org/5.10.4-501-ARM-9036-1-uncompress-Fix-dbgadtb-size-paramet.patch
patches.kernel.org/5.10.4-502-perf-probe-Fix-memory-leak-when-synthesizing-S.patch
patches.kernel.org/5.10.4-503-io_uring-fix-racy-IOPOLL-flush-overflow.patch
patches.kernel.org/5.10.4-504-io_uring-cancel-reqs-shouldn-t-kill-overflow-l.patch
patches.kernel.org/5.10.4-505-Smack-Handle-io_uring-kernel-thread-privileges.patch
patches.kernel.org/5.10.4-506-proc-mountinfo-make-splice-available-again.patch
patches.kernel.org/5.10.4-507-io_uring-fix-io_cqring_events-s-noflush.patch
patches.kernel.org/5.10.4-508-io_uring-fix-racy-IOPOLL-completions.patch
patches.kernel.org/5.10.4-509-io_uring-always-let-io_iopoll_complete-complet.patch
patches.kernel.org/5.10.4-510-vfio-pci-Move-dummy_resources_list-init-in-vfi.patch
patches.kernel.org/5.10.4-511-vfio-pci-nvlink2-Do-not-attempt-NPU2-setup-on-.patch
patches.kernel.org/5.10.4-512-media-gspca-Fix-memory-leak-in-probe.patch
patches.kernel.org/5.10.4-513-io_uring-fix-io_wqe-work_list-corruption.patch
patches.kernel.org/5.10.4-514-io_uring-fix-0-iov-read-buffer-select.patch
patches.kernel.org/5.10.4-515-io_uring-hold-uring_lock-while-completing-fail.patch
patches.kernel.org/5.10.4-516-io_uring-fix-ignoring-xa_store-errors.patch
patches.kernel.org/5.10.4-517-io_uring-fix-double-io_uring-free.patch
patches.kernel.org/5.10.4-518-io_uring-make-ctx-cancel-on-exit-targeted-to-a.patch
patches.kernel.org/5.10.4-519-media-sunxi-cir-ensure-IR-is-handled-when-it-i.patch
patches.kernel.org/5.10.4-520-media-netup_unidvb-Don-t-leak-SPI-master-in-pr.patch
patches.kernel.org/5.10.4-521-media-ipu3-cio2-Remove-traces-of-returned-buff.patch
patches.kernel.org/5.10.4-522-media-ipu3-cio2-Return-actual-subdev-format.patch
patches.kernel.org/5.10.4-523-media-ipu3-cio2-Serialise-access-to-pad-format.patch
patches.kernel.org/5.10.4-524-media-ipu3-cio2-Validate-mbus-format-in-settin.patch
patches.kernel.org/5.10.4-525-media-ipu3-cio2-Make-the-field-on-subdev-forma.patch
patches.kernel.org/5.10.4-526-Input-cyapa_gen6-fix-out-of-bounds-stack-acces.patch
patches.kernel.org/5.10.4-527-ALSA-hda-ca0132-Change-Input-Source-enum-strin.patch
patches.kernel.org/5.10.4-528-ACPI-NFIT-Fix-input-validation-of-bus-family.patch
patches.kernel.org/5.10.4-529-PM-ACPI-PCI-Drop-acpi_pm_set_bridge_wakeup.patch
patches.kernel.org/5.10.4-530-Revert-ACPI-resources-Use-AE_CTRL_TERMINATE-to.patch
patches.kernel.org/5.10.4-531-ACPI-PNP-compare-the-string-length-in-the-matc.patch
patches.kernel.org/5.10.4-532-ALSA-hda-Fix-regressions-on-clear-and-reconfig.patch
patches.kernel.org/5.10.4-533-ALSA-hda-ca0132-Fix-AE-5-rear-headphone-pincfg.patch
patches.kernel.org/5.10.4-534-ALSA-hda-realtek-make-bass-spk-volume-adjustab.patch
patches.kernel.org/5.10.4-535-ALSA-hda-realtek-Enable-headset-mic-of-ASUS-X4.patch
patches.kernel.org/5.10.4-536-ALSA-hda-realtek-Enable-headset-mic-of-ASUS-Q5.patch
patches.kernel.org/5.10.4-537-ALSA-hda-realtek-Add-supported-for-more-Lenovo.patch
patches.kernel.org/5.10.4-538-ALSA-pcm-oss-Fix-a-few-more-UBSAN-fixes.patch
patches.kernel.org/5.10.4-539-ALSA-hda-apply-jack-fixup-for-the-Acer-Veriton.patch
patches.kernel.org/5.10.4-540-ALSA-hda-realtek-Add-quirk-for-MSI-GP73.patch
patches.kernel.org/5.10.4-541-ALSA-hda-realtek-Apply-jack-fixup-for-Quanta-N.patch
patches.kernel.org/5.10.4-542-ALSA-hda-realtek-Remove-dummy-lineout-on-Acer-.patch
patches.kernel.org/5.10.4-543-ALSA-hda-realtek-Supported-Dell-fixed-type-hea.patch
patches.kernel.org/5.10.4-544-ALSA-usb-audio-Add-VID-to-support-native-DSD-r.patch
patches.kernel.org/5.10.4-545-ALSA-usb-audio-Disable-sample-read-check-if-fi.patch
patches.kernel.org/5.10.4-546-ALSA-usb-audio-Add-alias-entry-for-ASUS-PRIME-.patch
patches.kernel.org/5.10.4-547-ALSA-core-memalloc-add-page-alignment-for-iram.patch
patches.kernel.org/5.10.4-548-s390-smp-perform-initial-CPU-reset-also-for-SM.patch
patches.kernel.org/5.10.4-549-s390-kexec_file-fix-diag308-subcode-when-loadi.patch
patches.kernel.org/5.10.4-550-s390-idle-add-missing-mt_cycles-calculation.patch
patches.kernel.org/5.10.4-551-s390-idle-fix-accounting-with-machine-checks.patch
patches.kernel.org/5.10.4-552-s390-dasd-fix-hanging-device-offline-processin.patch
patches.kernel.org/5.10.4-553-s390-dasd-prevent-inconsistent-LCU-device-data.patch
patches.kernel.org/5.10.4-554-s390-dasd-fix-list-corruption-of-pavgroup-grou.patch
patches.kernel.org/5.10.4-555-s390-dasd-fix-list-corruption-of-lcu-list.patch
patches.kernel.org/5.10.4-556-binder-add-flag-to-clear-buffer-on-txn-complet.patch
patches.kernel.org/5.10.4-557-ASoC-cx2072x-Fix-doubly-definitions-of-Playbac.patch
patches.kernel.org/5.10.4-558-ASoC-AMD-Renoir-add-DMI-table-to-avoid-the-ACP.patch
patches.kernel.org/5.10.4-559-ASoC-AMD-Raven-Renoir-fix-the-PCI-probe-PCI-re.patch
patches.kernel.org/5.10.4-560-staging-comedi-mf6x4-Fix-AI-end-of-conversion-.patch
patches.kernel.org/5.10.4-561-z3fold-simplify-freeing-slots.patch
patches.kernel.org/5.10.4-562-z3fold-stricter-locking-and-more-careful-recla.patch
patches.kernel.org/5.10.4-563-perf-x86-intel-Add-event-constraint-for-CYCLE_.patch
patches.kernel.org/5.10.4-564-perf-x86-intel-Fix-rtm_abort_event-encoding-on.patch
patches.kernel.org/5.10.4-565-perf-x86-intel-lbr-Fix-the-return-type-of-get_.patch
patches.kernel.org/5.10.4-566-powerpc-perf-Exclude-kernel-samples-while-coun.patch
patches.kernel.org/5.10.4-567-cpufreq-intel_pstate-Use-most-recent-guarantee.patch
patches.kernel.org/5.10.4-568-crypto-ecdh-avoid-unaligned-accesses-in-ecdh_s.patch
patches.kernel.org/5.10.4-569-crypto-arm-aes-ce-work-around-Cortex-A57-A72-s.patch
patches.kernel.org/5.10.4-570-m68k-Fix-WARNING-splat-in-pmac_zilog-driver.patch
patches.kernel.org/5.10.4-571-Documentation-seqlock-s-LOCKTYPE-LOCKNAME-g.patch
patches.kernel.org/5.10.4-572-EDAC-i10nm-Use-readl-to-access-MMIO-registers.patch
patches.kernel.org/5.10.4-573-EDAC-amd64-Fix-PCI-component-registration.patch
patches.kernel.org/5.10.4-574-cpuset-fix-race-between-hotplug-work-and-later.patch
patches.kernel.org/5.10.4-575-dyndbg-fix-use-before-null-check.patch
patches.kernel.org/5.10.4-576-USB-serial-mos7720-fix-parallel-port-state-res.patch
patches.kernel.org/5.10.4-577-USB-serial-digi_acceleport-fix-write-wakeup-de.patch
patches.kernel.org/5.10.4-578-USB-serial-keyspan_pda-fix-dropped-unthrottle-.patch
patches.kernel.org/5.10.4-579-USB-serial-keyspan_pda-fix-write-deadlock.patch
patches.kernel.org/5.10.4-580-USB-serial-keyspan_pda-fix-stalled-writes.patch
patches.kernel.org/5.10.4-581-USB-serial-keyspan_pda-fix-write-wakeup-use-af.patch
patches.kernel.org/5.10.4-582-USB-serial-keyspan_pda-fix-tx-unthrottle-use-a.patch
patches.kernel.org/5.10.4-583-USB-serial-keyspan_pda-fix-write-unthrottling.patch
patches.kernel.org/5.10.4-584-btrfs-do-not-shorten-unpin-len-for-caching-blo.patch
patches.kernel.org/5.10.4-585-btrfs-update-last_byte_to_unpin-in-switch_comm.patch
patches.kernel.org/5.10.4-586-btrfs-fix-race-when-defragmenting-leads-to-unn.patch
patches.kernel.org/5.10.4-587-ext4-fix-an-IS_ERR-vs-NULL-check.patch
patches.kernel.org/5.10.4-588-ext4-fix-a-memory-leak-of-ext4_free_data.patch
patches.kernel.org/5.10.4-589-ext4-fix-deadlock-with-fs-freezing-and-EA-inod.patch
patches.kernel.org/5.10.4-590-ext4-don-t-remount-read-only-with-errors-conti.patch
patches.kernel.org/5.10.4-591-RISC-V-Fix-usage-of-memblock_enforce_memory_li.patch
patches.kernel.org/5.10.4-592-arm64-dts-ti-k3-am65-mark-dss-as-dma-coherent.patch
patches.kernel.org/5.10.4-593-arm64-dts-marvell-keep-SMMU-disabled-by-defaul.patch
patches.kernel.org/5.10.4-594-KVM-arm64-Introduce-handling-of-AArch32-TTBCR2.patch
patches.kernel.org/5.10.4-595-KVM-x86-reinstate-vendor-agnostic-check-on-SPE.patch
patches.kernel.org/5.10.4-596-KVM-SVM-Remove-the-call-to-sev_platform_status.patch
patches.kernel.org/5.10.4-597-iommu-arm-smmu-Allow-implementation-specific-w.patch
patches.kernel.org/5.10.4-598-iommu-arm-smmu-qcom-Read-back-stream-mappings.patch
patches.kernel.org/5.10.4-599-iommu-arm-smmu-qcom-Implement-S2CR-quirk.patch
patches.kernel.org/5.10.4-600-ARM-dts-pandaboard-fix-pinmux-for-gpio-user-bu.patch
patches.kernel.org/5.10.4-601-ARM-dts-at91-sama5d2-fix-CAN-message-ram-offse.patch
patches.kernel.org/5.10.4-602-ARM-tegra-Populate-OPP-table-for-Tegra20-Venta.patch
patches.kernel.org/5.10.4-603-xprtrdma-Fix-XDRBUF_SPARSE_PAGES-support.patch
patches.kernel.org/5.10.4-604-powerpc-32-Fix-vmap-stack-Properly-set-r1-befo.patch
patches.kernel.org/5.10.4-605-powerpc-Fix-incorrect-stw-ux-u-x-instructions-.patch
patches.kernel.org/5.10.4-606-powerpc-rtas-Fix-typo-of-ibm-open-errinjct-in-.patch
patches.kernel.org/5.10.4-607-powerpc-bitops-Fix-possible-undefined-behaviou.patch
patches.kernel.org/5.10.4-608-powerpc-feature-Add-CPU_FTR_NOEXECUTE-to-G2_LE.patch
patches.kernel.org/5.10.4-609-powerpc-xmon-Change-printk-to-pr_cont.patch
patches.kernel.org/5.10.4-610-powerpc-8xx-Fix-early-debug-when-SMC1-is-reloc.patch
patches.kernel.org/5.10.4-611-powerpc-mm-Fix-verification-of-MMU_FTR_TYPE_44.patch
patches.kernel.org/5.10.4-612-powerpc-powernv-npu-Do-not-attempt-NPU2-setup-.patch
patches.kernel.org/5.10.4-613-powerpc-powernv-memtrace-Don-t-leak-kernel-mem.patch
patches.kernel.org/5.10.4-614-powerpc-powernv-memtrace-Fix-crashing-the-kern.patch
patches.kernel.org/5.10.4-615-ovl-make-ioctl-safe.patch
patches.kernel.org/5.10.4-616-ima-Don-t-modify-file-descriptor-mode-on-the-f.patch
patches.kernel.org/5.10.4-617-um-Remove-use-of-asprinf-in-umid.c.patch
patches.kernel.org/5.10.4-618-um-Fix-time-travel-mode.patch
patches.kernel.org/5.10.4-619-ceph-fix-race-in-concurrent-__ceph_remove_cap-.patch
patches.kernel.org/5.10.4-620-SMB3-avoid-confusing-warning-message-on-mount-.patch
patches.kernel.org/5.10.4-621-SMB3.1.1-remove-confusing-mount-warning-when-n.patch
patches.kernel.org/5.10.4-622-SMB3.1.1-do-not-log-warning-message-if-server-.patch
patches.kernel.org/5.10.4-623-ubifs-wbuf-Don-t-leak-kernel-memory-to-flash.patch
patches.kernel.org/5.10.4-624-jffs2-Fix-GC-exit-abnormally.patch
patches.kernel.org/5.10.4-625-jffs2-Fix-ignoring-mounting-options-problem-du.patch
patches.kernel.org/5.10.4-626-fsnotify-generalize-handle_inode_event.patch
patches.kernel.org/5.10.4-627-inotify-convert-to-handle_inode_event-interfac.patch
patches.kernel.org/5.10.4-628-fsnotify-fix-events-reported-to-watching-paren.patch
patches.kernel.org/5.10.4-629-jfs-Fix-array-index-bounds-check-in-dbAdjTree.patch
patches.kernel.org/5.10.4-630-drm-panfrost-Fix-job-timeout-handling.patch
patches.kernel.org/5.10.4-631-drm-panfrost-Move-the-GPU-reset-bits-outside-t.patch
patches.kernel.org/5.10.4-632-platform-x86-mlx-platform-remove-an-unused-var.patch
patches.kernel.org/5.10.4-633-drm-amdgpu-only-set-DP-subconnector-type-on-DP.patch
patches.kernel.org/5.10.4-634-drm-amd-display-Fix-memory-leaks-in-S3-resume.patch
patches.kernel.org/5.10.4-635-drm-dp_aux_dev-check-aux_dev-before-use-in-drm.patch
patches.kernel.org/5.10.4-636-drm-i915-Fix-mismatch-between-misplaced-vma-ch.patch
patches.kernel.org/5.10.4-637-iio-ad_sigma_delta-Don-t-put-SPI-transfer-buff.patch
patches.kernel.org/5.10.4-638-spi-pxa2xx-Fix-use-after-free-on-unbind.patch
patches.kernel.org/5.10.4-639-spi-spi-sh-Fix-use-after-free-on-unbind.patch
patches.kernel.org/5.10.4-640-spi-atmel-quadspi-Fix-use-after-free-on-unbind.patch
patches.kernel.org/5.10.4-641-spi-spi-mtk-nor-Don-t-leak-SPI-master-in-probe.patch
patches.kernel.org/5.10.4-642-spi-ar934x-Don-t-leak-SPI-master-in-probe-erro.patch
patches.kernel.org/5.10.4-643-spi-davinci-Fix-use-after-free-on-unbind.patch
patches.kernel.org/5.10.4-644-spi-fsl-fix-use-of-spisel_boot-signal-on-MPC83.patch
patches.kernel.org/5.10.4-645-spi-gpio-Don-t-leak-SPI-master-in-probe-error-.patch
patches.kernel.org/5.10.4-646-spi-mxic-Don-t-leak-SPI-master-in-probe-error-.patch
patches.kernel.org/5.10.4-647-spi-npcm-fiu-Disable-clock-in-probe-error-path.patch
patches.kernel.org/5.10.4-648-spi-pic32-Don-t-leak-DMA-channels-in-probe-err.patch
patches.kernel.org/5.10.4-649-spi-rb4xx-Don-t-leak-SPI-master-in-probe-error.patch
patches.kernel.org/5.10.4-650-spi-rpc-if-Fix-use-after-free-on-unbind.patch
patches.kernel.org/5.10.4-651-spi-sc18is602-Don-t-leak-SPI-master-in-probe-e.patch
patches.kernel.org/5.10.4-652-spi-spi-geni-qcom-Fix-use-after-free-on-unbind.patch
patches.kernel.org/5.10.4-653-spi-spi-qcom-qspi-Fix-use-after-free-on-unbind.patch
patches.kernel.org/5.10.4-654-spi-st-ssc4-Fix-unbalanced-pm_runtime_disable-.patch
patches.kernel.org/5.10.4-655-spi-synquacer-Disable-clock-in-probe-error-pat.patch
patches.kernel.org/5.10.4-656-spi-mt7621-Disable-clock-in-probe-error-path.patch
patches.kernel.org/5.10.4-657-spi-mt7621-Don-t-leak-SPI-master-in-probe-erro.patch
patches.kernel.org/5.10.4-658-spi-atmel-quadspi-Disable-clock-in-probe-error.patch
patches.kernel.org/5.10.4-659-spi-atmel-quadspi-Fix-AHB-memory-accesses.patch
patches.kernel.org/5.10.4-660-soc-qcom-smp2p-Safely-acquire-spinlock-without.patch
patches.kernel.org/5.10.4-661-mtd-spinand-Fix-OOB-read.patch
patches.kernel.org/5.10.4-662-mtd-parser-cmdline-Fix-parsing-of-part-names-w.patch
patches.kernel.org/5.10.4-663-mtd-core-Fix-refcounting-for-unpartitioned-MTD.patch
patches.kernel.org/5.10.4-664-mtd-rawnand-qcom-Fix-DMA-sync-on-FLASH_STATUS-.patch
patches.kernel.org/5.10.4-665-mtd-rawnand-meson-fix-meson_nfc_dma_buffer_rel.patch
patches.kernel.org/5.10.4-666-scsi-qla2xxx-Fix-crash-during-driver-load-on-b.patch
patches.kernel.org/5.10.4-667-scsi-lpfc-Fix-invalid-sleeping-context-in-lpfc.patch
patches.kernel.org/5.10.4-668-scsi-lpfc-Fix-scheduling-call-while-in-softirq.patch
patches.kernel.org/5.10.4-669-scsi-lpfc-Re-fix-use-after-free-in-lpfc_rq_buf.patch
patches.kernel.org/5.10.4-670-openat2-reject-RESOLVE_BENEATH-RESOLVE_IN_ROOT.patch
patches.kernel.org/5.10.4-671-iio-buffer-Fix-demux-update.patch
patches.kernel.org/5.10.4-672-iio-adc-rockchip_saradc-fix-missing-clk_disabl.patch
patches.kernel.org/5.10.4-673-iio-imu-st_lsm6dsx-fix-edge-trigger-interrupts.patch
patches.kernel.org/5.10.4-674-iio-light-rpr0521-Fix-timestamp-alignment-and-.patch
patches.kernel.org/5.10.4-675-iio-light-st_uvis25-Fix-timestamp-alignment-an.patch
patches.kernel.org/5.10.4-676-iio-magnetometer-mag3110-Fix-alignment-and-dat.patch
patches.kernel.org/5.10.4-677-iio-pressure-mpl3115-Force-alignment-of-buffer.patch
patches.kernel.org/5.10.4-678-iio-imu-bmi160-Fix-too-large-a-buffer.patch
patches.kernel.org/5.10.4-679-iio-imu-bmi160-Fix-alignment-and-data-leak-iss.patch
patches.kernel.org/5.10.4-680-iio-adc-ti-ads124s08-Fix-buffer-being-too-long.patch
patches.kernel.org/5.10.4-681-iio-adc-ti-ads124s08-Fix-alignment-and-data-le.patch
patches.kernel.org/5.10.4-682-md-cluster-block-reshape-with-remote-resync-jo.patch
patches.kernel.org/5.10.4-683-md-cluster-fix-deadlock-when-node-is-doing-res.patch
patches.kernel.org/5.10.4-684-pinctrl-sunxi-Always-call-chained_irq_-enter-e.patch
patches.kernel.org/5.10.4-685-clk-ingenic-Fix-divider-calculation-with-div-t.patch
patches.kernel.org/5.10.4-686-clk-mvebu-a3700-fix-the-XTAL-MODE-pin-to-MPP1_.patch
patches.kernel.org/5.10.4-687-clk-tegra-Do-not-return-0-on-failure.patch
patches.kernel.org/5.10.4-688-counter-microchip-tcb-capture-Fix-CMR-value-ch.patch
patches.kernel.org/5.10.4-689-device-dax-core-Fix-memory-leak-when-rmmod-dax.patch
patches.kernel.org/5.10.4-690-dma-buf-dma-resv-Respect-num_fences-when-initi.patch
patches.kernel.org/5.10.4-691-driver-core-Fix-list-corruption-after-device_d.patch
patches.kernel.org/5.10.4-692-xen-blkback-set-ring-xenblkd-to-NULL-after-kth.patch
patches.kernel.org/5.10.4-693-xen-xenbus-Allow-watches-discard-events-before.patch
patches.kernel.org/5.10.4-694-xen-xenbus-Add-will_handle-callback-support-in.patch
patches.kernel.org/5.10.4-695-xen-xenbus-xen_bus_type-Support-will_handle-wa.patch
patches.kernel.org/5.10.4-696-xen-xenbus-Count-pending-messages-for-each-wat.patch
patches.kernel.org/5.10.4-697-xenbus-xenbus_backend-Disallow-pending-watch-m.patch
patches.kernel.org/5.10.4-698-memory-jz4780_nemc-Fix-an-error-pointer-vs-NUL.patch
patches.kernel.org/5.10.4-699-memory-renesas-rpc-if-Fix-a-node-reference-lea.patch
patches.kernel.org/5.10.4-700-memory-renesas-rpc-if-Return-correct-value-to-.patch
patches.kernel.org/5.10.4-701-memory-renesas-rpc-if-Fix-unbalanced-pm_runtim.patch
patches.kernel.org/5.10.4-702-libnvdimm-namespace-Fix-reaping-of-invalidated.patch
patches.kernel.org/5.10.4-703-platform-x86-intel-vbtn-Allow-switch-events-on.patch
patches.kernel.org/5.10.4-704-tracing-Disable-ftrace-selftests-when-any-trac.patch
patches.kernel.org/5.10.4-705-mt76-add-back-the-SUPPORTS_REORDERING_BUFFER-f.patch
patches.kernel.org/5.10.4-706-of-fix-linker-section-match-table-corruption.patch
patches.kernel.org/5.10.4-707-PCI-Fix-pci_slot_release-NULL-pointer-derefere.patch
patches.kernel.org/5.10.4-708-regulator-axp20x-Fix-DLDO2-voltage-control-reg.patch
patches.kernel.org/5.10.4-709-remoteproc-sysmon-Ensure-remote-notification-o.patch
patches.kernel.org/5.10.4-710-thermal-drivers-cpufreq_cooling-Update-cpufreq.patch
patches.kernel.org/5.10.4-711-rtc-ep93xx-Fix-NULL-pointer-dereference-in-ep9.patch
patches.kernel.org/5.10.4-712-Revert-ring-buffer-Remove-HAVE_64BIT_ALIGNED_A.patch
patches.kernel.org/5.10.4-713-null_blk-Fix-zone-size-initialization.patch
patches.kernel.org/5.10.4-714-null_blk-Fail-zone-append-to-conventional-zone.patch
patches.kernel.org/5.10.4-715-drm-edid-fix-objtool-warning-in-drm_cvt_modes.patch
patches.kernel.org/5.10.4-716-x86-CPU-AMD-Save-AMD-NodeId-as-cpu_die_id.patch
patches.kernel.org/5.10.4-717-Linux-5.10.4.patch
patches.kernel.org/5.10.5-001-net-sched-sch_taprio-reset-child-qdiscs-before.patch
patches.kernel.org/5.10.5-002-mptcp-fix-security-context-on-server-socket.patch
patches.kernel.org/5.10.5-003-ethtool-fix-error-paths-in-ethnl_set_channels.patch
patches.kernel.org/5.10.5-004-ethtool-fix-string-set-id-check.patch
patches.kernel.org/5.10.5-005-md-raid10-initialize-r10_bio-read_slot-before-.patch
patches.kernel.org/5.10.5-006-drm-amd-display-Add-get_dig_frontend-implement.patch
patches.kernel.org/5.10.5-007-io_uring-close-a-small-race-gap-for-files-canc.patch
patches.kernel.org/5.10.5-008-jffs2-Allow-setting-rp_size-to-zero-during-rem.patch
patches.kernel.org/5.10.5-009-jffs2-Fix-NULL-pointer-dereference-in-rp_size-.patch
patches.kernel.org/5.10.5-010-spi-dw-bt1-Fix-undefined-devm_mux_control_get-.patch
patches.kernel.org/5.10.5-011-opp-fix-memory-leak-in-_allocate_opp_table.patch
patches.kernel.org/5.10.5-012-opp-Call-the-missing-clk_put-on-error.patch
patches.kernel.org/5.10.5-013-scsi-block-Fix-a-race-in-the-runtime-power-man.patch
patches.kernel.org/5.10.5-014-mm-hugetlb-fix-deadlock-in-hugetlb_cow-error-p.patch
patches.kernel.org/5.10.5-015-mm-memmap-defer-init-doesn-t-work-as-expected.patch
patches.kernel.org/5.10.5-016-lib-zlib-fix-inflating-zlib-streams-on-s390.patch
patches.kernel.org/5.10.5-017-io_uring-don-t-assume-mm-is-constant-across-su.patch
patches.kernel.org/5.10.5-018-io_uring-use-bottom-half-safe-lock-for-fixed-f.patch
patches.kernel.org/5.10.5-019-io_uring-add-a-helper-for-setting-a-ref-node.patch
patches.kernel.org/5.10.5-020-io_uring-fix-io_sqe_files_unregister-hangs.patch
patches.kernel.org/5.10.5-021-uapi-move-constants-from-linux-kernel.h-to-lin.patch
patches.kernel.org/5.10.5-022-tools-headers-UAPI-Sync-linux-const.h-with-the.patch
patches.kernel.org/5.10.5-023-cgroup-Fix-memory-leak-when-parsing-multiple-s.patch
patches.kernel.org/5.10.5-024-zlib-move-EXPORT_SYMBOL-and-MODULE_LICENSE-out.patch
patches.kernel.org/5.10.5-025-scsi-cxgb4i-Fix-TLS-dependency.patch
patches.kernel.org/5.10.5-026-Bluetooth-hci_h5-close-serdev-device-and-free-.patch
patches.kernel.org/5.10.5-027-fbcon-Disable-accelerated-scrolling.patch
patches.kernel.org/5.10.5-028-reiserfs-add-check-for-an-invalid-ih_entry_cou.patch
patches.kernel.org/5.10.5-029-misc-vmw_vmci-fix-kernel-info-leak-by-initiali.patch
patches.kernel.org/5.10.5-030-media-gp8psk-initialize-stats-at-power-control.patch
patches.kernel.org/5.10.5-031-f2fs-fix-shift-out-of-bounds-in-sanity_check_r.patch
patches.kernel.org/5.10.5-032-ALSA-seq-Use-bool-for-snd_seq_queue-internal-f.patch
patches.kernel.org/5.10.5-033-ALSA-rawmidi-Access-runtime-avail-always-in-sp.patch
patches.kernel.org/5.10.5-034-bfs-don-t-use-WARNING-string-when-it-s-just-in.patch
patches.kernel.org/5.10.5-035-ext4-check-for-invalid-block-size-early-when-m.patch
patches.kernel.org/5.10.5-036-fcntl-Fix-potential-deadlock-in-send_sig-io-ur.patch
patches.kernel.org/5.10.5-037-io_uring-check-kthread-stopped-flag-when-sq-th.patch
patches.kernel.org/5.10.5-038-rtc-sun6i-Fix-memleak-in-sun6i_rtc_clk_init.patch
patches.kernel.org/5.10.5-039-module-set-MODULE_STATE_GOING-state-when-a-mod.patch
patches.kernel.org/5.10.5-040-quota-Don-t-overflow-quota-file-offsets.patch
patches.kernel.org/5.10.5-041-rtc-pl031-fix-resource-leak-in-pl031_probe.patch
patches.kernel.org/5.10.5-042-powerpc-sysdev-add-missing-iounmap-on-error-in.patch
patches.kernel.org/5.10.5-043-i3c-master-fix-missing-destroy_workqueue-on-er.patch
patches.kernel.org/5.10.5-044-NFSv4-Fix-a-pNFS-layout-related-use-after-free.patch
patches.kernel.org/5.10.5-045-f2fs-avoid-race-condition-for-shrinker-count.patch
patches.kernel.org/5.10.5-046-f2fs-fix-race-of-pending_pages-in-decompressio.patch
patches.kernel.org/5.10.5-047-module-delay-kobject-uevent-until-after-module.patch
patches.kernel.org/5.10.5-048-powerpc-64-irq-replay-remove-decrementer-overf.patch
patches.kernel.org/5.10.5-049-fs-namespace.c-WARN-if-mnt_count-has-become-ne.patch
patches.kernel.org/5.10.5-050-watchdog-rti-wdt-fix-reference-leak-in-rti_wdt.patch
patches.kernel.org/5.10.5-051-um-random-Register-random-as-hwrng-core-device.patch
patches.kernel.org/5.10.5-052-um-ubd-Submit-all-data-segments-atomically.patch
patches.kernel.org/5.10.5-053-NFSv4.2-Don-t-error-when-exiting-early-on-a-RE.patch
patches.kernel.org/5.10.5-054-ceph-fix-inode-refcount-leak-when-ceph_fill_in.patch
patches.kernel.org/5.10.5-055-drm-amd-display-updated-wm-table-for-Renoir.patch
patches.kernel.org/5.10.5-056-tick-sched-Remove-bogus-boot-safety-check.patch
patches.kernel.org/5.10.5-057-s390-always-clear-kernel-stack-backchain-befor.patch
patches.kernel.org/5.10.5-058-io_uring-remove-racy-overflow-list-fast-checks.patch
patches.kernel.org/5.10.5-059-ALSA-pcm-Clear-the-full-allocated-memory-at-hw.patch
patches.kernel.org/5.10.5-060-dm-verity-skip-verity-work-if-I-O-error-when-s.patch
patches.kernel.org/5.10.5-061-ext4-avoid-s_mb_prefetch-to-be-zero-in-individ.patch
patches.kernel.org/5.10.5-062-device-dax-Fix-range-release.patch
patches.kernel.org/5.10.5-063-Linux-5.10.5.patch
patches.kernel.org/5.10.6-001-Revert-drm-amd-display-Fix-memory-leaks-in-S3-.patch
patches.kernel.org/5.10.6-002-Revert-mtd-spinand-Fix-OOB-read.patch
patches.kernel.org/5.10.6-003-rtc-pcf2127-move-watchdog-initialisation-to-a-.patch
patches.kernel.org/5.10.6-004-rtc-pcf2127-only-use-watchdog-when-explicitly-.patch
patches.kernel.org/5.10.6-005-dt-bindings-rtc-add-reset-source-property.patch
patches.kernel.org/5.10.6-006-kdev_t-always-inline-major-minor-helper-functi.patch
patches.kernel.org/5.10.6-007-Bluetooth-Fix-attempting-to-set-RPA-timeout-wh.patch
patches.kernel.org/5.10.6-008-ALSA-hda-realtek-Modify-Dell-platform-name.patch
patches.kernel.org/5.10.6-009-ALSA-hda-hdmi-Fix-incorrect-mutex-unlock-in-si.patch
patches.kernel.org/5.10.6-010-drm-i915-tgl-Fix-Combo-PHY-DPLL-fractional-div.patch
patches.kernel.org/5.10.6-011-scsi-ufs-Allow-an-error-return-value-from-devi.patch
patches.kernel.org/5.10.6-012-scsi-ufs-Re-enable-WriteBooster-after-device-r.patch
patches.kernel.org/5.10.6-013-RDMA-core-remove-use-of-dma_virt_ops.patch
patches.kernel.org/5.10.6-014-RDMA-siw-rxe-Make-emulated-devices-virtual-in-.patch
patches.kernel.org/5.10.6-015-fuse-fix-bad-inode.patch
patches.kernel.org/5.10.6-016-perf-Break-deadlock-involving-exec_update_mute.patch
patches.kernel.org/5.10.6-017-rwsem-Implement-down_read_killable_nested.patch
patches.kernel.org/5.10.6-018-rwsem-Implement-down_read_interruptible.patch
patches.kernel.org/5.10.6-019-exec-Transform-exec_update_mutex-into-a-rw_sem.patch
patches.kernel.org/5.10.6-020-mwifiex-Fix-possible-buffer-overflows-in-mwifi.patch
patches.kernel.org/5.10.6-021-Linux-5.10.6.patch
########################################################
# Build fixes that apply to the vanilla kernel too.
# Patches in patches.rpmify are applied to both -vanilla
# and patched flavors.
########################################################
patches.rpmify/Add-ksym-provides-tool.patch
patches.rpmify/Kconfig-make-CONFIG_CC_CAN_LINK-always-true.patch
patches.rpmify/Revert-kconfig-only-write-CONFIG_FOO-is-not-set-for-.patch
patches.rpmify/scripts-mkmakefile-honor-second-argument.patch
########################################################
# 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/scsi-lpfc-Fix-variable-vport-set-but-not-used-in-lpf.patch
patches.suse/RDMA-hns-Avoid-filling-sl-in-high-3-bits-of-vlan_id.patch
patches.suse/drm-panfrost-Don-t-corrupt-the-queue-mutex-on-open-c.patch
patches.suse/drm-panfrost-Remove-unused-variables-in-panfrost_job.patch
patches.suse/net-sched-sch_taprio-ensure-to-reset-destroy-all-chi.patch
patches.suse/drm-docs-Fix-todo.rst.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/s390-export-symbols-for-crash-kmp.patch
########################################################
# Architecture specific patches
########################################################
# x86
patches.suse/x86-apic-force-bigsmp-apic-on-IBM-EXA3-4.patch
# s390x
# ppc64
# ARM
########################################################
# Scheduler
########################################################
patches.suse/setuid-dumpable-wrongdir
patches.suse/perf_timechart_fix_zero_timestamps.patch
########################################################
# Memory management
########################################################
patches.suse/readahead-request-tunables.patch
########################################################
# Filesystems
########################################################
# generic
patches.suse/vfs-add-super_operations-get_inode_dev
# 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
# ext[2-4]
# XFS
# other
patches.suse/pstore_disable_efi_backend_by_default.patch
patches.suse/fs-cachefs-Drop-superfluous-readpages-aops-NULL-chec.patch
########################################################
# Block layer
########################################################
patches.suse/dm-mpath-leastpending-path-update
patches.suse/dm-table-switch-to-readonly
patches.suse/dm-mpath-no-partitions-feature
########################################################
# Networking core
########################################################
patches.suse/Revert-netfilter-conntrack-remove-helper-hook-again.patch
patches.suse/iwlwifi-dbg-Don-t-touch-the-tlv-data.patch
########################################################
# Security
########################################################
# crypto
# AppArmor
patches.suse/apparmor-compatibility-with-v2.x-net.patch
patches.suse/0001-apparmor-fix-unnecessary-creation-of-net-compat.patch
########################################################
# Virtualization
########################################################
patches.suse/suse-hv-guest-os-id.patch
patches.suse/0001-usb-Add-Xen-pvUSB-protocol-description.patch
patches.suse/0002-usb-Introduce-Xen-pvUSB-frontend-xen-hcd.patch
########################################################
# Other core patches
########################################################
########################################################
# PM
########################################################
patches.suse/acpi_thinkpad_introduce_acpi_root_table_boot_param.patch
patches.suse/acpi_thermal_passive_blacklist.patch
########################################################
# DRM / Graphics
########################################################
patches.suse/Revert-drm-amd-display-Fixed-Intermittent-blue-scree.patch
patches.suse/drm-bail-out-of-nouveau_channel_new-if-channel-init-.patch
########################################################
# Storage
########################################################
patches.suse/scsi-retry-alua-transition-in-progress
patches.suse/megaraid-mbox-fix-SG_IO
########################################################
# Networking drivers (wired)
########################################################
patches.suse/misdn-add-support-for-group-membership-check
########################################################
# Wireless networking drivers
########################################################
patches.suse/b43-missing-firmware-info.patch
########################################################
# USB
########################################################
########################################################
# Input
########################################################
patches.suse/kbd-ignore-gfx.patch
########################################################
# Other drivers
########################################################
#RPi4 firmware based drivers
patches.suse/clk-bcm-rpi-release-firmware-handle-on-unbind.patch
patches.suse/firmware-raspberrypi-introduce-devm_rpi_firmware_get.patch
patches.suse/firmware-raspberrypi-keep-count-of-all-consumers.patch
patches.suse/gpio-raspberrypi-exp-release-firmware-handle-on-unbind.patch
patches.suse/input-raspberrypi-ts-release-firmware-handle-when-not-needed.patch
patches.suse/pwm-add-raspberry-pi-firmware-based-pwm-bus.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/dt-bindings-pwm-add-binding-for-rpi-firmware-pwm-bus.patch
patches.suse/reset-raspberrypi-don-t-reset-usb-if-already-up.patch
patches.suse/media-uvcvideo-Accept-invalid-bFormatIndex-and-bFram.patch
# MediaTek regulator drivers
patches.suse/0001-regulator-mt6360-Add-OF-match-table.patch
patches.suse/0002-regulator-mt6358-Add-OF-match-table.patch
patches.suse/0003-regulator-mt6323-Add-OF-match-table.patch
########################################################
# Debugging
########################################################
patches.suse/crasher.patch
patches.suse/add-product-identifying-information-to-vmcoreinfo.patch
########################################################
# You'd better have a good reason for adding a patch
# below here.
########################################################