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]
Message-ID: <CAGb2v65xifgy4dXciron4yxiUQtHb-2ZRGTqOiSjLrdbFtqQEA@mail.gmail.com>
Date:   Mon, 16 May 2022 23:39:26 +0800
From:   Chen-Yu Tsai <wens@...e.org>
To:     qianfan <qianfanguijin@....com>
Cc:     linux-sunxi@...ts.linux.dev, Rob Herring <robh+dt@...nel.org>,
        Jernej Skrabec <jernej.skrabec@...il.com>,
        "Rafael J . Wysocki" <rafael@...nel.org>,
        Viresh Kumar <viresh.kumar@...aro.org>,
        devicetree <devicetree@...r.kernel.org>,
        linux-arm-kernel <linux-arm-kernel@...ts.infradead.org>,
        linux-kernel <linux-kernel@...r.kernel.org>,
        "open list:THERMAL" <linux-pm@...r.kernel.org>,
        Maxime Ripard <maxime@...no.tech>
Subject: Re: [PATCH v3 2/2] ARM: dts: sun8i-r40: Add "cpu-supply" node for
 sun8i-r40 based board

On Mon, May 16, 2022 at 3:53 PM Maxime Ripard <maxime@...no.tech> wrote:
>
> On Fri, May 13, 2022 at 04:23:20PM +0800, qianfan wrote:
> > > > > There's a similar issue for all the boards that don't have a regulator
> > > > > in the first place.
> > > > >
> > > > > The way we worked around this for the other SoCs is to have a DTSI with
> > > > > the OPPs with a frequency higher than what U-Boot boots with (1008MHz?),
> > > > > and only include that DTSI on boards that have a CPU regulator hooked in.
> > > > Is this really necessary? It seems like every board based on sun8i-r40
> > > > have a cpu regulator.
> > > This probably won't be the case whenever someone starts a new design,
> > > and then they'll face random crashes for no apparent reason, and waste a
> > > lot of time in the process.
> > >
> > > Whereas the alternative is that you would be missing some OPPs,
> > > something that is fairly easy to figure out.
> >
> > How about remove the OPPs which greate that 1.08G in sun8i-r40.dtsi,
> > If some boards want to run at a higher frequency, can add them byself
> > in the board's file.
>
> You did all the work to support and test them already. It's a bit of a
> waste to do that and not include it.
>
> Just do a DTSI like we did for the A64 for example.

There's also no guarantee that the board boots up at 1.08G. The board
may be set to boot up at a slightly lower frequency / voltage combination.
Or maybe the board's supply voltage simply isn't stable enough for sustained
high CPU usage at 1.08G.

Letting the kernel assume that it is OK to run at some OPP is not a good
idea. The boards should explicitly include the default OPP table, or define
their own, while adding a proper CPU supply at the same time.


Regards
ChenYu

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ