Re: Symbol debugging support for kernel modules in crash dumps

2020-05-01 Thread Paul Goyette
Very cool! On Fri, 1 May 2020, Christos Zoulas wrote: Hi, I just added symbol debugging support for modules in kernel dumps. Things are not perfect because of what I call "current thread confusion" in the kvm target, but as you see in the following session it works just fine if you follow

Re: Symbol debugging support for kernel modules in crash dumps

2020-05-01 Thread David Young
Fantastic! Thanks. Dave Spilling kerrectud by iPhone > On May 1, 2020, at 6:34 PM, Christos Zoulas wrote: > > > Hi, > > I just added symbol debugging support for modules in kernel dumps. > Things are not perfect because of what I call "current thread > confusion" in the kvm target, but as

Symbol debugging support for kernel modules in crash dumps

2020-05-01 Thread Christos Zoulas
Hi, I just added symbol debugging support for modules in kernel dumps. Things are not perfect because of what I call "current thread confusion" in the kvm target, but as you see in the following session it works just fine if you follow the right steps. First of all you need a build from HEAD

getrandom and getentropy

2020-05-01 Thread Taylor R Campbell
[please followup to tech-userlevel@ to keep discussion in one place] Traditionally NetBSD has implemented three ways to get unpredictable independent uniform random bytes out of the kernel's entropy pool: - /dev/urandom -- never blocks, uses whatever is in the entropy pool, returns short reads