Re: [PATCH 09/10] kern: Make it possible to subtract conditions from debug=

2020-04-03 Thread Daniel Kiper
On Fri, Mar 13, 2020 at 08:16:59PM +0100, Javier Martinez Canillas wrote: > From: Peter Jones > > This makes it so you can do set debug to "all,-scripting,-lexer" and get the > obvious outcome. Any negation present will take preference over that > conditional, so "all,-scripting,scripting" is the

[PATCH 09/10] kern: Make it possible to subtract conditions from debug=

2020-03-13 Thread Javier Martinez Canillas
From: Peter Jones This makes it so you can do set debug to "all,-scripting,-lexer" and get the obvious outcome. Any negation present will take preference over that conditional, so "all,-scripting,scripting" is the same thing as "all,-scripting". Signed-off-by: Peter Jones Signed-off-by: Javier