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]
Message-ID: <CAGo_u6oMYZvzkvCsi8H3hvOBrPLZ-EL-T3RCA6E8BnmThrLYfA@mail.gmail.com>
Date:	Thu, 7 Apr 2016 12:01:34 -0500
From:	Nishanth Menon <nm@...com>
To:	santosh shilimkar <santosh.shilimkar@...cle.com>
Cc:	Santosh Shilimkar <ssantosh@...nel.org>,
	Olof Johansson <olof@...om.net>,
	dt list <devicetree@...r.kernel.org>,
	Russell King <linux@....linux.org.uk>,
	lkml <linux-kernel@...r.kernel.org>,
	"linux-arm-kernel@...ts.infradead.org" 
	<linux-arm-kernel@...ts.infradead.org>
Subject: Re: [PATCH] ARM: dts: k2*: Rename the k2* files to keystone-k2* files

Hi Santosh,

On Wed, Mar 16, 2016 at 10:43 AM, santosh shilimkar
<santosh.shilimkar@...cle.com> wrote:
> On 3/16/2016 7:39 AM, Nishanth Menon wrote:
>>
>> As reported in [1], rename the k2* dts files to keystone-* files
>> this will force consistency throughout.
>>
>> Script for the same (and hand modified for Makefile and MAINTAINERS
>> files):
>> for i in arch/arm/boot/dts/k2*
>> do
>>         b=`basename $i`;
>>         git mv $i arch/arm/boot/dts/keystone-$b;
>>         sed -i -e "s/$b/keystone-$b/g" arch/arm/boot/dts/*[si]
>> done
>>
>> NOTE: bootloaders that depend on older dtb names will need to be
>> updated as well.
>>
>> [1] http://marc.info/?l=linux-arm-kernel&m=145637407804754&w=2
>>
>> Reported-by: Olof Johansson <olof@...om.net>
>> Signed-off-by: Nishanth Menon <nm@...com>
>> ---
>>
> Thanks Nishant for taking care of this. I will add this to the
> next soon.
>

I dont see this in 4.6-rc2 yet.. did this slip our pull request? will
be good to get this in so that we can fix up u-boot consistently.

-- 
---
Regards,
Nishanth Menon

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ