LWN: Comments on "Two new stable kernels" https://lwn.net/Articles/676552/ This is a special feed containing comments posted to the individual LWN article titled "Two new stable kernels". en-us Sun, 31 Aug 2025 08:57:58 +0000 Sun, 31 Aug 2025 08:57:58 +0000 https://www.rssboard.org/rss-specification lwn@lwn.net Two new stable kernels https://lwn.net/Articles/677264/ https://lwn.net/Articles/677264/ job <div class="FormattedComment"> Apparently the 4.4.2 and 4.3.6 kernels contain backwards compatibility fixes so cryptsetup 1.6 doesn't break. These fell out along the way when backporting since they were dependent on other changes in the crypto code, but we'll probably see them in a future update.<br> </div> Thu, 25 Feb 2016 11:41:59 +0000 Two new stable kernels https://lwn.net/Articles/676631/ https://lwn.net/Articles/676631/ hmh <div class="FormattedComment"> It will render cryptsetup useless (not just inside the initramfs), and it is on a few other stable kernels as well already (such as 3.18.27)...<br> <p> If this change is really important (for security/stability/whatever), it looks like it will need a two-step approach. For example, the kernel might hide it behind a kconfig option defaulting to disabled, which distros would enable after they fixed userspace.<br> <p> Argh.<br> </div> Sun, 21 Feb 2016 11:54:57 +0000 Two new stable kernels https://lwn.net/Articles/676593/ https://lwn.net/Articles/676593/ alonz Interesting&hellip; the code in cryptsetup indeed breaks the assumptions enforced by this commit (it closed the "tfmfd" before the "opfd", while the code always assumed the opposite and now enforces it). So it has always been "buggy but working"&#160;&ndash; which is no excuse for breaking userspace. <p> I wonder how this one will play out. Sat, 20 Feb 2016 16:33:22 +0000 Two new stable kernels https://lwn.net/Articles/676584/ https://lwn.net/Articles/676584/ hmh <div class="FormattedComment"> Uh, beware any stable kernels that contains a backport of:<br> commit c840ac6af3f8713a71b4d2363419145760bd6044: crypto: af_alg - Disallow bind/setkey/... after accept(2)<br> <p> It seems to not always work out with encrypted rootfs userland:<br> <a href="https://bugzilla.kernel.org/show_bug.cgi?id=112631">https://bugzilla.kernel.org/show_bug.cgi?id=112631</a><br> <p> So far, reported only in 4.1.18, but since said commit IS present in the v4.3.6 and v3.10.97 releases, ensure you have a fallback kernel+initramfs.<br> </div> Sat, 20 Feb 2016 13:32:14 +0000