lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 30 Nov 2021 17:01:27 -0800
From:   Joe Perches <joe@...ches.com>
To:     "Jason A. Donenfeld" <Jason@...c4.com>,
        linux-kernel@...r.kernel.org
Cc:     Theodore Ts'o <tytso@....edu>,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        Linus Torvalds <torvalds@...ux-foundation.org>
Subject: Re: [PATCH] MAINTAINERS: co-maintain random.c

On Tue, 2021-11-30 at 13:43 -0500, Jason A. Donenfeld wrote:
> random.c is a bit understaffed, and folks want more prompt reviews. I've
> got the crypto background and the interest to do these reviews, and have
> authored parts of the file already.
[]
> diff --git a/MAINTAINERS b/MAINTAINERS
[]
> @@ -15979,6 +15979,7 @@ F:	arch/mips/generic/board-ranchu.c
>  
>  RANDOM NUMBER DRIVER
>  M:	"Theodore Ts'o" <tytso@....edu>
> +M:	Jason A. Donenfeld <Jason@...c4.com>

Thank you.

I suggest you reverse the entry order too as Ted really
hasn't done much to random.c for quite awhile.

It's been over 2 years since Ted even acked a patch.

$ git log --no-merges --format=email drivers/char/random.c | \
  grep -Pi "^Subject:|^Date:|^\w+-by:.*tytso" | \
  grep -B2 tytso
Date: Fri, 23 Aug 2019 14:24:51 +0800
Subject: [PATCH] fdt: add support for rng-seed
Reviewed-by: Theodore Ts'o <tytso@....edu> # drivers/char/random.c
--
Date: Fri, 22 Jun 2018 09:15:32 +1000
Subject: [PATCH] random: Return nbytes filled from hw RNG
Acked-by: Theodore Ts'o <tytso@....edu>
Date: Fri, 22 Jun 2018 09:15:31 +1000
Subject: [PATCH] random: Fix whitespace pre random-bytes work
Acked-by: Theodore Ts'o <tytso@....edu>
--
Date: Mon, 9 Apr 2018 15:29:32 +0200
Subject: [PATCH] random: convert to ->poll_mask
Acked-by: Theodore Ts'o <tytso@....edu>
--
Date: Fri, 6 Jan 2017 19:32:01 +0100
Subject: [PATCH] random: use chacha20 for get_random_int/long
Suggested-by: Theodore Ts'o <tytso@....edu>
--
Date: Fri, 25 Apr 2014 00:36:37 -0700
Subject: [PATCH] random: export add_disk_randomness
Acked-by: "Theodore Ts'o" <tytso@....edu>
--
Date: Mon, 11 Nov 2013 12:20:34 +0100
Subject: [PATCH] random32: add prandom_reseed_late() and call when nonblocking
Acked-by: "Theodore Ts'o" <tytso@....edu>
--
Date: Mon, 23 Jul 2012 09:47:57 -0700
Subject: [PATCH] random: Add comment to random_initialize()
Suggested-by: Theodore Ts'o <tytso@....edu>
--
Date: Thu, 22 Dec 2011 11:36:22 -0800
Subject: [PATCH] random: Use arch_get_random_int instead of cycle counter if
Acked-by: "Theodore Ts'o" <tytso@....edu>
--
Date: Tue, 29 May 2007 21:58:10 -0500
Subject: [PATCH] random: fix seeding with zero entropy
Acked-by: "Theodore Ts'o" <tytso@....edu>
Date: Tue, 29 May 2007 21:54:27 -0500
Subject: [PATCH] random: fix error in entropy extraction
Acked-by: "Theodore Ts'o" <tytso@....edu>


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ