Re: libkvm usage on FreeBSD

2024-06-10 Thread Bart Van Assche via Net-snmp-coders
On 6/10/24 13:27, Mark Johnston wrote: Would it be helpful for me to submit a patch? A few of us have been testing snmpd with my original patch (to tell libkvm not to open /dev/kmem etc.) for a while now with no issues. A patch definitely would be welcome. Thanks, Bart. _

Re: libkvm usage on FreeBSD

2024-06-10 Thread Mark Johnston
On Fri, Apr 12, 2024 at 03:51:51PM -0700, Bart Van Assche wrote: > On 4/12/24 7:29 AM, Mark Johnston wrote: > > Do you mean that on FreeBSD we should always perform an unprivileged > > kvm_openfile() call, no matter whether --without-kmem-usage is > > specified? > > Yes, that's what I'm proposing.