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.

	########################################################
	# latest standard kernel patches
	# DO NOT MODIFY THEM!
	# Send separate patches upstream if you find a problem...
	########################################################
	patches.kernel.org/6.0.1-001-xsk-Inherit-need_wakeup-flag-for-shared-sockets.patch
	patches.kernel.org/6.0.1-002-fs-fix-UAF-GPF-bug-in-nilfs_mdt_destroy.patch
	patches.kernel.org/6.0.1-003-fix-coredump-breakage.patch
	patches.kernel.org/6.0.1-004-sparc-Unbreak-the-build.patch
	patches.kernel.org/6.0.1-005-Makefile.extrawarn-Move-Wcast-function-type-str.patch
	patches.kernel.org/6.0.1-006-hardening-Remove-Clang-s-enable-flag-for-ftrivi.patch
	patches.kernel.org/6.0.1-007-docs-update-mediator-information-in-CoC-docs.patch
	patches.kernel.org/6.0.1-008-hwmon-aquacomputer_d5next-Fix-Quadro-fan-speed-.patch
	patches.kernel.org/6.0.1-009-usb-mon-make-mmapped-memory-read-only.patch
	patches.kernel.org/6.0.1-010-USB-serial-ftdi_sio-fix-300-bps-rate-for-SIO.patch
	patches.kernel.org/6.0.1-011-gpiolib-acpi-Add-support-to-ignore-programming-.patch
	patches.kernel.org/6.0.1-012-gpiolib-acpi-Add-a-quirk-for-Asus-UM325UAZ.patch
	patches.kernel.org/6.0.1-013-RISC-V-Print-SSTC-in-canonical-order.patch
	patches.kernel.org/6.0.1-014-bpf-Gate-dynptr-API-behind-CAP_BPF.patch
	patches.kernel.org/6.0.1-015-net-ethernet-mtk_eth_soc-fix-state-in-__mtk_foe.patch
	patches.kernel.org/6.0.1-016-bpf-Fix-resetting-logic-for-unreferenced-kptrs.patch
	patches.kernel.org/6.0.1-017-Bluetooth-use-hdev-workqueue-when-queuing-hdev-.patch
	patches.kernel.org/6.0.1-018-Linux-6.0.1.patch
	patches.kernel.org/6.0.2-001-nilfs2-fix-NULL-pointer-dereference-at-nilfs_bm.patch
	patches.kernel.org/6.0.2-002-nilfs2-fix-use-after-free-bug-of-struct-nilfs_r.patch
	patches.kernel.org/6.0.2-003-nilfs2-fix-leak-of-nilfs_root-in-case-of-writer.patch
	patches.kernel.org/6.0.2-004-nilfs2-replace-WARN_ONs-by-nilfs_error-for-chec.patch
	patches.kernel.org/6.0.2-005-nvme-pci-set-min_align_mask-before-calculating-.patch
	patches.kernel.org/6.0.2-006-random-restore-O_NONBLOCK-support.patch
	patches.kernel.org/6.0.2-007-random-clamp-credited-irq-bits-to-maximum-mixed.patch
	patches.kernel.org/6.0.2-008-ALSA-hda-Fix-position-reporting-on-Poulsbo.patch
	patches.kernel.org/6.0.2-009-ALSA-hda-realtek-Add-quirk-for-HP-Zbook-Firefly.patch
	patches.kernel.org/6.0.2-010-efi-Correct-Macmini-DMI-match-in-uefi-cert-quir.patch
	patches.kernel.org/6.0.2-011-scsi-qla2xxx-Revert-scsi-qla2xxx-Fix-response-q.patch
	patches.kernel.org/6.0.2-012-scsi-qla2xxx-Fix-response-queue-handler-reading.patch
	patches.kernel.org/6.0.2-013-scsi-stex-Properly-zero-out-the-passthrough-com.patch
	patches.kernel.org/6.0.2-014-USB-serial-qcserial-add-new-usb-id-for-Dell-bra.patch
	patches.kernel.org/6.0.2-015-Revert-USB-fixup-for-merge-issue-with-usb-dwc3-.patch
	patches.kernel.org/6.0.2-016-Revert-usb-dwc3-Don-t-switch-OTG-peripheral-if-.patch
	patches.kernel.org/6.0.2-017-Revert-powerpc-rtas-Implement-reentrant-rtas-ca.patch
	patches.kernel.org/6.0.2-018-Revert-crypto-qat-reduce-size-of-mapped-region.patch
	patches.kernel.org/6.0.2-019-random-avoid-reading-two-cache-lines-on-irq-ran.patch
	patches.kernel.org/6.0.2-020-random-use-expired-timer-rather-than-wq-for-mix.patch
	patches.kernel.org/6.0.2-021-wifi-cfg80211-fix-u8-overflow-in-cfg80211_updat.patch
	patches.kernel.org/6.0.2-022-wifi-cfg80211-mac80211-reject-bad-MBSSID-elemen.patch
	patches.kernel.org/6.0.2-023-wifi-mac80211-fix-MBSSID-parsing-use-after-free.patch
	patches.kernel.org/6.0.2-024-wifi-cfg80211-ensure-length-byte-is-present-bef.patch
	patches.kernel.org/6.0.2-025-wifi-cfg80211-fix-BSS-refcounting-bugs.patch
	patches.kernel.org/6.0.2-026-wifi-cfg80211-avoid-nontransmitted-BSS-list-cor.patch
	patches.kernel.org/6.0.2-027-wifi-mac80211_hwsim-avoid-mac80211-warning-on-b.patch
	patches.kernel.org/6.0.2-028-wifi-mac80211-fix-crash-in-beacon-protection-fo.patch
	patches.kernel.org/6.0.2-029-wifi-cfg80211-update-hidden-BSSes-to-avoid-WARN.patch
	patches.kernel.org/6.0.2-030-mctp-prevent-double-key-removal-and-unref.patch
	patches.kernel.org/6.0.2-031-Input-xpad-add-supported-devices-as-contributed.patch
	patches.kernel.org/6.0.2-032-Input-xpad-fix-wireless-360-controller-breaking.patch
	patches.kernel.org/6.0.2-033-misc-pci_endpoint_test-Aggregate-params-checkin.patch
	patches.kernel.org/6.0.2-034-misc-pci_endpoint_test-Fix-pci_endpoint_test_-c.patch
	patches.kernel.org/6.0.2-035-Linux-6.0.2.patch
	patches.kernel.org/6.0.3-001-ALSA-oss-Fix-potential-deadlock-at-unregistrati.patch
	patches.kernel.org/6.0.3-002-ALSA-rawmidi-Drop-register_mutex-in-snd_rawmidi.patch
	patches.kernel.org/6.0.3-003-ALSA-usb-audio-Fix-potential-memory-leaks.patch
	patches.kernel.org/6.0.3-004-ALSA-usb-audio-Fix-NULL-dererence-at-error-path.patch
	patches.kernel.org/6.0.3-005-ALSA-hda-realtek-remove-ALC289_FIXUP_DUAL_SPK-f.patch
	patches.kernel.org/6.0.3-006-ALSA-hda-realtek-Correct-pin-configs-for-ASUS-G.patch
	patches.kernel.org/6.0.3-007-ALSA-hda-realtek-Add-quirk-for-ASUS-GV601R-lapt.patch
	patches.kernel.org/6.0.3-008-ALSA-hda-realtek-Add-Intel-Reference-SSID-to-su.patch
	patches.kernel.org/6.0.3-009-mtd-rawnand-atmel-Unmap-streaming-DMA-mappings.patch
	patches.kernel.org/6.0.3-010-io_uring-add-custom-opcode-hooks-on-fail.patch
	patches.kernel.org/6.0.3-011-io_uring-rw-don-t-lose-partial-IO-result-on-fai.patch
	patches.kernel.org/6.0.3-012-io_uring-net-don-t-lose-partial-send-recv-on-fa.patch
	patches.kernel.org/6.0.3-013-io_uring-rw-fix-unexpected-link-breakage.patch
	patches.kernel.org/6.0.3-014-io_uring-rw-don-t-lose-short-results-on-io_setu.patch
	patches.kernel.org/6.0.3-015-io_uring-net-fix-fast_iov-assignment-in-io_setu.patch
	patches.kernel.org/6.0.3-016-io_uring-net-don-t-update-msg_name-if-not-provi.patch
	patches.kernel.org/6.0.3-017-io_uring-limit-registration-w-SINGLE_ISSUER.patch
	patches.kernel.org/6.0.3-018-io_uring-net-handle-EINPROGRESS-correct-for-IOR.patch
	patches.kernel.org/6.0.3-019-io_uring-af_unix-defer-registered-files-gc-to-i.patch
	patches.kernel.org/6.0.3-020-io_uring-correct-pinned_vm-accounting.patch
	patches.kernel.org/6.0.3-021-hv_netvsc-Fix-race-between-VF-offering-and-VF-a.patch
	patches.kernel.org/6.0.3-022-cifs-destage-dirty-pages-before-re-reading-them.patch
	patches.kernel.org/6.0.3-023-cifs-Fix-the-error-length-of-VALIDATE_NEGOTIATE.patch
	patches.kernel.org/6.0.3-024-iio-dac-ad5593r-Fix-i2c-read-protocol-requireme.patch
	patches.kernel.org/6.0.3-025-iio-ltc2497-Fix-reading-conversion-results.patch
	patches.kernel.org/6.0.3-026-iio-adc-ad7923-fix-channel-readings-for-some-va.patch
	patches.kernel.org/6.0.3-027-iio-pressure-dps310-Refactor-startup-procedure.patch
	patches.kernel.org/6.0.3-028-iio-pressure-dps310-Reset-chip-after-timeout.patch
	patches.kernel.org/6.0.3-029-xhci-dbc-Fix-memory-leak-in-xhci_alloc_dbc.patch
	patches.kernel.org/6.0.3-030-usb-gadget-uvc-Fix-argument-to-sizeof-in-uvc_re.patch
	patches.kernel.org/6.0.3-031-usb-add-quirks-for-Lenovo-OneLink-Dock.patch
	patches.kernel.org/6.0.3-032-mmc-core-Add-SD-card-quirk-for-broken-discard.patch
	patches.kernel.org/6.0.3-033-can-kvaser_usb-Fix-use-of-uninitialized-complet.patch
	patches.kernel.org/6.0.3-034-can-kvaser_usb_leaf-Fix-overread-with-an-invali.patch
	patches.kernel.org/6.0.3-035-can-kvaser_usb_leaf-Fix-TX-queue-out-of-sync-af.patch
	patches.kernel.org/6.0.3-036-can-kvaser_usb_leaf-Fix-CAN-state-after-restart.patch
	patches.kernel.org/6.0.3-037-mmc-renesas_sdhi-Fix-rounding-errors.patch
	patches.kernel.org/6.0.3-038-mmc-sdhci-tegra-Use-actual-clock-rate-for-SW-tu.patch
	patches.kernel.org/6.0.3-039-mmc-sdhci-sprd-Fix-minimum-clock-limit.patch
	patches.kernel.org/6.0.3-040-i2c-designware-Fix-handling-of-real-but-unexpec.patch
	patches.kernel.org/6.0.3-041-fs-dlm-fix-race-between-test_bit-and-queue_work.patch
	patches.kernel.org/6.0.3-042-fs-dlm-handle-EBUSY-first-in-lock-arg-validatio.patch
	patches.kernel.org/6.0.3-043-fs-dlm-fix-invalid-derefence-of-sb_lvbptr.patch
	patches.kernel.org/6.0.3-044-btf-Export-bpf_dynptr-definition.patch
	patches.kernel.org/6.0.3-045-mbcache-Avoid-nesting-of-cache-c_list_lock-unde.patch
	patches.kernel.org/6.0.3-046-HID-multitouch-Add-memory-barriers.patch
	patches.kernel.org/6.0.3-047-quota-Check-next-prev-free-block-number-after-r.patch
	patches.kernel.org/6.0.3-048-platform-chrome-cros_ec_proto-Update-version-on.patch
	patches.kernel.org/6.0.3-049-arm64-dts-qcom-sdm845-mtp-correct-ADC-settle-ti.patch
	patches.kernel.org/6.0.3-050-ASoC-wcd9335-fix-order-of-Slimbus-unprepare-dis.patch
	patches.kernel.org/6.0.3-051-ASoC-wcd934x-fix-order-of-Slimbus-unprepare-dis.patch
	patches.kernel.org/6.0.3-052-hwmon-gsc-hwmon-Call-of_node_get-before-of_find.patch
	patches.kernel.org/6.0.3-053-net-thunderbolt-Enable-DMA-paths-only-after-rin.patch
	patches.kernel.org/6.0.3-054-regulator-qcom_rpm-Fix-circular-deferral-regres.patch
	patches.kernel.org/6.0.3-055-arm64-topology-move-store_cpu_topology-to-share.patch
	patches.kernel.org/6.0.3-056-riscv-topology-fix-default-topology-reporting.patch
	patches.kernel.org/6.0.3-057-RISC-V-Re-enable-counter-access-from-userspace.patch
	patches.kernel.org/6.0.3-058-RISC-V-Make-port-I-O-string-accessors-actually-.patch
	patches.kernel.org/6.0.3-059-parisc-fbdev-stifb-Align-graphics-memory-size-t.patch
	patches.kernel.org/6.0.3-060-parisc-Fix-userspace-graphics-card-breakage-due.patch
	patches.kernel.org/6.0.3-061-riscv-vdso-fix-NULL-deference-in-vdso_join_time.patch
	patches.kernel.org/6.0.3-062-riscv-Allow-PROT_WRITE-only-mmap.patch
	patches.kernel.org/6.0.3-063-riscv-Make-VM_WRITE-imply-VM_READ.patch
	patches.kernel.org/6.0.3-064-riscv-always-honor-the-CONFIG_CMDLINE_FORCE-whe.patch
	patches.kernel.org/6.0.3-065-riscv-Pass-mno-relax-only-on-lld-15.0.0.patch
	patches.kernel.org/6.0.3-066-UM-cpuinfo-Fix-a-warning-for-CONFIG_CPUMASK_OFF.patch
	patches.kernel.org/6.0.3-067-nvmem-core-Fix-memleak-in-nvmem_register.patch
	patches.kernel.org/6.0.3-068-nvme-multipath-fix-possible-hang-in-live-ns-res.patch
	patches.kernel.org/6.0.3-069-Revert-drm-amdgpu-use-dirty-framebuffer-helper.patch
	patches.kernel.org/6.0.3-070-dm-verity-loadpin-Only-trust-verity-targets-wit.patch
	patches.kernel.org/6.0.3-071-dmaengine-mxs-use-platform_driver_register.patch
	patches.kernel.org/6.0.3-072-dmaengine-qcom-adm-fix-wrong-sizeof-config-in-s.patch
	patches.kernel.org/6.0.3-073-dmaengine-qcom-adm-fix-wrong-calling-convention.patch
	patches.kernel.org/6.0.3-074-drm-virtio-Check-whether-transferred-2D-BO-is-s.patch
	patches.kernel.org/6.0.3-075-drm-virtio-Unlock-reservations-on-virtio_gpu_ob.patch
	patches.kernel.org/6.0.3-076-drm-virtio-Unlock-reservations-on-dma_resv_rese.patch
	patches.kernel.org/6.0.3-077-drm-virtio-Use-appropriate-atomic-state-in-virt.patch
	patches.kernel.org/6.0.3-078-drm-udl-Restore-display-mode-on-resume.patch
	patches.kernel.org/6.0.3-079-arm64-mte-move-register-initialization-to-C.patch
	patches.kernel.org/6.0.3-080-arm64-mte-Avoid-setting-PG_mte_tagged-if-no-tag.patch
	patches.kernel.org/6.0.3-081-arm64-errata-Add-Cortex-A55-to-the-repeat-tlbi-.patch
	patches.kernel.org/6.0.3-082-clocksource-drivers-arm_arch_timer-Fix-CNTPCT_L.patch
	patches.kernel.org/6.0.3-083-mm-hugetlb-fix-races-when-looking-up-a-CONT-PTE.patch
	patches.kernel.org/6.0.3-084-mm-damon-validate-if-the-pmd-entry-is-present-b.patch
	patches.kernel.org/6.0.3-085-mm-uffd-fix-warning-without-PTE_MARKER_UFFD_WP-.patch
	patches.kernel.org/6.0.3-086-mm-mmap-undo-mmap-when-arch_validate_flags-fail.patch
	patches.kernel.org/6.0.3-087-xen-gntdev-Prevent-leaking-grants.patch
	patches.kernel.org/6.0.3-088-xen-gntdev-Accommodate-VMA-splitting.patch
	patches.kernel.org/6.0.3-089-PCI-Sanitise-firmware-BAR-assignments-behind-a-.patch
	patches.kernel.org/6.0.3-090-serial-cpm_uart-Don-t-request-IRQ-too-early-for.patch
	patches.kernel.org/6.0.3-091-serial-stm32-Deassert-Transmit-Enable-on-rs485_.patch
	patches.kernel.org/6.0.3-092-serial-Deassert-Transmit-Enable-on-probe-in-dri.patch
	patches.kernel.org/6.0.3-093-serial-ar933x-Deassert-Transmit-Enable-on-rs485.patch
	patches.kernel.org/6.0.3-094-serial-8250-Let-drivers-request-full-16550A-fea.patch
	patches.kernel.org/6.0.3-095-serial-8250-Request-full-16550A-feature-probing.patch
	patches.kernel.org/6.0.3-096-NFSD-Protect-against-send-buffer-overflow-in-NF.patch
	patches.kernel.org/6.0.3-097-NFSD-Protect-against-send-buffer-overflow-in-NF.patch
	patches.kernel.org/6.0.3-098-NFSD-Protect-against-send-buffer-overflow-in-NF.patch
	patches.kernel.org/6.0.3-099-cpufreq-qcom-cpufreq-hw-Fix-uninitialized-throt.patch
	patches.kernel.org/6.0.3-100-LoadPin-Fix-Kconfig-doc-about-format-of-file-wi.patch
	patches.kernel.org/6.0.3-101-powercap-intel_rapl-Use-standard-Energy-Unit-fo.patch
	patches.kernel.org/6.0.3-102-powerpc-Kconfig-Fix-non-existing-CONFIG_PPC_FSL.patch
	patches.kernel.org/6.0.3-103-powerpc-boot-Explicitly-disable-usage-of-SPE-in.patch
	patches.kernel.org/6.0.3-104-slimbus-qcom-ngd-use-correct-error-in-message-o.patch
	patches.kernel.org/6.0.3-105-slimbus-qcom-ngd-cleanup-in-probe-error-path.patch
	patches.kernel.org/6.0.3-106-scsi-lpfc-Rework-MIB-Rx-Monitor-debug-info-logi.patch
	patches.kernel.org/6.0.3-107-scsi-qedf-Populate-sysfs-attributes-for-vport.patch
	patches.kernel.org/6.0.3-108-gpio-rockchip-request-GPIO-mux-to-pinctrl-when-.patch
	patches.kernel.org/6.0.3-109-pinctrl-rockchip-add-pinmux_ops.gpio_set_direct.patch
	patches.kernel.org/6.0.3-110-fbdev-smscufx-Fix-use-after-free-in-ufx_ops_ope.patch
	patches.kernel.org/6.0.3-111-hwrng-core-let-sleep-be-interrupted-when-unregi.patch
	patches.kernel.org/6.0.3-112-smb3-do-not-log-confusing-message-when-server-r.patch
	patches.kernel.org/6.0.3-113-ksmbd-fix-incorrect-handling-of-iterate_dir.patch
	patches.kernel.org/6.0.3-114-ksmbd-fix-endless-loop-when-encryption-for-resp.patch
	patches.kernel.org/6.0.3-115-ksmbd-Fix-wrong-return-value-and-message-length.patch
	patches.kernel.org/6.0.3-116-ksmbd-Fix-user-namespace-mapping.patch
	patches.kernel.org/6.0.3-117-fs-record-I_DIRTY_TIME-even-if-inode-already-ha.patch
	patches.kernel.org/6.0.3-118-btrfs-fix-alignment-of-VMA-for-memory-mapped-fi.patch
	patches.kernel.org/6.0.3-119-btrfs-enhance-unsupported-compat-RO-flags-handl.patch
	patches.kernel.org/6.0.3-120-btrfs-fix-race-between-quota-enable-and-quota-r.patch
	patches.kernel.org/6.0.3-121-btrfs-fix-missed-extent-on-fsync-after-dropping.patch
	patches.kernel.org/6.0.3-122-btrfs-set-generation-before-calling-btrfs_clean.patch
	patches.kernel.org/6.0.3-123-f2fs-fix-wrong-continue-condition-in-GC.patch
	patches.kernel.org/6.0.3-124-f2fs-complete-checkpoints-during-remount.patch
	patches.kernel.org/6.0.3-125-f2fs-flush-pending-checkpoints-when-freezing-su.patch
	patches.kernel.org/6.0.3-126-f2fs-increase-the-limit-for-reserve_root.patch
	patches.kernel.org/6.0.3-127-f2fs-fix-to-do-sanity-check-on-destination-blka.patch
	patches.kernel.org/6.0.3-128-f2fs-fix-to-do-sanity-check-on-summary-info.patch
	patches.kernel.org/6.0.3-129-f2fs-allow-direct-read-for-zoned-device.patch
	patches.kernel.org/6.0.3-130-jbd2-wake-up-journal-waiters-in-FIFO-order-not-.patch
	patches.kernel.org/6.0.3-131-jbd2-fix-potential-buffer-head-reference-count-.patch
	patches.kernel.org/6.0.3-132-jbd2-fix-potential-use-after-free-in-jbd2_fc_wa.patch
	patches.kernel.org/6.0.3-133-jbd2-add-miss-release-buffer-head-in-fc_do_one_.patch
	patches.kernel.org/6.0.3-134-ext2-Add-sanity-checks-for-group-and-filesystem.patch
	patches.kernel.org/6.0.3-135-ext4-avoid-crash-when-inline-data-creation-foll.patch
	patches.kernel.org/6.0.3-136-ext4-fix-null-ptr-deref-in-ext4_write_info.patch
	patches.kernel.org/6.0.3-137-ext4-make-ext4_lazyinit_thread-freezable.patch
	patches.kernel.org/6.0.3-138-ext4-fix-check-for-block-being-out-of-directory.patch
	patches.kernel.org/6.0.3-139-ext4-don-t-increase-iversion-counter-for-ea_ino.patch
	patches.kernel.org/6.0.3-140-ext4-unconditionally-enable-the-i_version-count.patch
	patches.kernel.org/6.0.3-141-ext4-ext4_read_bh_lock-should-submit-IO-if-the-.patch
	patches.kernel.org/6.0.3-142-ext4-place-buffer-head-allocation-before-handle.patch
	patches.kernel.org/6.0.3-143-ext4-fix-i_version-handling-in-ext4.patch
	patches.kernel.org/6.0.3-144-ext4-fix-dir-corruption-when-ext4_dx_add_entry-.patch
	patches.kernel.org/6.0.3-145-ext4-fix-miss-release-buffer-head-in-ext4_fc_wr.patch
	patches.kernel.org/6.0.3-146-ext4-fix-potential-memory-leak-in-ext4_fc_recor.patch
	patches.kernel.org/6.0.3-147-ext4-fix-potential-memory-leak-in-ext4_fc_recor.patch
	patches.kernel.org/6.0.3-148-ext4-update-state-fc_regions_size-after-success.patch
	patches.kernel.org/6.0.3-149-livepatch-fix-race-between-fork-and-KLP-transit.patch
	patches.kernel.org/6.0.3-150-ftrace-Properly-unset-FTRACE_HASH_FL_MOD.patch
	patches.kernel.org/6.0.3-151-ftrace-Still-disable-enabled-records-marked-as-.patch
	patches.kernel.org/6.0.3-152-ring-buffer-Allow-splice-to-read-previous-parti.patch
	patches.kernel.org/6.0.3-153-ring-buffer-Have-the-shortest_full-queue-be-the.patch
	patches.kernel.org/6.0.3-154-ring-buffer-Check-pending-waiters-when-doing-wa.patch
	patches.kernel.org/6.0.3-155-ring-buffer-Add-ring_buffer_wake_waiters.patch
	patches.kernel.org/6.0.3-156-ring-buffer-Fix-race-between-reset-page-and-rea.patch
	patches.kernel.org/6.0.3-157-tracing-eprobe-Fix-alloc-event-dir-failed-when-.patch
	patches.kernel.org/6.0.3-158-tracing-Disable-interrupt-or-preemption-before-.patch
	patches.kernel.org/6.0.3-159-tracing-Wake-up-ring-buffer-waiters-on-closing-.patch
	patches.kernel.org/6.0.3-160-tracing-Wake-up-waiters-when-tracing-is-disable.patch
	patches.kernel.org/6.0.3-161-tracing-Add-ioctl-to-force-ring-buffer-waiters-.patch
	patches.kernel.org/6.0.3-162-tracing-Do-not-free-snapshot-if-tracer-is-on-cm.patch
	patches.kernel.org/6.0.3-163-tracing-Move-duplicate-code-of-trace_kprobe-epr.patch
	patches.kernel.org/6.0.3-164-tracing-Add-fault-name-injection-to-kernel-prob.patch
	patches.kernel.org/6.0.3-165-tracing-Fix-reading-strings-from-synthetic-even.patch
	patches.kernel.org/6.0.3-166-rpmsg-char-Avoid-double-destroy-of-default-endp.patch
	patches.kernel.org/6.0.3-167-thunderbolt-Explicitly-enable-lane-adapter-hotp.patch
	patches.kernel.org/6.0.3-168-efi-libstub-drop-pointless-get_memory_map-call.patch
	patches.kernel.org/6.0.3-169-media-cedrus-Fix-watchdog-race-condition.patch
	patches.kernel.org/6.0.3-170-media-cedrus-Set-the-platform-driver-data-earli.patch
	patches.kernel.org/6.0.3-171-media-cedrus-Fix-endless-loop-in-cedrus_h265_sk.patch
	patches.kernel.org/6.0.3-172-blk-throttle-fix-that-io-throttle-can-only-work.patch
	patches.kernel.org/6.0.3-173-blk-wbt-call-rq_qos_add-after-wb_normal-is-init.patch
	patches.kernel.org/6.0.3-174-KVM-x86-emulator-Fix-handing-of-POP-SS-to-corre.patch
	patches.kernel.org/6.0.3-175-KVM-nVMX-Unconditionally-purge-queued-injected-.patch
	patches.kernel.org/6.0.3-176-KVM-nVMX-Don-t-propagate-vmcs12-s-PERF_GLOBAL_C.patch
	patches.kernel.org/6.0.3-177-KVM-x86-Treat-DBs-from-the-emulator-as-fault-li.patch
	patches.kernel.org/6.0.3-178-KVM-VMX-Drop-bits-31-16-when-shoving-exception-.patch
	patches.kernel.org/6.0.3-179-staging-greybus-audio_helper-remove-unused-and-.patch
	patches.kernel.org/6.0.3-180-drm-nouveau-kms-nv140-Disable-interlacing.patch
	patches.kernel.org/6.0.3-181-drm-nouveau-fix-a-use-after-free-in-nouveau_gem.patch
	patches.kernel.org/6.0.3-182-drm-i915-gt-Use-i915_vm_put-on-ppgtt_create-err.patch
	patches.kernel.org/6.0.3-183-drm-i915-guc-Fix-revocation-of-non-persistent-c.patch
	patches.kernel.org/6.0.3-184-drm-i915-Fix-watermark-calculations-for-gen12-R.patch
	patches.kernel.org/6.0.3-185-drm-i915-Fix-watermark-calculations-for-gen12-M.patch
	patches.kernel.org/6.0.3-186-drm-i915-Fix-watermark-calculations-for-gen12-C.patch
	patches.kernel.org/6.0.3-187-drm-i915-Fix-watermark-calculations-for-DG2-CCS.patch
	patches.kernel.org/6.0.3-188-drm-i915-Fix-watermark-calculations-for-DG2-CCS.patch
	patches.kernel.org/6.0.3-189-drm-i915-Fix-display-problems-after-resume.patch
	patches.kernel.org/6.0.3-190-drm-amd-display-Fix-watermark-calculation.patch
	patches.kernel.org/6.0.3-191-drm-amd-display-Update-PMFW-z-state-interface-f.patch
	patches.kernel.org/6.0.3-192-drm-amd-display-zeromem-mypipe-heap-struct-befo.patch
	patches.kernel.org/6.0.3-193-drm-amd-display-Validate-DSC-After-Enable-All-N.patch
	patches.kernel.org/6.0.3-194-drm-amd-display-Enable-dpia-support-for-dcn314.patch
	patches.kernel.org/6.0.3-195-drm-amd-display-Enable-2-to-1-ODM-policy-if-sup.patch
	patches.kernel.org/6.0.3-196-drm-amd-display-Fix-vblank-refcount-in-vrr-tran.patch
	patches.kernel.org/6.0.3-197-drm-amd-display-Add-HUBP-surface-flip-interrupt.patch
	patches.kernel.org/6.0.3-198-drm-amd-display-explicitly-disable-psr_feature_.patch
	patches.kernel.org/6.0.3-199-drm-amdgpu-Enable-VCN-PG-on-GC11_0_1.patch
	patches.kernel.org/6.0.3-200-drm-amdgpu-Enable-F32_WPTR_POLL_ENABLE-in-mqd.patch
	patches.kernel.org/6.0.3-201-smb3-must-initialize-two-ACL-struct-fields-to-z.patch
	patches.kernel.org/6.0.3-202-selinux-use-grep-E-instead-of-egrep.patch
	patches.kernel.org/6.0.3-203-ima-fix-blocking-of-security.ima-xattrs-of-unsu.patch
	patches.kernel.org/6.0.3-204-userfaultfd-open-userfaultfds-with-O_RDONLY.patch
	patches.kernel.org/6.0.3-205-ntfs3-rework-xattr-handlers-and-switch-to-POSIX.patch
	patches.kernel.org/6.0.3-206-acl-return-EOPNOTSUPP-in-posix_acl_fix_xattr_co.patch
	patches.kernel.org/6.0.3-207-thermal-cpufreq_cooling-Check-the-policy-first-.patch
	patches.kernel.org/6.0.3-208-cpufreq-amd-pstate-Fix-initial-highest_perf-val.patch
	patches.kernel.org/6.0.3-209-sh-machvec-Use-char-for-section-boundaries.patch
	patches.kernel.org/6.0.3-210-MIPS-SGI-IP30-Fix-platform-device-leak-in-bridg.patch
	patches.kernel.org/6.0.3-211-MIPS-SGI-IP27-Fix-platform-device-leak-in-bridg.patch
	patches.kernel.org/6.0.3-212-erofs-fix-order-MAX_ORDER-warning-due-to-crafte.patch
	patches.kernel.org/6.0.3-213-erofs-use-kill_anon_super-to-kill-super-in-fsca.patch
	patches.kernel.org/6.0.3-214-ARM-9243-1-riscpc-Unbreak-the-build.patch
	patches.kernel.org/6.0.3-215-ARM-9244-1-dump-Fix-wrong-pg_level-in-walk_pmd.patch
	patches.kernel.org/6.0.3-216-ARM-9247-1-mm-set-readonly-for-MT_MEMORY_RO-wit.patch
	patches.kernel.org/6.0.3-217-ACPI-PCC-Release-resources-on-address-space-set.patch
	patches.kernel.org/6.0.3-218-ACPI-PCC-replace-wait_for_completion.patch
	patches.kernel.org/6.0.3-219-ACPI-PCC-Fix-Tx-acknowledge-in-the-PCC-address-.patch
	patches.kernel.org/6.0.3-220-objtool-Preserve-special-st_shndx-indexes-in-el.patch
	patches.kernel.org/6.0.3-221-nfsd-Fix-a-memory-leak-in-an-error-handling-pat.patch
	patches.kernel.org/6.0.3-222-SUNRPC-Fix-svcxdr_init_decode-s-end-of-buffer-c.patch
	patches.kernel.org/6.0.3-223-SUNRPC-Fix-svcxdr_init_encode-s-buflen-calculat.patch
	patches.kernel.org/6.0.3-224-NFSD-Protect-against-send-buffer-overflow-in-NF.patch
	patches.kernel.org/6.0.3-225-NFSD-Fix-handling-of-oversized-NFSv4-COMPOUND-r.patch
	patches.kernel.org/6.0.3-226-x86-paravirt-add-extra-clobbers-with-ZERO_CALL_.patch
	patches.kernel.org/6.0.3-227-m68k-Process-bootinfo-records-before-saving-the.patch
	patches.kernel.org/6.0.3-228-libbpf-Initialize-err-in-probe_map_create.patch
	patches.kernel.org/6.0.3-229-wifi-rtlwifi-8192de-correct-checking-of-IQK-rel.patch
	patches.kernel.org/6.0.3-230-wifi-ath10k-Set-tx-credit-to-one-for-WCN3990-sn.patch
	patches.kernel.org/6.0.3-231-wifi-ath10k-add-peer-map-clean-up-for-peer-dele.patch
	patches.kernel.org/6.0.3-232-bpf-Cleanup-check_refcount_ok.patch
	patches.kernel.org/6.0.3-233-bpf-Fix-ref_obj_id-for-dynptr-data-slices-in-ve.patch
	patches.kernel.org/6.0.3-234-leds-lm3601x-Don-t-use-mutex-after-it-was-destr.patch
	patches.kernel.org/6.0.3-235-tsnep-Fix-TSNEP_INFO_TX_TIME-register-define.patch
	patches.kernel.org/6.0.3-236-net-prestera-cache-port-state-for-non-phylink-p.patch
	patches.kernel.org/6.0.3-237-bpf-Fix-reference-state-management-for-synchron.patch
	patches.kernel.org/6.0.3-238-wifi-mac80211-properly-set-old_links-when-remov.patch
	patches.kernel.org/6.0.3-239-wifi-cfg80211-get-correct-AP-link-chandef.patch
	patches.kernel.org/6.0.3-240-wifi-mac80211-fix-use-after-free.patch
	patches.kernel.org/6.0.3-241-wifi-mac80211-mlme-don-t-add-empty-EML-capabili.patch
	patches.kernel.org/6.0.3-242-wifi-mac80211_hwsim-fix-link-change-handling.patch
	patches.kernel.org/6.0.3-243-wifi-mac80211-allow-bw-change-during-channel-sw.patch
	patches.kernel.org/6.0.3-244-bpftool-Fix-a-wrong-type-cast-in-btf_dumper_int.patch
	patches.kernel.org/6.0.3-245-ice-set-tx_tstamps-when-creating-new-Tx-rings-v.patch
	patches.kernel.org/6.0.3-246-audit-explicitly-check-audit_context-context-en.patch
	patches.kernel.org/6.0.3-247-audit-free-audit_proctitle-only-on-task-exit.patch
	patches.kernel.org/6.0.3-248-esp-choose-the-correct-inner-protocol-for-GSO-o.patch
	patches.kernel.org/6.0.3-249-spi-mt7621-Fix-an-error-message-in-mt7621_spi_p.patch
	patches.kernel.org/6.0.3-250-x86-resctrl-Fix-to-restore-to-original-value-wh.patch
	patches.kernel.org/6.0.3-251-xsk-Fix-backpressure-mechanism-on-Tx.patch
	patches.kernel.org/6.0.3-252-selftests-xsk-Add-missing-close-on-netns-fd.patch
	patches.kernel.org/6.0.3-253-bpf-Disable-preemption-when-increasing-per-cpu-.patch
	patches.kernel.org/6.0.3-254-bpf-Propagate-error-from-htab_lock_bucket-to-us.patch
	patches.kernel.org/6.0.3-255-wifi-ath11k-Fix-incorrect-QMI-message-ID-mappin.patch
	patches.kernel.org/6.0.3-256-bpf-Use-this_cpu_-inc-dec-inc_return-for-bpf_ta.patch
	patches.kernel.org/6.0.3-257-bpf-Use-this_cpu_-inc_return-dec-for-prog-activ.patch
	patches.kernel.org/6.0.3-258-Bluetooth-btusb-mediatek-fix-WMT-failure-during.patch
	patches.kernel.org/6.0.3-259-bpf-Only-add-BTF-IDs-for-socket-security-hooks-.patch
	patches.kernel.org/6.0.3-260-wifi-rtw89-pci-fix-interrupt-stuck-after-leavin.patch
	patches.kernel.org/6.0.3-261-wifi-rtw89-pci-correct-TX-resource-checking-in-.patch
	patches.kernel.org/6.0.3-262-wifi-rtl8xxxu-tighten-bounds-checking-in-rtl8xx.patch
	patches.kernel.org/6.0.3-263-wifi-wfx-prevent-underflow-in-wfx_send_pds.patch
	patches.kernel.org/6.0.3-264-wifi-rtw88-add-missing-destroy_workqueue-on-err.patch
	patches.kernel.org/6.0.3-265-selftests-xsk-Avoid-use-after-free-on-ctx.patch
	patches.kernel.org/6.0.3-266-wifi-mac80211-mlme-assign-link-address-correctl.patch
	patches.kernel.org/6.0.3-267-spi-qup-add-missing-clk_disable_unprepare-on-er.patch
	patches.kernel.org/6.0.3-268-spi-qup-add-missing-clk_disable_unprepare-on-er.patch
	patches.kernel.org/6.0.3-269-wifi-rtl8xxxu-Fix-skb-misuse-in-TX-queue-select.patch
	patches.kernel.org/6.0.3-270-spi-meson-spicc-do-not-rely-on-busy-flag-in-pow.patch
	patches.kernel.org/6.0.3-271-bpf-btf-fix-truncated-last_member_type_id-in-bt.patch
	patches.kernel.org/6.0.3-272-wifi-rtl8xxxu-gen2-Fix-mistake-in-path-B-IQ-cal.patch
	patches.kernel.org/6.0.3-273-wifi-rtl8xxxu-Remove-copy-paste-leftover-in-gen.patch
	patches.kernel.org/6.0.3-274-Bluetooth-avoid-hci_dev_test_and_set_flag-in-mg.patch
	patches.kernel.org/6.0.3-275-wifi-mt76-mt7921e-fix-race-issue-between-reset-.patch
	patches.kernel.org/6.0.3-276-wifi-mt76-mt7921s-fix-race-issue-between-reset-.patch
	patches.kernel.org/6.0.3-277-wifi-mt76-mt7921u-fix-race-issue-between-reset-.patch
	patches.kernel.org/6.0.3-278-wifi-mt76-sdio-fix-the-deadlock-caused-by-sdio-.patch
	patches.kernel.org/6.0.3-279-wifi-mt76-sdio-poll-sta-stat-when-device-transm.patch
	patches.kernel.org/6.0.3-280-wifi-mt76-mt7915-fix-an-uninitialized-variable-.patch
	patches.kernel.org/6.0.3-281-wifi-mt76-mt7921-fix-use-after-free-in-mt7921_a.patch
	patches.kernel.org/6.0.3-282-wifi-mt76-sdio-fix-transmitting-packet-hangs.patch
	patches.kernel.org/6.0.3-283-wifi-mt76-mt7615-add-mt7615_mutex_acquire-relea.patch
	patches.kernel.org/6.0.3-284-wifi-mt76-mt7915-fix-possible-unaligned-access-.patch
	patches.kernel.org/6.0.3-285-wifi-mt76-connac-fix-possible-unaligned-access-.patch
	patches.kernel.org/6.0.3-286-wifi-mt76-mt7921-add-mt7921_mutex_acquire-at-mt.patch
	patches.kernel.org/6.0.3-287-wifi-mt76-mt7921-add-mt7921_mutex_acquire-at-mt.patch
	patches.kernel.org/6.0.3-288-wifi-mt76-mt7921-fix-the-firmware-version-repor.patch
	patches.kernel.org/6.0.3-289-wifi-mt76-mt7915-fix-mcs-value-in-ht-mode.patch
	patches.kernel.org/6.0.3-290-wifi-mt76-fix-uninitialized-pointer-in-mt7921_m.patch
	patches.kernel.org/6.0.3-291-wifi-mt76-mt7915-do-not-check-state-before-conf.patch
	patches.kernel.org/6.0.3-292-wifi-mt76-mt7921e-fix-rmmod-crash-in-driver-rel.patch
	patches.kernel.org/6.0.3-293-Bluetooth-RFCOMM-Fix-possible-deadlock-on-socke.patch
	patches.kernel.org/6.0.3-294-net-fs_enet-Fix-wrong-check-in-do_pd_setup.patch
	patches.kernel.org/6.0.3-295-bpf-Ensure-correct-locking-around-vulnerable-fu.patch
	patches.kernel.org/6.0.3-296-libbpf-Fix-crash-if-SEC-freplace-programs-don-t.patch
	patches.kernel.org/6.0.3-297-wifi-ath11k-Include-STA_KEEPALIVE_ARP_RESPONSE-.patch
	patches.kernel.org/6.0.3-298-Bluetooth-hci_-ldisc-serdev-check-percpu_init_r.patch
	patches.kernel.org/6.0.3-299-libbpf-Fix-NULL-pointer-exception-in-API-btf_du.patch
	patches.kernel.org/6.0.3-300-netfilter-conntrack-fix-the-gc-rescheduling-del.patch
	patches.kernel.org/6.0.3-301-netfilter-conntrack-revisit-the-gc-initial-resc.patch
	patches.kernel.org/6.0.3-302-bpf-cgroup-Reject-prog_attach_flags-array-when-.patch
	patches.kernel.org/6.0.3-303-bpftool-Fix-wrong-cgroup-attach-flags-being-ass.patch
	patches.kernel.org/6.0.3-304-selftests-bpf-Adapt-cgroup-effective-query-uapi.patch
	patches.kernel.org/6.0.3-305-flow_dissector-Do-not-count-vlan-tags-inside-tu.patch
	patches.kernel.org/6.0.3-306-mwifiex-fix-sleep-in-atomic-context-bugs-caused.patch
	patches.kernel.org/6.0.3-307-wifi-ath11k-fix-failed-to-find-the-peer-with-pe.patch
	patches.kernel.org/6.0.3-308-wifi-ath11k-fix-number-of-VHT-beamformee-spatia.patch
	patches.kernel.org/6.0.3-309-mips-dts-ralink-mt7621-fix-external-phy-on-GB-P.patch
	patches.kernel.org/6.0.3-310-x86-microcode-AMD-Track-patch-allocation-size-e.patch
	patches.kernel.org/6.0.3-311-libbpf-restore-memory-layout-of-bpf_object_open.patch
	patches.kernel.org/6.0.3-312-wifi-ath11k-fix-peer-addition-deletion-error-on.patch
	patches.kernel.org/6.0.3-313-x86-cpu-Include-the-header-of-init_ia32_feat_ct.patch
	patches.kernel.org/6.0.3-314-spi-cadence-quadspi-Fix-PM-disable-depth-imbala.patch
	patches.kernel.org/6.0.3-315-spi-dw-Fix-PM-disable-depth-imbalance-in-dw_spi.patch
	patches.kernel.org/6.0.3-316-spi-omap100k-Fix-PM-disable-depth-imbalance-in-.patch
	patches.kernel.org/6.0.3-317-skmsg-Schedule-psock-work-if-the-cached-skb-exi.patch
	patches.kernel.org/6.0.3-318-cw1200-fix-incorrect-check-to-determine-if-no-e.patch
	patches.kernel.org/6.0.3-319-libbpf-Don-t-require-full-struct-enum64-in-UAPI.patch
	patches.kernel.org/6.0.3-320-i2c-mlxbf-support-lock-mechanism.patch
	patches.kernel.org/6.0.3-321-Bluetooth-hci_core-Fix-not-handling-link-timeou.patch
	patches.kernel.org/6.0.3-322-xfrm-Reinject-transport-mode-packets-through-wo.patch
	patches.kernel.org/6.0.3-323-netfilter-nft_fib-Fix-for-rpath-check-with-VRF-.patch
	patches.kernel.org/6.0.3-324-spi-s3c64xx-Fix-large-transfers-with-DMA.patch
	patches.kernel.org/6.0.3-325-Bluetooth-Prevent-double-register-of-suspend.patch
	patches.kernel.org/6.0.3-326-wifi-rtl8xxxu-gen2-Enable-40-MHz-channel-width.patch
	patches.kernel.org/6.0.3-327-wifi-rtl8xxxu-Fix-AIFS-written-to-REG_EDCA_-_PA.patch
	patches.kernel.org/6.0.3-328-vhost-vsock-Use-kvmalloc-kvfree-for-larger-pack.patch
	patches.kernel.org/6.0.3-329-eth-alx-take-rtnl_lock-on-resume.patch
	patches.kernel.org/6.0.3-330-mISDN-fix-use-after-free-bugs-in-l1oip-timer-ha.patch
	patches.kernel.org/6.0.3-331-sctp-handle-the-error-returned-from-sctp_auth_a.patch
	patches.kernel.org/6.0.3-332-tcp-fix-tcp_cwnd_validate-to-not-forget-is_cwnd.patch
	patches.kernel.org/6.0.3-333-spi-Ensure-that-sg_table-won-t-be-used-after-be.patch
	patches.kernel.org/6.0.3-334-Bluetooth-hci_sync-Fix-not-indicating-power-sta.patch
	patches.kernel.org/6.0.3-335-hwmon-pmbus-mp2888-Fix-sensors-readouts-for-MPS.patch
	patches.kernel.org/6.0.3-336-net-rds-don-t-hold-sock-lock-when-cancelling-wo.patch
	patches.kernel.org/6.0.3-337-af_unix-Fix-memory-leaks-of-the-whole-sk-due-to.patch
	patches.kernel.org/6.0.3-338-net-prestera-acl-Add-check-for-kmemdup.patch
	patches.kernel.org/6.0.3-339-eth-lan743x-reject-extts-for-non-pci11x1x-devic.patch
	patches.kernel.org/6.0.3-340-bnx2x-fix-potential-memory-leak-in-bnx2x_tpa_st.patch
	patches.kernel.org/6.0.3-341-eth-sp7021-fix-use-after-free-bug-in-spl2sw_nvm.patch
	patches.kernel.org/6.0.3-342-net-wwan-iosm-Call-mutex_init-before-locking-it.patch
	patches.kernel.org/6.0.3-343-net-ieee802154-reject-zero-sized-raw_sendmsg.patch
	patches.kernel.org/6.0.3-344-once-add-DO_ONCE_SLOW-for-sleepable-contexts.patch
	patches.kernel.org/6.0.3-345-net-mvpp2-fix-mvpp2-debugfs-leak.patch
	patches.kernel.org/6.0.3-346-drm-bridge-adv7511-fix-CEC-power-down-control-r.patch
	patches.kernel.org/6.0.3-347-drm-bridge-adv7511-unregister-cec-i2c-device-af.patch
	patches.kernel.org/6.0.3-348-drm-bridge-Avoid-uninitialized-variable-warning.patch
	patches.kernel.org/6.0.3-349-drm-mipi-dsi-Detach-devices-when-removing-the-h.patch
	patches.kernel.org/6.0.3-350-drm-vc4-drv-Call-component_unbind_all.patch
	patches.kernel.org/6.0.3-351-drm-bridge-it6505-Power-on-downstream-device-in.patch
	patches.kernel.org/6.0.3-352-video-aperture-Disable-and-unregister-sysfb-dev.patch
	patches.kernel.org/6.0.3-353-drm-virtio-Correct-drm_gem_shmem_get_sg_table-e.patch
	patches.kernel.org/6.0.3-354-drm-bridge-anx7625-Fix-refcount-bug-in-anx7625_.patch
	patches.kernel.org/6.0.3-355-drm-bridge-tc358767-Add-of_node_put-when-breaki.patch
	patches.kernel.org/6.0.3-356-drm-bridge-parade-ps8640-Fix-regulator-supply-o.patch
	patches.kernel.org/6.0.3-357-drm-format-helper-Fix-test-on-big-endian-archit.patch
	patches.kernel.org/6.0.3-358-drm-dp_mst-fix-drm_dp_dpcd_read-return-value-ch.patch
	patches.kernel.org/6.0.3-359-drm-pl111-Add-of_node_put-when-breaking-out-of-.patch
	patches.kernel.org/6.0.3-360-ASoC-mt6359-fix-tests-for-platform_get_irq-fail.patch
	patches.kernel.org/6.0.3-361-ASoC-amd-acp-add-missing-platform_device_unregi.patch
	patches.kernel.org/6.0.3-362-drm-msm-Make-.remove-and-.shutdown-HW-shutdown-.patch
	patches.kernel.org/6.0.3-363-platform-chrome-fix-double-free-in-chromeos_lap.patch
	patches.kernel.org/6.0.3-364-platform-chrome-fix-memory-corruption-in-ioctl.patch
	patches.kernel.org/6.0.3-365-drm-i915-dg2-Bump-up-CDCLK-for-DG2.patch
	patches.kernel.org/6.0.3-366-drm-virtio-Fix-same-context-optimization.patch
	patches.kernel.org/6.0.3-367-ASoC-soc-pcm.c-call-__soc_pcm_close-in-soc_pcm_.patch
	patches.kernel.org/6.0.3-368-ASoC-tas2764-Allow-mono-streams.patch
	patches.kernel.org/6.0.3-369-ASoC-tas2764-Drop-conflicting-set_bias_level-po.patch
	patches.kernel.org/6.0.3-370-ASoC-tas2764-Fix-mute-unmute.patch
	patches.kernel.org/6.0.3-371-platform-x86-msi-laptop-Fix-old-ec-check-for-ba.patch
	patches.kernel.org/6.0.3-372-platform-x86-msi-laptop-Fix-resource-cleanup.patch
	patches.kernel.org/6.0.3-373-drm-panel-use-select-for-Ili9341-panel-driver-h.patch
	patches.kernel.org/6.0.3-374-drm-fix-drm_mipi_dbi-build-errors.patch
	patches.kernel.org/6.0.3-375-platform-chrome-cros_ec_typec-Add-bit-offset-fo.patch
	patches.kernel.org/6.0.3-376-platform-chrome-cros_ec_typec-Correct-alt-mode-.patch
	patches.kernel.org/6.0.3-377-drm-amdgpu-add-missing-pci_disable_device-in-am.patch
	patches.kernel.org/6.0.3-378-drm-bridge-megachips-Fix-a-null-pointer-derefer.patch
	patches.kernel.org/6.0.3-379-drm-bridge-it6505-Fix-the-order-of-DP_SET_POWER.patch
	patches.kernel.org/6.0.3-380-ASoC-rsnd-Add-check-for-rsnd_mod_power_on.patch
	patches.kernel.org/6.0.3-381-ASoC-wm_adsp-Handle-optional-legacy-support.patch
	patches.kernel.org/6.0.3-382-ALSA-hda-beep-Simplify-keep-power-at-enable-beh.patch
	patches.kernel.org/6.0.3-383-drm-virtio-set-fb_modifiers_not_supported.patch
	patches.kernel.org/6.0.3-384-drm-bochs-fix-blanking.patch
	patches.kernel.org/6.0.3-385-ASoC-mediatek-mt8195-mt6359-Properly-register-s.patch
	patches.kernel.org/6.0.3-386-ASoC-SOF-mediatek-mt8195-Import-namespace-SND_S.patch
	patches.kernel.org/6.0.3-387-drm-omap-dss-Fix-refcount-leak-bugs.patch
	patches.kernel.org/6.0.3-388-drm-amdgpu-Fix-memory-leak-in-hpd_rx_irq_create.patch
	patches.kernel.org/6.0.3-389-ASoC-rockchip-i2s-use-regmap_read_poll_timeout-.patch
	patches.kernel.org/6.0.3-390-mmc-au1xmmc-Fix-an-error-handling-path-in-au1xm.patch
	patches.kernel.org/6.0.3-391-ASoC-eureka-tlv320-Hold-reference-returned-from.patch
	patches.kernel.org/6.0.3-392-drm-msm-lookup-the-ICC-paths-in-both-mdp5-dpu-a.patch
	patches.kernel.org/6.0.3-393-drm-msm-dpu-index-dpu_kms-hw_vbif-using-vbif_id.patch
	patches.kernel.org/6.0.3-394-drm-msm-dp-correct-1.62G-link-rate-at-dp_catalo.patch
	patches.kernel.org/6.0.3-395-ALSA-hda-hdmi-change-type-for-the-assigned-vari.patch
	patches.kernel.org/6.0.3-396-ALSA-hda-hdmi-Fix-the-converter-allocation-for-.patch
	patches.kernel.org/6.0.3-397-ALSA-usb-audio-Properly-refcounting-clock-rate.patch
	patches.kernel.org/6.0.3-398-ASoC-SOF-ipc4-topology-Free-the-ida-when-IPC-fa.patch
	patches.kernel.org/6.0.3-399-drm-vmwgfx-Fix-memory-leak-in-vmw_mksstat_add_i.patch
	patches.kernel.org/6.0.3-400-virtio-gpu-fix-shift-wrapping-bug-in-virtio_gpu.patch
	patches.kernel.org/6.0.3-401-ASoC-codecs-tx-macro-fix-kcontrol-put.patch
	patches.kernel.org/6.0.3-402-ASoC-da7219-Fix-an-error-handling-path-in-da721.patch
	patches.kernel.org/6.0.3-403-ALSA-dmaengine-increment-buffer-pointer-atomica.patch
	patches.kernel.org/6.0.3-404-mmc-wmt-sdmmc-Fix-an-error-handling-path-in-wmt.patch
	patches.kernel.org/6.0.3-405-ASoC-stm32-dfsdm-Fix-PM-disable-depth-imbalance.patch
	patches.kernel.org/6.0.3-406-ASoC-stm32-spdifrx-Fix-PM-disable-depth-imbalan.patch
	patches.kernel.org/6.0.3-407-ASoC-stm-Fix-PM-disable-depth-imbalance-in-stm3.patch
	patches.kernel.org/6.0.3-408-ASoC-wcd-mbhc-v2-Revert-ASoC-wcd-mbhc-v2-use-pm.patch
	patches.kernel.org/6.0.3-409-ASoC-wm8997-Fix-PM-disable-depth-imbalance-in-w.patch
	patches.kernel.org/6.0.3-410-ASoC-wm5110-Fix-PM-disable-depth-imbalance-in-w.patch
	patches.kernel.org/6.0.3-411-ASoC-wm5102-Fix-PM-disable-depth-imbalance-in-w.patch
	patches.kernel.org/6.0.3-412-ASoC-mt6660-Fix-PM-disable-depth-imbalance-in-m.patch
	patches.kernel.org/6.0.3-413-ASoC-rockchip-i2s-use-regmap_read_poll_timeout_.patch
	patches.kernel.org/6.0.3-414-ALSA-hda-hdmi-Don-t-skip-notification-handling-.patch
	patches.kernel.org/6.0.3-415-memory-pl353-smc-Fix-refcount-leak-bug-in-pl353.patch
	patches.kernel.org/6.0.3-416-memory-of-Fix-refcount-leak-bug-in-of_get_ddr_t.patch
	patches.kernel.org/6.0.3-417-memory-of-Fix-refcount-leak-bug-in-of_lpddr3_ge.patch
	patches.kernel.org/6.0.3-418-locks-fix-TOCTOU-race-when-granting-write-lease.patch
	patches.kernel.org/6.0.3-419-soc-qcom-smsm-Fix-refcount-leak-bugs-in-qcom_sm.patch
	patches.kernel.org/6.0.3-420-soc-qcom-smem_state-Add-refcounting-for-the-sta.patch
	patches.kernel.org/6.0.3-421-ARM-dts-imx6qdl-kontron-samx6i-hook-up-DDC-i2c-.patch
	patches.kernel.org/6.0.3-422-arm64-dts-renesas-r9a07g044-Fix-SCI-Rx-Tx-inter.patch
	patches.kernel.org/6.0.3-423-arm64-dts-renesas-r9a07g054-Fix-SCI-Rx-Tx-inter.patch
	patches.kernel.org/6.0.3-424-arm64-dts-renesas-r9a07g043-Fix-SCI-Rx-Tx-inter.patch
	patches.kernel.org/6.0.3-425-dt-bindings-clock-exynosautov9-correct-clock-nu.patch
	patches.kernel.org/6.0.3-426-arm64-dts-qcom-sdm845-xiaomi-polaris-Fix-sde_ds.patch
	patches.kernel.org/6.0.3-427-arm64-dts-qcom-sc7280-Cleanup-the-lpasscc-node.patch
	patches.kernel.org/6.0.3-428-arm64-dts-qcom-sc7280-Update-lpasscore-node.patch
	patches.kernel.org/6.0.3-429-arm64-dts-qcom-sc8280xp-crd-disallow-regulator-.patch
	patches.kernel.org/6.0.3-430-arm64-dts-qcom-sc8280xp-lenovo-thinkpad-x13s-di.patch
	patches.kernel.org/6.0.3-431-arm64-dts-qcom-sa8295p-adp-disallow-regulator-m.patch
	patches.kernel.org/6.0.3-432-arm64-dts-qcom-pm8350c-Drop-PWM-reg-declaration.patch
	patches.kernel.org/6.0.3-433-arm64-dts-qcom-sc7180-trogdor-Keep-pm6150_adc-e.patch
	patches.kernel.org/6.0.3-434-ARM-dts-turris-omnia-Fix-mpp26-pin-name-and-com.patch
	patches.kernel.org/6.0.3-435-ARM-dts-kirkwood-lsxl-fix-serial-line.patch
	patches.kernel.org/6.0.3-436-ARM-dts-kirkwood-lsxl-remove-first-ethernet-por.patch
	patches.kernel.org/6.0.3-437-arm64-dts-marvell-98dx25xx-use-correct-property.patch
	patches.kernel.org/6.0.3-438-ia64-export-memory_add_physaddr_to_nid-to-fix-c.patch
	patches.kernel.org/6.0.3-439-arm64-dts-qcom-sm8350-sagami-correct-TS-pin-pro.patch
	patches.kernel.org/6.0.3-440-soc-tegra-fuse-Add-missing-of_node_put-in-tegra.patch
	patches.kernel.org/6.0.3-441-soc-tegra-fuse-Drop-Kconfig-dependency-on-TEGRA.patch
	patches.kernel.org/6.0.3-442-arm64-dts-qcom-ipq8074-fix-PCIe-PHY-serdes-size.patch
	patches.kernel.org/6.0.3-443-arm64-dts-qcom-sm8450-fix-UFS-PHY-serdes-size.patch
	patches.kernel.org/6.0.3-444-arm64-dts-ti-k3-j7200-fix-main-pinmux-range.patch
	patches.kernel.org/6.0.3-445-ARM-dts-exynos-correct-s5k6a3-reset-polarity-on.patch
	patches.kernel.org/6.0.3-446-ARM-Drop-CMDLINE_-dependency-on-ATAGS.patch
	patches.kernel.org/6.0.3-447-ext4-continue-to-expand-file-system-when-the-ta.patch
	patches.kernel.org/6.0.3-448-ext4-don-t-run-ext4lazyinit-for-read-only-files.patch
	patches.kernel.org/6.0.3-449-arm64-ftrace-fix-module-PLTs-with-mcount.patch
	patches.kernel.org/6.0.3-450-arm64-dts-exynos-fix-polarity-of-enable-line-of.patch
	patches.kernel.org/6.0.3-451-ARM-dts-exynos-fix-polarity-of-VBUS-GPIO-of-Ori.patch
	patches.kernel.org/6.0.3-452-iomap-iomap-fix-memory-corruption-when-recordin.patch
	patches.kernel.org/6.0.3-453-selftests-cpu-hotplug-Use-return-instead-of-exi.patch
	patches.kernel.org/6.0.3-454-selftests-cpu-hotplug-Delete-fault-injection-re.patch
	patches.kernel.org/6.0.3-455-selftests-cpu-hotplug-Reserve-one-cpu-online-at.patch
	patches.kernel.org/6.0.3-456-iio-adc-at91-sama5d2_adc-fix-AT91_SAMA5D2_MR_TR.patch
	patches.kernel.org/6.0.3-457-iio-adc-at91-sama5d2_adc-check-return-status-fo.patch
	patches.kernel.org/6.0.3-458-iio-adc-at91-sama5d2_adc-lock-around-oversampli.patch
	patches.kernel.org/6.0.3-459-iio-adc-at91-sama5d2_adc-disable-prepare-buffer.patch
	patches.kernel.org/6.0.3-460-iio-inkern-only-release-the-device-node-when-do.patch
	patches.kernel.org/6.0.3-461-iio-inkern-fix-return-value-in-devm_of_iio_chan.patch
	patches.kernel.org/6.0.3-462-iio-ABI-Fix-wrong-format-of-differential-capaci.patch
	patches.kernel.org/6.0.3-463-iio-magnetometer-yas530-Change-data-type-of-har.patch
	patches.kernel.org/6.0.3-464-RDMA-mlx5-Don-t-compare-mkey-tags-in-DEVX-indir.patch
	patches.kernel.org/6.0.3-465-usb-common-usb-conn-gpio-Simplify-some-error-me.patch
	patches.kernel.org/6.0.3-466-usb-common-debug-Check-non-standard-control-req.patch
	patches.kernel.org/6.0.3-467-clk-meson-Hold-reference-returned-by-of_get_par.patch
	patches.kernel.org/6.0.3-468-clk-st-Hold-reference-returned-by-of_get_parent.patch
	patches.kernel.org/6.0.3-469-clk-oxnas-Hold-reference-returned-by-of_get_par.patch
	patches.kernel.org/6.0.3-470-clk-qoriq-Hold-reference-returned-by-of_get_par.patch
	patches.kernel.org/6.0.3-471-clk-berlin-Add-of_node_put-for-of_get_parent.patch
	patches.kernel.org/6.0.3-472-clk-sprd-Hold-reference-returned-by-of_get_pare.patch
	patches.kernel.org/6.0.3-473-coresight-docs-Fix-a-broken-reference.patch
	patches.kernel.org/6.0.3-474-clk-tegra-Fix-refcount-leak-in-tegra210_clock_i.patch
	patches.kernel.org/6.0.3-475-clk-tegra-Fix-refcount-leak-in-tegra114_clock_i.patch
	patches.kernel.org/6.0.3-476-clk-tegra20-Fix-refcount-leak-in-tegra20_clock_.patch
	patches.kernel.org/6.0.3-477-clk-samsung-exynosautov9-correct-register-offse.patch
	patches.kernel.org/6.0.3-478-HID-uclogic-Add-missing-suffix-for-digitalizers.patch
	patches.kernel.org/6.0.3-479-HID-uclogic-Fix-warning-in-uclogic_rdesc_templa.patch
	patches.kernel.org/6.0.3-480-HSI-omap_ssi-Fix-refcount-leak-in-ssi_probe.patch
	patches.kernel.org/6.0.3-481-HSI-omap_ssi_port-Fix-dma_map_sg-error-check.patch
	patches.kernel.org/6.0.3-482-clk-qcom-gcc-sdm660-Use-floor-ops-for-SDCC1-clo.patch
	patches.kernel.org/6.0.3-483-media-exynos4-is-fimc-is-Add-of_node_put-when-b.patch
	patches.kernel.org/6.0.3-484-media-airspy-fix-memory-leak-in-airspy-probe.patch
	patches.kernel.org/6.0.3-485-tty-xilinx_uartps-Check-clk_enable-return-value.patch
	patches.kernel.org/6.0.3-486-tty-xilinx_uartps-Fix-the-ignore_status.patch
	patches.kernel.org/6.0.3-487-media-mediatek-vcodec-Skip-non-CBR-bitrate-mode.patch
	patches.kernel.org/6.0.3-488-media-amphion-insert-picture-startcode-after-se.patch
	patches.kernel.org/6.0.3-489-media-amphion-adjust-the-encoder-s-value-range-.patch
	patches.kernel.org/6.0.3-490-media-amphion-don-t-change-the-colorspace-repor.patch
	patches.kernel.org/6.0.3-491-media-amphion-fix-a-bug-that-vpu-core-may-not-r.patch
	patches.kernel.org/6.0.3-492-media-meson-vdec-add-missing-clk_disable_unprep.patch
	patches.kernel.org/6.0.3-493-media-uvcvideo-Fix-memory-leak-in-uvc_gpio_pars.patch
	patches.kernel.org/6.0.3-494-media-uvcvideo-Use-entity-get_cur-in-uvc_ctrl_s.patch
	patches.kernel.org/6.0.3-495-media-xilinx-vipp-Fix-refcount-leak-in-xvip_gra.patch
	patches.kernel.org/6.0.3-496-RDMA-rxe-Fix-kernel-NULL-pointer-dereference-er.patch
	patches.kernel.org/6.0.3-497-RDMA-rxe-Fix-the-error-caused-by-qp-sk.patch
	patches.kernel.org/6.0.3-498-clk-mediatek-clk-mt8195-vdo0-Set-rate-on-vdo0_d.patch
	patches.kernel.org/6.0.3-499-clk-mediatek-clk-mt8195-vdo1-Reparent-and-set-r.patch
	patches.kernel.org/6.0.3-500-clk-mediatek-mt8195-infra_ao-Set-pwrmcu-clocks-.patch
	patches.kernel.org/6.0.3-501-misc-ocxl-fix-possible-refcount-leak-in-afu_ioc.patch
	patches.kernel.org/6.0.3-502-fpga-dfl-pci-Add-IDs-for-Intel-N6000-N6001-and-.patch
	patches.kernel.org/6.0.3-503-fpga-prevent-integer-overflow-in-dfl_feature_io.patch
	patches.kernel.org/6.0.3-504-phy-rockchip-inno-usb2-Return-zero-after-otg-sy.patch
	patches.kernel.org/6.0.3-505-dmaengine-idxd-avoid-deadlock-in-process_misc_i.patch
	patches.kernel.org/6.0.3-506-dmaengine-hisilicon-Disable-channels-when-unreg.patch
	patches.kernel.org/6.0.3-507-dmaengine-hisilicon-Fix-CQ-head-update.patch
	patches.kernel.org/6.0.3-508-dmaengine-hisilicon-Add-multi-thread-support-fo.patch
	patches.kernel.org/6.0.3-509-iio-Use-per-device-lockdep-class-for-mlock.patch
	patches.kernel.org/6.0.3-510-usb-gadget-f_fs-stricter-integer-overflow-check.patch
	patches.kernel.org/6.0.3-511-dyndbg-fix-static_branch-manipulation.patch
	patches.kernel.org/6.0.3-512-dyndbg-fix-module.dyndbg-handling.patch
	patches.kernel.org/6.0.3-513-dyndbg-let-query-modname-override-actual-module.patch
	patches.kernel.org/6.0.3-514-dyndbg-drop-EXPORTed-dynamic_debug_exec_queries.patch
	patches.kernel.org/6.0.3-515-clk-qcom-sm6115-Select-QCOM_GDSC.patch
	patches.kernel.org/6.0.3-516-scsi-lpfc-Fix-various-issues-reported-by-tools.patch
	patches.kernel.org/6.0.3-517-mtd-devices-docg3-check-the-return-value-of-dev.patch
	patches.kernel.org/6.0.3-518-remoteproc-Harden-rproc_handle_vdev-against-int.patch
	patches.kernel.org/6.0.3-519-phy-qcom-qmp-usb-disable-runtime-PM-on-unbind.patch
	patches.kernel.org/6.0.3-520-phy-amlogic-phy-meson-axg-mipi-pcie-analog-Hold.patch
	patches.kernel.org/6.0.3-521-phy-phy-mtk-tphy-fix-the-phy-type-setting-issue.patch
	patches.kernel.org/6.0.3-522-mtd-rawnand-intel-Read-the-chip-select-line-fro.patch
	patches.kernel.org/6.0.3-523-mtd-rawnand-intel-Remove-undocumented-compatibl.patch
	patches.kernel.org/6.0.3-524-mtd-rawnand-fsl_elbc-Fix-none-ECC-mode.patch
	patches.kernel.org/6.0.3-525-RDMA-irdma-Align-AE-id-codes-to-correct-flush-c.patch
	patches.kernel.org/6.0.3-526-RDMA-irdma-Validate-udata-inlen-and-outlen.patch
	patches.kernel.org/6.0.3-527-RDMA-srp-Fix-srp_abort.patch
	patches.kernel.org/6.0.3-528-RDMA-siw-Always-consume-all-skbuf-data-in-sk_da.patch
	patches.kernel.org/6.0.3-529-RDMA-siw-Fix-QP-destroy-to-wait-for-all-referen.patch
	patches.kernel.org/6.0.3-530-ata-fix-ata_id_sense_reporting_enabled-and-ata_.patch
	patches.kernel.org/6.0.3-531-ata-fix-ata_id_has_devslp.patch
	patches.kernel.org/6.0.3-532-ata-fix-ata_id_has_ncq_autosense.patch
	patches.kernel.org/6.0.3-533-ata-fix-ata_id_has_dipm.patch
	patches.kernel.org/6.0.3-534-mtd-rawnand-meson-fix-bit-map-use-in-meson_nfc_.patch
	patches.kernel.org/6.0.3-535-block-Fix-the-enum-blk_eh_timer_return-document.patch
	patches.kernel.org/6.0.3-536-eventfd-guard-wake_up-in-eventfd-fs-calls-as-we.patch
	patches.kernel.org/6.0.3-537-io_uring-fdinfo-fix-sqe-dumping-for-IORING_SETU.patch
	patches.kernel.org/6.0.3-538-md-Replace-snprintf-with-scnprintf.patch
	patches.kernel.org/6.0.3-539-md-raid5-Ensure-stripe_fill-happens-on-non-read.patch
	patches.kernel.org/6.0.3-540-md-raid5-Remove-unnecessary-bio_put-in-raid5_re.patch
	patches.kernel.org/6.0.3-541-md-Remove-extra-mddev_get-in-md_seq_start.patch
	patches.kernel.org/6.0.3-542-RDMA-cm-Use-SLID-in-the-work-completion-as-the-.patch
	patches.kernel.org/6.0.3-543-IB-Set-IOVA-LENGTH-on-IB_MR-in-core-uverbs-laye.patch
	patches.kernel.org/6.0.3-544-xhci-Don-t-show-warning-for-reinit-on-known-bro.patch
	patches.kernel.org/6.0.3-545-usb-gadget-function-fix-dangling-pnp_string-in-.patch
	patches.kernel.org/6.0.3-546-usb-typec-anx7411-Use-of_get_child_by_name-inst.patch
	patches.kernel.org/6.0.3-547-usb-dwc3-core-fix-some-leaks-in-probe.patch
	patches.kernel.org/6.0.3-548-drivers-serial-jsm-fix-some-leaks-in-probe.patch
	patches.kernel.org/6.0.3-549-serial-8250-Toggle-IER-bits-on-only-after-irq-h.patch
	patches.kernel.org/6.0.3-550-tty-serial-fsl_lpuart-disable-dma-rx-tx-use-fla.patch
	patches.kernel.org/6.0.3-551-phy-qualcomm-call-clk_disable_unprepare-in-the-.patch
	patches.kernel.org/6.0.3-552-staging-vt6655-fix-some-erroneous-memory-clean-.patch
	patches.kernel.org/6.0.3-553-slimbus-qcom-ngd-Add-error-handling-in-of_qcom_.patch
	patches.kernel.org/6.0.3-554-firmware-google-Test-spinlock-on-panic-path-to-.patch
	patches.kernel.org/6.0.3-555-serial-8250-Fix-restoring-termios-speed-after-s.patch
	patches.kernel.org/6.0.3-556-scsi-libsas-Fix-use-after-free-bug-in-smp_execu.patch
	patches.kernel.org/6.0.3-557-scsi-pm8001-Fix-running_req-for-internal-abort-.patch
	patches.kernel.org/6.0.3-558-scsi-iscsi-iscsi_tcp-Fix-null-ptr-deref-while-c.patch
	patches.kernel.org/6.0.3-559-clk-qcom-apss-ipq6018-mark-apcs_alias0_core_clk.patch
	patches.kernel.org/6.0.3-560-clk-qcom-gcc-sm6115-Override-default-Alpha-PLL-.patch
	patches.kernel.org/6.0.3-561-nvmet-auth-don-t-try-to-cancel-a-non-initialize.patch
	patches.kernel.org/6.0.3-562-RDMA-rxe-Set-pd-early-in-mr-alloc-routines.patch
	patches.kernel.org/6.0.3-563-RDMA-rxe-Fix-resize_finish-in-rxe_queue.c.patch
	patches.kernel.org/6.0.3-564-fsi-core-Check-error-number-after-calling-ida_s.patch
	patches.kernel.org/6.0.3-565-mfd-intel_soc_pmic-Fix-an-error-handling-path-i.patch
	patches.kernel.org/6.0.3-566-mfd-fsl-imx25-Fix-an-error-handling-path-in-mx2.patch
	patches.kernel.org/6.0.3-567-mfd-lp8788-Fix-an-error-handling-path-in-lp8788.patch
	patches.kernel.org/6.0.3-568-mfd-lp8788-Fix-an-error-handling-path-in-lp8788.patch
	patches.kernel.org/6.0.3-569-mfd-fsl-imx25-Fix-check-for-platform_get_irq-er.patch
	patches.kernel.org/6.0.3-570-mfd-sm501-Add-check-for-platform_driver_registe.patch
	patches.kernel.org/6.0.3-571-mfd-da9061-Fix-Failed-to-set-Two-Wire-Bus-Mode.patch
	patches.kernel.org/6.0.3-572-clk-mediatek-mt8183-mfgcfg-Propagate-rate-chang.patch
	patches.kernel.org/6.0.3-573-clk-mediatek-clk-mt8195-mfg-Reparent-mfg_bg3d-a.patch
	patches.kernel.org/6.0.3-574-clk-mediatek-fix-unregister-function-in-mtk_clk.patch
	patches.kernel.org/6.0.3-575-clk-mediatek-Migrate-remaining-clk_unregister_-.patch
	patches.kernel.org/6.0.3-576-io_uring-rw-defer-fsnotify-calls-to-task-contex.patch
	patches.kernel.org/6.0.3-577-dmaengine-ioat-stop-mod_timer-from-resurrecting.patch
	patches.kernel.org/6.0.3-578-HID-amd_sfh-Handle-condition-of-no-sensors-for-.patch
	patches.kernel.org/6.0.3-579-usb-mtu3-fix-failed-runtime-suspend-in-host-onl.patch
	patches.kernel.org/6.0.3-580-spmi-pmic-arb-correct-duplicate-APID-to-PPID-ma.patch
	patches.kernel.org/6.0.3-581-clk-vc5-Fix-5P49V6901-outputs-disabling-when-en.patch
	patches.kernel.org/6.0.3-582-clk-baikal-t1-Fix-invalid-xGMAC-PTP-clock-divid.patch
	patches.kernel.org/6.0.3-583-clk-baikal-t1-Add-shared-xGMAC-ref-ptp-clocks-i.patch
	patches.kernel.org/6.0.3-584-clk-baikal-t1-Add-SATA-internal-ref-clock-buffe.patch
	patches.kernel.org/6.0.3-585-clk-bcm2835-Make-peripheral-PLLC-critical.patch
	patches.kernel.org/6.0.3-586-clk-bcm2835-fix-bcm2835_clock_rate_from_divisor.patch
	patches.kernel.org/6.0.3-587-clk-imx8mp-tune-the-order-of-enet_qos_root_clk.patch
	patches.kernel.org/6.0.3-588-clk-imx-scu-fix-memleak-on-platform_device_add-.patch
	patches.kernel.org/6.0.3-589-clk-ti-Balance-of_node_get-calls-for-of_find_no.patch
	patches.kernel.org/6.0.3-590-clk-ti-dra7-atl-Fix-reference-leak-in-of_dra7_a.patch
	patches.kernel.org/6.0.3-591-clk-ast2600-BCLK-comes-from-EPLL.patch
	patches.kernel.org/6.0.3-592-mailbox-imx-fix-RST-channel-support.patch
	patches.kernel.org/6.0.3-593-mailbox-mpfs-fix-handling-of-the-reg-property.patch
	patches.kernel.org/6.0.3-594-mailbox-mpfs-account-for-mbox-offsets-while-sen.patch
	patches.kernel.org/6.0.3-595-mailbox-bcm-ferxrm-mailbox-Fix-error-check-for-.patch
	patches.kernel.org/6.0.3-596-ipc-mqueue-fix-possible-memory-leak-in-init_mqu.patch
	patches.kernel.org/6.0.3-597-powerpc-configs-Properly-enable-PAPR_SCM-in-pse.patch
	patches.kernel.org/6.0.3-598-powerpc-math_emu-efp-Include-module.h.patch
	patches.kernel.org/6.0.3-599-powerpc-sysdev-fsl_msi-Add-missing-of_node_put.patch
	patches.kernel.org/6.0.3-600-powerpc-pci_dn-Add-missing-of_node_put.patch
	patches.kernel.org/6.0.3-601-powerpc-powernv-add-missing-of_node_put-in-opal.patch
	patches.kernel.org/6.0.3-602-cpuidle-riscv-sbi-Fix-CPU_PM_CPU_IDLE_ENTER_xyz.patch
	patches.kernel.org/6.0.3-603-powerpc-dts-turris1x.dts-Fix-NOR-partitions-lab.patch
	patches.kernel.org/6.0.3-604-powerpc-dts-turris1x.dts-Fix-labels-in-DSA-cpu-.patch
	patches.kernel.org/6.0.3-605-powerpc-Fix-fallocate-and-fadvise64_64-compat-p.patch
	patches.kernel.org/6.0.3-606-x86-hyperv-Fix-struct-hv_enlightened_vmcs-defin.patch
	patches.kernel.org/6.0.3-607-powerpc-64s-Fix-GENERIC_CPU-build-flags-for-PPC.patch
	patches.kernel.org/6.0.3-608-powerpc-64-interrupt-Fix-false-warning-in-conte.patch
	patches.kernel.org/6.0.3-609-powerpc-64-mark-irqs-hard-disabled-in-boot-paca.patch
	patches.kernel.org/6.0.3-610-powerpc-64-interrupt-Fix-return-to-masked-conte.patch
	patches.kernel.org/6.0.3-611-powerpc-Fix-SPE-Power-ISA-properties-for-e500v1.patch
	patches.kernel.org/6.0.3-612-powerpc-kprobes-Fix-null-pointer-reference-in-a.patch
	patches.kernel.org/6.0.3-613-powerpc-pseries-vas-Pass-hw_cpu_id-to-node-asso.patch
	patches.kernel.org/6.0.3-614-crypto-sahara-don-t-sleep-when-in-softirq.patch
	patches.kernel.org/6.0.3-615-crypto-hisilicon-zip-fix-mismatch-in-get-set-sg.patch
	patches.kernel.org/6.0.3-616-hwrng-arm-smccc-trng-fix-NO_ENTROPY-handling.patch
	patches.kernel.org/6.0.3-617-crypto-ccp-Fail-the-PSP-initialization-when-wri.patch
	patches.kernel.org/6.0.3-618-cgroup-Honor-caller-s-cgroup-NS-when-resolving-.patch
	patches.kernel.org/6.0.3-619-hwrng-imx-rngc-use-devm_clk_get_enabled.patch
	patches.kernel.org/6.0.3-620-hwrng-imx-rngc-Moving-IRQ-handler-registering-a.patch
	patches.kernel.org/6.0.3-621-crypto-qat-fix-default-value-of-WDT-timer.patch
	patches.kernel.org/6.0.3-622-crypto-hisilicon-qm-fix-missing-put-dfx-access.patch
	patches.kernel.org/6.0.3-623-cgroup-cpuset-Enable-update_tasks_cpumask-on-to.patch
	patches.kernel.org/6.0.3-624-iommu-omap-Fix-buffer-overflow-in-debugfs.patch
	patches.kernel.org/6.0.3-625-crypto-akcipher-default-implementation-for-sett.patch
	patches.kernel.org/6.0.3-626-crypto-ccp-Release-dma-channels-before-dmaengin.patch
	patches.kernel.org/6.0.3-627-crypto-inside-secure-Change-swab-to-swab32.patch
	patches.kernel.org/6.0.3-628-crypto-qat-fix-DMA-transfer-direction.patch
	patches.kernel.org/6.0.3-629-clocksource-drivers-arm_arch_timer-Fix-handling.patch
	patches.kernel.org/6.0.3-630-clocksource-drivers-timer-gxp-Add-missing-error.patch
	patches.kernel.org/6.0.3-631-cifs-return-correct-error-in-calc_signature.patch
	patches.kernel.org/6.0.3-632-iommu-iova-Fix-module-config-properly.patch
	patches.kernel.org/6.0.3-633-tracing-kprobe-Fix-kprobe-event-gen-test-module.patch
	patches.kernel.org/6.0.3-634-tracing-kprobe-Make-gen-test-module-work-in-arm.patch
	patches.kernel.org/6.0.3-635-tracing-osnoise-Fix-possible-recursive-locking-.patch
	patches.kernel.org/6.0.3-636-ftrace-Fix-recursive-locking-direct_mutex-in-ft.patch
	patches.kernel.org/6.0.3-637-kbuild-remove-the-target-in-signal-traps-when-i.patch
	patches.kernel.org/6.0.3-638-linux-export-use-inline-assembler-to-populate-s.patch
	patches.kernel.org/6.0.3-639-kbuild-rpm-pkg-fix-breakage-when-V-1-is-used.patch
	patches.kernel.org/6.0.3-640-crypto-marvell-octeontx-prevent-integer-overflo.patch
	patches.kernel.org/6.0.3-641-crypto-cavium-prevent-integer-overflow-loading-.patch
	patches.kernel.org/6.0.3-642-random-schedule-jitter-credit-for-next-jiffy-no.patch
	patches.kernel.org/6.0.3-643-thermal-drivers-qcom-tsens-v0_1-Fix-MSM8939-fou.patch
	patches.kernel.org/6.0.3-644-ACPI-APEI-do-not-add-task_work-to-kernel-thread.patch
	patches.kernel.org/6.0.3-645-f2fs-fix-race-condition-on-setting-FI_NO_EXTENT.patch
	patches.kernel.org/6.0.3-646-f2fs-fix-to-account-FS_CP_DATA_IO-correctly.patch
	patches.kernel.org/6.0.3-647-tools-power-turbostat-Use-standard-Energy-Unit-.patch
	patches.kernel.org/6.0.3-648-selftest-tpm2-Add-Client.__del__-to-close-dev-t.patch
	patches.kernel.org/6.0.3-649-ARM-dma-mapping-don-t-override-dma_coherent-whe.patch
	patches.kernel.org/6.0.3-650-module-tracking-Keep-a-record-of-tainted-unload.patch
	patches.kernel.org/6.0.3-651-fs-dlm-fix-race-in-lowcomms.patch
	patches.kernel.org/6.0.3-652-rcu-Avoid-triggering-strict-GP-irq-work-when-RC.patch
	patches.kernel.org/6.0.3-653-rcu-Back-off-upon-fill_page_cache_func-allocati.patch
	patches.kernel.org/6.0.3-654-rcu-tasks-Convert-RCU_LOCKDEP_WARN-to-WARN_ONCE.patch
	patches.kernel.org/6.0.3-655-rcu-tasks-Ensure-RCU-Tasks-Trace-loops-have-qui.patch
	patches.kernel.org/6.0.3-656-cpufreq-amd_pstate-fix-wrong-lowest-perf-fetch.patch
	patches.kernel.org/6.0.3-657-ACPI-video-Add-Toshiba-Satellite-Portege-Z830-q.patch
	patches.kernel.org/6.0.3-658-fortify-Fix-__compiletime_strlen-under-UBSAN_BO.patch
	patches.kernel.org/6.0.3-659-ACPI-tables-FPDT-Don-t-call-acpi_os_map_memory-.patch
	patches.kernel.org/6.0.3-660-cpufreq-intel_pstate-Add-Tigerlake-support-in-n.patch
	patches.kernel.org/6.0.3-661-MIPS-BCM47XX-Cast-memcmp-of-function-to-void.patch
	patches.kernel.org/6.0.3-662-powercap-intel_rapl-fix-UBSAN-shift-out-of-boun.patch
	patches.kernel.org/6.0.3-663-thermal-intel_powerclamp-Use-get_cpu-instead-of.patch
	patches.kernel.org/6.0.3-664-ARM-decompressor-Include-.data.rel.ro.local.patch
	patches.kernel.org/6.0.3-665-ACPI-x86-Add-a-quirk-for-Dell-Inspiron-14-2-in-.patch
	patches.kernel.org/6.0.3-666-x86-entry-Work-around-Clang-__bdos-bug.patch
	patches.kernel.org/6.0.3-667-NFSD-Return-nfserr_serverfault-if-splice_ok-but.patch
	patches.kernel.org/6.0.3-668-NFSD-fix-use-after-free-on-source-server-when-d.patch
	patches.kernel.org/6.0.3-669-libbpf-Ensure-functions-with-always_inline-attr.patch
	patches.kernel.org/6.0.3-670-libbpf-Do-not-require-executable-permission-for.patch
	patches.kernel.org/6.0.3-671-wifi-brcmfmac-fix-invalid-address-access-when-e.patch
	patches.kernel.org/6.0.3-672-bpftool-Clear-errno-after-libcap-s-checks.patch
	patches.kernel.org/6.0.3-673-net-ethernet-ti-davinci_mdio-Add-workaround-for.patch
	patches.kernel.org/6.0.3-674-openvswitch-Fix-double-reporting-of-drops-in-dr.patch
	patches.kernel.org/6.0.3-675-openvswitch-Fix-overreporting-of-drops-in-dropw.patch
	patches.kernel.org/6.0.3-676-tcp-annotate-data-race-around-tcp_md5sig_pool_p.patch
	patches.kernel.org/6.0.3-677-micrel-ksz8851-fixes-struct-pointer-issue.patch
	patches.kernel.org/6.0.3-678-wifi-mac80211-accept-STA-changes-without-link-c.patch
	patches.kernel.org/6.0.3-679-x86-mce-Retrieve-poison-range-from-hardware.patch
	patches.kernel.org/6.0.3-680-wifi-ath9k-avoid-uninit-memory-read-in-ath9k_ht.patch
	patches.kernel.org/6.0.3-681-thunderbolt-Add-back-Intel-Falcon-Ridge-end-to-.patch
	patches.kernel.org/6.0.3-682-x86-apic-Don-t-disable-x2APIC-if-locked.patch
	patches.kernel.org/6.0.3-683-net-axienet-Switch-to-64-bit-RX-TX-statistics.patch
	patches.kernel.org/6.0.3-684-net-next-Fix-IP_UNICAST_IF-option-behavior-for-.patch
	patches.kernel.org/6.0.3-685-xfrm-Update-ipcomp_scratches-with-NULL-when-fre.patch
	patches.kernel.org/6.0.3-686-wifi-ath11k-Register-shutdown-handler-for-WCN67.patch
	patches.kernel.org/6.0.3-687-rtw89-ser-leave-lps-with-mutex.patch
	patches.kernel.org/6.0.3-688-net-ftmac100-fix-endianness-related-issues-from.patch
	patches.kernel.org/6.0.3-689-iavf-Fix-race-between-iavf_close-and-iavf_reset.patch
	patches.kernel.org/6.0.3-690-wifi-brcmfmac-fix-use-after-free-bug-in-brcmf_n.patch
	patches.kernel.org/6.0.3-691-Bluetooth-btintel-Mark-Intel-controller-to-supp.patch
	patches.kernel.org/6.0.3-692-regulator-core-Prevent-integer-underflow.patch
	patches.kernel.org/6.0.3-693-wifi-ath11k-mhi-fix-potential-memory-leak-in-at.patch
	patches.kernel.org/6.0.3-694-wifi-mt76-mt7921-reset-msta-airtime_ac-while-cl.patch
	patches.kernel.org/6.0.3-695-wifi-rtw89-free-unused-skb-to-prevent-memory-le.patch
	patches.kernel.org/6.0.3-696-wifi-rtw89-fix-rx-filter-after-scan.patch
	patches.kernel.org/6.0.3-697-Bluetooth-L2CAP-initialize-delayed-works-at-l2c.patch
	patches.kernel.org/6.0.3-698-Bluetooth-hci_sysfs-Fix-attempting-to-call-devi.patch
	patches.kernel.org/6.0.3-699-Bluetooth-hci_event-Make-sure-ISO-events-don-t-.patch
	patches.kernel.org/6.0.3-700-bnxt_en-replace-reset-with-config-timestamps.patch
	patches.kernel.org/6.0.3-701-selftests-bpf-Free-the-allocated-resources-afte.patch
	patches.kernel.org/6.0.3-702-can-bcm-check-the-result-of-can_send-in-bcm_can.patch
	patches.kernel.org/6.0.3-703-wifi-rt2x00-don-t-run-Rt5592-IQ-calibration-on-.patch
	patches.kernel.org/6.0.3-704-wifi-rt2x00-set-correct-TX_SW_CFG1-MAC-register.patch
	patches.kernel.org/6.0.3-705-wifi-rt2x00-set-VGC-gain-for-both-chains-of-MT7.patch
	patches.kernel.org/6.0.3-706-wifi-rt2x00-set-SoC-wmac-clock-register.patch
	patches.kernel.org/6.0.3-707-wifi-rt2x00-correctly-set-BBP-register-86-for-M.patch
	patches.kernel.org/6.0.3-708-hwmon-sht4x-do-not-overflow-clamping-operation-.patch
	patches.kernel.org/6.0.3-709-net-If-sock-is-dead-don-t-access-sock-s-sk_wq-i.patch
	patches.kernel.org/6.0.3-710-bpf-Adjust-kprobe_multi-entry_ip-for-CONFIG_X86.patch
	patches.kernel.org/6.0.3-711-bpf-use-bpf_prog_pack-for-bpf_dispatcher.patch
	patches.kernel.org/6.0.3-712-Bluetooth-L2CAP-Fix-user-after-free.patch
	patches.kernel.org/6.0.3-713-net-sched-cls_u32-Avoid-memcpy-false-positive-w.patch
	patches.kernel.org/6.0.3-714-libbpf-Fix-overrun-in-netlink-attribute-iterati.patch
	patches.kernel.org/6.0.3-715-i2c-designware-pci-Group-AMD-NAVI-quirk-parts-t.patch
	patches.kernel.org/6.0.3-716-r8152-Rate-limit-overflow-messages.patch
	patches.kernel.org/6.0.3-717-drm-nouveau-nouveau_bo-fix-potential-memory-lea.patch
	patches.kernel.org/6.0.3-718-drm-Use-size_t-type-for-len-variable-in-drm_cop.patch
	patches.kernel.org/6.0.3-719-drm-Prevent-drm_copy_field-to-attempt-copying-a.patch
	patches.kernel.org/6.0.3-720-drm-komeda-Fix-handling-of-atomic-commits-in-th.patch
	patches.kernel.org/6.0.3-721-gpu-lontium-lt9611-Fix-NULL-pointer-dereference.patch
	patches.kernel.org/6.0.3-722-drm-amd-display-fix-overflow-on-MIN_I64-definit.patch
	patches.kernel.org/6.0.3-723-ALSA-hda-Fix-page-fault-in-snd_hda_codec_shutdo.patch
	patches.kernel.org/6.0.3-724-ALSA-usb-audio-Add-quirk-to-enable-Avid-Mbox-3-.patch
	patches.kernel.org/6.0.3-725-udmabuf-Set-ubuf-sg-NULL-if-the-creation-of-sg-.patch
	patches.kernel.org/6.0.3-726-platform-x86-pmc_atom-Improve-quirk-message-to-.patch
	patches.kernel.org/6.0.3-727-drm-amd-fix-potential-memory-leak.patch
	patches.kernel.org/6.0.3-728-drm-bridge-dw_hdmi-only-trigger-hotplug-event-o.patch
	patches.kernel.org/6.0.3-729-drm-amd-display-Fix-variable-dereferenced-befor.patch
	patches.kernel.org/6.0.3-730-drm-amdgpu-Skip-the-program-of-MMMC_VM_AGP_-in-.patch
	patches.kernel.org/6.0.3-731-drm-admgpu-Skip-CG-PG-on-SOC21-under-SRIOV-VF.patch
	patches.kernel.org/6.0.3-732-ALSA-usb-audio-Register-card-at-the-last-interf.patch
	patches.kernel.org/6.0.3-733-drm-vc4-vec-Fix-timings-for-VEC-modes.patch
	patches.kernel.org/6.0.3-734-drm-panel-orientation-quirks-Add-quirk-for-Anbe.patch
	patches.kernel.org/6.0.3-735-drm-panel-orientation-quirks-Add-quirk-for-Aya-.patch
	patches.kernel.org/6.0.3-736-platform-chrome-cros_ec-Notify-the-PM-of-wake-e.patch
	patches.kernel.org/6.0.3-737-platform-x86-hp-wmi-Setting-thermal-profile-fai.patch
	patches.kernel.org/6.0.3-738-platform-x86-msi-laptop-Change-DMI-match-alias-.patch
	patches.kernel.org/6.0.3-739-ALSA-intel-dspconfig-add-ES8336-support-for-Ald.patch
	patches.kernel.org/6.0.3-740-ASoC-SOF-pci-Change-DMI-match-info-to-support-a.patch
	patches.kernel.org/6.0.3-741-ASoC-sunxi-sun4i-codec-set-debugfs_prefix-for-C.patch
	patches.kernel.org/6.0.3-742-ASoC-SOF-add-quirk-to-override-topology-mclk_id.patch
	patches.kernel.org/6.0.3-743-drm-amdgpu-SDMA-update-use-unlocked-iterator.patch
	patches.kernel.org/6.0.3-744-drm-amd-display-Fix-urgent-latency-override-for.patch
	patches.kernel.org/6.0.3-745-drm-amd-display-correct-hostvm-flag.patch
	patches.kernel.org/6.0.3-746-drm-amdgpu-fix-initial-connector-audio-value.patch
	patches.kernel.org/6.0.3-747-ASoC-amd-yc-Add-ASUS-UM5302TA-into-DMI-table.patch
	patches.kernel.org/6.0.3-748-ASoC-amd-yc-Add-Lenovo-Yoga-Slim-7-Pro-X-to-qui.patch
	patches.kernel.org/6.0.3-749-drm-meson-reorder-driver-deinit-sequence-to-fix.patch
	patches.kernel.org/6.0.3-750-drm-meson-explicitly-remove-aggregate-driver-at.patch
	patches.kernel.org/6.0.3-751-drm-meson-remove-drm-bridges-at-aggregate-drive.patch
	patches.kernel.org/6.0.3-752-mmc-sdhci-msm-add-compatible-string-check-for-s.patch
	patches.kernel.org/6.0.3-753-drm-dp-Don-t-rewrite-link-config-when-setting-p.patch
	patches.kernel.org/6.0.3-754-drm-amd-display-Remove-interface-for-periodic-i.patch
	patches.kernel.org/6.0.3-755-drm-amd-display-polling-vid-stream-status-in-hp.patch
	patches.kernel.org/6.0.3-756-drm-amdkfd-Fix-UBSAN-shift-out-of-bounds-warnin.patch
	patches.kernel.org/6.0.3-757-ARM-dts-imx6-delete-interrupts-property-if-inte.patch
	patches.kernel.org/6.0.3-758-ARM-dts-imx7d-sdb-config-the-max-pressure-for-t.patch
	patches.kernel.org/6.0.3-759-arm64-dts-qcom-sc7280-idp-correct-ADC-channel-n.patch
	patches.kernel.org/6.0.3-760-ARM-dts-imx6q-add-missing-properties-for-sram.patch
	patches.kernel.org/6.0.3-761-ARM-dts-imx6dl-add-missing-properties-for-sram.patch
	patches.kernel.org/6.0.3-762-ARM-dts-imx6qp-add-missing-properties-for-sram.patch
	patches.kernel.org/6.0.3-763-ARM-dts-imx6sl-add-missing-properties-for-sram.patch
	patches.kernel.org/6.0.3-764-ARM-dts-imx6sll-add-missing-properties-for-sram.patch
	patches.kernel.org/6.0.3-765-ARM-dts-imx6sx-add-missing-properties-for-sram.patch
	patches.kernel.org/6.0.3-766-ARM-dts-imx6sl-use-tabs-for-code-indent.patch
	patches.kernel.org/6.0.3-767-ARM-dts-imx6sx-udoo-neo-don-t-use-multiple-blan.patch
	patches.kernel.org/6.0.3-768-kselftest-arm64-Fix-validatation-termination-re.patch
	patches.kernel.org/6.0.3-769-arm64-dts-imx8mm-kontron-Use-the-VSELECT-signal.patch
	patches.kernel.org/6.0.3-770-arm64-dts-imx8mq-librem5-Add-bq25895-as-max1705.patch
	patches.kernel.org/6.0.3-771-ARM-orion-fix-include-path.patch
	patches.kernel.org/6.0.3-772-btrfs-dump-extra-info-if-one-free-space-cache-h.patch
	patches.kernel.org/6.0.3-773-btrfs-scrub-properly-report-super-block-errors-.patch
	patches.kernel.org/6.0.3-774-btrfs-scrub-try-to-fix-super-block-errors.patch
	patches.kernel.org/6.0.3-775-btrfs-don-t-print-information-about-space-cache.patch
	patches.kernel.org/6.0.3-776-btrfs-call-__btrfs_remove_free_space_cache_lock.patch
	patches.kernel.org/6.0.3-777-ARM-9233-1-stacktrace-Skip-frame-pointer-bounda.patch
	patches.kernel.org/6.0.3-778-ARM-9234-1-stacktrace-Avoid-duplicate-saving-of.patch
	patches.kernel.org/6.0.3-779-ARM-9242-1-kasan-Only-map-modules-if-CONFIG_KAS.patch
	patches.kernel.org/6.0.3-780-clk-zynqmp-Fix-stack-out-of-bounds-in-strncpy.patch
	patches.kernel.org/6.0.3-781-media-cx88-Fix-a-null-ptr-deref-bug-in-buffer_p.patch
	patches.kernel.org/6.0.3-782-media-platform-fix-some-double-free-in-meson-ge.patch
	patches.kernel.org/6.0.3-783-clk-zynqmp-pll-rectify-rate-rounding-in-zynqmp_.patch
	patches.kernel.org/6.0.3-784-RDMA-rxe-Delete-error-messages-triggered-by-inc.patch
	patches.kernel.org/6.0.3-785-usb-host-xhci-plat-suspend-and-resume-clocks.patch
	patches.kernel.org/6.0.3-786-usb-host-xhci-plat-suspend-resume-clks-for-brcm.patch
	patches.kernel.org/6.0.3-787-scsi-lpfc-Fix-null-ndlp-ptr-dereference-in-abno.patch
	patches.kernel.org/6.0.3-788-dmaengine-ti-k3-udma-Reset-UDMA_CHAN_RT-byte-co.patch
	patches.kernel.org/6.0.3-789-scsi-3w-9xxx-Avoid-disabling-device-if-failing-.patch
	patches.kernel.org/6.0.3-790-nbd-Fix-hung-when-signal-interrupts-nbd_start_d.patch
	patches.kernel.org/6.0.3-791-iommu-arm-smmu-v3-Make-default-domain-type-of-H.patch
	patches.kernel.org/6.0.3-792-usb-gadget-uvc-increase-worker-prio-to-WQ_HIGHP.patch
	patches.kernel.org/6.0.3-793-power-supply-adp5061-fix-out-of-bounds-read-in-.patch
	patches.kernel.org/6.0.3-794-staging-vt6655-fix-potential-memory-leak.patch
	patches.kernel.org/6.0.3-795-blk-throttle-prevent-overflow-while-calculating.patch
	patches.kernel.org/6.0.3-796-ata-libahci_platform-Sanity-check-the-DT-child-.patch
	patches.kernel.org/6.0.3-797-bcache-fix-set_at_max_writeback_rate-for-multip.patch
	patches.kernel.org/6.0.3-798-soundwire-cadence-Don-t-overwrite-msg-buf-durin.patch
	patches.kernel.org/6.0.3-799-soundwire-intel-fix-error-handling-on-dai-regis.patch
	patches.kernel.org/6.0.3-800-hid-topre-Add-driver-fixing-report-descriptor.patch
	patches.kernel.org/6.0.3-801-HID-roccat-Fix-use-after-free-in-roccat_read.patch
	patches.kernel.org/6.0.3-802-HSI-ssi_protocol-fix-potential-resource-leak-in.patch
	patches.kernel.org/6.0.3-803-HID-nintendo-check-analog-user-calibration-for-.patch
	patches.kernel.org/6.0.3-804-md-raid5-Wait-for-MD_SB_CHANGE_PENDING-in-raid5.patch
	patches.kernel.org/6.0.3-805-usb-host-xhci-Fix-potential-memory-leak-in-xhci.patch
	patches.kernel.org/6.0.3-806-usb-musb-Fix-musb_gadget.c-rxstate-overflow-bug.patch
	patches.kernel.org/6.0.3-807-usb-dwc3-core-add-gfladj_refclk_lpm_sel-quirk.patch
	patches.kernel.org/6.0.3-808-arm64-dts-imx8mp-Add-snps-gfladj-refclk-lpm-sel.patch
	patches.kernel.org/6.0.3-809-usb-dwc3-core-Enable-GUCTL1-bit-10-for-fixing-t.patch
	patches.kernel.org/6.0.3-810-Revert-usb-storage-Add-quirk-for-Samsung-Fit-fl.patch
	patches.kernel.org/6.0.3-811-io_uring-fix-CQE-reordering.patch
	patches.kernel.org/6.0.3-812-staging-rtl8723bs-fix-potential-memory-leak-in-.patch
	patches.kernel.org/6.0.3-813-staging-rtl8723bs-fix-a-potential-memory-leak-i.patch
	patches.kernel.org/6.0.3-814-scsi-tracing-Fix-compile-error-in-trace_array-c.patch
	patches.kernel.org/6.0.3-815-ext2-Use-kvmalloc-for-group-descriptor-array.patch
	patches.kernel.org/6.0.3-816-nvme-handle-effects-after-freeing-the-request.patch
	patches.kernel.org/6.0.3-817-nvme-copy-firmware_rev-on-each-init.patch
	patches.kernel.org/6.0.3-818-nvmet-tcp-add-bounds-check-on-Transfer-Tag.patch
	patches.kernel.org/6.0.3-819-usb-idmouse-fix-an-uninit-value-in-idmouse_open.patch
	patches.kernel.org/6.0.3-820-blk-mq-use-quiesced-elevator-switch-when-reinit.patch
	patches.kernel.org/6.0.3-821-hwmon-occ-Retry-for-checksum-failure.patch
	patches.kernel.org/6.0.3-822-fsi-occ-Prevent-use-after-free.patch
	patches.kernel.org/6.0.3-823-fsi-master-ast-cf-Fix-missing-of_node_put-in-fs.patch
	patches.kernel.org/6.0.3-824-dmaengine-dw-edma-Remove-runtime-PM-support.patch
	patches.kernel.org/6.0.3-825-usb-typec-ucsi-Don-t-warn-on-probe-deferral.patch
	patches.kernel.org/6.0.3-826-clk-bcm2835-Round-UART-input-clock-up.patch
	patches.kernel.org/6.0.3-827-perf-Skip-and-warn-on-unknown-format-configN-at.patch
	patches.kernel.org/6.0.3-828-perf-intel-pt-Fix-segfault-in-intel_pt_print_in.patch
	patches.kernel.org/6.0.3-829-perf-intel-pt-Fix-system_wide-dummy-event-for-h.patch
	patches.kernel.org/6.0.3-830-io_uring-net-refactor-io_sr_msg-types.patch
	patches.kernel.org/6.0.3-831-io_uring-net-use-io_sr_msg-for-sendzc.patch
	patches.kernel.org/6.0.3-832-io_uring-net-don-t-lose-partial-send_zc-on-fail.patch
	patches.kernel.org/6.0.3-833-io_uring-net-rename-io_sendzc.patch
	patches.kernel.org/6.0.3-834-io_uring-net-don-t-skip-notifs-for-failed-reque.patch
	patches.kernel.org/6.0.3-835-io_uring-net-fix-notif-cqe-reordering.patch
	patches.kernel.org/6.0.3-836-mm-hugetlb-fix-UAF-in-hugetlb_handle_userfault.patch
	patches.kernel.org/6.0.3-837-net-ieee802154-return-EINVAL-for-unknown-addr-t.patch
	patches.kernel.org/6.0.3-838-ALSA-usb-audio-Fix-last-interface-check-for-reg.patch
	patches.kernel.org/6.0.3-839-blk-wbt-fix-that-rwb-wc-is-always-set-to-1-in-w.patch
	patches.kernel.org/6.0.3-840-net-ethernet-ti-davinci_mdio-fix-build-for-mdio.patch
	patches.kernel.org/6.0.3-841-Revert-drm-amd-display-correct-hostvm-flag.patch
	patches.kernel.org/6.0.3-842-Revert-net-ieee802154-reject-zero-sized-raw_sen.patch
	patches.kernel.org/6.0.3-843-net-ieee802154-don-t-warn-zero-sized-raw_sendms.patch
	patches.kernel.org/6.0.3-844-powerpc-64s-interrupt-Fix-lost-interrupts-when-.patch
	patches.kernel.org/6.0.3-845-drm-amd-display-Fix-build-breakage-with-CONFIG_.patch
	patches.kernel.org/6.0.3-846-io_uring-fix-fdinfo-sqe-offsets-calculation.patch
	patches.kernel.org/6.0.3-847-io_uring-rw-ensure-kiocb_end_write-is-always-ca.patch
	patches.kernel.org/6.0.3-848-Kconfig.debug-simplify-the-dependency-of-DEBUG_.patch
	patches.kernel.org/6.0.3-849-Kconfig.debug-add-toolchain-checks-for-DEBUG_IN.patch
	patches.kernel.org/6.0.3-850-lib-Kconfig.debug-Add-check-for-non-constant-.-.patch
	patches.kernel.org/6.0.3-851-arm64-dts-qcom-sc8280xp-pmics-Remove-reg-entry-.patch
	patches.kernel.org/6.0.3-852-Linux-6.0.3.patch
	patches.kernel.org/6.0.4-001-drm-i915-bios-Validate-fp_timing-terminator-pre.patch
	patches.kernel.org/6.0.4-002-drm-i915-bios-Use-hardcoded-fp_timing-size-for-.patch
	patches.kernel.org/6.0.4-003-pinctrl-amd-change-dev_warn-to-dev_dbg-for-addi.patch
	patches.kernel.org/6.0.4-004-thermal-intel_powerclamp-Use-first-online-CPU-a.patch
	patches.kernel.org/6.0.4-005-io_uring-net-fail-zc-send-when-unsupported-by-s.patch
	patches.kernel.org/6.0.4-006-HID-playstation-stop-DualSense-output-work-on-r.patch
	patches.kernel.org/6.0.4-007-HID-playstation-add-initial-DualSense-Edge-cont.patch
	patches.kernel.org/6.0.4-008-net-flag-sockets-supporting-msghdr-originated-z.patch
	patches.kernel.org/6.0.4-009-drm-amd-pm-fulfill-SMU13.0.7-cstate-control-int.patch
	patches.kernel.org/6.0.4-010-drm-amd-pm-add-SMU-IP-v13.0.4-IF-version-define.patch
	patches.kernel.org/6.0.4-011-drm-amd-pm-disable-cstate-feature-for-gpu-reset.patch
	patches.kernel.org/6.0.4-012-drm-amd-pm-fulfill-SMU13.0.0-cstate-control-int.patch
	patches.kernel.org/6.0.4-013-drm-amd-pm-update-SMU-IP-v13.0.4-driver-interfa.patch
	patches.kernel.org/6.0.4-014-dm-clone-Fix-typo-in-block_device-format-specif.patch
	patches.kernel.org/6.0.4-015-efi-efivars-Fix-variable-writes-without-query_v.patch
	patches.kernel.org/6.0.4-016-efi-ssdt-Don-t-free-memory-if-ACPI-table-was-lo.patch
	patches.kernel.org/6.0.4-017-gcov-support-GCC-12.1-and-newer-compilers.patch
	patches.kernel.org/6.0.4-018-io-wq-Fix-memory-leak-in-worker-creation.patch
	patches.kernel.org/6.0.4-019-fbdev-core-Remove-remove_conflicting_pci_frameb.patch
	patches.kernel.org/6.0.4-020-Revert-ALSA-hda-Fix-page-fault-in-snd_hda_codec.patch
	patches.kernel.org/6.0.4-021-Linux-6.0.4.patch
	patches.kernel.org/6.0.5-001-clk-tegra-Fix-Tegra-PWM-parent-clock.patch
	patches.kernel.org/6.0.5-002-Revert-btrfs-call-__btrfs_remove_free_space_cac.patch
	patches.kernel.org/6.0.5-003-Linux-6.0.5.patch
	patches.kernel.org/6.0.6-001-video-aperture-Call-sysfb_disable-before-removi.patch
	patches.kernel.org/6.0.6-002-ocfs2-clear-dinode-links-count-in-case-of-error.patch
	patches.kernel.org/6.0.6-003-ocfs2-fix-BUG-when-iput-after-ocfs2_mknod-fails.patch
	patches.kernel.org/6.0.6-004-smb3-interface-count-displayed-incorrectly.patch
	patches.kernel.org/6.0.6-005-selinux-enable-use-of-both-GFP_KERNEL-and-GFP_A.patch
	patches.kernel.org/6.0.6-006-cpufreq-qcom-fix-writes-in-read-only-memory-reg.patch
	patches.kernel.org/6.0.6-007-i2c-qcom-cci-Fix-ordering-of-pm_runtime_xx-and-.patch
	patches.kernel.org/6.0.6-008-cpufreq-tegra194-Fix-module-loading.patch
	patches.kernel.org/6.0.6-009-x86-microcode-AMD-Apply-the-patch-early-on-ever.patch
	patches.kernel.org/6.0.6-010-hwmon-coretemp-Handle-large-core-ID-value.patch
	patches.kernel.org/6.0.6-011-ata-ahci-imx-Fix-MODULE_ALIAS.patch
	patches.kernel.org/6.0.6-012-ata-ahci-Match-EM_MAX_SLOTS-with-SATA_PMP_MAX_P.patch
	patches.kernel.org/6.0.6-013-x86-resctrl-Fix-min_cbm_bits-for-AMD.patch
	patches.kernel.org/6.0.6-014-cpufreq-qcom-fix-memory-leak-in-error-path.patch
	patches.kernel.org/6.0.6-015-drm-amdgpu-fix-sdma-doorbell-init-ordering-on-A.patch
	patches.kernel.org/6.0.6-016-mm-hugetlb-take-hugetlb_lock-before-decrementin.patch
	patches.kernel.org/6.0.6-017-kvm-Add-support-for-arch-compat-vm-ioctls.patch
	patches.kernel.org/6.0.6-018-KVM-x86-Copy-filter-arg-outside-kvm_vm_ioctl_se.patch
	patches.kernel.org/6.0.6-019-KVM-x86-Add-compat-handler-for-KVM_X86_SET_MSR_.patch
	patches.kernel.org/6.0.6-020-KVM-arm64-vgic-Fix-exit-condition-in-scan_its_t.patch
	patches.kernel.org/6.0.6-021-media-ipu3-imgu-Fix-NULL-pointer-dereference-in.patch
	patches.kernel.org/6.0.6-022-media-mceusb-set-timeout-to-at-least-timeout-pr.patch
	patches.kernel.org/6.0.6-023-media-venus-dec-Handle-the-case-where-find_form.patch
	patches.kernel.org/6.0.6-024-media-venus-Fix-NV12-decoder-buffer-discovery-o.patch
	patches.kernel.org/6.0.6-025-x86-Kconfig-Drop-check-for-mabi-ms-for-CONFIG_E.patch
	patches.kernel.org/6.0.6-026-x86-topology-Fix-multiple-packages-shown-on-a-s.patch
	patches.kernel.org/6.0.6-027-x86-topology-Fix-duplicated-core-ID-within-a-pa.patch
	patches.kernel.org/6.0.6-028-platform-x86-amd-pmc-Read-SMU-version-during-su.patch
	patches.kernel.org/6.0.6-029-dm-bufio-use-the-acquire-memory-barrier-when-te.patch
	patches.kernel.org/6.0.6-030-btrfs-fix-processing-of-delayed-data-refs-durin.patch
	patches.kernel.org/6.0.6-031-btrfs-fix-processing-of-delayed-tree-block-refs.patch
	patches.kernel.org/6.0.6-032-drm-vc4-Add-module-dependency-on-hdmi-codec.patch
	patches.kernel.org/6.0.6-033-drm-vc4-hdmi-Enforce-the-minimum-rate-at-runtim.patch
	patches.kernel.org/6.0.6-034-ACPI-extlog-Handle-multiple-records.patch
	patches.kernel.org/6.0.6-035-tipc-Fix-recognition-of-trial-period.patch
	patches.kernel.org/6.0.6-036-tipc-fix-an-information-leak-in-tipc_topsrv_ker.patch
	patches.kernel.org/6.0.6-037-net-dsa-qca8k-fix-inband-mgmt-for-big-endian-sy.patch
	patches.kernel.org/6.0.6-038-net-dsa-qca8k-fix-ethtool-autocast-mib-for-big-.patch
	patches.kernel.org/6.0.6-039-i40e-Fix-DMA-mappings-leak.patch
	patches.kernel.org/6.0.6-040-tls-strp-make-sure-the-TCP-skbs-do-not-have-ove.patch
	patches.kernel.org/6.0.6-041-HID-magicmouse-Do-not-set-BTN_MOUSE-on-double-r.patch
	patches.kernel.org/6.0.6-042-sfc-Change-VF-mac-via-PF-as-first-preference-if.patch
	patches.kernel.org/6.0.6-043-net-atm-fix-proc_mpc_write-incorrect-return-val.patch
	patches.kernel.org/6.0.6-044-net-phy-dp83867-Extend-RX-strap-quirk-for-SGMII.patch
	patches.kernel.org/6.0.6-045-net-smc-Fix-an-error-code-in-smc_lgr_create.patch
	patches.kernel.org/6.0.6-046-net-phylink-add-mac_managed_pm-in-phylink_confi.patch
	patches.kernel.org/6.0.6-047-net-stmmac-Enable-mac_managed_pm-phylink-config.patch
	patches.kernel.org/6.0.6-048-skmsg-pass-gfp-argument-to-alloc_sk_msg.patch
	patches.kernel.org/6.0.6-049-erofs-shouldn-t-churn-the-mapping-page-for-dupl.patch
	patches.kernel.org/6.0.6-050-blk-mq-fix-null-pointer-dereference-in-blk_mq_c.patch
	patches.kernel.org/6.0.6-051-io_uring-rw-remove-leftover-debug-statement.patch
	patches.kernel.org/6.0.6-052-net-ethernet-mtk_eth_soc-fix-possible-memory-le.patch
	patches.kernel.org/6.0.6-053-net-ethernet-mtk_eth_wed-add-missing-put_device.patch
	patches.kernel.org/6.0.6-054-net-ethernet-mtk_eth_wed-add-missing-of_node_pu.patch
	patches.kernel.org/6.0.6-055-scsi-lpfc-Fix-memory-leak-in-lpfc_create_port.patch
	patches.kernel.org/6.0.6-056-udp-Update-reuse-has_conns-under-reuseport_lock.patch
	patches.kernel.org/6.0.6-057-ip6mr-fix-UAF-issue-in-ip6mr_sk_done-when-addrc.patch
	patches.kernel.org/6.0.6-058-cifs-Fix-xid-leak-in-cifs_create.patch
	patches.kernel.org/6.0.6-059-cifs-Fix-xid-leak-in-cifs_copy_file_range.patch
	patches.kernel.org/6.0.6-060-cifs-Fix-xid-leak-in-cifs_flock.patch
	patches.kernel.org/6.0.6-061-cifs-Fix-xid-leak-in-cifs_ses_add_channel.patch
	patches.kernel.org/6.0.6-062-cifs-Fix-memory-leak-when-build-ntlmssp-negotia.patch
	patches.kernel.org/6.0.6-063-dm-remove-unnecessary-assignment-statement-in-a.patch
	patches.kernel.org/6.0.6-064-drm-amd-display-Increase-frame-size-limit-for-d.patch
	patches.kernel.org/6.0.6-065-bnxt_en-fix-memory-leak-in-bnxt_nvm_test.patch
	patches.kernel.org/6.0.6-066-net-hsr-avoid-possible-NULL-deref-in-skb_clone.patch
	patches.kernel.org/6.0.6-067-ionic-catch-NULL-pointer-issue-on-reconfig.patch
	patches.kernel.org/6.0.6-068-netfilter-rpfilter-fib-Populate-flowic_l3mdev-f.patch
	patches.kernel.org/6.0.6-069-netfilter-rpfilter-fib-Set-flowic_uid-correctly.patch
	patches.kernel.org/6.0.6-070-netfilter-nf_tables-relax-NFTA_SET_ELEM_KEY_END.patch
	patches.kernel.org/6.0.6-071-nvme-hwmon-consistently-ignore-errors-from-nvme.patch
	patches.kernel.org/6.0.6-072-nvme-hwmon-kmalloc-the-NVME-SMART-log-buffer.patch
	patches.kernel.org/6.0.6-073-nvmet-fix-workqueue-MEM_RECLAIM-flushing-depend.patch
	patches.kernel.org/6.0.6-074-net-sched-cake-fix-null-pointer-access-issue-wh.patch
	patches.kernel.org/6.0.6-075-net-sched-delete-duplicate-cleanup-of-backlog-a.patch
	patches.kernel.org/6.0.6-076-net-sched-sfb-fix-null-pointer-access-issue-whe.patch
	patches.kernel.org/6.0.6-077-net-Fix-return-value-of-qdisc-ingress-handling-.patch
	patches.kernel.org/6.0.6-078-io_uring-msg_ring-Fix-NULL-pointer-dereference-.patch
	patches.kernel.org/6.0.6-079-sfc-include-vport_id-in-filter-spec-hash-and-eq.patch
	patches.kernel.org/6.0.6-080-wwan_hwsim-fix-possible-memory-leak-in-wwan_hws.patch
	patches.kernel.org/6.0.6-081-net-hns-fix-possible-memory-leak-in-hnae_ae_reg.patch
	patches.kernel.org/6.0.6-082-net-sched-fix-race-condition-in-qdisc_graft.patch
	patches.kernel.org/6.0.6-083-net-phy-dp83822-disable-MDI-crossover-status-ch.patch
	patches.kernel.org/6.0.6-084-drbd-only-clone-bio-if-we-have-a-backing-device.patch
	patches.kernel.org/6.0.6-085-rv-dot2c-Make-automaton-definition-static.patch
	patches.kernel.org/6.0.6-086-iommu-vt-d-Allow-NVS-regions-in-arch_rmrr_sanit.patch
	patches.kernel.org/6.0.6-087-iommu-vt-d-Clean-up-si_domain-in-the-init_dmars.patch
	patches.kernel.org/6.0.6-088-wifi-mt76-mt7921e-fix-random-fw-download-fail.patch
	patches.kernel.org/6.0.6-089-io_uring-don-t-gate-task_work-run-on-TIF_NOTIFY.patch
	patches.kernel.org/6.0.6-090-ext4-introduce-EXT4_FC_TAG_BASE_LEN-helper.patch
	patches.kernel.org/6.0.6-091-ext4-factor-out-ext4_fc_get_tl.patch
	patches.kernel.org/6.0.6-092-ext4-fix-potential-out-of-bound-read-in-ext4_fc.patch
	patches.kernel.org/6.0.6-093-ACPI-video-Force-backlight-native-for-more-Tong.patch
	patches.kernel.org/6.0.6-094-mm-proc-pid-smaps_rollup-fix-no-vma-s-null-dere.patch
	patches.kernel.org/6.0.6-095-Linux-6.0.6.patch
	patches.kernel.org/6.0.7-001-platform-x86-amd-pmc-remove-CONFIG_DEBUG_FS-che.patch
	patches.kernel.org/6.0.7-002-can-j1939-transport-j1939_session_skb_drop_old-.patch
	patches.kernel.org/6.0.7-003-can-kvaser_usb-Fix-possible-completions-during-.patch
	patches.kernel.org/6.0.7-004-can-rcar_canfd-rcar_canfd_handle_global_receive.patch
	patches.kernel.org/6.0.7-005-can-rcar_canfd-fix-channel-specific-IRQ-handlin.patch
	patches.kernel.org/6.0.7-006-ALSA-Use-del_timer_sync-before-freeing-timer.patch
	patches.kernel.org/6.0.7-007-ALSA-hda-realtek-Add-quirk-for-ASUS-Zenbook-usi.patch
	patches.kernel.org/6.0.7-008-ALSA-usb-audio-Add-quirks-for-M-Audio-Fast-Trac.patch
	patches.kernel.org/6.0.7-009-ALSA-hda-realtek-Add-another-HP-ZBook-G9-model-.patch
	patches.kernel.org/6.0.7-010-ALSA-control-add-snd_ctl_rename.patch
	patches.kernel.org/6.0.7-011-ALSA-hda-realtek-Use-snd_ctl_rename-to-rename-a.patch
	patches.kernel.org/6.0.7-012-ALSA-emu10k1-Use-snd_ctl_rename-to-rename-a-con.patch
	patches.kernel.org/6.0.7-013-ALSA-ac97-Use-snd_ctl_rename-to-rename-a-contro.patch
	patches.kernel.org/6.0.7-014-ALSA-usb-audio-Use-snd_ctl_rename-to-rename-a-c.patch
	patches.kernel.org/6.0.7-015-ALSA-ca0106-Use-snd_ctl_rename-to-rename-a-cont.patch
	patches.kernel.org/6.0.7-016-ALSA-au88x0-use-explicitly-signed-char.patch
	patches.kernel.org/6.0.7-017-ALSA-rme9652-use-explicitly-signed-char.patch
	patches.kernel.org/6.0.7-018-USB-add-RESET_RESUME-quirk-for-NVIDIA-Jetson-de.patch
	patches.kernel.org/6.0.7-019-usb-gadget-uvc-limit-isoc_sg-to-super-speed-gad.patch
	patches.kernel.org/6.0.7-020-Revert-usb-gadget-uvc-limit-isoc_sg-to-super-sp.patch
	patches.kernel.org/6.0.7-021-usb-gadget-uvc-fix-dropped-frame-after-missed-i.patch
	patches.kernel.org/6.0.7-022-usb-gadget-uvc-fix-sg-handling-in-error-case.patch
	patches.kernel.org/6.0.7-023-usb-gadget-uvc-fix-sg-handling-during-video-enc.patch
	patches.kernel.org/6.0.7-024-usb-gadget-aspeed-Fix-probe-regression.patch
	patches.kernel.org/6.0.7-025-usb-dwc3-gadget-Stop-processing-more-requests-o.patch
	patches.kernel.org/6.0.7-026-usb-dwc3-gadget-Don-t-set-IMI-for-no_interrupt.patch
	patches.kernel.org/6.0.7-027-usb-dwc3-gadget-Force-sending-delayed-status-du.patch
	patches.kernel.org/6.0.7-028-usb-dwc3-gadget-Don-t-delay-End-Transfer-on-del.patch
	patches.kernel.org/6.0.7-029-usb-typec-ucsi-Check-the-connection-on-resume.patch
	patches.kernel.org/6.0.7-030-usb-typec-ucsi-acpi-Implement-resume-callback.patch
	patches.kernel.org/6.0.7-031-usb-dwc3-st-Rely-on-child-s-compatible-instead-.patch
	patches.kernel.org/6.0.7-032-usb-dwc3-Don-t-switch-OTG-peripheral-if-extcon-.patch
	patches.kernel.org/6.0.7-033-usb-bdc-change-state-when-port-disconnected.patch
	patches.kernel.org/6.0.7-034-usb-xhci-add-XHCI_SPURIOUS_SUCCESS-to-ASM1042-d.patch
	patches.kernel.org/6.0.7-035-mtd-rawnand-tegra-Fix-PM-disable-depth-imbalanc.patch
	patches.kernel.org/6.0.7-036-mtd-spi-nor-core-Ignore-ENOTSUPP-in-spi_nor_ini.patch
	patches.kernel.org/6.0.7-037-mtd-parsers-bcm47xxpart-Fix-halfblock-reads.patch
	patches.kernel.org/6.0.7-038-mtd-rawnand-marvell-Use-correct-logic-for-nand-.patch
	patches.kernel.org/6.0.7-039-squashfs-fix-read-regression-introduced-in-read.patch
	patches.kernel.org/6.0.7-040-squashfs-fix-extending-readahead-beyond-end-of-.patch
	patches.kernel.org/6.0.7-041-squashfs-fix-buffer-release-race-condition-in-r.patch
	patches.kernel.org/6.0.7-042-xhci-Add-quirk-to-reset-host-back-to-default-st.patch
	patches.kernel.org/6.0.7-043-xhci-pci-Set-runtime-PM-as-default-policy-on-al.patch
	patches.kernel.org/6.0.7-044-xhci-Remove-device-endpoints-from-bandwidth-lis.patch
	patches.kernel.org/6.0.7-045-tools-iio-iio_utils-fix-digit-calculation.patch
	patches.kernel.org/6.0.7-046-iio-light-tsl2583-Fix-module-unloading.patch
	patches.kernel.org/6.0.7-047-iio-temperature-ltc2983-allocate-iio-channels-o.patch
	patches.kernel.org/6.0.7-048-iio-adxl372-Fix-unsafe-buffer-attributes.patch
	patches.kernel.org/6.0.7-049-iio-adxl367-Fix-unsafe-buffer-attributes.patch
	patches.kernel.org/6.0.7-050-fbdev-stifb-Fall-back-to-cfb_fillrect-on-32-bit.patch
	patches.kernel.org/6.0.7-051-fbdev-smscufx-Fix-several-use-after-free-bugs.patch
	patches.kernel.org/6.0.7-052-cpufreq-intel_pstate-Read-all-MSRs-on-the-targe.patch
	patches.kernel.org/6.0.7-053-cpufreq-intel_pstate-hybrid-Use-known-scaling-f.patch
	patches.kernel.org/6.0.7-054-fs-binfmt_elf-Fix-memory-leak-in-load_elf_binar.patch
	patches.kernel.org/6.0.7-055-exec-Copy-oldsighand-action-under-spin-lock.patch
	patches.kernel.org/6.0.7-056-mac802154-Fix-LQI-recording.patch
	patches.kernel.org/6.0.7-057-scsi-qla2xxx-Use-transport-defined-speed-mask-f.patch
	patches.kernel.org/6.0.7-058-drm-amdgpu-Fix-VRAM-BO-swap-issue.patch
	patches.kernel.org/6.0.7-059-drm-amdgpu-Fix-for-BO-move-issue.patch
	patches.kernel.org/6.0.7-060-drm-i915-Extend-Wa_1607297627-to-Alderlake-P.patch
	patches.kernel.org/6.0.7-061-drm-amdgpu-Remove-ATC-L2-access-for-MMHUB-2.1.x.patch
	patches.kernel.org/6.0.7-062-drm-amdgpu-disallow-gfxoff-until-GC-IP-blocks-c.patch
	patches.kernel.org/6.0.7-063-drm-amdgpu-fix-pstate-setting-issue.patch
	patches.kernel.org/6.0.7-064-drm-amd-display-Revert-logic-for-plane-modifier.patch
	patches.kernel.org/6.0.7-065-drm-amdkfd-update-gfx1037-Lx-cache-setting.patch
	patches.kernel.org/6.0.7-066-drm-amdkfd-correct-the-cache-info-for-gfx1036.patch
	patches.kernel.org/6.0.7-067-drm-msm-fix-use-after-free-on-probe-deferral.patch
	patches.kernel.org/6.0.7-068-drm-msm-dsi-fix-memory-corruption-with-too-many.patch
	patches.kernel.org/6.0.7-069-drm-msm-hdmi-fix-memory-corruption-with-too-man.patch
	patches.kernel.org/6.0.7-070-drm-msm-hdmi-fix-IRQ-lifetime.patch
	patches.kernel.org/6.0.7-071-drm-msm-dp-fix-memory-corruption-with-too-many-.patch
	patches.kernel.org/6.0.7-072-drm-msm-dp-fix-aux-bus-EP-lifetime.patch
	patches.kernel.org/6.0.7-073-drm-msm-dp-fix-IRQ-lifetime.patch
	patches.kernel.org/6.0.7-074-drm-msm-dp-fix-bridge-lifetime.patch
	patches.kernel.org/6.0.7-075-crypto-x86-polyval-Fix-crashes-when-keys-are-no.patch
	patches.kernel.org/6.0.7-076-random-use-arch_get_random-_early-in-random_ini.patch
	patches.kernel.org/6.0.7-077-coresight-cti-Fix-hang-in-cti_disable_hw.patch
	patches.kernel.org/6.0.7-078-mmc-sdhci_am654-select-not-depends-REGMAP_MMIO.patch
	patches.kernel.org/6.0.7-079-mmc-block-Remove-error-check-of-hw_reset-on-res.patch
	patches.kernel.org/6.0.7-080-mmc-queue-Cancel-recovery-work-on-cleanup.patch
	patches.kernel.org/6.0.7-081-mmc-core-Fix-kernel-panic-when-remove-non-stand.patch
	patches.kernel.org/6.0.7-082-mmc-core-Fix-WRITE_ZEROES-CQE-handling.patch
	patches.kernel.org/6.0.7-083-mmc-sdhci-pci-core-Disable-ES-for-ASUS-BIOS-on-.patch
	patches.kernel.org/6.0.7-084-mmc-sdhci-esdhc-imx-Propagate-ESDHC_FLAG_HS400-.patch
	patches.kernel.org/6.0.7-085-counter-microchip-tcb-capture-Handle-Signal1-re.patch
	patches.kernel.org/6.0.7-086-counter-104-quad-8-Fix-race-getting-function-mo.patch
	patches.kernel.org/6.0.7-087-mm-uffd-fix-vma-check-on-userfault-for-wp.patch
	patches.kernel.org/6.0.7-088-mm-migrate-fix-return-value-if-all-subpages-of-.patch
	patches.kernel.org/6.0.7-089-mm-madvise-hugetlb-fix-unexpected-data-loss-wit.patch
	patches.kernel.org/6.0.7-090-mm-kmemleak-prevent-soft-lockup-in-kmemleak_sca.patch
	patches.kernel.org/6.0.7-091-mm-huge_memory-do-not-clobber-swp_entry_t-durin.patch
	patches.kernel.org/6.0.7-092-mm-prep_compound_tail-clear-page-private.patch
	patches.kernel.org/6.0.7-093-kernfs-fix-use-after-free-in-__kernfs_remove.patch
	patches.kernel.org/6.0.7-094-Revert-dt-bindings-pinctrl-zynqmp-Add-output-en.patch
	patches.kernel.org/6.0.7-095-pinctrl-Ingenic-JZ4755-bug-fixes.patch
	patches.kernel.org/6.0.7-096-Revert-pinctrl-pinctrl-zynqmp-Add-support-for-o.patch
	patches.kernel.org/6.0.7-097-ARC-mm-fix-leakage-of-memory-allocated-for-PTE.patch
	patches.kernel.org/6.0.7-098-perf-auxtrace-Fix-address-filter-symbol-name-ma.patch
	patches.kernel.org/6.0.7-099-s390-boot-add-secure-boot-trailer.patch
	patches.kernel.org/6.0.7-100-s390-cio-fix-out-of-bounds-access-on-cio_ignore.patch
	patches.kernel.org/6.0.7-101-s390-uaccess-add-missing-EX_TABLE-entries-to-__.patch
	patches.kernel.org/6.0.7-102-s390-futex-add-missing-EX_TABLE-entry-to-__fute.patch
	patches.kernel.org/6.0.7-103-s390-pci-add-missing-EX_TABLE-entries-to-__pcis.patch
	patches.kernel.org/6.0.7-104-ethtool-eeprom-fix-null-deref-on-genl_info-in-d.patch
	patches.kernel.org/6.0.7-105-fbdev-core-Avoid-uninitialized-read-in-aperture.patch
	patches.kernel.org/6.0.7-106-ACPI-PCC-Fix-unintentional-integer-overflow.patch
	patches.kernel.org/6.0.7-107-powerpc-64s-interrupt-Fix-clear-of-PACA_IRQS_HA.patch
	patches.kernel.org/6.0.7-108-net-ieee802154-fix-error-return-code-in-dgram_b.patch
	patches.kernel.org/6.0.7-109-media-amphion-release-m2m-ctx-when-releasing-vp.patch
	patches.kernel.org/6.0.7-110-media-v4l2-Fix-v4l2_i2c_subdev_set_name-functio.patch
	patches.kernel.org/6.0.7-111-media-ar0521-fix-error-return-code-in-ar0521_po.patch
	patches.kernel.org/6.0.7-112-media-ar0521-Fix-return-value-check-in-writing-.patch
	patches.kernel.org/6.0.7-113-media-ov8865-Fix-an-error-handling-path-in-ov88.patch
	patches.kernel.org/6.0.7-114-media-sun6i-mipi-csi2-Depend-on-PHY_SUN6I_MIPI_.patch
	patches.kernel.org/6.0.7-115-media-atomisp-prevent-integer-overflow-in-sh_cs.patch
	patches.kernel.org/6.0.7-116-media-sunxi-Fix-some-error-handling-path-of-sun.patch
	patches.kernel.org/6.0.7-117-media-sunxi-Fix-some-error-handling-path-of-sun.patch
	patches.kernel.org/6.0.7-118-media-sun6i-mipi-csi2-Add-a-Kconfig-dependency-.patch
	patches.kernel.org/6.0.7-119-media-sun8i-a83t-mipi-csi2-Add-a-Kconfig-depend.patch
	patches.kernel.org/6.0.7-120-media-sun6i-csi-Add-a-Kconfig-dependency-on-RES.patch
	patches.kernel.org/6.0.7-121-media-sun4i-csi-Add-a-Kconfig-dependency-on-RES.patch
	patches.kernel.org/6.0.7-122-media-sun8i-di-Add-a-Kconfig-dependency-on-RESE.patch
	patches.kernel.org/6.0.7-123-media-sun8i-rotate-Add-a-Kconfig-dependency-on-.patch
	patches.kernel.org/6.0.7-124-media-cedrus-Add-a-Kconfig-dependency-on-RESET_.patch
	patches.kernel.org/6.0.7-125-drm-msm-a6xx-Replace-kcalloc-with-kvzalloc.patch
	patches.kernel.org/6.0.7-126-drm-msm-dp-add-atomic_check-to-bridge-ops.patch
	patches.kernel.org/6.0.7-127-drm-msm-Fix-return-type-of-mdp4_lvds_connector_.patch
	patches.kernel.org/6.0.7-128-drm-msm-dp-cleared-DP_DOWNSPREAD_CTRL-register-.patch
	patches.kernel.org/6.0.7-129-ASoC-codec-tlv320adc3xxx-add-GPIOLIB-dependency.patch
	patches.kernel.org/6.0.7-130-KVM-selftests-Fix-number-of-pages-for-memory-sl.patch
	patches.kernel.org/6.0.7-131-ASoC-qcom-lpass-cpu-mark-HDMI-TX-registers-as-v.patch
	patches.kernel.org/6.0.7-132-drm-msm-a6xx-Fix-kvzalloc-vs-state_kcalloc-usag.patch
	patches.kernel.org/6.0.7-133-erofs-fix-illegal-unmapped-accesses-in-z_erofs_.patch
	patches.kernel.org/6.0.7-134-erofs-fix-up-inplace-decompression-success-rate.patch
	patches.kernel.org/6.0.7-135-pinctrl-qcom-Avoid-glitching-lines-when-we-firs.patch
	patches.kernel.org/6.0.7-136-spi-qup-support-using-GPIO-as-chip-select-line.patch
	patches.kernel.org/6.0.7-137-x86-fpu-Configure-init_fpstate-attributes-order.patch
	patches.kernel.org/6.0.7-138-x86-fpu-Fix-the-init_fpstate-size-check-with-th.patch
	patches.kernel.org/6.0.7-139-x86-fpu-Exclude-dynamic-states-from-init_fpstat.patch
	patches.kernel.org/6.0.7-140-perf-Fix-missing-SIGTRAPs.patch
	patches.kernel.org/6.0.7-141-sched-core-Fix-comparison-in-sched_group_cookie.patch
	patches.kernel.org/6.0.7-142-bpf-prevent-decl_tag-from-being-referenced-in-f.patch
	patches.kernel.org/6.0.7-143-arc-iounmap-arg-is-volatile.patch
	patches.kernel.org/6.0.7-144-mtd-core-add-missing-of_node_get-in-dynamic-par.patch
	patches.kernel.org/6.0.7-145-mtd-rawnand-intel-Remove-unused-nand_pa-member-.patch
	patches.kernel.org/6.0.7-146-mtd-rawnand-intel-Use-devm_platform_ioremap_res.patch
	patches.kernel.org/6.0.7-147-mtd-rawnand-intel-Add-missing-of_node_put-in-eb.patch
	patches.kernel.org/6.0.7-148-pinctrl-ocelot-Fix-incorrect-trigger-of-the-int.patch
	patches.kernel.org/6.0.7-149-ASoC-codecs-tlv320adc3xxx-Wrap-adc3xxx_i2c_remo.patch
	patches.kernel.org/6.0.7-150-ASoC-SOF-Intel-pci-mtl-fix-firmware-name.patch
	patches.kernel.org/6.0.7-151-selftests-ftrace-fix-dynamic_events-dependency-.patch
	patches.kernel.org/6.0.7-152-spi-aspeed-Fix-window-offset-of-CE1.patch
	patches.kernel.org/6.0.7-153-ASoC-qcom-lpass-cpu-Mark-HDMI-TX-parity-registe.patch
	patches.kernel.org/6.0.7-154-ASoC-Intel-common-add-ACPI-matching-tables-for-.patch
	patches.kernel.org/6.0.7-155-ASoC-SOF-Intel-pci-tgl-use-RPL-specific-firmwar.patch
	patches.kernel.org/6.0.7-156-ASoC-SOF-Intel-pci-tgl-fix-ADL-N-descriptor.patch
	patches.kernel.org/6.0.7-157-ALSA-ac97-fix-possible-memory-leak-in-snd_ac97_.patch
	patches.kernel.org/6.0.7-158-perf-x86-intel-lbr-Use-setup_clear_cpu_cap-inst.patch
	patches.kernel.org/6.0.7-159-rcu-Keep-synchronize_rcu-from-enabling-irqs-in-.patch
	patches.kernel.org/6.0.7-160-tipc-fix-a-null-ptr-deref-in-tipc_topsrv_accept.patch
	patches.kernel.org/6.0.7-161-net-netsec-fix-error-handling-in-netsec_registe.patch
	patches.kernel.org/6.0.7-162-net-lan966x-Fix-the-rx-drop-counter.patch
	patches.kernel.org/6.0.7-163-selftests-net-Fix-cross-tree-inclusion-of-scrip.patch
	patches.kernel.org/6.0.7-164-selftests-net-Fix-netdev-name-mismatch-in-clean.patch
	patches.kernel.org/6.0.7-165-net-hinic-fix-incorrect-assignment-issue-in-hin.patch
	patches.kernel.org/6.0.7-166-net-hinic-fix-memory-leak-when-reading-function.patch
	patches.kernel.org/6.0.7-167-net-hinic-fix-the-issue-of-CMDQ-memory-leaks.patch
	patches.kernel.org/6.0.7-168-net-hinic-fix-the-issue-of-double-release-MBOX-.patch
	patches.kernel.org/6.0.7-169-net-macb-Specify-PHY-PM-management-done-by-MAC.patch
	patches.kernel.org/6.0.7-170-nfc-virtual_ncidev-Fix-memory-leak-in-virtual_n.patch
	patches.kernel.org/6.0.7-171-RISC-V-KVM-Provide-UAPI-for-Zicbom-block-size.patch
	patches.kernel.org/6.0.7-172-RISC-V-Fix-compilation-without-RISCV_ISA_ZICBOM.patch
	patches.kernel.org/6.0.7-173-RISC-V-KVM-Fix-kvm_riscv_vcpu_timer_pending-for.patch
	patches.kernel.org/6.0.7-174-x86-unwind-orc-Fix-unreliable-stack-dump-with-g.patch
	patches.kernel.org/6.0.7-175-drm-bridge-ps8640-Add-back-the-50-ms-mystery-de.patch
	patches.kernel.org/6.0.7-176-x86-fpu-Fix-copy_xstate_to_uabi-to-copy-init-st.patch
	patches.kernel.org/6.0.7-177-amd-xgbe-Yellow-carp-devices-do-not-need-rrc.patch
	patches.kernel.org/6.0.7-178-amd-xgbe-fix-the-SFP-compliance-codes-check-for.patch
	patches.kernel.org/6.0.7-179-amd-xgbe-add-the-bit-rate-quirk-for-Molex-cable.patch
	patches.kernel.org/6.0.7-180-drm-i915-dgfx-Keep-PCI-autosuspend-control-on-b.patch
	patches.kernel.org/6.0.7-181-drm-i915-dp-Reset-frl-trained-flag-before-resta.patch
	patches.kernel.org/6.0.7-182-atlantic-fix-deadlock-at-aq_nic_stop.patch
	patches.kernel.org/6.0.7-183-kcm-annotate-data-races-around-kcm-rx_psock.patch
	patches.kernel.org/6.0.7-184-kcm-annotate-data-races-around-kcm-rx_wait.patch
	patches.kernel.org/6.0.7-185-net-fix-UAF-issue-in-nfqnl_nf_hook_drop-when-op.patch
	patches.kernel.org/6.0.7-186-net-lantiq_etop-don-t-free-skb-when-returning-N.patch
	patches.kernel.org/6.0.7-187-tcp-fix-a-signed-integer-overflow-bug-in-tcp_ad.patch
	patches.kernel.org/6.0.7-188-tcp-fix-indefinite-deferral-of-RTO-with-SACK-re.patch
	patches.kernel.org/6.0.7-189-net-memcg-avoid-stalls-when-under-memory-pressu.patch
	patches.kernel.org/6.0.7-190-drm-amdkfd-Fix-memory-leak-in-kfd_mem_dmamap_us.patch
	patches.kernel.org/6.0.7-191-net-lan966x-Stop-replacing-tx-dcbs-and-dcbs_buf.patch
	patches.kernel.org/6.0.7-192-mptcp-set-msk-local-address-earlier.patch
	patches.kernel.org/6.0.7-193-can-mscan-mpc5xxx-mpc5xxx_can_probe-add-missing.patch
	patches.kernel.org/6.0.7-194-can-mcp251x-mcp251x_can_probe-add-missing-unreg.patch
	patches.kernel.org/6.0.7-195-PM-hibernate-Allow-hybrid-sleep-to-work-with-s2.patch
	patches.kernel.org/6.0.7-196-media-vivid-s_fbuf-add-more-sanity-checks.patch
	patches.kernel.org/6.0.7-197-media-vivid-dev-bitmap_cap-wasn-t-freed-in-all-.patch
	patches.kernel.org/6.0.7-198-media-v4l2-dv-timings-add-sanity-checks-for-bla.patch
	patches.kernel.org/6.0.7-199-media-videodev2.h-V4L2_DV_BT_BLANKING_HEIGHT-sh.patch
	patches.kernel.org/6.0.7-200-media-vivid-set-num_in-outputs-to-0-if-not-supp.patch
	patches.kernel.org/6.0.7-201-perf-vendor-events-power10-Fix-hv-24x7-metric-e.patch
	patches.kernel.org/6.0.7-202-perf-list-Fix-PMU-name-pai_crypto-in-perf-list-.patch
	patches.kernel.org/6.0.7-203-ipv6-ensure-sane-device-mtu-in-tunnels.patch
	patches.kernel.org/6.0.7-204-i40e-Fix-ethtool-rx-flow-hash-setting-for-X722.patch
	patches.kernel.org/6.0.7-205-i40e-Fix-VF-hang-when-reset-is-triggered-on-ano.patch
	patches.kernel.org/6.0.7-206-i40e-Fix-flow-type-by-setting-GL_HASH_INSET-reg.patch
	patches.kernel.org/6.0.7-207-net-ksz884x-fix-missing-pci_disable_device-on-e.patch
	patches.kernel.org/6.0.7-208-riscv-jump_label-mark-arguments-as-const-to-sat.patch
	patches.kernel.org/6.0.7-209-PM-domains-Fix-handling-of-unavailable-disabled.patch
	patches.kernel.org/6.0.7-210-perf-vendor-events-arm64-Fix-incorrect-Hisi-hip.patch
	patches.kernel.org/6.0.7-211-net-fec-limit-register-access-on-i.MX6UL.patch
	patches.kernel.org/6.0.7-212-net-ethernet-ave-Fix-MAC-to-be-in-charge-of-PHY.patch
	patches.kernel.org/6.0.7-213-ALSA-aoa-i2sbus-fix-possible-memory-leak-in-i2s.patch
	patches.kernel.org/6.0.7-214-ALSA-aoa-Fix-I2S-device-accounting.patch
	patches.kernel.org/6.0.7-215-openvswitch-switch-from-WARN-to-pr_warn.patch
	patches.kernel.org/6.0.7-216-net-ehea-fix-possible-memory-leak-in-ehea_regis.patch
	patches.kernel.org/6.0.7-217-net-bcmsysport-Indicate-MAC-is-in-charge-of-PHY.patch
	patches.kernel.org/6.0.7-218-nh-fix-scope-used-to-find-saddr-when-adding-non.patch
	patches.kernel.org/6.0.7-219-net-broadcom-bcm4908_enet-update-TX-stats-after.patch
	patches.kernel.org/6.0.7-220-netdevsim-fix-memory-leak-in-nsim_bus_dev_new.patch
	patches.kernel.org/6.0.7-221-netdevsim-fix-memory-leak-in-nsim_drv_probe-whe.patch
	patches.kernel.org/6.0.7-222-netdevsim-remove-dir-in-nsim_dev_debugfs_init-w.patch
	patches.kernel.org/6.0.7-223-net-mlx5e-Do-not-increment-ESN-when-updating-IP.patch
	patches.kernel.org/6.0.7-224-net-mlx5-Wait-for-firmware-to-enable-CRS-before.patch
	patches.kernel.org/6.0.7-225-net-mlx5-DR-Fix-matcher-disconnect-error-flow.patch
	patches.kernel.org/6.0.7-226-net-mlx5e-Extend-SKB-room-check-to-include-PTP-.patch
	patches.kernel.org/6.0.7-227-net-mlx5e-Update-restore-chain-id-for-slow-path.patch
	patches.kernel.org/6.0.7-228-net-mlx5-ASO-Create-the-ASO-SQ-with-the-correct.patch
	patches.kernel.org/6.0.7-229-net-mlx5-Fix-possible-use-after-free-in-async-c.patch
	patches.kernel.org/6.0.7-230-net-mlx5e-TC-Reject-forwarding-from-internal-po.patch
	patches.kernel.org/6.0.7-231-net-mlx5-Update-fw-fatal-reporter-state-on-PCI-.patch
	patches.kernel.org/6.0.7-232-net-mlx5-Fix-crash-during-sync-firmware-reset.patch
	patches.kernel.org/6.0.7-233-net-do-not-sense-pfmemalloc-status-in-skb_appen.patch
	patches.kernel.org/6.0.7-234-kcm-do-not-sense-pfmemalloc-status-in-kcm_sendp.patch
	patches.kernel.org/6.0.7-235-net-enetc-survive-memory-pressure-without-crash.patch
	patches.kernel.org/6.0.7-236-riscv-mm-add-missing-memcpy-in-kasan_init.patch
	patches.kernel.org/6.0.7-237-riscv-fix-detection-of-toolchain-Zicbom-support.patch
	patches.kernel.org/6.0.7-238-riscv-fix-detection-of-toolchain-Zihintpause-su.patch
	patches.kernel.org/6.0.7-239-arm64-Add-AMPERE1-to-the-Spectre-BHB-affected-l.patch
	patches.kernel.org/6.0.7-240-tcp-udp-Fix-memory-leak-in-ipv6_renew_options.patch
	patches.kernel.org/6.0.7-241-Linux-6.0.7.patch
	patches.kernel.org/6.0.8-001-usb-dwc3-gadget-Force-sending-delayed-status-du.patch
	patches.kernel.org/6.0.8-002-usb-dwc3-gadget-Don-t-delay-End-Transfer-on-del.patch
	patches.kernel.org/6.0.8-003-RDMA-cma-Use-output-interface-for-net_dev-check.patch
	patches.kernel.org/6.0.8-004-IB-hfi1-Correctly-move-list-in-sc_disable.patch
	patches.kernel.org/6.0.8-005-RDMA-hns-Disable-local-invalidate-operation.patch
	patches.kernel.org/6.0.8-006-RDMA-hns-Fix-NULL-pointer-problem-in-free_mr_in.patch
	patches.kernel.org/6.0.8-007-docs-process-howto-Replace-C89-with-C11.patch
	patches.kernel.org/6.0.8-008-RDMA-rxe-Fix-mr-leak-in-RESPST_ERR_RNR.patch
	patches.kernel.org/6.0.8-009-NFSv4-Fix-a-potential-state-reclaim-deadlock.patch
	patches.kernel.org/6.0.8-010-NFSv4.1-Handle-RECLAIM_COMPLETE-trunking-errors.patch
	patches.kernel.org/6.0.8-011-NFSv4.1-We-must-always-send-RECLAIM_COMPLETE-af.patch
	patches.kernel.org/6.0.8-012-SUNRPC-Fix-null-ptr-deref-when-xps-sysfs-alloc-.patch
	patches.kernel.org/6.0.8-013-NFSv4.2-Fixup-CLONE-dest-file-size-for-zero-len.patch
	patches.kernel.org/6.0.8-014-nfs4-Fix-kmemleak-when-allocate-slot-failed.patch
	patches.kernel.org/6.0.8-015-net-dsa-Fix-possible-memory-leaks-in-dsa_loop_i.patch
	patches.kernel.org/6.0.8-016-RDMA-core-Fix-null-ptr-deref-in-ib_core_cleanup.patch
	patches.kernel.org/6.0.8-017-RDMA-qedr-clean-up-work-queue-on-failure-in-qed.patch
	patches.kernel.org/6.0.8-018-tools-nolibc-Fix-missing-strlen-definition-and-.patch
	patches.kernel.org/6.0.8-019-net-dsa-fall-back-to-default-tagger-if-we-can-t.patch
	patches.kernel.org/6.0.8-020-nfc-fdp-Fix-potential-memory-leak-in-fdp_nci_se.patch
	patches.kernel.org/6.0.8-021-nfc-nxp-nci-Fix-potential-memory-leak-in-nxp_nc.patch
	patches.kernel.org/6.0.8-022-nfc-s3fwrn5-Fix-potential-memory-leak-in-s3fwrn.patch
	patches.kernel.org/6.0.8-023-nfc-nfcmrvl-Fix-potential-memory-leak-in-nfcmrv.patch
	patches.kernel.org/6.0.8-024-net-fec-fix-improper-use-of-NETDEV_TX_BUSY.patch
	patches.kernel.org/6.0.8-025-ata-pata_legacy-fix-pdc20230_set_piomode.patch
	patches.kernel.org/6.0.8-026-ata-palmld-fix-return-value-check-in-palmld_pat.patch
	patches.kernel.org/6.0.8-027-net-sched-Fix-use-after-free-in-red_enqueue.patch
	patches.kernel.org/6.0.8-028-net-tun-fix-bugs-for-oversize-packet-when-napi-.patch
	patches.kernel.org/6.0.8-029-netfilter-nf_tables-netlink-notifier-might-race.patch
	patches.kernel.org/6.0.8-030-netfilter-nf_tables-release-flow-rule-object-fr.patch
	patches.kernel.org/6.0.8-031-sfc-Fix-an-error-handling-path-in-efx_pci_probe.patch
	patches.kernel.org/6.0.8-032-nfsd-fix-nfsd_file_unhash_and_dispose.patch
	patches.kernel.org/6.0.8-033-nfsd-fix-net-namespace-logic-in-__nfsd_file_cac.patch
	patches.kernel.org/6.0.8-034-net-lan966x-Fix-the-MTU-calculation.patch
	patches.kernel.org/6.0.8-035-net-lan966x-Adjust-maximum-frame-size-when-vlan.patch
	patches.kernel.org/6.0.8-036-net-lan966x-Fix-FDMA-when-MTU-is-changed.patch
	patches.kernel.org/6.0.8-037-net-lan966x-Fix-unmapping-of-received-frames-us.patch
	patches.kernel.org/6.0.8-038-ipvs-use-explicitly-signed-chars.patch
	patches.kernel.org/6.0.8-039-ipvs-fix-WARNING-in-__ip_vs_cleanup_batch.patch
	patches.kernel.org/6.0.8-040-ipvs-fix-WARNING-in-ip_vs_app_net_cleanup.patch
	patches.kernel.org/6.0.8-041-rose-Fix-NULL-pointer-dereference-in-rose_send_.patch
	patches.kernel.org/6.0.8-042-mISDN-fix-possible-memory-leak-in-mISDN_registe.patch
	patches.kernel.org/6.0.8-043-isdn-mISDN-netjet-fix-wrong-check-of-device-reg.patch
	patches.kernel.org/6.0.8-044-btrfs-fix-inode-list-leak-during-backref-walkin.patch
	patches.kernel.org/6.0.8-045-btrfs-fix-inode-list-leak-during-backref-walkin.patch
	patches.kernel.org/6.0.8-046-btrfs-fix-ulist-leaks-in-error-paths-of-qgroup-.patch
	patches.kernel.org/6.0.8-047-netfilter-ipset-enforce-documented-limit-to-pre.patch
	patches.kernel.org/6.0.8-048-Bluetooth-L2CAP-Fix-use-after-free-caused-by-l2.patch
	patches.kernel.org/6.0.8-049-Bluetooth-hci_conn-Fix-CIS-connection-dst_type-.patch
	patches.kernel.org/6.0.8-050-Bluetooth-virtio_bt-Use-skb_put-to-set-length.patch
	patches.kernel.org/6.0.8-051-Bluetooth-L2CAP-fix-use-after-free-in-l2cap_con.patch
	patches.kernel.org/6.0.8-052-Bluetooth-L2CAP-Fix-memory-leak-in-vhci_write.patch
	patches.kernel.org/6.0.8-053-Bluetooth-hci_conn-Fix-not-restoring-ISO-buffer.patch
	patches.kernel.org/6.0.8-054-net-mdio-fix-undefined-behavior-in-bit-shift-fo.patch
	patches.kernel.org/6.0.8-055-ibmvnic-Free-rwi-on-reset-success.patch
	patches.kernel.org/6.0.8-056-stmmac-dwmac-loongson-fix-invalid-mdio_node.patch
	patches.kernel.org/6.0.8-057-net-smc-Fix-possible-leaked-pernet-namespace-in.patch
	patches.kernel.org/6.0.8-058-net-neigh-Fix-null-ptr-deref-in-neigh_table_cle.patch
	patches.kernel.org/6.0.8-059-bridge-Fix-flushing-of-dynamic-FDB-entries.patch
	patches.kernel.org/6.0.8-060-ipv6-fix-WARNING-in-ip6_route_net_exit_late.patch
	patches.kernel.org/6.0.8-061-vsock-fix-possible-infinite-sleep-in-vsock_conn.patch
	patches.kernel.org/6.0.8-062-iio-adc-stm32-adc-fix-channel-sampling-time-ini.patch
	patches.kernel.org/6.0.8-063-media-rkisp1-Fix-source-pad-format-configuratio.patch
	patches.kernel.org/6.0.8-064-media-rkisp1-Don-t-pass-the-quantization-to-rki.patch
	patches.kernel.org/6.0.8-065-media-rkisp1-Initialize-color-space-on-resizer-.patch
	patches.kernel.org/6.0.8-066-media-rkisp1-Use-correct-macro-for-gradient-reg.patch
	patches.kernel.org/6.0.8-067-media-rkisp1-Zero-v4l2_subdev_format-fields-in-.patch
	patches.kernel.org/6.0.8-068-media-s5p_cec-limit-msg.len-to-CEC_MAX_MSG_SIZE.patch
	patches.kernel.org/6.0.8-069-media-cros-ec-cec-limit-msg.len-to-CEC_MAX_MSG_.patch
	patches.kernel.org/6.0.8-070-media-dvb-frontends-drxk-initialize-err-to-0.patch
	patches.kernel.org/6.0.8-071-media-platform-cros-ec-Add-Kuldax-to-the-match-.patch
	patches.kernel.org/6.0.8-072-media-meson-vdec-fix-possible-refcount-leak-in-.patch
	patches.kernel.org/6.0.8-073-media-hantro-Store-HEVC-bit-depth-in-context.patch
	patches.kernel.org/6.0.8-074-media-hantro-HEVC-Fix-auxilary-buffer-size-calc.patch
	patches.kernel.org/6.0.8-075-media-hantro-HEVC-Fix-chroma-offset-computation.patch
	patches.kernel.org/6.0.8-076-media-v4l-subdev-Fail-graciously-when-getting-t.patch
	patches.kernel.org/6.0.8-077-drm-vc4-hdmi-Check-the-HSM-rate-at-runtime_resu.patch
	patches.kernel.org/6.0.8-078-ACPI-APEI-Fix-integer-overflow-in-ghes_estatus_.patch
	patches.kernel.org/6.0.8-079-hwrng-bcm2835-use-hwrng_msleep-instead-of-cpu_r.patch
	patches.kernel.org/6.0.8-080-io_uring-don-t-iopoll-from-io_ring_ctx_wait_and.patch
	patches.kernel.org/6.0.8-081-scsi-core-Restrict-legal-sdev_state-transitions.patch
	patches.kernel.org/6.0.8-082-HID-saitek-add-madcatz-variant-of-MMO7-mouse-de.patch
	patches.kernel.org/6.0.8-083-drm-amdgpu-set-vm_update_mode-0-as-default-for-.patch
	patches.kernel.org/6.0.8-084-drm-amd-pm-skip-loading-pptable-from-driver-on-.patch
	patches.kernel.org/6.0.8-085-drm-amdkfd-Fix-type-of-reset_type-parameter-in-.patch
	patches.kernel.org/6.0.8-086-drm-amdgpu-Program-GC-registers-through-RLCG-in.patch
	patches.kernel.org/6.0.8-087-drm-amdgpu-dequeue-mes-scheduler-during-fini.patch
	patches.kernel.org/6.0.8-088-nvme-pci-disable-write-zeroes-on-various-Kingst.patch
	patches.kernel.org/6.0.8-089-i2c-xiic-Add-platform-module-alias.patch
	patches.kernel.org/6.0.8-090-bio-safeguard-REQ_ALLOC_CACHE-bio-put.patch
	patches.kernel.org/6.0.8-091-clk-rs9-Fix-I2C-accessors.patch
	patches.kernel.org/6.0.8-092-arm64-dts-imx8mm-Enable-CPLD_Dn-pull-down-resis.patch
	patches.kernel.org/6.0.8-093-efi-tpm-Pass-correct-address-to-memblock_reserv.patch
	patches.kernel.org/6.0.8-094-clk-renesas-r8a779g0-Fix-HSCIF-parent-clocks.patch
	patches.kernel.org/6.0.8-095-clk-qcom-Update-the-force-mem-core-bit-for-GPU-.patch
	patches.kernel.org/6.0.8-096-arm64-dts-verdin-imx8mp-fix-ctrl_sleep_moci.patch
	patches.kernel.org/6.0.8-097-arm64-dts-imx8mm-remove-otg1-2-power-domain-dep.patch
	patches.kernel.org/6.0.8-098-arm64-dts-imx8mm-correct-usb-power-domains.patch
	patches.kernel.org/6.0.8-099-arm64-dts-imx8mn-remove-otg1-power-domain-depen.patch
	patches.kernel.org/6.0.8-100-arm64-dts-imx8mn-Correct-the-usb-power-domain.patch
	patches.kernel.org/6.0.8-101-ARM-dts-imx6qdl-gw59-10-13-fix-user-pushbutton-.patch
	patches.kernel.org/6.0.8-102-arm64-dts-imx8-correct-clock-order.patch
	patches.kernel.org/6.0.8-103-arm64-dts-imx93-add-gpio-clk.patch
	patches.kernel.org/6.0.8-104-arm64-dts-imx93-correct-gpio-ranges.patch
	patches.kernel.org/6.0.8-105-arm64-dts-lx2160a-specify-clock-frequencies-for.patch
	patches.kernel.org/6.0.8-106-arm64-dts-ls1088a-specify-clock-frequencies-for.patch
	patches.kernel.org/6.0.8-107-arm64-dts-ls208xa-specify-clock-frequencies-for.patch
	patches.kernel.org/6.0.8-108-drm-rockchip-dw_hdmi-filter-regulator-EPROBE_DE.patch
	patches.kernel.org/6.0.8-109-drm-rockchip-fix-fbdev-on-non-IOMMU-devices.patch
	patches.kernel.org/6.0.8-110-drm-i915-stop-abusing-swiotlb_max_segment.patch
	patches.kernel.org/6.0.8-111-ublk_drv-return-flag-of-UBLK_F_URING_CMD_COMP_I.patch
	patches.kernel.org/6.0.8-112-block-Fix-possible-memory-leak-for-rq_wb-on-add.patch
	patches.kernel.org/6.0.8-113-blk-mq-Fix-kmemleak-in-blk_mq_init_allocated_qu.patch
	patches.kernel.org/6.0.8-114-ARM-dts-ux500-Add-trips-to-battery-thermal-zone.patch
	patches.kernel.org/6.0.8-115-firmware-arm_scmi-Suppress-the-driver-s-bind-at.patch
	patches.kernel.org/6.0.8-116-firmware-arm_scmi-Make-Rx-chan_setup-fail-on-me.patch
	patches.kernel.org/6.0.8-117-firmware-arm_scmi-Fix-devres-allocation-device-.patch
	patches.kernel.org/6.0.8-118-firmware-arm_scmi-Fix-deferred_tx_wq-release-on.patch
	patches.kernel.org/6.0.8-119-arm64-dts-juno-Add-thermal-critical-trip-points.patch
	patches.kernel.org/6.0.8-120-i2c-piix4-Fix-adapter-not-be-removed-in-piix4_r.patch
	patches.kernel.org/6.0.8-121-Bluetooth-L2CAP-Fix-accepting-connection-reques.patch
	patches.kernel.org/6.0.8-122-Bluetooth-L2CAP-Fix-attempting-to-access-uninit.patch
	patches.kernel.org/6.0.8-123-fscrypt-stop-using-keyrings-subsystem-for-fscry.patch
	patches.kernel.org/6.0.8-124-fscrypt-fix-keyring-memory-leak-on-mount-failur.patch
	patches.kernel.org/6.0.8-125-clk-renesas-r8a779g0-Add-SASYNCPER-clocks.patch
	patches.kernel.org/6.0.8-126-btrfs-fix-lost-file-sync-on-direct-IO-write-wit.patch
	patches.kernel.org/6.0.8-127-btrfs-fix-tree-mod-log-mishandling-of-reallocat.patch
	patches.kernel.org/6.0.8-128-btrfs-fix-type-of-parameter-generation-in-btrfs.patch
	patches.kernel.org/6.0.8-129-btrfs-don-t-use-btrfs_chunk-sub_stripes-from-di.patch
	patches.kernel.org/6.0.8-130-btrfs-fix-a-memory-allocation-failure-test-in-b.patch
	patches.kernel.org/6.0.8-131-ACPI-NUMA-Add-CXL-CFMWS-nodes-to-the-possible-n.patch
	patches.kernel.org/6.0.8-132-cxl-pmem-Fix-cxl_pmem_region-and-cxl_memdev-lea.patch
	patches.kernel.org/6.0.8-133-cxl-region-Fix-decoder-allocation-crash.patch
	patches.kernel.org/6.0.8-134-cxl-region-Fix-region-HPA-ordering-validation.patch
	patches.kernel.org/6.0.8-135-cxl-region-Fix-cxl_region-leak-cleanup-targets-.patch
	patches.kernel.org/6.0.8-136-cxl-region-Fix-distance-calculation-with-passth.patch
	patches.kernel.org/6.0.8-137-ftrace-Fix-use-after-free-for-dynamic-ftrace_op.patch
	patches.kernel.org/6.0.8-138-tracing-fprobe-Fix-to-check-whether-fprobe-is-r.patch
	patches.kernel.org/6.0.8-139-fprobe-Check-rethook_alloc-return-in-rethook-in.patch
	patches.kernel.org/6.0.8-140-tracing-kprobe-Fix-memory-leak-in-test_gen_kpro.patch
	patches.kernel.org/6.0.8-141-kprobe-reverse-kp-flags-when-arm_kprobe-failed.patch
	patches.kernel.org/6.0.8-142-ring-buffer-Check-for-NULL-cpu_buffer-in-ring_b.patch
	patches.kernel.org/6.0.8-143-tools-nolibc-string-Fix-memcmp-implementation.patch
	patches.kernel.org/6.0.8-144-tracing-histogram-Update-document-for-KEYS_MAX-.patch
	patches.kernel.org/6.0.8-145-capabilities-fix-potential-memleak-on-error-pat.patch
	patches.kernel.org/6.0.8-146-fuse-add-file_modified-to-fallocate.patch
	patches.kernel.org/6.0.8-147-fuse-fix-readdir-cache-race.patch
	patches.kernel.org/6.0.8-148-selftests-landlock-Build-without-static-librari.patch
	patches.kernel.org/6.0.8-149-efi-random-reduce-seed-size-to-32-bytes.patch
	patches.kernel.org/6.0.8-150-efi-random-Use-ACPI-reclaim-memory-for-random-s.patch
	patches.kernel.org/6.0.8-151-efi-efivars-Fix-variable-writes-with-unsupporte.patch
	patches.kernel.org/6.0.8-152-net-ulp-remove-SOCK_SUPPORT_ZC-from-tls-sockets.patch
	patches.kernel.org/6.0.8-153-arm64-entry-avoid-kprobe-recursion.patch
	patches.kernel.org/6.0.8-154-ARM-dts-imx6dl-yapp4-Do-not-allow-PM-to-switch-.patch
	patches.kernel.org/6.0.8-155-perf-x86-intel-Fix-pebs-event-constraints-for-I.patch
	patches.kernel.org/6.0.8-156-perf-x86-intel-Add-Cooper-Lake-stepping-to-isol.patch
	patches.kernel.org/6.0.8-157-perf-x86-intel-Fix-pebs-event-constraints-for-S.patch
	patches.kernel.org/6.0.8-158-net-remove-SOCK_SUPPORT_ZC-from-sockmap.patch
	patches.kernel.org/6.0.8-159-net-also-flag-accepted-sockets-supporting-msghd.patch
	patches.kernel.org/6.0.8-160-parisc-Make-8250_gsc-driver-dependend-on-CONFIG.patch
	patches.kernel.org/6.0.8-161-parisc-Export-iosapic_serial_irq-symbol-for-ser.patch
	patches.kernel.org/6.0.8-162-parisc-Avoid-printing-the-hardware-path-twice.patch
	patches.kernel.org/6.0.8-163-ext4-fix-warning-in-ext4_da_release_space.patch
	patches.kernel.org/6.0.8-164-ext4-fix-BUG_ON-when-directory-entry-has-invali.patch
	patches.kernel.org/6.0.8-165-ext4-update-the-backup-superblock-s-at-the-end-.patch
	patches.kernel.org/6.0.8-166-x86-tdx-Prepare-for-using-INFO-call-for-a-secon.patch
	patches.kernel.org/6.0.8-167-x86-tdx-Panic-on-bad-configs-that-VE-on-private.patch
	patches.kernel.org/6.0.8-168-x86-syscall-Include-asm-ptrace.h-in-syscall_wra.patch
	patches.kernel.org/6.0.8-169-KVM-x86-Mask-off-reserved-bits-in-CPUID.8000000.patch
	patches.kernel.org/6.0.8-170-KVM-x86-Mask-off-reserved-bits-in-CPUID.8000001.patch
	patches.kernel.org/6.0.8-171-KVM-x86-Mask-off-reserved-bits-in-CPUID.8000000.patch
	patches.kernel.org/6.0.8-172-KVM-x86-Mask-off-reserved-bits-in-CPUID.8000000.patch
	patches.kernel.org/6.0.8-173-KVM-x86-Mask-off-reserved-bits-in-CPUID.8000001.patch
	patches.kernel.org/6.0.8-174-KVM-VMX-Advertise-PMU-LBRs-if-and-only-if-perf-.patch
	patches.kernel.org/6.0.8-175-KVM-VMX-Fold-vmx_supported_debugctl-into-vcpu_s.patch
	patches.kernel.org/6.0.8-176-KVM-VMX-Ignore-guest-CPUID-for-host-userspace-w.patch
	patches.kernel.org/6.0.8-177-KVM-VMX-fully-disable-SGX-if-SECONDARY_EXEC_ENC.patch
	patches.kernel.org/6.0.8-178-KVM-Initialize-gfn_to_pfn_cache-locks-in-dedica.patch
	patches.kernel.org/6.0.8-179-KVM-Reject-attempts-to-consume-or-refresh-inact.patch
	patches.kernel.org/6.0.8-180-KVM-arm64-Fix-bad-dereference-on-MTE-enabled-sy.patch
	patches.kernel.org/6.0.8-181-KVM-arm64-Fix-SMPRI_EL1-TPIDR2_EL0-trapping-on-.patch
	patches.kernel.org/6.0.8-182-KVM-x86-smm-number-of-GPRs-in-the-SMRAM-image-d.patch
	patches.kernel.org/6.0.8-183-KVM-x86-emulator-em_sysexit-should-update-ctxt-.patch
	patches.kernel.org/6.0.8-184-KVM-x86-emulator-introduce-emulator_recalc_and_.patch
	patches.kernel.org/6.0.8-185-KVM-x86-emulator-update-the-emulation-mode-afte.patch
	patches.kernel.org/6.0.8-186-KVM-x86-emulator-update-the-emulation-mode-afte.patch
	patches.kernel.org/6.0.8-187-ext4-f2fs-fix-readahead-of-verity-data.patch
	patches.kernel.org/6.0.8-188-cifs-fix-regression-in-very-old-smb1-mounts.patch
	patches.kernel.org/6.0.8-189-drm-rockchip-dsi-Clean-up-usage_mode-when-faili.patch
	patches.kernel.org/6.0.8-190-drm-rockchip-dsi-Force-synchronous-probe.patch
	patches.kernel.org/6.0.8-191-drm-amdgpu-disable-GFXOFF-during-compute-for-GF.patch
	patches.kernel.org/6.0.8-192-drm-amd-display-Update-latencies-on-DCN321.patch
	patches.kernel.org/6.0.8-193-drm-amd-display-Update-DSC-capabilitie-for-DCN3.patch
	patches.kernel.org/6.0.8-194-drm-i915-sdvo-Filter-out-invalid-outputs-more-s.patch
	patches.kernel.org/6.0.8-195-drm-i915-sdvo-Setup-DDC-fully-before-output-ini.patch
	patches.kernel.org/6.0.8-196-wifi-brcmfmac-Fix-potential-buffer-overflow-in-.patch
	patches.kernel.org/6.0.8-197-Linux-6.0.8.patch
	patches.kernel.org/6.0.9-001-thunderbolt-Add-DP-OUT-resource-when-DP-tunnel-.patch
	patches.kernel.org/6.0.9-002-drm-i915-gvt-Add-missing-vfio_unregister_group_.patch
	patches.kernel.org/6.0.9-003-m68k-Rework-BI_VIRT_RNG_SEED-as-BI_RNG_SEED.patch
	patches.kernel.org/6.0.9-004-KVM-debugfs-Return-retval-of-simple_attr_open-i.patch
	patches.kernel.org/6.0.9-005-drm-i915-Allow-more-varied-alternate-fixed-mode.patch
	patches.kernel.org/6.0.9-006-drm-i915-Simplify-intel_panel_add_edid_alt_fixe.patch
	patches.kernel.org/6.0.9-007-drm-i915-sdvo-Grab-mode_config.mutex-during-LVD.patch
	patches.kernel.org/6.0.9-008-drm-amd-display-Acquire-FCLK-DPM-levels-on-DCN3.patch
	patches.kernel.org/6.0.9-009-drm-amd-display-Limit-dcn32-to-1950Mhz-display-.patch
	patches.kernel.org/6.0.9-010-drm-amd-display-Set-memclk-levels-to-be-at-leas.patch
	patches.kernel.org/6.0.9-011-drm-amdkfd-handle-CPU-fault-on-COW-mapping.patch
	patches.kernel.org/6.0.9-012-drm-amdkfd-Fix-NULL-pointer-dereference-in-svm_.patch
	patches.kernel.org/6.0.9-013-cxl-region-Recycle-region-ids.patch
	patches.kernel.org/6.0.9-014-HID-wacom-Fix-logic-used-for-3rd-barrel-switch-.patch
	patches.kernel.org/6.0.9-015-hwspinlock-qcom-correct-MMIO-max-register-for-n.patch
	patches.kernel.org/6.0.9-016-phy-stm32-fix-an-error-code-in-probe.patch
	patches.kernel.org/6.0.9-017-wifi-cfg80211-silence-a-sparse-RCU-warning.patch
	patches.kernel.org/6.0.9-018-wifi-cfg80211-fix-memory-leak-in-query_regdb_fi.patch
	patches.kernel.org/6.0.9-019-soundwire-qcom-reinit-broadcast-completion.patch
	patches.kernel.org/6.0.9-020-soundwire-qcom-check-for-outanding-writes-befor.patch
	patches.kernel.org/6.0.9-021-ALSA-arm-pxa-pxa2xx-ac97-lib-fix-return-value-c.patch
	patches.kernel.org/6.0.9-022-spi-mediatek-Fix-package-division-error.patch
	patches.kernel.org/6.0.9-023-bpf-verifier-Fix-memory-leak-in-array-reallocat.patch
	patches.kernel.org/6.0.9-024-bpf-sockmap-Fix-the-sk-sk_forward_alloc-warning.patch
	patches.kernel.org/6.0.9-025-wifi-mac80211-fix-general-protection-fault-in-i.patch
	patches.kernel.org/6.0.9-026-wifi-mac80211-Set-TWT-Information-Frame-Disable.patch
	patches.kernel.org/6.0.9-027-bpftool-Fix-NULL-pointer-dereference-when-pin-P.patch
	patches.kernel.org/6.0.9-028-HID-hyperv-fix-possible-memory-leak-in-mousevsc.patch
	patches.kernel.org/6.0.9-029-drm-vc4-hdmi-Fix-HSM-clock-too-low-on-Pi4.patch
	patches.kernel.org/6.0.9-030-bpf-sock_map-Move-cancel_work_sync-out-of-sock-.patch
	patches.kernel.org/6.0.9-031-PCI-hv-Fix-the-definition-of-vector-in-hv_compo.patch
	patches.kernel.org/6.0.9-032-bpf-Add-helper-macro-bpf_for_each_reg_in_vstate.patch
	patches.kernel.org/6.0.9-033-bpf-Fix-wrong-reg-type-conversion-in-release_re.patch
	patches.kernel.org/6.0.9-034-net-gso-fix-panic-on-frag_list-with-mixed-head-.patch
	patches.kernel.org/6.0.9-035-macsec-delete-new-rxsc-when-offload-fails.patch
	patches.kernel.org/6.0.9-036-macsec-fix-secy-n_rx_sc-accounting.patch
	patches.kernel.org/6.0.9-037-macsec-fix-detection-of-RXSCs-when-toggling-off.patch
	patches.kernel.org/6.0.9-038-macsec-clear-encryption-keys-from-the-stack-aft.patch
	patches.kernel.org/6.0.9-039-octeontx2-pf-NIX-TX-overwrites-SQ_CTX_HW_S-SQ_I.patch
	patches.kernel.org/6.0.9-040-net-tun-Fix-memory-leaks-of-napi_get_frags.patch
	patches.kernel.org/6.0.9-041-bnxt_en-Fix-possible-crash-in-bnxt_hwrm_set_coa.patch
	patches.kernel.org/6.0.9-042-bnxt_en-fix-potentially-incorrect-return-value-.patch
	patches.kernel.org/6.0.9-043-net-fman-Unregister-ethernet-device-on-removal.patch
	patches.kernel.org/6.0.9-044-capabilities-fix-undefined-behavior-in-bit-shif.patch
	patches.kernel.org/6.0.9-045-phy-ralink-mt7621-pci-add-sentinel-to-quirks-ta.patch
	patches.kernel.org/6.0.9-046-KVM-s390-pv-don-t-allow-userspace-to-set-the-cl.patch
	patches.kernel.org/6.0.9-047-KVM-s390-pci-Fix-allocation-size-of-aift-kzdev-.patch
	patches.kernel.org/6.0.9-048-net-lapbether-fix-issue-of-dev-reference-count-.patch
	patches.kernel.org/6.0.9-049-hamradio-fix-issue-of-dev-reference-count-leaka.patch
	patches.kernel.org/6.0.9-050-net-wwan-iosm-fix-memory-leak-in-ipc_wwan_delli.patch
	patches.kernel.org/6.0.9-051-net-wwan-mhi-fix-memory-leak-in-mhi_mbim_dellin.patch
	patches.kernel.org/6.0.9-052-drm-vc4-Fix-missing-platform_unregister_drivers.patch
	patches.kernel.org/6.0.9-053-tcp-prohibit-TCP_REPAIR_OPTIONS-if-data-was-alr.patch
	patches.kernel.org/6.0.9-054-platform-x86-p2sb-Don-t-fail-if-unknown-CPU-is-.patch
	patches.kernel.org/6.0.9-055-ipv6-addrlabel-fix-infoleak-when-sending-struct.patch
	patches.kernel.org/6.0.9-056-can-af_can-fix-NULL-pointer-dereference-in-can_.patch
	patches.kernel.org/6.0.9-057-drm-i915-psr-Send-update-also-on-invalidate.patch
	patches.kernel.org/6.0.9-058-drm-i915-Do-not-set-cache_dirty-for-DGFX.patch
	patches.kernel.org/6.0.9-059-net-stmmac-dwmac-meson8b-fix-meson8b_devm_clk_p.patch
	patches.kernel.org/6.0.9-060-dt-bindings-net-tsnep-Fix-typo-on-generic-nvmem.patch
	patches.kernel.org/6.0.9-061-net-broadcom-Fix-BCMGENET-Kconfig.patch
	patches.kernel.org/6.0.9-062-tipc-fix-the-msg-req-tlv-len-check-in-tipc_nl_c.patch
	patches.kernel.org/6.0.9-063-dmaengine-pxa_dma-use-platform_get_irq_optional.patch
	patches.kernel.org/6.0.9-064-dmanegine-idxd-reformat-opcap-output-to-match-b.patch
	patches.kernel.org/6.0.9-065-dmaengine-idxd-Fix-max-batch-size-for-Intel-IAA.patch
	patches.kernel.org/6.0.9-066-dmaengine-idxd-fix-RO-device-state-error-after-.patch
	patches.kernel.org/6.0.9-067-dmaengine-apple-admac-Fix-grabbing-of-channels-.patch
	patches.kernel.org/6.0.9-068-dmaengine-mv_xor_v2-Fix-a-resource-leak-in-mv_x.patch
	patches.kernel.org/6.0.9-069-dmaengine-ti-k3-udma-glue-fix-memory-leak-when-.patch
	patches.kernel.org/6.0.9-070-dmaengine-stm32-dma-fix-potential-race-between-.patch
	patches.kernel.org/6.0.9-071-net-lapbether-fix-issue-of-invalid-opcode-in-la.patch
	patches.kernel.org/6.0.9-072-net-ethernet-mtk-star-emac-disable-napi-when-co.patch
	patches.kernel.org/6.0.9-073-octeontx2-pf-Fix-SQE-threshold-checking.patch
	patches.kernel.org/6.0.9-074-drivers-net-xgene-disable-napi-when-register-ir.patch
	patches.kernel.org/6.0.9-075-perf-stat-Fix-crash-with-per-node-metric-only-i.patch
	patches.kernel.org/6.0.9-076-perf-stat-Fix-printing-os-prefix-in-CSV-metrics.patch
	patches.kernel.org/6.0.9-077-perf-test-Fix-skipping-branch-stack-sampling-te.patch
	patches.kernel.org/6.0.9-078-perf-tools-Add-the-include-perf-directory-to-.g.patch
	patches.kernel.org/6.0.9-079-netfilter-nfnetlink-fix-potential-dead-lock-in-.patch
	patches.kernel.org/6.0.9-080-netfilter-Cleanup-nft_net-module_list-from-nf_t.patch
	patches.kernel.org/6.0.9-081-net-marvell-prestera-fix-memory-leak-in-prester.patch
	patches.kernel.org/6.0.9-082-net-tun-call-napi_schedule_prep-to-ensure-we-ow.patch
	patches.kernel.org/6.0.9-083-net-nixge-disable-napi-when-enable-interrupts-f.patch
	patches.kernel.org/6.0.9-084-net-wwan-iosm-fix-memory-leak-in-ipc_pcie_read_.patch
	patches.kernel.org/6.0.9-085-net-wwan-iosm-fix-invalid-mux-header-type.patch
	patches.kernel.org/6.0.9-086-net-mlx5-Bridge-verify-LAG-state-when-adding-bo.patch
	patches.kernel.org/6.0.9-087-net-mlx5-Allow-async-trigger-completion-executi.patch
	patches.kernel.org/6.0.9-088-net-mlx5-E-switch-Set-to-legacy-mode-if-failed-.patch
	patches.kernel.org/6.0.9-089-net-mlx5-fw_reset-Don-t-try-to-load-device-in-c.patch
	patches.kernel.org/6.0.9-090-net-mlx5e-Add-missing-sanity-checks-for-max-TX-.patch
	patches.kernel.org/6.0.9-091-net-mlx5e-Fix-tc-acts-array-not-to-be-dependent.patch
	patches.kernel.org/6.0.9-092-net-mlx5e-TC-Fix-wrong-rejection-of-packet-per-.patch
	patches.kernel.org/6.0.9-093-net-mlx5e-E-Switch-Fix-comparing-termination-ta.patch
	patches.kernel.org/6.0.9-094-ice-Fix-spurious-interrupt-during-removal-of-tr.patch
	patches.kernel.org/6.0.9-095-iavf-Fix-VF-driver-counting-VLAN-0-filters.patch
	patches.kernel.org/6.0.9-096-net-cpsw-disable-napi-in-cpsw_ndo_open.patch
	patches.kernel.org/6.0.9-097-net-cxgb3_main-disable-napi-when-bind-qsets-fai.patch
	patches.kernel.org/6.0.9-098-stmmac-intel-Update-PCH-PTP-clock-rate-from-200.patch
	patches.kernel.org/6.0.9-099-mctp-Fix-an-error-handling-path-in-mctp_init.patch
	patches.kernel.org/6.0.9-100-cxgb4vf-shut-down-the-adapter-when-t4vf_update_.patch
	patches.kernel.org/6.0.9-101-stmmac-dwmac-loongson-fix-missing-pci_disable_m.patch
	patches.kernel.org/6.0.9-102-stmmac-dwmac-loongson-fix-missing-pci_disable_d.patch
	patches.kernel.org/6.0.9-103-stmmac-dwmac-loongson-fix-missing-of_node_put-w.patch
	patches.kernel.org/6.0.9-104-net-phy-mscc-macsec-clear-encryption-keys-when-.patch
	patches.kernel.org/6.0.9-105-net-atlantic-macsec-clear-encryption-keys-from-.patch
	patches.kernel.org/6.0.9-106-ethernet-s2io-disable-napi-when-start-nic-faile.patch
	patches.kernel.org/6.0.9-107-net-mv643xx_eth-disable-napi-when-init-rxq-or-t.patch
	patches.kernel.org/6.0.9-108-ALSA-memalloc-Don-t-fall-back-for-SG-buffer-wit.patch
	patches.kernel.org/6.0.9-109-ethernet-tundra-free-irq-when-alloc-ring-failed.patch
	patches.kernel.org/6.0.9-110-net-macvlan-fix-memory-leaks-of-macvlan_common_.patch
	patches.kernel.org/6.0.9-111-riscv-process-fix-kernel-info-leakage.patch
	patches.kernel.org/6.0.9-112-riscv-vdso-fix-build-with-llvm.patch
	patches.kernel.org/6.0.9-113-riscv-fix-reserved-memory-setup.patch
	patches.kernel.org/6.0.9-114-eth-sp7021-drop-free_netdev-from-spl2sw_init_ne.patch
	patches.kernel.org/6.0.9-115-arm64-efi-Fix-handling-of-misaligned-runtime-re.patch
	patches.kernel.org/6.0.9-116-MIPS-jump_label-Fix-compat-branch-range-check.patch
	patches.kernel.org/6.0.9-117-drm-amdgpu-Fix-the-lpfn-checking-condition-in-d.patch
	patches.kernel.org/6.0.9-118-mmc-cqhci-Provide-helper-for-resetting-both-SDH.patch
	patches.kernel.org/6.0.9-119-mmc-sdhci-of-arasan-Fix-SDHCI_RESET_ALL-for-CQH.patch
	patches.kernel.org/6.0.9-120-mmc-sdhci-brcmstb-Fix-SDHCI_RESET_ALL-for-CQHCI.patch
	patches.kernel.org/6.0.9-121-mmc-sdhci_am654-Fix-SDHCI_RESET_ALL-for-CQHCI.patch
	patches.kernel.org/6.0.9-122-mmc-sdhci-tegra-Fix-SDHCI_RESET_ALL-for-CQHCI.patch
	patches.kernel.org/6.0.9-123-mmc-sdhci-esdhc-imx-use-the-correct-host-caps-f.patch
	patches.kernel.org/6.0.9-124-ALSA-hda-hdmi-enable-runtime-pm-for-more-AMD-di.patch
	patches.kernel.org/6.0.9-125-ALSA-hda-ca0132-add-quirk-for-EVGA-Z390-DARK.patch
	patches.kernel.org/6.0.9-126-ALSA-hda-fix-potential-memleak-in-add_widget_no.patch
	patches.kernel.org/6.0.9-127-ALSA-hda-realtek-Add-quirk-for-ASUS-Zenbook-usi.patch
	patches.kernel.org/6.0.9-128-ALSA-hda-realtek-Add-Positivo-C6300-model-quirk.patch
	patches.kernel.org/6.0.9-129-ALSA-usb-audio-Yet-more-regression-for-for-the-.patch
	patches.kernel.org/6.0.9-130-ALSA-usb-audio-Add-quirk-entry-for-M-Audio-Micr.patch
	patches.kernel.org/6.0.9-131-ALSA-usb-audio-Add-DSD-support-for-Accuphase-DA.patch
	patches.kernel.org/6.0.9-132-vmlinux.lds.h-Fix-placement-of-.data.decrypted-.patch
	patches.kernel.org/6.0.9-133-ata-libata-scsi-fix-SYNCHRONIZE-CACHE-16-comman.patch
	patches.kernel.org/6.0.9-134-nilfs2-fix-deadlock-in-nilfs_count_free_blocks.patch
	patches.kernel.org/6.0.9-135-nilfs2-fix-use-after-free-bug-of-ns_writer-on-r.patch
	patches.kernel.org/6.0.9-136-drm-i915-dmabuf-fix-sg_table-handling-in-map_dm.patch
	patches.kernel.org/6.0.9-137-drm-amd-display-Fix-reg-timeout-in-enc314_enabl.patch
	patches.kernel.org/6.0.9-138-drm-amd-pm-update-SMU-IP-v13.0.4-msg-interface-.patch
	patches.kernel.org/6.0.9-139-drm-amd-display-Update-SR-watermarks-for-DCN314.patch
	patches.kernel.org/6.0.9-140-drm-amdgpu-workaround-for-TLB-seq-race.patch
	patches.kernel.org/6.0.9-141-drm-amdgpu-disable-BACO-on-special-BEIGE_GOBY-c.patch
	patches.kernel.org/6.0.9-142-drm-amdkfd-Fix-error-handling-in-criu_checkpoin.patch
	patches.kernel.org/6.0.9-143-drm-amdkfd-Fix-error-handling-in-kfd_criu_resto.patch
	patches.kernel.org/6.0.9-144-platform-x86-hp_wmi-Fix-rfkill-causing-soft-blo.patch
	patches.kernel.org/6.0.9-145-wifi-ath11k-avoid-deadlock-during-regulatory-up.patch
	patches.kernel.org/6.0.9-146-btrfs-fix-match-incorrectly-in-dev_args_match_d.patch
	patches.kernel.org/6.0.9-147-btrfs-selftests-fix-wrong-error-check-in-btrfs_.patch
	patches.kernel.org/6.0.9-148-btrfs-zoned-clone-zoned-device-info-when-clonin.patch
	patches.kernel.org/6.0.9-149-btrfs-zoned-initialize-device-s-zone-info-for-s.patch
	patches.kernel.org/6.0.9-150-io_uring-check-for-rollover-of-buffer-ID-when-p.patch
	patches.kernel.org/6.0.9-151-phy-qcom-qmp-combo-fix-NULL-deref-on-runtime-re.patch
	patches.kernel.org/6.0.9-152-net-ethernet-ti-am65-cpsw-Fix-segmentation-faul.patch
	patches.kernel.org/6.0.9-153-mms-sdhci-esdhc-imx-Fix-SDHCI_RESET_ALL-for-CQH.patch
	patches.kernel.org/6.0.9-154-udf-Fix-a-slab-out-of-bounds-write-bug-in-udf_f.patch
	patches.kernel.org/6.0.9-155-spi-intel-Use-correct-mask-for-flash-and-protec.patch
	patches.kernel.org/6.0.9-156-arch-x86-mm-hugetlbpage.c-pud_huge-returns-0-wh.patch
	patches.kernel.org/6.0.9-157-mm-hugetlb_vmemmap-include-missing-linux-module.patch
	patches.kernel.org/6.0.9-158-dmaengine-idxd-Do-not-enable-user-type-Work-Que.patch
	patches.kernel.org/6.0.9-159-mm-damon-dbgfs-check-if-rm_contexts-input-is-fo.patch
	patches.kernel.org/6.0.9-160-mm-memremap.c-map-FS_DAX-device-memory-as-decry.patch
	patches.kernel.org/6.0.9-161-mm-shmem-use-page_mapping-to-detect-page-cache-.patch
	patches.kernel.org/6.0.9-162-can-j1939-j1939_send_one-fix-missing-CAN-header.patch
	patches.kernel.org/6.0.9-163-can-isotp-fix-tx-state-handling-for-echo-tx-pro.patch
	patches.kernel.org/6.0.9-164-can-rcar_canfd-Add-missing-ECC-error-checks-for.patch
	patches.kernel.org/6.0.9-165-KVM-x86-mmu-Block-all-page-faults-during-kvm_za.patch
	patches.kernel.org/6.0.9-166-KVM-x86-pmu-Do-not-speculatively-query-Intel-GP.patch
	patches.kernel.org/6.0.9-167-KVM-x86-use-a-separate-asm-offsets.c-file.patch
	patches.kernel.org/6.0.9-168-KVM-SVM-replace-regs-argument-of-__svm_vcpu_run.patch
	patches.kernel.org/6.0.9-169-KVM-SVM-adjust-register-allocation-for-__svm_vc.patch
	patches.kernel.org/6.0.9-170-KVM-SVM-Only-dump-VMSA-to-klog-at-KERN_DEBUG-le.patch
	patches.kernel.org/6.0.9-171-KVM-SVM-retrieve-VMCB-from-assembly.patch
	patches.kernel.org/6.0.9-172-KVM-SVM-move-guest-vmsave-vmload-back-to-assemb.patch
	patches.kernel.org/6.0.9-173-can-dev-fix-skb-drop-check.patch
	patches.kernel.org/6.0.9-174-dmaengine-at_hdmac-Fix-at_lli-struct-definition.patch
	patches.kernel.org/6.0.9-175-dmaengine-at_hdmac-Don-t-start-transactions-at-.patch
	patches.kernel.org/6.0.9-176-dmaengine-at_hdmac-Start-transfer-for-cyclic-ch.patch
	patches.kernel.org/6.0.9-177-dmaengine-at_hdmac-Fix-premature-completion-of-.patch
	patches.kernel.org/6.0.9-178-dmaengine-at_hdmac-Do-not-call-the-complete-cal.patch
	patches.kernel.org/6.0.9-179-dmaengine-at_hdmac-Protect-atchan-status-with-t.patch
	patches.kernel.org/6.0.9-180-dmaengine-at_hdmac-Fix-concurrency-problems-by-.patch
	patches.kernel.org/6.0.9-181-dmaengine-at_hdmac-Fix-concurrency-over-descrip.patch
	patches.kernel.org/6.0.9-182-dmaengine-at_hdmac-Free-the-memset-buf-without-.patch
	patches.kernel.org/6.0.9-183-dmaengine-at_hdmac-Fix-concurrency-over-the-act.patch
	patches.kernel.org/6.0.9-184-dmaengine-at_hdmac-Fix-descriptor-handling-when.patch
	patches.kernel.org/6.0.9-185-dmaengine-at_hdmac-Fix-completion-of-unissued-d.patch
	patches.kernel.org/6.0.9-186-dmaengine-at_hdmac-Don-t-allow-CPU-to-reorder-c.patch
	patches.kernel.org/6.0.9-187-dmaengine-at_hdmac-Fix-impossible-condition.patch
	patches.kernel.org/6.0.9-188-dmaengine-at_hdmac-Check-return-code-of-dma_asy.patch
	patches.kernel.org/6.0.9-189-drm-amdkfd-Migrate-in-CPU-page-fault-use-curren.patch
	patches.kernel.org/6.0.9-190-ALSA-memalloc-Try-dma_alloc_noncontiguous-at-fi.patch
	patches.kernel.org/6.0.9-191-x86-cpu-Restore-AMD-s-DE_CFG-MSR-after-resume.patch
	patches.kernel.org/6.0.9-192-Linux-6.0.9.patch
	patches.kernel.org/6.0.10-001-mtd-rawnand-qcom-handle-ret-from-parse-with-co.patch
	patches.kernel.org/6.0.10-002-drm-msm-gpu-Fix-crash-during-system-suspend-af.patch
	patches.kernel.org/6.0.10-003-spi-tegra210-quad-Fix-combined-sequence.patch
	patches.kernel.org/6.0.10-004-ASoC-wm5102-Revert-ASoC-wm5102-Fix-PM-disable-.patch
	patches.kernel.org/6.0.10-005-ASoC-wm5110-Revert-ASoC-wm5110-Fix-PM-disable-.patch
	patches.kernel.org/6.0.10-006-ASoC-wm8997-Revert-ASoC-wm8997-Fix-PM-disable-.patch
	patches.kernel.org/6.0.10-007-ASoC-mt6660-Keep-the-pm_runtime-enables-before.patch
	patches.kernel.org/6.0.10-008-ASoC-rt5682s-Fix-the-TDM-Tx-settings.patch
	patches.kernel.org/6.0.10-009-ASoC-rt1019-Fix-the-TDM-settings.patch
	patches.kernel.org/6.0.10-010-ASoC-wm8962-Add-an-event-handler-for-TEMP_HP-a.patch
	patches.kernel.org/6.0.10-011-spi-intel-Fix-the-offset-to-get-the-64K-erase-.patch
	patches.kernel.org/6.0.10-012-ASoC-codecs-jz4725b-add-missed-Line-In-power-c.patch
	patches.kernel.org/6.0.10-013-ASoC-codecs-jz4725b-fix-reported-volume-for-Ma.patch
	patches.kernel.org/6.0.10-014-ASoC-codecs-jz4725b-use-right-control-for-Capt.patch
	patches.kernel.org/6.0.10-015-ASoC-codecs-jz4725b-fix-capture-selector-namin.patch
	patches.kernel.org/6.0.10-016-ASoC-Intel-sof_sdw-add-quirk-variant-for-LAPBC.patch
	patches.kernel.org/6.0.10-017-selftests-futex-fix-build-for-clang.patch
	patches.kernel.org/6.0.10-018-selftests-intel_pstate-fix-build-for-ARCH-x86_.patch
	patches.kernel.org/6.0.10-019-selftests-kexec-fix-build-for-ARCH-x86_64.patch
	patches.kernel.org/6.0.10-020-ASoC-Intel-sof_rt5682-Add-quirk-for-Rex-board.patch
	patches.kernel.org/6.0.10-021-ASoC-rt1308-sdw-add-the-default-value-of-some-.patch
	patches.kernel.org/6.0.10-022-ASoC-amd-yc-Adding-Lenovo-ThinkBook-14-Gen-4-A.patch
	patches.kernel.org/6.0.10-023-ASoC-amd-yc-Add-Lenovo-Thinkbook-14-2022-21D0-.patch
	patches.kernel.org/6.0.10-024-drm-amdgpu-Adjust-MES-polling-timeout-for-srio.patch
	patches.kernel.org/6.0.10-025-platform-x86-thinkpad_acpi-Fix-reporting-a-non.patch
	patches.kernel.org/6.0.10-026-platform-x86-intel-pmc-core-Add-Raptor-Lake-su.patch
	patches.kernel.org/6.0.10-027-drm-amd-display-Remove-wrong-pipe-control-lock.patch
	patches.kernel.org/6.0.10-028-drm-amd-display-Don-t-return-false-if-no-strea.patch
	patches.kernel.org/6.0.10-029-drm-scheduler-fix-fence-ref-counting.patch
	patches.kernel.org/6.0.10-030-ACPI-scan-Add-LATT2021-to-acpi_ignore_dep_ids.patch
	patches.kernel.org/6.0.10-031-cxl-mbox-Add-a-check-on-input-payload-size.patch
	patches.kernel.org/6.0.10-032-RDMA-efa-Add-EFA-0xefa2-PCI-ID.patch
	patches.kernel.org/6.0.10-033-btrfs-raid56-properly-handle-the-error-when-un.patch
	patches.kernel.org/6.0.10-034-NFSv4-Retry-LOCK-on-OLD_STATEID-during-delegat.patch
	patches.kernel.org/6.0.10-035-SUNRPC-Fix-crasher-in-gss_unwrap_resp_integ.patch
	patches.kernel.org/6.0.10-036-ACPI-x86-Add-another-system-to-quirk-list-for-.patch
	patches.kernel.org/6.0.10-037-drm-rockchip-vop2-fix-null-pointer-in-plane_at.patch
	patches.kernel.org/6.0.10-038-drm-rockchip-vop2-disable-planes-when-disablin.patch
	patches.kernel.org/6.0.10-039-ksefltests-pidfd-Fix-wait_states-Test-terminat.patch
	patches.kernel.org/6.0.10-040-powerpc-64e-Fix-amdgpu-build-on-Book3E-w-o-Alt.patch
	patches.kernel.org/6.0.10-041-block-blk_add_rq_to_plug-clear-stale-last-afte.patch
	patches.kernel.org/6.0.10-042-firmware-arm_scmi-Cleanup-the-core-driver-remo.patch
	patches.kernel.org/6.0.10-043-firmware-arm_scmi-Make-tx_prepare-time-out-eve.patch
	patches.kernel.org/6.0.10-044-i2c-tegra-Allocate-DMA-memory-for-DMA-engine.patch
	patches.kernel.org/6.0.10-045-i2c-i801-add-lis3lv02d-s-I2C-address-for-Vostr.patch
	patches.kernel.org/6.0.10-046-drm-imx-imx-tve-Fix-return-type-of-imx_tve_con.patch
	patches.kernel.org/6.0.10-047-btrfs-remove-pointless-and-double-ulist-frees-.patch
	patches.kernel.org/6.0.10-048-drm-amd-display-Ignore-Cable-ID-Feature.patch
	patches.kernel.org/6.0.10-049-drm-amd-display-Enable-timing-sync-on-DCN32.patch
	patches.kernel.org/6.0.10-050-drm-amdgpu-set-fb_modifiers_not_supported-in-v.patch
	patches.kernel.org/6.0.10-051-drm-amd-Fail-the-suspend-if-resources-can-t-be.patch
	patches.kernel.org/6.0.10-052-drm-amd-display-Fix-DCN32-DSC-delay-calculatio.patch
	patches.kernel.org/6.0.10-053-drm-amd-display-Use-forced-DSC-bpp-in-DML.patch
	patches.kernel.org/6.0.10-054-drm-amd-display-Round-up-DST_after_scaler-to-n.patch
	patches.kernel.org/6.0.10-055-drm-amd-display-Investigate-tool-reported-FCLK.patch
	patches.kernel.org/6.0.10-056-Bluetooth-L2CAP-Fix-l2cap_global_chan_by_psm.patch
	patches.kernel.org/6.0.10-057-cxl-pmem-Use-size_add-against-integer-overflow.patch
	patches.kernel.org/6.0.10-058-x86-cpu-Add-several-Intel-server-CPU-model-num.patch
	patches.kernel.org/6.0.10-059-tools-testing-cxl-Fix-some-error-exits.patch
	patches.kernel.org/6.0.10-060-cifs-always-iterate-smb-sessions-using-primary.patch
	patches.kernel.org/6.0.10-061-ASoC-codecs-jz4725b-Fix-spelling-mistake-Sourc.patch
	patches.kernel.org/6.0.10-062-arm64-mm-fold-check-for-KFENCE-into-can_set_di.patch
	patches.kernel.org/6.0.10-063-arm64-fix-rodata-full-again.patch
	patches.kernel.org/6.0.10-064-hugetlb-rename-remove_huge_page-to-hugetlb_del.patch
	patches.kernel.org/6.0.10-065-hugetlbfs-don-t-delete-error-page-from-pagecac.patch
	patches.kernel.org/6.0.10-066-KVM-SVM-remove-dead-field-from-struct-svm_cpu_.patch
	patches.kernel.org/6.0.10-067-KVM-SVM-do-not-allocate-struct-svm_cpu_data-dy.patch
	patches.kernel.org/6.0.10-068-KVM-SVM-restore-host-save-area-from-assembly.patch
	patches.kernel.org/6.0.10-069-KVM-SVM-move-MSR_IA32_SPEC_CTRL-save-restore-t.patch
	patches.kernel.org/6.0.10-070-arm64-dts-qcom-ipq8074-correct-APCS-register-s.patch
	patches.kernel.org/6.0.10-071-arm64-dts-qcom-sa8155p-adp-Specify-which-LDO-m.patch
	patches.kernel.org/6.0.10-072-arm64-dts-qcom-sa8295p-adp-Specify-which-LDO-m.patch
	patches.kernel.org/6.0.10-073-arm64-dts-qcom-sc8280xp-crd-Specify-which-LDO-.patch
	patches.kernel.org/6.0.10-074-arm64-dts-qcom-sm8150-xperia-kumano-Specify-wh.patch
	patches.kernel.org/6.0.10-075-arm64-dts-qcom-sm8250-xperia-edo-Specify-which.patch
	patches.kernel.org/6.0.10-076-arm64-dts-qcom-sm8350-hdk-Specify-which-LDO-mo.patch
	patches.kernel.org/6.0.10-077-arm64-dts-qcom-sc8280xp-fix-ufs_card_phy-ref-c.patch
	patches.kernel.org/6.0.10-078-arm64-dts-qcom-sc8280xp-correct-ref-clock-for-.patch
	patches.kernel.org/6.0.10-079-arm64-dts-qcom-sc8280xp-fix-USB0-PHY-PCS_MISC-.patch
	patches.kernel.org/6.0.10-080-arm64-dts-qcom-sc8280xp-fix-USB1-PHY-RX1-regis.patch
	patches.kernel.org/6.0.10-081-arm64-dts-qcom-sc8280xp-fix-USB-PHY-PCS-regist.patch
	patches.kernel.org/6.0.10-082-arm64-dts-qcom-sc8280xp-drop-broken-DP-PHY-nod.patch
	patches.kernel.org/6.0.10-083-arm64-dts-qcom-sc8280xp-fix-UFS-PHY-serdes-siz.patch
	patches.kernel.org/6.0.10-084-arm64-dts-qcom-sc7280-Add-the-reset-reg-for-lp.patch
	patches.kernel.org/6.0.10-085-spi-stm32-Print-summary-callbacks-suppressed-m.patch
	patches.kernel.org/6.0.10-086-ARM-dts-at91-sama7g5-fix-signal-name-of-pin-PB.patch
	patches.kernel.org/6.0.10-087-ASoC-core-Fix-use-after-free-in-snd_soc_exit.patch
	patches.kernel.org/6.0.10-088-ASoC-fsl_asrc-fsl_esai-fsl_sai-allow-CONFIG_PM.patch
	patches.kernel.org/6.0.10-089-arm64-dts-qcom-sm8250-Disable-the-not-yet-supp.patch
	patches.kernel.org/6.0.10-090-ASoC-tas2770-Fix-set_tdm_slot-in-case-of-singl.patch
	patches.kernel.org/6.0.10-091-ASoC-tas2764-Fix-set_tdm_slot-in-case-of-singl.patch
	patches.kernel.org/6.0.10-092-ASoC-tas2780-Fix-set_tdm_slot-in-case-of-singl.patch
	patches.kernel.org/6.0.10-093-ARM-at91-pm-avoid-soft-resetting-AC-DLL.patch
	patches.kernel.org/6.0.10-094-serial-8250-omap-Fix-missing-PM-runtime-calls-.patch
	patches.kernel.org/6.0.10-095-serial-8250_omap-remove-wait-loop-from-Errata-.patch
	patches.kernel.org/6.0.10-096-serial-8250-omap-Fix-unpaired-pm_runtime_put_s.patch
	patches.kernel.org/6.0.10-097-serial-8250-omap-Flush-PM-QOS-work-on-remove.patch
	patches.kernel.org/6.0.10-098-tty-serial-fsl_lpuart-don-t-break-the-on-going.patch
	patches.kernel.org/6.0.10-099-serial-imx-Add-missing-.thaw_noirq-hook.patch
	patches.kernel.org/6.0.10-100-tty-n_gsm-fix-sleep-in-atomic-context-bug-in-g.patch
	patches.kernel.org/6.0.10-101-ASoC-rt5514-fix-legacy-dai-naming.patch
	patches.kernel.org/6.0.10-102-ASoC-rt5677-fix-legacy-dai-naming.patch
	patches.kernel.org/6.0.10-103-bpf-test_run-Fix-alignment-problem-in-bpf_prog.patch
	patches.kernel.org/6.0.10-104-bnxt_en-refactor-bnxt_cancel_reservations.patch
	patches.kernel.org/6.0.10-105-bnxt_en-fix-the-handling-of-PCIE-AER.patch
	patches.kernel.org/6.0.10-106-ASoC-soc-utils-Remove-__exit-for-snd_soc_util_.patch
	patches.kernel.org/6.0.10-107-pinctrl-rockchip-list-all-pins-in-a-possible-m.patch
	patches.kernel.org/6.0.10-108-mtd-onenand-omap2-add-dependency-on-GPMC.patch
	patches.kernel.org/6.0.10-109-scsi-scsi_transport_sas-Fix-error-handling-in-.patch
	patches.kernel.org/6.0.10-110-sctp-remove-the-unnecessary-sinfo_stream-check.patch
	patches.kernel.org/6.0.10-111-sctp-clear-out_curr-if-all-frag-chunks-of-curr.patch
	patches.kernel.org/6.0.10-112-erofs-clean-up-.read_folio-and-.readahead-in-f.patch
	patches.kernel.org/6.0.10-113-erofs-get-correct-count-for-unmapped-range-in-.patch
	patches.kernel.org/6.0.10-114-block-sed-opal-kmalloc-the-cmd-resp-buffers.patch
	patches.kernel.org/6.0.10-115-nfsd-put-the-export-reference-in-nfsd4_verify_.patch
	patches.kernel.org/6.0.10-116-bpf-Fix-memory-leaks-in-__check_func_call.patch
	patches.kernel.org/6.0.10-117-io_uring-calculate-CQEs-from-the-user-visible-.patch
	patches.kernel.org/6.0.10-118-pinctrl-mediatek-common-v2-Fix-bias-disable-fo.patch
	patches.kernel.org/6.0.10-119-arm64-Fix-bit-shifting-UB-in-the-MIDR_CPU_MODE.patch
	patches.kernel.org/6.0.10-120-nvmet-fix-a-memory-leak.patch
	patches.kernel.org/6.0.10-121-siox-fix-possible-memory-leak-in-siox_device_a.patch
	patches.kernel.org/6.0.10-122-parport_pc-Avoid-FIFO-port-location-truncation.patch
	patches.kernel.org/6.0.10-123-selftests-bpf-Fix-casting-error-when-cross-com.patch
	patches.kernel.org/6.0.10-124-selftests-bpf-Fix-test_progs-compilation-failu.patch
	patches.kernel.org/6.0.10-125-pinctrl-devicetree-fix-null-pointer-dereferenc.patch
	patches.kernel.org/6.0.10-126-drm-vc4-kms-Fix-IS_ERR-vs-NULL-check-for-vc4_k.patch
	patches.kernel.org/6.0.10-127-drm-panel-simple-set-bpc-field-for-logic-techn.patch
	patches.kernel.org/6.0.10-128-drm-drv-Fix-potential-memory-leak-in-drm_dev_i.patch
	patches.kernel.org/6.0.10-129-drm-Fix-potential-null-ptr-deref-in-drm_vblank.patch
	patches.kernel.org/6.0.10-130-arm64-dts-imx8mm-tqma8mqml-mba8mx-Fix-USB-DR.patch
	patches.kernel.org/6.0.10-131-ARM-dts-imx7-Fix-NAND-controller-size-cells.patch
	patches.kernel.org/6.0.10-132-arm64-dts-imx8mm-Fix-NAND-controller-size-cell.patch
	patches.kernel.org/6.0.10-133-erofs-put-metabuf-in-error-path-in-fscache-mod.patch
	patches.kernel.org/6.0.10-134-arm64-dts-imx8mn-Fix-NAND-controller-size-cell.patch
	patches.kernel.org/6.0.10-135-arm64-dts-imx93-pinfunc-drop-execution-permiss.patch
	patches.kernel.org/6.0.10-136-ata-libata-transport-fix-double-ata_host_put-i.patch
	patches.kernel.org/6.0.10-137-ata-libata-transport-fix-error-handling-in-ata.patch
	patches.kernel.org/6.0.10-138-ata-libata-transport-fix-error-handling-in-ata.patch
	patches.kernel.org/6.0.10-139-ata-libata-transport-fix-error-handling-in-ata.patch
	patches.kernel.org/6.0.10-140-nfp-change-eeprom-length-to-max-length-enumera.patch
	patches.kernel.org/6.0.10-141-MIPS-fix-duplicate-definitions-for-exported-sy.patch
	patches.kernel.org/6.0.10-142-MIPS-Loongson64-Add-WARN_ON-on-kexec-related-k.patch
	patches.kernel.org/6.0.10-143-io_uring-poll-fix-double-poll-req-flags-races.patch
	patches.kernel.org/6.0.10-144-cifs-Fix-connections-leak-when-tlink-setup-fai.patch
	patches.kernel.org/6.0.10-145-bpf-Initialize-same-number-of-free-nodes-for-e.patch
	patches.kernel.org/6.0.10-146-ata-libata-core-do-not-issue-non-internal-comm.patch
	patches.kernel.org/6.0.10-147-net-bgmac-Drop-free_netdev-from-bgmac_enet_rem.patch
	patches.kernel.org/6.0.10-148-mISDN-fix-possible-memory-leak-in-mISDN_dsp_el.patch
	patches.kernel.org/6.0.10-149-net-hinic-Fix-error-handling-in-hinic_module_i.patch
	patches.kernel.org/6.0.10-150-net-phy-dp83867-Fix-SGMII-FIFO-depth-for-non-O.patch
	patches.kernel.org/6.0.10-151-net-stmmac-ensure-tx-function-is-not-running-i.patch
	patches.kernel.org/6.0.10-152-mctp-i2c-don-t-count-unused-invalid-keys-for-f.patch
	patches.kernel.org/6.0.10-153-soc-imx8m-Enable-OCOTP-clock-before-reading-th.patch
	patches.kernel.org/6.0.10-154-net-liquidio-release-resources-when-liquidio-d.patch
	patches.kernel.org/6.0.10-155-mISDN-fix-misuse-of-put_device-in-mISDN_regist.patch
	patches.kernel.org/6.0.10-156-net-macvlan-Use-built-in-RCU-list-checking.patch
	patches.kernel.org/6.0.10-157-net-caif-fix-double-disconnect-client-in-chnl_.patch
	patches.kernel.org/6.0.10-158-bnxt_en-Remove-debugfs-when-pci_register_drive.patch
	patches.kernel.org/6.0.10-159-octeon_ep-delete-unnecessary-napi-rollback-und.patch
	patches.kernel.org/6.0.10-160-octeon_ep-ensure-octep_get_link_status-success.patch
	patches.kernel.org/6.0.10-161-octeon_ep-fix-potential-memory-leak-in-octep_d.patch
	patches.kernel.org/6.0.10-162-octeon_ep-ensure-get-mac-address-successfully-.patch
	patches.kernel.org/6.0.10-163-drm-lima-Fix-opp-clkname-setting-in-case-of-mi.patch
	patches.kernel.org/6.0.10-164-net-mhi-Fix-memory-leak-in-mhi_net_dellink.patch
	patches.kernel.org/6.0.10-165-net-dsa-make-dsa_master_ioctl-see-through-port.patch
	patches.kernel.org/6.0.10-166-xen-pcpu-fix-possible-memory-leak-in-register_.patch
	patches.kernel.org/6.0.10-167-erofs-fix-missing-xas_retry-in-fscache-mode.patch
	patches.kernel.org/6.0.10-168-mlxsw-Avoid-warnings-when-not-offloaded-FDB-en.patch
	patches.kernel.org/6.0.10-169-net-ionic-Fix-error-handling-in-ionic_init_mod.patch
	patches.kernel.org/6.0.10-170-kcm-close-race-conditions-on-sk_receive_queue.patch
	patches.kernel.org/6.0.10-171-net-ena-Fix-error-handling-in-ena_init.patch
	patches.kernel.org/6.0.10-172-net-hns3-fix-incorrect-hw-rss-hash-type-of-rx-.patch
	patches.kernel.org/6.0.10-173-net-hns3-fix-return-value-check-bug-of-rx-copy.patch
	patches.kernel.org/6.0.10-174-net-hns3-fix-setting-incorrect-phy-link-ksetti.patch
	patches.kernel.org/6.0.10-175-bridge-switchdev-Fix-memory-leaks-when-changin.patch
	patches.kernel.org/6.0.10-176-drbd-use-after-free-in-drbd_create_device.patch
	patches.kernel.org/6.0.10-177-platform-x86-intel-pmc-Don-t-unconditionally-a.patch
	patches.kernel.org/6.0.10-178-platform-surface-aggregator-Do-not-check-for-r.patch
	patches.kernel.org/6.0.10-179-netfs-Fix-missing-xas_retry-calls-in-xarray-it.patch
	patches.kernel.org/6.0.10-180-netfs-Fix-dodgy-maths.patch
	patches.kernel.org/6.0.10-181-cifs-add-check-for-returning-value-of-SMB2_clo.patch
	patches.kernel.org/6.0.10-182-net-ag71xx-call-phylink_disconnect_phy-if-ag71.patch
	patches.kernel.org/6.0.10-183-net-x25-Fix-skb-leak-in-x25_lapb_receive_frame.patch
	patches.kernel.org/6.0.10-184-net-dsa-don-t-leak-tagger-owned-storage-on-swi.patch
	patches.kernel.org/6.0.10-185-nvmet-fix-a-memory-leak-in-nvmet_auth_set_key.patch
	patches.kernel.org/6.0.10-186-cifs-Fix-wrong-return-value-checking-when-GETF.patch
	patches.kernel.org/6.0.10-187-net-lan966x-Fix-potential-null-ptr-deref-in-la.patch
	patches.kernel.org/6.0.10-188-net-microchip-sparx5-Fix-potential-null-ptr-de.patch
	patches.kernel.org/6.0.10-189-net-thunderbolt-Fix-error-handling-in-tbnet_in.patch
	patches.kernel.org/6.0.10-190-s390-avoid-using-global-register-for-current_s.patch
	patches.kernel.org/6.0.10-191-cifs-add-check-for-returning-value-of-SMB2_set.patch
	patches.kernel.org/6.0.10-192-netdevsim-Fix-memory-leak-of-nsim_dev-fa_cooki.patch
	patches.kernel.org/6.0.10-193-block-make-dma_alignment-a-stacking-queue_limi.patch
	patches.kernel.org/6.0.10-194-dm-crypt-provide-dma_alignment-limit-in-io_hin.patch
	patches.kernel.org/6.0.10-195-ftrace-Fix-the-possible-incorrect-kernel-messa.patch
	patches.kernel.org/6.0.10-196-ftrace-Optimize-the-allocation-for-mcount-entr.patch
	patches.kernel.org/6.0.10-197-ftrace-Fix-null-pointer-dereference-in-ftrace_.patch
	patches.kernel.org/6.0.10-198-ring_buffer-Do-not-deactivate-non-existant-pag.patch
	patches.kernel.org/6.0.10-199-tracing-Fix-memory-leak-in-tracing_read_pipe.patch
	patches.kernel.org/6.0.10-200-tracing-ring-buffer-Have-polling-block-on-wate.patch
	patches.kernel.org/6.0.10-201-tracing-Fix-memory-leak-in-test_gen_synth_cmd-.patch
	patches.kernel.org/6.0.10-202-tracing-Fix-wild-memory-access-in-register_syn.patch
	patches.kernel.org/6.0.10-203-tracing-Fix-race-where-eprobes-can-be-called-b.patch
	patches.kernel.org/6.0.10-204-tracing-kprobe-Fix-potential-null-ptr-deref-on.patch
	patches.kernel.org/6.0.10-205-tracing-kprobe-Fix-potential-null-ptr-deref-on.patch
	patches.kernel.org/6.0.10-206-rethook-fix-a-potential-memleak-in-rethook_all.patch
	patches.kernel.org/6.0.10-207-platform-x86-amd-pmc-Remove-more-CONFIG_DEBUG_.patch
	patches.kernel.org/6.0.10-208-platform-x86-amd-pmc-Add-new-ACPI-ID-AMDI0009.patch
	patches.kernel.org/6.0.10-209-drm-amd-pm-enable-runpm-support-over-BACO-for-.patch
	patches.kernel.org/6.0.10-210-drm-amd-pm-enable-runpm-support-over-BACO-for-.patch
	patches.kernel.org/6.0.10-211-drm-amd-pm-fix-SMU13-runpm-hang-due-to-uninten.patch
	patches.kernel.org/6.0.10-212-drm-display-Don-t-assume-dual-mode-adaptors-su.patch
	patches.kernel.org/6.0.10-213-drm-amd-display-Fix-invalid-DPIA-AUX-reply-cau.patch
	patches.kernel.org/6.0.10-214-drm-amd-display-Add-HUBP-surface-flip-interrup.patch
	patches.kernel.org/6.0.10-215-drm-amd-display-Fix-access-timeout-to-DPIA-AUX.patch
	patches.kernel.org/6.0.10-216-drm-amd-display-Support-parsing-VRAM-info-v3.0.patch
	patches.kernel.org/6.0.10-217-drm-amd-display-Fix-optc2_configure-warning-on.patch
	patches.kernel.org/6.0.10-218-drm-amd-display-don-t-enable-DRM-CRTC-degamma-.patch
	patches.kernel.org/6.0.10-219-drm-amd-display-Fix-prefetch-calculations-for-.patch
	patches.kernel.org/6.0.10-220-ALSA-usb-audio-Drop-snd_BUG_ON-from-snd_usbmid.patch
	patches.kernel.org/6.0.10-221-ALSA-hda-realtek-fix-speakers-for-Samsung-Gala.patch
	patches.kernel.org/6.0.10-222-ALSA-hda-realtek-Fix-the-speaker-output-on-Sam.patch
	patches.kernel.org/6.0.10-223-Revert-usb-dwc3-disable-USB-core-PHY-managemen.patch
	patches.kernel.org/6.0.10-224-usb-dwc3-Do-not-get-extcon-device-when-usb-rol.patch
	patches.kernel.org/6.0.10-225-io_uring-update-res-mask-in-io_poll_check_even.patch
	patches.kernel.org/6.0.10-226-nvme-pci-add-NVME_QUIRK_BOGUS_NID-for-Micron-N.patch
	patches.kernel.org/6.0.10-227-nvme-pci-add-NVME_QUIRK_BOGUS_NID-for-Netac-NV.patch
	patches.kernel.org/6.0.10-228-slimbus-qcom-ngd-Fix-build-error-when-CONFIG_S.patch
	patches.kernel.org/6.0.10-229-slimbus-stream-correct-presence-rate-frequenci.patch
	patches.kernel.org/6.0.10-230-speakup-fix-a-segfault-caused-by-switching-con.patch
	patches.kernel.org/6.0.10-231-speakup-replace-utils-u_char-with-unsigned-cha.patch
	patches.kernel.org/6.0.10-232-USB-bcma-Make-GPIO-explicitly-optional.patch
	patches.kernel.org/6.0.10-233-USB-serial-option-add-Sierra-Wireless-EM9191.patch
	patches.kernel.org/6.0.10-234-USB-serial-option-remove-old-LARA-R6-PID.patch
	patches.kernel.org/6.0.10-235-USB-serial-option-add-u-blox-LARA-R6-00B-modem.patch
	patches.kernel.org/6.0.10-236-USB-serial-option-add-u-blox-LARA-L6-modem.patch
	patches.kernel.org/6.0.10-237-USB-serial-option-add-Fibocom-FM160-0x0111-com.patch
	patches.kernel.org/6.0.10-238-usb-add-NO_LPM-quirk-for-Realforce-87U-Keyboar.patch
	patches.kernel.org/6.0.10-239-usb-chipidea-fix-deadlock-in-ci_otg_del_timer.patch
	patches.kernel.org/6.0.10-240-usb-cdns3-host-fix-endless-superspeed-hub-port.patch
	patches.kernel.org/6.0.10-241-usb-typec-mux-Enter-safe-mode-only-when-pins-n.patch
	patches.kernel.org/6.0.10-242-usb-typec-tipd-Prevent-uninitialized-event-1-2.patch
	patches.kernel.org/6.0.10-243-iio-accel-bma400-Ensure-VDDIO-is-enable-defore.patch
	patches.kernel.org/6.0.10-244-iio-adc-at91_adc-fix-possible-memory-leak-in-a.patch
	patches.kernel.org/6.0.10-245-iio-trigger-sysfs-fix-possible-memory-leak-in-.patch
	patches.kernel.org/6.0.10-246-iio-adc-mp2629-fix-wrong-comparison-of-channel.patch
	patches.kernel.org/6.0.10-247-iio-adc-mp2629-fix-potential-array-out-of-boun.patch
	patches.kernel.org/6.0.10-248-iio-pressure-ms5611-fixed-value-compensation-b.patch
	patches.kernel.org/6.0.10-249-iio-pressure-ms5611-changed-hardcoded-SPI-spee.patch
	patches.kernel.org/6.0.10-250-dm-bufio-Fix-missing-decrement-of-no_sleep_ena.patch
	patches.kernel.org/6.0.10-251-dm-ioctl-fix-misbehavior-if-list_versions-race.patch
	patches.kernel.org/6.0.10-252-serial-8250-Fall-back-to-non-DMA-Rx-if-IIR_RDI.patch
	patches.kernel.org/6.0.10-253-serial-8250-Flush-DMA-Rx-on-RLSI.patch
	patches.kernel.org/6.0.10-254-serial-8250_lpss-Configure-DMA-also-w-o-DMA-fi.patch
	patches.kernel.org/6.0.10-255-serial-8250_lpss-Use-16B-DMA-burst-with-Elkhar.patch
	patches.kernel.org/6.0.10-256-io_uring-fix-tw-losing-poll-events.patch
	patches.kernel.org/6.0.10-257-io_uring-fix-multishot-accept-request-leaks.patch
	patches.kernel.org/6.0.10-258-io_uring-fix-multishot-recv-request-leaks.patch
	patches.kernel.org/6.0.10-259-io_uring-disallow-self-propelled-ring-polling.patch
	patches.kernel.org/6.0.10-260-ceph-avoid-putting-the-realm-twice-when-decodi.patch
	patches.kernel.org/6.0.10-261-Input-iforce-invert-valid-length-check-when-fe.patch
	patches.kernel.org/6.0.10-262-maccess-Fix-writing-offset-in-case-of-fault-in.patch
	patches.kernel.org/6.0.10-263-net-phy-marvell-add-sleep-time-after-enabling-.patch
	patches.kernel.org/6.0.10-264-scsi-zfcp-Fix-double-free-of-FSF-request-when-.patch
	patches.kernel.org/6.0.10-265-iommu-vt-d-Preset-Access-bit-for-IOVA-in-FL-no.patch
	patches.kernel.org/6.0.10-266-iommu-vt-d-Set-SRE-bit-only-when-hardware-has-.patch
	patches.kernel.org/6.0.10-267-firmware-coreboot-Register-bus-in-module-init.patch
	patches.kernel.org/6.0.10-268-mmc-core-properly-select-voltage-range-without.patch
	patches.kernel.org/6.0.10-269-mmc-sdhci-pci-o2micro-fix-card-detect-fail-iss.patch
	patches.kernel.org/6.0.10-270-mmc-sdhci-pci-Fix-possible-memory-leak-caused-.patch
	patches.kernel.org/6.0.10-271-docs-update-mediator-contact-information-in-Co.patch
	patches.kernel.org/6.0.10-272-docs-driver-api-miscellaneous-Remove-kernel-do.patch
	patches.kernel.org/6.0.10-273-s390-dcssblk-fix-deadlock-when-adding-a-DCSS.patch
	patches.kernel.org/6.0.10-274-misc-vmw_vmci-fix-an-infoleak-in-vmci_host_do_.patch
	patches.kernel.org/6.0.10-275-blk-cgroup-properly-pin-the-parent-in-blkcg_cs.patch
	patches.kernel.org/6.0.10-276-x86-sgx-Add-overflow-check-in-sgx_validate_off.patch
	patches.kernel.org/6.0.10-277-x86-fpu-Drop-fpregs-lock-before-inheriting-FPU.patch
	patches.kernel.org/6.0.10-278-perf-x86-amd-uncore-Fix-memory-leak-for-events.patch
	patches.kernel.org/6.0.10-279-perf-x86-intel-pt-Fix-sampling-using-single-ra.patch
	patches.kernel.org/6.0.10-280-nvme-restrict-management-ioctls-to-admin.patch
	patches.kernel.org/6.0.10-281-nvme-ensure-subsystem-reset-is-single-threaded.patch
	patches.kernel.org/6.0.10-282-ASoC-SOF-topology-No-need-to-assign-core-ID-if.patch
	patches.kernel.org/6.0.10-283-perf-Improve-missing-SIGTRAP-checking.patch
	patches.kernel.org/6.0.10-284-vfio-Rename-vfio_ioctl_check_extension.patch
	patches.kernel.org/6.0.10-285-vfio-Split-the-register_device-ops-call-into-f.patch
	patches.kernel.org/6.0.10-286-perf-x86-amd-Fix-crash-due-to-race-between-amd.patch
	patches.kernel.org/6.0.10-287-ring-buffer-Include-dropped-pages-in-counting-.patch
	patches.kernel.org/6.0.10-288-tracing-Fix-warning-on-variable-struct-trace_a.patch
	patches.kernel.org/6.0.10-289-net-usb-smsc95xx-fix-external-PHY-reset.patch
	patches.kernel.org/6.0.10-290-net-use-struct_group-to-copy-ip-ipv6-header-ad.patch
	patches.kernel.org/6.0.10-291-scsi-target-tcm_loop-Fix-possible-name-leak-in.patch
	patches.kernel.org/6.0.10-292-scsi-scsi_debug-Fix-possible-UAF-in-sdebug_add.patch
	patches.kernel.org/6.0.10-293-kprobes-Skip-clearing-aggrprobe-s-post_handler.patch
	patches.kernel.org/6.0.10-294-tracing-Fix-potential-null-pointer-access-of-e.patch
	patches.kernel.org/6.0.10-295-arm64-mm-fix-incorrect-file_map_count-for-non-.patch
	patches.kernel.org/6.0.10-296-Input-i8042-fix-leaking-of-platform-device-on-.patch
	patches.kernel.org/6.0.10-297-macvlan-enforce-a-consistent-minimal-mtu.patch
	patches.kernel.org/6.0.10-298-tcp-cdg-allow-tcp_cdg_release-to-be-called-mul.patch
	patches.kernel.org/6.0.10-299-kcm-avoid-potential-race-in-kcm_tx_work.patch
	patches.kernel.org/6.0.10-300-KVM-x86-xen-Fix-eventfd-error-handling-in-kvm_.patch
	patches.kernel.org/6.0.10-301-9p-trans_fd-p9_conn_cancel-drop-client-lock-ea.patch
	patches.kernel.org/6.0.10-302-gfs2-Check-sb_bsize_shift-after-reading-superb.patch
	patches.kernel.org/6.0.10-303-gfs2-Switch-from-strlcpy-to-strscpy.patch
	patches.kernel.org/6.0.10-304-9p-trans_fd-always-use-O_NONBLOCK-read-write.patch
	patches.kernel.org/6.0.10-305-netlink-Bounds-check-struct-nlmsgerr-creation.patch
	patches.kernel.org/6.0.10-306-wifi-wext-use-flex-array-destination-for-memcp.patch
	patches.kernel.org/6.0.10-307-rseq-Use-pr_warn_once-when-deprecated-unknown-.patch
	patches.kernel.org/6.0.10-308-mm-fs-initialize-fsdata-passed-to-write_begin-.patch
	patches.kernel.org/6.0.10-309-net-9p-use-a-dedicated-spinlock-for-trans_fd.patch
	patches.kernel.org/6.0.10-310-bpf-Prevent-bpf-program-recursion-for-raw-trac.patch
	patches.kernel.org/6.0.10-311-ntfs-fix-use-after-free-in-ntfs_attr_find.patch
	patches.kernel.org/6.0.10-312-ntfs-fix-out-of-bounds-read-in-ntfs_attr_find.patch
	patches.kernel.org/6.0.10-313-ntfs-check-overflow-when-iterating-ATTR_RECORD.patch
	patches.kernel.org/6.0.10-314-Linux-6.0.10.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/Revert-kconfig-only-write-CONFIG_FOO-is-not-set-for-.patch
	patches.rpmify/BTF-Don-t-break-ABI-when-debuginfo-is-disabled.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.
	#
	# The sorted section should be small or empty on the
	# stable or master branches.
	########################################################

	########################################################
	# sorted patches
	########################################################
	patches.suse/ACPI-resource-Skip-IRQ-override-on-Asus-Vivobook-K34.patch
	patches.suse/ACPI-resource-Add-ASUS-model-S5402ZA-to-quirks.patch
	patches.suse/ALSA-hda-realtek-More-robust-component-matching-for-.patch
	patches.suse/watchdog-wdat_wdt-fix-min-max-timer-value.patch
	patches.suse/ACPI-resource-do-IRQ-override-on-LENOVO-IdeaPad.patch
	patches.suse/soundwire-intel-Initialize-clock-stop-timeout.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/misc-sgi-gru-fix-use-after-free-error-in-gru_set_con.patch
	patches.suse/char-pcmcia-cm4000_cs-Fix-use-after-free-in-cm4000_f.patch
	patches.suse/char-pcmcia-cm4040_cs-Fix-use-after-free-in-reader_f.patch
	patches.suse/char-pcmcia-scr24x_cs-Fix-use-after-free-in-scr24x_f.patch
	patches.suse/ALSA-usb-audio-Remove-redundant-workaround-for-Rolan.patch

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

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

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

	########################################################
	# Performance-related tuning of defaults
	########################################################
	patches.suse/readahead-request-tunables.patch

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

	# x86

	# s390x

	# ppc64

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

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

	########################################################
	# Memory management
	########################################################

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

	# generic
	patches.suse/vfs-add-super_operations-get_inode_dev

	# btrfs
	patches.suse/btrfs-provide-super_operations-get_inode_dev
	patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch

	# ext[2-4]

	# XFS

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

	########################################################
	# Security
	########################################################

	# crypto

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

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

	########################################################
	# PM
	########################################################

	########################################################
	# DRM / Graphics
	########################################################
	patches.suse/drivers-firmware-skip-simpledrm-if-nvidia-drm.modese.patch
	patches.suse/Add-parameter-to-disable-simple-framebuffer-devices.patch

	########################################################
	# Storage
	########################################################
	patches.suse/scsi-retry-alua-transition-in-progress

	########################################################
	# Networking drivers (wired)
	########################################################

	########################################################
	# Wireless networking drivers
	########################################################
	patches.suse/b43-missing-firmware-info.patch
	patches.suse/iwlwifi-module-firmware-ucode-fix.patch

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

	########################################################
	# Input
	########################################################
	patches.suse/kbd-ignore-gfx.patch
	patches.suse/Input-elan_i2c-Add-deny-list-for-Lenovo-Yoga-Slim-7.patch
	patches.suse/Input-i8042-Apply-probe-defer-to-more-ASUS-ZenBook-m.patch

	########################################################
	# Other drivers
	########################################################
	patches.suse/media-dvb-core-Fix-UAF-due-to-refcount-races-at-rele.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.
	########################################################