mbox series

[RESEND,0/2] Improve build test coverage for perf drivers

Message ID 1633085326-156653-1-git-send-email-john.garry@huawei.com (mailing list archive)
Headers show
Series Improve build test coverage for perf drivers | expand

Message

John Garry Oct. 1, 2021, 10:48 a.m. UTC
Improve build test coverage by allowing some more drivers build under
COMPILE_TEST as appropriate.

Baseline is v5.15-rc3

John Garry (2):
  drivers/perf: thunderx2_pmu: Change data in size
    tx2_uncore_event_update()
  drivers/perf: Improve build test coverage

 drivers/perf/Kconfig         | 12 +++++++-----
 drivers/perf/thunderx2_pmu.c |  2 +-
 2 files changed, 8 insertions(+), 6 deletions(-)

Comments

Will Deacon Oct. 4, 2021, 3:34 p.m. UTC | #1
On Fri, 1 Oct 2021 18:48:44 +0800, John Garry wrote:
> Improve build test coverage by allowing some more drivers build under
> COMPILE_TEST as appropriate.
> 
> Baseline is v5.15-rc3
> 
> John Garry (2):
>   drivers/perf: thunderx2_pmu: Change data in size
>     tx2_uncore_event_update()
>   drivers/perf: Improve build test coverage
> 
> [...]

Applied to will (for-next/perf), thanks!

[1/2] drivers/perf: thunderx2_pmu: Change data in size tx2_uncore_event_update()
      https://git.kernel.org/will/c/78cac393b464
[2/2] drivers/perf: Improve build test coverage
      https://git.kernel.org/will/c/e656972b6986

Cheers,