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, 11 Aug 2016 21:04:14 +0300
From:	Aaro Koskinen <aaro.koskinen@....fi>
To:	Gregory CLEMENT <gregory.clement@...e-electrons.com>
Cc:	Andrew Lunn <andrew@...n.ch>, linux-arm-kernel@...ts.infradead.org,
	Thorsten Leemhuis <regressions@...mhuis.info>,
	linux-kernel@...r.kernel.org
Subject: Re: [BISECTED, REGRESSION] v4.7: Display lost on Kirkwood/OpenRD
 Client

Hi,

On Thu, Aug 11, 2016 at 09:03:52AM +0200, Gregory CLEMENT wrote:
>  On mer., août 10 2016, Aaro Koskinen <aaro.koskinen@....fi> wrote:
> > When upgrading from v4.6 --> v4.7, I lost the display/framebuffer on
> > OpenRD-Client (the only pcie device on the board).
> >
> > Bisection points to:
> >
> > eb13cf8345e94a02e9872ca3e909596a5ddb5f90 is the first bad commit
> 
> Could you try this patch:

That works, thanks!

A.

> diff --git a/arch/arm/boot/dts/kirkwood-openrd.dtsi b/arch/arm/boot/dts/kirkwood-openrd.dtsi
> index e4ecab112601..7175511a92da 100644
> --- a/arch/arm/boot/dts/kirkwood-openrd.dtsi
> +++ b/arch/arm/boot/dts/kirkwood-openrd.dtsi
> @@ -116,6 +116,10 @@
>         };
>  };
>  
> +&pciec {
> +       status = "okay";
> +};
> +
>  &pcie0 {
>         status = "okay";
>  };

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ