All of lore.kernel.org
 help / color / mirror / Atom feed
* [folded-merged] module-add-printk-formats-to-add-module-build-id-to-stacktraces-fix-fix.patch removed from -mm tree
@ 2021-07-08  0:32 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2021-07-08  0:32 UTC (permalink / raw)
  To: mm-commits, swboyd, akpm


The patch titled
     Subject: module-add-printk-formats-to-add-module-build-id-to-stacktraces-fix-fix
has been removed from the -mm tree.  Its filename was
     module-add-printk-formats-to-add-module-build-id-to-stacktraces-fix-fix.patch

This patch was dropped because it was folded into module-add-printk-formats-to-add-module-build-id-to-stacktraces.patch

------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
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@chromium.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 kernel/kallsyms.c |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

--- a/kernel/kallsyms.c~module-add-printk-formats-to-add-module-build-id-to-stacktraces-fix-fix
+++ a/kernel/kallsyms.c
@@ -311,9 +311,10 @@ int kallsyms_lookup_size_offset(unsigned
 	       !!__bpf_address_lookup(addr, symbolsize, offset, namebuf);
 }
 
-const char *kallsyms_lookup_buildid(unsigned long addr, unsigned long *symbolsize,
-				    unsigned long *offset, char **modname,
-				    const unsigned char **modbuildid, char *namebuf)
+static const char *kallsyms_lookup_buildid(unsigned long addr,
+			unsigned long *symbolsize,
+			unsigned long *offset, char **modname,
+			const unsigned char **modbuildid, char *namebuf)
 {
 	const char *ret;
 
_

Patches currently in -mm which might be from akpm@linux-foundation.org are

module-add-printk-formats-to-add-module-build-id-to-stacktraces.patch
mm.patch
lazy-tlb-allow-lazy-tlb-mm-refcounting-to-be-configurable-fix.patch
kernel-forkc-export-kernel_thread-to-modules.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-08  0:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-08  0:32 [folded-merged] module-add-printk-formats-to-add-module-build-id-to-stacktraces-fix-fix.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.