On Tue, Aug 06, 2024 at 11:50:00AM -0700, Andi Kleen wrote: > > - s += 16; > > + v16qi data, t; > > + /* Unaligned load. Reading beyond the final newline is safe, since > > + files.cc:read_file_guts pads the allocation. */ > > You need to change that function to use 32 byte padding as Jakub > pointed out (I forgot that too)
Never mind, it's in the next patch.