hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/tools/testing/selftests/x86/sysret_rip.c
....@@ -1,15 +1,7 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * sigreturn.c - tests that x86 avoids Intel SYSRET pitfalls
34 * Copyright (c) 2014-2016 Andrew Lutomirski
4
- *
5
- * This program is free software; you can redistribute it and/or modify
6
- * it under the terms and conditions of the GNU General Public License,
7
- * version 2, as published by the Free Software Foundation.
8
- *
9
- * This program is distributed in the hope it will be useful, but
10
- * WITHOUT ANY WARRANTY; without even the implied warranty of
11
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12
- * General Public License for more details.
135 */
146
157 #define _GNU_SOURCE