Centos-kernel-stream-9/drivers/net/xen-netback
Jeff Moyer 97718db85e net: extend ubuf_info callback to ops structure
JIRA: https://issues.redhat.com/browse/RHEL-64867
Conflicts: The conflicts here existed upstream, and were resolved by
merge commit 3830fff39941 ("Merge branch 'for-uring-ubufops' of
git://git.kernel.org/pub/scm/linux/kernel/git/kuba/linux into
for-6.10/io_uring").  This patch incorporates the fixes from that
merge commit.

commit 7ab4f16f9e2440e797eae88812f800458e5879d2
Author: Pavel Begunkov <asml.silence@gmail.com>
Date:   Fri Apr 19 12:08:39 2024 +0100

    net: extend ubuf_info callback to ops structure
    
    We'll need to associate additional callbacks with ubuf_info, introduce
    a structure holding ubuf_info callbacks. Apart from a more smarter
    io_uring notification management introduced in next patches, it can be
    used to generalise msg_zerocopy_put_abort() and also store
    ->sg_from_iter, which is currently passed in struct msghdr.
    
    Reviewed-by: Jens Axboe <axboe@kernel.dk>
    Reviewed-by: David Ahern <dsahern@kernel.org>
    Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
    Reviewed-by: Willem de Bruijn <willemb@google.com>
    Link: https://lore.kernel.org/all/a62015541de49c0e2a8a0377a1d5d0a5aeb07016.1713369317.git.asml.silence@gmail.com
    Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
2024-11-28 17:38:44 -05:00
..
Makefile
common.h net: extend ubuf_info callback to ops structure 2024-11-28 17:38:44 -05:00
hash.c
interface.c net: extend ubuf_info callback to ops structure 2024-11-28 17:38:44 -05:00
netback.c net: extend ubuf_info callback to ops structure 2024-11-28 17:38:44 -05:00
rx.c xen/netback: avoid race in xenvif_rx_ring_slots_available() 2021-02-04 10:54:37 -08:00
xenbus.c driver core: make struct bus_type.uevent() take a const * 2023-10-23 10:35:56 -05:00