Page MenuHomeFreeBSD

ufshci: free the lookup path when the periph search times out
ClosedPublic

Authored by jaeyoon on Aug 5 2026, 7:59 AM.
Tags
None
Referenced Files
F173056347: D58657.diff
Wed, Sep 23, 5:42 AM
Unknown Object (File)
Sun, Sep 20, 7:50 PM
Unknown Object (File)
Sat, Sep 12, 3:45 AM
Unknown Object (File)
Thu, Sep 10, 10:04 PM
Unknown Object (File)
Thu, Sep 10, 9:56 PM
Unknown Object (File)
Wed, Sep 9, 11:37 AM
Unknown Object (File)
Tue, Sep 8, 5:58 AM
Unknown Object (File)
Tue, Sep 8, 1:48 AM
Subscribers
None

Details

Summary

ufshci_sim_find_periph() freed the lookup path only when it found the
periph. The timeout path returned without freeing it and leaked the
path. Free the path at the single exit instead.

Sponsored by: Samsung Electronics

Diff Detail

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