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
F109403194: D42596.diff
Tue, Feb 4, 3:08 PM
Unknown Object (File)
Mon, Feb 3, 9:48 AM
Unknown Object (File)
Sat, Feb 1, 3:05 PM
Unknown Object (File)
Wed, Jan 29, 12:33 AM
Unknown Object (File)
Tue, Jan 28, 12:55 AM
Unknown Object (File)
Mon, Jan 27, 4:13 PM
Unknown Object (File)
Mon, Jan 27, 3:23 PM
Unknown Object (File)
Sat, Jan 25, 5:23 PM

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 57839
Build 54727: arc lint + arc unit

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