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

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

diff --git a/queue-6.12/revert-wifi-ath12k-fix-invalid-entry-fetch-in-ath12k_dp_mon_srng_process.patch b/queue-6.12/revert-wifi-ath12k-fix-invalid-entry-fetch-in-ath12k_dp_mon_srng_process.patch
new file mode 100644 (file)
index 0000000..c78d10e
--- /dev/null
@@ -0,0 +1,33 @@
+From alexander@tsoy.me  Tue Apr 22 15:04:41 2025
+From: Alexander Tsoy <alexander@tsoy.me>
+Date: Tue, 22 Apr 2025 15:03:37 +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: <20250422120338.229099-1-alexander@tsoy.me>
+
+From: Alexander Tsoy <alexander@tsoy.me>
+
+This reverts commit 535b666118f6ddeae90a480a146c061796d37022 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
+@@ -2533,7 +2533,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 e32a3a9e4d4507d9924764ecea0b6776e9eb1eda..1225186728d7c204b689e4f02a545f939fd25148 100644 (file)
@@ -207,3 +207,4 @@ block-remove-rq_list_move.patch
 block-add-a-rq_list-type.patch
 block-don-t-reorder-requests-in-blk_add_rq_to_plug.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