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>