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
F131821318: D30924.id91440.diff
Sat, Oct 11, 11:07 AM
Unknown Object (File)
Sat, Oct 4, 6:54 AM
Unknown Object (File)
Sun, Sep 14, 6:29 AM
Unknown Object (File)
Sun, Sep 14, 3:51 AM
Unknown Object (File)
Fri, Sep 12, 6:32 PM
Unknown Object (File)
Aug 17 2025, 10:47 AM
Unknown Object (File)
Aug 10 2025, 1:09 AM
Unknown Object (File)
Jul 20 2025, 7:57 AM

Diff Detail

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

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 ?