Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1478433
| From | David Howells <dhowells@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH net-next 0/2] rxrpc: Local abort tracepoint |
| Date | 2016-09-07 17:40 +0200 |
| Message-ID | <seN7b-1w7-19@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Here are two patches. They need to be applied on top of the just-posted
call refcount overhaul patch:
(1) Fix the return value of some call completion helpers.
(2) Add a tracepoint that allows local aborts to be debugged.
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 (2):
rxrpc: Fix returns of call completion helpers
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(-)
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH net-next 0/2] rxrpc: Local abort tracepoint David Howells <dhowells@redhat.com> - 2016-09-07 17:40 +0200 [PATCH net-next 1/2] rxrpc: Fix returns of call completion helpers David Howells <dhowells@redhat.com> - 2016-09-07 17:50 +0200 [PATCH net-next 2/2] rxrpc: Add tracepoint for working out where aborts happen David Howells <dhowells@redhat.com> - 2016-09-07 17:50 +0200
csiph-web