Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1621989
| Path | csiph.com!news.redatomik.org!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | "Naveen N. Rao" <naveen.n.rao@linux.vnet.ibm.com> |
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/5] powerpc: a few kprobe fixes and refactoring |
| Date | Wed, 12 Apr 2017 13:00:01 +0200 |
| Message-ID | <tvoad-3rc-5@gated-at.bofh.it> (permalink) |
| X-Mailer | git-send-email 2.12.1 |
| X-Tm-As-Mml | disable |
| X-Cbid | 17041210-0012-0000-0000-00000225FF6F |
| X-Ibm-Av-Detection | SAVI=unused REMOTE=unused XFE=unused |
| X-Cbparentid | 17041210-0013-0000-0000-0000073BB917 |
| X-Proofpoint-Virus-Version | vendor=fsecure engine=2.50.10432:,, definitions=2017-04-12_07:,, signatures=0 |
| X-Proofpoint-Spam-Details | rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1702020001 definitions=main-1704120093 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 27 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>, Masami Hiramatsu <mhiramat@kernel.org>, Ingo Molnar <mingo@kernel.org>, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org |
| X-Original-Date | Wed, 12 Apr 2017 16:28:23 +0530 |
| X-Original-Message-ID | <cover.1491991939.git.naveen.n.rao@linux.vnet.ibm.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1621989 |
Show key headers only | View raw
v1: https://www.mail-archive.com/linux-kernel@vger.kernel.org/msg1334843.html For v2, this series has been re-ordered and rebased on top of powerpc/next so as to make it easier to resolve conflicts with -tip. No other changes. - Naveen Naveen N. Rao (5): kprobes: convert kprobe_lookup_name() to a function powerpc: kprobes: fix handling of function offsets on ABIv2 powerpc: introduce a new helper to obtain function entry points powerpc: kprobes: factor out code to emulate instruction into a helper powerpc: kprobes: emulate instructions on kprobe handler re-entry arch/powerpc/include/asm/code-patching.h | 37 ++++++++++ arch/powerpc/include/asm/kprobes.h | 53 -------------- arch/powerpc/kernel/kprobes.c | 119 +++++++++++++++++++++++++------ arch/powerpc/kernel/optprobes.c | 6 +- include/linux/kprobes.h | 1 + kernel/kprobes.c | 21 +++--- 6 files changed, 147 insertions(+), 90 deletions(-) -- 2.12.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/5] powerpc: a few kprobe fixes and refactoring "Naveen N. Rao" <naveen.n.rao@linux.vnet.ibm.com> - 2017-04-12 13:00 +0200
[PATCH v2 2/5] powerpc: kprobes: fix handling of function offsets on ABIv2 "Naveen N. Rao" <naveen.n.rao@linux.vnet.ibm.com> - 2017-04-12 13:10 +0200
Re: [PATCH v2 2/5] powerpc: kprobes: fix handling of function offsets on ABIv2 Masami Hiramatsu <mhiramat@kernel.org> - 2017-04-13 06:30 +0200
[PATCH v2 3/5] powerpc: introduce a new helper to obtain function entry points "Naveen N. Rao" <naveen.n.rao@linux.vnet.ibm.com> - 2017-04-12 13:10 +0200
Re: [PATCH v2 3/5] powerpc: introduce a new helper to obtain function entry points Masami Hiramatsu <mhiramat@kernel.org> - 2017-04-13 06:40 +0200
Re: [PATCH v2 3/5] powerpc: introduce a new helper to obtain function entry points "Naveen N. Rao" <naveen.n.rao@linux.vnet.ibm.com> - 2017-04-13 08:00 +0200
[PATCH v2 1/5] kprobes: convert kprobe_lookup_name() to a function "Naveen N. Rao" <naveen.n.rao@linux.vnet.ibm.com> - 2017-04-12 13:10 +0200
Re: [PATCH v2 1/5] kprobes: convert kprobe_lookup_name() to a function Masami Hiramatsu <mhiramat@kernel.org> - 2017-04-13 05:10 +0200
RE: [PATCH v2 1/5] kprobes: convert kprobe_lookup_name() to a function David Laight <David.Laight@ACULAB.COM> - 2017-04-18 15:00 +0200
RE: [PATCH v2 1/5] kprobes: convert kprobe_lookup_name() to a function "Naveen N. Rao" <naveen.n.rao@linux.vnet.ibm.com> - 2017-04-19 10:10 +0200
RE: [PATCH v2 1/5] kprobes: convert kprobe_lookup_name() to a function David Laight <David.Laight@ACULAB.COM> - 2017-04-19 10:50 +0200
Re: [PATCH v2 1/5] kprobes: convert kprobe_lookup_name() to a function "'Naveen N. Rao'" <naveen.n.rao@linux.vnet.ibm.com> - 2017-04-19 13:10 +0200
[PATCH v2 4/5] powerpc: kprobes: factor out code to emulate instruction into a helper "Naveen N. Rao" <naveen.n.rao@linux.vnet.ibm.com> - 2017-04-12 13:10 +0200
Re: [PATCH v2 4/5] powerpc: kprobes: factor out code to emulate instruction into a helper Masami Hiramatsu <mhiramat@kernel.org> - 2017-04-13 06:40 +0200
Re: [PATCH v2 4/5] powerpc: kprobes: factor out code to emulate instruction into a helper "Naveen N. Rao" <naveen.n.rao@linux.vnet.ibm.com> - 2017-04-13 08:00 +0200
Re: [PATCH v2 4/5] powerpc: kprobes: factor out code to emulate instruction into a helper "Naveen N. Rao" <naveen.n.rao@linux.vnet.ibm.com> - 2017-04-13 11:00 +0200
[PATCH v2 5/5] powerpc: kprobes: emulate instructions on kprobe handler re-entry "Naveen N. Rao" <naveen.n.rao@linux.vnet.ibm.com> - 2017-04-12 13:10 +0200
Re: [PATCH v2 5/5] powerpc: kprobes: emulate instructions on kprobe handler re-entry Masami Hiramatsu <mhiramat@kernel.org> - 2017-04-13 06:40 +0200
Re: [PATCH v2 5/5] powerpc: kprobes: emulate instructions on kprobe handler re-entry "Naveen N. Rao" <naveen.n.rao@linux.vnet.ibm.com> - 2017-04-13 08:00 +0200
Re: [PATCH v2 0/5] powerpc: a few kprobe fixes and refactoring Masami Hiramatsu <mhiramat@kernel.org> - 2017-04-13 05:10 +0200
Re: [PATCH v2 0/5] powerpc: a few kprobe fixes and refactoring "Naveen N. Rao" <naveen.n.rao@linux.vnet.ibm.com> - 2017-04-13 08:00 +0200
csiph-web