The patch titled Subject: include/linux/printk.h: drop silly "static inline asmlinkage" from dump_stack() has been added to the -mm tree. Its filename is drop-silly-static-inline-asmlinkage-from-dump_stack.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/drop-silly-static-inline-asmlinkage-from-dump_stack.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/drop-silly-static-inline-asmlinkage-from-dump_stack.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: Alexey Dobriyan <adobriyan@xxxxxxxxx> Subject: include/linux/printk.h: drop silly "static inline asmlinkage" from dump_stack() Link: http://lkml.kernel.org/r/20181124093530.GE10969@avx2 Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx> Reviewed-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Cc: Petr Mladek <pmladek@xxxxxxxx> Cc: Sergey Senozhatsky <sergey.senozhatsky@xxxxxxxxx> Cc: Steven Rostedt <rostedt@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- --- a/include/linux/printk.h~drop-silly-static-inline-asmlinkage-from-dump_stack +++ a/include/linux/printk.h @@ -269,7 +269,7 @@ static inline void show_regs_print_info( { } -static inline asmlinkage void dump_stack(void) +static inline void dump_stack(void) { } _ Patches currently in -mm which might be from adobriyan@xxxxxxxxx are proc-update-maintainers-with-proctxt.patch mm-make-migratetype_names-const-char.patch mm-make-migrate_reason_names-const-char.patch mm-make-free_reserved_area-return-const-char.patch coding-style-dont-use-extern-with-function-prototypes.patch drop-silly-static-inline-asmlinkage-from-dump_stack.patch make-initcall_level_names-const-char.patch