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.8.1-001-x86-mmio-Disable-KVM-mitigation-when-X86_FEATUR.patch
	patches.kernel.org/6.8.1-002-Documentation-hw-vuln-Add-documentation-for-RFD.patch
	patches.kernel.org/6.8.1-003-x86-rfds-Mitigate-Register-File-Data-Sampling-R.patch
	patches.kernel.org/6.8.1-004-KVM-x86-Export-RFDS_NO-and-RFDS_CLEAR-to-guests.patch
	patches.kernel.org/6.8.1-005-Linux-6.8.1.patch
	patches.kernel.org/6.8.2-001-do_sys_name_to_handle-use-kzalloc-to-fix-kernel.patch
	patches.kernel.org/6.8.2-002-workqueue.c-Increase-workqueue-name-length.patch
	patches.kernel.org/6.8.2-003-workqueue-Move-pwq-max_active-to-wq-max_active.patch
	patches.kernel.org/6.8.2-004-workqueue-Factor-out-pwq_is_empty.patch
	patches.kernel.org/6.8.2-005-workqueue-Replace-pwq_activate_inactive_work-wi.patch
	patches.kernel.org/6.8.2-006-workqueue-Move-nr_active-handling-into-helpers.patch
	patches.kernel.org/6.8.2-007-workqueue-Make-wq_adjust_max_active-round-robin.patch
	patches.kernel.org/6.8.2-008-workqueue-RCU-protect-wq-dfl_pwq-and-implement-.patch
	patches.kernel.org/6.8.2-009-workqueue-Introduce-struct-wq_node_nr_active.patch
	patches.kernel.org/6.8.2-010-workqueue-Implement-system-wide-nr_active-enfor.patch
	patches.kernel.org/6.8.2-011-workqueue-Don-t-call-cpumask_test_cpu-with-1-CP.patch
	patches.kernel.org/6.8.2-012-iomap-clear-the-per-folio-dirty-bits-on-all-wri.patch
	patches.kernel.org/6.8.2-013-fs-Fix-rw_hint-validation.patch
	patches.kernel.org/6.8.2-014-io_uring-remove-looping-around-handling-traditi.patch
	patches.kernel.org/6.8.2-015-io_uring-remove-unconditional-looping-in-local-.patch
	patches.kernel.org/6.8.2-016-s390-dasd-Use-dev_-for-device-log-messages.patch
	patches.kernel.org/6.8.2-017-s390-dasd-fix-double-module-refcount-decrement.patch
	patches.kernel.org/6.8.2-018-fs-hfsplus-use-better-opf-description.patch
	patches.kernel.org/6.8.2-019-md-fix-kmemleak-of-rdev-serial.patch
	patches.kernel.org/6.8.2-020-rcu-exp-Fix-RCU-expedited-parallel-grace-period.patch
	patches.kernel.org/6.8.2-021-rcu-exp-Handle-RCU-expedited-grace-period-kwork.patch
	patches.kernel.org/6.8.2-022-nbd-null-check-for-nla_nest_start.patch
	patches.kernel.org/6.8.2-023-fs-select-rework-stack-allocation-hack-for-clan.patch
	patches.kernel.org/6.8.2-024-block-fix-deadlock-between-bd_link_disk_holder-.patch
	patches.kernel.org/6.8.2-025-md-Don-t-clear-MD_CLOSING-when-the-raid-is-abou.patch
	patches.kernel.org/6.8.2-026-kunit-Setup-DMA-masks-on-the-kunit-device.patch
	patches.kernel.org/6.8.2-027-ovl-Always-reject-mounting-over-case-insensitiv.patch
	patches.kernel.org/6.8.2-028-kunit-test-Log-the-correct-filter-string-in-exe.patch
	patches.kernel.org/6.8.2-029-lib-cmdline-Fix-an-invalid-format-specifier-in-.patch
	patches.kernel.org/6.8.2-030-lib-memcpy_kunit-Fix-an-invalid-format-specifie.patch
	patches.kernel.org/6.8.2-031-time-test-Fix-incorrect-format-specifier.patch
	patches.kernel.org/6.8.2-032-rtc-test-Fix-invalid-format-specifier.patch
	patches.kernel.org/6.8.2-033-net-test-Fix-printf-format-specifier-in-skb_seg.patch
	patches.kernel.org/6.8.2-034-drm-xe-tests-Fix-printf-format-specifiers-in-xe.patch
	patches.kernel.org/6.8.2-035-drm-tests-Fix-invalid-printf-format-specifiers-.patch
	patches.kernel.org/6.8.2-036-md-raid1-factor-out-helpers-to-add-rdev-to-conf.patch
	patches.kernel.org/6.8.2-037-md-raid1-record-nonrot-rdevs-while-adding-remov.patch
	patches.kernel.org/6.8.2-038-md-raid1-fix-choose-next-idle-in-read_balance.patch
	patches.kernel.org/6.8.2-039-io_uring-net-unify-how-recvmsg-and-sendmsg-copy.patch
	patches.kernel.org/6.8.2-040-io_uring-net-move-receive-multishot-out-of-the-.patch
	patches.kernel.org/6.8.2-041-io_uring-net-fix-overflow-check-in-io_recvmsg_m.patch
	patches.kernel.org/6.8.2-042-nvme-host-fix-double-free-of-struct-nvme_id_ns-.patch
	patches.kernel.org/6.8.2-043-aoe-fix-the-potential-use-after-free-problem-in.patch
	patches.kernel.org/6.8.2-044-x86-mm-Ensure-input-to-pfn_to_kaddr-is-treated-.patch
	patches.kernel.org/6.8.2-045-x86-resctrl-Remove-hard-coded-memory-bandwidth-.patch
	patches.kernel.org/6.8.2-046-x86-resctrl-Read-supported-bandwidth-sources-fr.patch
	patches.kernel.org/6.8.2-047-x86-resctrl-Implement-new-mba_MBps-throttling-h.patch
	patches.kernel.org/6.8.2-048-x86-sme-Fix-memory-encryption-setting-if-enable.patch
	patches.kernel.org/6.8.2-049-timekeeping-Fix-cross-timestamp-interpolation-o.patch
	patches.kernel.org/6.8.2-050-timekeeping-Fix-cross-timestamp-interpolation-c.patch
	patches.kernel.org/6.8.2-051-timekeeping-Fix-cross-timestamp-interpolation-f.patch
	patches.kernel.org/6.8.2-052-x86-asm-Remove-the-__iomem-annotation-of-movdir.patch
	patches.kernel.org/6.8.2-053-sched-fair-Take-the-scheduling-domain-into-acco.patch
	patches.kernel.org/6.8.2-054-sched-fair-Take-the-scheduling-domain-into-acco.patch
	patches.kernel.org/6.8.2-055-wifi-ath10k-fix-NULL-pointer-dereference-in-ath.patch
	patches.kernel.org/6.8.2-056-wifi-b43-Stop-wake-correct-queue-in-DMA-Tx-path.patch
	patches.kernel.org/6.8.2-057-wifi-b43-Stop-wake-correct-queue-in-PIO-Tx-path.patch
	patches.kernel.org/6.8.2-058-wifi-b43-Stop-correct-queue-in-DMA-worker-when-.patch
	patches.kernel.org/6.8.2-059-wifi-b43-Disable-QoS-for-bcm4331.patch
	patches.kernel.org/6.8.2-060-wifi-wilc1000-fix-declarations-ordering.patch
	patches.kernel.org/6.8.2-061-wifi-wilc1000-fix-RCU-usage-in-connect-path.patch
	patches.kernel.org/6.8.2-062-wifi-ath11k-add-support-to-select-6-GHz-regulat.patch
	patches.kernel.org/6.8.2-063-wifi-ath11k-store-cur_regulatory_info-for-each-.patch
	patches.kernel.org/6.8.2-064-wifi-ath11k-fix-a-possible-dead-lock-caused-by-.patch
	patches.kernel.org/6.8.2-065-wifi-rtl8xxxu-add-cancel_work_sync-for-c2hcmd_w.patch
	patches.kernel.org/6.8.2-066-wifi-wilc1000-do-not-realloc-workqueue-everytim.patch
	patches.kernel.org/6.8.2-067-wifi-wilc1000-fix-multi-vif-management-when-del.patch
	patches.kernel.org/6.8.2-068-wifi-mwifiex-debugfs-Drop-unnecessary-error-che.patch
	patches.kernel.org/6.8.2-069-ARM-dts-renesas-r8a73a4-Fix-external-clocks-and.patch
	patches.kernel.org/6.8.2-070-arm64-dts-qcom-x1e80100-drop-qcom-drv-count.patch
	patches.kernel.org/6.8.2-071-arm64-dts-qcom-sc8180x-Hook-up-VDD_CX-as-GCC-pa.patch
	patches.kernel.org/6.8.2-072-arm64-dts-qcom-sc8180x-Fix-up-big-CPU-idle-stat.patch
	patches.kernel.org/6.8.2-073-arm64-dts-qcom-sc8180x-Add-missing-CPU-off-stat.patch
	patches.kernel.org/6.8.2-074-arm64-dts-qcom-sc8180x-Fix-eDP-PHY-power-domain.patch
	patches.kernel.org/6.8.2-075-arm64-dts-qcom-sc8180x-Don-t-hold-MDP-core-cloc.patch
	patches.kernel.org/6.8.2-076-arm64-dts-qcom-sc8180x-Require-LOW_SVS-vote-for.patch
	patches.kernel.org/6.8.2-077-arm64-dts-qcom-sc8180x-Add-missing-CPU-MDP_CFG-.patch
	patches.kernel.org/6.8.2-078-arm64-dts-qcom-sc8180x-Shrink-aoss_qmp-register.patch
	patches.kernel.org/6.8.2-079-cpufreq-brcmstb-avs-cpufreq-add-check-for-cpufr.patch
	patches.kernel.org/6.8.2-080-cpufreq-mediatek-hw-Wait-for-CPU-supplies-befor.patch
	patches.kernel.org/6.8.2-081-sock_diag-annotate-data-races-around-sock_diag_.patch
	patches.kernel.org/6.8.2-082-inet_diag-annotate-data-races-around-inet_diag_.patch
	patches.kernel.org/6.8.2-083-bpftool-Silence-build-warning-about-calloc.patch
	patches.kernel.org/6.8.2-084-selftests-bpf-Fix-potential-premature-unload-in.patch
	patches.kernel.org/6.8.2-085-libbpf-Apply-map_set_def_max_entries-for-inner_.patch
	patches.kernel.org/6.8.2-086-selftest-bpf-Add-map_in_maps-with-BPF_MAP_TYPE_.patch
	patches.kernel.org/6.8.2-087-bpftool-Fix-wrong-free-call-in-do_show_link.patch
	patches.kernel.org/6.8.2-088-wifi-ath12k-Fix-issues-in-channel-list-update.patch
	patches.kernel.org/6.8.2-089-selftests-bpf-Fix-the-flaky-tc_redirect_dtime-t.patch
	patches.kernel.org/6.8.2-090-selftests-bpf-Wait-for-the-netstamp_needed_key-.patch
	patches.kernel.org/6.8.2-091-wifi-cfg80211-add-RNR-with-reporting-AP-informa.patch
	patches.kernel.org/6.8.2-092-wifi-mac80211-use-deflink-and-fix-typo-in-link-.patch
	patches.kernel.org/6.8.2-093-wifi-iwlwifi-change-link-id-in-time-event-to-s8.patch
	patches.kernel.org/6.8.2-094-af_unix-Annotate-data-race-of-gc_in_progress-in.patch
	patches.kernel.org/6.8.2-095-arm64-dts-qcom-sm8450-Add-missing-interconnects.patch
	patches.kernel.org/6.8.2-096-soc-qcom-socinfo-rename-PM2250-to-PM4125.patch
	patches.kernel.org/6.8.2-097-arm64-dts-qcom-sc7280-Add-static-properties-to-.patch
	patches.kernel.org/6.8.2-098-arm64-dts-qcom-qcm6490-fairphone-fp5-Add-missin.patch
	patches.kernel.org/6.8.2-099-arm64-dts-qcom-sdm845-oneplus-common-improve-DA.patch
	patches.kernel.org/6.8.2-100-arm64-dts-qcom-rename-PM2250-to-PM4125.patch
	patches.kernel.org/6.8.2-101-cpufreq-mediatek-hw-Don-t-error-out-if-supply-i.patch
	patches.kernel.org/6.8.2-102-libbpf-Fix-faccessat-usage-on-Android.patch
	patches.kernel.org/6.8.2-103-libbpf-fix-__arg_ctx-type-enforcement-for-perf_.patch
	patches.kernel.org/6.8.2-104-pmdomain-qcom-rpmhpd-Drop-SA8540P-gfx.lvl.patch
	patches.kernel.org/6.8.2-105-arm64-dts-qcom-sa8540p-Drop-gfx.lvl-as-power-do.patch
	patches.kernel.org/6.8.2-106-arm64-dts-renesas-r8a779g0-Restore-sort-order.patch
	patches.kernel.org/6.8.2-107-arm64-dts-renesas-r8a779g0-Add-missing-SCIF_CLK.patch
	patches.kernel.org/6.8.2-108-selftests-bpf-Disable-IPv6-for-lwt_redirect-tes.patch
	patches.kernel.org/6.8.2-109-arm64-dts-imx8mm-kontron-Disable-pullups-for-I2.patch
	patches.kernel.org/6.8.2-110-arm64-dts-imx8mm-kontron-Disable-pullups-for-I2.patch
	patches.kernel.org/6.8.2-111-arm64-dts-imx8mm-kontron-Disable-pullups-for-on.patch
	patches.kernel.org/6.8.2-112-arm64-dts-imx8mm-kontron-Disable-pullups-for-on.patch
	patches.kernel.org/6.8.2-113-arm64-dts-imx8mm-kontron-Disable-pull-resistors.patch
	patches.kernel.org/6.8.2-114-arm64-dts-imx8mm-kontron-Disable-pull-resistors.patch
	patches.kernel.org/6.8.2-115-arm64-dts-imx8mm-kontron-Fix-interrupt-for-RTC-.patch
	patches.kernel.org/6.8.2-116-arm64-dts-imx8qm-Align-edma3-power-domains-reso.patch
	patches.kernel.org/6.8.2-117-arm64-dts-imx8qm-Correct-edma3-power-domains-an.patch
	patches.kernel.org/6.8.2-118-libbpf-Add-missing-LIBBPF_API-annotation-to-lib.patch
	patches.kernel.org/6.8.2-119-wifi-ath9k-delay-all-of-ath9k_wmi_event_tasklet.patch
	patches.kernel.org/6.8.2-120-wifi-ath11k-change-to-move-WMI_VDEV_PARAM_SET_H.patch
	patches.kernel.org/6.8.2-121-wifi-ath12k-fix-fetching-MCBC-flag-for-QCN9274.patch
	patches.kernel.org/6.8.2-122-wifi-iwlwifi-mvm-report-beacon-protection-failu.patch
	patches.kernel.org/6.8.2-123-wifi-iwlwifi-dbg-tlv-ensure-NUL-termination.patch
	patches.kernel.org/6.8.2-124-wifi-iwlwifi-acpi-fix-WPFC-reading.patch
	patches.kernel.org/6.8.2-125-wifi-iwlwifi-mvm-initialize-rates-in-FW-earlier.patch
	patches.kernel.org/6.8.2-126-wifi-iwlwifi-fix-EWRD-table-validity-check.patch
	patches.kernel.org/6.8.2-127-wifi-iwlwifi-mvm-d3-fix-IPN-byte-order.patch
	patches.kernel.org/6.8.2-128-wifi-iwlwifi-always-have-uats_enabled.patch
	patches.kernel.org/6.8.2-129-wifi-iwlwifi-mvm-fix-the-TLC-command-after-ADD_.patch
	patches.kernel.org/6.8.2-130-wifi-iwlwifi-read-BIOS-PNVM-only-for-non-Intel-.patch
	patches.kernel.org/6.8.2-131-gpio-vf610-allow-disabling-the-vf610-driver.patch
	patches.kernel.org/6.8.2-132-selftests-bpf-trace_helpers.c-do-not-use-poison.patch
	patches.kernel.org/6.8.2-133-bpf-make-sure-scalar-args-don-t-accept-__arg_no.patch
	patches.kernel.org/6.8.2-134-bpf-don-t-emit-warnings-intended-for-global-sub.patch
	patches.kernel.org/6.8.2-135-arm64-dts-imx8mm-venice-gw71xx-fix-USB-OTG-VBUS.patch
	patches.kernel.org/6.8.2-136-pwm-atmel-hlcdc-Fix-clock-imbalance-related-to-.patch
	patches.kernel.org/6.8.2-137-net-blackhole_dev-fix-build-warning-for-ethh-se.patch
	patches.kernel.org/6.8.2-138-spi-consolidate-setting-message-spi.patch
	patches.kernel.org/6.8.2-139-spi-move-split-xfers-for-CS_WORD-emulation.patch
	patches.kernel.org/6.8.2-140-arm64-dts-ti-k3-am62p5-sk-Enable-CPSW-MDIO-node.patch
	patches.kernel.org/6.8.2-141-arm64-dts-ti-k3-j721s2-Fix-power-domain-for-VTM.patch
	patches.kernel.org/6.8.2-142-arm64-dts-ti-k3-j784s4-Fix-power-domain-for-VTM.patch
	patches.kernel.org/6.8.2-143-wifi-ath11k-initialize-rx_mcs_80-and-rx_mcs_160.patch
	patches.kernel.org/6.8.2-144-wifi-libertas-fix-some-memleaks-in-lbs_allocate.patch
	patches.kernel.org/6.8.2-145-arm64-dts-ti-k3-am69-sk-remove-assigned-clock-p.patch
	patches.kernel.org/6.8.2-146-libbpf-fix-return-value-for-PERF_EVENT-__arg_ct.patch
	patches.kernel.org/6.8.2-147-arm64-dts-ti-k3-am62p-mcu-wakeup-Disable-MCU-an.patch
	patches.kernel.org/6.8.2-148-arm64-dts-qcom-x1e80100-qcp-Fix-supplies-for-LD.patch
	patches.kernel.org/6.8.2-149-libbpf-Use-OPTS_SET-macro-in-bpf_xdp_query.patch
	patches.kernel.org/6.8.2-150-wifi-wfx-fix-memory-leak-when-starting-AP.patch
	patches.kernel.org/6.8.2-151-arm64-dts-qcom-qcm2290-declare-VLS-CLAMP-regist.patch
	patches.kernel.org/6.8.2-152-arm64-dts-qcom-sm6115-declare-VLS-CLAMP-registe.patch
	patches.kernel.org/6.8.2-153-arm64-dts-qcom-sm8650-Fix-UFS-PHY-clocks.patch
	patches.kernel.org/6.8.2-154-wifi-ath12k-fix-incorrect-logic-of-calculating-.patch
	patches.kernel.org/6.8.2-155-printk-nbcon-Relocate-32bit-seq-macros.patch
	patches.kernel.org/6.8.2-156-printk-ringbuffer-Do-not-skip-non-finalized-rec.patch
	patches.kernel.org/6.8.2-157-printk-Wait-for-all-reserved-records-with-pr_fl.patch
	patches.kernel.org/6.8.2-158-printk-Add-this_cpu_in_panic.patch
	patches.kernel.org/6.8.2-159-printk-ringbuffer-Cleanup-reader-terminology.patch
	patches.kernel.org/6.8.2-160-printk-ringbuffer-Skip-non-finalized-records-in.patch
	patches.kernel.org/6.8.2-161-printk-Disable-passing-console-lock-owner-compl.patch
	patches.kernel.org/6.8.2-162-pwm-sti-Fix-capture-for-st-pwm-num-chan-st-capt.patch
	patches.kernel.org/6.8.2-163-tools-resolve_btfids-Refactor-set-sorting-with-.patch
	patches.kernel.org/6.8.2-164-tools-resolve_btfids-Fix-cross-compilation-to-n.patch
	patches.kernel.org/6.8.2-165-wifi-iwlwifi-support-EHT-for-WH.patch
	patches.kernel.org/6.8.2-166-wifi-iwlwifi-properly-check-if-link-is-active.patch
	patches.kernel.org/6.8.2-167-wifi-iwlwifi-mvm-fix-erroneous-queue-index-mask.patch
	patches.kernel.org/6.8.2-168-wifi-iwlwifi-mvm-don-t-set-the-MFP-flag-for-the.patch
	patches.kernel.org/6.8.2-169-wifi-iwlwifi-mvm-don-t-set-replay-counters-to-0.patch
	patches.kernel.org/6.8.2-170-s390-pai-fix-attr_event_free-upper-limit-for-pa.patch
	patches.kernel.org/6.8.2-171-s390-vdso-drop-fPIC-from-LDFLAGS.patch
	patches.kernel.org/6.8.2-172-arm64-dts-qcom-qcm6490-idp-Correct-the-voltage-.patch
	patches.kernel.org/6.8.2-173-arm64-dts-qcom-qcs6490-rb3gen2-Correct-the-volt.patch
	patches.kernel.org/6.8.2-174-selftests-forwarding-Add-missing-config-entries.patch
	patches.kernel.org/6.8.2-175-selftests-forwarding-Add-missing-multicast-rout.patch
	patches.kernel.org/6.8.2-176-arm64-dts-qcom-sm6115-drop-pipe-clock-selection.patch
	patches.kernel.org/6.8.2-177-ipv6-mcast-remove-one-synchronize_net-barrier-i.patch
	patches.kernel.org/6.8.2-178-arm64-dts-mt8183-Move-CrosEC-base-detection-nod.patch
	patches.kernel.org/6.8.2-179-arm64-dts-mediatek-mt7986-fix-reference-to-PWM-.patch
	patches.kernel.org/6.8.2-180-arm64-dts-mediatek-mt7986-drop-crypto-s-unneede.patch
	patches.kernel.org/6.8.2-181-arm64-dts-mediatek-mt7986-fix-SPI-bus-width-pro.patch
	patches.kernel.org/6.8.2-182-arm64-dts-mediatek-mt7986-fix-SPI-nodename.patch
	patches.kernel.org/6.8.2-183-arm64-dts-mediatek-mt7986-drop-clock-cells-from.patch
	patches.kernel.org/6.8.2-184-arm64-dts-mediatek-mt7986-add-reset-cells-to-in.patch
	patches.kernel.org/6.8.2-185-arm64-dts-mediatek-mt8192-asurada-Remove-CrosEC.patch
	patches.kernel.org/6.8.2-186-arm64-dts-mediatek-mt8192-fix-vencoder-clock-na.patch
	patches.kernel.org/6.8.2-187-arm64-dts-mediatek-mt8186-fix-VENC-power-domain.patch
	patches.kernel.org/6.8.2-188-arm64-dts-mediatek-mt7622-add-missing-device_ty.patch
	patches.kernel.org/6.8.2-189-can-m_can-Start-Cancel-polling-timer-together-w.patch
	patches.kernel.org/6.8.2-190-wifi-iwlwifi-mvm-Fix-the-listener-MAC-filter-fl.patch
	patches.kernel.org/6.8.2-191-bpf-Mark-bpf_spin_-lock-unlock-helpers-with-not.patch
	patches.kernel.org/6.8.2-192-arm64-dts-qcom-sdm845-Use-the-Low-Power-Island-.patch
	patches.kernel.org/6.8.2-193-soc-qcom-llcc-Check-return-value-on-Broadcast_O.patch
	patches.kernel.org/6.8.2-194-ARM-dts-qcom-msm8974-correct-qfprom-node-size.patch
	patches.kernel.org/6.8.2-195-arm64-dts-mediatek-mt8186-Add-missing-clocks-to.patch
	patches.kernel.org/6.8.2-196-arm64-dts-mediatek-mt8186-Add-missing-xhci-cloc.patch
	patches.kernel.org/6.8.2-197-arm64-dts-ti-am65x-Fix-dtbs_install-for-Rocktec.patch
	patches.kernel.org/6.8.2-198-cpufreq-qcom-hw-add-CONFIG_COMMON_CLK-dependenc.patch
	patches.kernel.org/6.8.2-199-wifi-wilc1000-prevent-use-after-free-on-vif-whe.patch
	patches.kernel.org/6.8.2-200-pwm-dwc-use-pm_sleep_ptr-macro.patch
	patches.kernel.org/6.8.2-201-arm64-dts-ti-k3-am69-sk-fix-PMIC-interrupt-numb.patch
	patches.kernel.org/6.8.2-202-arm64-dts-ti-k3-j721e-sk-fix-PMIC-interrupt-num.patch
	patches.kernel.org/6.8.2-203-arm64-dts-ti-k3-am62-main-disable-usb-lpm.patch
	patches.kernel.org/6.8.2-204-ACPI-processor_idle-Fix-memory-leak-in-acpi_pro.patch
	patches.kernel.org/6.8.2-205-bus-tegra-aconnect-Update-dependency-to-ARCH_TE.patch
	patches.kernel.org/6.8.2-206-iommu-amd-Mark-interrupt-as-managed.patch
	patches.kernel.org/6.8.2-207-wifi-brcmsmac-avoid-function-pointer-casts.patch
	patches.kernel.org/6.8.2-208-arm64-dts-qcom-sdm845-db845c-correct-PCIe-wake-.patch
	patches.kernel.org/6.8.2-209-arm64-dts-qcom-sm8150-correct-PCIe-wake-gpios.patch
	patches.kernel.org/6.8.2-210-powercap-dtpm_cpu-Fix-error-check-against-freq_.patch
	patches.kernel.org/6.8.2-211-net-ena-Remove-ena_select_queue.patch
	patches.kernel.org/6.8.2-212-arm64-dts-ti-k3-j7200-common-proc-board-Modify-.patch
	patches.kernel.org/6.8.2-213-arm64-dts-ti-k3-j7200-common-proc-board-Remove-.patch
	patches.kernel.org/6.8.2-214-arm64-dts-ti-k3-j721s2-common-proc-board-Remove.patch
	patches.kernel.org/6.8.2-215-arm64-dts-ti-k3-j784s4-evm-Remove-Pinmux-for-CT.patch
	patches.kernel.org/6.8.2-216-arm64-dts-ti-k3-am64-main-Fix-ITAP-OTAP-values-.patch
	patches.kernel.org/6.8.2-217-arm64-dts-mt8195-cherry-tomato-change-watchdog-.patch
	patches.kernel.org/6.8.2-218-arm64-dts-ti-Add-common1-register-space-for-AM6.patch
	patches.kernel.org/6.8.2-219-arm64-dts-ti-Add-common1-register-space-for-AM6.patch
	patches.kernel.org/6.8.2-220-firmware-arm_scmi-Fix-double-free-in-SMC-transp.patch
	patches.kernel.org/6.8.2-221-wifi-cfg80211-set-correct-param-change-count-in.patch
	patches.kernel.org/6.8.2-222-arm64-dts-ti-k3-j721e-Fix-mux-reg-masks-in-hbmc.patch
	patches.kernel.org/6.8.2-223-arm64-dts-ti-k3-j784s4-main-Fix-mux-reg-masks-i.patch
	patches.kernel.org/6.8.2-224-arm64-dts-ti-k3-am62p-Fix-memory-ranges-for-DMS.patch
	patches.kernel.org/6.8.2-225-wifi-wilc1000-revert-reset-line-logic-flip.patch
	patches.kernel.org/6.8.2-226-ARM-dts-arm-realview-Fix-development-chip-ROM-c.patch
	patches.kernel.org/6.8.2-227-memory-tegra-Correct-DLA-client-names.patch
	patches.kernel.org/6.8.2-228-wifi-mt76-mt7996-fix-fw-loading-timeout.patch
	patches.kernel.org/6.8.2-229-wifi-mt76-mt7925-fix-connect-to-80211b-mode-fai.patch
	patches.kernel.org/6.8.2-230-wifi-mt76-mt7925-fix-SAP-no-beacon-issue-in-5Gh.patch
	patches.kernel.org/6.8.2-231-wifi-mt76-mt7925-fix-mcu-query-command-fail.patch
	patches.kernel.org/6.8.2-232-wifi-mt76-mt7925-fix-wmm-queue-mapping.patch
	patches.kernel.org/6.8.2-233-wifi-mt76-mt7925-fix-fw-download-fail.patch
	patches.kernel.org/6.8.2-234-wifi-mt76-mt7925-fix-WoW-failed-in-encrypted-mo.patch
	patches.kernel.org/6.8.2-235-wifi-mt76-mt7925-fix-the-wrong-header-translati.patch
	patches.kernel.org/6.8.2-236-wifi-mt76-mt7925-add-flow-to-avoid-chip-bt-func.patch
	patches.kernel.org/6.8.2-237-wifi-mt76-mt7925-add-support-to-set-ifs-time-by.patch
	patches.kernel.org/6.8.2-238-wifi-mt76-mt7925-update-PCIe-DMA-settings.patch
	patches.kernel.org/6.8.2-239-wifi-mt76-mt7996-check-txs-format-before-gettin.patch
	patches.kernel.org/6.8.2-240-wifi-mt76-mt7996-fix-TWT-issues.patch
	patches.kernel.org/6.8.2-241-wifi-mt76-mt7996-fix-incorrect-interpretation-o.patch
	patches.kernel.org/6.8.2-242-wifi-mt76-mt7996-fix-HE-beamformer-phy-cap-for-.patch
	patches.kernel.org/6.8.2-243-wifi-mt76-mt7996-fix-efuse-reading-issue.patch
	patches.kernel.org/6.8.2-244-wifi-mt76-mt7996-fix-HIF_TXD_V2_1-value.patch
	patches.kernel.org/6.8.2-245-wifi-mt76-mt792x-fix-ethtool-warning.patch
	patches.kernel.org/6.8.2-246-wifi-mt76-mt7921e-fix-use-after-free-in-free_ir.patch
	patches.kernel.org/6.8.2-247-wifi-mt76-mt7925e-fix-use-after-free-in-free_ir.patch
	patches.kernel.org/6.8.2-248-wifi-mt76-mt7921-fix-incorrect-type-conversion-.patch
	patches.kernel.org/6.8.2-249-wifi-mt76-mt792x-fix-a-potential-loading-failur.patch
	patches.kernel.org/6.8.2-250-wifi-mt76-fix-the-issue-of-missing-txpwr-settin.patch
	patches.kernel.org/6.8.2-251-arm64-dts-renesas-rzg2l-Add-missing-interrupts-.patch
	patches.kernel.org/6.8.2-252-arm64-dts-renesas-r9a08g045-Add-missing-interru.patch
	patches.kernel.org/6.8.2-253-arm64-dts-renesas-rzg3s-smarc-som-Guard-Etherne.patch
	patches.kernel.org/6.8.2-254-arm64-dts-renesas-r8a779a0-Correct-avb-01-reg-s.patch
	patches.kernel.org/6.8.2-255-arm64-dts-renesas-r8a779g0-Correct-avb-01-reg-s.patch
	patches.kernel.org/6.8.2-256-net-mctp-copy-skb-ext-data-when-fragmenting.patch
	patches.kernel.org/6.8.2-257-pstore-inode-Only-d_invalidate-is-needed.patch
	patches.kernel.org/6.8.2-258-arm64-dts-allwinner-h6-Add-RX-DMA-channel-for-S.patch
	patches.kernel.org/6.8.2-259-ARM-dts-imx6dl-yapp4-Fix-typo-in-the-QCA-switch.patch
	patches.kernel.org/6.8.2-260-ARM-dts-imx6dl-yapp4-Move-the-internal-switch-P.patch
	patches.kernel.org/6.8.2-261-arm64-dts-imx8mp-Set-SPI-NOR-to-max-40-MHz-on-D.patch
	patches.kernel.org/6.8.2-262-arm64-dts-imx8mp-evk-Fix-hdmi-3d-node.patch
	patches.kernel.org/6.8.2-263-regulator-userspace-consumer-add-module-device-.patch
	patches.kernel.org/6.8.2-264-gpiolib-Pass-consumer-device-through-to-core-in.patch
	patches.kernel.org/6.8.2-265-arm64-dts-marvell-reorder-crypto-interrupts-on-.patch
	patches.kernel.org/6.8.2-266-ACPI-resource-Do-IRQ-override-on-Lunnen-Ground-.patch
	patches.kernel.org/6.8.2-267-ACPI-resource-Add-MAIBENBEN-X577-to-irq1_edge_l.patch
	patches.kernel.org/6.8.2-268-ACPI-scan-Fix-device-check-notification-handlin.patch
	patches.kernel.org/6.8.2-269-arm64-dts-rockchip-add-missing-interrupt-names-.patch
	patches.kernel.org/6.8.2-270-arm64-dts-rockchip-fix-reset-names-for-rk356x-i.patch
	patches.kernel.org/6.8.2-271-arm64-dts-rockchip-drop-rockchip-trcm-sync-tx-o.patch
	patches.kernel.org/6.8.2-272-objtool-Fix-UNWIND_HINT_-SAVE-RESTORE-across-ba.patch
	patches.kernel.org/6.8.2-273-x86-relocs-Ignore-relocations-in-.notes-section.patch
	patches.kernel.org/6.8.2-274-SUNRPC-fix-a-memleak-in-gss_import_v2_context.patch
	patches.kernel.org/6.8.2-275-SUNRPC-fix-some-memleaks-in-gssx_dec_option_arr.patch
	patches.kernel.org/6.8.2-276-arm64-dts-qcom-sm8550-Fix-SPMI-channels-size.patch
	patches.kernel.org/6.8.2-277-arm64-dts-qcom-sm8650-Fix-SPMI-channels-size.patch
	patches.kernel.org/6.8.2-278-mmc-wmt-sdmmc-remove-an-incorrect-release_mem_r.patch
	patches.kernel.org/6.8.2-279-ACPI-CPPC-enable-AMD-CPPC-V2-support-for-family.patch
	patches.kernel.org/6.8.2-280-btrfs-fix-race-when-detecting-delalloc-ranges-d.patch
	patches.kernel.org/6.8.2-281-wifi-rtw88-8821cu-Fix-firmware-upload-fail.patch
	patches.kernel.org/6.8.2-282-wifi-rtw88-8821c-Fix-beacon-loss-and-disconnect.patch
	patches.kernel.org/6.8.2-283-wifi-rtw88-8821c-Fix-false-alarm-count.patch
	patches.kernel.org/6.8.2-284-wifi-brcm80211-handle-pmk_op-allocation-failure.patch
	patches.kernel.org/6.8.2-285-riscv-dts-starfive-jh7100-fix-root-clock-names.patch
	patches.kernel.org/6.8.2-286-PCI-Make-pci_dev_is_disconnected-helper-public-.patch
	patches.kernel.org/6.8.2-287-iommu-vt-d-Don-t-issue-ATS-Invalidation-request.patch
	patches.kernel.org/6.8.2-288-iommu-vt-d-Use-rbtree-to-track-iommu-probed-dev.patch
	patches.kernel.org/6.8.2-289-iommu-vt-d-Improve-ITE-fault-handling-if-target.patch
	patches.kernel.org/6.8.2-290-iommu-vt-d-Use-device-rbtree-in-iopf-reporting-.patch
	patches.kernel.org/6.8.2-291-iommu-Add-static-iommu_ops-release_domain.patch
	patches.kernel.org/6.8.2-292-iommu-vt-d-Fix-NULL-domain-on-device-release.patch
	patches.kernel.org/6.8.2-293-igc-Fix-missing-time-sync-events.patch
	patches.kernel.org/6.8.2-294-igb-Fix-missing-time-sync-events.patch
	patches.kernel.org/6.8.2-295-ice-fix-stats-being-updated-by-way-too-large-va.patch
	patches.kernel.org/6.8.2-296-Bluetooth-Remove-HCI_POWER_OFF_TIMEOUT.patch
	patches.kernel.org/6.8.2-297-Bluetooth-mgmt-Remove-leftover-queuing-of-power.patch
	patches.kernel.org/6.8.2-298-Bluetooth-Remove-superfluous-call-to-hci_conn_c.patch
	patches.kernel.org/6.8.2-299-Bluetooth-Remove-BT_HS.patch
	patches.kernel.org/6.8.2-300-Bluetooth-hci_event-Fix-not-indicating-new-conn.patch
	patches.kernel.org/6.8.2-301-Bluetooth-hci_qca-don-t-use-IS_ERR_OR_NULL-with.patch
	patches.kernel.org/6.8.2-302-Bluetooth-hci_core-Cancel-request-on-command-ti.patch
	patches.kernel.org/6.8.2-303-Bluetooth-hci_sync-Fix-overwriting-request-call.patch
	patches.kernel.org/6.8.2-304-Bluetooth-hci_h5-Add-ability-to-allocate-memory.patch
	patches.kernel.org/6.8.2-305-Bluetooth-btrtl-fix-out-of-bounds-memory-access.patch
	patches.kernel.org/6.8.2-306-Bluetooth-hci_core-Fix-possible-buffer-overflow.patch
	patches.kernel.org/6.8.2-307-Bluetooth-msft-Fix-memory-leak.patch
	patches.kernel.org/6.8.2-308-Bluetooth-btusb-Fix-memory-leak.patch
	patches.kernel.org/6.8.2-309-Bluetooth-af_bluetooth-Fix-deadlock.patch
	patches.kernel.org/6.8.2-310-Bluetooth-fix-use-after-free-in-accessing-skb-a.patch
	patches.kernel.org/6.8.2-311-sr9800-Add-check-for-usbnet_get_endpoints.patch
	patches.kernel.org/6.8.2-312-s390-cache-prevent-rebuild-of-shared_cpu_list.patch
	patches.kernel.org/6.8.2-313-bpf-Fix-DEVMAP_HASH-overflow-check-on-32-bit-ar.patch
	patches.kernel.org/6.8.2-314-bpf-Fix-hashtab-overflow-check-on-32-bit-arches.patch
	patches.kernel.org/6.8.2-315-bpf-Fix-stackmap-overflow-check-on-32-bit-arche.patch
	patches.kernel.org/6.8.2-316-net-dsa-microchip-make-sure-drive-strength-conf.patch
	patches.kernel.org/6.8.2-317-dpll-spec-use-proper-enum-for-pin-capabilities-.patch
	patches.kernel.org/6.8.2-318-iommu-Fix-compilation-without-CONFIG_IOMMU_INTE.patch
	patches.kernel.org/6.8.2-319-ipv6-fib6_rules-flush-route-cache-when-rule-is-.patch
	patches.kernel.org/6.8.2-320-net-ip_tunnel-make-sure-to-pull-inner-header-in.patch
	patches.kernel.org/6.8.2-321-octeontx2-af-Fix-devlink-params.patch
	patches.kernel.org/6.8.2-322-net-phy-fix-phy_get_internal_delay-accessing-an.patch
	patches.kernel.org/6.8.2-323-dpll-fix-dpll_xa_ref_-_del-for-multiple-registr.patch
	patches.kernel.org/6.8.2-324-net-hns3-fix-wrong-judgment-condition-issue.patch
	patches.kernel.org/6.8.2-325-net-hns3-fix-kernel-crash-when-1588-is-received.patch
	patches.kernel.org/6.8.2-326-net-hns3-fix-port-duplex-configure-error-in-IMP.patch
	patches.kernel.org/6.8.2-327-Bluetooth-Fix-eir-name-length.patch
	patches.kernel.org/6.8.2-328-net-phy-dp83822-Fix-RGMII-TX-delay-configuratio.patch
	patches.kernel.org/6.8.2-329-erofs-fix-lockdep-false-positives-on-initializi.patch
	patches.kernel.org/6.8.2-330-OPP-debugfs-Fix-warning-around-icc_get_name.patch
	patches.kernel.org/6.8.2-331-tcp-fix-incorrect-parameter-validation-in-the-d.patch
	patches.kernel.org/6.8.2-332-ipmr-fix-incorrect-parameter-validation-in-the-.patch
	patches.kernel.org/6.8.2-333-l2tp-fix-incorrect-parameter-validation-in-the-.patch
	patches.kernel.org/6.8.2-334-udp-fix-incorrect-parameter-validation-in-the-u.patch
	patches.kernel.org/6.8.2-335-net-kcm-fix-incorrect-parameter-validation-in-t.patch
	patches.kernel.org/6.8.2-336-net-x25-fix-incorrect-parameter-validation-in-t.patch
	patches.kernel.org/6.8.2-337-devlink-Fix-length-of-eswitch-inline-mode.patch
	patches.kernel.org/6.8.2-338-r8152-fix-unknown-device-for-choose_configurati.patch
	patches.kernel.org/6.8.2-339-nfp-flower-handle-acti_netdevs-allocation-failu.patch
	patches.kernel.org/6.8.2-340-bpf-hardcode-BPF_PROG_PACK_SIZE-to-2MB-num_poss.patch
	patches.kernel.org/6.8.2-341-dm-raid-fix-false-positive-for-requeue-needed-d.patch
	patches.kernel.org/6.8.2-342-dm-call-the-resume-method-on-internal-suspend.patch
	patches.kernel.org/6.8.2-343-fbdev-simplefb-change-loglevel-when-the-power-d.patch
	patches.kernel.org/6.8.2-344-drm-tegra-dsi-Add-missing-check-for-of_find_dev.patch
	patches.kernel.org/6.8.2-345-drm-tegra-dpaux-Fix-PM-disable-depth-imbalance-.patch
	patches.kernel.org/6.8.2-346-drm-tegra-dsi-Fix-some-error-handling-paths-in-.patch
	patches.kernel.org/6.8.2-347-drm-tegra-dsi-Fix-missing-pm_runtime_disable-in.patch
	patches.kernel.org/6.8.2-348-drm-tegra-hdmi-Fix-some-error-handling-paths-in.patch
	patches.kernel.org/6.8.2-349-drm-tegra-rgb-Fix-some-error-handling-paths-in-.patch
	patches.kernel.org/6.8.2-350-drm-tegra-rgb-Fix-missing-clk_put-in-the-error-.patch
	patches.kernel.org/6.8.2-351-drm-tegra-output-Fix-missing-i2c_put_adapter-in.patch
	patches.kernel.org/6.8.2-352-drm-rockchip-inno_hdmi-Fix-video-timing.patch
	patches.kernel.org/6.8.2-353-drm-Don-t-treat-0-as-1-in-drm_fixp2int_ceil.patch
	patches.kernel.org/6.8.2-354-drm-vkms-Avoid-reading-beyond-LUT-array.patch
	patches.kernel.org/6.8.2-355-drm-vmwgfx-fix-a-memleak-in-vmw_gmrid_man_get_n.patch
	patches.kernel.org/6.8.2-356-drm-rockchip-lvds-do-not-overwrite-error-code.patch
	patches.kernel.org/6.8.2-357-drm-rockchip-lvds-do-not-print-scary-message-wh.patch
	patches.kernel.org/6.8.2-358-drm-panel-edp-use-put_sync-in-unprepare.patch
	patches.kernel.org/6.8.2-359-drm-lima-fix-a-memleak-in-lima_heap_alloc.patch
	patches.kernel.org/6.8.2-360-ASoC-amd-acp-Add-missing-error-handling-in-sof-.patch
	patches.kernel.org/6.8.2-361-ASoC-SOF-amd-Fix-memory-leak-in-amd_sof_acp_pro.patch
	patches.kernel.org/6.8.2-362-ASoC-SOF-core-Skip-firmware-test-for-custom-loa.patch
	patches.kernel.org/6.8.2-363-ASoC-SOF-amd-Compute-file-paths-on-firmware-loa.patch
	patches.kernel.org/6.8.2-364-soundwire-stream-add-missing-const-to-Documenta.patch
	patches.kernel.org/6.8.2-365-dmaengine-tegra210-adma-Update-dependency-to-AR.patch
	patches.kernel.org/6.8.2-366-media-tc358743-register-v4l2-async-device-only-.patch
	patches.kernel.org/6.8.2-367-media-cadence-csi2rx-use-match-fwnode-for-media.patch
	patches.kernel.org/6.8.2-368-PCI-DPC-Print-all-TLP-Prefixes-not-just-the-fir.patch
	patches.kernel.org/6.8.2-369-perf-record-Fix-possible-incorrect-free-in-reco.patch
	patches.kernel.org/6.8.2-370-perf-record-Check-conflict-between-timestamp-fi.patch
	patches.kernel.org/6.8.2-371-HID-lenovo-Add-middleclick_workaround-sysfs-kno.patch
	patches.kernel.org/6.8.2-372-drm-amd-display-Fix-a-potential-buffer-overflow.patch
	patches.kernel.org/6.8.2-373-perf-pmu-Treat-the-msr-pmu-as-software.patch
	patches.kernel.org/6.8.2-374-crypto-qat-avoid-memcpy-overflow-warning.patch
	patches.kernel.org/6.8.2-375-ALSA-hda-cs35l41-Set-Channel-Index-correctly-wh.patch
	patches.kernel.org/6.8.2-376-drm-amd-display-Fix-potential-NULL-pointer-dere.patch
	patches.kernel.org/6.8.2-377-ASoC-sh-rz-ssi-Fix-error-message-print.patch
	patches.kernel.org/6.8.2-378-drm-vmwgfx-Fix-vmw_du_get_cursor_mob-fencing-of.patch
	patches.kernel.org/6.8.2-379-clk-renesas-r8a779g0-Fix-PCIe-clock-name.patch
	patches.kernel.org/6.8.2-380-pinctrl-renesas-rzg2l-Fix-locking-in-rzg2l_dt_s.patch
	patches.kernel.org/6.8.2-381-pinctrl-renesas-r8a779g0-Add-missing-SCIF_CLK2-.patch
	patches.kernel.org/6.8.2-382-clk-samsung-exynos850-Propagate-SPI-IPCLK-rate-.patch
	patches.kernel.org/6.8.2-383-media-v4l2-cci-print-leading-0-on-error.patch
	patches.kernel.org/6.8.2-384-perf-evsel-Fix-duplicate-initialization-of-data.patch
	patches.kernel.org/6.8.2-385-perf-bpf-Clean-up-the-generated-copied-vmlinux..patch
	patches.kernel.org/6.8.2-386-clk-meson-Add-missing-clocks-to-axg_clk_regmaps.patch
	patches.kernel.org/6.8.2-387-media-em28xx-annotate-unchecked-call-to-media_d.patch
	patches.kernel.org/6.8.2-388-media-v4l2-tpg-fix-some-memleaks-in-tpg_alloc.patch
	patches.kernel.org/6.8.2-389-media-v4l2-mem2mem-fix-a-memleak-in-v4l2_m2m_re.patch
	patches.kernel.org/6.8.2-390-media-dt-bindings-techwell-tw9900-Fix-port-sche.patch
	patches.kernel.org/6.8.2-391-mtd-spinand-esmt-Extend-IDs-to-5-bytes.patch
	patches.kernel.org/6.8.2-392-media-edia-dvbdev-fix-a-use-after-free.patch
	patches.kernel.org/6.8.2-393-pinctrl-mediatek-Drop-bogus-slew-rate-register-.patch
	patches.kernel.org/6.8.2-394-pinctrl-mediatek-Drop-bogus-slew-rate-register-.patch
	patches.kernel.org/6.8.2-395-drm-amdgpu-Fix-potential-out-of-bounds-access-i.patch
	patches.kernel.org/6.8.2-396-clk-qcom-reset-Commonize-the-de-assert-function.patch
	patches.kernel.org/6.8.2-397-clk-qcom-reset-Ensure-write-completion-on-reset.patch
	patches.kernel.org/6.8.2-398-quota-Fix-potential-NULL-pointer-dereference.patch
	patches.kernel.org/6.8.2-399-quota-Fix-rcu-annotations-of-inode-dquot-pointe.patch
	patches.kernel.org/6.8.2-400-quota-Properly-annotate-i_dquot-arrays-with-__r.patch
	patches.kernel.org/6.8.2-401-ASoC-Intel-ssp-common-Add-stub-for-sof_ssp_get_.patch
	patches.kernel.org/6.8.2-402-PCI-P2PDMA-Fix-a-sleeping-issue-in-a-RCU-read-s.patch
	patches.kernel.org/6.8.2-403-PCI-switchtec-Fix-an-error-handling-path-in-swi.patch
	patches.kernel.org/6.8.2-404-crypto-xilinx-call-finalize-with-bh-disabled.patch
	patches.kernel.org/6.8.2-405-drivers-ps3-select-VIDEO-to-provide-cmdline-fun.patch
	patches.kernel.org/6.8.2-406-perf-thread_map-Free-strlist-on-normal-path-in-.patch
	patches.kernel.org/6.8.2-407-perf-srcline-Add-missed-addr2line-closes.patch
	patches.kernel.org/6.8.2-408-dt-bindings-msm-qcom-mdss-Include-ommited-fam-b.patch
	patches.kernel.org/6.8.2-409-drm-msm-dpu-fix-the-programming-of-INTF_CFG2_DA.patch
	patches.kernel.org/6.8.2-410-drm-msm-dpu-Only-enable-DSC_MODE_MULTIPLEX-if-d.patch
	patches.kernel.org/6.8.2-411-drm-radeon-ni-Fix-wrong-firmware-size-logging-i.patch
	patches.kernel.org/6.8.2-412-drm-amd-display-fix-NULL-checks-for-adev-dm.dc-.patch
	patches.kernel.org/6.8.2-413-clk-renesas-r8a779g0-Correct-PFC-GPIO-parent-cl.patch
	patches.kernel.org/6.8.2-414-clk-renesas-r8a779f0-Correct-PFC-GPIO-parent-cl.patch
	patches.kernel.org/6.8.2-415-clk-renesas-r9a07g04-34-Use-SEL_SDHI1_STS-statu.patch
	patches.kernel.org/6.8.2-416-ALSA-seq-fix-function-cast-warnings.patch
	patches.kernel.org/6.8.2-417-perf-expr-Fix-has_event-function-for-metric-sty.patch
	patches.kernel.org/6.8.2-418-perf-stat-Avoid-metric-only-segv.patch
	patches.kernel.org/6.8.2-419-perf-metric-Don-t-remove-scale-from-counts.patch
	patches.kernel.org/6.8.2-420-ASoC-meson-aiu-fix-function-pointer-type-mismat.patch
	patches.kernel.org/6.8.2-421-ASoC-meson-t9015-fix-function-pointer-type-mism.patch
	patches.kernel.org/6.8.2-422-powerpc-Force-inlining-of-arch_vmap_p-u-m-d_sup.patch
	patches.kernel.org/6.8.2-423-ASoC-SOF-Add-some-bounds-checking-to-firmware-d.patch
	patches.kernel.org/6.8.2-424-drm-ci-use-clk_ignore_unused-for-apq8016.patch
	patches.kernel.org/6.8.2-425-NTB-fix-possible-name-leak-in-ntb_register_devi.patch
	patches.kernel.org/6.8.2-426-media-cedrus-h265-Fix-configuring-bitstream-siz.patch
	patches.kernel.org/6.8.2-427-media-sun8i-di-Fix-coefficient-writes.patch
	patches.kernel.org/6.8.2-428-media-sun8i-di-Fix-power-on-off-sequences.patch
	patches.kernel.org/6.8.2-429-media-sun8i-di-Fix-chroma-difference-threshold.patch
	patches.kernel.org/6.8.2-430-staging-media-starfive-Set-16-bpp-for-capture_r.patch
	patches.kernel.org/6.8.2-431-media-imx-csc-scaler-fix-v4l2_ctrl_handler-memo.patch
	patches.kernel.org/6.8.2-432-media-go7007-add-check-of-return-value-of-go700.patch
	patches.kernel.org/6.8.2-433-media-pvrusb2-remove-redundant-NULL-check.patch
	patches.kernel.org/6.8.2-434-media-videobuf2-Add-missing-doc-comment-for-wai.patch
	patches.kernel.org/6.8.2-435-media-pvrusb2-fix-pvr2_stream_callback-casts.patch
	patches.kernel.org/6.8.2-436-clk-qcom-dispcc-sdm845-Adjust-internal-GDSC-wai.patch
	patches.kernel.org/6.8.2-437-drm-amd-display-Add-replay-NULL-check-in-edp_se.patch
	patches.kernel.org/6.8.2-438-drm-panel-boe-tv101wum-nl6-make-use-of-prepare_.patch
	patches.kernel.org/6.8.2-439-drm-msm-dpu-finalise-global-state-object.patch
	patches.kernel.org/6.8.2-440-drm-mediatek-dsi-Fix-DSI-RGB666-formats-and-def.patch
	patches.kernel.org/6.8.2-441-PCI-Mark-3ware-9650SE-Root-Port-Extended-Tags-a.patch
	patches.kernel.org/6.8.2-442-drm-bridge-adv7511-fix-crash-on-irq-during-prob.patch
	patches.kernel.org/6.8.2-443-pinctrl-renesas-Allow-the-compiler-to-optimize-.patch
	patches.kernel.org/6.8.2-444-clk-hisilicon-hi3519-Release-the-correct-number.patch
	patches.kernel.org/6.8.2-445-clk-hisilicon-hi3559a-Fix-an-erroneous-devm_kfr.patch
	patches.kernel.org/6.8.2-446-clk-mediatek-mt8135-Fix-an-error-handling-path-.patch
	patches.kernel.org/6.8.2-447-clk-mediatek-mt7622-apmixedsys-Fix-an-error-han.patch
	patches.kernel.org/6.8.2-448-clk-mediatek-mt8183-Correct-parent-of-CLK_INFRA.patch
	patches.kernel.org/6.8.2-449-clk-mediatek-mt7981-topckgen-flag-SGM_REG_SEL-a.patch
	patches.kernel.org/6.8.2-450-drm-tegra-put-drm_gem_object-ref-on-error-in-te.patch
	patches.kernel.org/6.8.2-451-tty-mips_ejtag_fdc-Fix-passing-incompatible-poi.patch
	patches.kernel.org/6.8.2-452-media-ivsc-csi-Swap-SINK-and-SOURCE-pads.patch
	patches.kernel.org/6.8.2-453-media-i2c-imx290-Fix-IMX920-typo.patch
	patches.kernel.org/6.8.2-454-mfd-syscon-Call-of_node_put-only-when-of_parse_.patch
	patches.kernel.org/6.8.2-455-mfd-altera-sysmgr-Call-of_node_put-only-when-of.patch
	patches.kernel.org/6.8.2-456-perf-print-events-make-is_event_supported-more-.patch
	patches.kernel.org/6.8.2-457-crypto-arm-sha-fix-function-cast-warnings.patch
	patches.kernel.org/6.8.2-458-crypto-ccp-Avoid-discarding-errors-in-psp_send_.patch
	patches.kernel.org/6.8.2-459-crypto-qat-remove-unused-macros-in-qat_comp_alg.patch
	patches.kernel.org/6.8.2-460-crypto-qat-removed-unused-macro-in-adf_cnv_dbgf.patch
	patches.kernel.org/6.8.2-461-crypto-qat-avoid-division-by-zero.patch
	patches.kernel.org/6.8.2-462-crypto-qat-remove-double-initialization-of-valu.patch
	patches.kernel.org/6.8.2-463-crypto-qat-fix-ring-to-service-map-for-dcc-in-4.patch
	patches.kernel.org/6.8.2-464-crypto-qat-fix-ring-to-service-map-for-dcc-in-4.patch
	patches.kernel.org/6.8.2-465-crypto-jitter-fix-CRYPTO_JITTERENTROPY-help-tex.patch
	patches.kernel.org/6.8.2-466-drm-tidss-Fix-initial-plane-zpos-values.patch
	patches.kernel.org/6.8.2-467-drm-tidss-Fix-sync-lost-issue-with-two-displays.patch
	patches.kernel.org/6.8.2-468-clk-imx-imx8mp-Fix-SAI_MCLK_SEL-definition.patch
	patches.kernel.org/6.8.2-469-mtd-maps-physmap-core-fix-flash-size-larger-tha.patch
	patches.kernel.org/6.8.2-470-mtd-rawnand-lpc32xx_mlc-fix-irq-handler-prototy.patch
	patches.kernel.org/6.8.2-471-mtd-rawnand-brcmnand-exec_op-helper-functions-r.patch
	patches.kernel.org/6.8.2-472-ASoC-meson-axg-tdm-interface-fix-mclk-setup-wit.patch
	patches.kernel.org/6.8.2-473-ASoC-meson-axg-tdm-interface-add-frame-rate-con.patch
	patches.kernel.org/6.8.2-474-drm-msm-a6xx-specify-UBWC-config-for-sc7180.patch
	patches.kernel.org/6.8.2-475-drm-msm-a7xx-Fix-LLC-typo.patch
	patches.kernel.org/6.8.2-476-dt-bindings-arm-smmu-fix-SM8-45-50-GPU-SMMU-if-.patch
	patches.kernel.org/6.8.2-477-perf-pmu-Fix-a-potential-memory-leak-in-perf_pm.patch
	patches.kernel.org/6.8.2-478-HID-amd_sfh-Update-HPD-sensor-structure-element.patch
	patches.kernel.org/6.8.2-479-HID-amd_sfh-Avoid-disabling-the-interrupt.patch
	patches.kernel.org/6.8.2-480-drm-amdgpu-Fix-missing-break-in-ATOM_ARG_IMM-Ca.patch
	patches.kernel.org/6.8.2-481-media-pvrusb2-fix-uaf-in-pvr2_context_set_notif.patch
	patches.kernel.org/6.8.2-482-media-dvb-frontends-avoid-stack-overflow-warnin.patch
	patches.kernel.org/6.8.2-483-media-go7007-fix-a-memleak-in-go7007_load_encod.patch
	patches.kernel.org/6.8.2-484-media-ttpci-fix-two-memleaks-in-budget_av_attac.patch
	patches.kernel.org/6.8.2-485-media-mediatek-vcodec-avoid-Wcast-function-type.patch
	patches.kernel.org/6.8.2-486-arm64-ftrace-Don-t-forbid-CALL_OPS-CC_OPTIMIZE_.patch
	patches.kernel.org/6.8.2-487-drm-tests-helpers-Include-missing-drm_drv-heade.patch
	patches.kernel.org/6.8.2-488-drm-amd-pm-Fix-esm-reg-mask-use-to-get-pcie-spe.patch
	patches.kernel.org/6.8.2-489-gpio-nomadik-fix-offset-bug-in-nmk_pmx_set.patch
	patches.kernel.org/6.8.2-490-drm-mediatek-Fix-a-null-pointer-crash-in-mtk_dr.patch
	patches.kernel.org/6.8.2-491-mfd-cs42l43-Fix-wrong-register-defaults.patch
	patches.kernel.org/6.8.2-492-powerpc-32-fix-ADB_CUDA-kconfig-warning.patch
	patches.kernel.org/6.8.2-493-powerpc-pseries-Fix-potential-memleak-in-papr_g.patch
	patches.kernel.org/6.8.2-494-powerpc-hv-gpci-Fix-the-H_GET_PERF_COUNTER_INFO.patch
	patches.kernel.org/6.8.2-495-clk-qcom-gcc-ipq5018-fix-enable_reg-offset-of-g.patch
	patches.kernel.org/6.8.2-496-clk-qcom-gcc-ipq5018-fix-halt_reg-offset-of-gcc.patch
	patches.kernel.org/6.8.2-497-clk-qcom-gcc-ipq5018-fix-register-offset-for-GC.patch
	patches.kernel.org/6.8.2-498-perf-vendor-events-amd-Fix-Zen-4-cache-latency-.patch
	patches.kernel.org/6.8.2-499-drm-msm-dpu-allow-certain-formats-for-CDM-for-D.patch
	patches.kernel.org/6.8.2-500-drm-msm-dpu-add-division-of-drm_display_mode-s-.patch
	patches.kernel.org/6.8.2-501-media-usbtv-Remove-useless-locks-in-usbtv_video.patch
	patches.kernel.org/6.8.2-502-drm-xe-Fix-ref-counting-leak-on-page-fault.patch
	patches.kernel.org/6.8.2-503-drm-xe-Replace-grouped-target-in-Makefile-with-.patch
	patches.kernel.org/6.8.2-504-lib-stackdepot-fix-first-entry-having-a-0-handl.patch
	patches.kernel.org/6.8.2-505-lib-stackdepot-off-by-one-in-depot_fetch_stack.patch
	patches.kernel.org/6.8.2-506-modules-wait-do_free_init-correctly.patch
	patches.kernel.org/6.8.2-507-mfd-cs42l43-Fix-wrong-GPIO_FN_SEL-and-SPI_CLK_C.patch
	patches.kernel.org/6.8.2-508-power-supply-mm8013-fix-not-charging-detection.patch
	patches.kernel.org/6.8.2-509-powerpc-embedded6xx-Fix-no-previous-prototype-f.patch
	patches.kernel.org/6.8.2-510-powerpc-4xx-Fix-warp_gpio_leds-build-failure.patch
	patches.kernel.org/6.8.2-511-RISC-V-KVM-Forward-SEED-CSR-access-to-user-spac.patch
	patches.kernel.org/6.8.2-512-leds-aw2013-Unlock-mutex-before-destroying-it.patch
	patches.kernel.org/6.8.2-513-leds-sgm3140-Add-missing-timer-cleanup-and-flas.patch
	patches.kernel.org/6.8.2-514-backlight-hx8357-Fix-potential-NULL-pointer-der.patch
	patches.kernel.org/6.8.2-515-backlight-ktz8866-Correct-the-check-for-of_prop.patch
	patches.kernel.org/6.8.2-516-backlight-lm3630a-Initialize-backlight_properti.patch
	patches.kernel.org/6.8.2-517-backlight-lm3630a-Don-t-set-bl-props.brightness.patch
	patches.kernel.org/6.8.2-518-backlight-da9052-Fully-initialize-backlight_pro.patch
	patches.kernel.org/6.8.2-519-backlight-lm3639-Fully-initialize-backlight_pro.patch
	patches.kernel.org/6.8.2-520-backlight-lp8788-Fully-initialize-backlight_pro.patch
	patches.kernel.org/6.8.2-521-sparc32-Use-generic-cmpdi2-ucmpdi2-variants.patch
	patches.kernel.org/6.8.2-522-mtd-maps-sun_uflash-Declare-uflash_devinit-stat.patch
	patches.kernel.org/6.8.2-523-sparc32-Do-not-select-GENERIC_ISA_DMA.patch
	patches.kernel.org/6.8.2-524-sparc32-Fix-section-mismatch-in-leon_pci_grpci.patch
	patches.kernel.org/6.8.2-525-clk-Fix-clk_core_get-NULL-dereference.patch
	patches.kernel.org/6.8.2-526-clk-zynq-Prevent-null-pointer-dereference-cause.patch
	patches.kernel.org/6.8.2-527-PCI-brcmstb-Fix-broken-brcm_pcie_mdio_write-pol.patch
	patches.kernel.org/6.8.2-528-cifs-Fix-writeback-data-corruption.patch
	patches.kernel.org/6.8.2-529-ALSA-hda-realtek-fix-ALC285-issues-on-HP-Envy-x.patch
	patches.kernel.org/6.8.2-530-ALSA-hda-tas2781-use-dev_dbg-in-system_resume.patch
	patches.kernel.org/6.8.2-531-ALSA-hda-tas2781-add-lock-to-system_suspend.patch
	patches.kernel.org/6.8.2-532-ALSA-hda-tas2781-do-not-reset-cur_-values-in-ru.patch
	patches.kernel.org/6.8.2-533-ALSA-hda-tas2781-do-not-call-pm_runtime_force_-.patch
	patches.kernel.org/6.8.2-534-ALSA-hda-tas2781-restore-power-state-after-syst.patch
	patches.kernel.org/6.8.2-535-ALSA-scarlett2-Fix-Scarlett-4th-Gen-4i4-low-vol.patch
	patches.kernel.org/6.8.2-536-ALSA-scarlett2-Fix-Scarlett-4th-Gen-autogain-st.patch
	patches.kernel.org/6.8.2-537-ALSA-scarlett2-Fix-Scarlett-4th-Gen-input-gain-.patch
	patches.kernel.org/6.8.2-538-ALSA-scarlett2-Fix-Scarlett-4th-Gen-input-gain-.patch
	patches.kernel.org/6.8.2-539-mips-cm-Convert-__mips_cm_l2sync_phys_base-to-w.patch
	patches.kernel.org/6.8.2-540-platform-x86-intel-pmc-lnl-Remove-SSRAM-support.patch
	patches.kernel.org/6.8.2-541-platform-x86-intel-pmc-arl-Put-GNA-device-in-D3.patch
	patches.kernel.org/6.8.2-542-platform-x86-amd-pmf-Do-not-use-readl-for-polic.patch
	patches.kernel.org/6.8.2-543-ALSA-usb-audio-Stop-parsing-channels-bits-when-.patch
	patches.kernel.org/6.8.2-544-phy-qcom-qmp-usb-split-USB-C-PHY-driver.patch
	patches.kernel.org/6.8.2-545-phy-qcom-qmp-usbc-add-support-for-the-Type-C-ha.patch
	patches.kernel.org/6.8.2-546-phy-qcom-qmp-usbc-handle-CLAMP-register-in-a-co.patch
	patches.kernel.org/6.8.2-547-scsi-hisi_sas-Fix-a-deadlock-issue-related-to-a.patch
	patches.kernel.org/6.8.2-548-RDMA-irdma-Remove-duplicate-assignment.patch
	patches.kernel.org/6.8.2-549-RDMA-srpt-Do-not-register-event-handler-until-s.patch
	patches.kernel.org/6.8.2-550-f2fs-compress-fix-to-guarantee-persisting-compr.patch
	patches.kernel.org/6.8.2-551-f2fs-compress-fix-to-cover-normal-cluster-write.patch
	patches.kernel.org/6.8.2-552-f2fs-compress-fix-to-check-unreleased-compresse.patch
	patches.kernel.org/6.8.2-553-f2fs-compress-fix-to-avoid-inconsistence-bewtee.patch
	patches.kernel.org/6.8.2-554-f2fs-fix-to-remove-unnecessary-f2fs_bug_on-to-a.patch
	patches.kernel.org/6.8.2-555-f2fs-zone-fix-to-wait-completion-of-last-bio-in.patch
	patches.kernel.org/6.8.2-556-f2fs-fix-NULL-pointer-dereference-in-f2fs_submi.patch
	patches.kernel.org/6.8.2-557-f2fs-compress-fix-to-cover-f2fs_disable_compres.patch
	patches.kernel.org/6.8.2-558-f2fs-fix-to-avoid-potential-panic-during-recove.patch
	patches.kernel.org/6.8.2-559-scsi-csiostor-Avoid-function-pointer-casts.patch
	patches.kernel.org/6.8.2-560-i3c-dw-Disable-IBI-IRQ-depends-on-hot-join-and-.patch
	patches.kernel.org/6.8.2-561-RDMA-hns-Fix-mis-modifying-default-congestion-c.patch
	patches.kernel.org/6.8.2-562-RDMA-device-Fix-a-race-between-mad_client-and-c.patch
	patches.kernel.org/6.8.2-563-RDMA-rtrs-clt-Check-strnlen-return-len-in-sysfs.patch
	patches.kernel.org/6.8.2-564-scsi-bfa-Fix-function-pointer-type-mismatch-for.patch
	patches.kernel.org/6.8.2-565-f2fs-fix-to-create-selinux-label-during-whiteou.patch
	patches.kernel.org/6.8.2-566-f2fs-compress-fix-to-check-zstd-compress-level-.patch
	patches.kernel.org/6.8.2-567-net-sunrpc-Fix-an-off-by-one-in-rpc_sockaddr2ua.patch
	patches.kernel.org/6.8.2-568-NFSv4.2-fix-nfs4_listxattr-kernel-BUG-at-mm-use.patch
	patches.kernel.org/6.8.2-569-NFSv4.2-fix-listxattr-maximum-XDR-buffer-size.patch
	patches.kernel.org/6.8.2-570-f2fs-compress-fix-to-check-compress-flag-w-.i_s.patch
	patches.kernel.org/6.8.2-571-f2fs-check-number-of-blocks-in-a-current-sectio.patch
	patches.kernel.org/6.8.2-572-watchdog-starfive-Check-pm_runtime_enabled-befo.patch
	patches.kernel.org/6.8.2-573-watchdog-stm32_iwdg-initialize-default-timeout.patch
	patches.kernel.org/6.8.2-574-f2fs-fix-to-use-correct-segment-type-in-f2fs_al.patch
	patches.kernel.org/6.8.2-575-f2fs-ro-compress-fix-to-avoid-caching-unaligned.patch
	patches.kernel.org/6.8.2-576-RDMA-mana_ib-Fix-bug-in-creation-of-dma-regions.patch
	patches.kernel.org/6.8.2-577-RDMA-mana_ib-Introduce-mdev_to_gc-helper-functi.patch
	patches.kernel.org/6.8.2-578-RDMA-mana_ib-Introduce-mana_ib_get_netdev-helpe.patch
	patches.kernel.org/6.8.2-579-RDMA-mana_ib-Introduce-mana_ib_install_cq_cb-he.patch
	patches.kernel.org/6.8.2-580-RDMA-mana_ib-Use-virtual-address-in-dma-regions.patch
	patches.kernel.org/6.8.2-581-Input-iqs7222-add-support-for-IQS7222D-v1.1-and.patch
	patches.kernel.org/6.8.2-582-NFS-Fix-nfs_netfs_issue_read-xarray-locking-for.patch
	patches.kernel.org/6.8.2-583-NFS-Fix-an-off-by-one-in-root_nfs_cat.patch
	patches.kernel.org/6.8.2-584-NFSv4.1-pnfs-fix-NFS-with-TLS-in-pnfs.patch
	patches.kernel.org/6.8.2-585-ACPI-HMAT-Remove-register-of-memory-node-for-ge.patch
	patches.kernel.org/6.8.2-586-f2fs-compress-relocate-some-judgments-in-f2fs_r.patch
	patches.kernel.org/6.8.2-587-f2fs-compress-fix-reserve_cblocks-counting-erro.patch
	patches.kernel.org/6.8.2-588-f2fs-fix-to-truncate-meta-inode-pages-forcely.patch
	patches.kernel.org/6.8.2-589-f2fs-zone-fix-to-remove-pow2-check-condition-fo.patch
	patches.kernel.org/6.8.2-590-cxl-Fix-the-incorrect-assignment-of-SSLBIS-entr.patch
	patches.kernel.org/6.8.2-591-perf-x86-amd-core-Avoid-register-reset-when-CPU.patch
	patches.kernel.org/6.8.2-592-afs-Revert-afs-Hide-silly-rename-files-from-use.patch
	patches.kernel.org/6.8.2-593-afs-Don-t-cache-preferred-address.patch
	patches.kernel.org/6.8.2-594-afs-Fix-occasional-rmdir-then-VNOVNODE-with-gen.patch
	patches.kernel.org/6.8.2-595-f2fs-fix-to-avoid-use-after-free-issue-in-f2fs_.patch
	patches.kernel.org/6.8.2-596-nfs-fix-panic-when-nfs4_ff_layout_prepare_ds-fa.patch
	patches.kernel.org/6.8.2-597-ovl-relax-WARN_ON-in-ovl_verify_area.patch
	patches.kernel.org/6.8.2-598-io_uring-net-correct-the-type-of-variable.patch
	patches.kernel.org/6.8.2-599-remoteproc-stm32-Fix-incorrect-type-in-assignme.patch
	patches.kernel.org/6.8.2-600-remoteproc-stm32-Fix-incorrect-type-assignment-.patch
	patches.kernel.org/6.8.2-601-iio-pressure-mprls0025pa-fix-off-by-one-enum.patch
	patches.kernel.org/6.8.2-602-usb-phy-generic-Get-the-vbus-supply.patch
	patches.kernel.org/6.8.2-603-tty-vt-fix-20-vs-0x20-typo-in-EScsiignore.patch
	patches.kernel.org/6.8.2-604-serial-max310x-fix-syntax-error-in-IRQ-error-me.patch
	patches.kernel.org/6.8.2-605-tty-serial-samsung-fix-tx_empty-to-return-TIOCS.patch
	patches.kernel.org/6.8.2-606-arm64-dts-broadcom-bcmbca-bcm4908-drop-invalid-.patch
	patches.kernel.org/6.8.2-607-coresight-Fix-issue-where-a-source-device-s-hel.patch
	patches.kernel.org/6.8.2-608-coresight-etm4x-Set-skip_power_up-in-etm4_init_.patch
	patches.kernel.org/6.8.2-609-xhci-Add-interrupt-pending-autoclear-flag-to-ea.patch
	patches.kernel.org/6.8.2-610-xhci-make-isoc_bei_interval-variable-interrupte.patch
	patches.kernel.org/6.8.2-611-xhci-remove-unnecessary-event_ring_deq-paramete.patch
	patches.kernel.org/6.8.2-612-xhci-update-event-ring-dequeue-pointer-position.patch
	patches.kernel.org/6.8.2-613-coccinelle-device_attr_show-Remove-useless-expr.patch
	patches.kernel.org/6.8.2-614-kconfig-fix-infinite-loop-when-expanding-a-macr.patch
	patches.kernel.org/6.8.2-615-iio-gts-helper-Fix-division-loop.patch
	patches.kernel.org/6.8.2-616-bus-mhi-ep-check-the-correct-variable-in-mhi_ep.patch
	patches.kernel.org/6.8.2-617-hwtracing-hisi_ptt-Move-type-check-to-the-begin.patch
	patches.kernel.org/6.8.2-618-rtc-mt6397-select-IRQ_DOMAIN-instead-of-dependi.patch
	patches.kernel.org/6.8.2-619-rtc-max31335-fix-interrupt-status-reg.patch
	patches.kernel.org/6.8.2-620-serial-8250_exar-Don-t-remove-GPIO-device-on-su.patch
	patches.kernel.org/6.8.2-621-staging-greybus-fix-get_channel_from_mode-failu.patch
	patches.kernel.org/6.8.2-622-mei-vsc-Call-wake_up-in-the-threaded-IRQ-handle.patch
	patches.kernel.org/6.8.2-623-mei-vsc-Don-t-use-sleeping-condition-in-wait_ev.patch
	patches.kernel.org/6.8.2-624-usb-gadget-net2272-Use-irqflags-in-the-call-to-.patch
	patches.kernel.org/6.8.2-625-char-xilinx_hwicap-Fix-NULL-vs-IS_ERR-bug.patch
	patches.kernel.org/6.8.2-626-x86-hyperv-Use-per-cpu-initial-stack-for-vtl-co.patch
	patches.kernel.org/6.8.2-627-ASoC-tlv320adc3xxx-Don-t-strip-remove-function-.patch
	patches.kernel.org/6.8.2-628-thermal-drivers-mediatek-lvts_thermal-Fix-a-mem.patch
	patches.kernel.org/6.8.2-629-thermal-drivers-qoriq-Fix-getting-tmu-range.patch
	patches.kernel.org/6.8.2-630-io_uring-don-t-save-restore-iowait-state.patch
	patches.kernel.org/6.8.2-631-spi-lpspi-Avoid-potential-use-after-free-in-pro.patch
	patches.kernel.org/6.8.2-632-spi-Restore-delays-for-non-GPIO-chip-select.patch
	patches.kernel.org/6.8.2-633-ASoC-rockchip-i2s-tdm-Fix-inaccurate-sampling-r.patch
	patches.kernel.org/6.8.2-634-nouveau-reset-the-bo-resource-bus-info-after-an.patch
	patches.kernel.org/6.8.2-635-tcp-Fix-NEW_SYN_RECV-handling-in-inet_twsk_purg.patch
	patches.kernel.org/6.8.2-636-rds-tcp-Fix-use-after-free-of-net-in-reqsk_time.patch
	patches.kernel.org/6.8.2-637-octeontx2-af-Use-matching-wake_up-API-variant-i.patch
	patches.kernel.org/6.8.2-638-s390-vtime-fix-average-steal-time-calculation.patch
	patches.kernel.org/6.8.2-639-net-sched-taprio-proper-TCA_TAPRIO_TC_ENTRY_IND.patch
	patches.kernel.org/6.8.2-640-devlink-Fix-devlink-parallel-commands-processin.patch
	patches.kernel.org/6.8.2-641-riscv-Only-check-online-cpus-for-emulated-acces.patch
	patches.kernel.org/6.8.2-642-soc-fsl-dpio-fix-kcalloc-argument-order.patch
	patches.kernel.org/6.8.2-643-cpufreq-Fix-per-policy-boost-behavior-on-SoCs-u.patch
	patches.kernel.org/6.8.2-644-io_uring-Fix-release-of-pinned-pages-when-__io_.patch
	patches.kernel.org/6.8.2-645-tcp-Fix-refcnt-handling-in-__inet_hash_connect.patch
	patches.kernel.org/6.8.2-646-vmxnet3-Fix-missing-reserved-tailroom.patch
	patches.kernel.org/6.8.2-647-hsr-Fix-uninit-value-access-in-hsr_get_node.patch
	patches.kernel.org/6.8.2-648-net-txgbe-fix-clk_name-exceed-MAX_DEV_ID-limits.patch
	patches.kernel.org/6.8.2-649-spi-spi-mem-add-statistics-support-to-exec_op-c.patch
	patches.kernel.org/6.8.2-650-spi-Fix-error-code-checking-in-spi_mem_exec_op.patch
	patches.kernel.org/6.8.2-651-nvme-fix-reconnection-fail-due-to-reserved-tag-.patch
	patches.kernel.org/6.8.2-652-drm-xe-Invalidate-userptr-VMA-on-page-pin-fault.patch
	patches.kernel.org/6.8.2-653-drm-xe-Skip-VMAs-pin-when-requesting-signal-to-.patch
	patches.kernel.org/6.8.2-654-net-mediatek-mtk_eth_soc-clear-MAC_MCR_FORCE_LI.patch
	patches.kernel.org/6.8.2-655-net-ethernet-mtk_eth_soc-fix-PPE-hanging-issue.patch
	patches.kernel.org/6.8.2-656-io_uring-fix-poll_remove-stalled-req-completion.patch
	patches.kernel.org/6.8.2-657-ASoC-SOF-amd-Move-signed_fw_image-to-struct-acp.patch
	patches.kernel.org/6.8.2-658-ASoC-SOF-amd-Skip-IRAM-DRAM-size-modification-f.patch
	patches.kernel.org/6.8.2-659-riscv-Fix-compilation-error-with-FAST_GUP-and-r.patch
	patches.kernel.org/6.8.2-660-xen-evtchn-avoid-WARN-when-unbinding-an-event-c.patch
	patches.kernel.org/6.8.2-661-xen-events-increment-refcnt-only-if-event-chann.patch
	patches.kernel.org/6.8.2-662-packet-annotate-data-races-around-ignore_outgoi.patch
	patches.kernel.org/6.8.2-663-xfrm-Allow-UDP-encapsulation-only-in-offload-mo.patch
	patches.kernel.org/6.8.2-664-net-veth-do-not-manipulate-GRO-when-using-XDP.patch
	patches.kernel.org/6.8.2-665-net-dsa-mt7530-prevent-possible-incorrect-XTAL-.patch
	patches.kernel.org/6.8.2-666-spi-spi-imx-fix-off-by-one-in-mx51-CPU-mode-bur.patch
	patches.kernel.org/6.8.2-667-drm-Fix-drm_fixp2int_round-making-it-add-0.5.patch
	patches.kernel.org/6.8.2-668-virtio-uapi-Drop-__packed-attribute-in-linux-vi.patch
	patches.kernel.org/6.8.2-669-vdpa_sim-reset-must-not-run.patch
	patches.kernel.org/6.8.2-670-vdpa-mlx5-Allow-CVQ-size-changes.patch
	patches.kernel.org/6.8.2-671-virtio-packed-fix-unmap-leak-for-indirect-desc-.patch
	patches.kernel.org/6.8.2-672-net-move-dev-state-into-net_device_read_txrx-gr.patch
	patches.kernel.org/6.8.2-673-wireguard-receive-annotate-data-race-around-rec.patch
	patches.kernel.org/6.8.2-674-rds-introduce-acquire-release-ordering-in-acqui.patch
	patches.kernel.org/6.8.2-675-hsr-Handle-failures-in-module-init.patch
	patches.kernel.org/6.8.2-676-ipv4-raw-Fix-sending-packets-from-raw-sockets-v.patch
	patches.kernel.org/6.8.2-677-nouveau-gsp-don-t-check-devinit-disable-on-GSP.patch
	patches.kernel.org/6.8.2-678-ceph-stop-copying-to-iter-at-EOF-on-sync-reads.patch
	patches.kernel.org/6.8.2-679-net-phy-fix-phy_read_poll_timeout-argument-type.patch
	patches.kernel.org/6.8.2-680-dm-integrity-fix-a-memory-leak-when-rechecking-.patch
	patches.kernel.org/6.8.2-681-net-bnx2x-Prevent-access-to-a-freed-page-in-pag.patch
	patches.kernel.org/6.8.2-682-devlink-fix-port-new-reply-cmd-type.patch
	patches.kernel.org/6.8.2-683-octeontx2-Detect-the-mbox-up-or-down-message-vi.patch
	patches.kernel.org/6.8.2-684-octeontx2-pf-Wait-till-detach_resources-msg-is-.patch
	patches.kernel.org/6.8.2-685-octeontx2-pf-Use-default-max_active-works-inste.patch
	patches.kernel.org/6.8.2-686-octeontx2-pf-Send-UP-messages-to-VF-only-when-V.patch
	patches.kernel.org/6.8.2-687-octeontx2-af-Use-separate-handlers-for-interrup.patch
	patches.kernel.org/6.8.2-688-drm-amdgpu-add-MMHUB-3.3.1-support.patch
	patches.kernel.org/6.8.2-689-drm-amdgpu-fix-mmhub-client-id-out-of-bounds-ac.patch
	patches.kernel.org/6.8.2-690-drm-amdgpu-drop-setting-buffer-funcs-in-sdma442.patch
	patches.kernel.org/6.8.2-691-netfilter-nft_set_pipapo-release-elements-in-cl.patch
	patches.kernel.org/6.8.2-692-netfilter-nf_tables-do-not-compare-internal-tab.patch
	patches.kernel.org/6.8.2-693-rcu-add-a-helper-to-report-consolidated-flavor-.patch
	patches.kernel.org/6.8.2-694-net-report-RCU-QS-on-threaded-NAPI-repolling.patch
	patches.kernel.org/6.8.2-695-bpf-report-RCU-QS-in-cpumap-kthread.patch
	patches.kernel.org/6.8.2-696-net-dsa-mt7530-fix-link-local-frames-that-ingre.patch
	patches.kernel.org/6.8.2-697-net-dsa-mt7530-fix-handling-of-all-link-local-f.patch
	patches.kernel.org/6.8.2-698-netfilter-nf_tables-Fix-a-memory-leak-in-nf_tab.patch
	patches.kernel.org/6.8.2-699-spi-spi-mt65xx-Fix-NULL-pointer-access-in-inter.patch
	patches.kernel.org/6.8.2-700-selftests-forwarding-Fix-ping-failure-due-to-sh.patch
	patches.kernel.org/6.8.2-701-dm-io-Support-IO-priority.patch
	patches.kernel.org/6.8.2-702-dm-integrity-align-the-outgoing-bio-in-integrit.patch
	patches.kernel.org/6.8.2-703-x86-efistub-Clear-decompressor-BSS-in-native-EF.patch
	patches.kernel.org/6.8.2-704-x86-efistub-Don-t-clear-BSS-twice-in-mixed-mode.patch
	patches.kernel.org/6.8.2-705-printk-Adjust-mapping-for-32bit-seq-macros.patch
	patches.kernel.org/6.8.2-706-printk-Use-prb_first_seq-as-base-for-32bit-seq-.patch
	patches.kernel.org/6.8.2-707-Linux-6.8.2.patch
	patches.kernel.org/6.8.3-001-drm-vmwgfx-Unmap-the-surface-before-resetting-i.patch
	patches.kernel.org/6.8.3-002-wifi-brcmfmac-Fix-use-after-free-bug-in-brcmf_c.patch
	patches.kernel.org/6.8.3-003-wifi-brcmfmac-avoid-invalid-list-operation-when.patch
	patches.kernel.org/6.8.3-004-media-staging-ipu3-imgu-Set-fields-before-media.patch
	patches.kernel.org/6.8.3-005-arm64-dts-qcom-sc7280-Add-additional-MSI-interr.patch
	patches.kernel.org/6.8.3-006-remoteproc-virtio-Fix-wdg-cannot-recovery-remot.patch
	patches.kernel.org/6.8.3-007-clk-qcom-gcc-sdm845-Add-soft-dependency-on-rpmh.patch
	patches.kernel.org/6.8.3-008-smack-Set-SMACK64TRANSMUTE-only-for-dirs-in-sma.patch
	patches.kernel.org/6.8.3-009-smack-Handle-SMACK64TRANSMUTE-in-smack_inode_se.patch
	patches.kernel.org/6.8.3-010-arm-dts-marvell-Fix-maxium-maxim-typo-in-browns.patch
	patches.kernel.org/6.8.3-011-drm-vmwgfx-Fix-possible-null-pointer-derefence-.patch
	patches.kernel.org/6.8.3-012-arm64-dts-qcom-sm8450-hdk-correct-AMIC4-and-AMI.patch
	patches.kernel.org/6.8.3-013-serial-max310x-fix-NULL-pointer-dereference-in-.patch
	patches.kernel.org/6.8.3-014-drm-vmwgfx-Fix-the-lifetime-of-the-bo-cursor-me.patch
	patches.kernel.org/6.8.3-015-pci_iounmap-Fix-MMIO-mapping-leak.patch
	patches.kernel.org/6.8.3-016-media-xc4000-Fix-atomicity-violation-in-xc4000_.patch
	patches.kernel.org/6.8.3-017-media-mc-Add-local-pad-to-pipeline-regardless-o.patch
	patches.kernel.org/6.8.3-018-media-mc-Fix-flags-handling-when-creating-pad-l.patch
	patches.kernel.org/6.8.3-019-media-nxp-imx8-isi-Check-whether-crossbar-pad-i.patch
	patches.kernel.org/6.8.3-020-media-mc-Add-num_links-flag-to-media_pad.patch
	patches.kernel.org/6.8.3-021-media-mc-Rename-pad-variable-to-clarify-intent.patch
	patches.kernel.org/6.8.3-022-media-mc-Expand-MUST_CONNECT-flag-to-always-req.patch
	patches.kernel.org/6.8.3-023-media-nxp-imx8-isi-Mark-all-crossbar-sink-pads-.patch
	patches.kernel.org/6.8.3-024-md-use-RCU-lock-to-protect-traversal-in-md_spar.patch
	patches.kernel.org/6.8.3-025-KVM-Always-flush-async-PF-workqueue-when-vCPU-i.patch
	patches.kernel.org/6.8.3-026-arm64-dts-qcom-sm8550-qrd-correct-WCD9385-TX-po.patch
	patches.kernel.org/6.8.3-027-arm64-dts-qcom-sm8550-mtp-correct-WCD9385-TX-po.patch
	patches.kernel.org/6.8.3-028-cpufreq-amd-pstate-Fix-min_perf-assignment-in-a.patch
	patches.kernel.org/6.8.3-029-thermal-intel-Fix-intel_tcc_get_temp-to-support.patch
	patches.kernel.org/6.8.3-030-powercap-intel_rapl-Fix-a-NULL-pointer-derefere.patch
	patches.kernel.org/6.8.3-031-powercap-intel_rapl-Fix-locking-in-TPMI-RAPL.patch
	patches.kernel.org/6.8.3-032-powercap-intel_rapl_tpmi-Fix-a-register-bug.patch
	patches.kernel.org/6.8.3-033-powercap-intel_rapl_tpmi-Fix-System-Domain-prob.patch
	patches.kernel.org/6.8.3-034-powerpc-smp-Adjust-nr_cpu_ids-to-cover-all-thre.patch
	patches.kernel.org/6.8.3-035-powerpc-smp-Increase-nr_cpu_ids-to-include-the-.patch
	patches.kernel.org/6.8.3-036-sparc64-NMI-watchdog-fix-return-value-of-__setu.patch
	patches.kernel.org/6.8.3-037-sparc-vDSO-fix-return-value-of-__setup-handler.patch
	patches.kernel.org/6.8.3-038-crypto-qat-change-SLAs-cleanup-flow-at-shutdown.patch
	patches.kernel.org/6.8.3-039-crypto-qat-resolve-race-condition-during-AER-re.patch
	patches.kernel.org/6.8.3-040-selftests-mqueue-Set-timeout-to-180-seconds.patch
	patches.kernel.org/6.8.3-041-pinctrl-qcom-sm8650-lpass-lpi-correct-Kconfig-n.patch
	patches.kernel.org/6.8.3-042-ext4-correct-best-extent-lstart-adjustment-logi.patch
	patches.kernel.org/6.8.3-043-drm-amdgpu-display-Address-kdoc-for-is_psr_su-i.patch
	patches.kernel.org/6.8.3-044-block-Clear-zone-limits-for-a-non-zoned-stacked.patch
	patches.kernel.org/6.8.3-045-kasan-test-avoid-gcc-warning-for-intentional-ov.patch
	patches.kernel.org/6.8.3-046-bounds-support-non-power-of-two-CONFIG_NR_CPUS.patch
	patches.kernel.org/6.8.3-047-fat-fix-uninitialized-field-in-nostale-filehand.patch
	patches.kernel.org/6.8.3-048-fuse-fix-VM_MAYSHARE-and-direct_io_allow_mmap.patch
	patches.kernel.org/6.8.3-049-mfd-twl-Select-MFD_CORE.patch
	patches.kernel.org/6.8.3-050-ubifs-Set-page-uptodate-in-the-correct-place.patch
	patches.kernel.org/6.8.3-051-ubi-Check-for-too-small-LEB-size-in-VTBL-code.patch
	patches.kernel.org/6.8.3-052-ubi-correct-the-calculation-of-fastmap-size.patch
	patches.kernel.org/6.8.3-053-ubifs-ubifs_symlink-Fix-memleak-of-inode-i_link.patch
	patches.kernel.org/6.8.3-054-mtd-rawnand-meson-fix-scrambling-mode-value-in-.patch
	patches.kernel.org/6.8.3-055-md-md-bitmap-fix-incorrect-usage-for-sb_index.patch
	patches.kernel.org/6.8.3-056-x86-nmi-Fix-the-inverse-in-NMI-handler-check.patch
	patches.kernel.org/6.8.3-057-parisc-unaligned-Rewrite-64-bit-inline-assembly.patch
	patches.kernel.org/6.8.3-058-parisc-Avoid-clobbering-the-C-B-bits-in-the-PSW.patch
	patches.kernel.org/6.8.3-059-parisc-Fix-ip_fast_csum.patch
	patches.kernel.org/6.8.3-060-parisc-Fix-csum_ipv6_magic-on-32-bit-systems.patch
	patches.kernel.org/6.8.3-061-parisc-Fix-csum_ipv6_magic-on-64-bit-systems.patch
	patches.kernel.org/6.8.3-062-parisc-Strip-upper-32-bit-of-sum-in-csum_ipv6_m.patch
	patches.kernel.org/6.8.3-063-md-raid5-fix-atomicity-violation-in-raid5_cache.patch
	patches.kernel.org/6.8.3-064-iio-adc-rockchip_saradc-fix-bitmask-for-channel.patch
	patches.kernel.org/6.8.3-065-iio-adc-rockchip_saradc-use-mask-for-write_enab.patch
	patches.kernel.org/6.8.3-066-docs-Restore-smart-quotes-for-quotes.patch
	patches.kernel.org/6.8.3-067-cpufreq-Limit-resolving-a-frequency-to-policy-m.patch
	patches.kernel.org/6.8.3-068-PM-suspend-Set-mem_sleep_current-during-kernel-.patch
	patches.kernel.org/6.8.3-069-vfio-pds-Always-clear-the-save-restore-FDs-on-r.patch
	patches.kernel.org/6.8.3-070-clk-qcom-gcc-ipq5018-fix-terminating-of-frequen.patch
	patches.kernel.org/6.8.3-071-clk-qcom-gcc-ipq6018-fix-terminating-of-frequen.patch
	patches.kernel.org/6.8.3-072-clk-qcom-gcc-ipq8074-fix-terminating-of-frequen.patch
	patches.kernel.org/6.8.3-073-clk-qcom-gcc-ipq9574-fix-terminating-of-frequen.patch
	patches.kernel.org/6.8.3-074-clk-qcom-camcc-sc8280xp-fix-terminating-of-freq.patch
	patches.kernel.org/6.8.3-075-clk-qcom-mmcc-apq8084-fix-terminating-of-freque.patch
	patches.kernel.org/6.8.3-076-clk-qcom-mmcc-msm8974-fix-terminating-of-freque.patch
	patches.kernel.org/6.8.3-077-usb-xhci-Add-error-handling-in-xhci_map_urb_for.patch
	patches.kernel.org/6.8.3-078-powerpc-fsl-Fix-mfpmr-build-errors-with-newer-b.patch
	patches.kernel.org/6.8.3-079-USB-serial-ftdi_sio-add-support-for-GMC-Z216C-A.patch
	patches.kernel.org/6.8.3-080-USB-serial-add-device-ID-for-VeriFone-adapter.patch
	patches.kernel.org/6.8.3-081-USB-serial-cp210x-add-ID-for-MGP-Instruments-PD.patch
	patches.kernel.org/6.8.3-082-wifi-mac80211-track-capability-opmode-NSS-separ.patch
	patches.kernel.org/6.8.3-083-USB-serial-option-add-MeiG-Smart-SLM320-product.patch
	patches.kernel.org/6.8.3-084-KVM-x86-xen-inject-vCPU-upcall-vector-when-loca.patch
	patches.kernel.org/6.8.3-085-USB-serial-cp210x-add-pid-vid-for-TDK-NC0110013.patch
	patches.kernel.org/6.8.3-086-PM-sleep-wakeirq-fix-wake-irq-warning-in-system.patch
	patches.kernel.org/6.8.3-087-mmc-tmio-avoid-concurrent-runs-of-mmc_request_d.patch
	patches.kernel.org/6.8.3-088-fuse-replace-remaining-make_bad_inode-with-fuse.patch
	patches.kernel.org/6.8.3-089-fuse-fix-root-lookup-with-nonzero-generation.patch
	patches.kernel.org/6.8.3-090-fuse-don-t-unhash-root.patch
	patches.kernel.org/6.8.3-091-usb-typec-ucsi-Clean-up-UCSI_CABLE_PROP-macros.patch
	patches.kernel.org/6.8.3-092-usb-dwc3-am62-fix-module-unload-reload-behavior.patch
	patches.kernel.org/6.8.3-093-usb-dwc3-am62-Disable-wakeup-at-remove.patch
	patches.kernel.org/6.8.3-094-serial-core-only-stop-transmit-when-HW-fifo-is-.patch
	patches.kernel.org/6.8.3-095-serial-Lock-console-when-calling-into-driver-be.patch
	patches.kernel.org/6.8.3-096-btrfs-qgroup-always-free-reserved-space-for-ext.patch
	patches.kernel.org/6.8.3-097-btrfs-fix-off-by-one-chunk-length-calculation-a.patch
	patches.kernel.org/6.8.3-098-wifi-rtw88-Add-missing-VID-PIDs-for-8811CU-and-.patch
	patches.kernel.org/6.8.3-099-docs-Makefile-Add-dependency-to-YNL_INDEX-for-t.patch
	patches.kernel.org/6.8.3-100-PCI-PM-Drain-runtime-idle-callbacks-before-driv.patch
	patches.kernel.org/6.8.3-101-PCI-DPC-Quirk-PIO-log-size-for-Intel-Raptor-Lak.patch
	patches.kernel.org/6.8.3-102-Revert-Revert-md-raid5-Wait-for-MD_SB_CHANGE_PE.patch
	patches.kernel.org/6.8.3-103-md-don-t-clear-MD_RECOVERY_FROZEN-for-new-dm-ra.patch
	patches.kernel.org/6.8.3-104-md-export-helpers-to-stop-sync_thread.patch
	patches.kernel.org/6.8.3-105-md-export-helper-md_is_rdwr.patch
	patches.kernel.org/6.8.3-106-md-add-a-new-helper-reshape_interrupted.patch
	patches.kernel.org/6.8.3-107-dm-raid-really-frozen-sync_thread-during-suspen.patch
	patches.kernel.org/6.8.3-108-md-dm-raid-don-t-call-md_reap_sync_thread-direc.patch
	patches.kernel.org/6.8.3-109-dm-raid-add-a-new-helper-prepare_suspend-in-md_.patch
	patches.kernel.org/6.8.3-110-dm-raid456-md-raid456-fix-a-deadlock-for-dm-rai.patch
	patches.kernel.org/6.8.3-111-dm-raid-fix-lockdep-waring-in-pers-hot_add_disk.patch
	patches.kernel.org/6.8.3-112-powerpc-xor_vmx-Add-mhard-float-to-CFLAGS.patch
	patches.kernel.org/6.8.3-113-block-Fix-page-refcounts-for-unaligned-buffers-.patch
	patches.kernel.org/6.8.3-114-mac802154-fix-llsec-key-resources-release-in-ma.patch
	patches.kernel.org/6.8.3-115-mm-swap-fix-race-between-free_swap_and_cache-an.patch
	patches.kernel.org/6.8.3-116-mmc-core-Fix-switch-on-gp3-partition.patch
	patches.kernel.org/6.8.3-117-Bluetooth-btnxpuart-Fix-btnxpuart_close.patch
	patches.kernel.org/6.8.3-118-leds-trigger-netdev-Fix-kernel-panic-on-interfa.patch
	patches.kernel.org/6.8.3-119-drm-etnaviv-Restore-some-id-values.patch
	patches.kernel.org/6.8.3-120-landlock-Warn-once-if-a-Landlock-action-is-requ.patch
	patches.kernel.org/6.8.3-121-io_uring-fix-mshot-read-defer-taskrun-cqe-posti.patch
	patches.kernel.org/6.8.3-122-hwmon-amc6821-add-of_match-table.patch
	patches.kernel.org/6.8.3-123-io_uring-fix-io_queue_proc-modifying-req-flags.patch
	patches.kernel.org/6.8.3-124-ext4-fix-corruption-during-on-line-resize.patch
	patches.kernel.org/6.8.3-125-nvmem-meson-efuse-fix-function-pointer-type-mis.patch
	patches.kernel.org/6.8.3-126-slimbus-core-Remove-usage-of-the-deprecated-ida.patch
	patches.kernel.org/6.8.3-127-phy-tegra-xusb-Add-API-to-retrieve-the-port-num.patch
	patches.kernel.org/6.8.3-128-usb-gadget-tegra-xudc-Fix-USB3-PHY-retrieval-lo.patch
	patches.kernel.org/6.8.3-129-speakup-Fix-8bit-characters-from-direct-synth.patch
	patches.kernel.org/6.8.3-130-debugfs-fix-wait-cancellation-handling-during-r.patch
	patches.kernel.org/6.8.3-131-PCI-AER-Block-runtime-suspend-when-handling-err.patch
	patches.kernel.org/6.8.3-132-io_uring-net-correctly-handle-multishot-recvmsg.patch
	patches.kernel.org/6.8.3-133-io_uring-fix-mshot-io-wq-checks.patch
	patches.kernel.org/6.8.3-134-PCI-qcom-Disable-ASPM-L0s-for-sc8280xp-sa8540p-.patch
	patches.kernel.org/6.8.3-135-sparc32-Fix-parport-build-with-sparc32.patch
	patches.kernel.org/6.8.3-136-nfs-fix-UAF-in-direct-writes.patch
	patches.kernel.org/6.8.3-137-NFS-Read-unlock-folio-on-nfs_page_create_from_f.patch
	patches.kernel.org/6.8.3-138-kbuild-Move-Wenum-compare-conditional-enum-conv.patch
	patches.kernel.org/6.8.3-139-PCI-qcom-Enable-BDF-to-SID-translation-properly.patch
	patches.kernel.org/6.8.3-140-PCI-dwc-endpoint-Fix-advertised-resizable-BAR-s.patch
	patches.kernel.org/6.8.3-141-PCI-hv-Fix-ring-buffer-size-calculation.patch
	patches.kernel.org/6.8.3-142-cifs-prevent-updating-file-size-from-server-if-.patch
	patches.kernel.org/6.8.3-143-cifs-allow-changing-password-during-remount.patch
	patches.kernel.org/6.8.3-144-thermal-drivers-mediatek-Fix-control-buffer-ena.patch
	patches.kernel.org/6.8.3-145-vfio-pci-Disable-auto-enable-of-exclusive-INTx-.patch
	patches.kernel.org/6.8.3-146-vfio-pci-Lock-external-INTx-masking-ops.patch
	patches.kernel.org/6.8.3-147-vfio-platform-Disable-virqfds-on-cleanup.patch
	patches.kernel.org/6.8.3-148-vfio-platform-Create-persistent-IRQ-handlers.patch
	patches.kernel.org/6.8.3-149-vfio-fsl-mc-Block-calling-interrupt-handler-wit.patch
	patches.kernel.org/6.8.3-150-tpm-tpm_tis-Avoid-warning-splat-at-shutdown.patch
	patches.kernel.org/6.8.3-151-ksmbd-replace-generic_fillattr-with-vfs_getattr.patch
	patches.kernel.org/6.8.3-152-ksmbd-retrieve-number-of-blocks-using-vfs_getat.patch
	patches.kernel.org/6.8.3-153-platform-x86-intel-tpmi-Change-vsec-offset-to-u.patch
	patches.kernel.org/6.8.3-154-io_uring-rw-return-IOU_ISSUE_SKIP_COMPLETE-for-.patch
	patches.kernel.org/6.8.3-155-io_uring-clean-rings-on-NO_MMAP-alloc-fail.patch
	patches.kernel.org/6.8.3-156-ring-buffer-Do-not-set-shortest_full-when-full-.patch
	patches.kernel.org/6.8.3-157-ring-buffer-Fix-full_waiters_pending-in-poll.patch
	patches.kernel.org/6.8.3-158-ring-buffer-Use-wait_event_interruptible-in-rin.patch
	patches.kernel.org/6.8.3-159-tracing-ring-buffer-Fix-wait_on_pipe-race.patch
	patches.kernel.org/6.8.3-160-dlm-fix-user-space-lkb-refcounting.patch
	patches.kernel.org/6.8.3-161-soc-fsl-qbman-Always-disable-interrupts-when-ta.patch
	patches.kernel.org/6.8.3-162-soc-fsl-qbman-Use-raw-spinlock-for-cgr_lock.patch
	patches.kernel.org/6.8.3-163-s390-zcrypt-fix-reference-counting-on-zcrypt-ca.patch
	patches.kernel.org/6.8.3-164-drm-probe-helper-warn-about-negative-.get_modes.patch
	patches.kernel.org/6.8.3-165-drm-panel-do-not-return-negative-error-codes-fr.patch
	patches.kernel.org/6.8.3-166-drm-exynos-do-not-return-negative-values-from-..patch
	patches.kernel.org/6.8.3-167-drm-imx-ipuv3-do-not-return-negative-values-fro.patch
	patches.kernel.org/6.8.3-168-drm-vc4-hdmi-do-not-return-negative-values-from.patch
	patches.kernel.org/6.8.3-169-clocksource-drivers-timer-riscv-Clear-timer-int.patch
	patches.kernel.org/6.8.3-170-memtest-use-READ-WRITE-_ONCE-in-memory-scanning.patch
	patches.kernel.org/6.8.3-171-Revert-block-mq-deadline-use-correct-way-to-thr.patch
	patches.kernel.org/6.8.3-172-lsm-use-32-bit-compatible-data-types-in-LSM-sys.patch
	patches.kernel.org/6.8.3-173-lsm-handle-the-NULL-buffer-case-in-lsm_fill_use.patch
	patches.kernel.org/6.8.3-174-f2fs-mark-inode-dirty-for-FI_ATOMIC_COMMITTED-f.patch
	patches.kernel.org/6.8.3-175-f2fs-truncate-page-cache-before-clearing-flags-.patch
	patches.kernel.org/6.8.3-176-nilfs2-fix-failure-to-detect-DAT-corruption-in-.patch
	patches.kernel.org/6.8.3-177-nilfs2-prevent-kernel-bug-at-submit_bh_wbc.patch
	patches.kernel.org/6.8.3-178-cifs-make-sure-server-interfaces-are-requested-.patch
	patches.kernel.org/6.8.3-179-cifs-reduce-warning-log-level-for-server-not-ad.patch
	patches.kernel.org/6.8.3-180-cifs-open_cached_dir-add-FILE_READ_EA-to-desire.patch
	patches.kernel.org/6.8.3-181-mtd-rawnand-Fix-and-simplify-again-the-continuo.patch
	patches.kernel.org/6.8.3-182-mtd-rawnand-Add-a-helper-for-calculating-a-page.patch
	patches.kernel.org/6.8.3-183-mtd-rawnand-Ensure-all-continuous-terms-are-alw.patch
	patches.kernel.org/6.8.3-184-mtd-rawnand-Constrain-even-more-when-continuous.patch
	patches.kernel.org/6.8.3-185-cpufreq-dt-always-allocate-zeroed-cpumask.patch
	patches.kernel.org/6.8.3-186-io_uring-futex-always-remove-futex-entry-for-ca.patch
	patches.kernel.org/6.8.3-187-io_uring-waitid-always-remove-waitid-entry-for-.patch
	patches.kernel.org/6.8.3-188-x86-CPU-AMD-Update-the-Zenbleed-microcode-revis.patch
	patches.kernel.org/6.8.3-189-ksmbd-fix-slab-out-of-bounds-in-smb_strndup_fro.patch
	patches.kernel.org/6.8.3-190-net-esp-fix-bad-handling-of-pages-from-page_poo.patch
	patches.kernel.org/6.8.3-191-NFSD-Fix-nfsd_clid_class-use-of-__string_len-ma.patch
	patches.kernel.org/6.8.3-192-drm-i915-Add-missing-to-__assign_str-macros-in-.patch
	patches.kernel.org/6.8.3-193-net-hns3-tracing-fix-hclgevf-trace-event-string.patch
	patches.kernel.org/6.8.3-194-cxl-trace-Properly-initialize-cxl_poison-region.patch
	patches.kernel.org/6.8.3-195-ksmbd-fix-potencial-out-of-bounds-when-buffer-o.patch
	patches.kernel.org/6.8.3-196-virtio-reenable-config-if-freezing-device-faile.patch
	patches.kernel.org/6.8.3-197-LoongArch-Change-__my_cpu_offset-definition-to-.patch
	patches.kernel.org/6.8.3-198-LoongArch-Define-the-__io_aw-hook-as-mmiowb.patch
	patches.kernel.org/6.8.3-199-LoongArch-crypto-Clean-up-useless-assignment-op.patch
	patches.kernel.org/6.8.3-200-wireguard-netlink-check-for-dangling-peer-via-i.patch
	patches.kernel.org/6.8.3-201-wireguard-netlink-access-device-through-ctx-ins.patch
	patches.kernel.org/6.8.3-202-wireguard-selftests-set-RISCV_ISA_FALLBACK-on-r.patch
	patches.kernel.org/6.8.3-203-ahci-asm1064-asm1166-don-t-limit-reported-ports.patch
	patches.kernel.org/6.8.3-204-drm-amd-display-Change-default-size-for-dummy-p.patch
	patches.kernel.org/6.8.3-205-drm-amdgpu-amdgpu_ttm_gart_bind-set-gtt-bound-f.patch
	patches.kernel.org/6.8.3-206-drm-amdgpu-pm-Fix-NULL-pointer-dereference-when.patch
	patches.kernel.org/6.8.3-207-drm-amdgpu-pm-Check-the-validity-of-overdiver-p.patch
	patches.kernel.org/6.8.3-208-drm-amd-display-Override-min-required-DCFCLK-in.patch
	patches.kernel.org/6.8.3-209-drm-amd-display-Allow-dirty-rects-to-be-sent-to.patch
	patches.kernel.org/6.8.3-210-drm-amd-display-Init-DPPCLK-from-SMU-on-dcn32.patch
	patches.kernel.org/6.8.3-211-drm-amd-display-Update-odm-when-ODM-combine-is-.patch
	patches.kernel.org/6.8.3-212-drm-amd-display-Fix-idle-check-for-shared-firmw.patch
	patches.kernel.org/6.8.3-213-drm-amd-display-Amend-coasting-vtotal-for-repla.patch
	patches.kernel.org/6.8.3-214-drm-amd-display-Lock-all-enabled-otg-pipes-even.patch
	patches.kernel.org/6.8.3-215-drm-amd-display-Implement-wait_for_odm_update_p.patch
	patches.kernel.org/6.8.3-216-drm-amd-display-Return-the-correct-HDCP-error-c.patch
	patches.kernel.org/6.8.3-217-drm-amd-display-Add-a-dc_state-NULL-check-in-dc.patch
	patches.kernel.org/6.8.3-218-drm-amd-display-Fix-noise-issue-on-HDMI-AV-mute.patch
	patches.kernel.org/6.8.3-219-dm-snapshot-fix-lockup-in-dm_exception_table_ex.patch
	patches.kernel.org/6.8.3-220-x86-pm-Work-around-false-positive-kmemleak-repo.patch
	patches.kernel.org/6.8.3-221-wifi-brcmfmac-add-per-vendor-feature-detection-.patch
	patches.kernel.org/6.8.3-222-wifi-brcmfmac-cfg80211-Use-WSEC-to-set-SAE-pass.patch
	patches.kernel.org/6.8.3-223-wifi-brcmfmac-Demote-vendor-specific-attach-det.patch
	patches.kernel.org/6.8.3-224-drm-ttm-Make-sure-the-mapped-tt-pages-are-decry.patch
	patches.kernel.org/6.8.3-225-drm-amd-display-Unify-optimize_required-flags-a.patch
	patches.kernel.org/6.8.3-226-drm-amd-display-Add-more-checks-for-exiting-idl.patch
	patches.kernel.org/6.8.3-227-btrfs-add-set_folio_extent_mapped-helper.patch
	patches.kernel.org/6.8.3-228-btrfs-replace-sb-s_blocksize-by-fs_info-sectors.patch
	patches.kernel.org/6.8.3-229-btrfs-add-helpers-to-get-inode-from-page-folio-.patch
	patches.kernel.org/6.8.3-230-btrfs-add-helpers-to-get-fs_info-from-page-foli.patch
	patches.kernel.org/6.8.3-231-btrfs-add-helper-to-get-fs_info-from-struct-ino.patch
	patches.kernel.org/6.8.3-232-btrfs-qgroup-validate-btrfs_qgroup_inherit-para.patch
	patches.kernel.org/6.8.3-233-vfio-Introduce-interface-to-flush-virqfd-inject.patch
	patches.kernel.org/6.8.3-234-vfio-pci-Create-persistent-INTx-handler.patch
	patches.kernel.org/6.8.3-235-drm-bridge-add-edid_read-hook-and-drm_bridge_ed.patch
	patches.kernel.org/6.8.3-236-drm-bridge-lt8912b-use-drm_bridge_edid_read.patch
	patches.kernel.org/6.8.3-237-drm-bridge-lt8912b-clear-the-EDID-property-on-f.patch
	patches.kernel.org/6.8.3-238-drm-bridge-lt8912b-do-not-return-negative-value.patch
	patches.kernel.org/6.8.3-239-drm-amd-display-Remove-pixle-rate-limit-for-sub.patch
	patches.kernel.org/6.8.3-240-drm-amd-display-Revert-Remove-pixle-rate-limit-.patch
	patches.kernel.org/6.8.3-241-workqueue-Shorten-events_freezable_power_effici.patch
	patches.kernel.org/6.8.3-242-drm-amd-display-Use-freesync-when-DRM_EDID_FEAT.patch
	patches.kernel.org/6.8.3-243-netfilter-nf_tables-reject-constant-set-with-ti.patch
	patches.kernel.org/6.8.3-244-Revert-crypto-pkcs7-remove-sha1-support.patch
	patches.kernel.org/6.8.3-245-x86-efistub-Call-mixed-mode-boot-services-on-th.patch
	patches.kernel.org/6.8.3-246-ASoC-amd-yc-Revert-Fix-non-functional-mic-on-Le.patch
	patches.kernel.org/6.8.3-247-ASoC-amd-yc-Revert-add-new-YC-platform-variant-.patch
	patches.kernel.org/6.8.3-248-Fix-memory-leak-in-posix_clock_open.patch
	patches.kernel.org/6.8.3-249-wifi-rtw88-8821cu-Fix-connection-failure.patch
	patches.kernel.org/6.8.3-250-x86-Kconfig-Remove-CONFIG_AMD_MEM_ENCRYPT_ACTIV.patch
	patches.kernel.org/6.8.3-251-x86-sev-Fix-position-dependent-variable-referen.patch
	patches.kernel.org/6.8.3-252-clocksource-drivers-arm_global_timer-Fix-maximu.patch
	patches.kernel.org/6.8.3-253-ARM-9352-1-iwmmxt-Remove-support-for-PJ4-PJ4B-c.patch
	patches.kernel.org/6.8.3-254-ARM-9359-1-flush-check-if-the-folio-is-reserved.patch
	patches.kernel.org/6.8.3-255-entry-Respect-changes-to-system-call-number-by-.patch
	patches.kernel.org/6.8.3-256-swiotlb-Fix-double-allocation-of-slots-due-to-b.patch
	patches.kernel.org/6.8.3-257-swiotlb-Honour-dma_alloc_coherent-alignment-in-.patch
	patches.kernel.org/6.8.3-258-swiotlb-Fix-alignment-checks-when-both-allocati.patch
	patches.kernel.org/6.8.3-259-iommu-dma-Force-swiotlb_max_mapping_size-on-an-.patch
	patches.kernel.org/6.8.3-260-printk-Update-console_may_schedule-in-console_t.patch
	patches.kernel.org/6.8.3-261-irqchip-renesas-rzg2l-Flush-posted-write-in-irq.patch
	patches.kernel.org/6.8.3-262-irqchip-renesas-rzg2l-Rename-rzg2l_tint_eoi.patch
	patches.kernel.org/6.8.3-263-irqchip-renesas-rzg2l-Rename-rzg2l_irq_eoi.patch
	patches.kernel.org/6.8.3-264-irqchip-renesas-rzg2l-Prevent-spurious-interrup.patch
	patches.kernel.org/6.8.3-265-kprobes-x86-Use-copy_from_kernel_nofault-to-rea.patch
	patches.kernel.org/6.8.3-266-efi-libstub-fix-efi_random_alloc-to-allocate-me.patch
	patches.kernel.org/6.8.3-267-x86-mpparse-Register-APIC-address-only-once.patch
	patches.kernel.org/6.8.3-268-x86-fpu-Keep-xfd_state-in-sync-with-MSR_IA32_XF.patch
	patches.kernel.org/6.8.3-269-efi-fix-panic-in-kdump-kernel.patch
	patches.kernel.org/6.8.3-270-pwm-img-fix-pwm-clock-lookup.patch
	patches.kernel.org/6.8.3-271-selftests-mm-Fix-build-with-_FORTIFY_SOURCE.patch
	patches.kernel.org/6.8.3-272-btrfs-handle-errors-returned-from-unpin_extent_.patch
	patches.kernel.org/6.8.3-273-btrfs-fix-warning-messages-not-printing-interva.patch
	patches.kernel.org/6.8.3-274-btrfs-do-not-skip-re-registration-for-the-mount.patch
	patches.kernel.org/6.8.3-275-mfd-intel-lpss-Switch-to-generalized-quirk-tabl.patch
	patches.kernel.org/6.8.3-276-mfd-intel-lpss-Introduce-QUIRK_CLOCK_DIVIDER_UN.patch
	patches.kernel.org/6.8.3-277-drm-i915-Replace-a-memset-with-zero-initializat.patch
	patches.kernel.org/6.8.3-278-drm-i915-Try-to-preserve-the-current-shared_dpl.patch
	patches.kernel.org/6.8.3-279-drm-i915-Include-the-PLL-name-in-the-debug-mess.patch
	patches.kernel.org/6.8.3-280-drm-i915-Suppress-old-PLL-pipe_mask-checks-for-.patch
	patches.kernel.org/6.8.3-281-crypto-iaa-Fix-nr_cpus-nr_iaa-case.patch
	patches.kernel.org/6.8.3-282-drm-amd-display-Prevent-crash-when-disable-stre.patch
	patches.kernel.org/6.8.3-283-ALSA-hda-tas2781-remove-digital-gain-kcontrol.patch
	patches.kernel.org/6.8.3-284-ALSA-hda-tas2781-add-locks-to-kcontrols.patch
	patches.kernel.org/6.8.3-285-mm-zswap-fix-writeback-shinker-GFP_NOIO-GFP_NOF.patch
	patches.kernel.org/6.8.3-286-init-open-initrd.image-with-O_LARGEFILE.patch
	patches.kernel.org/6.8.3-287-x86-efistub-Add-missing-boot_params-for-mixed-m.patch
	patches.kernel.org/6.8.3-288-efi-libstub-Cast-away-type-warning-in-use-of-ma.patch
	patches.kernel.org/6.8.3-289-x86-efistub-Reinstate-soft-limit-for-initrd-loa.patch
	patches.kernel.org/6.8.3-290-prctl-generalize-PR_SET_MDWE-support-check-to-b.patch
	patches.kernel.org/6.8.3-291-ARM-prctl-reject-PR_SET_MDWE-on-pre-ARMv6.patch
	patches.kernel.org/6.8.3-292-tmpfs-fix-race-on-handling-dquot-rbtree.patch
	patches.kernel.org/6.8.3-293-btrfs-validate-device-maj-min-during-open.patch
	patches.kernel.org/6.8.3-294-btrfs-fix-race-in-read_extent_buffer_pages.patch
	patches.kernel.org/6.8.3-295-btrfs-zoned-don-t-skip-block-groups-with-100-zo.patch
	patches.kernel.org/6.8.3-296-btrfs-zoned-use-zone-aware-sb-location-for-scru.patch
	patches.kernel.org/6.8.3-297-btrfs-zoned-fix-use-after-free-in-do_zone_finis.patch
	patches.kernel.org/6.8.3-298-wifi-mac80211-check-clear-fast-rx-for-non-4addr.patch
	patches.kernel.org/6.8.3-299-wifi-cfg80211-add-a-flag-to-disable-wireless-ex.patch
	patches.kernel.org/6.8.3-300-wifi-iwlwifi-mvm-disable-MLO-for-the-time-being.patch
	patches.kernel.org/6.8.3-301-wifi-iwlwifi-fw-don-t-always-use-FW-dump-trig.patch
	patches.kernel.org/6.8.3-302-wifi-iwlwifi-mvm-handle-debugfs-names-more-care.patch
	patches.kernel.org/6.8.3-303-Revert-drm-amd-display-Fix-sending-VSC-colorime.patch
	patches.kernel.org/6.8.3-304-fbdev-Select-I-O-memory-framebuffer-ops-for-SBu.patch
	patches.kernel.org/6.8.3-305-exec-Fix-NOMMU-linux_binprm-exec-in-transfer_ar.patch
	patches.kernel.org/6.8.3-306-hexagon-vmlinux.lds.S-handle-attributes-section.patch
	patches.kernel.org/6.8.3-307-mm-cachestat-fix-two-shmem-bugs.patch
	patches.kernel.org/6.8.3-308-selftests-mm-sigbus-wp-test-requires-UFFD_FEATU.patch
	patches.kernel.org/6.8.3-309-selftests-mm-fix-ARM-related-issue-with-fork-af.patch
	patches.kernel.org/6.8.3-310-mmc-sdhci-omap-re-tuning-is-needed-after-a-pm-t.patch
	patches.kernel.org/6.8.3-311-mmc-core-Initialize-mmc_blk_ioc_data.patch
	patches.kernel.org/6.8.3-312-mmc-core-Avoid-negative-index-with-array-access.patch
	patches.kernel.org/6.8.3-313-sdhci-of-dwcmshc-disable-PM-runtime-in-dwcmshc_.patch
	patches.kernel.org/6.8.3-314-block-Do-not-force-full-zone-append-completion-.patch
	patches.kernel.org/6.8.3-315-thermal-devfreq_cooling-Fix-perf-state-when-cal.patch
	patches.kernel.org/6.8.3-316-Revert-thermal-core-Don-t-update-trip-points-in.patch
	patches.kernel.org/6.8.3-317-nouveau-dmem-handle-kcalloc-allocation-failure.patch
	patches.kernel.org/6.8.3-318-net-ll_temac-platform_get_resource-replaced-by-.patch
	patches.kernel.org/6.8.3-319-net-wan-framer-Add-missing-static-inline-qualif.patch
	patches.kernel.org/6.8.3-320-net-phy-qcom-at803x-fix-kernel-panic-with-at803.patch
	patches.kernel.org/6.8.3-321-drm-xe-query-fix-gt_id-bounds-check.patch
	patches.kernel.org/6.8.3-322-drm-dp-Fix-divide-by-zero-regression-on-DP-MST-.patch
	patches.kernel.org/6.8.3-323-drm-vmwgfx-Create-debugfs-ttm_resource_manager-.patch
	patches.kernel.org/6.8.3-324-drm-amdkfd-fix-TLB-flush-after-unmap-for-GFX9.4.patch
	patches.kernel.org/6.8.3-325-drm-amdgpu-fix-deadlock-while-reading-mqd-from-.patch
	patches.kernel.org/6.8.3-326-drm-amd-display-Remove-MPC-rate-control-logic-f.patch
	patches.kernel.org/6.8.3-327-drm-amd-display-Set-DCN351-BB-and-IP-the-same-a.patch
	patches.kernel.org/6.8.3-328-drm-i915-hwmon-Fix-locking-inversion-in-sysfs-g.patch
	patches.kernel.org/6.8.3-329-drm-i915-vma-Fix-UAF-on-destroy-against-retire-.patch
	patches.kernel.org/6.8.3-330-drm-i915-bios-Tolerate-devdata-NULL-in-intel_bi.patch
	patches.kernel.org/6.8.3-331-drm-i915-vrr-Generate-VRR-safe-window-for-DSB.patch
	patches.kernel.org/6.8.3-332-drm-i915-dsi-Go-back-to-the-previous-INIT_OTP-D.patch
	patches.kernel.org/6.8.3-333-drm-i915-dsb-Fix-DSB-vblank-waits-when-using-VR.patch
	patches.kernel.org/6.8.3-334-drm-i915-Do-not-match-JSL-in-ehl_combo_pll_div_.patch
	patches.kernel.org/6.8.3-335-drm-i915-Pre-populate-the-cursor-physical-dma-a.patch
	patches.kernel.org/6.8.3-336-drm-i915-gt-Reset-queue_priority_hint-on-parkin.patch
	patches.kernel.org/6.8.3-337-drm-amd-display-Fix-bounds-check-for-dcn35-DcfC.patch
	patches.kernel.org/6.8.3-338-Bluetooth-hci_sync-Fix-not-checking-error-on-hc.patch
	patches.kernel.org/6.8.3-339-mtd-spinand-Add-support-for-5-byte-IDs.patch
	patches.kernel.org/6.8.3-340-Revert-usb-phy-generic-Get-the-vbus-supply.patch
	patches.kernel.org/6.8.3-341-usb-cdc-wdm-close-race-between-read-and-workque.patch
	patches.kernel.org/6.8.3-342-usb-misc-ljca-Fix-double-free-in-error-handling.patch
	patches.kernel.org/6.8.3-343-USB-UAS-return-ENODEV-when-submit-urbs-fail-wit.patch
	patches.kernel.org/6.8.3-344-vfio-pds-Make-sure-migration-file-isn-t-accesse.patch
	patches.kernel.org/6.8.3-345-ring-buffer-Make-wake-once-of-ring_buffer_wait-.patch
	patches.kernel.org/6.8.3-346-btrfs-fix-extent-map-leak-in-unexpected-scenari.patch
	patches.kernel.org/6.8.3-347-ALSA-sh-aica-reorder-cleanup-operations-to-avoi.patch
	patches.kernel.org/6.8.3-348-scsi-ufs-qcom-Provide-default-cycles_in_1us-val.patch
	patches.kernel.org/6.8.3-349-scsi-sd-Fix-TCG-OPAL-unlock-on-system-resume.patch
	patches.kernel.org/6.8.3-350-scsi-core-Fix-unremoved-procfs-host-directory-r.patch
	patches.kernel.org/6.8.3-351-staging-vc04_services-changen-strncpy-to-strscp.patch
	patches.kernel.org/6.8.3-352-staging-vc04_services-fix-information-leak-in-c.patch
	patches.kernel.org/6.8.3-353-genirq-Introduce-IRQF_COND_ONESHOT-and-use-it-i.patch
	patches.kernel.org/6.8.3-354-usb-dwc3-Properly-set-system-wakeup.patch
	patches.kernel.org/6.8.3-355-USB-core-Fix-deadlock-in-usb_deauthorize_interf.patch
	patches.kernel.org/6.8.3-356-USB-core-Add-hub_get-and-hub_put-routines.patch
	patches.kernel.org/6.8.3-357-USB-core-Fix-deadlock-in-port-disable-sysfs-att.patch
	patches.kernel.org/6.8.3-358-usb-dwc2-host-Fix-remote-wakeup-from-hibernatio.patch
	patches.kernel.org/6.8.3-359-usb-dwc2-host-Fix-hibernation-flow.patch
	patches.kernel.org/6.8.3-360-usb-dwc2-host-Fix-ISOC-flow-in-DDMA-mode.patch
	patches.kernel.org/6.8.3-361-usb-dwc2-gadget-Fix-exiting-from-clock-gating.patch
	patches.kernel.org/6.8.3-362-usb-dwc2-gadget-LPM-flow-fix.patch
	patches.kernel.org/6.8.3-363-usb-udc-remove-warning-when-queue-disabled-ep.patch
	patches.kernel.org/6.8.3-364-usb-typec-ucsi-Fix-race-between-typec_switch-an.patch
	patches.kernel.org/6.8.3-365-usb-typec-tcpm-fix-double-free-issue-in-tcpm_po.patch
	patches.kernel.org/6.8.3-366-usb-typec-tcpm-Correct-port-source-pdo-array-in.patch
	patches.kernel.org/6.8.3-367-usb-typec-tcpm-Update-PD-of-Type-C-port-upon-pd.patch
	patches.kernel.org/6.8.3-368-usb-typec-Return-size-of-buffer-if-pd_set-opera.patch
	patches.kernel.org/6.8.3-369-usb-typec-ucsi-Clear-EVENT_PENDING-under-PPM-lo.patch
	patches.kernel.org/6.8.3-370-usb-typec-ucsi-Ack-unsupported-commands.patch
	patches.kernel.org/6.8.3-371-usb-typec-ucsi_acpi-Refactor-and-fix-DELL-quirk.patch
	patches.kernel.org/6.8.3-372-usb-typec-ucsi-Clear-UCSI_CCI_RESET_COMPLETE-be.patch
	patches.kernel.org/6.8.3-373-scsi-qla2xxx-Prevent-command-send-on-chip-reset.patch
	patches.kernel.org/6.8.3-374-scsi-qla2xxx-Fix-N2N-stuck-connection.patch
	patches.kernel.org/6.8.3-375-scsi-qla2xxx-Split-FCE-EFT-trace-control.patch
	patches.kernel.org/6.8.3-376-scsi-qla2xxx-Update-manufacturer-detail.patch
	patches.kernel.org/6.8.3-377-scsi-qla2xxx-NVME-FCP-prefer-flag-not-being-hon.patch
	patches.kernel.org/6.8.3-378-scsi-qla2xxx-Fix-command-flush-on-cable-pull.patch
	patches.kernel.org/6.8.3-379-scsi-qla2xxx-Fix-double-free-of-the-ha-vp_map-p.patch
	patches.kernel.org/6.8.3-380-scsi-qla2xxx-Fix-double-free-of-fcport.patch
	patches.kernel.org/6.8.3-381-scsi-qla2xxx-Change-debug-message-during-driver.patch
	patches.kernel.org/6.8.3-382-scsi-qla2xxx-Delay-I-O-Abort-on-PCI-error.patch
	patches.kernel.org/6.8.3-383-x86-bugs-Fix-the-SRSO-mitigation-on-Zen3-4.patch
	patches.kernel.org/6.8.3-384-crash-use-macro-to-add-crashk_res-into-iomem-ea.patch
	patches.kernel.org/6.8.3-385-drm-amd-display-fix-IPX-enablement.patch
	patches.kernel.org/6.8.3-386-x86-bugs-Use-fixed-addressing-for-VERW-operand.patch
	patches.kernel.org/6.8.3-387-Revert-x86-bugs-Use-fixed-addressing-for-VERW-o.patch
	patches.kernel.org/6.8.3-388-usb-dwc3-pci-Drop-duplicate-ID.patch
	patches.kernel.org/6.8.3-389-scsi-lpfc-Correct-size-for-cmdwqe-rspwqe-for-me.patch
	patches.kernel.org/6.8.3-390-scsi-lpfc-Correct-size-for-wqe-for-memset.patch
	patches.kernel.org/6.8.3-391-scsi-libsas-Add-a-helper-sas_get_sas_addr_and_d.patch
	patches.kernel.org/6.8.3-392-scsi-libsas-Fix-disk-not-being-scanned-in-after.patch
	patches.kernel.org/6.8.3-393-perf-x86-amd-core-Update-and-fix-stalled-cycles.patch
	patches.kernel.org/6.8.3-394-x86-sev-Skip-ROM-range-scans-and-validation-for.patch
	patches.kernel.org/6.8.3-395-tools-resolve_btfids-fix-build-with-musl-libc.patch
	patches.kernel.org/6.8.3-396-drm-amdgpu-fix-use-after-free-bug.patch
	patches.kernel.org/6.8.3-397-drm-sched-fix-null-ptr-deref-in-init-entity.patch
	patches.kernel.org/6.8.3-398-Linux-6.8.3.patch
	patches.kernel.org/6.8.4-001-Revert-workqueue-Shorten-events_freezable_power.patch
	patches.kernel.org/6.8.4-002-Revert-workqueue-Don-t-call-cpumask_test_cpu-wi.patch
	patches.kernel.org/6.8.4-003-Revert-workqueue-Implement-system-wide-nr_activ.patch
	patches.kernel.org/6.8.4-004-Revert-workqueue-Introduce-struct-wq_node_nr_ac.patch
	patches.kernel.org/6.8.4-005-Revert-workqueue-RCU-protect-wq-dfl_pwq-and-imp.patch
	patches.kernel.org/6.8.4-006-Revert-workqueue-Make-wq_adjust_max_active-roun.patch
	patches.kernel.org/6.8.4-007-Revert-workqueue-Move-nr_active-handling-into-h.patch
	patches.kernel.org/6.8.4-008-Revert-workqueue-Replace-pwq_activate_inactive_.patch
	patches.kernel.org/6.8.4-009-Revert-workqueue-Factor-out-pwq_is_empty.patch
	patches.kernel.org/6.8.4-010-Revert-workqueue-Move-pwq-max_active-to-wq-max_.patch
	patches.kernel.org/6.8.4-011-Revert-workqueue.c-Increase-workqueue-name-leng.patch
	patches.kernel.org/6.8.4-012-Linux-6.8.4.patch
	patches.kernel.org/6.8.5-001-scripts-bpf_doc-Use-silent-mode-when-exec-make-.patch
	patches.kernel.org/6.8.5-002-xsk-Don-t-assume-metadata-is-always-requested-i.patch
	patches.kernel.org/6.8.5-003-s390-bpf-Fix-bpf_plt-pointer-arithmetic.patch
	patches.kernel.org/6.8.5-004-bpf-arm64-fix-bug-in-BPF_LDX_MEMSX.patch
	patches.kernel.org/6.8.5-005-dma-buf-Fix-NULL-pointer-dereference-in-sanityc.patch
	patches.kernel.org/6.8.5-006-arm64-bpf-fix-32bit-unconditional-bswap.patch
	patches.kernel.org/6.8.5-007-nfc-nci-Fix-uninit-value-in-nci_dev_up-and-nci_.patch
	patches.kernel.org/6.8.5-008-nfsd-Fix-error-cleanup-path-in-nfsd_rename.patch
	patches.kernel.org/6.8.5-009-tools-ynl-fix-setting-presence-bits-in-simple-n.patch
	patches.kernel.org/6.8.5-010-mlxbf_gige-stop-PHY-during-open-error-paths.patch
	patches.kernel.org/6.8.5-011-wifi-iwlwifi-mvm-pick-the-version-of-SESSION_PR.patch
	patches.kernel.org/6.8.5-012-wifi-iwlwifi-mvm-rfi-fix-potential-response-lea.patch
	patches.kernel.org/6.8.5-013-wifi-iwlwifi-mvm-include-link-ID-when-releasing.patch
	patches.kernel.org/6.8.5-014-ALSA-hda-cs35l56-Set-the-init_done-flag-before-.patch
	patches.kernel.org/6.8.5-015-ice-Refactor-FW-data-type-and-fix-bitmap-castin.patch
	patches.kernel.org/6.8.5-016-ice-fix-memory-corruption-bug-with-suspend-and-.patch
	patches.kernel.org/6.8.5-017-ixgbe-avoid-sleeping-allocation-in-ixgbe_ipsec_.patch
	patches.kernel.org/6.8.5-018-igc-Remove-stale-comment-about-Tx-timestamping.patch
	patches.kernel.org/6.8.5-019-drm-xe-Remove-unused-xe_bo-props-struct.patch
	patches.kernel.org/6.8.5-020-drm-xe-Add-exec_queue.sched_props.job_timeout_m.patch
	patches.kernel.org/6.8.5-021-drm-xe-guc_submit-use-jiffies-for-job-timeout.patch
	patches.kernel.org/6.8.5-022-drm-xe-queue-fix-engine_class-bounds-check.patch
	patches.kernel.org/6.8.5-023-drm-xe-device-fix-XE_MAX_GT_PER_TILE-check.patch
	patches.kernel.org/6.8.5-024-drm-xe-device-fix-XE_MAX_TILES_PER_DEVICE-check.patch
	patches.kernel.org/6.8.5-025-dpll-indent-DPLL-option-type-by-a-tab.patch
	patches.kernel.org/6.8.5-026-s390-qeth-handle-deferred-cc1.patch
	patches.kernel.org/6.8.5-027-net-hsr-hsr_slave-Fix-the-promiscuous-mode-in-o.patch
	patches.kernel.org/6.8.5-028-tcp-properly-terminate-timers-for-kernel-socket.patch
	patches.kernel.org/6.8.5-029-net-wwan-t7xx-Split-64bit-accesses-to-fix-align.patch
	patches.kernel.org/6.8.5-030-drm-rockchip-vop2-Remove-AR30-and-AB30-format-s.patch
	patches.kernel.org/6.8.5-031-selftests-vxlan_mdb-Fix-failures-with-old-libne.patch
	patches.kernel.org/6.8.5-032-gpiolib-Fix-debug-messaging-in-gpiod_find_and_r.patch
	patches.kernel.org/6.8.5-033-ACPICA-debugger-check-status-of-acpi_evaluate_o.patch
	patches.kernel.org/6.8.5-034-net-hns3-fix-index-limit-to-support-all-queue-s.patch
	patches.kernel.org/6.8.5-035-net-hns3-fix-kernel-crash-when-devlink-reload-d.patch
	patches.kernel.org/6.8.5-036-net-hns3-mark-unexcuted-loopback-test-result-as.patch
	patches.kernel.org/6.8.5-037-tls-recv-process_rx_list-shouldn-t-use-an-offse.patch
	patches.kernel.org/6.8.5-038-tls-adjust-recv-return-with-async-crypto-and-fa.patch
	patches.kernel.org/6.8.5-039-tls-get-psock-ref-after-taking-rxlock-to-avoid-.patch
	patches.kernel.org/6.8.5-040-mlxbf_gige-call-request_irq-after-NAPI-initiali.patch
	patches.kernel.org/6.8.5-041-drm-amd-display-Update-P010-scaling-cap.patch
	patches.kernel.org/6.8.5-042-drm-amd-display-Send-DTBCLK-disable-message-on-.patch
	patches.kernel.org/6.8.5-043-bpf-Protect-against-int-overflow-for-stack-acce.patch
	patches.kernel.org/6.8.5-044-cifs-Fix-duplicate-fscache-cookie-warnings.patch
	patches.kernel.org/6.8.5-045-netfilter-nf_tables-reject-destroy-command-to-r.patch
	patches.kernel.org/6.8.5-046-netfilter-nf_tables-reject-table-flag-and-netde.patch
	patches.kernel.org/6.8.5-047-netfilter-nf_tables-skip-netdev-hook-unregistra.patch
	patches.kernel.org/6.8.5-048-iommu-Validate-the-PASID-in-iommu_attach_device.patch
	patches.kernel.org/6.8.5-049-net-bcmasp-Bring-up-unimac-after-PHY-link-up.patch
	patches.kernel.org/6.8.5-050-net-lan743x-Add-set-RFE-read-fifo-threshold-for.patch
	patches.kernel.org/6.8.5-051-Octeontx2-af-fix-pause-frame-configuration-in-G.patch
	patches.kernel.org/6.8.5-052-inet-inet_defrag-prevent-sk-release-while-still.patch
	patches.kernel.org/6.8.5-053-drm-i915-Stop-doing-double-audio-enable-disable.patch
	patches.kernel.org/6.8.5-054-drm-i915-display-Disable-AuxCCS-framebuffers-if.patch
	patches.kernel.org/6.8.5-055-drm-i915-xelpg-Extend-some-workarounds-tuning-t.patch
	patches.kernel.org/6.8.5-056-drm-i915-mtl-Update-workaround-14018575942.patch
	patches.kernel.org/6.8.5-057-drm-i915-Do-not-print-pxp-init-failed-with-0-wh.patch
	patches.kernel.org/6.8.5-058-dm-integrity-fix-out-of-range-warning.patch
	patches.kernel.org/6.8.5-059-modpost-do-not-make-find_tosym-return-NULL.patch
	patches.kernel.org/6.8.5-060-kbuild-make-Woverride-init-warnings-more-consis.patch
	patches.kernel.org/6.8.5-061-mm-treewide-replace-pud_large-with-pud_leaf.patch
	patches.kernel.org/6.8.5-062-Revert-x86-mm-ident_map-Use-gbpages-only-where-.patch
	patches.kernel.org/6.8.5-063-gpio-cdev-sanitize-the-label-before-requesting-.patch
	patches.kernel.org/6.8.5-064-RISC-V-KVM-Fix-APLIC-setipnum_le-be-write-emula.patch
	patches.kernel.org/6.8.5-065-RISC-V-KVM-Fix-APLIC-in_clrip-x-read-emulation.patch
	patches.kernel.org/6.8.5-066-KVM-arm64-Fix-host-programmed-guest-events-in-n.patch
	patches.kernel.org/6.8.5-067-KVM-arm64-Fix-out-of-IPA-space-translation-faul.patch
	patches.kernel.org/6.8.5-068-selinux-avoid-dereference-of-garbage-after-moun.patch
	patches.kernel.org/6.8.5-069-r8169-fix-issue-caused-by-buggy-BIOS-on-certain.patch
	patches.kernel.org/6.8.5-070-x86-cpufeatures-Add-new-word-for-scattered-feat.patch
	patches.kernel.org/6.8.5-071-x86-cpufeatures-Add-CPUID_LNX_5-to-track-recent.patch
	patches.kernel.org/6.8.5-072-x86-bpf-Fix-IP-after-emitting-call-depth-accoun.patch
	patches.kernel.org/6.8.5-073-Revert-Bluetooth-hci_qca-Set-BDA-quirk-bit-if-f.patch
	patches.kernel.org/6.8.5-074-arm64-dts-qcom-sc7180-trogdor-mark-bluetooth-ad.patch
	patches.kernel.org/6.8.5-075-Bluetooth-qca-fix-device-address-endianness.patch
	patches.kernel.org/6.8.5-076-Bluetooth-add-quirk-for-broken-address-properti.patch
	patches.kernel.org/6.8.5-077-Bluetooth-hci_event-set-the-conn-encrypted-befo.patch
	patches.kernel.org/6.8.5-078-Bluetooth-Fix-TOCTOU-in-HCI-debugfs-implementat.patch
	patches.kernel.org/6.8.5-079-netfilter-nf_tables-release-batch-on-table-vali.patch
	patches.kernel.org/6.8.5-080-netfilter-nf_tables-release-mutex-after-nft_gc_.patch
	patches.kernel.org/6.8.5-081-selftests-mptcp-join-fix-dev-in-check_endpoint.patch
	patches.kernel.org/6.8.5-082-xen-netfront-Add-missing-skb_mark_for_recycle.patch
	patches.kernel.org/6.8.5-083-net-rds-fix-possible-cp-null-dereference.patch
	patches.kernel.org/6.8.5-084-net-usb-ax88179_178a-avoid-the-interface-always.patch
	patches.kernel.org/6.8.5-085-net-mana-Fix-Rx-DMA-datasize-and-skb_over_panic.patch
	patches.kernel.org/6.8.5-086-vsock-virtio-fix-packet-delivery-to-tap-device.patch
	patches.kernel.org/6.8.5-087-netfilter-nf_tables-reject-new-basechain-after-.patch
	patches.kernel.org/6.8.5-088-netfilter-nf_tables-flush-pending-destroy-work-.patch
	patches.kernel.org/6.8.5-089-netfilter-nf_tables-Fix-potential-data-race-in-.patch
	patches.kernel.org/6.8.5-090-netfilter-nf_tables-discard-table-flag-update-w.patch
	patches.kernel.org/6.8.5-091-netfilter-validate-user-input-for-expected-leng.patch
	patches.kernel.org/6.8.5-092-vboxsf-Avoid-an-spurious-warning-if-load_nls_xx.patch
	patches.kernel.org/6.8.5-093-bpf-sockmap-Prevent-lock-inversion-deadlock-in-.patch
	patches.kernel.org/6.8.5-094-mptcp-prevent-BPF-accessing-lowat-from-a-subflo.patch
	patches.kernel.org/6.8.5-095-x86-retpoline-Do-the-necessary-fixup-to-the-Zen.patch
	patches.kernel.org/6.8.5-096-KVM-arm64-Use-TLBI_TTL_UNKNOWN-in-__kvm_tlb_flu.patch
	patches.kernel.org/6.8.5-097-KVM-arm64-Ensure-target-address-is-granule-alig.patch
	patches.kernel.org/6.8.5-098-net-sched-act_skbmod-prevent-kernel-infoleak.patch
	patches.kernel.org/6.8.5-099-net-dsa-sja1105-Fix-parameters-order-in-sja1110.patch
	patches.kernel.org/6.8.5-100-net-sched-fix-lockdep-splat-in-qdisc_tree_reduc.patch
	patches.kernel.org/6.8.5-101-net-stmmac-fix-rx-queue-priority-assignment.patch
	patches.kernel.org/6.8.5-102-net-phy-micrel-lan8814-Fix-when-enabling-disabl.patch
	patches.kernel.org/6.8.5-103-net-txgbe-fix-i2c-dev-name-cannot-match-clkdev.patch
	patches.kernel.org/6.8.5-104-net-fec-Set-mac_managed_pm-during-probe.patch
	patches.kernel.org/6.8.5-105-net-phy-micrel-Fix-potential-null-pointer-deref.patch
	patches.kernel.org/6.8.5-106-net-dsa-mv88e6xxx-fix-usable-ports-on-88e6020.patch
	patches.kernel.org/6.8.5-107-selftests-net-gro-fwd-update-vxlan-GRO-test-exp.patch
	patches.kernel.org/6.8.5-108-gro-fix-ownership-transfer.patch
	patches.kernel.org/6.8.5-109-idpf-fix-kernel-panic-on-unknown-packet-types.patch
	patches.kernel.org/6.8.5-110-ice-fix-enabling-RX-VLAN-filtering.patch
	patches.kernel.org/6.8.5-111-i40e-Fix-VF-MAC-filter-removal.patch
	patches.kernel.org/6.8.5-112-tcp-Fix-bind-regression-for-v6-only-wildcard-an.patch
	patches.kernel.org/6.8.5-113-erspan-make-sure-erspan_base_hdr-is-present-in-.patch
	patches.kernel.org/6.8.5-114-selftests-reuseaddr_conflict-add-missing-new-li.patch
	patches.kernel.org/6.8.5-115-tcp-Fix-bind-regression-for-v6-only-wildcard-an.patch
	patches.kernel.org/6.8.5-116-ax25-fix-use-after-free-bugs-caused-by-ax25_ds_.patch
	patches.kernel.org/6.8.5-117-e1000e-Workaround-for-sporadic-MDI-error-on-Met.patch
	patches.kernel.org/6.8.5-118-ipv6-Fix-infinite-recursion-in-fib6_dump_done.patch
	patches.kernel.org/6.8.5-119-mlxbf_gige-stop-interface-during-shutdown.patch
	patches.kernel.org/6.8.5-120-r8169-skip-DASH-fw-status-checks-when-DASH-is-d.patch
	patches.kernel.org/6.8.5-121-udp-do-not-accept-non-tunnel-GSO-skbs-landing-i.patch
	patches.kernel.org/6.8.5-122-udp-do-not-transition-UDP-GRO-fraglist-partial-.patch
	patches.kernel.org/6.8.5-123-udp-prevent-local-UDP-tunnel-packets-from-being.patch
	patches.kernel.org/6.8.5-124-octeontx2-af-Fix-issue-with-loading-coalesced-K.patch
	patches.kernel.org/6.8.5-125-octeontx2-pf-check-negative-error-code-in-otx2_.patch
	patches.kernel.org/6.8.5-126-octeontx2-af-Add-array-index-check.patch
	patches.kernel.org/6.8.5-127-i40e-fix-i40e_count_filters-to-count-only-activ.patch
	patches.kernel.org/6.8.5-128-i40e-fix-vf-may-be-used-uninitialized-in-this-f.patch
	patches.kernel.org/6.8.5-129-i40e-Enforce-software-interrupt-during-busy-pol.patch
	patches.kernel.org/6.8.5-130-drm-amd-Flush-GFXOFF-requests-in-prepare-stage.patch
	patches.kernel.org/6.8.5-131-e1000e-Minor-flow-correction-in-e1000_shutdown-.patch
	patches.kernel.org/6.8.5-132-e1000e-move-force-SMBUS-from-enable-ulp-functio.patch
	patches.kernel.org/6.8.5-133-mean_and_variance-Drop-always-failing-tests.patch
	patches.kernel.org/6.8.5-134-net-ravb-Let-IP-specific-receive-function-to-in.patch
	patches.kernel.org/6.8.5-135-net-ravb-Always-process-TX-descriptor-ring.patch
	patches.kernel.org/6.8.5-136-net-ravb-Always-update-error-counters.patch
	patches.kernel.org/6.8.5-137-KVM-SVM-Use-unsigned-integers-when-dealing-with.patch
	patches.kernel.org/6.8.5-138-KVM-SVM-Add-support-for-allowing-zero-SEV-ASIDs.patch
	patches.kernel.org/6.8.5-139-selftests-mptcp-connect-fix-shellcheck-warnings.patch
	patches.kernel.org/6.8.5-140-selftests-mptcp-use-operator-to-append-strings.patch
	patches.kernel.org/6.8.5-141-mptcp-don-t-account-accept-of-non-MPC-client-as.patch
	patches.kernel.org/6.8.5-142-9p-Fix-read-write-debug-statements-to-report-se.patch
	patches.kernel.org/6.8.5-143-ASoC-wm_adsp-Fix-missing-mutex_lock-in-wm_adsp_.patch
	patches.kernel.org/6.8.5-144-ASoC-cs42l43-Correct-extraction-of-data-pointer.patch
	patches.kernel.org/6.8.5-145-riscv-mm-Fix-prototype-to-avoid-discarding-cons.patch
	patches.kernel.org/6.8.5-146-riscv-hwprobe-do-not-produce-frtace-relocation.patch
	patches.kernel.org/6.8.5-147-drivers-perf-riscv-Disable-PERF_SAMPLE_BRANCH_-.patch
	patches.kernel.org/6.8.5-148-block-count-BLK_OPEN_RESTRICT_WRITES-openers.patch
	patches.kernel.org/6.8.5-149-RISC-V-Update-AT_VECTOR_SIZE_ARCH-for-new-AT_MI.patch
	patches.kernel.org/6.8.5-150-ASoC-amd-acp-fix-for-acp-pdm-configuration-chec.patch
	patches.kernel.org/6.8.5-151-regmap-maple-Fix-cache-corruption-in-regcache_m.patch
	patches.kernel.org/6.8.5-152-ALSA-hda-cs35l56-Add-ACPI-device-match-tables.patch
	patches.kernel.org/6.8.5-153-drm-panfrost-fix-power-transition-timeout-warni.patch
	patches.kernel.org/6.8.5-154-nouveau-uvmm-fix-addr-range-calcs-for-remap-ope.patch
	patches.kernel.org/6.8.5-155-drm-prime-Unbreak-virtgpu-dma-buf-export.patch
	patches.kernel.org/6.8.5-156-ASoC-rt5682-sdw-fix-locking-sequence.patch
	patches.kernel.org/6.8.5-157-ASoC-rt711-sdca-fix-locking-sequence.patch
	patches.kernel.org/6.8.5-158-ASoC-rt711-sdw-fix-locking-sequence.patch
	patches.kernel.org/6.8.5-159-ASoC-rt712-sdca-sdw-fix-locking-sequence.patch
	patches.kernel.org/6.8.5-160-ASoC-rt722-sdca-sdw-fix-locking-sequence.patch
	patches.kernel.org/6.8.5-161-ASoC-ops-Fix-wraparound-for-mask-in-snd_soc_get.patch
	patches.kernel.org/6.8.5-162-spi-s3c64xx-Extract-FIFO-depth-calculation-to-a.patch
	patches.kernel.org/6.8.5-163-spi-s3c64xx-sort-headers-alphabetically.patch
	patches.kernel.org/6.8.5-164-spi-s3c64xx-explicitly-include-linux-bits.h.patch
	patches.kernel.org/6.8.5-165-spi-s3c64xx-remove-else-after-return.patch
	patches.kernel.org/6.8.5-166-spi-s3c64xx-define-a-magic-value.patch
	patches.kernel.org/6.8.5-167-spi-s3c64xx-allow-full-FIFO-masks.patch
	patches.kernel.org/6.8.5-168-spi-s3c64xx-determine-the-fifo-depth-only-once.patch
	patches.kernel.org/6.8.5-169-spi-s3c64xx-Use-DMA-mode-from-fifo-size.patch
	patches.kernel.org/6.8.5-170-ASoC-amd-acp-fix-for-acp_init-function-error-ha.patch
	patches.kernel.org/6.8.5-171-regmap-maple-Fix-uninitialized-symbol-ret-warni.patch
	patches.kernel.org/6.8.5-172-ata-sata_sx4-fix-pdc20621_get_from_dimm-on-64-b.patch
	patches.kernel.org/6.8.5-173-scsi-mylex-Fix-sysfs-buffer-lengths.patch
	patches.kernel.org/6.8.5-174-scsi-sd-Unregister-device-if-device_add_disk-fa.patch
	patches.kernel.org/6.8.5-175-Revert-ALSA-emu10k1-fix-synthesizer-sample-play.patch
	patches.kernel.org/6.8.5-176-drm-i915-dp-Fix-DSC-state-HW-readout-for-SST-co.patch
	patches.kernel.org/6.8.5-177-cifs-Fix-caching-to-try-to-do-open-O_WRONLY-as-.patch
	patches.kernel.org/6.8.5-178-spi-mchp-pci1xxx-Fix-a-possible-null-pointer-de.patch
	patches.kernel.org/6.8.5-179-s390-pai-fix-sampling-event-removal-for-PMU-dev.patch
	patches.kernel.org/6.8.5-180-thermal-gov_power_allocator-Allow-binding-witho.patch
	patches.kernel.org/6.8.5-181-thermal-gov_power_allocator-Allow-binding-witho.patch
	patches.kernel.org/6.8.5-182-drm-i915-gt-Limit-the-reserved-VM-space-to-only.patch
	patches.kernel.org/6.8.5-183-ata-sata_mv-Fix-PCI-device-ID-table-declaration.patch
	patches.kernel.org/6.8.5-184-ASoC-SOF-amd-fix-for-false-dsp-interrupts.patch
	patches.kernel.org/6.8.5-185-SUNRPC-Fix-a-slow-server-side-memory-leak-with-.patch
	patches.kernel.org/6.8.5-186-riscv-use-KERN_INFO-in-do_trap.patch
	patches.kernel.org/6.8.5-187-riscv-Fix-warning-by-declaring-arch_cpu_idle-as.patch
	patches.kernel.org/6.8.5-188-riscv-Disable-preemption-when-using-patch_map.patch
	patches.kernel.org/6.8.5-189-nfsd-hold-a-lighter-weight-client-reference-ove.patch
	patches.kernel.org/6.8.5-190-lib-stackdepot-move-stack_record-struct-definit.patch
	patches.kernel.org/6.8.5-191-stackdepot-rename-pool_index-to-pool_index_plus.patch
	patches.kernel.org/6.8.5-192-x86-retpoline-Add-NOENDBR-annotation-to-the-SRS.patch
	patches.kernel.org/6.8.5-193-Revert-drm-amd-display-Send-DTBCLK-disable-mess.patch
	patches.kernel.org/6.8.5-194-gpio-cdev-check-for-NULL-labels-when-sanitizing.patch
	patches.kernel.org/6.8.5-195-gpio-cdev-fix-missed-label-sanitizing-in-deboun.patch
	patches.kernel.org/6.8.5-196-ksmbd-don-t-send-oplock-break-if-rename-fails.patch
	patches.kernel.org/6.8.5-197-ksmbd-validate-payload-size-in-ipc-response.patch
	patches.kernel.org/6.8.5-198-ksmbd-do-not-set-SMB2_GLOBAL_CAP_ENCRYPTION-for.patch
	patches.kernel.org/6.8.5-199-ALSA-hda-Add-pplcllpl-u-members-to-hdac_ext_str.patch
	patches.kernel.org/6.8.5-200-ALSA-hda-realtek-Fix-inactive-headset-mic-jack.patch
	patches.kernel.org/6.8.5-201-ALSA-hda-realtek-Add-sound-quirks-for-Lenovo-Le.patch
	patches.kernel.org/6.8.5-202-ALSA-hda-realtek-cs35l41-Support-ASUS-ROG-G634J.patch
	patches.kernel.org/6.8.5-203-ALSA-hda-realtek-Update-Panasonic-CF-SZ6-quirk-.patch
	patches.kernel.org/6.8.5-204-io_uring-kbuf-get-rid-of-lower-BGID-lists.patch
	patches.kernel.org/6.8.5-205-io_uring-kbuf-get-rid-of-bl-is_ready.patch
	patches.kernel.org/6.8.5-206-io_uring-kbuf-protect-io_buffer_list-teardown-w.patch
	patches.kernel.org/6.8.5-207-io_uring-rw-don-t-allow-multishot-reads-without.patch
	patches.kernel.org/6.8.5-208-io_uring-use-private-workqueue-for-exit-work.patch
	patches.kernel.org/6.8.5-209-io_uring-kbuf-hold-io_buffer_list-reference-ove.patch
	patches.kernel.org/6.8.5-210-ASoC-SOF-Add-dsp_max_burst_size_in_ms-member-to.patch
	patches.kernel.org/6.8.5-211-ASoC-SOF-ipc4-topology-Save-the-DMA-maximum-bur.patch
	patches.kernel.org/6.8.5-212-ASoC-SOF-Intel-hda-pcm-Use-dsp_max_burst_size_i.patch
	patches.kernel.org/6.8.5-213-ASoC-SOF-Intel-hda-Implement-get_stream_positio.patch
	patches.kernel.org/6.8.5-214-ASoC-SOF-Intel-mtl-lnl-Use-the-generic-get_stre.patch
	patches.kernel.org/6.8.5-215-ASoC-SOF-Introduce-a-new-callback-pair-to-be-us.patch
	patches.kernel.org/6.8.5-216-ASoC-SOF-Intel-Set-the-dai-host-get-frame-byte-.patch
	patches.kernel.org/6.8.5-217-ASoC-SOF-Intel-hda-common-ops-Do-not-set-the-ge.patch
	patches.kernel.org/6.8.5-218-ASoC-SOF-ipc4-pcm-Use-the-snd_sof_pcm_get_dai_f.patch
	patches.kernel.org/6.8.5-219-ASoC-SOF-Remove-the-get_stream_position-callbac.patch
	patches.kernel.org/6.8.5-220-ASoC-SOF-ipc4-pcm-Move-struct-sof_ipc4_timestam.patch
	patches.kernel.org/6.8.5-221-ASoC-SOF-ipc4-pcm-Combine-the-SOF_IPC4_PIPE_PAU.patch
	patches.kernel.org/6.8.5-222-ASoC-SOF-ipc4-pcm-Invalidate-the-stream_start_o.patch
	patches.kernel.org/6.8.5-223-ASoC-SOF-sof-pcm-Add-pointer-callback-to-sof_ip.patch
	patches.kernel.org/6.8.5-224-ASoC-SOF-ipc4-pcm-Correct-the-delay-calculation.patch
	patches.kernel.org/6.8.5-225-ASoC-SOF-Intel-hda-Compensate-LLP-in-case-it-is.patch
	patches.kernel.org/6.8.5-226-driver-core-Introduce-device_link_wait_removal.patch
	patches.kernel.org/6.8.5-227-of-dynamic-Synchronize-of_changeset_destroy-wit.patch
	patches.kernel.org/6.8.5-228-of-module-prevent-NULL-pointer-dereference-in-v.patch
	patches.kernel.org/6.8.5-229-x86-mm-pat-fix-VM_PAT-handling-in-COW-mappings.patch
	patches.kernel.org/6.8.5-230-x86-mce-Make-sure-to-grab-mce_sysfs_mutex-in-se.patch
	patches.kernel.org/6.8.5-231-x86-coco-Require-seeding-RNG-with-RDRAND-on-CoC.patch
	patches.kernel.org/6.8.5-232-perf-x86-intel-ds-Don-t-clear-pebs_data_cfg-for.patch
	patches.kernel.org/6.8.5-233-aio-Fix-null-ptr-deref-in-aio_complete-wakeup.patch
	patches.kernel.org/6.8.5-234-riscv-Fix-vector-state-restore-in-rt_sigreturn.patch
	patches.kernel.org/6.8.5-235-arm64-ptrace-Use-saved-floating-point-state-typ.patch
	patches.kernel.org/6.8.5-236-mm-secretmem-fix-GUP-fast-succeeding-on-secretm.patch
	patches.kernel.org/6.8.5-237-selftests-mm-include-strings.h-for-ffsl.patch
	patches.kernel.org/6.8.5-238-s390-entry-align-system-call-table-on-8-bytes.patch
	patches.kernel.org/6.8.5-239-riscv-Fix-spurious-errors-from-__get-put_kernel.patch
	patches.kernel.org/6.8.5-240-riscv-process-Fix-kernel-gp-leakage.patch
	patches.kernel.org/6.8.5-241-smb-client-fix-UAF-in-smb2_reconnect_server.patch
	patches.kernel.org/6.8.5-242-smb-client-guarantee-refcounted-children-from-p.patch
	patches.kernel.org/6.8.5-243-smb-client-refresh-referral-without-acquiring-r.patch
	patches.kernel.org/6.8.5-244-smb-client-handle-DFS-tcons-in-cifs_construct_t.patch
	patches.kernel.org/6.8.5-245-smb-client-serialise-cifs_construct_tcon-with-c.patch
	patches.kernel.org/6.8.5-246-smb3-retrying-on-failed-server-close.patch
	patches.kernel.org/6.8.5-247-smb-client-fix-potential-UAF-in-cifs_debug_file.patch
	patches.kernel.org/6.8.5-248-smb-client-fix-potential-UAF-in-cifs_stats_proc.patch
	patches.kernel.org/6.8.5-249-smb-client-fix-potential-UAF-in-cifs_stats_proc.patch
	patches.kernel.org/6.8.5-250-smb-client-fix-potential-UAF-in-cifs_dump_full_.patch
	patches.kernel.org/6.8.5-251-smb-client-fix-potential-UAF-in-smb2_is_valid_o.patch
	patches.kernel.org/6.8.5-252-smb-client-fix-potential-UAF-in-smb2_is_valid_l.patch
	patches.kernel.org/6.8.5-253-smb-client-fix-potential-UAF-in-is_valid_oplock.patch
	patches.kernel.org/6.8.5-254-smb-client-fix-potential-UAF-in-smb2_is_network.patch
	patches.kernel.org/6.8.5-255-smb-client-fix-potential-UAF-in-cifs_signal_cif.patch
	patches.kernel.org/6.8.5-256-drm-i915-mst-Limit-MST-DSC-to-TGL.patch
	patches.kernel.org/6.8.5-257-drm-i915-mst-Reject-FEC-MST-on-ICL.patch
	patches.kernel.org/6.8.5-258-drm-i915-dp-Fix-the-computation-for-compressed_.patch
	patches.kernel.org/6.8.5-259-drm-i915-gt-Disable-HW-load-balancing-for-CCS.patch
	patches.kernel.org/6.8.5-260-drm-i915-gt-Do-not-generate-the-command-streame.patch
	patches.kernel.org/6.8.5-261-drm-i915-gt-Enable-only-one-CCS-for-compute-wor.patch
	patches.kernel.org/6.8.5-262-drm-xe-Use-ring-ops-TLB-invalidation-for-rebind.patch
	patches.kernel.org/6.8.5-263-drm-xe-Rework-rebinding.patch
	patches.kernel.org/6.8.5-264-Revert-x86-mpparse-Register-APIC-address-only-o.patch
	patches.kernel.org/6.8.5-265-bpf-put-uprobe-link-s-path-and-task-in-release-.patch
	patches.kernel.org/6.8.5-266-bpf-support-deferring-bpf_link-dealloc-to-after.patch
	patches.kernel.org/6.8.5-267-efi-libstub-Add-generic-support-for-parsing-mem.patch
	patches.kernel.org/6.8.5-268-x86-boot-Move-mem_encrypt-parsing-to-the-decomp.patch
	patches.kernel.org/6.8.5-269-x86-sme-Move-early-SME-kernel-encryption-handli.patch
	patches.kernel.org/6.8.5-270-x86-sev-Move-early-startup-code-into-.head.text.patch
	patches.kernel.org/6.8.5-271-x86-efistub-Remap-kernel-text-read-only-before-.patch
	patches.kernel.org/6.8.5-272-x86-bugs-Change-commas-to-semicolons-in-spectre.patch
	patches.kernel.org/6.8.5-273-x86-syscall-Don-t-force-use-of-indirect-calls-f.patch
	patches.kernel.org/6.8.5-274-x86-bhi-Add-support-for-clearing-branch-history.patch
	patches.kernel.org/6.8.5-275-x86-bhi-Define-SPEC_CTRL_BHI_DIS_S.patch
	patches.kernel.org/6.8.5-276-x86-bhi-Enumerate-Branch-History-Injection-BHI-.patch
	patches.kernel.org/6.8.5-277-x86-bhi-Add-BHI-mitigation-knob.patch
	patches.kernel.org/6.8.5-278-x86-bhi-Mitigate-KVM-by-default.patch
	patches.kernel.org/6.8.5-279-KVM-x86-Add-BHI_NO.patch
	patches.kernel.org/6.8.5-280-x86-set-SPECTRE_BHI_ON-as-default.patch
	patches.kernel.org/6.8.5-281-Linux-6.8.5.patch
	patches.kernel.org/6.8.6-001-amdkfd-use-calloc-instead-of-kzalloc-to-avoid-i.patch
	patches.kernel.org/6.8.6-002-wifi-ath9k-fix-LNA-selection-in-ath_ant_try_sca.patch
	patches.kernel.org/6.8.6-003-wifi-rtw89-fix-null-pointer-access-when-abort-s.patch
	patches.kernel.org/6.8.6-004-bnx2x-Fix-firmware-version-string-character-cou.patch
	patches.kernel.org/6.8.6-005-net-stmmac-dwmac-starfive-Add-support-for-JH710.patch
	patches.kernel.org/6.8.6-006-net-phy-phy_device-Prevent-nullptr-exceptions-o.patch
	patches.kernel.org/6.8.6-007-wifi-rtw89-pci-validate-RX-tag-for-RXQ-and-RPQ.patch
	patches.kernel.org/6.8.6-008-wifi-rtw89-pci-enlarge-RX-DMA-buffer-to-conside.patch
	patches.kernel.org/6.8.6-009-VMCI-Fix-memcpy-run-time-warning-in-dg_dispatch.patch
	patches.kernel.org/6.8.6-010-wifi-iwlwifi-pcie-Add-the-PCI-device-id-for-new.patch
	patches.kernel.org/6.8.6-011-arm64-dts-qcom-qcm6490-idp-Add-definition-for-t.patch
	patches.kernel.org/6.8.6-012-net-dsa-qca8k-put-MDIO-controller-OF-node-if-un.patch
	patches.kernel.org/6.8.6-013-arm64-dts-qcom-qrb2210-rb1-disable-cluster-powe.patch
	patches.kernel.org/6.8.6-014-printk-For-suppress_panic_printk-check-for-othe.patch
	patches.kernel.org/6.8.6-015-panic-Flush-kernel-log-buffer-at-the-end.patch
	patches.kernel.org/6.8.6-016-dump_stack-Do-not-get-cpu_sync-for-panic-CPU.patch
	patches.kernel.org/6.8.6-017-wifi-iwlwifi-pcie-Add-new-PCI-device-id-and-CNV.patch
	patches.kernel.org/6.8.6-018-cpuidle-Avoid-potential-overflow-in-integer-mul.patch
	patches.kernel.org/6.8.6-019-ARM-dts-rockchip-fix-rk3288-hdmi-ports-node.patch
	patches.kernel.org/6.8.6-020-ARM-dts-rockchip-fix-rk322x-hdmi-ports-node.patch
	patches.kernel.org/6.8.6-021-arm64-dts-rockchip-fix-rk3328-hdmi-ports-node.patch
	patches.kernel.org/6.8.6-022-arm64-dts-rockchip-fix-rk3399-hdmi-ports-node.patch
	patches.kernel.org/6.8.6-023-net-add-netdev_lockdep_set_classes-to-virtual-d.patch
	patches.kernel.org/6.8.6-024-arm64-dts-qcom-qcs6490-rb3gen2-Declare-GCC-cloc.patch
	patches.kernel.org/6.8.6-025-pmdomain-ti-Add-a-null-pointer-check-to-the-oma.patch
	patches.kernel.org/6.8.6-026-pmdomain-imx8mp-blk-ctrl-imx8mp_blk-Add-fdcc-cl.patch
	patches.kernel.org/6.8.6-027-ACPI-resource-Add-IRQ-override-quirk-for-ASUS-E.patch
	patches.kernel.org/6.8.6-028-ionic-set-adminq-irq-affinity.patch
	patches.kernel.org/6.8.6-029-net-skbuff-add-overflow-debug-check-to-pull-pus.patch
	patches.kernel.org/6.8.6-030-firmware-tegra-bpmp-Return-directly-after-a-fai.patch
	patches.kernel.org/6.8.6-031-wifi-brcmfmac-Add-DMI-nvram-filename-quirk-for-.patch
	patches.kernel.org/6.8.6-032-wifi-mt76-mt7915-add-locking-for-accessing-mapp.patch
	patches.kernel.org/6.8.6-033-wifi-mt76-mt7996-disable-AMSDU-for-non-data-fra.patch
	patches.kernel.org/6.8.6-034-wifi-mt76-mt7996-add-locking-for-accessing-mapp.patch
	patches.kernel.org/6.8.6-035-ACPI-x86-Move-acpi_quirk_skip_serdev_enumeratio.patch
	patches.kernel.org/6.8.6-036-ACPI-x86-Add-DELL0501-handling-to-acpi_quirk_sk.patch
	patches.kernel.org/6.8.6-037-pstore-zone-Add-a-null-pointer-check-to-the-psz.patch
	patches.kernel.org/6.8.6-038-tools-power-x86_energy_perf_policy-Fix-file-lea.patch
	patches.kernel.org/6.8.6-039-net-pcs-xpcs-Return-EINVAL-in-the-internal-meth.patch
	patches.kernel.org/6.8.6-040-dma-direct-Leak-pages-on-dma_set_decrypted-fail.patch
	patches.kernel.org/6.8.6-041-wifi-ath11k-decrease-MHI-channel-buffer-length-.patch
	patches.kernel.org/6.8.6-042-iommu-arm-smmu-v3-Hold-arm_smmu_asid_lock-durin.patch
	patches.kernel.org/6.8.6-043-cpufreq-Don-t-unregister-cpufreq-cooling-on-CPU.patch
	patches.kernel.org/6.8.6-044-overflow-Allow-non-type-arg-to-type_max-and-typ.patch
	patches.kernel.org/6.8.6-045-wifi-iwlwifi-Add-missing-MODULE_FIRMWARE-for-.p.patch
	patches.kernel.org/6.8.6-046-wifi-cfg80211-check-A-MSDU-format-more-carefull.patch
	patches.kernel.org/6.8.6-047-btrfs-handle-chunk-tree-lookup-error-in-btrfs_r.patch
	patches.kernel.org/6.8.6-048-btrfs-export-handle-invalid-inode-or-root-refer.patch
	patches.kernel.org/6.8.6-049-btrfs-send-handle-path-ref-underflow-in-header-.patch
	patches.kernel.org/6.8.6-050-ice-use-relative-VSI-index-for-VFs-instead-of-P.patch
	patches.kernel.org/6.8.6-051-net-smc-reduce-rtnl-pressure-in-smc_pnet_create.patch
	patches.kernel.org/6.8.6-052-netdev-let-netlink-core-handle-EMSGSIZE-errors.patch
	patches.kernel.org/6.8.6-053-Bluetooth-btintel-Fix-null-ptr-deref-in-btintel.patch
	patches.kernel.org/6.8.6-054-Bluetooth-btmtk-Add-MODULE_FIRMWARE-for-MT7922.patch
	patches.kernel.org/6.8.6-055-Bluetooth-Add-new-quirk-for-broken-read-key-len.patch
	patches.kernel.org/6.8.6-056-drm-vc4-don-t-check-if-plane-state-fb-state-fb.patch
	patches.kernel.org/6.8.6-057-drm-ci-uprev-mesa-version-fix-kdl-commit-fetch.patch
	patches.kernel.org/6.8.6-058-drm-amdgpu-Skip-do-PCI-error-slot-reset-during-.patch
	patches.kernel.org/6.8.6-059-Input-synaptics-rmi4-fail-probing-if-memory-all.patch
	patches.kernel.org/6.8.6-060-drm-panel-orientation-quirks-Add-quirk-for-GPD-.patch
	patches.kernel.org/6.8.6-061-ASoC-SOF-amd-Optimize-quirk-for-Valve-Galileo.patch
	patches.kernel.org/6.8.6-062-drm-ttm-return-ENOSPC-from-ttm_bo_mem_space-v3.patch
	patches.kernel.org/6.8.6-063-scsi-ufs-qcom-Avoid-re-init-quirk-when-gears-ma.patch
	patches.kernel.org/6.8.6-064-drm-amd-display-increased-min_dcfclk_mhz-and-mi.patch
	patches.kernel.org/6.8.6-065-pinctrl-renesas-checker-Limit-cfg-reg-enum-chec.patch
	patches.kernel.org/6.8.6-066-sysv-don-t-call-sb_bread-with-pointers_lock-hel.patch
	patches.kernel.org/6.8.6-067-scsi-lpfc-Fix-possible-memory-leak-in-lpfc_rcv_.patch
	patches.kernel.org/6.8.6-068-drm-amd-display-Disable-idle-reallow-as-part-of.patch
	patches.kernel.org/6.8.6-069-isofs-handle-CDs-with-bad-root-inode-but-good-J.patch
	patches.kernel.org/6.8.6-070-ASoC-Intel-sof_rt5682-dmi-quirk-cleanup-for-mtl.patch
	patches.kernel.org/6.8.6-071-ASoC-Intel-common-DMI-remap-for-rebranded-Intel.patch
	patches.kernel.org/6.8.6-072-rcu-nocb-Fix-WARN_ON_ONCE-in-the-rcu_nocb_bypas.patch
	patches.kernel.org/6.8.6-073-rcu-tasks-Repair-RCU-Tasks-Trace-quiescence-che.patch
	patches.kernel.org/6.8.6-074-Julia-Lawall-reported-this-null-pointer-derefer.patch
	patches.kernel.org/6.8.6-075-media-sta2x11-fix-irq-handler-cast.patch
	patches.kernel.org/6.8.6-076-ALSA-firewire-lib-handle-quirk-to-calculate-pay.patch
	patches.kernel.org/6.8.6-077-drm-panel-simple-Add-BOE-BP082WX1-100-8.2-panel.patch
	patches.kernel.org/6.8.6-078-x86-vdso-Fix-rethunk-patching-for-vdso-image-32.patch
	patches.kernel.org/6.8.6-079-ASoC-Intel-avs-Populate-board-selection-with-ne.patch
	patches.kernel.org/6.8.6-080-ext4-add-a-hint-for-block-bitmap-corrupt-state-.patch
	patches.kernel.org/6.8.6-081-ext4-forbid-commit-inconsistent-quota-data-when.patch
	patches.kernel.org/6.8.6-082-drm-amd-display-Fix-nanosec-stat-overflow.patch
	patches.kernel.org/6.8.6-083-accel-habanalabs-increase-HL_MAX_STR-to-64-byte.patch
	patches.kernel.org/6.8.6-084-i2c-designware-Fix-RX-FIFO-depth-define-on-Wang.patch
	patches.kernel.org/6.8.6-085-HID-input-avoid-polling-stylus-battery-on-Chrom.patch
	patches.kernel.org/6.8.6-086-drm-amd-amdgpu-Fix-potential-ioremap-memory-lea.patch
	patches.kernel.org/6.8.6-087-drm-Check-output-polling-initialized-before-dis.patch
	patches.kernel.org/6.8.6-088-drm-Check-polling-initialized-before-enabling-i.patch
	patches.kernel.org/6.8.6-089-SUNRPC-increase-size-of-rpc_wait_queue.qlen-fro.patch
	patches.kernel.org/6.8.6-090-PCI-Disable-D3cold-on-Asus-B1400-PCI-NVMe-bridg.patch
	patches.kernel.org/6.8.6-091-Revert-ACPI-PM-Block-ASUS-B1400CEAE-from-suspen.patch
	patches.kernel.org/6.8.6-092-libperf-evlist-Avoid-out-of-bounds-access.patch
	patches.kernel.org/6.8.6-093-crypto-iaa-Fix-async_disable-descriptor-leak.patch
	patches.kernel.org/6.8.6-094-input-touchscreen-imagis-Correct-the-maximum-to.patch
	patches.kernel.org/6.8.6-095-drivers-perf-hisi-Enable-HiSilicon-Erratum-1627.patch
	patches.kernel.org/6.8.6-096-block-prevent-division-by-zero-in-blk_rq_stat_s.patch
	patches.kernel.org/6.8.6-097-RDMA-cm-add-timeout-to-cm_destroy_id-wait.patch
	patches.kernel.org/6.8.6-098-Input-imagis-use-FIELD_GET-where-applicable.patch
	patches.kernel.org/6.8.6-099-Input-allocate-keycode-for-Display-refresh-rate.patch
	patches.kernel.org/6.8.6-100-platform-x86-acer-wmi-Add-support-for-Acer-PH16.patch
	patches.kernel.org/6.8.6-101-platform-x86-acer-wmi-Add-predator_v4-module-pa.patch
	patches.kernel.org/6.8.6-102-platform-x86-touchscreen_dmi-Add-an-extra-entry.patch
	patches.kernel.org/6.8.6-103-perf-x86-amd-lbr-Discard-erroneous-branch-entri.patch
	patches.kernel.org/6.8.6-104-ALSA-hda-realtek-Add-quirk-for-Lenovo-Yoga-9-14.patch
	patches.kernel.org/6.8.6-105-ktest-force-buildonly-1-for-make_warnings_file-.patch
	patches.kernel.org/6.8.6-106-Input-xpad-add-support-for-Snakebyte-GAMEPADs.patch
	patches.kernel.org/6.8.6-107-ring-buffer-use-READ_ONCE-to-read-cpu_buffer-co.patch
	patches.kernel.org/6.8.6-108-tools-iio-replace-seekdir-in-iio_generic_buffer.patch
	patches.kernel.org/6.8.6-109-bus-mhi-host-Add-MHI_PM_SYS_ERR_FAIL-state.patch
	patches.kernel.org/6.8.6-110-kernfs-RCU-protect-kernfs_nodes-and-avoid-kernf.patch
	patches.kernel.org/6.8.6-111-usb-typec-ucsi-Add-qcm6490-pmic-glink-as-needin.patch
	patches.kernel.org/6.8.6-112-thunderbolt-Calculate-DisplayPort-tunnel-bandwi.patch
	patches.kernel.org/6.8.6-113-usb-gadget-uvc-refactor-the-check-for-a-valid-b.patch
	patches.kernel.org/6.8.6-114-usb-gadget-uvc-mark-incomplete-frames-with-UVC_.patch
	patches.kernel.org/6.8.6-115-usb-typec-ucsi-Limit-read-size-on-v1.2.patch
	patches.kernel.org/6.8.6-116-serial-8250_of-Drop-quirk-fot-NPCM-from-8250_po.patch
	patches.kernel.org/6.8.6-117-thunderbolt-Keep-the-domain-powered-when-USB4-p.patch
	patches.kernel.org/6.8.6-118-usb-typec-tcpci-add-generic-tcpci-fallback-comp.patch
	patches.kernel.org/6.8.6-119-usb-sl811-hcd-only-defined-function-checkdone-i.patch
	patches.kernel.org/6.8.6-120-ASoC-amd-yc-Fix-non-functional-mic-on-ASUS-M760.patch
	patches.kernel.org/6.8.6-121-thermal-of-Assume-polling-delay-passive-0-when-.patch
	patches.kernel.org/6.8.6-122-ASoC-soc-core.c-Skip-dummy-codec-when-adding-pl.patch
	patches.kernel.org/6.8.6-123-x86-xen-attempt-to-inflate-the-memory-balloon-o.patch
	patches.kernel.org/6.8.6-124-fbdev-viafb-fix-typo-in-hw_bitblt_1-and-hw_bitb.patch
	patches.kernel.org/6.8.6-125-io_uring-clear-opcode-specific-data-for-an-earl.patch
	patches.kernel.org/6.8.6-126-modpost-fix-null-pointer-dereference.patch
	patches.kernel.org/6.8.6-127-drivers-nvme-Add-quirks-for-device-126f-2262.patch
	patches.kernel.org/6.8.6-128-fbmon-prevent-division-by-zero-in-fb_videomode_.patch
	patches.kernel.org/6.8.6-129-ALSA-hda-realtek-Add-quirks-for-some-Clevo-lapt.patch
	patches.kernel.org/6.8.6-130-drm-amdgpu-Init-zone-device-and-drm-client-afte.patch
	patches.kernel.org/6.8.6-131-gcc-plugins-stackleak-Avoid-.head.text-section.patch
	patches.kernel.org/6.8.6-132-media-mediatek-vcodec-Fix-oops-when-HEVC-init-f.patch
	patches.kernel.org/6.8.6-133-media-mediatek-vcodec-adding-lock-to-protect-de.patch
	patches.kernel.org/6.8.6-134-media-mediatek-vcodec-adding-lock-to-protect-en.patch
	patches.kernel.org/6.8.6-135-randomize_kstack-Improve-entropy-diffusion.patch
	patches.kernel.org/6.8.6-136-platform-x86-intel-hid-Don-t-wake-on-5-button-r.patch
	patches.kernel.org/6.8.6-137-platform-x86-intel-vbtn-Update-tablet-mode-swit.patch
	patches.kernel.org/6.8.6-138-nouveau-fix-devinit-paths-to-only-handle-displa.patch
	patches.kernel.org/6.8.6-139-Bluetooth-btintel-Fixe-build-regression.patch
	patches.kernel.org/6.8.6-140-net-mpls-error-out-if-inner-headers-are-not-set.patch
	patches.kernel.org/6.8.6-141-VMCI-Fix-possible-memcpy-run-time-warning-in-vm.patch
	patches.kernel.org/6.8.6-142-x86-vdso-Fix-rethunk-patching-for-vdso-image-x3.patch
	patches.kernel.org/6.8.6-143-Revert-drm-amd-amdgpu-Fix-potential-ioremap-mem.patch
	patches.kernel.org/6.8.6-144-Linux-6.8.6.patch
	patches.kernel.org/6.8.7-001-smb3-fix-Open-files-on-server-counter-going-neg.patch
	patches.kernel.org/6.8.7-002-ata-libata-core-Allow-command-duration-limits-d.patch
	patches.kernel.org/6.8.7-003-ata-libata-scsi-Fix-ata_scsi_dev_rescan-error-p.patch
	patches.kernel.org/6.8.7-004-drm-amdgpu-vpe-power-on-vpe-when-hw_init.patch
	patches.kernel.org/6.8.7-005-batman-adv-Avoid-infinite-loop-trying-to-resize.patch
	patches.kernel.org/6.8.7-006-ceph-redirty-page-before-returning-AOP_WRITEPAG.patch
	patches.kernel.org/6.8.7-007-ceph-switch-to-use-cap_delay_lock-for-the-unlin.patch
	patches.kernel.org/6.8.7-008-virtio_net-Do-not-send-RSS-key-if-it-is-not-sup.patch
	patches.kernel.org/6.8.7-009-arm64-tlb-Fix-TLBI-RANGE-operand.patch
	patches.kernel.org/6.8.7-010-ARM-dts-imx7s-warp-Pass-OV2680-link-frequencies.patch
	patches.kernel.org/6.8.7-011-raid1-fix-use-after-free-for-original-bio-in-ra.patch
	patches.kernel.org/6.8.7-012-ring-buffer-Only-update-pages_touched-when-a-ne.patch
	patches.kernel.org/6.8.7-013-Bluetooth-Fix-memory-leak-in-hci_req_sync_compl.patch
	patches.kernel.org/6.8.7-014-drm-amd-pm-fixes-a-random-hang-in-S4-for-SMU-v1.patch
	patches.kernel.org/6.8.7-015-platform-chrome-cros_ec_uart-properly-fix-race-.patch
	patches.kernel.org/6.8.7-016-ACPI-scan-Do-not-increase-dep_unmet-for-already.patch
	patches.kernel.org/6.8.7-017-PM-s2idle-Make-sure-CPUs-will-wakeup-directly-o.patch
	patches.kernel.org/6.8.7-018-media-cec-core-remove-length-check-of-Timer-Sta.patch
	patches.kernel.org/6.8.7-019-btrfs-tests-allocate-dummy-fs_info-and-root-in-.patch
	patches.kernel.org/6.8.7-020-ARM-OMAP2-fix-bogus-MMC-GPIO-labels-on-Nokia-N8.patch
	patches.kernel.org/6.8.7-021-ARM-OMAP2-fix-N810-MMC-gpiod-table.patch
	patches.kernel.org/6.8.7-022-mmc-omap-fix-broken-slot-switch-lookup.patch
	patches.kernel.org/6.8.7-023-mmc-omap-fix-deferred-probe.patch
	patches.kernel.org/6.8.7-024-mmc-omap-restore-original-power-up-down-steps.patch
	patches.kernel.org/6.8.7-025-ARM-OMAP2-fix-USB-regression-on-Nokia-N8x0.patch
	patches.kernel.org/6.8.7-026-firmware-arm_ffa-Fix-the-partition-ID-check-in-.patch
	patches.kernel.org/6.8.7-027-firmware-arm_scmi-Make-raw-debugfs-entries-non-.patch
	patches.kernel.org/6.8.7-028-cxl-mem-Fix-for-the-index-of-Clear-Event-Record.patch
	patches.kernel.org/6.8.7-029-cxl-core-regs-Fix-usage-of-map-reg_type-in-cxl_.patch
	patches.kernel.org/6.8.7-030-arm64-dts-freescale-imx8mp-venice-gw72xx-2x-fix.patch
	patches.kernel.org/6.8.7-031-arm64-dts-freescale-imx8mp-venice-gw73xx-2x-fix.patch
	patches.kernel.org/6.8.7-032-drm-msm-Add-newlines-to-some-debug-prints.patch
	patches.kernel.org/6.8.7-033-drm-msm-dpu-don-t-allow-overriding-data-from-ca.patch
	patches.kernel.org/6.8.7-034-drm-msm-dpu-make-error-messages-at-dpu_core_irq.patch
	patches.kernel.org/6.8.7-035-dt-bindings-display-msm-sm8150-mdss-add-DP-node.patch
	patches.kernel.org/6.8.7-036-arm64-dts-imx8-ss-conn-fix-usdhc-wrong-lpcg-clo.patch
	patches.kernel.org/6.8.7-037-cxl-core-Fix-initialization-of-mbox_cmd.size_ou.patch
	patches.kernel.org/6.8.7-038-Revert-drm-qxl-simplify-qxl_fence_wait.patch
	patches.kernel.org/6.8.7-039-nouveau-fix-function-cast-warning.patch
	patches.kernel.org/6.8.7-040-drm-msm-adreno-Set-highest_bank_bit-for-A619.patch
	patches.kernel.org/6.8.7-041-scsi-hisi_sas-Modify-the-deadline-for-ata_wait_.patch
	patches.kernel.org/6.8.7-042-scsi-qla2xxx-Fix-off-by-one-in-qla_edif_app_get.patch
	patches.kernel.org/6.8.7-043-net-openvswitch-fix-unwanted-error-log-on-timeo.patch
	patches.kernel.org/6.8.7-044-u64_stats-fix-u64_stats_init-for-lockdep-when-u.patch
	patches.kernel.org/6.8.7-045-xsk-validate-user-input-for-XDP_-UMEM-COMPLETIO.patch
	patches.kernel.org/6.8.7-046-octeontx2-pf-Fix-transmit-scheduler-resource-le.patch
	patches.kernel.org/6.8.7-047-block-fix-q-blkg_list-corruption-during-disk-re.patch
	patches.kernel.org/6.8.7-048-lib-checksum-hide-unused-expected_csum_ipv6_mag.patch
	patches.kernel.org/6.8.7-049-geneve-fix-header-validation-in-geneve-6-_xmit_.patch
	patches.kernel.org/6.8.7-050-s390-ism-fix-receive-message-buffer-allocation.patch
	patches.kernel.org/6.8.7-051-bnxt_en-Fix-possible-memory-leak-in-bnxt_rdma_a.patch
	patches.kernel.org/6.8.7-052-bnxt_en-Fix-error-recovery-for-RoCE-ulp-client.patch
	patches.kernel.org/6.8.7-053-bnxt_en-Reset-PTP-tx_avail-after-possible-firmw.patch
	patches.kernel.org/6.8.7-054-ACPI-bus-allow-_UID-matching-for-integer-zero.patch
	patches.kernel.org/6.8.7-055-base-node-ACPI-Enumerate-node-access-class-for-.patch
	patches.kernel.org/6.8.7-056-ACPI-HMAT-Introduce-2-levels-of-generic-port-ac.patch
	patches.kernel.org/6.8.7-057-ACPI-HMAT-cxl-Add-retrieval-of-generic-port-coo.patch
	patches.kernel.org/6.8.7-058-cxl-Split-out-combine_coordinates-for-common-sh.patch
	patches.kernel.org/6.8.7-059-cxl-Split-out-host-bridge-access-coordinates.patch
	patches.kernel.org/6.8.7-060-cxl-Remove-checking-of-iter-in-cxl_endpoint_get.patch
	patches.kernel.org/6.8.7-061-cxl-Fix-retrieving-of-access_coordinates-in-PCI.patch
	patches.kernel.org/6.8.7-062-net-ks8851-Inline-ks8851_rx_skb.patch
	patches.kernel.org/6.8.7-063-net-ks8851-Handle-softirqs-at-the-end-of-IRQ-th.patch
	patches.kernel.org/6.8.7-064-af_unix-Clear-stale-u-oob_skb.patch
	patches.kernel.org/6.8.7-065-octeontx2-af-Fix-NIX-SQ-mode-and-BP-config.patch
	patches.kernel.org/6.8.7-066-ipv6-fib-hide-unused-pn-variable.patch
	patches.kernel.org/6.8.7-067-ipv4-route-avoid-unused-but-set-variable-warnin.patch
	patches.kernel.org/6.8.7-068-ipv6-fix-race-condition-between-ipv6_get_ifaddr.patch
	patches.kernel.org/6.8.7-069-pds_core-use-pci_reset_function-for-health-rese.patch
	patches.kernel.org/6.8.7-070-pds_core-Fix-pdsc_check_pci_health-function-to-.patch
	patches.kernel.org/6.8.7-071-Bluetooth-ISO-Align-broadcast-sync_timeout-with.patch
	patches.kernel.org/6.8.7-072-Bluetooth-ISO-Don-t-reject-BT_ISO_QOS-if-parame.patch
	patches.kernel.org/6.8.7-073-Bluetooth-hci_sync-Use-QoS-to-determine-which-P.patch
	patches.kernel.org/6.8.7-074-Bluetooth-hci_sync-Fix-using-the-same-interval-.patch
	patches.kernel.org/6.8.7-075-Bluetooth-SCO-Fix-not-validating-setsockopt-use.patch
	patches.kernel.org/6.8.7-076-Bluetooth-RFCOMM-Fix-not-validating-setsockopt-.patch
	patches.kernel.org/6.8.7-077-Bluetooth-L2CAP-Fix-not-validating-setsockopt-u.patch
	patches.kernel.org/6.8.7-078-Bluetooth-ISO-Fix-not-validating-setsockopt-use.patch
	patches.kernel.org/6.8.7-079-Bluetooth-hci_sock-Fix-not-validating-setsockop.patch
	patches.kernel.org/6.8.7-080-Bluetooth-l2cap-Don-t-double-set-the-HCI_CONN_M.patch
	patches.kernel.org/6.8.7-081-netfilter-complete-validation-of-user-input.patch
	patches.kernel.org/6.8.7-082-net-mlx5-SF-Stop-waiting-for-FW-as-teardown-was.patch
	patches.kernel.org/6.8.7-083-net-mlx5-Register-devlink-first-under-devlink-l.patch
	patches.kernel.org/6.8.7-084-net-mlx5-offset-comp-irq-index-in-name-by-one.patch
	patches.kernel.org/6.8.7-085-net-mlx5-Properly-link-new-fs-rules-into-the-tr.patch
	patches.kernel.org/6.8.7-086-net-mlx5-Correctly-compare-pkt-reformat-ids.patch
	patches.kernel.org/6.8.7-087-net-mlx5e-RSS-Block-changing-channels-number-wh.patch
	patches.kernel.org/6.8.7-088-net-mlx5e-Fix-mlx5e_priv_init-cleanup-flow.patch
	patches.kernel.org/6.8.7-089-net-mlx5e-HTB-Fix-inconsistencies-with-QoS-SQs-.patch
	patches.kernel.org/6.8.7-090-net-mlx5e-Do-not-produce-metadata-freelist-entr.patch
	patches.kernel.org/6.8.7-091-net-sparx5-fix-wrong-config-being-used-when-rec.patch
	patches.kernel.org/6.8.7-092-Revert-s390-ism-fix-receive-message-buffer-allo.patch
	patches.kernel.org/6.8.7-093-net-dsa-mt7530-trap-link-local-frames-regardles.patch
	patches.kernel.org/6.8.7-094-af_unix-Do-not-use-atomic-ops-for-unix_sk-sk-in.patch
	patches.kernel.org/6.8.7-095-af_unix-Fix-garbage-collector-racing-against-co.patch
	patches.kernel.org/6.8.7-096-net-ena-Fix-potential-sign-extension-issue.patch
	patches.kernel.org/6.8.7-097-net-ena-Wrong-missing-IO-completions-check-orde.patch
	patches.kernel.org/6.8.7-098-net-ena-Fix-incorrect-descriptor-free-behavior.patch
	patches.kernel.org/6.8.7-099-net-ena-Set-tx_info-xdpf-value-to-NULL.patch
	patches.kernel.org/6.8.7-100-drm-xe-display-Fix-double-mutex-initialization.patch
	patches.kernel.org/6.8.7-101-drm-xe-hwmon-Cast-result-to-output-precision-on.patch
	patches.kernel.org/6.8.7-102-tracing-hide-unused-ftrace_event_id_fops.patch
	patches.kernel.org/6.8.7-103-iommu-vt-d-Fix-wrong-use-of-pasid-config.patch
	patches.kernel.org/6.8.7-104-iommu-vt-d-Allocate-local-memory-for-page-reque.patch
	patches.kernel.org/6.8.7-105-iommu-vt-d-Fix-WARN_ON-in-iommu-probe-path.patch
	patches.kernel.org/6.8.7-106-io_uring-refactor-DEFER_TASKRUN-multishot-check.patch
	patches.kernel.org/6.8.7-107-io_uring-disable-io-wq-execution-of-multishot-N.patch
	patches.kernel.org/6.8.7-108-btrfs-qgroup-correctly-model-root-qgroup-rsv-in.patch
	patches.kernel.org/6.8.7-109-btrfs-qgroup-fix-qgroup-prealloc-rsv-leak-in-su.patch
	patches.kernel.org/6.8.7-110-btrfs-record-delayed-inode-root-in-transaction.patch
	patches.kernel.org/6.8.7-111-btrfs-qgroup-convert-PREALLOC-to-PERTRANS-after.patch
	patches.kernel.org/6.8.7-112-io_uring-net-restore-msg_control-on-sendzc-retr.patch
	patches.kernel.org/6.8.7-113-kprobes-Fix-possible-use-after-free-issue-on-kp.patch
	patches.kernel.org/6.8.7-114-fs-proc-remove-redundant-comments-from-proc-boo.patch
	patches.kernel.org/6.8.7-115-fs-proc-Skip-bootloader-comment-if-no-embedded-.patch
	patches.kernel.org/6.8.7-116-scsi-sg-Avoid-sg-device-teardown-race.patch
	patches.kernel.org/6.8.7-117-scsi-sg-Avoid-race-in-error-handling-drop-bogus.patch
	patches.kernel.org/6.8.7-118-accel-ivpu-Check-return-code-of-ipc-lock-init.patch
	patches.kernel.org/6.8.7-119-accel-ivpu-Fix-PCI-D0-state-entry-in-resume.patch
	patches.kernel.org/6.8.7-120-accel-ivpu-Put-NPU-back-to-D3hot-after-failed-r.patch
	patches.kernel.org/6.8.7-121-accel-ivpu-Return-max-freq-for-DRM_IVPU_PARAM_C.patch
	patches.kernel.org/6.8.7-122-accel-ivpu-Fix-deadlock-in-context_xa.patch
	patches.kernel.org/6.8.7-123-drm-vmwgfx-Enable-DMA-mappings-with-SEV.patch
	patches.kernel.org/6.8.7-124-drm-i915-vrr-Disable-VRR-when-using-bigjoiner.patch
	patches.kernel.org/6.8.7-125-drm-amdkfd-Reset-GPU-on-queue-preemption-failur.patch
	patches.kernel.org/6.8.7-126-drm-ast-Fix-soft-lockup.patch
	patches.kernel.org/6.8.7-127-drm-panfrost-Fix-the-error-path-in-panfrost_mmu.patch
	patches.kernel.org/6.8.7-128-drm-client-Fully-protect-modes-with-dev-mode_co.patch
	patches.kernel.org/6.8.7-129-drm-msm-dp-fix-runtime-PM-leak-on-disconnect.patch
	patches.kernel.org/6.8.7-130-drm-msm-dp-fix-runtime-PM-leak-on-connect-failu.patch
	patches.kernel.org/6.8.7-131-drm-amdgpu-umsch-reinitialize-write-pointer-in-.patch
	patches.kernel.org/6.8.7-132-arm64-dts-imx8qm-ss-dma-fix-can-lpcg-indices.patch
	patches.kernel.org/6.8.7-133-arm64-dts-imx8-ss-dma-fix-can-lpcg-indices.patch
	patches.kernel.org/6.8.7-134-arm64-dts-imx8-ss-dma-fix-adc-lpcg-indices.patch
	patches.kernel.org/6.8.7-135-arm64-dts-imx8-ss-conn-fix-usb-lpcg-indices.patch
	patches.kernel.org/6.8.7-136-arm64-dts-imx8-ss-dma-fix-pwm-lpcg-indices.patch
	patches.kernel.org/6.8.7-137-arm64-dts-imx8-ss-lsio-fix-pwm-lpcg-indices.patch
	patches.kernel.org/6.8.7-138-arm64-dts-imx8-ss-dma-fix-spi-lpcg-indices.patch
	patches.kernel.org/6.8.7-139-vhost-Add-smp_rmb-in-vhost_vq_avail_empty.patch
	patches.kernel.org/6.8.7-140-vhost-Add-smp_rmb-in-vhost_enable_notify.patch
	patches.kernel.org/6.8.7-141-perf-x86-Fix-out-of-range-data.patch
	patches.kernel.org/6.8.7-142-x86-cpu-Actually-turn-off-mitigations-by-defaul.patch
	patches.kernel.org/6.8.7-143-selftests-timers-posix_timers-Reimplement-check.patch
	patches.kernel.org/6.8.7-144-selftests-timers-Fix-posix_timers-ksft_print_ms.patch
	patches.kernel.org/6.8.7-145-selftests-timers-Fix-abs-warning-in-posix_timer.patch
	patches.kernel.org/6.8.7-146-selftests-kselftest-Mark-functions-that-uncondi.patch
	patches.kernel.org/6.8.7-147-x86-apic-Force-native_apic_mem_read-to-use-the-.patch
	patches.kernel.org/6.8.7-148-irqflags-Explicitly-ignore-lockdep_hrtimer_exit.patch
	patches.kernel.org/6.8.7-149-selftests-kselftest-Fix-build-failure-with-NOLI.patch
	patches.kernel.org/6.8.7-150-kernfs-annotate-different-lockdep-class-for-of-.patch
	patches.kernel.org/6.8.7-151-x86-bugs-Fix-return-type-of-spectre_bhi_state.patch
	patches.kernel.org/6.8.7-152-x86-bugs-Fix-BHI-documentation.patch
	patches.kernel.org/6.8.7-153-x86-bugs-Cache-the-value-of-MSR_IA32_ARCH_CAPAB.patch
	patches.kernel.org/6.8.7-154-x86-bugs-Rename-various-ia32_cap-variables-to-x.patch
	patches.kernel.org/6.8.7-155-x86-bugs-Fix-BHI-handling-of-RRSBA.patch
	patches.kernel.org/6.8.7-156-x86-bugs-Clarify-that-syscall-hardening-isn-t-a.patch
	patches.kernel.org/6.8.7-157-x86-bugs-Remove-CONFIG_BHI_MITIGATION_AUTO-and-.patch
	patches.kernel.org/6.8.7-158-x86-bugs-Replace-CONFIG_SPECTRE_BHI_-ON-OFF-wit.patch
	patches.kernel.org/6.8.7-159-drm-i915-cdclk-Fix-CDCLK-programming-order-when.patch
	patches.kernel.org/6.8.7-160-drm-i915-psr-Disable-PSR-when-bigjoiner-is-used.patch
	patches.kernel.org/6.8.7-161-drm-i915-Disable-port-sync-when-bigjoiner-is-us.patch
	patches.kernel.org/6.8.7-162-drm-i915-Disable-live-M-N-updates-when-using-bi.patch
	patches.kernel.org/6.8.7-163-drm-amdgpu-Reset-dGPU-if-suspend-got-aborted.patch
	patches.kernel.org/6.8.7-164-drm-amdgpu-always-force-full-reset-for-SOC21.patch
	patches.kernel.org/6.8.7-165-drm-amdgpu-fix-incorrect-number-of-active-RBs-f.patch
	patches.kernel.org/6.8.7-166-drm-amdgpu-differentiate-external-rev-id-for-gf.patch
	patches.kernel.org/6.8.7-167-drm-amd-display-Program-VSC-SDP-colorimetry-for.patch
	patches.kernel.org/6.8.7-168-drm-amd-display-Set-VSC-SDP-Colorimetry-same-wa.patch
	patches.kernel.org/6.8.7-169-drm-amd-display-Do-not-recursively-call-manual-.patch
	patches.kernel.org/6.8.7-170-drm-amd-display-Return-max-resolution-supported.patch
	patches.kernel.org/6.8.7-171-drm-amd-display-always-reset-ODM-mode-in-contex.patch
	patches.kernel.org/6.8.7-172-drm-amd-display-fix-disable-otg-wa-logic-in-DCN.patch
	patches.kernel.org/6.8.7-173-Linux-6.8.7.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
	patches.rpmify/usrmerge-Adjust-module-path-in-the-kernel-sources.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/net-phy-realtek-add-support-for-RTL8126A-integrated-.patch
	patches.suse/r8169-add-support-for-RTL8126A.patch
	patches.suse/net-mdio-add-2.5g-and-5g-related-PMA-speed-constants.patch
	patches.suse/net-phy-realtek-use-generic-MDIO-constants.patch
	patches.suse/net-phy-realtek-add-5Gbps-support-to-rtl822x_config_.patch
	patches.suse/wifi-ath11k-rearrange-IRQ-enable-disable-in-reset-pa.patch
	patches.suse/wifi-ath11k-remove-MHI-LOOPBACK-channels.patch
	patches.suse/wifi-ath11k-do-not-dump-SRNG-statistics-during-resum.patch
	patches.suse/wifi-ath11k-fix-warning-on-DMA-ring-capabilities-eve.patch
	patches.suse/wifi-ath11k-thermal-don-t-try-to-register-multiple-t.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/firmware-qemu_fw_cfg-Do-not-hard-depend-on-CONFIG_HA.patch
	patches.suse/Workaround-broken-chacha-crypto-fallback.patch
	patches.suse/bus-mhi-host-add-mhi_power_down_no_destroy.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
+dsterba	patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch
	patches.suse/Revert-btrfs-remove-code-for-inode_cache-and-recover.patch

	# ext[2-4]

	# XFS

	########################################################
	# Block layer
	########################################################

	########################################################
	# Networking core
	########################################################

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

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

	# Bug 1198101 - VUL-0: shim: openSUSE tumbleweed not fully locked down? Add opensuse-cert-prompt back to openSUSE shim
	# Lock down functions for secure boot
	patches.suse/0001-security-lockdown-expose-a-hook-to-lock-the-kernel-down.patch
	patches.suse/0002-efi-Add-an-EFI_SECURE_BOOT-flag-to-indicate-secure-boot-mode.patch
	patches.suse/0003-efi-Lock-down-the-kernel-if-booted-in-secure-boot-mode.patch
	patches.suse/0004-efi-Lock-down-the-kernel-at-the-integrity-level-if-b.patch
	patches.suse/arm64-lock-down-kernel-in-secure-boot-mode.patch

	# crypto

	########################################################
	# Virtualization
	########################################################

	########################################################
	# 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/net-qrtr-support-suspend-hibernation.patch
	patches.suse/wifi-ath11k-support-hibernation.patch

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

	########################################################
	# Input
	########################################################
	patches.suse/Input-elan_i2c-Add-deny-list-for-Lenovo-Yoga-Slim-7.patch
	patches.suse/Input-psmouse-add-NULL-check-to-psmouse_from_serio.patch

	########################################################
	# Other drivers
	########################################################
	patches.suse/Restore-kABI-for-NVidia-vGPU-driver.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.
	########################################################