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
F108992499: D30924.id.diff
Thu, Jan 30, 9:38 AM
Unknown Object (File)
Fri, Jan 24, 5:42 PM
Unknown Object (File)
Thu, Jan 23, 6:59 PM
Unknown Object (File)
Wed, Jan 22, 7:43 PM
Unknown Object (File)
Sun, Jan 19, 5:25 PM
Unknown Object (File)
Wed, Jan 15, 8:20 AM
Unknown Object (File)
Dec 19 2024, 8:12 PM
Unknown Object (File)
Sep 26 2024, 8:48 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 ?