[PATCH 6/8] ppc/pnv: fix overrunning segment tracing array

2012-08-20 Thread Gavin Shan
There're 2 arrays introduced to trace which PE has occupied the corresponding resource (I/O or MMIO) segment. However, we didn't allocate enough memory for them and that possiblly leads to PE descriptor corruption. The patch fixes that by allocating enough memory for those 2 arrays. Signed-off-by

[PATCH 6/8] ppc/pnv: fix overrunning segment tracing array

2012-06-25 Thread Gavin Shan
There're 2 arrays introduced to trace which PE has occupied the corresponding resource (I/O or MMIO) segment. However, we didn't allocate enough memory for them and that possiblly leads to PE descriptor corruption. The patch fixes that by allocating enough memory for those 2 arrays. Signed-off-by