[File-cvs] CVS commit: file/magic/Magdir
Christos Zoulas
christos at zoulas.com
Sat Apr 13 02:08:11 UTC 2024
Module Name: file
Committed By: christos
Date: Sat Apr 13 02:08:11 UTC 2024
Modified Files:
file/magic/Magdir: linux
Log Message:
Improve kernel image magic (Luke T. Shumaker)
Detect the kernel version number into 3 classes:
- <v3.17
- >=v3.17, <v4.15
- >=v4.15
Besides just detecting BE/LE, distinguish between BE-8 and BE-32 (if we
can, requires kernel >=v3.17). Note that BE-32 is an old ARMv5 thing,
and that BE-8 is a modern ARMv6+ thing.
To generate a diff of this commit:
cvs rdiff -r1.88 -r1.89 file/magic/Magdir/linux
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
More information about the File-cvs
mailing list