Re: [PATCH v2 04/10] powerpc/xive: Native exploitation of the XIVE interrupt controller

2017-04-05 Thread Benjamin Herrenschmidt
On Thu, 2017-04-06 at 06:46 +0800, kbuild test robot wrote: > Hi Benjamin, > > [auto build test ERROR on powerpc/next] > [also build test ERROR on v4.11-rc5 next-20170405] > [if your patch is applied to the wrong git tree, please drop us a > note to help improve the system] Ooops, I was 1 patch o

Re: [PATCH v2 04/10] powerpc/xive: Native exploitation of the XIVE interrupt controller

2017-04-05 Thread kbuild test robot
Hi Benjamin, [auto build test ERROR on powerpc/next] [also build test ERROR on v4.11-rc5 next-20170405] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Benjamin-Herrenschmidt/powerpc-Add-more-PPC

[PATCH v2 04/10] powerpc/xive: Native exploitation of the XIVE interrupt controller

2017-04-05 Thread Benjamin Herrenschmidt
The XIVE interrupt controller is the new interrupt controller found in POWER9. It supports advanced virtualization capabilities among other things. Currently we use a set of firmware calls that simulate the old "XICS" interrupt controller but this is fairly inefficient. This adds the framework fo