Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1478415 > unrolled thread
| Started by | David Howells <dhowells@redhat.com> |
|---|---|
| First post | 2016-09-07 17:30 +0200 |
| Last post | 2016-09-08 02:30 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH net-next 0/1] rxrpc: Local abort tracepoint David Howells <dhowells@redhat.com> - 2016-09-07 17:30 +0200
Re: [PATCH net-next 0/1] rxrpc: Local abort tracepoint David Miller <davem@davemloft.net> - 2016-09-08 02:30 +0200
| From | David Howells <dhowells@redhat.com> |
|---|---|
| Date | 2016-09-07 17:30 +0200 |
| Subject | [PATCH net-next 0/1] rxrpc: Local abort tracepoint |
| Message-ID | <seMXw-1t1-45@gated-at.bofh.it> |
Here's a patch that adds a tracepoint that allows local aborts to be
debugged. This needs to be applied on top of the just-posted call refcount
overhaul patch.
The patches can be found here also:
http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=rxrpc-rewrite
Tagged thusly:
git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git
rxrpc-rewrite-20160904-2
David
---
David Howells (1):
rxrpc: Add tracepoint for working out where aborts happen
fs/afs/rxrpc.c | 17 ++++---
include/net/af_rxrpc.h | 3 +
include/trace/events/rxrpc.h | 29 +++++++++++
net/rxrpc/ar-internal.h | 27 +++++++----
net/rxrpc/call_event.c | 7 ++-
net/rxrpc/call_object.c | 2 -
net/rxrpc/conn_event.c | 6 ++
net/rxrpc/input.c | 7 ++-
net/rxrpc/insecure.c | 19 ++++---
net/rxrpc/rxkad.c | 108 +++++++++++++++++++-----------------------
net/rxrpc/sendmsg.c | 18 ++++---
11 files changed, 140 insertions(+), 103 deletions(-)
[toc] | [next] | [standalone]
| From | David Miller <davem@davemloft.net> |
|---|---|
| Date | 2016-09-08 02:30 +0200 |
| Message-ID | <seVo6-754-23@gated-at.bofh.it> |
| In reply to | #1478415 |
From: David Howells <dhowells@redhat.com> Date: Wed, 07 Sep 2016 16:25:50 +0100 > > Here's a patch that adds a tracepoint that allows local aborts to be > debugged. This needs to be applied on top of the just-posted call refcount > overhaul patch. > > The patches can be found here also: > > http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=rxrpc-rewrite > > Tagged thusly: > > git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git > rxrpc-rewrite-20160904-2 Also pulled, thanks a lot David.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web