On Thu, 7 Mar 2024 at 10:20, Akihiko Odaki <akihiko.od...@daynix.com> wrote: > > elf2dmp sometimes fails to work with partially corrupted dumps, and also > emits warnings when sanitizers are in use. This series are collections > of changes to improve the situation. > > Signed-off-by: Akihiko Odaki <akihiko.od...@daynix.com> > ---
Thanks for this -- I've taken it via target-arm.next since I want to make another pullreq for softfreeze anyway. I didn't take the "Build only for little endian host" patch. I thought about it, and decided that on balance it was probably best not to: in practice we haven't had anybody say "I tried to run this on a BE host and it didn't work" (unsurprising, most users especially of Windows VMs will be on LE hosts), and if we do stop building it for BE this seems like it might well create work for downstream distros who might have to make their package creation deal with "this binary doesn't get built on these hosts" (and then remove that handling again in future if we ever fix the endianness bugs). thanks -- PMM