On Fri, Jul 22, 2022 at 11:11:14PM +0800, Zorro Lang wrote: > > This resets the s_reserved_gdt_blocks field back to zero, so the fsck > > doesn't fail. Which is fine, because the point of the test is to see > > whether the kernel dereferences a NULL pointer or not. > > Or maybe just replace _reuqire_scratch with _require_scratch_nocheck, if we > corrupt the fs on SCRATCH_DEV intentionally? Agreed, that would be a better solution. - Ted