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


Groups > linux.kernel > #1198413

Re: [PATCH 1/1] x86: replace RDRAND forced-reseed with simple sanity check

From Jeff Epler <jepler@unpythonic.net>
Newsgroups linux.kernel
Subject Re: [PATCH 1/1] x86: replace RDRAND forced-reseed with simple sanity check
Date 2015-08-02 19:50 +0200
Message-ID <pT5yy-2Cb-31@gated-at.bofh.it> (permalink)
References <pSkq0-1ly-41@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Fri, Jul 31, 2015 at 11:27:39AM -0400, Len Brown wrote:
>  	if (!cpu_has(c, X86_FEATURE_RDRAND))
> -		return;		/* Nothing to do */
> +		return;

Why remove this comment?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 1/1] x86: replace RDRAND forced-reseed with simple sanity check Len Brown <lenb@kernel.org> - 2015-07-31 17:30 +0200
  Re: [PATCH 1/1] x86: replace RDRAND forced-reseed with simple sanity  check Thomas Gleixner <tglx@linutronix.de> - 2015-08-02 21:00 +0200
  Re: [PATCH 1/1] x86: replace RDRAND forced-reseed with simple sanity  check Pavel Machek <pavel@ucw.cz> - 2015-08-02 18:10 +0200
    Re: [PATCH 1/1] x86: replace RDRAND forced-reseed with simple sanity check Len Brown <lenb@kernel.org> - 2015-08-03 19:30 +0200
  Re: [PATCH 1/1] x86: replace RDRAND forced-reseed with simple sanity  check Jeff Epler <jepler@unpythonic.net> - 2015-08-02 19:50 +0200

csiph-web