nixosTests.boot-stage1: fix kernel build with 5.15

This commit is contained in:
Jonathan Ringer
2022-01-22 17:45:39 -08:00
committed by Jonathan Ringer
parent 2007702e2b
commit 4cf0848fc8
+2
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)