Page MenuHomeFreeBSD

linuxkpi: Add compat_ptr and ptr_to_compat
ClosedPublic

Authored by manu on Aug 2 2022, 3:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 30, 8:24 PM
Unknown Object (File)
Thu, Mar 26, 3:29 PM
Unknown Object (File)
Tue, Mar 24, 4:16 AM
Unknown Object (File)
Sat, Mar 21, 11:30 PM
Unknown Object (File)
Wed, Mar 18, 12:41 PM
Unknown Object (File)
Wed, Mar 18, 8:29 AM
Unknown Object (File)
Tue, Mar 17, 10:04 AM
Unknown Object (File)
Fri, Mar 13, 4:24 PM

Details

Summary

Needed by drm-kmod.

Obtained from: drm-kmod
Sponsored by: Beckhoff Automation GmbH & Co. KG

Diff Detail

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

Event Timeline

manu requested review of this revision.Aug 2 2022, 3:30 PM
bz added inline comments.
sys/compat/linuxkpi/common/include/linux/compat.h
62

Not sure about i386. long for pointers is a Linuxism which is often wrong. Can we live with uintptr_t here instead or is Linux always expecting a long?

hselasky added inline comments.
sys/compat/linuxkpi/common/include/linux/compat.h
62

Yes, you can use uintptr_t here. long is good for i386 too. Only not for cheri.

This revision is now accepted and ready to land.Aug 5 2022, 10:26 AM
This revision was automatically updated to reflect the committed changes.