Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 license tag fixlets from Ingo Molnar:
"Fix a couple of SPDX tags in x86 headers to follow the canonical
pattern"

* 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
x86: Use the correct SPDX License Identifier in headers

+3 -3
+1 -1
arch/x86/include/asm/cpu_entry_area.h
··· 1 - // SPDX-License-Identifier: GPL-2.0 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 2 3 3 #ifndef _ASM_X86_CPU_ENTRY_AREA_H 4 4 #define _ASM_X86_CPU_ENTRY_AREA_H
+1 -1
arch/x86/include/asm/pti.h
··· 1 - // SPDX-License-Identifier: GPL-2.0 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 2 #ifndef _ASM_X86_PTI_H 3 3 #define _ASM_X86_PTI_H 4 4 #ifndef __ASSEMBLY__
+1 -1
arch/x86/kernel/process.h
··· 1 - // SPDX-License-Identifier: GPL-2.0 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 2 // 3 3 // Code shared between 32 and 64 bit 4 4