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, Apr 23, 7:35 AM
Unknown Object (File)
Mon, Apr 22, 4:29 PM
Unknown Object (File)
Mon, Apr 22, 3:22 PM
Unknown Object (File)
Mar 17 2024, 7:43 AM
Unknown Object (File)
Mar 14 2024, 3:10 PM
Unknown Object (File)
Dec 24 2023, 9:43 PM
Unknown Object (File)
Dec 23 2023, 3:38 AM
Unknown Object (File)
Dec 21 2023, 11:20 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.