Re: [PATCH] fix bash-isms in arch/x86/entry/syscalls/syscalltbl.sh

2016-10-27 Thread Thomas Gleixner
On Thu, 27 Oct 2016, sylvain.bertr...@gmail.com wrote: > On Thu, Sep 29, 2016 at 04:22:34PM +, sylvain.bertr...@gmail.com wrote: > > Fix the bash-isms in the x86 syscall table generator shell script. > > What's up with this patch? You got a mail on Sept 19th, which told you that the patch

Re: [PATCH] fix bash-isms in arch/x86/entry/syscalls/syscalltbl.sh

2016-10-27 Thread Thomas Gleixner
On Thu, 27 Oct 2016, sylvain.bertr...@gmail.com wrote: > On Thu, Sep 29, 2016 at 04:22:34PM +, sylvain.bertr...@gmail.com wrote: > > Fix the bash-isms in the x86 syscall table generator shell script. > > What's up with this patch? You got a mail on Sept 19th, which told you that the patch

Re: [PATCH] fix bash-isms in arch/x86/entry/syscalls/syscalltbl.sh

2016-10-27 Thread sylvain . bertrand
On Thu, Sep 29, 2016 at 04:22:34PM +, sylvain.bertr...@gmail.com wrote: > Fix the bash-isms in the x86 syscall table generator shell script. What's up with this patch? regards, -- Sylvain

Re: [PATCH] fix bash-isms in arch/x86/entry/syscalls/syscalltbl.sh

2016-10-27 Thread sylvain . bertrand
On Thu, Sep 29, 2016 at 04:22:34PM +, sylvain.bertr...@gmail.com wrote: > Fix the bash-isms in the x86 syscall table generator shell script. What's up with this patch? regards, -- Sylvain

[PATCH] fix bash-isms in arch/x86/entry/syscalls/syscalltbl.sh

2016-09-29 Thread sylvain . bertrand
Fix the bash-isms in the x86 syscall table generator shell script. Signed-off-by: Sylvain BERTRAND --- diff --git a/arch/x86/entry/syscalls/syscalltbl.sh b/arch/x86/entry/syscalls/syscalltbl.sh index cd3d301..751d1f9 100644 --- a/arch/x86/entry/syscalls/syscalltbl.sh

[PATCH] fix bash-isms in arch/x86/entry/syscalls/syscalltbl.sh

2016-09-29 Thread sylvain . bertrand
Fix the bash-isms in the x86 syscall table generator shell script. Signed-off-by: Sylvain BERTRAND --- diff --git a/arch/x86/entry/syscalls/syscalltbl.sh b/arch/x86/entry/syscalls/syscalltbl.sh index cd3d301..751d1f9 100644 --- a/arch/x86/entry/syscalls/syscalltbl.sh +++