Re: [PATCH v2 1/2] opal: Fix the overflow of message notifiers head array

2015-02-11 Thread Anshuman Khandual
On 02/11/2015 11:57 AM, Neelesh Gupta wrote: > Fixes the condition check of incoming message type which can > otherwise shoot beyond the message notifiers head array. > > Signed-off-by: Neelesh Gupta > Reviewed-by: Vasant Hegde Reviewed-by: Anshuman Khandual ___

[PATCH v2 1/2] opal: Fix the overflow of message notifiers head array

2015-02-10 Thread Neelesh Gupta
Fixes the condition check of incoming message type which can otherwise shoot beyond the message notifiers head array. Signed-off-by: Neelesh Gupta Reviewed-by: Vasant Hegde --- arch/powerpc/platforms/powernv/opal.c | 12 1 file changed, 4 insertions(+), 8 deletions(-) diff --git