Skip to content

Commit 9aae1ba

Browse files
hrwbp3tk0v
authored andcommitted
x86, arm: Add missing license tag to syscall tables files
syscall*.tbl files were added to make it easier to check which system calls are supported on each architecture and to check for their numbers. Arm and x86 files lack Linux-syscall-note license exception present in files for all other architectures. Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de> Cc: linux-arm-kernel@lists.infradead.org Link: https://lore.kernel.org/r/20240229145101.553998-1-marcin@juszkiewicz.com.pl
1 parent 83a7eef commit 9aae1ba

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

arch/arm/tools/syscall.tbl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note
12
#
23
# Linux system call numbers and entry vectors
34
#

arch/x86/entry/syscalls/syscall_32.tbl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note
12
#
23
# 32-bit system call numbers and entry vectors
34
#

arch/x86/entry/syscalls/syscall_64.tbl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note
12
#
23
# 64-bit system call numbers and entry vectors
34
#

0 commit comments

Comments
 (0)