2021-11-06 01:33:48

by Mathieu Poirier

[permalink] [raw]
Subject: [GIT PULL] Coresight fix for v5.16

The following changes since commit 561ced0bb90a4be298b7db5fb54f29731d74a3f6:

arm64: errata: Enable TRBE workaround for write to out-of-range address (2021-10-27 11:46:06 -0600)

are available in the Git repository at:

[email protected]:pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-fixes-v5.16

for you to fetch changes up to 20b02fe36530a1e48dde73c80b882ae276346ea3:

arm64: cpufeature: Export this_cpu_has_cap helper (2021-11-04 10:46:21 -0600)

---------------------------------------------------------------
coresight: Fix for v5.16

This fix enables to compile the TRBE driver as a module by
exporting function this_cpu_has_cap().

Signed-off-by: Mathieu Poirier <[email protected]>

----------------------------------------------------------------
Arnd Bergmann (1):
arm64: cpufeature: Export this_cpu_has_cap helper

arch/arm64/kernel/cpufeature.c | 1 +
1 file changed, 1 insertion(+)


2021-11-07 18:00:44

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [GIT PULL] Coresight fix for v5.16

On Fri, Nov 05, 2021 at 04:47:14PM -0600, Mathieu Poirier wrote:
> The following changes since commit 561ced0bb90a4be298b7db5fb54f29731d74a3f6:
>
> arm64: errata: Enable TRBE workaround for write to out-of-range address (2021-10-27 11:46:06 -0600)
>
> are available in the Git repository at:
>
> [email protected]:pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-fixes-v5.16

Pulled and pushed out, thanks.

greg k-h