[PATCH] um: x86: print RIP with symbol

2022-04-22 Thread Johannes Berg
From: Johannes Berg This is not only nicer to read by default, but also lets decode_stacktrace.sh work on it, rather than removing it. Signed-off-by: Johannes Berg --- arch/x86/um/sysrq_64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/um/sysrq_64.c b/arch/x86/u

[PATCH v2] um: x86: print RIP with symbol

2022-04-22 Thread Johannes Berg
From: Johannes Berg This is not only nicer to read by default, but also lets decode_stacktrace.sh work on it, rather than removing it. Signed-off-by: Johannes Berg --- v2: put back %lx I accidentally dropped looking at x86 --- arch/x86/um/sysrq_64.c | 2 +- 1 file changed, 1 insertion(+), 1 de

Re: [PATCH v5 11/11] random: insist on random_get_entropy() existing in order to simplify

2022-04-22 Thread Sandy Harris
On Sat, Apr 23, 2022 at 6:37 AM Jason A. Donenfeld wrote: > > All platforms are now guaranteed to provide some value for > random_get_entropy(). In case some bug leads to this not being so, we > print a warning, ... Would it make sense to test at compile time? If there is no hardware RNG nor a cy