All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: wire up new statx syscall
@ 2017-03-14 18:55 ` Markus Mayer
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Mayer @ 2017-03-14 18:55 UTC (permalink / raw)
  To: linux-arm-kernel

From: Markus Mayer <mmayer@broadcom.com>

Add new statx syscall to ARM syscall table.

Signed-off-by: Markus Mayer <mmayer@broadcom.com>
---

It looks like this hasn't been submitted before, so here goes.

 arch/arm/tools/syscall.tbl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/tools/syscall.tbl b/arch/arm/tools/syscall.tbl
index 3c2cb5d..0bb0e9c 100644
--- a/arch/arm/tools/syscall.tbl
+++ b/arch/arm/tools/syscall.tbl
@@ -411,3 +411,4 @@
 394	common	pkey_mprotect		sys_pkey_mprotect
 395	common	pkey_alloc		sys_pkey_alloc
 396	common	pkey_free		sys_pkey_free
+397	common	statx			sys_statx
-- 
2.7.4

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

end of thread, other threads:[~2017-03-14 19:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-14 18:55 [PATCH] ARM: wire up new statx syscall Markus Mayer
2017-03-14 18:55 ` Markus Mayer
2017-03-14 19:12 ` Russell King - ARM Linux
2017-03-14 19:12   ` Russell King - ARM Linux

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.