lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 11 May 2015 15:53:33 +0200
From:	Ingo Molnar <mingo@...nel.org>
To:	sylvain.bertrand@...il.com
Cc:	x86@...nel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] x86: Fix mkcapflags.sh bash-ism again


* sylvain.bertrand@...il.com <sylvain.bertrand@...il.com> wrote:

> On Mon, Apr 27, 2015 at 03:21:02PM +0000, sylvain.bertrand@...il.com wrote:
> > While compiling linux, dash shell reports a bash-ism:
> > 
> > /src/linux-4.0/arch/x86/kernel/cpu/mkcapflags.sh: 9: /src/linux-4.0/arch/x86/kernel/cpu/mkcapflags.sh: Syntax error: "(" unexpected
> > 
> > See:
> > http://pubs.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html#tag_02_09_05
> > 
> > Cc: Ingo Molnar <mingo@...nel.org>
> > Signed-off-by: Sylvain BERTRAND <sylvain.bertrand@...il.com>
> > ---
> > Forgot that fix:
> > --- a/arch/x86/kernel/cpu/mkcapflags.sh
> > +++ b/arch/x86/kernel/cpu/mkcapflags.sh
> > @@ -6,7 +6,7 @@
> >  IN=$1
> >  OUT=$2
> >  
> > -function dump_array()
> > +dump_array()
> >  {
> >  	ARRAY=$1
> >  	SIZE=$2
> 
> What's up with this patch?

It's upstream, as commit:

  e85bd9892c4f x86/build: Fix mkcapflags.sh bash-ism

thanks,

	Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists