aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/test/binder
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: use the same device in the binder seedAleksandr Nogikh2025-09-231-1/+1
| | | | Otherwise the two instances can't communicate.
* sys/linux: use AUTO for structs wherever possiblePaul Chaignon2023-11-131-1/+1
| | | | | | | | These occurences were found with the command: git grep -lP "{(AUTO,\s)*AUTO}" Signed-off-by: Paul Chaignon <paul.chaignon@gmail.com>
* all: add binderfs fuzzing supportAleksandr Nogikh2021-10-291-2/+2
| | | | | | | | Create one instance of binderfs per process and add descriptions to enable syzkaller to create binderfs mounts and binder devices itself. Keep descriptions compatible with the legacy mode (when devices are created at boot time).
* prog: fix tests for string enforcementDmitry Vyukov2020-01-051-2/+2
| | | | | | | | String value enforcement broke a number of tests where we use different values. Be more string as to what string values we use in tests. Required to add tmpfs descriptions to test syz_mount_image. Also special-casing AF_ALG algorithms as these are auto-generated.
* sys/linux: improve binder descriptionsDmitry Vyukov2019-05-171-0/+6
Refine some consts to increase changes of correct programs. Fix some types. Add comments and a test.