<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in container</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>c17ee635fd3a482b2ad2bf5e269755c2eae5f25e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/container#c17ee635fd3a482b2ad2bf5e269755c2eae5f25e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixes7.0-rc1 was just released, let&apos;s merge it to kick the new release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/scripts/container</description>
        <pubDate>Mon, 23 Feb 2026 10:09:45 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>df989b01b5f97dae8f9869cfacbda1308f2182c1 - Merge 7.0 Kbuild changes into kbuild-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/container#df989b01b5f97dae8f9869cfacbda1308f2182c1</link>
        <description>Merge 7.0 Kbuild changes into kbuild-fixeskbuild-fixes needs to be based on 6.19 to apply some fixes for  62089b804895 (&quot;kbuild: rpm-pkg: Generate debuginfo package manually&quot;)which landed in 6.19-rc1 but the new material of 7.0 needs fixes mergedas well.Signed-off-by: Nathan Chancellor &lt;nathan@kernel.org&gt;

            List of files:
            /linux/scripts/container</description>
        <pubDate>Thu, 12 Feb 2026 17:28:27 +0100</pubDate>
        <dc:creator>Nathan Chancellor &lt;nathan@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>41f1a08645abb5ef7d2a3ed8835c747334878774 - Merge tag &apos;kbuild-7.0-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/container#41f1a08645abb5ef7d2a3ed8835c747334878774</link>
        <description>Merge tag &apos;kbuild-7.0-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linuxPull Kbuild/Kconfig updates from Nathan Chancellor: &quot;Kbuild:   - Drop &apos;*_probe&apos; pattern from modpost section check allowlist, which     hid legitimate warnings (Johan Hovold)   - Disable -Wtype-limits altogether, instead of enabling at W=2     (Vincent Mailhol)   - Improve UAPI testing to skip testing headers that require a libc     when CONFIG_CC_CAN_LINK is not set, opening up testing of headers     with no libc dependencies to more environments (Thomas Wei&#223;schuh)   - Update gendwarfksyms documentation with required dependencies     (Jihan LIN)   - Reject invalid LLVM= values to avoid unintentionally falling back     to system toolchain (Thomas Wei&#223;schuh)   - Add a script to help run the kernel build process in a container     for consistent environments and testing (Guillaume Tucker)   - Simplify kallsyms by getting rid of the relative base (Ard     Biesheuvel)   - Performance and usability improvements to scripts/make_fit.py     (Simon Glass)   - Minor various clean ups and fixes  Kconfig:   - Move XPM icons to individual files, clearing up GTK deprecation     warnings (Rostislav Krasny)   - Support        depends on FOO if BAR     as syntactic sugar for        depends on FOO || !BAR     (Nicolas Pitre, Graham Roff)   - Refactor merge_config.sh to use awk over shell/sed/grep,     dramatically speeding up processing large number of config     fragments (Anders Roxell, Mikko Rapeli)&quot;* tag &apos;kbuild-7.0-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux: (39 commits)  kbuild: remove dependency of run-command on config  scripts/make_fit: Compress dtbs in parallel  scripts/make_fit: Support a few more parallel compressors  kbuild: Support a FIT_EXTRA_ARGS environment variable  scripts/make_fit: Move dtb processing into a function  scripts/make_fit: Support an initial ramdisk  scripts/make_fit: Speed up operation  rust: kconfig: Don&apos;t require RUST_IS_AVAILABLE for rustc-option  MAINTAINERS: Add scripts/install.sh into Kbuild entry  modpost: Amend ppc64 save/restfpr symnames for -Os build  MIPS: tools: relocs: Ship a definition of R_MIPS_PC32  streamline_config.pl: remove superfluous exclamation mark  kbuild: dummy-tools: Add python3  scripts: kconfig: merge_config.sh: warn on duplicate input files  scripts: kconfig: merge_config.sh: use awk in checks too  scripts: kconfig: merge_config.sh: refactor from shell/sed/grep to awk  kallsyms: Get rid of kallsyms relative base  mips: Add support for PC32 relocations in vmlinux  Documentation: dev-tools: add container.rst page  scripts: add tool to run containerized builds  ...

            List of files:
            /linux/scripts/container</description>
        <pubDate>Wed, 11 Feb 2026 22:40:35 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>8f989b3b6f0f029e34fcfbf259e4ac47e2028d4b - scripts: add tool to run containerized builds</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/container#8f989b3b6f0f029e34fcfbf259e4ac47e2028d4b</link>
        <description>scripts: add tool to run containerized buildsAdd a &apos;scripts/container&apos; tool written in Python to run any command inthe source tree from within a container.  This can typically be usedto call &apos;make&apos; with a compiler toolchain image to run reproduciblebuilds but any arbitrary command can be run too.  Only Docker andPodman are supported in this initial version.Add a new entry to MAINTAINERS accordingly.Link: https://lore.kernel.org/all/affb7aff-dc9b-4263-bbd4-a7965c19ac4e@gtucker.io/Signed-off-by: Guillaume Tucker &lt;gtucker@gtucker.io&gt;Tested-by: Nicolas Schier &lt;nsc@kernel.org&gt;Acked-by: Nicolas Schier &lt;nsc@kernel.org&gt;Link: https://patch.msgid.link/9b8da20157e409e8fa3134d2101678779e157256.1769090419.git.gtucker@gtucker.ioSigned-off-by: Nathan Chancellor &lt;nathan@kernel.org&gt;

            List of files:
            /linux/scripts/container</description>
        <pubDate>Thu, 22 Jan 2026 15:06:59 +0100</pubDate>
        <dc:creator>Guillaume Tucker &lt;gtucker@gtucker.io&gt;</dc:creator>
    </item>
</channel>
</rss>
