Message ID | 20221123173859.473629-1-dima@arista.com (mailing list archive) |
---|---|
Headers | show |
Series | net/tcp: Dynamically disable TCP-MD5 static key | expand |
Hello: This series was applied to netdev/net-next.git (master) by Jakub Kicinski <kuba@kernel.org>: On Wed, 23 Nov 2022 17:38:54 +0000 you wrote: > Changes from v5: > - Corrected comment for static_key_fast_inc_not_negative() (Peter) > - Renamed static_key_fast_inc_not_negative() => > static_key_fast_inc_not_disabled() (as suggested by Peter) > - static_key_fast_inc_not_disabled() is exported and declared in the > patch 1 that defines it, rather than in patch 3 that uses it (Peter) > > [...] Here is the summary with links: - [v6,1/5] jump_label: Prevent key->enabled int overflow https://git.kernel.org/netdev/net-next/c/eb8c507296f6 - [v6,2/5] net/tcp: Separate tcp_md5sig_info allocation into tcp_md5sig_info_add() https://git.kernel.org/netdev/net-next/c/f62c7517ffa1 - [v6,3/5] net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destruction https://git.kernel.org/netdev/net-next/c/459837b522f7 - [v6,4/5] net/tcp: Do cleanup on tcp_md5_key_copy() failure https://git.kernel.org/netdev/net-next/c/b389d1affc2c - [v6,5/5] net/tcp: Separate initialization of twsk https://git.kernel.org/netdev/net-next/c/c5b8b515a211 You are awesome, thank you!