On Wed, Oct 16, 2019 at 01:58:20PM -0700, Iurii Zaikin wrote: > KUnit tests for decoding extended 64 bit timestamps > that verify the seconds part of [a/c/m] > timestamps in ext4 inode structs are decoded correctly. > KUnit tests, which run on boot and output > the results to the debug log in TAP format (http://testanything.org/). > are only useful for kernel devs running KUnit test harness. Not for > inclusion into a production build. > Test data is derived from the table under > Documentation/filesystems/ext4/inodes.rst Inode Timestamps. > > Signed-off-by: Iurii Zaikin <yzaikin@xxxxxxxxxx> You got Reviewed-bys from both Ted and myself. Unless you make *substantial* changes you should generally include all Reviewed-bys, Tested-bys, Acked-bys, etc in all future revisions. Cheers!