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)
Thu, May 2, 9:25 PM
Unknown Object (File)
Apr 14 2024, 3:53 AM
Unknown Object (File)
Mar 31 2024, 6:02 AM
Unknown Object (File)
Mar 15 2024, 2:11 PM
Unknown Object (File)
Mar 4 2024, 4:33 PM
Unknown Object (File)
Dec 26 2023, 4:42 PM
Unknown Object (File)
Dec 20 2023, 6:31 AM
Unknown Object (File)
Dec 9 2023, 12:41 PM
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.