summaryrefslogtreecommitdiff
path: root/drivers/misc/cxl/native.c
diff options
context:
space:
mode:
authorAlistair Popple <alistair@popple.id.au>2015-12-07 11:28:28 +1100
committerMichael Ellerman <mpe@ellerman.id.au>2015-12-08 16:53:31 +1100
commit25642e1459ace29f6ce5a171efc8b7b59a52a2d4 (patch)
tree1aa2e850daa6cc86ba24b7330c319a387df873f9 /drivers/misc/cxl/native.c
parent7f821fc9c77a9b01fe7b1d6e72717b33d8d64142 (diff)
powerpc/opal-irqchip: Fix double endian conversion
The OPAL event calls return a mask of events that are active in big endian format. This is checked when unmasking the events in the irqchip by comparison with a cached value. The cached value was stored in big endian format but should've been converted to CPU endian first. This bug leads to OPAL event delivery being delayed or dropped on some systems. Symptoms may include a non-functional console. The bug is fixed by calling opal_handle_events(...) instead of duplicating code in opal_event_unmask(...). Fixes: 9f0fd0499d30 ("powerpc/powernv: Add a virtual irqchip for opal events") Cc: stable@vger.kernel.org # v4.2+ Reported-by: Douglas L Lehr <dllehr@us.ibm.com> Signed-off-by: Alistair Popple <alistair@popple.id.au> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'drivers/misc/cxl/native.c')
0 files changed, 0 insertions, 0 deletions