Re: [GIT PULL] Please pull powerpc/linux.git powerpc-5.7-4 tag

2020-05-16 Thread pr-tracker-bot
The pull request you sent on Sat, 16 May 2020 22:11:47 +1000: > https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git > tags/powerpc-5.7-4 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/befc42e5dd4977b63dd3b0c0db05e21d56f13c2e Thank you! --

[powerpc:next-test] BUILD SUCCESS 7b92ee1db93df64553a36f23fec86298d37ee10a

2020-05-16 Thread kbuild test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git next-test branch HEAD: 7b92ee1db93df64553a36f23fec86298d37ee10a powerpc/watchpoint/xmon: Support 2nd DAWR i386-tinyconfig vmlinux size:

[powerpc:merge] BUILD SUCCESS 5b55902a1d35b73daec747b11b903959b8e7aa70

2020-05-16 Thread kbuild test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git merge branch HEAD: 5b55902a1d35b73daec747b11b903959b8e7aa70 Automatic merge of 'master', 'next' and 'fixes' (2020-05-16 21:36) elapsed time: 553m configs tested: 117 configs skipped: 3 The following configs have

Re: [PATCH V3 07/15] arch/kunmap_atomic: Consolidate duplicate code

2020-05-16 Thread Guenter Roeck
On Thu, May 07, 2020 at 07:59:55AM -0700, ira.we...@intel.com wrote: > From: Ira Weiny > > Every single architecture (including !CONFIG_HIGHMEM) calls... > > pagefault_enable(); > preempt_enable(); > > ... before returning from __kunmap_atomic(). Lift this code into the >

Re: [PATCH v8 12/30] powerpc: Use a function for reading instructions

2020-05-16 Thread Christophe Leroy
Le 06/05/2020 à 05:40, Jordan Niethe a écrit : Prefixed instructions will mean there are instructions of different length. As a result dereferencing a pointer to an instruction will not necessarily give the desired result. Introduce a function for reading instructions from memory into the

Re: [PATCH v4 03/14] arm64: add support for folded p4d page tables

2020-05-16 Thread Mike Rapoport
On Fri, May 15, 2020 at 11:40:12AM -0700, Andrew Morton wrote: > On Tue, 14 Apr 2020 18:34:44 +0300 Mike Rapoport wrote: > > > Implement primitives necessary for the 4th level folding, add walks of p4d > > level where appropriate, replace 5level-fixup.h with pgtable-nop4d.h and > > remove

[PATCH v3 7/9] powerpc/ps3: Add check for otheros image size

2020-05-16 Thread Geoff Levand
The ps3's otheros flash loader has a size limit of 16 MiB for the uncompressed image. If that limit will be reached output the flash image file as 'otheros-too-big.bld'. Signed-off-by: Geoff Levand --- v2: Change from decimal to hex values. Output an INFO message to screen. v3: Remove the INFO

Re: [PATCH v2 7/9] powerpc/ps3: Add check for otheros image size

2020-05-16 Thread Geoff Levand
Hi Michael, On 5/14/20 7:02 PM, Michael Ellerman wrote: > Geoff Levand writes: ... >> +# The ps3's flash loader has a size limit of 16 MiB for the uncompressed >> +# image. If a compressed image that exceeded this limit is written to >> +# flash the loader will decompress that image

Re: [PATCH v5 2/2] powerpc/rtas: Implement reentrant rtas call

2020-05-16 Thread kbuild test robot
to specify the base tree in git format-patch, please see https://stackoverflow.com/a/37406982] url: https://github.com/0day-ci/linux/commits/Leonardo-Bras/Implement-reentrant-rtas-call/20200516-132358 base: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git next config

[GIT PULL] Please pull powerpc/linux.git powerpc-5.7-4 tag

2020-05-16 Thread Michael Ellerman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Linus, Please pull some more powerpc fixes for 5.7. This is actually three weeks worth of fixes, I was going to send most of them last week but my build box had a hiccup so I didn't. ie. we haven't just found all these just before rc6. cheers

[PATCH v8 22.5/30] powerpc/optprobes: Add register argument to patch_imm64_load_insns()

2020-05-16 Thread Michael Ellerman
From: Jordan Niethe Currently patch_imm32_load_insns() is used to load an instruction to r4 to be emulated by emulate_step(). For prefixed instructions we would like to be able to load a 64bit immediate to r4. To prepare for this make patch_imm64_load_insns() take an argument that decides which

Re: [PATCH v8 08/30] powerpc: Use a function for getting the instruction op code

2020-05-16 Thread Michael Ellerman
Jordan Niethe writes: > mpe, as suggested by Christophe could you please add this. I did that and ... > diff --git a/arch/powerpc/include/asm/inst.h b/arch/powerpc/include/asm/inst.h > --- a/arch/powerpc/include/asm/inst.h > +++ b/arch/powerpc/include/asm/inst.h > @@ -2,6 +2,8 @@ > #ifndef

Re: [PATCH v5 2/2] powerpc/rtas: Implement reentrant rtas call

2020-05-16 Thread Nicholas Piggin
Excerpts from Leonardo Bras's message of May 16, 2020 3:21 pm: > Implement rtas_call_reentrant() for reentrant rtas-calls: > "ibm,int-on", "ibm,int-off",ibm,get-xive" and "ibm,set-xive". > > On LoPAPR Version 1.1 (March 24, 2016), from 7.3.10.1 to 7.3.10.4, > items 2 and 3 say: > > 2 - For the