Skip to content

Commit

Permalink
opal/hmi: Ignore debug trigger inject core FIR.
Browse files Browse the repository at this point in the history
[ Upstream commit 1317448 ]

Core FIR[60] is a side effect of the work around for the CI Vector Load
issue in DD2.1. Usually this gets delivered as HMI with HMER[17] where
Linux already ignores it. But it looks like in some cases we may happen
to see CORE_FIR[60] while we are already in Malfunction Alert HMI
(HMER[0]) due to other reasons e.g. CAPI recovery or NPU xstop. If that
happens then just ignore it instead of crashing kernel as not recoverable.

Signed-off-by: Mahesh Salgaonkar <mahesh@linux.vnet.ibm.com>
Reviewed-by: Vaibhav Jain <vaibhav@linux.ibm.com>
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
  • Loading branch information
maheshsal authored and stewartsmith committed Oct 10, 2018
1 parent 25b571b commit d597d8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/hmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ static const struct core_xstop_bit_info {
{ 48, CORE_CHECKSTOP_PC_HYP_RESOURCE },
{ 52, CORE_CHECKSTOP_PC_HANG_RECOV_FAILED },
{ 54, CORE_CHECKSTOP_PC_AMBI_HANG_DETECTED },
{ 60, CORE_CHECKSTOP_PC_DEBUG_TRIG_ERR_INJ },
{ 63, CORE_CHECKSTOP_PC_SPRD_HYP_ERR_INJ },
};

Expand Down

0 comments on commit d597d8d

Please sign in to comment.