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

2016-09-06 Thread David Miller
From: David Howells 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

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

2016-09-04 Thread David Howells
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