[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
|
|
Subscribe / Log in / New account

Conclusion: is Linus happy?

By Jonathan Corbet
September 27, 2021

Maintainers summit
The final session of the Kernel Maintainers Summit is traditionally given over to Linus Torvalds, who uses the time to talk about any pain points he is encountering in the process and what can be done to make things run more smoothly. At the 2021 Summit, that session was brief indeed. It would appear that, even with its occasional glitch, the kernel development process is working smoothly.

Torvalds started by saying that the 5.15 merge window was not the easiest he has ever experienced. Part of the problem, he suggested, was that the merge window came at the end of the (northern-hemisphere) summer; much of Europe had been on vacation, and that led to a lot of pull requests showing up at the end of the merge window. In general, though, things are working. His biggest annoyance, perhaps, is having to say the same things over and over during each merge window. The core maintainers know how the process works, those in less central positions tend to make the same mistakes repeatedly; when he takes over 100 pull requests during a merge window, it can add up to a fair amount of irritation.

Overall, though, Torvalds said that the community is doing pretty well. He also feels that he, personally, is not a bottleneck who is slowing others down.

He touched briefly on the issue of the folio patches, which were not merged for 5.15. These patches, he said, are reworking a core data structure that has been in the kernel since nearly the beginning. Delaying that work for one development cycle is just not a big problem. In general, he said, if there is controversy around a pull request, he will not actually do the pull.

Torvalds closed by saying that he would like to get feedback from developers if there is any subsystem that is particularly problematic for developers to work within. He is unable to help a lot on his own when it comes to subsystems that he does not know well.

At that point, Torvalds was finished, and the group was seemingly tired. The 2021 Maintainers Summit came to a close with no further discussion.

Index entries for this article
ConferenceKernel Maintainers Summit/2021


to post comments

Conclusion: is Linus happy?

Posted Sep 27, 2021 21:08 UTC (Mon) by ukleinek (subscriber, #56625) [Link] (3 responses)

I wonder what is the same thing Linus Torvalds has to say over and over again. Can someone provide a link to such a pull request with mistakes? Just to know what not to do when (and if) I will send a pull request to him in the future.

Pull-request mistakes

Posted Sep 27, 2021 21:10 UTC (Mon) by corbet (editor, #1) [Link] (2 responses)

The big issue this time appeared to be merges with no changelog saying why a merge was done.

Pull-request mistakes

Posted Sep 28, 2021 15:59 UTC (Tue) by linusw (subscriber, #40300) [Link] (1 responses)

I made a remark to Torvalds that it'd be great if it was possible to add some stuff to .gitconfig that simply rejects empty merges and then we could add that config fragment to the developers' handbook. It seems git doesn't have this feature.

Pull-request mistakes

Posted Oct 13, 2021 11:31 UTC (Wed) by rmrf (guest, #151769) [Link]

This is a good suggestion!


Copyright © 2021, Eklektix, Inc.
This article may be redistributed under the terms of the Creative Commons CC BY-SA 4.0 license
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds