All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] SH: define syscall_get_arch() for superh
@ 2014-03-19 22:04 ` Eric Paris
  0 siblings, 0 replies; 42+ messages in thread
From: Eric Paris @ 2014-03-19 22:04 UTC (permalink / raw)
  To: linux-audit; +Cc: Eric Paris, linux-sh

This patch defines syscall_get_arch() for the superh platform.  It does
so in both syscall_32.h and syscall_64.h.  I'm not certain if the
implementation in syscall_64.h couldn't just be used in syscall.h as I
can't really track the setting of CONFIG_64BIT...

This way is safe, but we might be able to combine these if a superh
person were able to review...

Signed-off-by: Eric Paris <eparis@redhat.com>
Cc: linux-sh@vger.kernel.org
---
 arch/sh/include/asm/syscall_32.h | 10 ++++++++++
 arch/sh/include/asm/syscall_64.h | 14 ++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/arch/sh/include/asm/syscall_32.h b/arch/sh/include/asm/syscall_32.h
index 7d80df4..460e9c6 100644
--- a/arch/sh/include/asm/syscall_32.h
+++ b/arch/sh/include/asm/syscall_32.h
@@ -1,6 +1,7 @@
 #ifndef __ASM_SH_SYSCALL_32_H
 #define __ASM_SH_SYSCALL_32_H
 
+#include <uapi/linux/audit.h>
 #include <linux/kernel.h>
 #include <linux/sched.h>
 #include <linux/err.h>
@@ -93,4 +94,13 @@ static inline void syscall_set_arguments(struct task_struct *task,
 	}
 }
 
+static inline int syscall_get_arch(void)
+{
+	int arch = EM_SH;
+
+#ifdef CONFIG_CPU_LITTLE_ENDIAN
+		arch |= __AUDIT_ARCH_LE;
+#endif
+	return arch;
+}
 #endif /* __ASM_SH_SYSCALL_32_H */
diff --git a/arch/sh/include/asm/syscall_64.h b/arch/sh/include/asm/syscall_64.h
index c3561ca..e03e77d 100644
--- a/arch/sh/include/asm/syscall_64.h
+++ b/arch/sh/include/asm/syscall_64.h
@@ -1,6 +1,7 @@
 #ifndef __ASM_SH_SYSCALL_64_H
 #define __ASM_SH_SYSCALL_64_H
 
+#include <uapi/linux/audit.h>
 #include <linux/kernel.h>
 #include <linux/sched.h>
 #include <asm/ptrace.h>
@@ -61,4 +62,17 @@ static inline void syscall_set_arguments(struct task_struct *task,
 	memcpy(&regs->regs[2 + i], args, n * sizeof(args[0]));
 }
 
+static inline int syscall_get_arch(void)
+{
+	int arch = EM_SH;
+
+#ifdef CONFIG_64BIT
+	arch |= __AUDIT_ARCH_64BIT;
+#endif
+#ifdef CONFIG_CPU_LITTLE_ENDIAN
+	arch |= __AUDIT_ARCH_LE;
+#endif
+
+	return arch;
+}
 #endif /* __ASM_SH_SYSCALL_64_H */
-- 
1.8.5.3


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

end of thread, other threads:[~2014-04-22  3:09 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-19 22:04 [PATCH 1/4] SH: define syscall_get_arch() for superh Eric Paris
2014-03-19 22:04 ` Eric Paris
2014-03-19 22:04 ` [PATCH 2/4] UM: implement syscall_get_arch() Eric Paris
2014-03-19 22:04   ` [uml-devel] " Eric Paris
2014-03-21 19:08   ` Richard Guy Briggs
2014-03-21 19:08     ` [uml-devel] " Richard Guy Briggs
2014-03-21 19:22     ` Richard Guy Briggs
2014-03-21 19:22       ` [uml-devel] " Richard Guy Briggs
2014-03-24  1:03     ` Eric Paris
2014-03-24  1:03       ` [uml-devel] " Eric Paris
2014-03-21 19:24   ` Richard Guy Briggs
2014-03-21 19:24     ` [uml-devel] " Richard Guy Briggs
2014-03-19 22:04 ` [PATCH 3/4] ARCH: AUDIT: implement syscall_get_arch for all arches Eric Paris
2014-03-19 22:04   ` Eric Paris
2014-03-19 22:04   ` Eric Paris
2014-03-19 22:19   ` Matt Turner
2014-03-19 22:19     ` Matt Turner
2014-03-19 22:19     ` Matt Turner
2014-03-19 23:02     ` Eric Paris
2014-03-19 23:02       ` Eric Paris
2014-03-19 23:02       ` Eric Paris
2014-03-21 19:13   ` Richard Guy Briggs
2014-03-21 19:13     ` Richard Guy Briggs
2014-03-21 19:13     ` Richard Guy Briggs
2014-04-22  3:09   ` Stephen Rothwell
2014-04-22  3:09     ` Stephen Rothwell
2014-04-22  3:09     ` Stephen Rothwell
2014-04-22  3:09     ` Stephen Rothwell
2014-03-19 22:04 ` [PATCH 4/4] ARCH: AUDIT: audit_syscall_entry() should not require the arch Eric Paris
2014-03-19 22:04   ` Eric Paris
2014-03-19 22:04   ` Eric Paris
2014-03-19 22:04   ` Eric Paris
2014-03-21 19:18   ` Richard Guy Briggs
2014-03-21 19:18     ` Richard Guy Briggs
2014-03-21 19:18     ` Richard Guy Briggs
2014-03-21 19:18     ` Richard Guy Briggs
2014-03-19 23:01 ` [PATCH 1/4] SH: define syscall_get_arch() for superh Sergei Shtylyov
2014-03-20  0:01   ` Sergei Shtylyov
2014-03-19 23:15   ` Eric Paris
2014-03-19 23:15     ` Eric Paris
2014-03-21 18:59 ` Richard Guy Briggs
2014-03-21 18:59   ` Richard Guy Briggs

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.