Hi Linus, Two fixes for -rc6: - Fix a mixup of sectors and bytes in the secure erase ioctl (Mikulas) - Fix for a bad return value for a non-blocking bio/blk queue enter call (me) Please pull! The following changes since commit 745ed37277c5a7202180aa276c87db1362c90fe5: block: add missing request flags to debugfs code (2022-09-09 05:57:52 -0600) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/block-6.0-2022-09-16 for you to fetch changes up to c4fa368466cc1b60bb92f867741488930ddd6034: blk-lib: fix blkdev_issue_secure_erase (2022-09-15 00:25:17 -0600) ---------------------------------------------------------------- block-6.0-2022-09-16 ---------------------------------------------------------------- Mikulas Patocka (1): blk-lib: fix blkdev_issue_secure_erase Stefan Roesch (1): block: blk_queue_enter() / __bio_queue_enter() must return -EAGAIN for nowait block/blk-core.c | 4 ++-- block/blk-lib.c | 11 ++++++++--- 2 files changed, 10 insertions(+), 5 deletions(-) -- Jens Axboe