Quoting akpm@xxxxxxxxxxxxxxxxxxxx (2021-05-25 13:11:58) > > The patch titled > Subject: module-add-printk-formats-to-add-module-build-id-to-stacktraces-fix-fix > has been added to the -mm tree. Its filename is > module-add-printk-formats-to-add-module-build-id-to-stacktraces-fix-fix.patch > > This patch should soon appear at > https://ozlabs.org/~akpm/mmots/broken-out/module-add-printk-formats-to-add-module-build-id-to-stacktraces-fix-fix.patch > and later at > https://ozlabs.org/~akpm/mmotm/broken-out/module-add-printk-formats-to-add-module-build-id-to-stacktraces-fix-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: module-add-printk-formats-to-add-module-build-id-to-stacktraces-fix-fix > > make kallsyms_lookup_buildid() static > > warning: no previous prototype for 'kallsyms_lookup_buildid' [-Wmissing-prototypes] > > Cc: Stephen Boyd <swboyd@xxxxxxxxxxxx> > Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> > --- Reviewed-by: Stephen Boyd <swboyd@xxxxxxxxxxxx>