Page MenuHomeFreeBSD

cxgbei: Explicitly clear the page pode reservation pointer after freeing it.
ClosedPublic

Authored by jhb on Apr 22 2021, 9:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Dec 12, 8:54 AM
Unknown Object (File)
Fri, Nov 29, 1:28 PM
Unknown Object (File)
Thu, Nov 28, 4:32 AM
Unknown Object (File)
Nov 18 2024, 5:16 PM
Unknown Object (File)
Nov 17 2024, 4:34 AM
Unknown Object (File)
Nov 10 2024, 11:21 PM
Unknown Object (File)
Oct 5 2024, 12:03 AM
Unknown Object (File)
Oct 4 2024, 7:07 PM
Subscribers

Details

Summary

A single union ctl_io can be reused across multiple transfers (in
particular by the ramdisk backend). On a reuse, the reservation
pointer would retain its value from the previous transfer tripping an
assertion.

Reported by: Jithesh Arakkan @ Chelsio

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable