* Re: [PATCH 6.12 000/272] 6.12.92-rc1 review [not found] <20260528194629.379955525@linuxfoundation.org> @ 2026-05-29 6:09 ` Miguel Ojeda 2026-05-29 8:27 ` Pavel Machek 2026-05-29 10:59 ` Peter Schneider 0 siblings, 2 replies; 5+ messages in thread From: Miguel Ojeda @ 2026-05-29 6:09 UTC (permalink / raw) To: gregkh Cc: achill, akpm, broonie, conor, f.fainelli, hargar, jonathanh, linux-kernel, linux, lkft-triage, patches, patches, pavel, rwarsow, shuah, sr, stable, sudipm.mukherjee, torvalds, Miguel Ojeda, Anuj Gupta, Kanchan Joshi, Christoph Hellwig, Keith Busch, Jens Axboe, linux-block 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 ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 6.12 000/272] 6.12.92-rc1 review 2026-05-29 6:09 ` [PATCH 6.12 000/272] 6.12.92-rc1 review Miguel Ojeda @ 2026-05-29 8:27 ` Pavel Machek 2026-05-29 12:44 ` Sasha Levin 2026-05-29 10:59 ` Peter Schneider 1 sibling, 1 reply; 5+ messages in thread From: Pavel Machek @ 2026-05-29 8:27 UTC (permalink / raw) To: Miguel Ojeda Cc: gregkh, achill, akpm, broonie, conor, f.fainelli, hargar, jonathanh, linux-kernel, linux, lkft-triage, patches, patches, pavel, rwarsow, shuah, sr, stable, sudipm.mukherjee, torvalds, Anuj Gupta, Kanchan Joshi, Christoph Hellwig, Keith Busch, Jens Axboe, linux-block [-- Attachment #1: Type: text/plain, Size: 1134 bytes --] Hi! > > 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) > | ^~~~~~~~~~~~~~~~~~~~~~ > We see that, too: https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/jobs/14592368004 We don't see the problem on 6.6, 6.18 or 7.0-stable. Best regards, Pavel [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 195 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 6.12 000/272] 6.12.92-rc1 review 2026-05-29 8:27 ` Pavel Machek @ 2026-05-29 12:44 ` Sasha Levin 2026-05-29 19:33 ` Florian Fainelli 0 siblings, 1 reply; 5+ messages in thread From: Sasha Levin @ 2026-05-29 12:44 UTC (permalink / raw) To: Miguel Ojeda Cc: Sasha Levin, gregkh, achill, akpm, broonie, conor, f.fainelli, hargar, jonathanh, linux-kernel, linux, lkft-triage, patches, patches, pavel, rwarsow, shuah, sr, stable, sudipm.mukherjee, torvalds, Anuj Gupta, Kanchan Joshi, Christoph Hellwig, Keith Busch, Jens Axboe, linux-block On Fri, May 29, 2026 at 10:27:21AM +0200, Pavel Machek wrote: > > I am seeing: > > > > ./include/linux/bio-integrity.h:101:12: error: unused function 'bio_integrity_map_user' [-Werror,-Wunused-function] > > > > This looks like it needs: > > > > 546d191427cf ("block: make bio_integrity_map_user() static inline") > > > We see that, too: > https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/jobs/14592368004 > We don't see the problem on 6.6, 6.18 or 7.0-stable. Thanks! I've queued up 546d191427cf ("block: make bio_integrity_map_user() static inline"). -- Thanks, Sasha ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 6.12 000/272] 6.12.92-rc1 review 2026-05-29 12:44 ` Sasha Levin @ 2026-05-29 19:33 ` Florian Fainelli 0 siblings, 0 replies; 5+ messages in thread From: Florian Fainelli @ 2026-05-29 19:33 UTC (permalink / raw) To: Sasha Levin, Miguel Ojeda Cc: gregkh, achill, akpm, broonie, conor, hargar, jonathanh, linux-kernel, linux, lkft-triage, patches, patches, pavel, rwarsow, shuah, sr, stable, sudipm.mukherjee, torvalds, Anuj Gupta, Kanchan Joshi, Christoph Hellwig, Keith Busch, Jens Axboe, linux-block On 5/29/26 05:44, Sasha Levin wrote: > On Fri, May 29, 2026 at 10:27:21AM +0200, Pavel Machek wrote: >>> I am seeing: >>> >>> ./include/linux/bio-integrity.h:101:12: error: unused function 'bio_integrity_map_user' [-Werror,-Wunused-function] >>> >>> This looks like it needs: >>> >>> 546d191427cf ("block: make bio_integrity_map_user() static inline") >>> >> We see that, too: >> https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/jobs/14592368004 >> We don't see the problem on 6.6, 6.18 or 7.0-stable. > > Thanks! I've queued up 546d191427cf ("block: make bio_integrity_map_user() > static inline"). Thanks, also seen here, FWIW. -- Florian ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 6.12 000/272] 6.12.92-rc1 review 2026-05-29 6:09 ` [PATCH 6.12 000/272] 6.12.92-rc1 review Miguel Ojeda 2026-05-29 8:27 ` Pavel Machek @ 2026-05-29 10:59 ` Peter Schneider 1 sibling, 0 replies; 5+ messages in thread From: Peter Schneider @ 2026-05-29 10:59 UTC (permalink / raw) To: Miguel Ojeda, gregkh Cc: achill, akpm, broonie, conor, f.fainelli, hargar, jonathanh, linux-kernel, linux, lkft-triage, patches, patches, pavel, rwarsow, shuah, sr, stable, sudipm.mukherjee, torvalds, Anuj Gupta, Kanchan Joshi, Christoph Hellwig, Keith Busch, Jens Axboe, linux-block Am 29.05.2026 um 08:09 schrieb Miguel Ojeda: > 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). I didn't see this error message on x86_64; I built with CONFIG_WERROR=y and CONFIG_BLK_DEV_INTEGRITY=y Builds, boots and works on my 2-socket Ivy Bridge Xeon E5-2697 v2 server. No dmesg oddities or regressions found. Tested-by: Peter Schneider <pschneider1968@googlemail.com> Beste Grüße, Peter Schneider -- Climb the mountain not to plant your flag, but to embrace the challenge, enjoy the air and behold the view. Climb it so you can see the world, not so the world can see you. -- David McCullough Jr. OpenPGP: 0xA3828BD796CCE11A8CADE8866E3A92C92C3FF244 Download: https://www.peters-netzplatz.de/download/pschneider1968_pub.asc https://keys.mailvelope.com/pks/lookup?op=get&search=pschneider1968@googlemail.com https://keys.mailvelope.com/pks/lookup?op=get&search=pschneider1968@gmail.com ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-05-29 19:33 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20260528194629.379955525@linuxfoundation.org>
2026-05-29 6:09 ` [PATCH 6.12 000/272] 6.12.92-rc1 review Miguel Ojeda
2026-05-29 8:27 ` Pavel Machek
2026-05-29 12:44 ` Sasha Levin
2026-05-29 19:33 ` Florian Fainelli
2026-05-29 10:59 ` Peter Schneider
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox