diff options
author | Jens Axboe <axboe@kernel.dk> | 2023-06-27 12:05:01 -0600 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2023-06-27 16:07:24 -0600 |
commit | b65db9211ecb7f8383e02dcf71b8c1e9c7043a40 (patch) | |
tree | 01893799662e8297a04a676764245e8d1a675818 /Makefile | |
parent | 1ef6663a587ba3e57dc5065a477db1c64481eedd (diff) |
io_uring/net: use proper value for msg_inq
struct msghdr->msg_inq is a signed type, yet we attempt to store what
is essentially an unsigned bitmask in there. We only really need to know
if the field was stored or not, but let's use the proper type to avoid
any misunderstandings on what is being attempted here.
Link: https://lore.kernel.org/io-uring/CAHk-=wjKb24aSe6fE4zDH-eh8hr-FB9BbukObUVSMGOrsBHCRQ@mail.gmail.com/
Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions