Thread (368 messages) 368 messages, 25 authors, 2015-02-16

Re: [PATCH v5 07/12] mm: slub: share slab_err and object_err functions

From: Joe Perches <joe@perches.com>
Date: 2014-10-27 17:00:12
Also in: lkml

On Mon, 2014-10-27 at 19:46 +0300, Andrey Ryabinin wrote:
Remove static and add function declarations to mm/slab.h so they
could be used by kernel address sanitizer.
[]
quoted hunk ↗ jump to hunk
diff --git a/include/linux/slub_def.h b/include/linux/slub_def.h
[]
quoted hunk ↗ jump to hunk
@@ -115,4 +115,8 @@ static inline void *virt_to_obj(struct kmem_cache *s, void *slab_page, void *x)
[]
+void slab_err(struct kmem_cache *s, struct page *page, const char *fmt, ...);
+void object_err(struct kmem_cache *s, struct page *page,
+		u8 *object, char *reason);
Please add __printf(3, 4) to have the compiler catch
format and argument mismatches.

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help