On Sat, Sep 06, 2025 at 08:33:07PM +0530, Shubhrajyoti Datta wrote: > Simplify non-standard RAS event logging by replacing > log_non_standard_event() with a direct call to trace_non_standard_event() > in the GHES error handler. Remove the redundant wrapper from the RAS > subsystem to reduce indirection. But if you remove the ifdeffery in ras.h you have to do if (IS_ENABLED(CONFIG_RAS)) now. Instead of simply calling the function unconditionally without silly conditionals. -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette