Re: [PATCH] cxl: Delete an unnecessary check before the function call "kfree"

2015-11-08 Thread Andrew Donnellan
On 06/11/15 21:05, SF Markus Elfring wrote: From: Markus Elfring Date: Fri, 6 Nov 2015 11:00:23 +0100 The kfree() function tests whether its argument is NULL and then returns immediately. Thus the test around the call is not needed. This issue was detected by using the Coccinelle software. Si

Re: [PATCH V13 0/9] VF EEH on Power8

2015-11-08 Thread Alexey Kardashevskiy
On 11/08/2015 10:30 AM, Wei Yang wrote: This patchset enables EEH on SRIOV VFs. The general idea is to create proper VF edev and VF PE and handle them properly. Different from the Bus PE, VF PE just contain one VF. This introduces the difference of EEH error handling on a VF PE. Generally, it ha

Re: [PATCH V13 0/9] VF EEH on Power8

2015-11-08 Thread Wei Yang
On Mon, Nov 09, 2015 at 10:53:17AM +1100, Alexey Kardashevskiy wrote: >On 11/08/2015 10:30 AM, Wei Yang wrote: >>This patchset enables EEH on SRIOV VFs. The general idea is to create proper >>VF edev and VF PE and handle them properly. >> >>Different from the Bus PE, VF PE just contain one VF. This

Re: [PATCH] cxl: Delete an unnecessary check before the function call "kfree"

2015-11-08 Thread Ian Munsie
Acked-by: Ian Munsie ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH v7 00/50] powerpc/powernv: PCI hotplug support

2015-11-08 Thread Gavin Shan
On Thu, Nov 05, 2015 at 12:12:00AM +1100, Gavin Shan wrote: >This series of patches rebases on powerpc/next branch, plus below additional >patches: > > https://patchwork.ozlabs.org/patch/534804/ (PATCH[1/1] Andrew's EEH fix) > https://patchwork.ozlabs.org/patch/534154/ (PATCH[7/7] Richard's

Re: [PATCH v7 00/50] powerpc/powernv: PCI hotplug support

2015-11-08 Thread Gavin Shan
On Sun, Nov 08, 2015 at 08:24:37PM -0800, Pramod Sudheendra wrote: >> On Nov 8, 2015, at 7:09 PM, Gavin Shan wrote: >> On Thu, Nov 05, 2015 at 12:12:00AM +1100, Gavin Shan wrote: >>> This series of patches rebases on powerpc/next branch, plus below additional >>> patches: >>> >>> https://patchwo

Re: [PATCH v7 00/50] powerpc/powernv: PCI hotplug support

2015-11-08 Thread Pramod Sudheendra
> On Nov 8, 2015, at 7:09 PM, Gavin Shan wrote: > > On Thu, Nov 05, 2015 at 12:12:00AM +1100, Gavin Shan wrote: >> This series of patches rebases on powerpc/next branch, plus below additional >> patches: >> >> https://patchwork.ozlabs.org/patch/534804/ (PATCH[1/1] Andrew's EEH fix) >> https

Re: [PATCH v7 00/50] powerpc/powernv: PCI hotplug support

2015-11-08 Thread Benjamin Herrenschmidt
On Mon, 2015-11-09 at 15:29 +1100, Gavin Shan wrote: >  > Yeah, I dropped that before it's populated completely as I was told > it's disallowed > by my employer. I have to push it into IBM internal git server and > it's only visible > to IBM. Sorry for the inconvienence... I think that's a misinte

Re: [PATCH] cxl: use correct operator when writing pcie config space values

2015-11-08 Thread Andrew Donnellan
On 06/11/15 10:43, Michael Ellerman wrote: If it's unused *and* broken then we should just remove it. Following some discussion with Ian and Vaibhav, we'd like to keep it at this stage - while there are no current AFUs which write to AFU config space, it would be reasonable for an AFU develop