[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <e5592ae06eeab4217003db5bc2665668.sboyd@kernel.org>
Date: Tue, 02 Jul 2024 15:52:20 -0700
From: Stephen Boyd <sboyd@...nel.org>
To: Audra Mitchell <audra@...hat.com>, kunit-dev@...glegroups.com
Cc: mturquette@...libre.com, linux-clk@...r.kernel.org, linux-kernel@...r.kernel.org, npache@...hat.com, raquini@...hat.com
Subject: Re: [PATCH] Disable Clk-gate_tests for s390
Quoting Audra Mitchell (2024-07-02 05:55:39)
> Currently clk-gate tests for s390 fail as the tests create a pretend
> clk-gate and use a "fake_reg" to emulate the expected behavior of the
> clk_gate->reg. I added some debug statements to the driver and noticed
> that the reg changes after initialization to -1, which is coming from
> an error coming from zpci_load(). This is likely because the test is
> using fake iomem and the s390 architecture likely isn't designed to
> handle that. Turn off the clk-gate tests for s390 for now as there is
> no clear work around for this problem as discussed in upstream
> conversation [1].
>
> [1] https://lore.kernel.org/all/301cd41e6283c12ac67fb8c0f8d5c929.sboyd@kernel.org/T/#t
>
> Signed-off-by: Audra Mitchell <audra@...hat.com>
> ---
Applied to clk-next
Powered by blists - more mailing lists