LWN: Comments on "Special sections in Linux binaries" https://lwn.net/Articles/531148/ This is a special feed containing comments posted to the individual LWN article titled "Special sections in Linux binaries". en-us Fri, 17 Oct 2025 04:31:58 +0000 Fri, 17 Oct 2025 04:31:58 +0000 https://www.rssboard.org/rss-specification lwn@lwn.net Special sections in Linux binaries https://lwn.net/Articles/794579/ https://lwn.net/Articles/794579/ firolwn <div class="FormattedComment"> Should be the latter.<br> </div> Thu, 25 Jul 2019 03:03:03 +0000 Special sections in Linux binaries https://lwn.net/Articles/791124/ https://lwn.net/Articles/791124/ WhatDaniel <div class="FormattedComment"> I am sorry to bother, I would like to know how the alternatives mechanism works. Do you have more detailed information? Or can you introduce it?<br> I question that the alternatives mechanism means when the old instruction is accessed, then the corresponding new instruction position is executed by the alternatives mechanism, or the old instructions has been covered by the new instructions? Thank you by the way.<br> <p> (很抱歉打扰了,我想请问一下替代机制是怎么工作的?我很好奇,它是在执行到旧指令的时候再去跳转到新指令的位置处去执行呢,还是系统将新指令拷贝到了旧指令的位置处,覆盖掉了旧指令这样的?谢谢!)<br> </div> Fri, 14 Jun 2019 12:57:16 +0000 Special sections in Linux binaries https://lwn.net/Articles/549011/ https://lwn.net/Articles/549011/ tlw <div class="FormattedComment"> <a rel="nofollow" href="http://kernelnewbies.org/Documents/InitcallMechanism">http://kernelnewbies.org/Documents/InitcallMechanism</a><br> </div> Wed, 01 May 2013 21:05:24 +0000 Special sections in Linux binaries https://lwn.net/Articles/532320/ https://lwn.net/Articles/532320/ gartim <div class="FormattedComment"> nice write up, wondered about some the kernel usage of Section/Segments!<br> </div> Thu, 10 Jan 2013 19:20:22 +0000 Special sections in Linux binaries https://lwn.net/Articles/531843/ https://lwn.net/Articles/531843/ Aissen <div class="FormattedComment"> So because Android's dynamic linker/loader isn't perfect, it's best to restrain using a feature in your software ?<br> </div> Tue, 08 Jan 2013 15:03:17 +0000 Special sections in Linux binaries https://lwn.net/Articles/531806/ https://lwn.net/Articles/531806/ jonabbey <div class="FormattedComment"> Fantastic article, nicely done.<br> </div> Mon, 07 Jan 2013 22:46:02 +0000 Special sections in Linux binaries https://lwn.net/Articles/531666/ https://lwn.net/Articles/531666/ nix <div class="FormattedComment"> No, this is in fact a valid use of Stallman's terminology, since the binaries being referred to are explicitly *Linux* binaries, that is to say, binaries of the Linux kernel itself. GNU/Linux binaries were what I at first thought the article was about, but the article has little to do with non-Linux-kernel stuff (other than things that also pertain to all ELF objects).<br> </div> Sun, 06 Jan 2013 14:13:31 +0000 Special sections in Linux binaries https://lwn.net/Articles/531649/ https://lwn.net/Articles/531649/ nickbp <div class="FormattedComment"> It'd need to say "GNU/Linux" for that.<br> </div> Sun, 06 Jan 2013 02:53:01 +0000 Special sections in Linux binaries https://lwn.net/Articles/531587/ https://lwn.net/Articles/531587/ felixfix <div class="FormattedComment"> Well .... I think Mr Stallman would like the title as is.<br> </div> Sat, 05 Jan 2013 03:56:58 +0000 Special sections in Linux binaries https://lwn.net/Articles/531556/ https://lwn.net/Articles/531556/ johill <div class="FormattedComment"> I've used this in "iw" (<a href="http://wireless.kernel.org/en/users/Documentation/iw">http://wireless.kernel.org/en/users/Documentation/iw</a>), but it turns out that it is problematic on Android, so one does well to not use such a thing in userspace.<br> </div> Fri, 04 Jan 2013 20:12:58 +0000 Special sections in Linux binaries https://lwn.net/Articles/531460/ https://lwn.net/Articles/531460/ nix <div class="FormattedComment"> Good article!<br> <p> The title is arguably wrong, though: it should be titled 'Special sections in Linux kernel binaries', since it only relates to binaries *of* the Linux kernel, not (as I at first thought) to userspace binaries that run *on* Linux.<br> <p> (Also, the alternatives mechanism isn't just for boot time anymore: it can run at any time. CPU hotplugging needs this when transitioning from a one-CPU system to a system with more CPUs, but it's useful elsewhere as well.)<br> <p> </div> Fri, 04 Jan 2013 11:49:56 +0000