Message ID | 20210128005110.2613902-22-masahiroy@kernel.org (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | arch: syscalls: unifiy all syscalltbl.sh into scripts/syscalltbl.sh | expand |
Context | Check | Description |
---|---|---|
snowpatch_ozlabs/apply_patch | success | Successfully applied on branch powerpc/merge (44158b256b30415079588d0fcb1bccbdc2ccd009) |
snowpatch_ozlabs/checkpatch | success | total: 0 errors, 0 warnings, 0 checks, 6 lines checked |
snowpatch_ozlabs/needsstable | success | Patch has no Fixes tags |
On Thu, Jan 28, 2021 at 9:52 AM Masahiro Yamada <masahiroy@kernel.org> wrote: > > These are NOT exported to userspace. > > The headers listed in arch/sparc/include/uapi/asm/Kbuild are exported. > > Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Applied to linux-kbuild/fixes. > --- > > arch/sparc/include/asm/Kbuild | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/arch/sparc/include/asm/Kbuild b/arch/sparc/include/asm/Kbuild > index 3688fdae50e4..aec20406145e 100644 > --- a/arch/sparc/include/asm/Kbuild > +++ b/arch/sparc/include/asm/Kbuild > @@ -1,6 +1,4 @@ > # SPDX-License-Identifier: GPL-2.0 > -# User exported sparc header files > - > generated-y += syscall_table_32.h > generated-y += syscall_table_64.h > generated-y += syscall_table_c32.h > -- > 2.27.0 >
diff --git a/arch/sparc/include/asm/Kbuild b/arch/sparc/include/asm/Kbuild index 3688fdae50e4..aec20406145e 100644 --- a/arch/sparc/include/asm/Kbuild +++ b/arch/sparc/include/asm/Kbuild @@ -1,6 +1,4 @@ # SPDX-License-Identifier: GPL-2.0 -# User exported sparc header files - generated-y += syscall_table_32.h generated-y += syscall_table_64.h generated-y += syscall_table_c32.h
These are NOT exported to userspace. The headers listed in arch/sparc/include/uapi/asm/Kbuild are exported. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> --- arch/sparc/include/asm/Kbuild | 2 -- 1 file changed, 2 deletions(-)