All of lore.kernel.org
 help / color / mirror / Atom feed
* [5.10-rt][PATCH 0/2] backport of RT fix for nft counter
@ 2025-02-21 17:44 Jan Kiszka
  2025-02-21 17:44 ` [5.10-rt][PATCH 1/2] u64_stats: Introduce u64_stats_set() Jan Kiszka
  2025-02-21 17:44 ` [5.10-rt][PATCH 2/2] netfilter: nft_counter: Use u64_stats_t for statistic Jan Kiszka
  0 siblings, 2 replies; 3+ messages in thread
From: Jan Kiszka @ 2025-02-21 17:44 UTC (permalink / raw)
  To: Luis Claudio R . Goncalves, stable-rt, Pavel Machek
  Cc: linux-kernel, linux-rt-users, Clark Williams, Steven Rostedt,
	Joseph Salisbury, Florian Bezdeka, Felix Moessbauer,
	Andreas Ziegler, Ahmed S . Darwish, Eric Dumazet,
	Sebastian Andrzej Siewior

As 5.10 requires some manual work, here are the two patches needed to
address [1].

Note that 5.15-rt already has the fix (f036d9effdba). 6.1-rt and 6.6-rt
can pick 4a1d3acd6ea8 without conflicts or dependencies.

Pavel, please check 4.19-cip-rt and 4.4-cip-rt. I suspect the task is a
bit bigger there if more or all of u64_stats should be missing.

Jan

[1] https://lore.kernel.org/stable-rt/CAMLffL-PTp+Y-rXsTFaC5cUJyMMiXk-Gjx59WiQvcTe46rXFrw@mail.gmail.com/T/#m67dce3408cac40318ae3dbe1c713b13621ac66c9

CC: Ahmed S. Darwish <a.darwish@linutronix.de>
Cc: Eric Dumazet <edumazet@google.com>
CC: Sebastian Andrzej Siewior <bigeasy@linutronix.de>

Ahmed S. Darwish (1):
  u64_stats: Introduce u64_stats_set()

Sebastian Andrzej Siewior (1):
  netfilter: nft_counter: Use u64_stats_t for statistic.

 include/linux/u64_stats_sync.h | 10 +++++
 net/netfilter/nft_counter.c    | 78 +++++++++++++++++-----------------
 2 files changed, 50 insertions(+), 38 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-02-21 17:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-21 17:44 [5.10-rt][PATCH 0/2] backport of RT fix for nft counter Jan Kiszka
2025-02-21 17:44 ` [5.10-rt][PATCH 1/2] u64_stats: Introduce u64_stats_set() Jan Kiszka
2025-02-21 17:44 ` [5.10-rt][PATCH 2/2] netfilter: nft_counter: Use u64_stats_t for statistic Jan Kiszka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.