The patch titled Subject: panic-use-error_report_end-tracepoint-on-warnings-fix has been added to the -mm tree. Its filename is panic-use-error_report_end-tracepoint-on-warnings-fix.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/panic-use-error_report_end-tracepoint-on-warnings-fix.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/panic-use-error_report_end-tracepoint-on-warnings-fix.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: panic-use-error_report_end-tracepoint-on-warnings-fix add comma to enum list, per Andy. Cc: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Cc: Marco Elver <elver@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/trace/events/error_report.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/include/trace/events/error_report.h~panic-use-error_report_end-tracepoint-on-warnings-fix +++ a/include/trace/events/error_report.h @@ -18,7 +18,7 @@ enum error_detector { ERROR_DETECTOR_KFENCE, ERROR_DETECTOR_KASAN, - ERROR_DETECTOR_WARN + ERROR_DETECTOR_WARN, }; #endif /* __ERROR_REPORT_DECLARE_TRACE_ENUMS_ONCE_ONLY */ _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-bdi-initialize-bdi_min_ratio-when-bdi-unregister-fix.patch mm.patch mm-mempolicy-convert-from-atomic_t-to-refcount_t-on-mempolicy-refcnt-fix.patch panic-use-error_report_end-tracepoint-on-warnings-fix.patch kernel-forkc-export-kernel_thread-to-modules.patch