forked from sleuthkit/sleuthkit
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Noticed that 3.5.x kernel uses the following flag:
EXT4_FEATURE_RO_COMPAT_METADATA_CSUM
And uses this function with a super block seed value to compute checksums over various structures:
ext4_chksum
As the newer version of the kernel works its way into regular usage, this change will need to be accounted for.
Reactions are currently unavailable