* [LTP] [PATCH] kernel/include/aarch64.in: Fix incorrect numbers for kcmp and getrandom
@ 2016-07-21 14:14 Peter Maydell
2016-07-22 13:02 ` Jan Stancek
0 siblings, 1 reply; 2+ messages in thread
From: Peter Maydell @ 2016-07-21 14:14 UTC (permalink / raw)
To: ltp
The syscall numbers listed for kcmp and getrandom for aarch64 seem
to have been incorrectly copied from 32-bit ARM. 64-bit ARM uses
the generic syscall numbers, which are 272 and 278.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
Without this patch the getrandom testcases will TCONF rather than passing.
testcases/kernel/include/aarch64.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/testcases/kernel/include/aarch64.in b/testcases/kernel/include/aarch64.in
index 28b741d..cb3fe06 100644
--- a/testcases/kernel/include/aarch64.in
+++ b/testcases/kernel/include/aarch64.in
@@ -253,5 +253,5 @@ clock_adjtime 266
syncfs 267
setns 268
sendmmsg 269
-kcmp 378
-getrandom 384
+kcmp 272
+getrandom 278
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-07-22 13:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-21 14:14 [LTP] [PATCH] kernel/include/aarch64.in: Fix incorrect numbers for kcmp and getrandom Peter Maydell
2016-07-22 13:02 ` Jan Stancek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox