[PATCH] random: fix CRNG initialization when random.trust_cpu=1

2019-03-19 Thread Jon DeVree
tate **) 0x9a915f4014a0 The call to invalidate_batched_entropy() was also missing. This is important for architectures like PPC and S390 which only have the arch_get_random_seed_* functions. Fixes: 39a8883a2b98 ("random: add a config option to trust the CPU's hwrng") Signe

Re: [PATCH] x86/kvmclock: set offset for kvm unstable clock

2019-01-28 Thread Jon DeVree
Thanks a bunch Pavel, patch works great for me on 5.0-rc4. I also backported it to 4.19.18 and tested it there. Should this be CC'ed to stable@ as well? -- Jon X(7): A program for managing terminal windows. See also screen(1) and tmux(1).

Re: [PATCH v15 23/26] sched: early boot clock

2019-01-25 Thread Jon DeVree
On Mon, Jan 07, 2019 at 20:04:41 -0500, Pavel Tatashin wrote: > I did exactly the same sequence on Kaby Lake CPU and could not > reproduce it. What is your host CPU? > I have some machines which display this bug and others that don't, so I was able to figure out the difference between their confi

[PATCH] kernel/sys.c: Fix UNAME26 for 4.0

2015-02-22 Thread Jon DeVree
Signed-off-by: Jon DeVree --- kernel/sys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/sys.c b/kernel/sys.c index 667b2e6..0ffd403 100644 --- a/kernel/sys.c +++ b/kernel/sys.c @@ -1127,7 +1127,7 @@ static int override_release(char __user *release, size_t len