nixosTests.boot-stage1: fix kernel build with 5.15

This commit is contained in:
Jonathan Ringer 2022-01-03 20:59:18 -08:00 committed by Jonathan Ringer
parent 2007702e2b
commit 4cf0848fc8

View File

@ -33,6 +33,8 @@ import ./make-test-python.nix ({ pkgs, ... }: {
#include <linux/sched/signal.h>
#endif
MODULE_LICENSE("GPL");
struct task_struct *canaryTask;
static int kcanary(void *nothing)