mbox series

[0/3] sparc: Unify the system call scripts

Message ID 1546444373-21386-1-git-send-email-firoz.khan@linaro.org
Headers show
Series sparc: Unify the system call scripts | expand

Message

Firoz Khan Jan. 2, 2019, 3:52 p.m. UTC
System call table generation support is provided for
alpha, ia64, m68k, microblaze, mips, parisc, powerpc,
sh, sparc and xtensa architectures. The implementat-
ions are almost similar across all the above archte-
ctures. In order to reduce the source code across all
the above architectures, create common ".sh" files and
keep it in the common directory, script/. This will 
be a generic scripts which can use for all the above
architectures.

This patch depends on;
 https://lore.kernel.org/lkml/1546439331-18646-1-git-send-email-firoz.khan@linaro.org/

Firoz Khan (3):
  sparc: remove nargs from __SYSCALL
  sparc: rename not implemented system call
  sparc: generate uapi header and system call table files

 arch/sparc/kernel/syscalls/Makefile      | 11 ++++++++--
 arch/sparc/kernel/syscalls/syscall.tbl   | 26 +++++++++++------------
 arch/sparc/kernel/syscalls/syscallhdr.sh | 36 --------------------------------
 arch/sparc/kernel/syscalls/syscalltbl.sh | 36 --------------------------------
 arch/sparc/kernel/systbls_32.S           |  3 ++-
 arch/sparc/kernel/systbls_64.S           |  4 +++-
 6 files changed, 27 insertions(+), 89 deletions(-)
 delete mode 100644 arch/sparc/kernel/syscalls/syscallhdr.sh
 delete mode 100644 arch/sparc/kernel/syscalls/syscalltbl.sh

-- 
1.9.1

Comments

David Miller Feb. 26, 2019, 12:23 a.m. UTC | #1
From: Firoz Khan <firoz.khan@linaro.org>

Date: Wed,  2 Jan 2019 21:22:50 +0530

> System call table generation support is provided for

> alpha, ia64, m68k, microblaze, mips, parisc, powerpc,

> sh, sparc and xtensa architectures. The implementat-

> ions are almost similar across all the above archte-

> ctures. In order to reduce the source code across all

> the above architectures, create common ".sh" files and

> keep it in the common directory, script/. This will 

> be a generic scripts which can use for all the above

> architectures.

> 

> This patch depends on;

>  https://lore.kernel.org/lkml/1546439331-18646-1-git-send-email-firoz.khan@linaro.org/


Can you please merge this series in with that dependency
then?

Acked-by: David S. Miller <davem@davemloft.net>
Firoz Khan Feb. 26, 2019, 3:17 a.m. UTC | #2
Hi David,

> > This patch depends on;

> >  https://lore.kernel.org/lkml/1546439331-18646-1-git-send-email-firoz.khan@linaro.org/

>

> Can you please merge this series in with that dependency

> then?


I was planning to push this patch series independently. But
when Arnd (he is guiding me for this task) and I discussed
some other work, then we planned to include that in this
same patch series. I was done with the implementation but
it is bit late to post. So please abandon this patch series.

Thanks
Firoz