On Fri, 20 Oct 2017 10:57:22 +0200
Ingo Molnar wrote:
>
> * Masami Hiramatsu wrote:
>
> > Use ENOTSUPP instead of ENOSYS because ENOSYS is reserved
> > only for invalid syscall number.
>
> Is this actually true? We use -ENOSYS in a ton of code in kernel/ already,
> not
> just for non-existi
* Masami Hiramatsu wrote:
> Use ENOTSUPP instead of ENOSYS because ENOSYS is reserved
> only for invalid syscall number.
Is this actually true? We use -ENOSYS in a ton of code in kernel/ already, not
just for non-existing syscall number.
Ingo
Use ENOTSUPP instead of ENOSYS because ENOSYS is reserved
only for invalid syscall number.
Signed-off-by: Masami Hiramatsu
---
include/linux/kprobes.h | 16
kernel/kprobes.c|4 ++--
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/include/linux/kpro
3 matches
Mail list logo