Quotes of the week
-rc releases suck. seriously suck. The quality of commits that went in -rc
cycles was much worse than merge window commits:
— Sasha Levin
- All commits had the same chance of introducing a bug whether they came in a merge window or an -rc cycle. This means that -rc commits mostly end up replacing obvious bugs with less obvious ones.
- While the average merge window commit changes, on average, 3x more lines than an -rc commit, the chances of a bug introduced per patch is the same, which means that bugs-per-line metric of code is much higher with -rc patches.
- A merge window commit spent 50% more days, on average, in -next than a -rc commit.
- The number of -rc commits that never saw any mailing list or has never been replied to on a mailing list was **way** higher than merge window commits.
- For some reason, the odds of a -rc commit to be targeted for -stable is over 20%, while for merge window commits it's about 3%. I can't quite explain why that happens, but this would suggest that -rc commits end up hurting -stable pretty badly.
Please don't edit patches by hand. It's a skill nobody should
have.
— Linus Torvalds
