Page MenuHomeFreeBSD

sound: Do not return an error from chn_notify() if the children list is empty
ClosedPublic

Authored by christos on Dec 19 2024, 11:20 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 19, 8:49 PM
Unknown Object (File)
Sun, Oct 19, 1:09 AM
Unknown Object (File)
Fri, Oct 17, 12:12 AM
Unknown Object (File)
Sun, Oct 12, 2:52 PM
Unknown Object (File)
Mon, Oct 6, 10:59 PM
Unknown Object (File)
Fri, Oct 3, 12:41 AM
Unknown Object (File)
Tue, Sep 30, 9:03 AM
Unknown Object (File)
Sep 21 2025, 12:59 AM
Subscribers

Details

Summary

An empty children list does not mean that there is an error.

Reported by: Florian Walpen <dev@submerge.ch>
Sponsored by: The FreeBSD Foundation
MFC after: 1 week

Diff Detail

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

Event Timeline

I can confirm that this fixes the panic experienced with D47917, and I don't see anything else that could be affected by the change in return value. Thank you!

This revision is now accepted and ready to land.Dec 24 2024, 12:38 PM

I can confirm that this fixes the panic experienced with D47917, and I don't see anything else that could be affected by the change in return value. Thank you!

Thank you for proposing this. :-)