Merge branch 'splice-net-some-miscellaneous-msg_splice_pages-changes'
authorJakub Kicinski <kuba@kernel.org>
Tue, 13 Jun 2023 04:13:24 +0000 (21:13 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 13 Jun 2023 04:13:25 +0000 (21:13 -0700)
commit7d4e87e97382848affe0000eefef1a9b176f3b5c
treea250249ce571e7b36fb10842b2a098faf2d9cabd
parentccbe64be1533878f1dd3e7e28cfc33db60361bca
parentc31a25e1db486f36a0ffe3c849b0a82cda3db7db
Merge branch 'splice-net-some-miscellaneous-msg_splice_pages-changes'

David Howells says:

====================
splice, net: Some miscellaneous MSG_SPLICE_PAGES changes

Now that the splice_to_socket() has been rewritten so that nothing now uses
the ->sendpage() file op[1], some further changes can be made, so here are
some miscellaneous changes that can now be done.

 (1) Remove the ->sendpage() file op.

 (2) Remove hash_sendpage*() from AF_ALG.

 (3) Make sunrpc send multiple pages in single sendmsg() call rather than
     calling sendpage() in TCP (or maybe TLS).

 (4) Make tcp_bpf_sendpage() a wrapper around tcp_bpf_sendmsg().

 (5) Make AF_KCM use sendmsg() when calling down to TCP and then make it
     send entire fragment lists in single sendmsg calls.

Link: https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=fd5f4d7da29218485153fd8b4c08da7fc130c79f
====================

Link: https://lore.kernel.org/r/20230609100221.2620633-1-dhowells@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>