The following reply was made to PR kern/59152; it has been noted by GNATS.
From: RVP <rvp%SDF.ORG@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: kern/59152: Panic in genfs(?) onn HEAD amd64
Date: Mon, 10 Mar 2025 07:54:37 +0000 (UTC)
Looks like bit-rot in genfs_compat_getpages(): NTFS seems to be the
only user of that function (prolly because NTFS can't use genfs_getpages()
as it doesn't implement a proper ntfs_bmap() for it...).
Anyway, the patch below seems to kinda work for me: at least, no panics; but
some of the files on my Windows 11 NTFS have all '\0' in 'em instead of actual
contents. But, NTFS-3g from pkgsrc which is pretty old has issues too: