We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2408a80 commit ec5fd50Copy full SHA for ec5fd50
kernel/events/uprobes.c
@@ -417,7 +417,7 @@ static void update_ref_ctr_warn(struct uprobe *uprobe,
417
struct mm_struct *mm, short d)
418
{
419
pr_warn("ref_ctr %s failed for inode: 0x%lx offset: "
420
- "0x%llx ref_ctr_offset: 0x%llx of mm: 0x%pK\n",
+ "0x%llx ref_ctr_offset: 0x%llx of mm: 0x%p\n",
421
d > 0 ? "increment" : "decrement", uprobe->inode->i_ino,
422
(unsigned long long) uprobe->offset,
423
(unsigned long long) uprobe->ref_ctr_offset, mm);
0 commit comments