projects
/
users
/
jedix
/
linux-maple.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06b152b
)
radix tree test suite: add pr_err define
author
Liam R. Howlett <Liam.Howlett@Oracle.com>
Wed, 20 Jul 2022 02:17:39 +0000
(
02:17
+0000)
committer
akpm <akpm@linux-foundation.org>
Wed, 20 Jul 2022 21:41:32 +0000
(14:41 -0700)
define pr_err to printk
Link:
https://lkml.kernel.org/r/20220404143501.2016403-2-Liam.Howlett@oracle.com
Link:
https://lkml.kernel.org/r/20220504010716.661115-4-Liam.Howlett@oracle.com
Link:
https://lkml.kernel.org/r/20220621204632.3370049-3-Liam.Howlett@oracle.com
Link:
https://lkml.kernel.org/r/20220720021727.17018-3-Liam.Howlett@oracle.com
Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: David Howells <dhowells@redhat.com>
Cc: "Matthew Wilcox (Oracle)" <willy@infradead.org>
Cc: SeongJae Park <sj@kernel.org>
Cc: Vlastimil Babka <vbabka@suse.cz>
Cc: Will Deacon <will@kernel.org>
Cc: Davidlohr Bueso <dave@stgolabs.net>
Cc: David Hildenbrand <david@redhat.com>
Cc: Hulk Robot <hulkci@huawei.com>
Cc: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Cc: Sven Schnelle <svens@linux.ibm.com>
Cc: Yang Yingliang <yangyingliang@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
tools/testing/radix-tree/linux/kernel.h
patch
|
blob
|
history
diff --git
a/tools/testing/radix-tree/linux/kernel.h
b/tools/testing/radix-tree/linux/kernel.h
index 39867fd80c8faa7db47dd070f7f71d99faa58dd0..c5c9d05f29da95e4b7d0b462675fde9dcc028924 100644
(file)
--- a/
tools/testing/radix-tree/linux/kernel.h
+++ b/
tools/testing/radix-tree/linux/kernel.h
@@
-14,6
+14,7
@@
#include "../../../include/linux/kconfig.h"
#define printk printf
+#define pr_err printk
#define pr_info printk
#define pr_debug printk
#define pr_cont printk