Page MenuHomeFreeBSD

linux: fix architecture returned for uname on aarch64
ClosedPublic

Authored by trasz on May 27 2021, 12:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 17, 3:07 PM
Unknown Object (File)
Fri, Mar 29, 1:59 PM
Unknown Object (File)
Feb 19 2024, 4:58 PM
Unknown Object (File)
Feb 2 2024, 1:14 AM
Unknown Object (File)
Dec 28 2023, 2:59 PM
Unknown Object (File)
Dec 20 2023, 7:02 AM
Unknown Object (File)
Dec 12 2023, 9:55 AM
Unknown Object (File)
Nov 15 2023, 9:14 AM
Subscribers

Details

Summary

Previously it would return "arm64", which was breaking build
for Linux kernel. While here, reshuffle entries in the auxv
vector to match real Linux.

Diff Detail

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

Event Timeline

Seems to be extra changes still, relative to the commit message?

Hm, can you point me at the exact line?

I mean AT_PAGESZ and LINUX_AT_HWCAP2, lines 175 and 189.

Ah, sorry. I've removed AT_HWCAP2; the AT_PAGESZ was there before, just out of order.

This revision is now accepted and ready to land.May 28 2021, 1:35 PM