User Details
- User Since
- Jul 2 2021, 4:03 PM (176 w, 5 d)
Yesterday
Fix one more race by moving pcm_unregister() after callout_stop() and
callout_drain().
Mon, Nov 18
Actually, we can now make the function void.
I don't have a doc commit bit so if someone can commit it I'd appreciate it.
Sun, Nov 17
Assert that we enter pcm_killchans() with !PCM_REGISTERED.
Sat, Nov 16
Address Ed's comment.
Thu, Nov 14
Great. @markj what do you think?
Abandoning since __FreeBSD_version was bumped already. Also reverted KPI changes for stable/14: https://cgit.freebsd.org/src/commit/?h=stable/14&id=b64867e332f8196cb61947fc189ff108ca1065db
Wed, Nov 13
Minor fix in CHN_F_EXCLUSIVE.
Address Mark's comment.
Use correct version value.
Sun, Nov 10
Thu, Nov 7
Wed, Nov 6
Tue, Nov 5
@dev_submerge.ch Can you also test whether this patch along with all the other patches applied (D47459, D47460, D47461, D47463) fix the hot-unload panics (or any other panics)?
Sun, Nov 3
Committed.
LGTM, feel free to propose the patch for ai2s and davbus. :)
Thu, Oct 31
Tue, Oct 29
Update arm drivers as well.
Approved.
Mon, Oct 28
https://docs.freebsd.org/en/books/arch-handbook/sound/ will have to be updated as well.
Address Mark's comment.
Sun, Oct 27
Fri, Oct 25
Also note that pcm_register() does not really touch the root feeder in the first place.