Page MenuHomeFreeBSD

cam: Implement ascq ranges correctly
AbandonedPublic

Authored by imp on Jan 25 2025, 8:10 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 14, 12:51 PM
Unknown Object (File)
Thu, May 14, 2:46 AM
Unknown Object (File)
Wed, May 13, 12:08 PM
Unknown Object (File)
Mon, May 11, 3:19 PM
Unknown Object (File)
Tue, Apr 28, 11:40 PM
Unknown Object (File)
Tue, Apr 28, 11:32 PM
Unknown Object (File)
Mon, Apr 27, 5:58 PM
Unknown Object (File)
Thu, Apr 23, 8:50 PM
Subscribers
None

Details

Reviewers
mav
chs
ken
Group Reviewers
cam
Summary

Ensure that the range is between the first and second entries. At the
moment, all the SSQ_RANGE entries are tagged with 0xFF, no change is
expeccted.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 62029
Build 58913: arc lint + arc unit

Event Timeline

mav requested changes to this revision.Jan 27 2025, 4:08 PM

This change is unneeded. ascq <= table_entry->ascq is already checked few lines above.

This revision now requires changes to proceed.Jan 27 2025, 4:08 PM

Bah! You're right. Punting on this one.