[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <875xhugtam.fsf@trenco.lwn.net>
Date: Wed, 21 May 2025 04:19:29 -0600
From: Jonathan Corbet <corbet@....net>
To: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
Cc: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>, Akira Yokosawa
<akiyks@...il.com>, linux-doc@...r.kernel.org, Masahiro Yamada
<mchehab+huawei@...nel.org>, Nathan Chancellor
<mchehab+huawei@...nel.org>, Nicolas Schier <nicolas.schier@...ux.dev>,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>, Stephen Rothwell
<sfr@...b.auug.org.au>, Randy Dunlap <rdunlap@...radead.org>,
linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v3 0/3] Some kernel-doc fixes
Mauro Carvalho Chehab <mchehab+huawei@...nel.org> writes:
> Hi Jon,
>
> That's the third version of the kernel-doc fixup patch series.
>
> It address the root cause why Sphinx logger was not working: there
> was a call there for logger.verbose(). According with:
>
> https://www.sphinx-doc.org/en/master/extdev/logging.html
>
> This is a valid call, but it doesn't verbose messages. Instead, it is
> crashing with modern Sphinx versions, causing the log to not work.
>
> I got rid of it, replacing by logger.info(). I took the time to also
> address an issue pointed by Andy: not having the same log message
> placed everywhere. With such change, we can keep using Sphinx
> logger (which produces colored messages) inside kernel-doc
> classes.
>
> With that, we have:
>
> Patch 1: makes Lore and kernel-doc ML receive patches related
> to kernel-doc.py and get_abi.py.
> Patch 2: cleanup try/except logic and get rid of logger.verbose();
> Patch 3: fix a KeyError when trying to acess data from non-existing files;
OK, I've applied the series, thanks.
Sorry for my relative absence through all of this - I've been out of the
country and poorly connected for the last three weeks; done with that
now.
Thanks,
jon
Powered by blists - more mailing lists