[GIT PULL] xen: branch for v5.9-rc9

From: Juergen Gross
Date: Wed Oct 07 2020 - 02:38:08 EST


Linus,

Please git pull the following tag:

git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-5.9b-rc9-tag

xen: branch for v5.9-rc9

It contains one fix for a regression when booting as a Xen guest on
ARM64 introduced probably during the 5.9 cycle. It is very low risk as
it is modifying Xen specific code only. The exact commit introducing
the bug hasn't been identified yet, but everything was fine in 5.8 and
only in 5.9 some configurations started to fail.


Thanks.

Juergen

arch/arm/xen/enlighten.c | 2 +-
include/xen/arm/page.h | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

Masami Hiramatsu (1):
arm/arm64: xen: Fix to convert percpu address to gfn correctly