• Paul Moore's avatar
    /dev/null: add IORING_OP_URING_CMD support · 70752795
    Paul Moore authored
    This patch adds support for the io_uring command pass through, aka
    IORING_OP_URING_CMD, to the /dev/null driver.  As with all of the
    /dev/null functionality, the implementation is just a simple sink
    where commands go to die, but it should be useful for developers who
    need a simple IORING_OP_URING_CMD test device that doesn't require
    any special hardware.
    
    Cc: Arnd Bergmann <arnd@arndb.de>
    Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Acked-by: default avatarJens Axboe <axboe@kernel.dk>
    Signed-off-by: default avatarPaul Moore <paul@paul-moore.com>
    70752795
mem.c 16.6 KB