-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
AI patchingFeature requests and bugs related to AI-based kernel bug fix generation.Feature requests and bugs related to AI-based kernel bug fix generation.enhancement
Description
We need a tool that would initially confirm that we can reproduce the given bug on the latest tree we use for patch generation; and a tool that will later confirm the bug is fixed by the patch. These things look closely related functionality-wise, so maybe it should be a single tool, or 2 separate tools, but that reuse the same code.
For now we need just a basic testing (kernel builds/boots, reproducer does not trigger a kernel bug anymore), this issues does not include complex exhaustive verification.
In order to be able to run kernels we need to somehow instruct tools how to create VMs. We probably need to accept some subset of syz-manager config (type/vm) as part of workflow inputs, so that tools have access to the info.
Metadata
Metadata
Assignees
Labels
AI patchingFeature requests and bugs related to AI-based kernel bug fix generation.Feature requests and bugs related to AI-based kernel bug fix generation.enhancement