On Wed, 2016-29-06 at 18:55:17 UTC, Ian Munsie wrote:
From: Ian Munsie <redacted>
If a kernel context is initialised and does not have any AFU interrupts
allocated it will cause a NULL pointer dereference when the context is
detached since the irq_names list will not have been initialised.
Move the initialisation of the irq_names list into the cxl_context_init
routine so that it will be valid for the entire lifetime of the context
and will not cause a NULL pointer dereference.
Signed-off-by: Ian Munsie <redacted>
Reviewed-by: Andrew Donnellan <redacted>
Applied to powerpc next, thanks.
https://git.kernel.org/powerpc/c/f5c9df9a442f586b1839476272
cheers