diff options
| -rw-r--r-- | arch/x86/entry/vsyscall/vsyscall_emu_64.S | 3 | ||||
| -rw-r--r-- | arch/x86/include/asm/vvar.h | 2 | ||||
| -rw-r--r-- | tools/testing/selftests/vDSO/vdso_standalone_test_x86.c | 2 | ||||
| -rw-r--r-- | tools/testing/selftests/vDSO/vdso_test.c | 2 |
4 files changed, 4 insertions, 5 deletions
diff --git a/arch/x86/entry/vsyscall/vsyscall_emu_64.S b/arch/x86/entry/vsyscall/vsyscall_emu_64.S index c9596a9af159..2e203f3a25a7 100644 --- a/arch/x86/entry/vsyscall/vsyscall_emu_64.S +++ b/arch/x86/entry/vsyscall/vsyscall_emu_64.S | |||
| @@ -1,9 +1,8 @@ | |||
| 1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
| 1 | /* | 2 | /* |
| 2 | * vsyscall_emu_64.S: Vsyscall emulation page | 3 | * vsyscall_emu_64.S: Vsyscall emulation page |
| 3 | * | 4 | * |
| 4 | * Copyright (c) 2011 Andy Lutomirski | 5 | * Copyright (c) 2011 Andy Lutomirski |
| 5 | * | ||
| 6 | * Subject to the GNU General Public License, version 2 | ||
| 7 | */ | 6 | */ |
| 8 | 7 | ||
| 9 | #include <linux/linkage.h> | 8 | #include <linux/linkage.h> |
diff --git a/arch/x86/include/asm/vvar.h b/arch/x86/include/asm/vvar.h index 3f32dfc2ab73..e474f5c6e387 100644 --- a/arch/x86/include/asm/vvar.h +++ b/arch/x86/include/asm/vvar.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
| 1 | /* | 2 | /* |
| 2 | * vvar.h: Shared vDSO/kernel variable declarations | 3 | * vvar.h: Shared vDSO/kernel variable declarations |
| 3 | * Copyright (c) 2011 Andy Lutomirski | 4 | * Copyright (c) 2011 Andy Lutomirski |
| 4 | * Subject to the GNU General Public License, version 2 | ||
| 5 | * | 5 | * |
| 6 | * A handful of variables are accessible (read-only) from userspace | 6 | * A handful of variables are accessible (read-only) from userspace |
| 7 | * code in the vsyscall page and the vdso. They are declared here. | 7 | * code in the vsyscall page and the vdso. They are declared here. |
diff --git a/tools/testing/selftests/vDSO/vdso_standalone_test_x86.c b/tools/testing/selftests/vDSO/vdso_standalone_test_x86.c index 93b0ebf8cc38..5ac4b00acfbc 100644 --- a/tools/testing/selftests/vDSO/vdso_standalone_test_x86.c +++ b/tools/testing/selftests/vDSO/vdso_standalone_test_x86.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | /* | 2 | /* |
| 2 | * vdso_test.c: Sample code to test parse_vdso.c on x86 | 3 | * vdso_test.c: Sample code to test parse_vdso.c on x86 |
| 3 | * Copyright (c) 2011-2014 Andy Lutomirski | 4 | * Copyright (c) 2011-2014 Andy Lutomirski |
| 4 | * Subject to the GNU General Public License, version 2 | ||
| 5 | * | 5 | * |
| 6 | * You can amuse yourself by compiling with: | 6 | * You can amuse yourself by compiling with: |
| 7 | * gcc -std=gnu99 -nostdlib | 7 | * gcc -std=gnu99 -nostdlib |
diff --git a/tools/testing/selftests/vDSO/vdso_test.c b/tools/testing/selftests/vDSO/vdso_test.c index eda53f833d8e..719d5a6bd664 100644 --- a/tools/testing/selftests/vDSO/vdso_test.c +++ b/tools/testing/selftests/vDSO/vdso_test.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | /* | 2 | /* |
| 2 | * vdso_test.c: Sample code to test parse_vdso.c | 3 | * vdso_test.c: Sample code to test parse_vdso.c |
| 3 | * Copyright (c) 2014 Andy Lutomirski | 4 | * Copyright (c) 2014 Andy Lutomirski |
| 4 | * Subject to the GNU General Public License, version 2 | ||
| 5 | * | 5 | * |
| 6 | * Compile with: | 6 | * Compile with: |
| 7 | * gcc -std=gnu99 vdso_test.c parse_vdso.c | 7 | * gcc -std=gnu99 vdso_test.c parse_vdso.c |
