On Wed, Aug 13, 2025 at 03:39:09PM +0200, Andy Shevchenko wrote:
On Wed, Aug 13, 2025 at 02:34:25PM +0900, Dominique Martinet wrote:
Nathan Chancellor wrote on Tue, Aug 12, 2025 at 10:16:33PM -0700:
1 warning generated.
I see this in -next now, should remain be zero initialized or is there some other fix that is needed?
A zero-initialization is fine, I sent a v2 with zero-initialization fixed yesterday: https://lkml.kernel.org/r/20250812-iot_iter_folio-v2-1-f99423309478@codewrec...
(and I'll send a v3 with the goto replaced with a bigger if later today as per David's request)
I assume Andrew will pick it up eventually?
I hope this to happen sooner as it broke my builds too (I always do now `make W=1` and suggest all developers should follow).
This build failure is showing up in my testing as well.
In the service of preventing bisection issues, would it be possible to fold the fix into the original patch?
Thanx, Paul