linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [Bug Report] Wrong value of __NR_userfaultfd in asm-generic/unistd.h
@ 2024-10-21  6:48 Muhammad Usama Anjum
  2024-10-21  9:33 ` David Hildenbrand
  0 siblings, 1 reply; 3+ messages in thread
From: Muhammad Usama Anjum @ 2024-10-21  6:48 UTC (permalink / raw)
  To: Andrew Morton, Shuah Khan, David Hildenbrand, Peter Xu,
	Dr. David Alan Gilbert, Andrea Arcangeli, Kim Phillips
  Cc: Usama.Anjum, kernel, linux-mm, linux-kselftest, linux-kernel,
	John Hubbard, Shuah Khan

Hi,

The asm-generic/unistd.h file has wrong __NR_userfaultfd syscall number which
doesn't even depend on the architecture. This has caused failure of a selftest
which was fixed recently [1]. 

grep -rnIF "#define __NR_userfaultfd"
tools/include/uapi/asm-generic/unistd.h:681:#define __NR_userfaultfd 282
arch/x86/include/generated/uapi/asm/unistd_32.h:374:#define __NR_userfaultfd 374
arch/x86/include/generated/uapi/asm/unistd_64.h:327:#define __NR_userfaultfd 323
arch/x86/include/generated/uapi/asm/unistd_x32.h:282:#define __NR_userfaultfd (__X32_SYSCALL_BIT + 323)
arch/arm/include/generated/uapi/asm/unistd-eabi.h:347:#define __NR_userfaultfd (__NR_SYSCALL_BASE + 388)
arch/arm/include/generated/uapi/asm/unistd-oabi.h:359:#define __NR_userfaultfd (__NR_SYSCALL_BASE + 388)
include/uapi/asm-generic/unistd.h:681:#define __NR_userfaultfd 282

The number is dependent on the architecture. The above data shows that it
is different for different arch:
x86	374
x86_64	323
ARM     347/358

It seems include/uapi/asm-generic/unistd has wrong 282 value in it. Maybe I'm
missing some context.. Please have a look at it.

The __NR_userfaultfd was added to include/uapi/asm-generic/unistd.h in
09f7298100ea ("Subject: [PATCH] userfaultfd: register uapi generic syscall (aarch64)").

[1] https://lore.kernel.org/all/20240912103151.1520254-1-usama.anjum@collabora.com 

-- 
BR,
/Muhammad Usama Anjum


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-10-21 20:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-21  6:48 [Bug Report] Wrong value of __NR_userfaultfd in asm-generic/unistd.h Muhammad Usama Anjum
2024-10-21  9:33 ` David Hildenbrand
2024-10-21 20:22   ` John Hubbard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox