News: 0001581509

  ARM Give a man a fire and he's warm for a day, but set fire to him and he's warm for the rest of his life (Terry Pratchett, Jingo)

Linux 6.18 Continues Refining IEEE-1394 Firewire Support In 2025

([Hardware] 4 Hours Ago Linux 6.18 + Firewire)


While IEEE-1394 Firewire hardware in the wild is increasingly rare, modern Linux IEEE-1394 subsystem maintainer Takashi Sakamoto has [1]committed to maintaining Firewire support until 2029 . With the in-development Linux 6.18 kernel there are more incremental improvements to this code.

Linux 6.18 is expected to become this year's Long Term Support "LTS" kernel version making the IEEE-1394/Firewire fixes all the more notable this cycle.

Most of the work submitted by Takashi Sakamoto who authored 42 patches for this kernel cycle are around code refactoring. Sakamoto noted in the pull request:

"- Removal of the deprecated debug parameter from firewire-ohci module

- Replacement of the module-local workqueue in 1394 OHCI PCI driver with

a companion IRQ thread

- Refactoring of bus management code

- Additional minor code cleanup

The existing tracepoints serve as an alternative to the removed debug parameter. The use of IRQ thread is experimental, as it handles 1394 OHCI SelfIDComplete event only. It may be replaced in the future releases with another approach; e.g. by providing workqueue from core functionality."

More details for those interested via [2]the pull request .



[1] https://www.phoronix.com/news/Linux-Firewire-New-Maintainer

[2] https://lore.kernel.org/lkml/20250929134642.GA748211@workstation.local/



phoronix

At least for the people who send me mail about a new language that they're
designing, the general advice is: do it to learn about how to write a
compiler. Don't have any expectations that anyone will use it, unless you hook
up with some sort of organization in a position to push it hard. It's a
lottery, and some can buy a lot of the tickets. There are plenty of beautiful
languages (more beautiful than C) that didn't catch on. But someone does win
the lottery, and doing a language at least teaches you something.
-- Dennis Ritchie (1941-2011), creator of the C programming language and of
UNIX