[rfc] [patch] PR28204: debuginfod ima signature verification

2024-04-03 Thread Frank Ch. Eigler
Hi - The following raw diff reworks this long-blocked patch to overcome these three objections last fall: - to drop "permissive" mode - to stop redistributing published distro ima certificates - to not use libimaevm.so (due to concurrency / licensing concerns) This is a raw diff only. I'll be p

Re: [PATCH] segment: Fix memory leak in insert()

2024-04-03 Thread Mark Wielaard
On Tue, Apr 02, 2024 at 11:32:50PM +0300, Maks Mishin wrote: > Dynamic memory, referenced by 'naddr', is allocated at segment.c:66 > by calling function 'realloc' and lost at segment.c:92. It isn't lost, it is assigned to dwfl->lookup_addr at segment.c:77 > > Found by RASU JSC. > > Signed-off-b

Re: [PATCH] segment: Fix dangling pointer

2024-04-03 Thread Mark Wielaard
Hi Maks, Adding the elfutils-devel list back to the CC because that is where patches are discussed. On Tue, Apr 02, 2024 at 10:45:59PM +0300, Максим Мишин wrote: > RASU JSC is a part of Rosatom, a company where one of the areas of work is > software development based on the Linux kernel. > That's

Re: [PATCH v3 1/6] Support Mips architecture

2024-04-03 Thread Ying Huang
Hi Mark, Could you help review some other patches? Thanks, Ying 在 2024/3/29 08:18, Mark Wielaard 写道: > Hi Ying, > > On Tue, Mar 05, 2024 at 05:51:17PM +0800, Ying Huang wrote: >> From: Ying Huang >> >> Signed-off-by: Ying Huang >> --- >> backends/Makefile.am| 6 +- >> backends/mips_in