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
F108570613: D30500.diff
Sun, Jan 26, 11:43 AM
F108512015: D30500.id90019.diff
Sat, Jan 25, 7:15 PM
Unknown Object (File)
Fri, Jan 17, 1:33 PM
Unknown Object (File)
Sun, Jan 12, 7:21 PM
Unknown Object (File)
Sun, Jan 12, 7:05 PM
Unknown Object (File)
Sun, Jan 12, 6:29 PM
Unknown Object (File)
Fri, Jan 10, 2:52 AM
Unknown Object (File)
Dec 14 2024, 8:08 PM
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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 39504
Build 36393: arc lint + arc unit

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