Page MenuHomeFreeBSD

smbus: add compat32 support for SMB ioctls
ClosedPublic

Authored by stevek on Nov 29 2023, 7:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jan 14, 7:07 AM
Unknown Object (File)
Sat, Jan 11, 10:53 AM
Unknown Object (File)
Sat, Jan 11, 4:38 AM
Unknown Object (File)
Sat, Jan 11, 2:21 AM
Unknown Object (File)
Dec 28 2024, 4:42 PM
Unknown Object (File)
Dec 26 2024, 8:12 AM
Unknown Object (File)
Dec 3 2024, 11:37 PM
Unknown Object (File)
Dec 3 2024, 11:37 PM
Subscribers

Details

Summary

Some of the SMB ioctl request structures contain pointers and need to
handle requests from 32-bit applications on 64-bit kernels.

Obtained from: Juniper Networks, Inc.

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.Nov 29 2023, 8:58 PM
sys/dev/smbus/smb.c
253

Could any of these calls sleep?

kib added inline comments.
sys/dev/smbus/smb.c
253

Ignore the question, it is not worse than the current situation due to small data optimization in kern_ioctl().

This revision was automatically updated to reflect the committed changes.