Linux Kernel Notes

Lots of good information in this talk. A few points:

  1. Patches are not accepted into stable branches unless they exist in upstream first. (this seems like the only sane way to do things if you want them to make it upstream, otherwise, they will get lost)
  2. The Linux Kernel workflow also uses “pull-requests” in an email workflow – that is not just a GitHub thing.