Re: [PATCH v3 00/33] Implement kernel-doc in Python

2025-04-15 Thread Mauro Carvalho Chehab
Em Tue, 15 Apr 2025 07:34:51 -0600 Jonathan Corbet escreveu: > Mauro Carvalho Chehab writes: > > > I'll try to craft a patch along the week to add > > PYTHONDONTWRITEBYTECODE=1 to the places where kernel-doc > > is called. > > This may really be all we need. It will be interesting to do som

Re: [PATCH v3 00/33] Implement kernel-doc in Python

2025-04-15 Thread Andy Shevchenko
On Wed, Apr 09, 2025 at 12:30:00PM -0600, Jonathan Corbet wrote: > Mauro Carvalho Chehab writes: > > > This changeset contains the kernel-doc.py script to replace the verable > > kernel-doc originally written in Perl. It replaces the first version and the > > second series I sent on the top of it

Re: [PATCH v3 00/33] Implement kernel-doc in Python

2025-04-15 Thread Jonathan Corbet
Mauro Carvalho Chehab writes: > I'll try to craft a patch along the week to add > PYTHONDONTWRITEBYTECODE=1 to the places where kernel-doc > is called. This may really be all we need. It will be interesting to do some build-time tests; I don't really see this as making much of a difference. Th

Re: [PATCH v3 00/33] Implement kernel-doc in Python

2025-04-15 Thread Jani Nikula
On Tue, 15 Apr 2025, Andy Shevchenko wrote: > On Tue, Apr 15, 2025 at 10:01:04AM +0300, Andy Shevchenko wrote: >> On Mon, Apr 14, 2025 at 09:17:51AM -0600, Jonathan Corbet wrote: >> > Andy Shevchenko writes: >> > > On Wed, Apr 09, 2025 at 12:30:00PM -0600, Jonathan Corbet wrote: >> > >> Mauro Car

Re: [PATCH v3 00/33] Implement kernel-doc in Python

2025-04-15 Thread Andy Shevchenko
On Tue, Apr 15, 2025 at 06:06:31PM +0800, Mauro Carvalho Chehab wrote: > Em Tue, 15 Apr 2025 12:54:12 +0300 > Andy Shevchenko escreveu: ... > I'll try to craft a patch along the week to add > PYTHONDONTWRITEBYTECODE=1 to the places where kernel-doc > is called. Cc me and I'll be happy to test.

Re: [PATCH v3 00/33] Implement kernel-doc in Python

2025-04-15 Thread Andy Shevchenko
On Tue, Apr 15, 2025 at 04:51:02PM +0800, Mauro Carvalho Chehab wrote: > Em Tue, 15 Apr 2025 16:40:34 +0800 > Mauro Carvalho Chehab escreveu: > > Em Tue, 15 Apr 2025 11:19:26 +0300 > > Andy Shevchenko escreveu: > > > On Tue, Apr 15, 2025 at 11:17:12AM +0300, Andy Shevchenko wrote: > > > > On Tu

Re: [PATCH v3 00/33] Implement kernel-doc in Python

2025-04-15 Thread Mauro Carvalho Chehab
Em Tue, 15 Apr 2025 11:19:26 +0300 Andy Shevchenko escreveu: > On Tue, Apr 15, 2025 at 11:17:12AM +0300, Andy Shevchenko wrote: > > On Tue, Apr 15, 2025 at 10:49:29AM +0300, Jani Nikula wrote: > > > On Tue, 15 Apr 2025, Andy Shevchenko wrote: > > > > > > > On Tue, Apr 15, 2025 at 10:01:04AM

Re: [PATCH v3 00/33] Implement kernel-doc in Python

2025-04-15 Thread Andy Shevchenko
On Tue, Apr 15, 2025 at 04:40:34PM +0800, Mauro Carvalho Chehab wrote: > Em Tue, 15 Apr 2025 11:19:26 +0300 > Andy Shevchenko escreveu: > > On Tue, Apr 15, 2025 at 11:17:12AM +0300, Andy Shevchenko wrote: > > > On Tue, Apr 15, 2025 at 10:49:29AM +0300, Jani Nikula wrote: > > > > On Tue, 15 Apr 2

Re: [PATCH v3 00/33] Implement kernel-doc in Python

2025-04-15 Thread Andy Shevchenko
On Tue, Apr 15, 2025 at 12:51:38PM +0300, Andy Shevchenko wrote: > On Tue, Apr 15, 2025 at 04:40:34PM +0800, Mauro Carvalho Chehab wrote: > > Em Tue, 15 Apr 2025 11:19:26 +0300 > > Andy Shevchenko escreveu: > > > On Tue, Apr 15, 2025 at 11:17:12AM +0300, Andy Shevchenko wrote: > > > > On Tue, Apr

Re: [PATCH v3 00/33] Implement kernel-doc in Python

2025-04-15 Thread Mauro Carvalho Chehab
Em Tue, 15 Apr 2025 12:54:12 +0300 Andy Shevchenko escreveu: > On Tue, Apr 15, 2025 at 12:51:38PM +0300, Andy Shevchenko wrote: > > On Tue, Apr 15, 2025 at 04:40:34PM +0800, Mauro Carvalho Chehab wrote: > > > Em Tue, 15 Apr 2025 11:19:26 +0300 > > > Andy Shevchenko escreveu: > > > > On Tue,

Re: [PATCH v3 00/33] Implement kernel-doc in Python

2025-04-15 Thread Andy Shevchenko
On Tue, Apr 15, 2025 at 10:49:29AM +0300, Jani Nikula wrote: > On Tue, 15 Apr 2025, Andy Shevchenko wrote: > > On Tue, Apr 15, 2025 at 10:01:04AM +0300, Andy Shevchenko wrote: > >> On Mon, Apr 14, 2025 at 09:17:51AM -0600, Jonathan Corbet wrote: > >> > Andy Shevchenko writes: > >> > > On Wed, Apr

Re: [PATCH v3 00/33] Implement kernel-doc in Python

2025-04-15 Thread Andy Shevchenko
On Mon, Apr 14, 2025 at 09:17:51AM -0600, Jonathan Corbet wrote: > Andy Shevchenko writes: > > On Wed, Apr 09, 2025 at 12:30:00PM -0600, Jonathan Corbet wrote: > >> Mauro Carvalho Chehab writes: > >> > >> > This changeset contains the kernel-doc.py script to replace the verable > >> > kernel-doc

Re: [PATCH v3 00/33] Implement kernel-doc in Python

2025-04-15 Thread Mauro Carvalho Chehab
Em Tue, 15 Apr 2025 10:03:47 +0300 Andy Shevchenko escreveu: > On Tue, Apr 15, 2025 at 10:01:04AM +0300, Andy Shevchenko wrote: > > On Mon, Apr 14, 2025 at 09:17:51AM -0600, Jonathan Corbet wrote: > > > Andy Shevchenko writes: > > > > On Wed, Apr 09, 2025 at 12:30:00PM -0600, Jonathan Corbet

Re: [PATCH v3 00/33] Implement kernel-doc in Python

2025-04-15 Thread Andy Shevchenko
On Tue, Apr 15, 2025 at 11:17:12AM +0300, Andy Shevchenko wrote: > On Tue, Apr 15, 2025 at 10:49:29AM +0300, Jani Nikula wrote: > > On Tue, 15 Apr 2025, Andy Shevchenko wrote: > > > On Tue, Apr 15, 2025 at 10:01:04AM +0300, Andy Shevchenko wrote: > > >> On Mon, Apr 14, 2025 at 09:17:51AM -0600, Jo

Re: [PATCH v3 00/33] Implement kernel-doc in Python

2025-04-15 Thread Andy Shevchenko
On Tue, Apr 15, 2025 at 10:01:04AM +0300, Andy Shevchenko wrote: > On Mon, Apr 14, 2025 at 09:17:51AM -0600, Jonathan Corbet wrote: > > Andy Shevchenko writes: > > > On Wed, Apr 09, 2025 at 12:30:00PM -0600, Jonathan Corbet wrote: > > >> Mauro Carvalho Chehab writes: > > >> > > >> > This changes

Re: [PATCH v3 00/33] Implement kernel-doc in Python

2025-04-14 Thread Jonathan Corbet
Andy Shevchenko writes: > On Wed, Apr 09, 2025 at 12:30:00PM -0600, Jonathan Corbet wrote: >> Mauro Carvalho Chehab writes: >> >> > This changeset contains the kernel-doc.py script to replace the verable >> > kernel-doc originally written in Perl. It replaces the first version and >> > the >>

Re: [PATCH v3 00/33] Implement kernel-doc in Python

2025-04-14 Thread Jonathan Corbet
> Andy Shevchenko writes: > >> On Wed, Apr 09, 2025 at 12:30:00PM -0600, Jonathan Corbet wrote: >>> Mauro Carvalho Chehab writes: >>> >>> > This changeset contains the kernel-doc.py script to replace the verable >>> > kernel-doc originally written in Perl. It replaces the first version and >>>

[PATCH v3 00/33] Implement kernel-doc in Python

2025-04-10 Thread Mauro Carvalho Chehab
Hi Jon, This changeset contains the kernel-doc.py script to replace the verable kernel-doc originally written in Perl. It replaces the first version and the second series I sent on the top of it. I tried to stay as close as possible of the original Perl implementation on the first patch introduci

Re: [PATCH v3 00/33] Implement kernel-doc in Python

2025-04-09 Thread Jonathan Corbet
Mauro Carvalho Chehab writes: > This changeset contains the kernel-doc.py script to replace the verable > kernel-doc originally written in Perl. It replaces the first version and the > second series I sent on the top of it. OK, I've applied it, looked at the (minimal) changes in output, and conc

Re: [PATCH v3 00/33] Implement kernel-doc in Python

2025-04-09 Thread Mauro Carvalho Chehab
Em Wed, 09 Apr 2025 13:16:06 +0300 Jani Nikula escreveu: > On Tue, 08 Apr 2025, Mauro Carvalho Chehab wrote: > > Hi Jon, > > > > This changeset contains the kernel-doc.py script to replace the verable > > kernel-doc originally written in Perl. It replaces the first version and the > > second ser

Re: [PATCH v3 00/33] Implement kernel-doc in Python

2025-04-09 Thread Jani Nikula
On Tue, 08 Apr 2025, Mauro Carvalho Chehab wrote: > Hi Jon, > > This changeset contains the kernel-doc.py script to replace the verable > kernel-doc originally written in Perl. It replaces the first version and the > second series I sent on the top of it. Yay! Thanks for doing this. I believe thi

Re: [PATCH v3 00/33] Implement kernel-doc in Python

2025-04-08 Thread Mauro Carvalho Chehab
Jon, Em Tue, 8 Apr 2025 18:09:03 +0800 Mauro Carvalho Chehab escreveu: > Mauro Carvalho Chehab (32): > scripts/kernel-doc: rename it to scripts/kernel-doc.pl > scripts/kernel-doc: add a symlink to the Perl version of kernel-doc Forgot to mention at the description. After review, it makes s