On Wed, 3 Jun 2026 21:13:30 +0200 "David Hildenbrand (Arm)" <[email protected]> wrote:
> Would the following be sufficient to avoid a full revert and the dependency > on CONFIG_RAS? > > diff --git a/include/trace/events/memory-failure.h > b/include/trace/events/memory-failure.h > index aa57cc8f896b..c46b17602578 100644 > --- a/include/trace/events/memory-failure.h > +++ b/include/trace/events/memory-failure.h > @@ -1,6 +1,7 @@ > /* SPDX-License-Identifier: GPL-2.0 */ > #undef TRACE_SYSTEM > -#define TRACE_SYSTEM memory_failure > +/* Some user space relies on ras/memory_failure_event */ > +#define TRACE_SYSTEM ras If that puts back the original path then yeah, all would be good. -- Steve > #define TRACE_INCLUDE_FILE memory-failure > > #if !defined(_TRACE_MEMORY_FAILURE_H) || defined(TRACE_HEADER_MULTI_READ)
