09358972bf
Under some workloads, some channel messages have been observed being delayed on the sending side past the point where the receiving side has been able to tear down its partition structures. This condition is already detected in xpc_handle_activate_IRQ_uv(), but that information is not given to xpc_handle_activate_mq_msg_uv(). As a result, xpc_handle_activate_mq_msg_uv() assumes the structures still exist and references them, causing a NULL-pointer deref. Signed-off-by: Robin Holt <holt@sgi.com> Cc: <stable@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> |
||
---|---|---|
.. | ||
Makefile | ||
xp.h | ||
xp_main.c | ||
xp_nofault.S | ||
xp_sn2.c | ||
xp_uv.c | ||
xpc.h | ||
xpc_channel.c | ||
xpc_main.c | ||
xpc_partition.c | ||
xpc_sn2.c | ||
xpc_uv.c | ||
xpnet.c |