Re: [PATCH] scsi: mpi3mr: Emit uevent on controller diagnostic fault

From: Bart Van Assche
Date: Wed Jul 16 2025 - 11:52:16 EST


On 7/15/25 6:31 PM, Salomon Dushimirimana wrote:
+ ioc_info(mrioc, "emitting fault exception uevent");

Is it really necessary to log that a uevent will be emitted?

+exit:
+ kfree(env);
+}
Why an explicit kfree() call instead of adding __free(kfree) to
the declaration of "env"?

Thanks,

Bart.