diff options
| author | Jens Axboe <axboe@kernel.dk> | 2025-11-20 11:40:15 -0700 |
|---|---|---|
| committer | Jens Axboe <axboe@kernel.dk> | 2025-11-20 11:40:15 -0700 |
| commit | 46447367a52965e9d35f112f5b26fc8ff8ec443d (patch) | |
| tree | ae11cc0c7ac0c22abd5c253f6b4ce1dbd6036494 /net/unix/af_unix.c | |
| parent | 2d0e88f3fd1dcb37072d499c36162baf5b009d41 (diff) | |
io_uring/cmd_net: fix wrong argument types for skb_queue_splice()
If timestamp retriving needs to be retried and the local list of
SKB's already has entries, then it's spliced back into the socket
queue. However, the arguments for the splice helper are transposed,
causing exactly the wrong direction of splicing into the on-stack
list. Fix that up.
Cc: stable@vger.kernel.org
Reported-by: Google Big Sleep <big-sleep-vuln-reports+bigsleep-462435176@google.com>
Fixes: 9e4ed359b8ef ("io_uring/netcmd: add tx timestamping cmd support")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
