Re: [PATCH] firmware: arm_sdei: Prohibit probing in '_sdei_handler'

2019-04-29 Thread Will Deacon
On Fri, Apr 26, 2019 at 10:16:36AM +0800, Xiongfeng Wang wrote: > Functions called in '_sdei_handler' are needed to be marked as > 'nokprobe'. Because these functions are called in NMI context and > neither the arch-code's debug infrastructure nor kprobes core supports > this. > > Signed-off-by: X

[PATCH] firmware: arm_sdei: Prohibit probing in '_sdei_handler'

2019-04-25 Thread Xiongfeng Wang
Functions called in '_sdei_handler' are needed to be marked as 'nokprobe'. Because these functions are called in NMI context and neither the arch-code's debug infrastructure nor kprobes core supports this. Signed-off-by: Xiongfeng Wang Reviewed-by: James Morse --- drivers/firmware/arm_sdei.c |