From 4cf0848fc85a05bf46b142d3981f542e2e924034 Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Mon, 3 Jan 2022 20:59:18 -0800 Subject: [PATCH] nixosTests.boot-stage1: fix kernel build with 5.15 --- nixos/tests/boot-stage1.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/tests/boot-stage1.nix b/nixos/tests/boot-stage1.nix index ce86fc5f494d..756decd2039d 100644 --- a/nixos/tests/boot-stage1.nix +++ b/nixos/tests/boot-stage1.nix @@ -33,6 +33,8 @@ import ./make-test-python.nix ({ pkgs, ... }: { #include #endif + MODULE_LICENSE("GPL"); + struct task_struct *canaryTask; static int kcanary(void *nothing)