LWN: Comments on "3.4 Merge window part 2" https://lwn.net/Articles/488131/ This is a special feed containing comments posted to the individual LWN article titled "3.4 Merge window part 2". en-us Mon, 25 Aug 2025 00:18:29 +0000 Mon, 25 Aug 2025 00:18:29 +0000 https://www.rssboard.org/rss-specification lwn@lwn.net 3.4 Merge window part 2 https://lwn.net/Articles/489451/ https://lwn.net/Articles/489451/ corbet There were a number of ARM pulls (wow you have a lot of trees! :) that came in after I stopped looking for the week. Thu, 29 Mar 2012 20:37:35 +0000 3.4 Merge window part 2 https://lwn.net/Articles/489445/ https://lwn.net/Articles/489445/ alecs1 <div class="FormattedComment"> You'd have to use the option to get into this situation, in my understanding. Remember that Linus is very adverse to breaking existing programs, and this is my main assumption.<br> </div> Thu, 29 Mar 2012 20:26:55 +0000 3.4 Merge window part 2 https://lwn.net/Articles/489443/ https://lwn.net/Articles/489443/ arnd <div class="FormattedComment"> A few noteworthy things were merged for the ARM architecture just yesterday. I'm not sure if they got left out because they were buried under all the other patches, or because the list was made before they got merged.<br> <p> These are the top three in my opinion:<br> <p> * common struct clk: This has been worked on for years and finally got to the point where enough people can start using the version. Work is continuing in tree, but I expect a lot of conversions to this in v3.5, as a big step towards a single multiplatform kernel image. See also <a href="http://lwn.net/Articles/486841/">http://lwn.net/Articles/486841/</a><br> <p> * Support for the Samsung Exynos5 platform, the first one supported upstream that is based on the ARM Cortex-A15<br> <p> * Support for the Tegra3 chip from NVIDIA<br> </div> Thu, 29 Mar 2012 20:22:43 +0000 3.4 Merge window part 2 https://lwn.net/Articles/489430/ https://lwn.net/Articles/489430/ kjp <div class="FormattedComment"> By the way, thats for existing user client code we have to detect when the main gui process dies.<br> <p> prctl(PR_SET_PDEATHSIG, SIGHUP);<br> if (getppid() == 1) /* parent died already? */<br> return 0;<br> <p> </div> Thu, 29 Mar 2012 19:28:12 +0000 3.4 Merge window part 2 https://lwn.net/Articles/489429/ https://lwn.net/Articles/489429/ kjp <div class="FormattedComment"> Uhm, I'm not quite getting all the details on the PR_SET_CHILD_SUBREAPER thing. Is that going to break existing code that does:<br> <p> if (getppid() == 1) /* parent died already? */ <br> </div> Thu, 29 Mar 2012 19:25:56 +0000 3.4 Merge window part 2 https://lwn.net/Articles/489201/ https://lwn.net/Articles/489201/ scientes <div class="FormattedComment"> The "USB-attached Displaylink video adapters" driver, udl, is a second driver for hardware already supported by udlfb. The new driver support hot plugging, while the old can crash the host on unplug, among other things.<br> </div> Thu, 29 Mar 2012 02:07:48 +0000