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
F118816173: D27578.diff
Mon, Jun 2, 5:32 AM
Unknown Object (File)
Sun, Jun 1, 8:22 PM
Unknown Object (File)
Mon, May 12, 2:18 PM
Unknown Object (File)
Thu, May 8, 9:42 PM
Unknown Object (File)
Apr 25 2025, 10:11 PM
Unknown Object (File)
Apr 12 2025, 8:01 AM
Unknown Object (File)
Feb 22 2025, 2:28 PM
Unknown Object (File)
Jan 25 2025, 11:03 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.