Re: [PATCH 6.12 000/272] 6.12.92-rc1 review

From: Miguel Ojeda

Date: Fri May 29 2026 - 02:14:04 EST


On Thu, 28 May 2026 21:46:14 +0200 Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> 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@xxxxxxxxxx>

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@xxxxxxxxxxx>
Cc: Kanchan Joshi <joshi.k@xxxxxxxxxxx>
Cc: Christoph Hellwig <hch@xxxxxx>
Cc: Keith Busch <kbusch@xxxxxxxxxx>

Cc: Jens Axboe <axboe@xxxxxxxxx>
CC: linux-block@xxxxxxxxxxxxxxx

Thanks!

Cheers,
Miguel