Re: [ 008/153] powerpc/eeh: Fix crash when adding a device in a slot with DDW

2013-03-13 Thread Ben Hutchings
On Wed, 2013-03-13 at 10:17 +1100, Michael Neuling wrote: Thadeu Lima de Souza Cascardo casca...@linux.vnet.ibm.com wrote: On Fri, Mar 08, 2013 at 03:29:55AM +, Ben Hutchings wrote: On Fri, 2013-03-08 at 13:51 +1100, Michael Neuling wrote: This patch is breaking the

Re: [ 008/153] powerpc/eeh: Fix crash when adding a device in a slot with DDW

2013-03-12 Thread Thadeu Lima de Souza Cascardo
On Fri, Mar 08, 2013 at 03:29:55AM +, Ben Hutchings wrote: On Fri, 2013-03-08 at 13:51 +1100, Michael Neuling wrote: This patch is breaking the celleb_defconfig on powerpc with: arch/powerpc/kernel/of_platform.c: In function 'of_pci_phb_probe': arch/powerpc/kernel/of_platform.c:95:2:

Re: [ 008/153] powerpc/eeh: Fix crash when adding a device in a slot with DDW

2013-03-12 Thread Michael Neuling
Thadeu Lima de Souza Cascardo casca...@linux.vnet.ibm.com wrote: On Fri, Mar 08, 2013 at 03:29:55AM +, Ben Hutchings wrote: On Fri, 2013-03-08 at 13:51 +1100, Michael Neuling wrote: This patch is breaking the celleb_defconfig on powerpc with: arch/powerpc/kernel/of_platform.c: In

Re: [ 008/153] powerpc/eeh: Fix crash when adding a device in a slot with DDW

2013-03-07 Thread Michael Neuling
This patch is breaking the celleb_defconfig on powerpc with: arch/powerpc/kernel/of_platform.c: In function 'of_pci_phb_probe': arch/powerpc/kernel/of_platform.c:95:2: error: implicit declaration of function 'eeh_add_sysfs_files' [-Werror=implicit-function-declaration] Mikey On Mon, Mar 4, 2013

Re: [ 008/153] powerpc/eeh: Fix crash when adding a device in a slot with DDW

2013-03-07 Thread Ben Hutchings
On Fri, 2013-03-08 at 13:51 +1100, Michael Neuling wrote: This patch is breaking the celleb_defconfig on powerpc with: arch/powerpc/kernel/of_platform.c: In function 'of_pci_phb_probe': arch/powerpc/kernel/of_platform.c:95:2: error: implicit declaration of function 'eeh_add_sysfs_files'

[ 008/153] powerpc/eeh: Fix crash when adding a device in a slot with DDW

2013-03-03 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Thadeu Lima de Souza Cascardo casca...@linux.vnet.ibm.com commit 6a040ce72598159a74969a2d01ab0ba5ee6536b3 upstream. The DDW code uses a eeh_dev struct from the pci_dev. However, this is not set