[powerpc:fixes-test] BUILD SUCCESS d4bf905307a1c90a27714ff7a9fd29b0a2ceed98

2020-02-08 Thread kbuild test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git fixes-test branch HEAD: d4bf905307a1c90a27714ff7a9fd29b0a2ceed98 powerpc: Fix CONFIG_TRACE_IRQFLAGS with CONFIG_VMAP_STACK elapsed time: 1025m configs tested: 45 configs skipped: 143 The following configs have

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

2020-02-08 Thread pr-tracker-bot
The pull request you sent on Sat, 08 Feb 2020 23:52:43 +1100: > https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git > tags/powerpc-5.6-2 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/d4f309ca411887cd61ea389c7abfb70c2eb1e532 Thank you! --

Re: Latest Git kernel: avahi-daemon[2410]: ioctl(): Inappropriate ioctl for device

2020-02-08 Thread Christian Zigotzky
On 08 February 2020 at 07:59 am, Christian Zigotzky wrote: On 7. Feb 2020, at 18:08, Arnd Bergmann wrote: On Fri, Feb 7, 2020 at 3:34 PM Christian Zigotzky wrote: Hello Arnd, We regularly compile and test Linux kernels every day during the merge window. Since Thursday last week we have

[PATCH 2/2] powerpc/83xx: Add some error handling in 'quirk_mpc8360e_qe_enet10()'

2020-02-08 Thread Christophe JAILLET
In some error handling path, we should call "of_node_put(np_par)" or some resource may be leaking in case of error. Fixes: 8159df72d43e ("83xx: add support for the kmeter1 board.") Signed-off-by: Christophe JAILLET --- arch/powerpc/platforms/83xx/km83xx.c | 5 - 1 file changed, 4

[PATCH 1/2] powerpc/83xx: Fix some typo in some warning message

2020-02-08 Thread Christophe JAILLET
"couldn;t" should be "couldn't". Signed-off-by: Christophe JAILLET --- arch/powerpc/platforms/83xx/km83xx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/platforms/83xx/km83xx.c b/arch/powerpc/platforms/83xx/km83xx.c index ada42f03915a..306be75faec7

[GIT PULL] Please pull powerpc/linux.git powerpc-5.6-2 tag

2020-02-08 Thread Michael Ellerman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Linus, Please pull two powerpc fixes for 5.6: The following changes since commit 71c3a888cbcaf453aecf8d2f8fb003271d28073f: Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux (2020-02-04 13:06:46 +)

Re: [PATCH] powerpc: Fix CONFIG_TRACE_IRQFLAGS with CONFIG_VMAP_STACK

2020-02-08 Thread Michael Ellerman
On Fri, 2020-02-07 at 17:20:57 UTC, Christophe Leroy wrote: > When CONFIG_PROVE_LOCKING is selected together with (now default) > CONFIG_VMAP_STACK, kernel enter deadlock during boot. > > At the point of checking whether interrupts are enabled or not, the > value of MSR saved on stack is read

Re: [PATCH] powerpc/futex: Fix incorrect user access blocking

2020-02-08 Thread Michael Ellerman
On Fri, 2020-02-07 at 12:21:45 UTC, Michael Ellerman wrote: > The early versions of our kernel user access prevention (KUAP) were > written by Russell and Christophe, and didn't have separate > read/write access. > > At some point I picked up the series and added the read/write access, > but I

Re: Latest Git kernel: avahi-daemon[2410]: ioctl(): Inappropriate ioctl for device

2020-02-08 Thread Michael Ellerman
Christian Zigotzky writes: > On 06 February 2020 at 05:35 am, Michael Ellerman wrote: >> Christian Zigotzky writes: >>> Kernel 5.5 PowerPC is also affected. >> I don't know what you mean by that. What sha are you talking about? >> >> I have a system with avahi running and everything's fine. >>