Page MenuHomeFreeBSD

LinuxKPI: Use the proper API to determine the ABI of the running process.
ClosedPublic

Authored by dchagin on Jun 28 2021, 2:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 7, 7:51 PM
Unknown Object (File)
Jan 29 2024, 1:14 PM
Unknown Object (File)
Jan 14 2024, 4:50 AM
Unknown Object (File)
Dec 23 2023, 1:13 AM
Unknown Object (File)
Dec 22 2023, 4:03 PM
Unknown Object (File)
Dec 20 2023, 7:28 PM
Unknown Object (File)
Dec 4 2023, 12:31 PM
Unknown Object (File)
Nov 26 2023, 10:54 PM

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 40144
Build 37033: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Jun 28 2021, 2:14 PM
sys/compat/linuxkpi/common/src/linux_compat.c
967

I would also changed this preprocessor check to something along COMPAT_FREEBSD32. I am not sure what exactly this should be. It is not about FreeBSD COMPAT32 exactly, but it is about executing compat32 ioctl handlers.

Current code is under ifdef amd64 . Maybe it should also be activated for aarch64 ?