Commit 4644736
committed
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: [email protected]
Reported-by: Google Big Sleep <[email protected]>
Fixes: 9e4ed35 ("io_uring/netcmd: add tx timestamping cmd support")
Signed-off-by: Jens Axboe <[email protected]>1 parent 2d0e88f commit 4644736
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
0 commit comments