Message ID | 1546441924-20262-1-git-send-email-firoz.khan@linaro.org |
---|---|
Headers | show |
Series | microblaze: Unify the system call scripts | expand |
On 02. 01. 19 16:12, Firoz Khan wrote: > 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 (2): > microblaze: remove nargs from __SYSCALL > microblaze: generate uapi header and system call table files > > arch/microblaze/kernel/syscall_table.S | 2 +- > arch/microblaze/kernel/syscalls/Makefile | 11 ++++++-- > arch/microblaze/kernel/syscalls/syscallhdr.sh | 36 --------------------------- > arch/microblaze/kernel/syscalls/syscalltbl.sh | 32 ------------------------ > 4 files changed, 10 insertions(+), 71 deletions(-) > delete mode 100644 arch/microblaze/kernel/syscalls/syscallhdr.sh > delete mode 100644 arch/microblaze/kernel/syscalls/syscalltbl.sh > Looks good. Will keep this in my queue till depending patch is applied. M -- Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91 w: www.monstr.eu p: +42-0-721842854 Maintainer of Linux kernel - Xilinx Microblaze Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs
Hi Michal, On Thu, 3 Jan 2019 at 18:00, Michal Simek <monstr@monstr.eu> wrote: > > arch/microblaze/kernel/syscall_table.S | 2 +- > > arch/microblaze/kernel/syscalls/Makefile | 11 ++++++-- > > arch/microblaze/kernel/syscalls/syscallhdr.sh | 36 --------------------------- > > arch/microblaze/kernel/syscalls/syscalltbl.sh | 32 ------------------------ > > 4 files changed, 10 insertions(+), 71 deletions(-) > > delete mode 100644 arch/microblaze/kernel/syscalls/syscallhdr.sh > > delete mode 100644 arch/microblaze/kernel/syscalls/syscalltbl.sh > > > > Looks good. Will keep this in my queue till depending patch is applied. Thanks for the feedback. As Geert shared few feedback while m68k review, Hopefully, I may have to include those changes here also. Firoz
Hi Michal, On Thu, 3 Jan 2019 at 18:39, Firoz Khan <firoz.khan@linaro.org> wrote: > > Looks good. Will keep this in my queue till depending patch is applied. > > Thanks for the feedback. As Geert shared few feedback while m68k review, > Hopefully, I may have to include those changes here also. FYI, I'm going to abandon this patch series (for other 9 architecture also) and planning to come up with asm-generic support along with\ this one. That can be single patch series and everything can be landed in upstream in the same time. Firoz
On 14. 01. 19 9:03, Firoz Khan wrote: > Hi Michal, > > On Thu, 3 Jan 2019 at 18:39, Firoz Khan <firoz.khan@linaro.org> wrote: >>> Looks good. Will keep this in my queue till depending patch is applied. >> >> Thanks for the feedback. As Geert shared few feedback while m68k review, >> Hopefully, I may have to include those changes here also. > > FYI, I'm going to abandon this patch series (for other 9 architecture > also) and planning to come up with asm-generic support along with\ > this one. That can be single patch series and everything can be landed > in upstream in the same time. ok. Thanks for letting me know. Michal -- Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91 w: www.monstr.eu p: +42-0-721842854 Maintainer of Linux kernel - Xilinx Microblaze Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs