On Wed, Jul 31 2024 at 23:30, [email protected] wrote: > When SGX is not supported by the BIOS, the kernel log still output > the error 'SGX disabled by BIOS', which can be confusing since > there might not be an SGX-related option in the BIOS settings. > > As a kernel, it's difficult to distinguish between the BIOS not > supporting SGX and the BIOS supporting SGX but it's disabled. > > Therefore, update the error message to > 'SGX disabled or unsupported by BIOS' to make it easier for those > reading kernel logs to understand what's happening. > > Reported-by: Bo Wu <[email protected]> > Link: https://github.com/linuxdeepin/developer-center/issues/10032 > Reviewed-by: Kai Huang <[email protected]> > Link: > https://lore.kernel.org/all/[email protected]/ > Signed-off-by: Zelong Xiang <[email protected]> > Signed-off-by: WangYuli <[email protected]>
This Signed-off-by chain is invalid. See: https://www.kernel.org/doc/html/latest/process/submitting-patches.html#sign-your-work-the-developer-s-certificate-of-origin Thanks, tglx

