Re: [PATCH] Remove SPDX "WITH Linux-syscall-note" from kernel-space headers

2019-03-29 Thread Masahiro Yamada
On Sat, Mar 30, 2019 at 1:54 PM Masahiro Yamada wrote: > > The "WITH Linux-syscall-note" should be added to headers exported to > the user-space. > > Some kernel-space headers have "WITH Linux-syscall-note", which seems > a mistake. > > [1] arch/x86/include/asm/hyperv-tlfs.h > > 5a4858032217 ("x86

[PATCH] Remove SPDX "WITH Linux-syscall-note" from kernel-space headers

2019-03-29 Thread Masahiro Yamada
The "WITH Linux-syscall-note" should be added to headers exported to the user-space. Some kernel-space headers have "WITH Linux-syscall-note", which seems a mistake. [1] arch/x86/include/asm/hyperv-tlfs.h 5a4858032217 ("x86/hyper-v: move hyperv.h out of uapi") moved this file out of uapi, but mi