Re: [PATCH] devtools: forbid writing to standard output streams

2024-01-19 Thread David Marchand
On Thu, Dec 21, 2023 at 2:31 PM David Marchand wrote: > > No output on stdout or stderr! > Drivers and libraries must use the logging framework. > > Signed-off-by: David Marchand Applied, thanks. -- David Marchand

Re: [PATCH] devtools: forbid writing to standard output streams

2023-12-21 Thread Tyler Retzlaff
On Thu, Dec 21, 2023 at 02:31:20PM +0100, David Marchand wrote: > No output on stdout or stderr! > Drivers and libraries must use the logging framework. > > Signed-off-by: David Marchand > --- Acked-by: Tyler Retzlaff

Re: [PATCH] devtools: forbid writing to standard output streams

2023-12-21 Thread Stephen Hemminger
On Thu, 21 Dec 2023 14:31:20 +0100 David Marchand wrote: > No output on stdout or stderr! > Drivers and libraries must use the logging framework. > > Signed-off-by: David Marchand > --- > devtools/checkpatches.sh | 8 > 1 file changed, 8 insertions(+) > > diff --git a/devtools/checkp

Re: [PATCH] devtools: forbid writing to standard output streams

2023-12-21 Thread Bruce Richardson
On Thu, Dec 21, 2023 at 02:31:20PM +0100, David Marchand wrote: > No output on stdout or stderr! > Drivers and libraries must use the logging framework. > > Signed-off-by: David Marchand > --- > devtools/checkpatches.sh | 8 > 1 file changed, 8 insertions(+) Acked-by: Bruce Richardson

[PATCH] devtools: forbid writing to standard output streams

2023-12-21 Thread David Marchand
No output on stdout or stderr! Drivers and libraries must use the logging framework. Signed-off-by: David Marchand --- devtools/checkpatches.sh | 8 1 file changed, 8 insertions(+) diff --git a/devtools/checkpatches.sh b/devtools/checkpatches.sh index 10d1bf490b..c9e466f736 100755 ---