commit | a17ef9e6c2c1cf0fc6cd6ca6a9ce525c67d1da7f | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Tue Apr 30 18:00:15 2024 +0000 |
committer | Jakub Kicinski <kuba@kernel.org> | Thu May 02 19:01:35 2024 -0700 |
tree | bc6f88aef9d1f0bddbbc038c1fda930cc87b7d0a | |
parent | 4c7f3950a9fd53a62b156c0fe7c3a2c43b0ba19b [diff] |
net_sched: sch_sfq: annotate data-races around q->perturb_period sfq_perturbation() reads q->perturb_period locklessly. Add annotations to fix potential issues. Signed-off-by: Eric Dumazet <edumazet@google.com> Reviewed-by: Simon Horman <horms@kernel.org> Link: https://lore.kernel.org/r/20240430180015.3111398-1-edumazet@google.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>