]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
5.15-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Jun 2023 06:00:46 +0000 (08:00 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Jun 2023 06:00:46 +0000 (08:00 +0200)
added patches:
act_mirred-remove-unneded-merge-conflict-markers.patch

queue-5.15/act_mirred-remove-unneded-merge-conflict-markers.patch [new file with mode: 0644]
queue-5.15/series

diff --git a/queue-5.15/act_mirred-remove-unneded-merge-conflict-markers.patch b/queue-5.15/act_mirred-remove-unneded-merge-conflict-markers.patch
new file mode 100644 (file)
index 0000000..1de1b46
--- /dev/null
@@ -0,0 +1,27 @@
+From foo@baz Wed Jun 28 07:56:26 AM CEST 2023
+Date: Wed, 28 Jun 2023 07:56:26 +0200
+To: Greg KH <gregkh@linuxfoundation.org>
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+Subject: act_mirred: remove unneded merge conflict markers
+
+In commit 169a41073993 ("act_mirred: use the backlog for nested calls to mirred
+ingress"), a merge conflict marker snuck in, so remove it.
+
+Reported-by: Bart Van Assche <bvanassche@google.com>
+Fixes: 169a41073993 ("act_mirred: use the backlog for nested calls to mirred ingress")
+Cc: Sasha Levin <sashal@kernel.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ tools/testing/selftests/net/forwarding/tc_actions.sh |    1 -
+ 1 file changed, 1 deletion(-)
+
+--- a/tools/testing/selftests/net/forwarding/tc_actions.sh
++++ b/tools/testing/selftests/net/forwarding/tc_actions.sh
+@@ -199,7 +199,6 @@ mirred_egress_to_ingress_tcp_test()
+       log_test "mirred_egress_to_ingress_tcp ($tcflags)"
+ }
+->>>>>>> e921d05033293 (act_mirred: use the backlog for nested calls to mirred ingress)
+ setup_prepare()
+ {
+       h1=${NETIFS[p1]}
index c506abb95e196b45ac66a2eaa112a6e1ae0b2e51..af199753f363cc00e55e4e101eae6c16af0d2315 100644 (file)
@@ -94,3 +94,4 @@ drm-radeon-fix-race-condition-uaf-in-radeon_gem_set_.patch
 vhost_net-revert-upend_idx-only-on-retriable-error.patch
 x86-apic-fix-kernel-panic-when-booting-with-intremap.patch
 i2c-imx-lpi2c-fix-type-char-overflow-issue-when-calc.patch
+act_mirred-remove-unneded-merge-conflict-markers.patch