aboutsummaryrefslogtreecommitdiffstats
path: root/.cocciconfig
diff options
context:
space:
mode:
authorSabrina Dubroca <sd@queasysnail.net>2022-11-02 22:33:14 +0100
committerDavid S. Miller <davem@davemloft.net>2022-11-04 10:43:56 +0000
commit73a4b31c9d11f98ae3bc5286d5382930adb0e9c7 (patch)
tree62983380cbd7b22b8f7ecf0b5b70f58f8d7aebe0 /.cocciconfig
parentmacsec: delete new rxsc when offload fails (diff)
downloadlinux-dev-73a4b31c9d11f98ae3bc5286d5382930adb0e9c7.tar.xz
linux-dev-73a4b31c9d11f98ae3bc5286d5382930adb0e9c7.zip
macsec: fix secy->n_rx_sc accounting
secy->n_rx_sc is supposed to be the number of _active_ rxsc's within a secy. This is then used by macsec_send_sci to help decide if we should add the SCI to the header or not. This logic is currently broken when we create a new RXSC and turn it off at creation, as create_rx_sc always sets ->active to true (and immediately uses that to increment n_rx_sc), and only later macsec_add_rxsc sets rx_sc->active. Fixes: c09440f7dcb3 ("macsec: introduce IEEE 802.1AE driver") Signed-off-by: Sabrina Dubroca <sd@queasysnail.net> Reviewed-by: Antoine Tenart <atenart@kernel.org> Reviewed-by: Leon Romanovsky <leonro@nvidia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '.cocciconfig')
0 files changed, 0 insertions, 0 deletions