From: Arnd Bergmann <arnd@arndb.de>
To: y2038@lists.linaro.org
Cc: herbert@gondor.apana.org.au,
Alexander Kuleshov <kuleshovmail@gmail.com>,
Stephan Mueller <smueller@chronox.de>,
linux-kernel@vger.kernel.org,
John Stultz <john.stultz@linaro.org>,
linux-crypto@vger.kernel.org,
"David S. Miller" <davem@davemloft.net>,
Kees Cook <keescook@chromium.org>
Subject: Re: [PATCH v2] crypto: Jitter RNG - use ktime_get_ns as fallback
Date: Wed, 22 Jun 2016 22:16:03 +0200 [thread overview]
Message-ID: <3682553.NXCjD7b2Nc@wuerfel> (raw)
In-Reply-To: <2249326.PVY2Dy3CIm@positron.chronox.de>
On Wednesday, June 22, 2016 7:26:06 PM CEST Stephan Mueller wrote:
> As part of the Y2038 development, __getnstimeofday is not supposed to be
> used any more. It is now replaced with ktime_get_ns. The Jitter RNG uses
> the time stamp to measure the execution time of a given code path and
> tries to detect variations in the execution time. Therefore, the only
> requirement the Jitter RNG has, is a sufficient high resolution to
> detect these variations.
>
> The change was tested on x86 to show an identical behavior as RDTSC. The
> used test code simply measures the execution time of the heart of the
> RNG:
>
> jent_get_nstime(&time);
> jent_memaccess(ec, min);
> jent_fold_time(NULL, time, &folded, min);
> jent_get_nstime(&time2);
> return ((time2 - time));
>
> Signed-off-by: Stephan Mueller <smueller@chronox.de>
> ---
>
Acked-by: Arnd Bergmann <arnd@arndb.de>
_______________________________________________
Y2038 mailing list
Y2038@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/y2038
next prev parent reply other threads:[~2016-06-22 20:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-22 17:26 [PATCH v2] crypto: Jitter RNG - use ktime_get_ns as fallback Stephan Mueller
2016-06-22 17:59 ` John Stultz
2016-06-22 20:16 ` Arnd Bergmann [this message]
2016-06-24 13:31 ` Herbert Xu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3682553.NXCjD7b2Nc@wuerfel \
--to=arnd@arndb.de \
--cc=davem@davemloft.net \
--cc=herbert@gondor.apana.org.au \
--cc=john.stultz@linaro.org \
--cc=keescook@chromium.org \
--cc=kuleshovmail@gmail.com \
--cc=linux-crypto@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=smueller@chronox.de \
--cc=y2038@lists.linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox