Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1478694
| From | David Miller <davem@davemloft.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH net-next 0/8] rxrpc: Overhaul call refcounting |
| Date | 2016-09-08 02:30 +0200 |
| Message-ID | <seVo6-754-11@gated-at.bofh.it> (permalink) |
| References | <seMXv-1t1-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: David Howells <dhowells@redhat.com> Date: Wed, 07 Sep 2016 16:22:26 +0100 > > Here's a set of mostly small patches leading up to one big one. > > The big patch at the end of the series overhauls how rxrpc_call refcounting > is handled, making it more sane so that calls bound to user IDs are _only_ > released from socket operations or kernel API functions. Further, the > patch stops calls from holding refs on their parent socket - which can > prevent the socket from being cleaned up. > > The second largest patch improves the call tracking tracepoint by providing > extra information about the situation in which gets and puts occur. This > allows distinctions to be drawn between refs held by the socket user ID > tree, refs held by the work queue (to be implemented by a future patch) and > other refs. > > The other patches include a couple of cleanups and some simple alterations > to avoid NULL pointer dereferences in the big patch. > > The patches can be found here also (non-terminally on the branch): > > 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-20160907-1 Pulled.
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH net-next 0/8] rxrpc: Overhaul call refcounting David Howells <dhowells@redhat.com> - 2016-09-07 17:30 +0200 [PATCH net-next 6/8] rxrpc: Pass the connection pointer to rxrpc_post_packet_to_call() David Howells <dhowells@redhat.com> - 2016-09-07 17:30 +0200 [PATCH net-next 1/8] rxrpc: Whitespace cleanup David Howells <dhowells@redhat.com> - 2016-09-07 17:30 +0200 [PATCH net-next 4/8] rxrpc: Use call->peer rather than call->conn->params.peer David Howells <dhowells@redhat.com> - 2016-09-07 17:30 +0200 Re: [PATCH net-next 0/8] rxrpc: Overhaul call refcounting David Miller <davem@davemloft.net> - 2016-09-08 02:30 +0200
csiph-web