On Mon, Dec 14, 2020 at 05:35:59PM +0100, Manuel Bouyer wrote: > Hello, > here is a set of 24 patches, which are needed to build and run the > tools on NetBSD. They are extracted from NetBSD's pkgsrc repository for > Xen 4.13, and ported to 4.15.
Thanks! I think they are mostly fine. All of them are however missing a Signed-off-by tag, which is mandatory for getting them accepted. Also you should Cc the maintainers on patches, so they can review them. There's a script in tree to do that, you can use it against the patch files and it will append the appropriate Cc's: % ./scripts/add_maintainers.pl -d patch/directory Optionally use the --reroll-count when sending new versions of the series (2,3...) Thanks, Roger.