Page MenuHomeFreeBSD

Use uintptr_t instead of unsigned long for pointers.
ClosedPublic

Authored by jhb on Dec 11 2020, 9:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 25, 8:04 AM
Unknown Object (File)
Sat, Oct 18, 9:35 AM
Unknown Object (File)
Thu, Oct 16, 9:41 AM
Unknown Object (File)
Thu, Oct 16, 9:41 AM
Unknown Object (File)
Thu, Oct 16, 9:41 AM
Unknown Object (File)
Wed, Oct 15, 9:58 PM
Unknown Object (File)
Sep 20 2025, 10:18 PM
Unknown Object (File)
Aug 18 2025, 10:07 AM
Subscribers

Details

Summary

The sense_ptr thing is quite broken. As near as I can tell,
the driver tries to copyout to a physical address rather than
whatever user address the sense buffer should be copied to.
It is not immediately obvious what user address the sense
buffer should be copied to.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb requested review of this revision.Dec 11 2020, 9:25 PM

no comment on what it's doing, but the casting I think is good.

This revision is now accepted and ready to land.Dec 11 2020, 10:24 PM
This revision was automatically updated to reflect the committed changes.