On Mon, Feb 27, 2023 at 11:05:11AM +0100, Martin Reindl wrote: > On Thu, Feb 23, 2023 at 04:29:41PM +0100, Theo Buehler wrote: > > Based on nm output generated by sthen back in November (which doesn't > > capture Go a.k.a. the elephant in the room) the following ports used > > syscall(2) or __syscall(2). > > > > It would be nice if the maintainers (or someone who cares) could take a > > closer look and send diffs to replace syscall(2) use by direct calls to > > the appropriate syscall (if possible). > > > [..] > > > > devel/openmpi (martin) > > memory_patcher_syscall() wrapper around various syscalls > > openmpi has a configure knob:
That does the trick, thanks. I think only open-pal and mpi* need a major bump, but I guess it's fine to bump them all to be on the safe side. ok tb