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:	Tue, 31 May 2016 08:25:27 +0900
From:	"Chanho Min" <chanho.min@....com>
To:	"'Masahiro Yamada'" <yamada.masahiro@...ionext.com>,
	<arm@...nel.org>
Cc:	"'Arnd Bergmann'" <arnd@...db.de>,
	"'Olof Johansson'" <olof@...om.net>,
	"'Rob Herring'" <robh@...nel.org>, <devicetree@...r.kernel.org>,
	"'Jianqun Xu'" <jay.xu@...k-chips.com>,
	"'Heiko Stuebner'" <heiko@...ech.de>,
	"'Kumar Gala'" <galak@...eaurora.org>,
	<linux-kernel@...r.kernel.org>,
	"'Ian Campbell'" <ijc+devicetree@...lion.org.uk>,
	<linux-rockchip@...ts.infradead.org>,
	"'Rob Herring'" <robh+dt@...nel.org>,
	"'Pawel Moll'" <pawel.moll@....com>,
	"'Will Deacon'" <will.deacon@....com>,
	"'Mark Rutland'" <mark.rutland@....com>,
	"'Catalin Marinas'" <catalin.marinas@....com>,
	<linux-arm-kernel@...ts.infradead.org>,
	ÀÌ°ÇÈ£ <gunho.lee@....com>
Subject: RE: [PATCH] arm64: dts: drop "arm,amba-bus" in favor of "simple-bus" part 2

> Subject: [PATCH] arm64: dts: drop "arm,amba-bus" in favor of "simple-bus" part
> 2
> 
> Tree-wide replacement was done by commit 2ef7d5f342c1 (ARM, ARM64:
> dts: drop "arm,amba-bus" in favor of "simple-bus"), but we have some
> new users of "arm,amba-bus" at Linux 4.7-rc1.  Eliminate them now.
> 
> Signed-off-by: Masahiro Yamada <yamada.masahiro@...ionext.com>
> ---
> 
> In order to not leave these compatible strings for the release,
> is it OK to apply this patch for Linux 4.7 ?
> 
> 
> 
>  arch/arm64/boot/dts/lg/lg1312.dtsi       | 2 +-
>  arch/arm64/boot/dts/rockchip/rk3399.dtsi | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 

> diff --git a/arch/arm64/boot/dts/lg/lg1312.dtsi
> b/arch/arm64/boot/dts/lg/lg1312.dtsi
> index 3a4e9a2..fbafa24 100644
> --- a/arch/arm64/boot/dts/lg/lg1312.dtsi
> +++ b/arch/arm64/boot/dts/lg/lg1312.dtsi
> @@ -125,7 +125,7 @@
>  		#size-cells = <1>;
>  		#interrupts-cells = <3>;
> 
> -		compatible = "arm,amba-bus";
> +		compatible = "simple-bus";
>  		interrupt-parent = <&gic>;
>  		ranges;
> 

Acked-by: Chanho Min <chanho.min@....com>

> diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi
> b/arch/arm64/boot/dts/rockchip/rk3399.dtsi
> index 46f325a..d7f8e06 100644
> --- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi
> +++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi
> @@ -163,7 +163,7 @@
>  	};
> 
>  	amba {
> -		compatible = "arm,amba-bus";
> +		compatible = "simple-bus";
>  		#address-cells = <2>;
>  		#size-cells = <2>;
>  		ranges;
> --
> 1.9.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ