Linus Torvalds and Dirk Hohndel, Open Source Summit North America 2024 sjvn/ZDNETHong Kong: At The Linux Foundation’s Open Source Summit China conference, Linus Torvalds and his buddy Dirk Hohndel, Verizon’s Head of the Open Source Program Office, once more chatted about Linux development and related issues to the delight of their audience. As usual, the pair talked about the current state and future of the Linux kernel. In particular, their conversation touched on various aspects of Linux development, including the release process, security, Rust’s Linux integration, and the role of AI in software development.Also: The Linux security team issues 60 CVEs a week, but don’t stress. Do this insteadFirst, Torvalds is sorry to report that sched_ext, an extensible scheduler for building scheduling policies with eBPF, will not be included in the next Linux kernel release. He hopes, though, literally knocking on wood, that it will be in the forthcoming Linux 6.12 release.Thinking about future releases, Hohndel asked Torvalds about his plans for the Linux kernel. Specifically, since at the current kernel release rate, “the Linux kernel 8.7 should come out about your 60th birthday, what do you see in it?” Torvalds replied, “I really don’t know.”Torvalds continued that he he focuses on the shorter term. “The real development is about getting all the details right. And you don’t look five years ahead for that. You look one or two releases ahead.”Also: How open source is steering AI down the high roadOf course, Torvalds added, “Some features take longer than that. Later this year, we will have the 20th anniversary of the real-time Linux project. This is a project that literally started 20 years ago, and the people involved are finally at that point where they feel like it is done… well, almost done. They’re still tweaking the last things, but they hope it will soon be ready to be completely merged in the upstream kernel this year.”At the same time, Torvalds mentioned that even though Linux is 33 years old now, “You’d think that all the basics would have been fixed long ago, but they’re not. We’re still dealing with basic issues such as memory management.” The work is never done.These days, the Linux kernel’s development process has a highly structured and rhythmic beat. Despite its complexity, the process has become highly reliable over the years. Torvalds mentioned that while they aim for a release every nine weeks, it didn’t used to be that way. More