diff options
author | Jens Axboe <axboe@kernel.dk> | 2024-10-07 12:20:20 -0600 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2024-10-19 20:40:10 -0400 |
commit | dc7e76ba7a6057e4c12d449db49f026d0ec238ec (patch) | |
tree | 445251ca3e9cdd836398c2a36016767645331144 /drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c | |
parent | e896474fe4851ffc4dd860c92daa906783090346 (diff) | |
download | linux-dc7e76ba7a6057e4c12d449db49f026d0ec238ec.tar.gz linux-dc7e76ba7a6057e4c12d449db49f026d0ec238ec.tar.bz2 linux-dc7e76ba7a6057e4c12d449db49f026d0ec238ec.zip |
io_uring: IORING_OP_F[GS]ETXATTR is fine with REQ_F_FIXED_FILE
Rejection of IOSQE_FIXED_FILE combined with IORING_OP_[GS]ETXATTR
is fine - these do not take a file descriptor, so such combination
makes no sense. The checks are misplaced, though - as it is, they
triggers on IORING_OP_F[GS]ETXATTR as well, and those do take
a file reference, no matter the origin.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c')
0 files changed, 0 insertions, 0 deletions