On Thu, Apr 04, 2024 at 12:43:30PM +0100, Mark Brown wrote: > On Thu, Apr 04, 2024 at 11:12:15AM +0200, Jan Kara wrote: > > On Wed 03-04-24 22:12:45, Mark Brown wrote: > > > > For the past couple of days several LTP tests (open_by_handle_at0[12] > > > and name_to_handle_at01) have been failing on all the arm64 platforms > > > we're running these tests on. I ran a bisect which came back to this > > > Do you have some LTP logs / kernel logs available for the failing runs? > > Actually it looks like the issue went away with today's -next, but FWIW > the logging for the open_by_handle_at0[12] failures was: The bug was with: fs: Annotate struct file_handle with __counted_by() and use struct_size() and was reported and fixed in the thread around: https://lore.kernel.org/r/20240403110316.qtmypq2rtpueloga@quack3 so this is really unrelated.