Page MenuHomeFreeBSD

arm64: Allow userspace to be built with PAC and BTI
ClosedPublic

Authored by andrew on Nov 14 2023, 3:16 PM.
Tags
None
Referenced Files
F108505064: D42596.id130079.diff
Sat, Jan 25, 5:23 PM
Unknown Object (File)
Fri, Jan 24, 12:42 AM
Unknown Object (File)
Thu, Jan 23, 4:29 PM
Unknown Object (File)
Sat, Jan 18, 7:06 PM
Unknown Object (File)
Sat, Jan 18, 11:41 AM
Unknown Object (File)
Sat, Jan 18, 8:07 AM
Unknown Object (File)
Fri, Jan 17, 10:11 PM
Unknown Object (File)
Fri, Jan 17, 9:47 PM

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Description file(s) to go in tools/build/options/ are missing

Rebase and disable until we can check all relavant toolchains support it

lib/libomp/Makefile
3

Should be :=no? (Even though we're setting it before including other things.)

Add missing WITH/WITHOUT files

Use := to disable branch protection

:= -> = again after a comment from @emaste on IRC

LGTM. Should probably expand the WITH_BRANCH_PROTECTION text though, at least mentioning on which architecture it applies (can be enabled / has an effect).

This revision is now accepted and ready to land.May 22 2024, 3:08 PM