ee 7bdb493f5bbb2d175966a8bd5336145c9e871ac3 parent 5aaffc65a27dd9db65455c2c9ab3ede57238d2f5 author Clemens Ladisch 1297848731 +0100 committer Stefan Richter 1298729463 +0100 firewire: ohci: prevent iso completion callbacks after context stop To prevent the iso packet callback from being called after fw_iso_context_stop() has returned, make sure that the context's tasklet has finished executing before that. This fixes access-after-free bugs that have so far been observed only in the upcoming snd-firewire-speakers driver, but can theoretically also happen in the firedtv driver. Signed-off-by: Clemens Ladisch Signed-off-by: Stefan Richter g