mbox series

[GIT,PULL] Coresight fix for v5.16

Message ID 20211105224714.1873452-1-mathieu.poirier@linaro.org
State New
Headers show
Series [GIT,PULL] Coresight fix for v5.16 | expand

Pull-request

git@gitolite.kernel.org:pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-fixes-v5.16

Message

Mathieu Poirier Nov. 5, 2021, 10:47 p.m. UTC
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:

  git@gitolite.kernel.org: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 <mathieu.poirier@linaro.org>

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

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

Comments

gregkh@linuxfoundation.org Nov. 7, 2021, 10:51 a.m. UTC | #1
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:
> 
>   git@gitolite.kernel.org:pub/scm/linux/kernel/git/coresight/linux.git tags/coresight-fixes-v5.16

Pulled and pushed out, thanks.

greg k-h