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] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 16 Feb 2012 15:11:30 -0800
From:	"Michal Nazarewicz" <mina86@...a86.com>
To:	Radosław Smogura <mail@...gura.eu>
Cc:	linux-mm@...ck.org, "Yongqiang Yang" <xiaoqiangnk@...il.com>,
	linux-ext4@...r.kernel.org
Subject: Re: [PATCH 01/18] Added hacking menu for override optimization by
 GCC.

On Thu, 16 Feb 2012 14:40:17 -0800, Radosław Smogura <mail@...gura.eu> wrote:

> On Thu, 16 Feb 2012 13:59:29 -0800, Michal Nazarewicz wrote:
>> On Thu, 16 Feb 2012 12:26:00 -0800, Radosław Smogura
>> <mail@...gura.eu> wrote:
>>
>>> On Thu, 16 Feb 2012 11:09:18 -0800, Michal Nazarewicz wrote:
>>>> On Thu, 16 Feb 2012 06:31:28 -0800, Radosław Smogura
>>>> <mail@...gura.eu> wrote:
>>>>> Supporting files, like Kconfig, Makefile are auto-generated due to
>>>>> large amount
>>>>> of available options.
>>>>
>>>> So why not run the script as part of make rather then store
>>>> generated
>>>> files in
>>>> repository?
>>> Idea to run this script through make is quite good, and should work,
>>> because new mane will be generated before "config" starts.
>>>
>>> "Bashizms" are indeed unneeded, I will try to replace this with sed.
>>
>> Uh? Why sed?
> There are some substitutions so I it will be better to use sed.

Do you mean this:

> cfg_o="${CFG_PREFIX}_${o//-/_}";

It can be achieved with “tr” like I've shown:

> cfg_o=$CFG_PREFIX_$(echo "$o" | tr '[:lower:]-' '[:upper:]_')


-- 
Best regards,                                         _     _
.o. | Liege of Serenely Enlightened Majesty of      o' \,=./ `o
..o | Computer Science,  Michał “mina86” Nazarewicz    (o o)
ooo +----<email/xmpp: mpn@...gle.com>--------------ooO--(_)--Ooo--
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ