Re: [PATCH] scripts: kernel-doc: Disambiguate origin of warnings

2023-12-14 Thread Kees Cook
On Thu, Dec 14, 2023 at 04:19:34PM -0800, Randy Dunlap wrote: > > > On 12/14/23 16:15, Kees Cook wrote: > > There's no prefix to warnings and errors reported by scripts/kernel-doc > > which makes it frustrating to isolate errors reported from CI systems. > > Add a "$0: " prefix to all the STDERR

Re: [PATCH] scripts: kernel-doc: Disambiguate origin of warnings

2023-12-14 Thread Randy Dunlap
On 12/14/23 16:15, Kees Cook wrote: > There's no prefix to warnings and errors reported by scripts/kernel-doc > which makes it frustrating to isolate errors reported from CI systems. > Add a "$0: " prefix to all the STDERR output. > > Cc: Jonathan Corbet > Cc: linux-doc@vger.kernel.org > Signe