Re: [PATCH net-next v4 0/9] Introduce support to lazy initialize mostly static keys

2013-10-19 Thread Hannes Frederic Sowa
On Sat, Oct 19, 2013 at 07:46:35PM -0400, David Miller wrote: > From: Hannes Frederic Sowa > Date: Sat, 19 Oct 2013 21:48:50 +0200 > > > This series implements support for delaying the initialization of secret > > keys, e.g. used for hashing, for as long as possible. This functionality > > is imp

Re: [PATCH net-next v4 0/9] Introduce support to lazy initialize mostly static keys

2013-10-19 Thread David Miller
From: Hannes Frederic Sowa Date: Sat, 19 Oct 2013 21:48:50 +0200 > This series implements support for delaying the initialization of secret > keys, e.g. used for hashing, for as long as possible. This functionality > is implemented by a new macro, net_get_random_bytes. > > I already used it to p

[PATCH net-next v4 0/9] Introduce support to lazy initialize mostly static keys

2013-10-19 Thread Hannes Frederic Sowa
Hi! This series implements support for delaying the initialization of secret keys, e.g. used for hashing, for as long as possible. This functionality is implemented by a new macro, net_get_random_bytes. I already used it to protect the socket hashes, the syncookie secret (most important) and the