]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
6.12-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Apr 2025 13:30:59 +0000 (15:30 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Apr 2025 13:30:59 +0000 (15:30 +0200)
commit9aa5773c7495e2289fc30d8178959149bb989879
tree64da05b7f83149aaf9752d541fef53051d14d148
parent13a89ebd7ed5be97a1259e1e38225de0962a63d0
6.12-stable patches

added patches:
cifs-avoid-null-pointer-dereference-in-dbg-call.patch
cifs-ensure-that-all-non-client-specific-reparse-points-are-processed-by-the-server.patch
cifs-fix-integer-overflow-in-match_server.patch
cifs-propagate-min-offload-along-with-other-parameters-from-primary-to-secondary-channels.patch
clk-qcom-clk-branch-fix-invert-halt-status-bit-check-for-votable-clocks.patch
clk-qcom-gdsc-capture-pm_genpd_add_subdomain-result-code.patch
clk-qcom-gdsc-release-pm-subdomains-in-reverse-add-order.patch
clk-qcom-gdsc-set-retain_ff-before-moving-to-hw-ctrl.patch
clk-renesas-r9a07g043-fix-hp-clock-source-for-rz-five.patch
crypto-ccp-fix-check-for-the-primary-asp-device.patch
crypto-ccp-fix-uapi-definitions-of-psp-errors.patch
dlm-fix-error-if-active-rsb-is-not-hashed.patch
dlm-fix-error-if-inactive-rsb-is-not-hashed.patch
dm-ebs-fix-prefetch-vs-suspend-race.patch
dm-integrity-fix-non-constant-time-tag-verification.patch
dm-integrity-set-ti-error-on-memory-allocation-failure.patch
dm-verity-fix-prefetch-vs-suspend-race.patch
dt-bindings-coresight-qcom-coresight-tpda-fix-too-many-reg.patch
dt-bindings-coresight-qcom-coresight-tpdm-fix-too-many-reg.patch
ftrace-add-cond_resched-to-ftrace_graph_set_hash.patch
ftrace-properly-merge-notrace-hashes.patch
gpio-tegra186-fix-resource-handling-in-acpi-probe-path.patch
gpio-zynq-fix-wakeup-source-leaks-on-device-unbind.patch
gve-handle-overflow-when-reporting-tx-consumed-descriptors.patch
kvm-allow-building-irqbypass.ko-as-as-module-when-kvm.ko-is-a-module.patch
kvm-ppc-enable-cap_spapr_tce_vfio-on-pseries-kvm-guests.patch
kvm-x86-acquire-srcu-in-kvm_get_mp_state-to-protect-guest-memory-accesses.patch
kvm-x86-explicitly-zero-initialize-on-stack-cpuid-unions.patch
scsi-ufs-qcom-fix-dev-reference-leaked-through-of_qcom_ice_get.patch
thermal-drivers-rockchip-add-missing-rk3328-mapping-entry.patch
tracing-do-not-add-length-to-print-format-in-synthetic-events.patch
tracing-fprobe-events-fix-possible-uaf-on-modules.patch
x86-xen-fix-balloon-target-initialization-for-pvh-dom0.patch
34 files changed:
queue-6.12/cifs-avoid-null-pointer-dereference-in-dbg-call.patch [new file with mode: 0644]
queue-6.12/cifs-ensure-that-all-non-client-specific-reparse-points-are-processed-by-the-server.patch [new file with mode: 0644]
queue-6.12/cifs-fix-integer-overflow-in-match_server.patch [new file with mode: 0644]
queue-6.12/cifs-propagate-min-offload-along-with-other-parameters-from-primary-to-secondary-channels.patch [new file with mode: 0644]
queue-6.12/clk-qcom-clk-branch-fix-invert-halt-status-bit-check-for-votable-clocks.patch [new file with mode: 0644]
queue-6.12/clk-qcom-gdsc-capture-pm_genpd_add_subdomain-result-code.patch [new file with mode: 0644]
queue-6.12/clk-qcom-gdsc-release-pm-subdomains-in-reverse-add-order.patch [new file with mode: 0644]
queue-6.12/clk-qcom-gdsc-set-retain_ff-before-moving-to-hw-ctrl.patch [new file with mode: 0644]
queue-6.12/clk-renesas-r9a07g043-fix-hp-clock-source-for-rz-five.patch [new file with mode: 0644]
queue-6.12/crypto-ccp-fix-check-for-the-primary-asp-device.patch [new file with mode: 0644]
queue-6.12/crypto-ccp-fix-uapi-definitions-of-psp-errors.patch [new file with mode: 0644]
queue-6.12/dlm-fix-error-if-active-rsb-is-not-hashed.patch [new file with mode: 0644]
queue-6.12/dlm-fix-error-if-inactive-rsb-is-not-hashed.patch [new file with mode: 0644]
queue-6.12/dm-ebs-fix-prefetch-vs-suspend-race.patch [new file with mode: 0644]
queue-6.12/dm-integrity-fix-non-constant-time-tag-verification.patch [new file with mode: 0644]
queue-6.12/dm-integrity-set-ti-error-on-memory-allocation-failure.patch [new file with mode: 0644]
queue-6.12/dm-verity-fix-prefetch-vs-suspend-race.patch [new file with mode: 0644]
queue-6.12/dt-bindings-coresight-qcom-coresight-tpda-fix-too-many-reg.patch [new file with mode: 0644]
queue-6.12/dt-bindings-coresight-qcom-coresight-tpdm-fix-too-many-reg.patch [new file with mode: 0644]
queue-6.12/ftrace-add-cond_resched-to-ftrace_graph_set_hash.patch [new file with mode: 0644]
queue-6.12/ftrace-properly-merge-notrace-hashes.patch [new file with mode: 0644]
queue-6.12/gpio-tegra186-fix-resource-handling-in-acpi-probe-path.patch [new file with mode: 0644]
queue-6.12/gpio-zynq-fix-wakeup-source-leaks-on-device-unbind.patch [new file with mode: 0644]
queue-6.12/gve-handle-overflow-when-reporting-tx-consumed-descriptors.patch [new file with mode: 0644]
queue-6.12/kvm-allow-building-irqbypass.ko-as-as-module-when-kvm.ko-is-a-module.patch [new file with mode: 0644]
queue-6.12/kvm-ppc-enable-cap_spapr_tce_vfio-on-pseries-kvm-guests.patch [new file with mode: 0644]
queue-6.12/kvm-x86-acquire-srcu-in-kvm_get_mp_state-to-protect-guest-memory-accesses.patch [new file with mode: 0644]
queue-6.12/kvm-x86-explicitly-zero-initialize-on-stack-cpuid-unions.patch [new file with mode: 0644]
queue-6.12/scsi-ufs-qcom-fix-dev-reference-leaked-through-of_qcom_ice_get.patch [new file with mode: 0644]
queue-6.12/series
queue-6.12/thermal-drivers-rockchip-add-missing-rk3328-mapping-entry.patch [new file with mode: 0644]
queue-6.12/tracing-do-not-add-length-to-print-format-in-synthetic-events.patch [new file with mode: 0644]
queue-6.12/tracing-fprobe-events-fix-possible-uaf-on-modules.patch [new file with mode: 0644]
queue-6.12/x86-xen-fix-balloon-target-initialization-for-pvh-dom0.patch [new file with mode: 0644]