Skip to content

Instantly share code, notes, and snippets.

@cwshu
Created January 12, 2019 10:08
Show Gist options
  • Save cwshu/069a935d822b7eb282d1fb366c0a1a96 to your computer and use it in GitHub Desktop.
Save cwshu/069a935d822b7eb282d1fb366c0a1a96 to your computer and use it in GitHub Desktop.
Linux SMP + interrupt synchronization
- https://linux-kernel-labs.github.io/master/lectures/smp.html#process-and-interrupt-context-synchronization
- https://www.kernel.org/doc/html/v4.20/kernel-hacking/locking.html#hard-irq-context
- https://www.kernel.org/doc/html/v4.20/kernel-hacking/locking.html#table-of-minimum-requirements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment