Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1737325 > unrolled thread

[PATCH v3 0/3] A few uprobe fixes

Started by"Naveen N. Rao" <naveen.n.rao@linux.vnet.ibm.com>
First post2017-09-22 11:20 +0200
Last post2017-09-22 11:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v3 0/3] A few uprobe fixes "Naveen N. Rao" <naveen.n.rao@linux.vnet.ibm.com> - 2017-09-22 11:20 +0200

#1737325 — [PATCH v3 0/3] A few uprobe fixes

From"Naveen N. Rao" <naveen.n.rao@linux.vnet.ibm.com>
Date2017-09-22 11:20 +0200
Subject[PATCH v3 0/3] A few uprobe fixes
Message-ID<usshP-4kK-7@gated-at.bofh.it>
This is v3 of the series posted at:
http://lkml.kernel.org/r/cover.1505333828.git.naveen.n.rao@linux.vnet.ibm.com

This has been updated to address review comments from Oleg.
- Patch 1 is new and removes uprobe_warn() in favour of pr_warn().
- Patch 2 is updated to accommodate change in patch 1.
- Patch 3 has been updated to remove the check for UPROBE_COPY_INSN in 
  handle_swbp().

- Naveen

Naveen N. Rao (3):
  kernel/uprobes: Do away with uprobe_warn()
  kernel/uprobes: Warn if unable to install breakpoint
  kernel/uprobes: Fix check for active uprobe

 kernel/events/uprobes.c | 58 +++++++++++++++++++++++++++++--------------------
 1 file changed, 34 insertions(+), 24 deletions(-)

-- 
2.14.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web