aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_vnet.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: update kvm_guest_addrs with addresses from executor/kvm.hAlexander Potapenko2025-11-241-1/+3
| | | | Make sure the fuzzer knows more about the SYZOS address space.
* executor: sys/linux: arm64: reserve address for ITS, add a seed for ITS creationAlexander Potapenko2024-10-211-1/+1
| | | | | | | Reserve SYZOS address for the ITS redistributor at 0x08080000, add it to the list of kvm_guest_addrs. Also implement a syzlang test for the host part of ITS configuration as per https://www.kernel.org/doc/html/v6.1/virt/kvm/devices/arm-vgic-its.html
* sys/linux: add ARM64_ADDR_DIRTY_PAGES to kvm_guest_addrsAlexander Potapenko2024-09-111-1/+1
|
* sys/linux: update kvm_guest_addrsAlexander Potapenko2024-09-051-1/+1
| | | | Add addresses from executor/kvm.h used by guest code on ARM64 to kvm_guest_addrs.
* sys/linux: add vDPA-based `vhost` backend syscallsHrutvik Kanabar2022-08-291-0/+27
| | | | | Introduced in torvalds/linux@4c8cf31885f69e86be0b5b9e6677a26797365e1d. See https://elixir.bootlin.com/linux/latest/source/include/uapi/linux/vhost.h.
* sys/linux: fix and regenerate consts on the latest kenrelDmitry Vyukov2021-11-121-1/+1
| | | | Fix missed includes and renamed constants and regenerate const files on 89d714ab60.
* sys/linux: fix make extract on latest linux-nextzizizi2020-08-101-1/+1
| | | | VIRTIO_F_IOMMU_PLATFORM was renamed to VIRTIO_F_ACCESS_PLATFORM
* sys/syz-extract: use -nostdinc on linuxDmitry Vyukov2020-05-111-0/+1
| | | | This makes the build completely hermetic.
* pkg/compiler: refactor attribute handlingDmitry Vyukov2020-04-191-1/+1
| | | | | | | | | | | | Introduce common infrastructure for describing and parsing attribute instead of custom per-attribute code scattered across several locations. Change align attribute syntax from the weird align_N to align[N]. This also allows to use literal constants as N. Introduce notion of builtin constants. Currently we have only PTR_SIZE, which is needed to replace align_ptr with align[PTR_SIZE].
* sys/linux: fix 32-bit warningsDmitry Vyukov2019-12-231-1/+1
| | | | | | | Lots of interesting findings... Especially 2 byte uid/gid/pid. Update #590
* sys/linux: another batch of warning fixesDmitry Vyukov2019-12-221-3/+13
| | | | | | The only remaining part now is dev_video4linux.txt Update #590
* sys/linux: regenerate constsDmitry Vyukov2019-12-171-5/+5
| | | | | Regenerate on next-20191217. Rename s/VMADDR_CID_RESERVED/VMADDR_CID_LOCAL/ as it was renamed in kernel.
* sys/linux: describe block device ioctlsDmitry Vyukov2018-04-291-1/+3
| | | | | | Describe block device ioctls. Describe sg device ioctls. Add few more devices.
* sys/linux: add AF_VSOCK/vhost descriptionsDmitry Vyukov2018-01-191-0/+144