[ Sasha's backport helper bot ]
Hi,
✅ All tests passed successfully. No issues detected. No action required from the submitter.
The upstream commit SHA1 provided is correct: 4a1d3acd6ea86075e77fcc1188c3fc372833ba73
WARNING: Author mismatch between patch and upstream commit: Backport author: Felix Moessbauerfelix.moessbauer@siemens.com Commit author: Sebastian Andrzej Siewiorbigeasy@linutronix.de
Status in newer kernel trees: 6.13.y | Present (exact SHA1) 6.12.y | Present (exact SHA1) 6.6.y | Not found
Note: The patch differs from the upstream commit: --- 1: 4a1d3acd6ea86 ! 1: 348975e270b55 netfilter: nft_counter: Use u64_stats_t for statistic. @@ Metadata ## Commit message ## netfilter: nft_counter: Use u64_stats_t for statistic.
+ commit 4a1d3acd6ea86075e77fcc1188c3fc372833ba73 upstream. + The nft_counter uses two s64 counters for statistics. Those two are protected by a seqcount to ensure that the 64bit variable is always properly seen during updates even on 32bit architectures where the store @@ Commit message Cc: Eric Dumazet edumazet@google.com Signed-off-by: Sebastian Andrzej Siewior bigeasy@linutronix.de Signed-off-by: Pablo Neira Ayuso pablo@netfilter.org + Signed-off-by: Felix Moessbauer felix.moessbauer@siemens.com
## net/netfilter/nft_counter.c ## @@ ---
Results of testing on various branches:
| Branch | Patch Apply | Build Test | |---------------------------|-------------|------------| | stable/linux-6.6.y | Success | Success |