2016-10-27 18:57:10

by Sylvain BERTRAND

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

On Thu, Sep 29, 2016 at 04:22:34PM +0000, [email protected] wrote:
> Fix the bash-isms in the x86 syscall table generator shell script.

What's up with this patch?

regards,

--
Sylvain


2016-10-27 19:19:17

by Thomas Gleixner

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

On Thu, 27 Oct 2016, [email protected] wrote:

> On Thu, Sep 29, 2016 at 04:22:34PM +0000, [email protected] 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 was queued in
the tip tree. It contains the commit id. If you take said commit id and
check whether it's in Linus tree, then you should see:

2df0e78b44e2: x86/syscalls: Remove bash-isms in syscall table generator

A simple:

# git log arch/x86/entry/syscalls/syscalltbl.sh

on Linus tree would have told you the same thing.

Thanks,

tglx