netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/6] rxrpc: Fixes
@ 2018-03-27 22:44 David Howells
  2018-03-27 22:44 ` [PATCH net 1/6] rxrpc: Fix firewall route keepalive David Howells
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: David Howells @ 2018-03-27 22:44 UTC (permalink / raw)
  To: netdev; +Cc: dhowells, linux-afs, linux-kernel


Here are six patches for AF_RXRPC:

 (1) Fix the use of VERSION packets to keep firewall routes open.

 (2) Fix the incorrect current time usage in a tracepoint.

 (3) Fix Tx ring annotation corruption.

 (4) Fix accidental conversion of call-level abort into connection-level
     abort.

 (5) Fix calculation of resend time.

 (6) Remove a couple of unused variables.

The patches are tagged here:

	git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git
	rxrpc-fixes-20180327

and can also be found on the following branch:

	http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=rxrpc-fixes

David
---
David Howells (4):
      rxrpc: Fix firewall route keepalive
      rxrpc: Fix a bit of time confusion
      rxrpc: Fix Tx ring annotation after initial Tx failure
      rxrpc: Don't treat call aborts as conn aborts

Marc Dionne (1):
      rxrpc: Fix resend event time calculation

Sebastian Andrzej Siewior (1):
      rxrpc: remove unused static variables


 net/rxrpc/af_rxrpc.c    |    4 ++
 net/rxrpc/ar-internal.h |   14 ++++++-
 net/rxrpc/call_event.c  |    4 +-
 net/rxrpc/conn_event.c  |    3 +
 net/rxrpc/input.c       |   17 +++++---
 net/rxrpc/net_ns.c      |   21 ++++++++++
 net/rxrpc/output.c      |   59 ++++++++++++++++++++++++++++-
 net/rxrpc/peer_event.c  |   96 +++++++++++++++++++++++++++++++++++++++++++++++
 net/rxrpc/peer_object.c |    7 +++
 net/rxrpc/rxkad.c       |    2 +
 net/rxrpc/security.c    |    3 -
 net/rxrpc/sendmsg.c     |    4 +-
 12 files changed, 218 insertions(+), 16 deletions(-)

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2018-03-30  1:48 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-27 22:44 [PATCH net-next 0/6] rxrpc: Fixes David Howells
2018-03-27 22:44 ` [PATCH net 1/6] rxrpc: Fix firewall route keepalive David Howells
2018-03-27 22:44 ` [PATCH net 2/6] rxrpc: Fix a bit of time confusion David Howells
2018-03-27 22:44 ` [PATCH net 3/6] rxrpc: Fix Tx ring annotation after initial Tx failure David Howells
2018-03-27 22:44 ` [PATCH net 4/6] rxrpc: Don't treat call aborts as conn aborts David Howells
2018-03-27 22:44 ` [PATCH net 5/6] rxrpc: Fix resend event time calculation David Howells
2018-03-27 22:44 ` [PATCH net 6/6] rxrpc: remove unused static variables David Howells
2018-03-27 22:46 ` [PATCH net-next 0/6] rxrpc: Fixes David Howells
2018-03-29 15:59 ` David Miller
2018-03-29 22:25 ` David Howells
2018-03-30  1:48   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).