Skip to content

Commit ad28fd1

Browse files
committed
Merge tag 'spdx-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx
Pull SPDX fixes from Greg KH: "Here are some small SPDX fixes for 5.3-rc2 for things that came in during the 5.3-rc1 merge window that we previously missed. Only three small patches here: - two uapi patches to resolve some SPDX tags that were not correct - fix an invalid SPDX tag in the iomap Makefile file All have been properly reviewed on the public mailing lists" * tag 'spdx-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx: iomap: fix Invalid License ID treewide: remove SPDX "WITH Linux-syscall-note" from kernel-space headers again treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headers
2 parents 29af915 + 0ce38c5 commit ad28fd1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+61
-61
lines changed

arch/arm64/include/uapi/asm/bpf_perf_event.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: GPL-2.0 */
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
22
#ifndef _UAPI__ASM_BPF_PERF_EVENT_H__
33
#define _UAPI__ASM_BPF_PERF_EVENT_H__
44

arch/csky/include/uapi/asm/byteorder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: GPL-2.0 */
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
22
// Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd.
33

44
#ifndef __ASM_CSKY_BYTEORDER_H

arch/csky/include/uapi/asm/cachectl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: GPL-2.0 */
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
22

33
#ifndef __ASM_CSKY_CACHECTL_H
44
#define __ASM_CSKY_CACHECTL_H

arch/csky/include/uapi/asm/perf_regs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: GPL-2.0 */
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
22
// Copyright (C) 2019 Hangzhou C-SKY Microsystems co.,ltd.
33

44
#ifndef _ASM_CSKY_PERF_REGS_H

arch/csky/include/uapi/asm/ptrace.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: GPL-2.0 */
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
22
// Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd.
33

44
#ifndef _CSKY_PTRACE_H

arch/csky/include/uapi/asm/sigcontext.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: GPL-2.0 */
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
22
// Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd.
33

44
#ifndef __ASM_CSKY_SIGCONTEXT_H

arch/csky/include/uapi/asm/unistd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: GPL-2.0 */
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
22
// Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd.
33

44
#define __ARCH_WANT_SYS_CLONE

arch/nds32/include/uapi/asm/auxvec.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: GPL-2.0 */
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
22
// Copyright (C) 2005-2017 Andes Technology Corporation
33

44
#ifndef __ASM_AUXVEC_H

arch/nds32/include/uapi/asm/byteorder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: GPL-2.0 */
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
22
// Copyright (C) 2005-2017 Andes Technology Corporation
33

44
#ifndef __NDS32_BYTEORDER_H__

arch/nds32/include/uapi/asm/cachectl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: GPL-2.0 */
1+
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
22
// Copyright (C) 1994, 1995, 1996 by Ralf Baechle
33
// Copyright (C) 2005-2017 Andes Technology Corporation
44
#ifndef _ASM_CACHECTL

0 commit comments

Comments
 (0)