On 19/11/2021 14:01, Jan Beulich wrote: > On 19.11.2021 14:44, Andrew Cooper wrote: >> This is a simple comma separated list, so use the normal form. >> >> * Don't cease processing subsequent elements on an error >> * Do report -EINVAL for things like `dom0_nodes=4foo` >> * Don't opencode the cmdline_strcmp() helper >> >> Signed-off-by: Andrew Cooper <andrew.coop...@citrix.com> > Reviewed-by: Jan Beulich <jbeul...@suse.com> > > I guess you will want this backported?
In due course, probably. For now, Jane is investigating why dom0_nodes=0 isn't working, and this was a tiny bit I spotted on the side and just decided to fix. I'm fairly confident there will be more bugfixes coming. ~Andrew