Merge tag 'printk-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/printk...
[linux-2.6-microblaze.git] / mm / kasan / report.c
index 00a53f1..5a0102f 100644 (file)
@@ -185,12 +185,12 @@ static void describe_object(struct kmem_cache *cache, void *object,
 
 #ifdef CONFIG_KASAN_GENERIC
                if (alloc_info->aux_stack[0]) {
-                       pr_err("Last call_rcu():\n");
+                       pr_err("Last potentially related work creation:\n");
                        print_stack(alloc_info->aux_stack[0]);
                        pr_err("\n");
                }
                if (alloc_info->aux_stack[1]) {
-                       pr_err("Second to last call_rcu():\n");
+                       pr_err("Second to last potentially related work creation:\n");
                        print_stack(alloc_info->aux_stack[1]);
                        pr_err("\n");
                }