fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

10K
active users

@kernellogger as usual, the point is not that these are bug free, but that they are regression free. The kernel upstream releases break userspace on every new release, and kernel maintainers don't care. See github.com/torvalds/linux/comm for example, as Daan just found out, which removed a mount option without caring that it is still being used, so since 6.8 every btrfs device can no longer be mounted by systemd

GitHubbtrfs: remove code for inode_cache and recovery mount options · torvalds/linux@a1912f7We've deprecated these a while ago in 5.11, go ahead and remove the code for them. Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Reviewed-by: Anand Jain <anand.jain@ora...

@bluca @kernellogger It has been deprecated for three years according to the commit message?

Thorsten Leemhuis (acct. 1/4)

@nik @bluca

what is considered "deprecated" by the developers afaics does not matter much when it comes to Linus' interpretation of the Linux kernels "no regressions" rule.

At the same time there is neither a stable API or ABI; so things are free to change (like in case of the culprit), as long as nothing breaks.