Re: [PATCH 4/4] configs: sandbox_defconfig: CONFIG_LOG_MAX_LEVEL=9

2022-07-26 Thread Simon Glass
On Mon, 11 Jul 2022 at 00:21, Heinrich Schuchardt wrote: > > Without setting CONFIG_LOG_MAX_LEVEL to a value above 6 we will not detect > NULL dereferences and other errors in log_debug() calls. > > Signed-off-by: Heinrich Schuchardt > --- > Resent > --- > configs/sandbox_defconfig | 2 ++ > 1

Re: [PATCH 4/4] configs: sandbox_defconfig: CONFIG_LOG_MAX_LEVEL=9

2022-07-12 Thread Simon Glass
On Mon, 11 Jul 2022 at 00:21, Heinrich Schuchardt wrote: > > Without setting CONFIG_LOG_MAX_LEVEL to a value above 6 we will not detect > NULL dereferences and other errors in log_debug() calls. > > Signed-off-by: Heinrich Schuchardt > --- > Resent > --- > configs/sandbox_defconfig | 2 ++ > 1

[PATCH 4/4] configs: sandbox_defconfig: CONFIG_LOG_MAX_LEVEL=9

2022-07-11 Thread Heinrich Schuchardt
Without setting CONFIG_LOG_MAX_LEVEL to a value above 6 we will not detect NULL dereferences and other errors in log_debug() calls. Signed-off-by: Heinrich Schuchardt --- Resent --- configs/sandbox_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/sandbox_defconfig