[Bug 297427] linuxulator: implement pkey_alloc/pkey_free/pkey_mprotect (x86 memory protection keys)
| Newsgroups | gmane.os.freebsd.devel.emulation |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=297427 Mark Millard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Mark Millard <[email protected]> --- (In reply to commit-hook from comment #5) (I probably should have posted here instead of my initial post to the review.) For an aarch64 context: sys/compat/linux/linux_emul.h:58:49: error: declaration of 'struct image_args' will not be visible outside of this function [-Werror,-Wvisibility] 58 | int linux_common_execve(struct thread *, struct image_args*); | ^ 1 error generated. Jenkins indicates: https://ci.freebsd.org/job/FreeBSD-main-aarch64-build/35832/ as its first recent failure with such. That in turn points the the commit in question. -- You are receiving this mail because: You are the assignee for the bug.