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

	########################################################
	# 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/drm-amdgpu-Fix-VRAM-BO-swap-issue.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/ACPI-resource-do-IRQ-override-on-LENOVO-IdeaPad.patch
	patches.suse/ALSA-hda-realtek-Add-quirk-for-ASUS-Zenbook-using-CS.patch
	patches.suse/ALSA-hda-realtek-Add-another-HP-ZBook-G9-model-quirk.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
	patches.suse/drm-amdgpu-Fix-for-BO-move-issue.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-synaptics-retry-query-upon-error.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.
	########################################################