Page MenuHomeFreeBSD

smbus: add compat32 support for SMB ioctls
ClosedPublic

Authored by stevek on Nov 29 2023, 7:35 PM.
Tags
None
Referenced Files
F153999494: D42837.id130823.diff
Sat, Apr 25, 8:48 AM
Unknown Object (File)
Thu, Apr 16, 7:48 PM
Unknown Object (File)
Sat, Apr 11, 9:59 PM
Unknown Object (File)
Wed, Apr 8, 11:10 PM
Unknown Object (File)
Mon, Apr 6, 5:51 AM
Unknown Object (File)
Thu, Apr 2, 6:42 AM
Unknown Object (File)
Mar 17 2026, 8:11 PM
Unknown Object (File)
Mar 17 2026, 8:11 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 54693
Build 51582: arc lint + arc unit

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.