aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.com>2019-05-06 10:33:10 +0200
committerPetr Mladek <pmladek@suse.com>2019-05-06 10:33:10 +0200
commit0f46c78391e1348fe45af86a0cd52795726695af (patch)
treeee841bfa1178ce5be421c79bed73bb5e72b6d38e /kernel/rcu
parentMerge branch 'for-5.2-vsprintf-hardening' into for-linus (diff)
parenttreewide: Switch printk users from %pf and %pF to %ps and %pS, respectively (diff)
downloadlinux-dev-0f46c78391e1348fe45af86a0cd52795726695af.tar.xz
linux-dev-0f46c78391e1348fe45af86a0cd52795726695af.zip
Merge branch 'for-5.2-pf-removal' into for-linus
Diffstat (limited to 'kernel/rcu')
-rw-r--r--kernel/rcu/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rcu/tree.c b/kernel/rcu/tree.c
index acd6ccf56faf..8eee921b384d 100644
--- a/kernel/rcu/tree.c
+++ b/kernel/rcu/tree.c
@@ -2870,7 +2870,7 @@ __call_rcu(struct rcu_head *head, rcu_callback_t func, int cpu, bool lazy)
* Use rcu:rcu_callback trace event to find the previous
* time callback was passed to __call_rcu().
*/
- WARN_ONCE(1, "__call_rcu(): Double-freed CB %p->%pF()!!!\n",
+ WARN_ONCE(1, "__call_rcu(): Double-freed CB %p->%pS()!!!\n",
head, head->func);
WRITE_ONCE(head->func, rcu_leak_callback);
return;