| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sys/linux: fix bugs pointed out by syz-check | Dmitry Vyukov | 2022-01-13 | 1 | -4/+4 |
| | | | | | Update #590 | ||||
| * | sys/linux: v4l2 and vim2m2 refactoring | Ricardo Cañuelo | 2020-06-09 | 1 | -11/+6 |
| | | | | | | | | | | | | Remove a single template parameter to v4l2_buffer, as it should always use a fd_request descriptor. Update all syscalls that use it. Refactor the VIDIOC_STREAMON and VIDIOC_STREAMOFF vim2m ioctls to use v4l2_buf_type_vim2m as a parameter instead of an union. Remove ioctl$VIDIOC_RESERVED from dev_video4linux.txt (not defined in upstream kernel). | ||||
| * | sys/linux: specific descriptions for vim2m (v4l2) | Ricardo Cañuelo | 2020-06-09 | 1 | -0/+58 |
| Add a set of descriptions to focus the fuzzing process on the V4L2 vim2m test driver. This should be useful to test the M2M framework. The syscalls are based on a specific file descriptor for the vim2m device and a selection of v4l2 ioctls that operate on it. Some of the existing v4l2 data structure definitions have been extended to allow restricting and selecting some options in order to narrow down the fuzzing process. Initial support for Request API added. | |||||
