Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
debugging: slides: mention tasklets deprecation and BH workqueues
Tasklets are being slowly removed from the kernel, so it does not make sense anymore to mention it as the default solution to run code in softirq. Commit 4cb1ef64609f ("workqueue: Implement BH workqueues to eventually replace tasklets") in upstream kernel has introduced the BH workqueue, and many commits follow to convert tasklets already present in the kernel to BH workqueues. See also https://lwn.net/Articles/960041/ for details about why BH workqueues are being introduced. Signed-off-by: Alexis Lothoré <[email protected]>
- Loading branch information