Re: [PATCH 3/3] drm/xe: clean up fault injection usage

2024-08-13 Thread Ghimiray, Himal Prasad
On 13-08-2024 17:42, Jani Nikula wrote: With the proper stubs in place in linux/fault-inject.h, we can remove a bunch of conditional compilation for CONFIG_FAULT_INJECTION=n. Cc: Andrew Morton Cc: Akinobu Mita Cc: Lucas De Marchi Cc: Thomas Hellström Cc: Rodrigo Vivi Signed-off-by: Jani

Re: [PATCH 3/3] drm/xe: clean up fault injection usage

2024-08-13 Thread Thomas Hellström
On Tue, 2024-08-13 at 15:12 +0300, Jani Nikula wrote: > With the proper stubs in place in linux/fault-inject.h, we can remove > a > bunch of conditional compilation for CONFIG_FAULT_INJECTION=n. > > Cc: Andrew Morton > Cc: Akinobu Mita > Cc: Lucas De Marchi > Cc: Thomas Hellström > Cc: Rodrigo

[PATCH 3/3] drm/xe: clean up fault injection usage

2024-08-13 Thread Jani Nikula
With the proper stubs in place in linux/fault-inject.h, we can remove a bunch of conditional compilation for CONFIG_FAULT_INJECTION=n. Cc: Andrew Morton Cc: Akinobu Mita Cc: Lucas De Marchi Cc: Thomas Hellström Cc: Rodrigo Vivi Signed-off-by: Jani Nikula --- drivers/gpu/drm/xe/xe_debugfs.c