Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1660699 > unrolled thread

Re: [PATCH v4 11/13] net/route: use get_random_int for random counter

Started byTheodore Ts'o <tytso@mit.edu>
First post2017-06-08 05:10 +0200
Last post2017-06-08 05:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH v4 11/13] net/route: use get_random_int for random counter Theodore Ts'o <tytso@mit.edu> - 2017-06-08 05:10 +0200

#1660699 — Re: [PATCH v4 11/13] net/route: use get_random_int for random counter

FromTheodore Ts'o <tytso@mit.edu>
Date2017-06-08 05:10 +0200
SubjectRe: [PATCH v4 11/13] net/route: use get_random_int for random counter
Message-ID<tPVZE-76l-11@gated-at.bofh.it>
On Tue, Jun 06, 2017 at 07:48:02PM +0200, Jason A. Donenfeld wrote:
> Using get_random_int here is faster, more fitting of the use case, and
> just as cryptographically secure. It also has the benefit of providing
> better randomness at early boot, which is when many of these structures
> are assigned.
> 
> Also, semantically, it's not really proper to have been assigning an
> atomic_t in this way before, even if in practice it works fine.
> 
> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
> Cc: David Miller <davem@davemloft.net>

Applied to the dev branch of the random.git branch, thanks.

	       	   	     	 	    - Ted

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web