Re: [PATCH net-next 0/3] rxrpc: Fixes

2017-11-30 Thread David Miller
From: David Howells Date: Wed, 29 Nov 2017 15:33:43 + > 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

Re: [PATCH net-next 0/3] rxrpc: Fixes

2017-11-29 Thread David Miller
From: David Howells Date: Wed, 29 Nov 2017 17:25:41 + > David Miller wrote: > >> This email says "net-next", yet your patches say "net". > > Sorry about that - it should be 'net'. I copied an old cover note. All the > patches have a macro substitution, but the cover note does not. Do yo

Re: [PATCH net-next 0/3] rxrpc: Fixes

2017-11-29 Thread David Howells
David Miller wrote: > This email says "net-next", yet your patches say "net". Sorry about that - it should be 'net'. I copied an old cover note. All the patches have a macro substitution, but the cover note does not. Do you want me to repost? David

Re: [PATCH net-next 0/3] rxrpc: Fixes

2017-11-29 Thread David Miller
From: David Howells Date: Wed, 29 Nov 2017 15:33:43 + > > 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 c

[PATCH net-next 0/3] rxrpc: Fixes

2017-11-29 Thread David Howells
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

Re: [PATCH net-next 0/3] rxrpc: Fixes

2017-11-13 Thread David Miller
From: David Howells Date: Sat, 11 Nov 2017 17:57:52 + > > 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 circumsta

[PATCH net-next 0/3] rxrpc: Fixes

2017-11-11 Thread David Howells
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 wit