-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Description
Marc Zyngier notices that syzkaller reproducers always seem to be generated with an implicit requirement that PAGE_SIZE is 4kB. However, arm64 supports 4, 16 and 64kB as the base page size (and e.g. Android is steadily moving towards 16kB).
It means that these reproducers simply don't work (mmap() fails, for example).
Marc asks if it's possible to make the memory-map constants parameterized on PAGE_SIZE.
A somewhat related request is to switch some of the syzkaller instances to non-4K pages.