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)
Sat, May 17, 4:07 AM
Unknown Object (File)
Apr 21 2025, 5:53 AM
Unknown Object (File)
Apr 5 2025, 9:49 AM
Unknown Object (File)
Apr 5 2025, 12:09 AM
Unknown Object (File)
Mar 25 2025, 3:05 AM
Unknown Object (File)
Mar 24 2025, 5:47 PM
Unknown Object (File)
Mar 24 2025, 10:28 AM
Unknown Object (File)
Feb 22 2025, 7:55 AM
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