[xmon PATCH 1/1] RFC: Add xmon command to dump process/task similar to ps(1)

2015-11-10 Thread Douglas Miller
RFC: Not sure if I need locking when accessing task structs from xmon. Please comment. I found this new xmon command indispensable while debugging a KDUMP problem. It dumps some task information similar to the ps(1) command, plus includes the kernel stack pointer for use with "t" traceback

Re: [PATCH V4 00/31] powerpc/mm: Update page table format for book3s 64

2015-11-10 Thread Aneesh Kumar K.V
Denis Kirjanov writes: > On 11/3/15, Aneesh Kumar K.V wrote: >> Denis Kirjanov writes: >> .. >> Why not use >> >> The patch series can also be found at >> https://github.com/kvaneesh/linux.git

Re: [xmon PATCH 1/1] RFC: Add xmon command to dump process/task similar to ps(1)

2015-11-10 Thread Douglas Miller
Sorry, rookie mistake: last minute changes without checking compile. Here's is the corrected patch. On 11/10/2015 09:31 AM, Douglas Miller wrote: RFC: Not sure if I need locking when accessing task structs from xmon. Please comment. I found this new xmon command indispensable while

Re: [PATCH] of: Print rather than WARN'ing when overlap check fails

2015-11-10 Thread Michael Ellerman
On Tue, 2015-11-10 at 09:41 +, David Laight wrote: > From: Michael Ellerman > > Sent: 10 November 2015 05:09 > > __rmem_check_for_overlap() is called very early in boot, and on some > > powerpc systems it's not safe to call WARN that early in boot. > > > > If the overlap check fails the

Re: [PATCH V4 00/31] powerpc/mm: Update page table format for book3s 64

2015-11-10 Thread Denis Kirjanov
On 11/3/15, Aneesh Kumar K.V wrote: > Denis Kirjanov writes: > >> On 10/23/15, Aneesh Kumar K.V wrote: >>> Denis Kirjanov writes: >>> On 10/17/15, Aneesh Kumar K.V

Re: [PATCH v2] platforms/powernv: Add support for Nvlink NPUs

2015-11-10 Thread kbuild test robot
Hi Alistair, [auto build test ERROR on powerpc/next] [also build test ERROR on v4.3 next-20151110] url: https://github.com/0day-ci/linux/commits/Alistair-Popple/platforms-powernv-Add-support-for-Nvlink-NPUs/20151110-103410 base: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc

Re: [PATCH v2] platforms/powernv: Add support for Nvlink NPUs

2015-11-10 Thread Michael Ellerman
On Tue, 2015-11-10 at 16:51 +0800, kbuild test robot wrote: > Hi Alistair, > > [auto build test ERROR on powerpc/next] > [also build test ERROR on v4.3 next-20151110] Hi Al, In future if you can repost the full series as a v2 that would be my preference. And it will also not con

Re: [PATCH] of: Print rather than WARN'ing when overlap check fails

2015-11-10 Thread Michael Ellerman
On Tue, 2015-11-10 at 16:08 +1100, Michael Ellerman wrote: > __rmem_check_for_overlap() is called very early in boot, and on some > powerpc systems it's not safe to call WARN that early in boot. > > If the overlap check fails the system will oops instead of printing a > warning. Furthermore

RE: [PATCH] of: Print rather than WARN'ing when overlap check fails

2015-11-10 Thread David Laight
From: Michael Ellerman > Sent: 10 November 2015 05:09 > __rmem_check_for_overlap() is called very early in boot, and on some > powerpc systems it's not safe to call WARN that early in boot. > > If the overlap check fails the system will oops instead of printing a > warning. Furthermore because

Re: [PATCH v2] platforms/powernv: Add support for Nvlink NPUs

2015-11-10 Thread kbuild test robot
Hi Alistair, [auto build test WARNING on powerpc/next] [also build test WARNING on v4.3 next-20151110] url: https://github.com/0day-ci/linux/commits/Alistair-Popple/platforms-powernv-Add-support-for-Nvlink-NPUs/20151110-103410 base: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc

Re: [net-next v4 2/8] dpaa_eth: add support for DPAA Ethernet

2015-11-10 Thread Scott Wood
On Mon, Nov 02, 2015 at 07:31:34PM +0200, Madalin Bucur wrote: > diff --git a/drivers/net/ethernet/freescale/dpaa/Makefile > b/drivers/net/ethernet/freescale/dpaa/Makefile > new file mode 100644 > index 000..3847ec7 > --- /dev/null > +++ b/drivers/net/ethernet/freescale/dpaa/Makefile > @@