]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
6.14-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Apr 2025 13:07:22 +0000 (15:07 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Apr 2025 13:07:22 +0000 (15:07 +0200)
added patches:
revert-wifi-ath12k-fix-invalid-entry-fetch-in-ath12k_dp_mon_srng_process.patch

queue-6.14/revert-wifi-ath12k-fix-invalid-entry-fetch-in-ath12k_dp_mon_srng_process.patch [new file with mode: 0644]
queue-6.14/series

diff --git a/queue-6.14/revert-wifi-ath12k-fix-invalid-entry-fetch-in-ath12k_dp_mon_srng_process.patch b/queue-6.14/revert-wifi-ath12k-fix-invalid-entry-fetch-in-ath12k_dp_mon_srng_process.patch
new file mode 100644 (file)
index 0000000..4257b58
--- /dev/null
@@ -0,0 +1,33 @@
+From alexander@tsoy.me  Tue Apr 22 15:03:50 2025
+From: Alexander Tsoy <alexander@tsoy.me>
+Date: Tue, 22 Apr 2025 15:02:36 +0300
+Subject: Revert "wifi: ath12k: Fix invalid entry fetch in ath12k_dp_mon_srng_process"
+To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>, stable@vger.kernel.org
+Cc: patches@lists.linux.dev, P Praneesh <quic_ppranees@quicinc.com>, Jeff Johnson <jeff.johnson@oss.qualcomm.com>, Sasha Levin <sashal@kernel.org>
+Message-ID: <20250422120237.228960-1-alexander@tsoy.me>
+
+From: Alexander Tsoy <alexander@tsoy.me>
+
+This reverts commit 0c1015493f0e3979bcbd3a12ebc0977578c87f21 which is
+commit 63fdc4509bcf483e79548de6bc08bf3c8e504bb3 upstream as it was
+backported incorrectly.
+
+A subsequent commit will re-backport the original patch.
+
+Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ drivers/net/wireless/ath/ath12k/dp_mon.c |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/drivers/net/wireless/ath/ath12k/dp_mon.c
++++ b/drivers/net/wireless/ath/ath12k/dp_mon.c
+@@ -2473,7 +2473,7 @@ int ath12k_dp_mon_rx_process_stats(struc
+               dest_idx = 0;
+ move_next:
+               ath12k_dp_mon_buf_replenish(ab, buf_ring, 1);
+-              ath12k_hal_srng_dst_get_next_entry(ab, srng);
++              ath12k_hal_srng_src_get_next_entry(ab, srng);
+               num_buffs_reaped++;
+       }
index 29765ec09127f03229e15df564d4c2bfc392880b..0d812ad5f23e0fd71b66ffbf26165b1da74779f7 100644 (file)
@@ -234,3 +234,4 @@ platform-x86-msi-wmi-platform-workaround-a-acpi-firmware-bug.patch
 drm-amd-display-temporarily-disable-hostvm-on-dcn31.patch
 nvmet-fc-remove-unused-functions.patch
 mm-vma-add-give_up_on_oom-option-on-modify-merge-use-in-uffd-release.patch
+revert-wifi-ath12k-fix-invalid-entry-fetch-in-ath12k_dp_mon_srng_process.patch