Re: [PATCH] libdwf: Initialize notes early in intuit_kernel_bounds.

2019-02-28 Thread Mark Wielaard
On Sun, Feb 24, 2019 at 03:11:52PM +0100, Mark Wielaard wrote: > We fake initialization of notes with an empty asm statement. But > it is simpler and less confusing to just initialize notes just > before the fopen. Pushed to master.

[PATCH] libdwf: Initialize notes early in intuit_kernel_bounds.

2019-02-24 Thread Mark Wielaard
We fake initialization of notes with an empty asm statement. But it is simpler and less confusing to just initialize notes just before the fopen. Signed-off-by: Mark Wielaard --- libdwfl/ChangeLog | 6 ++ libdwfl/linux-kernel-modules.c | 7 ++- 2 files changed, 8 insertions