Page MenuHomeFreeBSD

sdhci: refine locking in sdhci_card_task()
AbandonedPublic

Authored by mhorne on Feb 4 2025, 8:25 PM.
Tags
None
Referenced Files
F171444725: D48849.diff
Fri, Sep 11, 4:09 AM
Unknown Object (File)
Sun, Sep 6, 5:16 AM
Unknown Object (File)
Sun, Sep 6, 3:57 AM
Unknown Object (File)
Sat, Sep 5, 5:02 AM
Unknown Object (File)
Fri, Sep 4, 4:10 AM
Unknown Object (File)
Thu, Sep 3, 5:11 PM
Unknown Object (File)
Thu, Sep 3, 1:08 AM
Unknown Object (File)
Wed, Sep 2, 10:49 PM
Subscribers
None

Details

Reviewers
imp
manu
Summary

It is invalid to call device_add_child() while holding the driver's
mutex. This was previously of no consequence, but a recent change
to device array allocation (f3d3c63442ff) switched the logic to use
M_WAITOK. Now, a LOR warning is printed when the card is inserted.

Fix this by reducing the scope of the device lock in the helper function
to:

  1. Reading device state (card & child device presence)
  2. Updating device state (after child added/before removed)

Diff Detail

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