From: Bryant G. Ly <hidden> Date: 2018-02-15 18:50:03
From: "Juan J. Alvarez" <redacted>
EEH structure is not populated with function
notify resume when running on systems that do not support
it, i.e: BMC. Hence adding a conditional check for NULL for
systems that don't add function notify_resume.
Signed-off-by: Juan J. Alvarez <redacted>
Reviewed-by: Bryant G. Ly <redacted>
Tested-by: Carol L. Soto <redacted>
---
arch/powerpc/kernel/eeh_driver.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
From: Andrew Donnellan <hidden> Date: 2018-02-15 23:21:46
On 16/02/18 05:49, Bryant G. Ly wrote:
From: "Juan J. Alvarez" <redacted>
EEH structure is not populated with function
notify resume when running on systems that do not support
it, i.e: BMC. Hence adding a conditional check for NULL for
Seems to me that by "BMC" you really mean "powernv platform"?
systems that don't add function notify_resume.
Signed-off-by: Juan J. Alvarez <redacted>
Reviewed-by: Bryant G. Ly <redacted>
Tested-by: Carol L. Soto <redacted>
On Thu, Feb 15, 2018 at 12:49:51PM -0600, Bryant G. Ly wrote:
From: "Juan J. Alvarez" <redacted>
EEH structure is not populated with function
notify resume when running on systems that do not support
it, i.e: BMC. Hence adding a conditional check for NULL for
systems that don't add function notify_resume.
Signed-off-by: Juan J. Alvarez <redacted>
Reviewed-by: Bryant G. Ly <redacted>
Tested-by: Carol L. Soto <redacted>
Tested-by: Mauro S. M. Rodrigues <redacted>
Thanks! I was debugging it and I'm glad you proposed a fix already.
From: Michael Neuling <hidden> Date: 2018-02-20 10:42:22
On Thu, 2018-02-15 at 12:49 -0600, Bryant G. Ly wrote:
From: "Juan J. Alvarez" <redacted>
=20
EEH structure is not populated with function
notify resume when running on systems that do not support
it, i.e: BMC. Hence adding a conditional check for NULL for
systems that don't add function notify_resume.
=20
Signed-off-by: Juan J. Alvarez <redacted>
Reviewed-by: Bryant G. Ly <redacted>
Tested-by: Carol L. Soto <redacted>
From: Michael Ellerman <hidden> Date: 2018-02-21 13:43:08
On Thu, 2018-02-15 at 18:49:51 UTC, "Bryant G. Ly" wrote:
From: "Juan J. Alvarez" <redacted>
EEH structure is not populated with function
notify resume when running on systems that do not support
it, i.e: BMC. Hence adding a conditional check for NULL for
systems that don't add function notify_resume.
Signed-off-by: Juan J. Alvarez <redacted>
Reviewed-by: Bryant G. Ly <redacted>
Tested-by: Carol L. Soto <redacted>
Reviewed-by: Andrew Donnellan <redacted>
Tested-by: Mauro S. M. Rodrigues <redacted>
Acked-by: Michael Neuling <redacted>