mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org, Ahmad Fatoum <a.fatoum@barebox.org>
Cc: David Dgien <dgienda125@gmail.com>
Subject: Re: [PATCH 00/13] ARM32: modules: fix bitrot and add test
Date: Mon, 19 Jan 2026 08:28:22 +0100	[thread overview]
Message-ID: <176880770232.808618.29013978837638992.b4-ty@pengutronix.de> (raw)
In-Reply-To: <20260116160654.3981425-1-a.fatoum@barebox.org>


On Fri, 16 Jan 2026 17:06:23 +0100, Ahmad Fatoum wrote:
> v1 -> v2:
>   - drop <fdt.h> include in <compressed-dtb.h> in favor of
>     https://lore.barebox.org/barebox/20260114120221.941836-3-a.fatoum@pengutronix.de/T/#m191aec342beb0a80468f5c18a7cdd58dedad08ad
>   - patch 01/13 is new to allow deleting the .tmp_barebox_modules_env
>     directory
>   - renamed virt-el2@multi_v8_defconfig.yaml to dt-2nd@multi_v8_defconfig.yaml
>   - added YAML configs for ARM32 as well (Sascha)
>   - changed printf in lowlevel.c to pr_info (Sascha)
> 
> [...]

Applied, thanks!

[01/13] kbuild: fold rmdirs into rmfiles
        https://git.pengutronix.de/cgit/barebox/commit/?id=9914f8fdddac (link may not be stable)
[02/13] boards: qemu-virt: reserve BIOS device tree
        https://git.pengutronix.de/cgit/barebox/commit/?id=e6b570cd12cd (link may not be stable)
[03/13] ARM: qemu-virt: add image for use as -bios
        https://git.pengutronix.de/cgit/barebox/commit/?id=555631bf396a (link may not be stable)
[04/13] kbuild: build *.mod.c with -std=gnu11
        https://git.pengutronix.de/cgit/barebox/commit/?id=a9687a8f0af8 (link may not be stable)
[05/13] ARM32: mark modules as incompatible with ARM_MMU_PERMISSIONS
        https://git.pengutronix.de/cgit/barebox/commit/?id=8b26bb51e606 (link may not be stable)
[06/13] treewide: fix some missing EXPORT_SYMBOL
        https://git.pengutronix.de/cgit/barebox/commit/?id=20752da0f8b2 (link may not be stable)
[07/13] pci: ecam: enable build as module
        https://git.pengutronix.de/cgit/barebox/commit/?id=b317d4408c38 (link may not be stable)
[08/13] kbuild: add support for installing and stripping modules
        https://git.pengutronix.de/cgit/barebox/commit/?id=dbbd806920b3 (link may not be stable)
[09/13] ARM32: module: handle more relocations
        https://git.pengutronix.de/cgit/barebox/commit/?id=8ba9b6daf11c (link may not be stable)
[10/13] commands: pm_domain: make command tristate
        https://git.pengutronix.de/cgit/barebox/commit/?id=c49215926a57 (link may not be stable)
[11/13] test: conftest: add support for describing FW_CFG environment in YAML
        https://git.pengutronix.de/cgit/barebox/commit/?id=0590c54d58b1 (link may not be stable)
[12/13] defaultenv: add barebox_modules_env target
        https://git.pengutronix.de/cgit/barebox/commit/?id=b8d781f46605 (link may not be stable)
[13/13] test: arm: add simple driver/command module test
        https://git.pengutronix.de/cgit/barebox/commit/?id=469a1673c976 (link may not be stable)

Best regards,
-- 
Sascha Hauer <s.hauer@pengutronix.de>




      parent reply	other threads:[~2026-01-19  7:29 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-16 16:06 Ahmad Fatoum
2026-01-16 16:06 ` [PATCH 01/13] kbuild: fold rmdirs into rmfiles Ahmad Fatoum
2026-01-16 16:06 ` [PATCH 02/13] boards: qemu-virt: reserve BIOS device tree Ahmad Fatoum
2026-01-16 16:06 ` [PATCH 03/13] ARM: qemu-virt: add image for use as -bios Ahmad Fatoum
2026-01-16 16:06 ` [PATCH 04/13] kbuild: build *.mod.c with -std=gnu11 Ahmad Fatoum
2026-01-16 16:06 ` [PATCH 05/13] ARM32: mark modules as incompatible with ARM_MMU_PERMISSIONS Ahmad Fatoum
2026-01-16 16:06 ` [PATCH 06/13] treewide: fix some missing EXPORT_SYMBOL Ahmad Fatoum
2026-01-16 16:06 ` [PATCH 07/13] pci: ecam: enable build as module Ahmad Fatoum
2026-01-16 16:06 ` [PATCH 08/13] kbuild: add support for installing and stripping modules Ahmad Fatoum
2026-01-16 16:06 ` [PATCH 09/13] ARM32: module: handle more relocations Ahmad Fatoum
2026-01-16 16:06 ` [PATCH 10/13] commands: pm_domain: make command tristate Ahmad Fatoum
2026-01-16 16:06 ` [PATCH 11/13] test: conftest: add support for describing FW_CFG environment in YAML Ahmad Fatoum
2026-01-16 16:06 ` [PATCH 12/13] defaultenv: add barebox_modules_env target Ahmad Fatoum
2026-01-16 16:06 ` [PATCH 13/13] test: arm: add simple driver/command module test Ahmad Fatoum
2026-01-19  7:28 ` Sascha Hauer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=176880770232.808618.29013978837638992.b4-ty@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=a.fatoum@barebox.org \
    --cc=barebox@lists.infradead.org \
    --cc=dgienda125@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox