Skip to content

Better support for non-4K pages #4876

@ramosian-glider

Description

@ramosian-glider

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions