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


Groups > linux.kernel > #1198278

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

Path csiph.com!aioe.org!bofh.it!news.nic.it!robomod
From Thomas Gleixner <tglx@linutronix.de>
Newsgroups linux.kernel
Subject Re: [PATCH 1/1] x86: replace RDRAND forced-reseed with simple sanity check
Date Sun, 02 Aug 2015 21:00:01 +0200
Message-ID <pT6Eh-49c-1@gated-at.bofh.it> (permalink)
References <pSkq0-1ly-41@gated-at.bofh.it> <pT5yy-2Cb-31@gated-at.bofh.it>
X-Original-To Jeff Epler <jepler@unpythonic.net>
User-Agent Alpine 2.11 (DEB 23 2013-08-11)
MIME-Version 1.0
Content-Type TEXT/PLAIN; charset=US-ASCII
X-Linutronix-Spam-Score -1.0
X-Linutronix-Spam-Level -
X-Linutronix-Spam-Status No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 16
Organization linux.* mail to news gateway
X-Original-Cc Len Brown <lenb@kernel.org>, x86@kernel.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Len Brown <len.brown@intel.com>
X-Original-Date Sun, 2 Aug 2015 20:50:21 +0200 (CEST)
X-Original-Message-ID <alpine.DEB.2.11.1508022050010.3825@nanos>
X-Original-References <001e354e9435443b1720838a111620c4eec12a61.1438356386.git.len.brown@intel.com> <20150802174239.GD58373@unpythonic.net>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1198278

Show key headers only | View raw


On Sun, 2 Aug 2015, Jeff Epler wrote:

> 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?

Because it's pointless.
 
--
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 | Next — Previous in thread | Next 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