Message ID | 20231204190044.450107-2-dima@arista.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 714589c2742209cc228991b115e48548fb8d89cf |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [v5,1/5] Documentation/tcp: Fix an obvious typo | expand |
Hello: This series was applied to netdev/net.git (main) by Paolo Abeni <pabeni@redhat.com>: On Mon, 4 Dec 2023 19:00:40 +0000 you wrote: > Yep, my VIM spellchecker is not good enough for typos like this one. > > Fixes: 7fe0e38bb669 ("Documentation/tcp: Add TCP-AO documentation") > Cc: Jonathan Corbet <corbet@lwn.net> > Cc: linux-doc@vger.kernel.org > Reported-by: Markus Elfring <Markus.Elfring@web.de> > Closes: https://lore.kernel.org/all/2745ab4e-acac-40d4-83bf-37f2600d0c3d@web.de/ > Signed-off-by: Dmitry Safonov <dima@arista.com> > > [...] Here is the summary with links: - [v5,1/5] Documentation/tcp: Fix an obvious typo https://git.kernel.org/netdev/net/c/714589c27422 - [v5,2/5] net/tcp: Consistently align TCP-AO option in the header https://git.kernel.org/netdev/net/c/da7dfaa6d6f7 - [v5,3/5] net/tcp: Limit TCP_AO_REPAIR to non-listen sockets https://git.kernel.org/netdev/net/c/965c00e4ea2e - [v5,4/5] net/tcp: Don't add key with non-matching VRF on connected sockets https://git.kernel.org/netdev/net/c/12083d728213 - [v5,5/5] net/tcp: Don't store TCP-AO maclen on reqsk https://git.kernel.org/netdev/net/c/9396c4ee93f9 You are awesome, thank you!
diff --git a/Documentation/networking/tcp_ao.rst b/Documentation/networking/tcp_ao.rst index cfa5bf1cc542..8a58321acce7 100644 --- a/Documentation/networking/tcp_ao.rst +++ b/Documentation/networking/tcp_ao.rst @@ -99,7 +99,7 @@ also [6.1]:: when it is no longer considered permitted. Linux TCP-AO will try its best to prevent you from removing a key that's -being used, considering it a key management failure. But sine keeping +being used, considering it a key management failure. But since keeping an outdated key may become a security issue and as a peer may unintentionally prevent the removal of an old key by always setting it as RNextKeyID - a forced key removal mechanism is provided, where
Yep, my VIM spellchecker is not good enough for typos like this one. Fixes: 7fe0e38bb669 ("Documentation/tcp: Add TCP-AO documentation") Cc: Jonathan Corbet <corbet@lwn.net> Cc: linux-doc@vger.kernel.org Reported-by: Markus Elfring <Markus.Elfring@web.de> Closes: https://lore.kernel.org/all/2745ab4e-acac-40d4-83bf-37f2600d0c3d@web.de/ Signed-off-by: Dmitry Safonov <dima@arista.com> --- Documentation/networking/tcp_ao.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)