<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in cgroup.h</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>b5f7a0b0fd8953c00b154d96b79ba0208c2e1aca - linuxkpi: Replicate Linux #includes between headers</title>
        <link>http://opengrok.net:8080/history/src/sys/compat/linuxkpi/common/include/linux/cgroup.h#b5f7a0b0fd8953c00b154d96b79ba0208c2e1aca</link>
        <description>linuxkpi: Replicate Linux #includes between headersThe DRM drivers (and probably other parts of the Linux kernel) had asignificant cleanup w.r.t. which source file includes what in Linux6.10. Nonetheless, the DRM drivers still depend on implicit namespacepollution because some source files do not include all the headers theyshould.This cleanup broke the build with FreeBSD because we do not replicatethe same `#include` directives everywhere.This commit adds the same `#include` directives in several headers inorder to get the same namespace pollution.This fixes the build of the DRM drivers from Linux 6.10. An example is`drm_dp_tunnel.c` which needed `str_yes_no()` defined by&lt;linux/string_helpers.h&gt; (technically &lt;linux/string_choices.h&gt; inLinux). It gets it through:    &lt;linux/i2c.h&gt; -&gt; &lt;linux/regulator/consumer.h&gt; -&gt; &lt;linux/suspend.h&gt; -&gt;    &lt;linux/swap.h&gt; -&gt; &lt;linux/memcontrol.h&gt; -&gt; &lt;linux/cgroup.h&gt; -&gt;    &lt;linux/seq_file.h&gt; -&gt; &lt;linux/string_helpers.h&gt;Reviewed by:	emasteSponsored by:	The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D54496

            List of files:
            /src/sys/compat/linuxkpi/common/include/linux/cgroup.h</description>
        <pubDate>Sun, 17 Aug 2025 11:17:49 +0000</pubDate>
        <dc:creator>Jean-S&#233;bastien P&#233;dron &lt;dumbbell@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f570760e5fefc8544400ff3328c5f7dde8c8fcf0 - linuxkpi: Add several headers to reproduce namespace pollution</title>
        <link>http://opengrok.net:8080/history/src/sys/compat/linuxkpi/common/include/linux/cgroup.h#f570760e5fefc8544400ff3328c5f7dde8c8fcf0</link>
        <description>linuxkpi: Add several headers to reproduce namespace pollution[Why]The i915 DRM driver relies on this chain of includes to access thedefinition of `struct tasklet_struct` in `&lt;linux/interrupt.h&gt;`.Reviewed by:	imp, manuSponsored by:	The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D48760

            List of files:
            /src/sys/compat/linuxkpi/common/include/linux/cgroup.h</description>
        <pubDate>Mon, 13 Jan 2025 22:42:38 +0000</pubDate>
        <dc:creator>Jean-S&#233;bastien P&#233;dron &lt;dumbbell@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b5f7a0b0fd8953c00b154d96b79ba0208c2e1aca - linuxkpi: Replicate Linux #includes between headers</title>
        <link>http://opengrok.net:8080/history/src/sys/compat/linuxkpi/common/include/linux/cgroup.h#b5f7a0b0fd8953c00b154d96b79ba0208c2e1aca</link>
        <description>linuxkpi: Replicate Linux #includes between headersThe DRM drivers (and probably other parts of the Linux kernel) had asignificant cleanup w.r.t. which source file includes what in Linux6.10. Nonetheless, the DRM drivers still depend on implicit namespacepollution because some source files do not include all the headers theyshould.This cleanup broke the build with FreeBSD because we do not replicatethe same `#include` directives everywhere.This commit adds the same `#include` directives in several headers inorder to get the same namespace pollution.This fixes the build of the DRM drivers from Linux 6.10. An example is`drm_dp_tunnel.c` which needed `str_yes_no()` defined by&lt;linux/string_helpers.h&gt; (technically &lt;linux/string_choices.h&gt; inLinux). It gets it through:    &lt;linux/i2c.h&gt; -&gt; &lt;linux/regulator/consumer.h&gt; -&gt; &lt;linux/suspend.h&gt; -&gt;    &lt;linux/swap.h&gt; -&gt; &lt;linux/memcontrol.h&gt; -&gt; &lt;linux/cgroup.h&gt; -&gt;    &lt;linux/seq_file.h&gt; -&gt; &lt;linux/string_helpers.h&gt;Reviewed by:	emasteSponsored by:	The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D54496

            List of files:
            /src/sys/compat/linuxkpi/common/include/linux/cgroup.h</description>
        <pubDate>Sun, 17 Aug 2025 11:17:49 +0000</pubDate>
        <dc:creator>Jean-S&#233;bastien P&#233;dron &lt;dumbbell@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f570760e5fefc8544400ff3328c5f7dde8c8fcf0 - linuxkpi: Add several headers to reproduce namespace pollution</title>
        <link>http://opengrok.net:8080/history/src/sys/compat/linuxkpi/common/include/linux/cgroup.h#f570760e5fefc8544400ff3328c5f7dde8c8fcf0</link>
        <description>linuxkpi: Add several headers to reproduce namespace pollution[Why]The i915 DRM driver relies on this chain of includes to access thedefinition of `struct tasklet_struct` in `&lt;linux/interrupt.h&gt;`.Reviewed by:	imp, manuSponsored by:	The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D48760

            List of files:
            /src/sys/compat/linuxkpi/common/include/linux/cgroup.h</description>
        <pubDate>Mon, 13 Jan 2025 22:42:38 +0000</pubDate>
        <dc:creator>Jean-S&#233;bastien P&#233;dron &lt;dumbbell@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b5f7a0b0fd8953c00b154d96b79ba0208c2e1aca - linuxkpi: Replicate Linux #includes between headers</title>
        <link>http://opengrok.net:8080/history/src/sys/compat/linuxkpi/common/include/linux/cgroup.h#b5f7a0b0fd8953c00b154d96b79ba0208c2e1aca</link>
        <description>linuxkpi: Replicate Linux #includes between headersThe DRM drivers (and probably other parts of the Linux kernel) had asignificant cleanup w.r.t. which source file includes what in Linux6.10. Nonetheless, the DRM drivers still depend on implicit namespacepollution because some source files do not include all the headers theyshould.This cleanup broke the build with FreeBSD because we do not replicatethe same `#include` directives everywhere.This commit adds the same `#include` directives in several headers inorder to get the same namespace pollution.This fixes the build of the DRM drivers from Linux 6.10. An example is`drm_dp_tunnel.c` which needed `str_yes_no()` defined by&lt;linux/string_helpers.h&gt; (technically &lt;linux/string_choices.h&gt; inLinux). It gets it through:    &lt;linux/i2c.h&gt; -&gt; &lt;linux/regulator/consumer.h&gt; -&gt; &lt;linux/suspend.h&gt; -&gt;    &lt;linux/swap.h&gt; -&gt; &lt;linux/memcontrol.h&gt; -&gt; &lt;linux/cgroup.h&gt; -&gt;    &lt;linux/seq_file.h&gt; -&gt; &lt;linux/string_helpers.h&gt;Reviewed by:	emasteSponsored by:	The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D54496

            List of files:
            /src/sys/compat/linuxkpi/common/include/linux/cgroup.h</description>
        <pubDate>Sun, 17 Aug 2025 11:17:49 +0000</pubDate>
        <dc:creator>Jean-S&#233;bastien P&#233;dron &lt;dumbbell@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f570760e5fefc8544400ff3328c5f7dde8c8fcf0 - linuxkpi: Add several headers to reproduce namespace pollution</title>
        <link>http://opengrok.net:8080/history/src/sys/compat/linuxkpi/common/include/linux/cgroup.h#f570760e5fefc8544400ff3328c5f7dde8c8fcf0</link>
        <description>linuxkpi: Add several headers to reproduce namespace pollution[Why]The i915 DRM driver relies on this chain of includes to access thedefinition of `struct tasklet_struct` in `&lt;linux/interrupt.h&gt;`.Reviewed by:	imp, manuSponsored by:	The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D48760

            List of files:
            /src/sys/compat/linuxkpi/common/include/linux/cgroup.h</description>
        <pubDate>Mon, 13 Jan 2025 22:42:38 +0000</pubDate>
        <dc:creator>Jean-S&#233;bastien P&#233;dron &lt;dumbbell@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
