aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/subsystem/lists/linux.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/subsystem: regenerate Linux subsystemsAleksandr Nogikh2026-01-201-2671/+3473
|
* all: simplify subsystem revision updatesAleksandr Nogikh2025-07-231-1/+1
| | | | | | Don't specify the subsystem revision in the dashboard config and instead let it be nested in the registered subsystems. This reduces the amount of the manual work needed to switch syzbot to a newer subsystem list.
* pkg/subsystem/linux: add a comedi subsystemAleksandr Nogikh2025-07-211-2/+12
| | | | | We have quite a few comedi bugs now, let's not keep them all in "kernel".
* pkg/subsystem: regenerate Linux subsystemsAleksandr Nogikh2025-07-211-25/+36
| | | | Regenerate the list using v6.16-rc7.
* pkg/subsystem: regenerate Linux subsystems on v6.16-rc1Aleksandr Nogikh2025-06-131-154/+259
|
* pkg/subsystem: fix dangling entries in the rules listAleksandr Nogikh2025-05-211-6/+10
| | | | | | | | | There was a mistake in the Linux subsystem generation rules that led to the exclusion of exfat-related syz_mount_image calls from the resulting subsystem descriptions. Verify the rules before applying them. Fix other problems found by the check.
* tools/syz-query-subsystems: introduce the kvm-x86 subsystemAlexander Potapenko2025-05-151-4/+14
| | | | | | | | | Split off kvm-x86 from kvm for better coverage accounting. Both subsystems will still share the CC lists, so bugs in x86 code won't be emailed twice. While at this, also fix the tool name in the generated comment and regenerate pkg/subsystem/lists/linux.go on v6.14-rc7.
* pkg/subsystem: add the smc subsystemAleksandr Nogikh2025-03-231-4/+13
| | | | | It doesn't have its own mailing list, so needs to be defined manually. See #5838.
* pkg/subsystem/lists: regenerate Linux subsystemsAleksandr Nogikh2025-03-231-25/+29
| | | | Based on v6.14-rc7.
* pkg/subsystem: regenerate Linux subsystems on v6.14-rc1Aleksandr Nogikh2025-02-141-224/+247
|
* executor: arm64: sys/linux: implement syz_kvm_setup_syzos_vm and ↵Alexander Potapenko2024-09-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | syz_kvm_add_vcpu The old syz_kvm_setup_cpu() API mixed together VM and VCPU setup, making it harder to create and fuzz two VCPUs in the same VM. Introduce two new pseudo-syscalls, syz_kvm_setup_syzos_vm() and syz_kvm_add_vcpu(), that will simplify this task. syz_kvm_setup_syzos_vm() takes a VM file descriptor, performs VM setup (allocates guest memory and installs SYZOS code into it) and returns a new kvm_syz_vm resource, which is in fact a pointer to `struct kvm_syz_vm` encapsulating VM-specific data in the C code. syz_kvm_add_vcpu() takes the VM ID denoted by kvm_syz_vm and creates a new VCPU within that VM with a proper CPU number. It then stores the fuzzer-supplied SYZOS API sequence into the corresponding part (indexed by CPU number) of the VM memory slot, and sets up the CPU registers to interpret that sequence. The new pseudo-syscall let the fuzzer create independent CPUs that run different code sequences without interfering with each other.
* pkg/subsystem: add syz_kvm_vgic_v3_setup to the rulesAlexander Potapenko2024-09-031-1/+1
|
* pkg/subsystem: regenerate Linux subsystemsAleksandr Nogikh2024-08-271-76/+176
|
* pkg/subsystem: regenerate Linux subsystemsAleksandr Nogikh2024-05-071-4/+5
| | | | Use v6.9-rc7.
* pkg/subsystem/linux: update to v6.9-rc2Aleksandr Nogikh2024-04-031-104/+127
|
* pkg/subsystem: regenerate subsystems listAleksandr Nogikh2024-02-011-111/+144
|
* pkg/subsystem: move wireless under netAleksandr Nogikh2023-11-221-9/+9
| | | | It will help keep more generic reports in "net".
* pkg/subsystem: regenerate Linux subsystemsAleksandr Nogikh2023-11-221-107/+163
| | | | Adjust subsystem generation code to the latest changes.
* pkg/subsystem: regenerate Linux subsystemsAleksandr Nogikh2023-09-081-58/+111
| | | | Use the latest torvalds master.
* pkg/subsystems/linux: create a separate iomap subsystemAleksandr Nogikh2023-09-081-4/+13
| | | | See https://lore.kernel.org/all/20230908082846.GB9560@lst.de/
* pkg/subsystem: do not reuse customly grouped recordsAleksandr Nogikh2023-09-081-8/+2
| | | | | If a record was specified in a custom subsystem list, do not consider it while grouping records by mailing list.
* pkg/subsystem: regenerate Linux subsystemsAleksandr Nogikh2023-08-081-274/+295
| | | | | Regenerate the list using v6.5-rc5. Also, rename fat -> exfat.
* pkg/subsystem: optionally disable monthly reportsAleksandr Nogikh2023-04-131-0/+1
| | | | | | For some subsystems (e.g. `kernel`) such reports just don't make much sense, since there are too many incorrectly classified bugs in there. Make it possible to exclude such subsystems from periodic reminders.
* pkg/subsystem: handle syz_usb_connect$hidAleksandr Nogikh2023-04-031-3/+4
| | | | Also make the call point to the "input" subsystem.
* pkg/subsystem: add usb-specific syscallsAleksandr Nogikh2023-04-031-3/+4
| | | | | Let's consider them a strong indicator that usb subsystem is affected by a bug.
* pkg/subsystem: fix nilfs syscallsAleksandr Nogikh2023-04-031-0/+1
| | | | | Adjust the rules so that syz_mount_image$nilfs2 begins to point to nilfs.
* pkg/subsystem: recognize more maintainersAleksandr Nogikh2023-03-291-134/+177
| | | | | | | | | | | | | Earlier we only took maintainers if there was just one MAINTAINERS record, but that was a very severe limitation. Let's try a more elaborate approach. It's also not perfect, but allows us to extract many more maintainers, while keeping false positives at zero. Group raw MAINTAINER records by their T: entries. If there's just one set of T: values per group mailing list, take the intersection of M: entries from there.
* pkg/subsystem: recognize gfs2 mount calls correctlyAleksandr Nogikh2023-03-291-13/+14
| | | | Rename `cluster` to `gfs2`
* pkg/subsystem: update Linux subsystems to 6.3-rc4Aleksandr Nogikh2023-03-291-71/+93
|
* pkg/subsystem: regenerate subsystem list for upstream LinuxAleksandr Nogikh2023-02-241-4309/+4336
|
* pkg/subsystem: regenerate Linux subsystemsAleksandr Nogikh2023-02-231-11/+71
| | | | Use the "v6.2" release.
* pkg/subsystem: improve naming rulesAleksandr Nogikh2023-02-171-42/+42
| | | | There were cases when subsystems did not get reasonable enough names.
* pkg/subsystem/linux: minor changes to the name extractionAleksandr Nogikh2023-02-161-20/+20
| | | | | | Add a few more prefixes to strip. Remove dots from the resulting names. Regenerate the list of Linux subsystems.
* pkg/subsystem: restructure the packageAleksandr Nogikh2023-02-101-27/+4
| | | | | | Remove the entity and match subpackages. Regenerate the linux.go file.
* pkg/subsystem: skip small subsystemsAleksandr Nogikh2023-02-101-271/+32
| | | | And regenerate the Linux rules file.
* pkg/subsystem: regenerate upstream Linux listAleksandr Nogikh2023-02-101-0/+4757
The list is based on v6.2-rc7.