mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org, Tobias Waldekranz <tobias@waldekranz.com>
Subject: Re: [PATCH v2 0/7] dm: Initial work on a device mapper
Date: Tue, 16 Sep 2025 10:45:23 +0200	[thread overview]
Message-ID: <175801232308.701791.4170580706090249839.b4-ty@pengutronix.de> (raw)
In-Reply-To: <20250909131843.2260573-1-tobias@waldekranz.com>


On Tue, 09 Sep 2025 15:18:33 +0200, Tobias Waldekranz wrote:
> Start work on adding a device mapper that is compatible with the
> corresponding subsystem in Linux.
> 
> v1:
> https://lore.kernel.org/barebox/20250828150637.2222474-1-tobias@waldekranz.com/
> 
> v1 -> v2:
> - Fix review comments from Ahmad (see individual commits)
> - Add (2/7): Add rasprintf(), to make scenarios where strings are
>   built up in multiple steps more ergonomic to work with.
> - Add (5/7): As a result of making sure that the DM selftests execute
>   in the CI suite, the qemu-malta build ran into a table size
>   overflow.
> 
> [...]

Applied, thanks!

[1/7] string: add strtok/strtokv
      https://git.pengutronix.de/cgit/barebox/commit/?id=30d9c8c534f8 (link may not be stable)
[2/7] vsprintf: Add rasprintf(): the reallocing string printf family
      https://git.pengutronix.de/cgit/barebox/commit/?id=5e81fb16e13c (link may not be stable)
[3/7] dm: Add initial device mapper infrastructure
      https://git.pengutronix.de/cgit/barebox/commit/?id=59b9c86685ad (link may not be stable)
[4/7] dm: linear: Add linear target
      https://git.pengutronix.de/cgit/barebox/commit/?id=4e5c3dd5cc9f (link may not be stable)
[5/7] MIPS: qemu-malta_defconfig: Use largest possible relocation table
      https://git.pengutronix.de/cgit/barebox/commit/?id=42226e38383a (link may not be stable)
[6/7] test: self: dm: Add test of linear target
      https://git.pengutronix.de/cgit/barebox/commit/?id=54f3f5e93473 (link may not be stable)
[7/7] commands: dmsetup: Basic command set for dm device management
      https://git.pengutronix.de/cgit/barebox/commit/?id=2069e48874e5 (link may not be stable)

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




      parent reply	other threads:[~2025-09-16  8:46 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-09 13:18 Tobias Waldekranz
2025-09-09 13:18 ` [PATCH v2 1/7] string: add strtok/strtokv Tobias Waldekranz
2025-09-16  8:35   ` Ahmad Fatoum
2025-09-09 13:18 ` [PATCH v2 2/7] vsprintf: Add rasprintf(): the reallocing string printf family Tobias Waldekranz
2025-09-09 13:18 ` [PATCH v2 3/7] dm: Add initial device mapper infrastructure Tobias Waldekranz
2025-09-09 13:18 ` [PATCH v2 4/7] dm: linear: Add linear target Tobias Waldekranz
2025-09-09 13:18 ` [PATCH v2 5/7] MIPS: qemu-malta_defconfig: Use largest possible relocation table Tobias Waldekranz
2025-09-09 13:18 ` [PATCH v2 6/7] test: self: dm: Add test of linear target Tobias Waldekranz
2025-09-09 13:18 ` [PATCH v2 7/7] commands: dmsetup: Basic command set for dm device management Tobias Waldekranz
2025-09-16  8:45 ` 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=175801232308.701791.4170580706090249839.b4-ty@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=tobias@waldekranz.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