On Thu, 28 May 2026 21:46:14 +0200 Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 6.12.92 release. There are 272 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
Responses should be made by Sat, 30 May 2026 19:45:52 +0000. Anything received after that time might be too late.
Boot-tested under QEMU for Rust x86_64, arm64 and riscv64; built-tested for loongarch64:
Tested-by: Miguel Ojeda ojeda@kernel.org
I am seeing:
In file included from kernel/trace/blktrace.c:23: In file included from kernel/trace/../../block/blk.h:5: ./include/linux/bio-integrity.h:101:12: error: unused function 'bio_integrity_map_user' [-Werror,-Wunused-function] 101 | static int bio_integrity_map_user(struct bio *bio, struct iov_iter *iter) | ^~~~~~~~~~~~~~~~~~~~~~
This looks like it needs:
546d191427cf ("block: make bio_integrity_map_user() static inline")
(and indeed in my run `CONFIG_BLK_DEV_INTEGRITY` is not set like the commit message says).
Cc: Anuj Gupta anuj20.g@samsung.com Cc: Kanchan Joshi joshi.k@samsung.com Cc: Christoph Hellwig hch@lst.de Cc: Keith Busch kbusch@kernel.org
Cc: Jens Axboe axboe@kernel.dk CC: linux-block@vger.kernel.org
Thanks!
Cheers, Miguel