]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
blk-crypto: use BLK_STS_INVAL for alignment errors
authorCarlos Llamas <cmllamas@google.com>
Thu, 30 Oct 2025 04:39:18 +0000 (04:39 +0000)
committerJens Axboe <axboe@kernel.dk>
Thu, 30 Oct 2025 14:52:57 +0000 (08:52 -0600)
commit0b39ca457241aeca07a613002512573e8804f93a
tree83059c2b005b931ce94df578bff8179cff463a1f
parent19de03b312d69a7e9bacb51c806c6e3f4207376c
blk-crypto: use BLK_STS_INVAL for alignment errors

Make __blk_crypto_bio_prep() propagate BLK_STS_INVAL when IO segments
fail the data unit alignment check.

This was flagged by an LTP test that expects EINVAL when performing an
O_DIRECT read with a misaligned buffer [1].

Cc: Eric Biggers <ebiggers@kernel.org>
Cc: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/all/aP-c5gPjrpsn0vJA@google.com/
Signed-off-by: Carlos Llamas <cmllamas@google.com>
Reviewed-by: Eric Biggers <ebiggers@kernel.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-crypto.c