Re: [GIT PULL] Please pull powerpc/linux.git powerpc-5.11-2 tag

2020-12-24 Thread pr-tracker-bot
The pull request you sent on Thu, 24 Dec 2020 12:53:10 +1100: > https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git > tags/powerpc-5.11-2 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/9b3f7f1b841e91f0f0414525fa6edaaa2df33ccb Thank you! --

Re: GIT kernel with the PowerPC updates 5.11-1 doesn't boot on a FSL P5040 board and in a virtual e5500 QEMU machine

2020-12-24 Thread Christian Zigotzky
On 22 December 2020 at 02:14pm, Michael Ellerman wrote: Christian Zigotzky writes: ... Download: http://www.xenosoft.de/MintPPC32-X5000.tar.gz (md5sum: b31c1c1ca1fcf5d4cdf110c4bce11654) The password for both 'root' and 'mintppc' is 'mintppc'. ... QEMU command without KVM on macOS Intel:

[powerpc:fixes] BUILD SUCCESS d5c243989fb0cb03c74d7340daca3b819f706ee7

2020-12-24 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git fixes branch HEAD: d5c243989fb0cb03c74d7340daca3b819f706ee7 powerpc/32: Fix vmap stack - Properly set r1 before activating MMU on syscall too elapsed time: 4324m configs tested: 148 configs skipped: 146 The

[powerpc:merge] BUILD SUCCESS 51774547e7f80f9111d85a65c8e14eb2d9ffcdf3

2020-12-24 Thread kernel test robot
randconfig-a005-20201224 i386 randconfig-a002-20201224 i386 randconfig-a006-20201224 i386 randconfig-a004-20201224 i386 randconfig-a003-20201224 i386 randconfig-a001-20201224 i386 randconfig-a002-20201223

[powerpc:fixes-test] BUILD SUCCESS b9b8c8d3b4101788dd2c9ff5137baf7801a8f563

2020-12-24 Thread kernel test robot
-20201223 x86_64 randconfig-a004-20201223 x86_64 randconfig-a003-20201223 x86_64 randconfig-a005-20201223 x86_64 randconfig-a015-20201224 x86_64 randconfig-a014-20201224 x86_64 randconfig-a016-20201224 x86_64

[PATCH v2 -next] misc: ocxl: use DEFINE_MUTEX() for mutex lock

2020-12-24 Thread Zheng Yongjun
mutex lock can be initialized automatically with DEFINE_MUTEX() rather than explicitly calling mutex_init(). Signed-off-by: Zheng Yongjun --- drivers/misc/ocxl/file.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/misc/ocxl/file.c b/drivers/misc/ocxl/file.c index