[GIT PULL] OpenRISC fixes for v5.9-rc4

From: Stafford Horne
Date: Sat Sep 12 2020 - 04:43:06 EST


Hi Linus,

Please consider for pull.

The following changes since commit d012a7190fc1fd72ed48911e77ca97ba4521bccd:

Linux 5.9-rc2 (2020-08-23 14:08:43 -0700)

are available in the Git repository at:

git://github.com/openrisc/linux.git tags/for-linus

for you to fetch changes up to d877322bc1adcab9850732275670409e8bcca4c4:

openrisc: Fix issue with get_user for 64-bit values (2020-09-12 17:26:00 +0900)

----------------------------------------------------------------
OpenRISC fixes for 5.9-rc4

Fixes for compile issues pointed out by kbuild and one bug I found in
interd with the 5.9 patches.

----------------------------------------------------------------
Stafford Horne (3):
openrisc: Reserve memblock for initrd
openrisc: Fix cache API compile issue when not inlining
openrisc: Fix issue with get_user for 64-bit values

arch/openrisc/include/asm/uaccess.h | 33 +++++++++++++++++++++------------
arch/openrisc/kernel/setup.c | 10 ++++++++++
arch/openrisc/mm/cache.c | 2 +-
3 files changed, 32 insertions(+), 13 deletions(-)