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-tob...@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.ha...@pengutronix.de>