linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] rxrpc: Fixes
@ 2017-11-29 15:33 David Howells
  2017-11-29 15:33 ` [PATCH net 1/3] rxrpc: Clean up whitespace David Howells
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: David Howells @ 2017-11-29 15:33 UTC (permalink / raw)
  To: netdev; +Cc: dhowells, linux-afs, linux-kernel


Here are three patches for AF_RXRPC.  One removes some whitespace, one
fixes terminal ACK generation and the third makes a couple of places
actually use the timeout value just determined rather than ignoring it.

The patches can be found here also:

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

Tagged thusly:

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

David
---
David Howells (2):
      rxrpc: Clean up whitespace
      rxrpc: Fix ACK generation from the connection event processor

Gustavo A. R. Silva (1):
      rxrpc: Fix variable overwrite


 net/rxrpc/call_event.c  |    4 ++--
 net/rxrpc/conn_event.c  |   50 +++++++++++++++++++++++++++--------------------
 net/rxrpc/conn_object.c |    2 +-
 net/rxrpc/input.c       |    4 ++--
 net/rxrpc/sendmsg.c     |    2 +-
 5 files changed, 35 insertions(+), 27 deletions(-)

^ permalink raw reply	[flat|nested] 10+ messages in thread
* [PATCH net-next 0/3] rxrpc: Fixes
@ 2017-11-11 17:57 David Howells
  2017-11-14  7:17 ` David Miller
  0 siblings, 1 reply; 10+ messages in thread
From: David Howells @ 2017-11-11 17:57 UTC (permalink / raw)
  To: netdev; +Cc: dhowells, linux-afs, linux-kernel


Here are some patches that fix some things in AF_RXRPC:

 (1) Prevent notifications from being passed to a kernel service for a call
     that it has ended.

 (2) Fix a null pointer deference that occurs under some circumstances when an
     ACK is generated.

 (3) Fix a number of things to do with call expiration.

The patches can be found here also:

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

Tagged thusly:

	git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git
	rxrpc-next-20171111

David
---
David Howells (3):
      rxrpc: Lock around calling a kernel service Rx notification
      rxrpc: Fix a null ptr deref in rxrpc_fill_out_ack()
      rxrpc: Fix call expiry handling


 net/rxrpc/af_rxrpc.c    |   16 ++++++++++++++++
 net/rxrpc/ar-internal.h |    1 +
 net/rxrpc/call_event.c  |    2 +-
 net/rxrpc/call_object.c |    1 +
 net/rxrpc/input.c       |    2 --
 net/rxrpc/output.c      |   19 +++++++++++++++----
 net/rxrpc/recvmsg.c     |    2 ++
 7 files changed, 36 insertions(+), 7 deletions(-)

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

end of thread, other threads:[~2017-11-30 15:08 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-29 15:33 [PATCH net-next 0/3] rxrpc: Fixes David Howells
2017-11-29 15:33 ` [PATCH net 1/3] rxrpc: Clean up whitespace David Howells
2017-11-29 15:33 ` [PATCH net 2/3] rxrpc: Fix ACK generation from the connection event processor David Howells
2017-11-29 15:34 ` [PATCH net 3/3] rxrpc: Fix variable overwrite David Howells
2017-11-29 15:39 ` [PATCH net-next 0/3] rxrpc: Fixes David Miller
2017-11-29 17:25 ` David Howells
2017-11-29 18:09   ` David Miller
2017-11-30 15:08 ` David Miller
  -- strict thread matches above, loose matches on Subject: below --
2017-11-11 17:57 David Howells
2017-11-14  7:17 ` 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).