Re: [PATCH net-next 0/9] rxrpc: Small fixes

From: David Miller
Date: Tue Sep 06 2016 - 16:54:05 EST


From: David Howells <dhowells@xxxxxxxxxx>
Date: Sun, 04 Sep 2016 22:02:24 +0100

>
> Here's a set of small fix patches:
>
> (1) Fix some uninitialised variables.
>
> (2) Set the client call state before making it live by attaching it to the
> conn struct.
>
> (3) Randomise the epoch and starting client conn ID values, and don't
> change the epoch when the client conn ID rolls round.
>
> (4) Replace deprecated create_singlethread_workqueue() calls.
>
> 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-20160904-1

Both rxrpc-rewrite-20160904-1 and rxrpc-rewrite-20160904-2 pulled, thanks.