From 429d3efd5669e129a6168d62edb6832e36b7a2a0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 8 May 2024 19:45:36 +0200 Subject: Adding debian version 5.10.216-1. Signed-off-by: Daniel Baumann --- ...288-net-xfrm-Use-sequence-counter-with-associated-spinlo.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'debian/patches-rt/0288-net-xfrm-Use-sequence-counter-with-associated-spinlo.patch') diff --git a/debian/patches-rt/0288-net-xfrm-Use-sequence-counter-with-associated-spinlo.patch b/debian/patches-rt/0288-net-xfrm-Use-sequence-counter-with-associated-spinlo.patch index df8a062a3..cea3301c7 100644 --- a/debian/patches-rt/0288-net-xfrm-Use-sequence-counter-with-associated-spinlo.patch +++ b/debian/patches-rt/0288-net-xfrm-Use-sequence-counter-with-associated-spinlo.patch @@ -1,9 +1,9 @@ -From 97138dbb6886695284b96e3680f1533beae6e43a Mon Sep 17 00:00:00 2001 +From 349854c1b05d1d8a452bd32104ceec210d2612f2 Mon Sep 17 00:00:00 2001 From: "Ahmed S. Darwish" Date: Tue, 16 Mar 2021 11:56:30 +0100 Subject: [PATCH 288/323] net: xfrm: Use sequence counter with associated spinlock -Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.204-rt100.tar.xz +Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.215-rt107.tar.xz A sequence counter write section must be serialized or its internal state can get corrupted. A plain seqcount_t does not contain the @@ -26,7 +26,7 @@ Signed-off-by: Steffen Klassert 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/net/netns/xfrm.h b/include/net/netns/xfrm.h -index 7b87da22b295..fef22e029c0d 100644 +index 7b87da22b2950..fef22e029c0d3 100644 --- a/include/net/netns/xfrm.h +++ b/include/net/netns/xfrm.h @@ -77,7 +77,7 @@ struct netns_xfrm { @@ -39,5 +39,5 @@ index 7b87da22b295..fef22e029c0d 100644 spinlock_t xfrm_policy_lock; -- -2.43.0 +2.44.0 -- cgit v1.2.3