Re: [PATCH v3 1/2] scripts/kernel-doc.py: don't create *.pyc files

2025-04-18 Thread Mauro Carvalho Chehab
Hi Andy, Em Wed, 16 Apr 2025 12:41:29 +0300 Andy Shevchenko escreveu: > On Wed, Apr 16, 2025 at 05:38:11PM +0800, Mauro Carvalho Chehab wrote: > > Em Wed, 16 Apr 2025 17:29:01 +0800 > > Mauro Carvalho Chehab escreveu: > > ... > > > Heh, trying to quickly write a patch before calling it a da

Re: [PATCH v3 1/2] scripts/kernel-doc.py: don't create *.pyc files

2025-04-18 Thread kernel test robot
Hi Mauro, kernel test robot noticed the following build errors: [auto build test ERROR on lwn/docs-next] [also build test ERROR on drm-i915/for-linux-next drm-i915/for-linux-next-fixes linus/master v6.15-rc2 next-20250417] [cannot apply to masahiroy-kbuild/for-next masahiroy-kbuild/fixes] [If yo

Re: [PATCH v3 1/2] scripts/kernel-doc.py: don't create *.pyc files

2025-04-17 Thread kernel test robot
Hi Mauro, kernel test robot noticed the following build errors: [auto build test ERROR on lwn/docs-next] [also build test ERROR on drm-i915/for-linux-next drm-i915/for-linux-next-fixes linus/master v6.15-rc2 next-20250416] [cannot apply to masahiroy-kbuild/for-next masahiroy-kbuild/fixes] [If yo

Re: [PATCH v3 1/2] scripts/kernel-doc.py: don't create *.pyc files

2025-04-16 Thread Mauro Carvalho Chehab
Em Wed, 16 Apr 2025 12:36:06 +0300 Andy Shevchenko escreveu: > On Wed, Apr 16, 2025 at 05:29:01PM +0800, Mauro Carvalho Chehab wrote: > > Em Wed, 16 Apr 2025 17:19:17 +0800 > > Mauro Carvalho Chehab escreveu: > > > Em Wed, 16 Apr 2025 11:34:16 +0300 > > > Jani Nikula escreveu: > > > > On We

Re: [PATCH v3 1/2] scripts/kernel-doc.py: don't create *.pyc files

2025-04-16 Thread Andy Shevchenko
On Wed, Apr 16, 2025 at 05:38:11PM +0800, Mauro Carvalho Chehab wrote: > Em Wed, 16 Apr 2025 17:29:01 +0800 > Mauro Carvalho Chehab escreveu: ... > Heh, trying to quickly write a patch before calling it a day is > usually not a good idea ;-) > > I'll send a fix tomorrow. Take your time, we sti

Re: [PATCH v3 1/2] scripts/kernel-doc.py: don't create *.pyc files

2025-04-16 Thread Andy Shevchenko
On Wed, Apr 16, 2025 at 05:29:01PM +0800, Mauro Carvalho Chehab wrote: > Em Wed, 16 Apr 2025 17:19:17 +0800 > Mauro Carvalho Chehab escreveu: ... > could you please check if this patch solves the issue? Doesn't work for me. -- With Best Regards, Andy Shevchenko

Re: [PATCH v3 1/2] scripts/kernel-doc.py: don't create *.pyc files

2025-04-16 Thread Mauro Carvalho Chehab
Em Wed, 16 Apr 2025 17:29:01 +0800 Mauro Carvalho Chehab escreveu: > Em Wed, 16 Apr 2025 17:19:17 +0800 > Mauro Carvalho Chehab escreveu: > > > Em Wed, 16 Apr 2025 11:34:16 +0300 > > Jani Nikula escreveu: > > > > > On Wed, 16 Apr 2025, Mauro Carvalho Chehab > > > wrote: > > > > As reported

Re: [PATCH v3 1/2] scripts/kernel-doc.py: don't create *.pyc files

2025-04-16 Thread Andy Shevchenko
On Wed, Apr 16, 2025 at 05:29:01PM +0800, Mauro Carvalho Chehab wrote: > Em Wed, 16 Apr 2025 17:19:17 +0800 > Mauro Carvalho Chehab escreveu: > > Em Wed, 16 Apr 2025 11:34:16 +0300 > > Jani Nikula escreveu: > > > On Wed, 16 Apr 2025, Mauro Carvalho Chehab > > > wrote: ... > > > > quiet_cmd_h

Re: [PATCH v3 1/2] scripts/kernel-doc.py: don't create *.pyc files

2025-04-16 Thread Mauro Carvalho Chehab
Em Wed, 16 Apr 2025 17:19:17 +0800 Mauro Carvalho Chehab escreveu: > Em Wed, 16 Apr 2025 11:34:16 +0300 > Jani Nikula escreveu: > > > On Wed, 16 Apr 2025, Mauro Carvalho Chehab > > wrote: > > > As reported by Andy, kernel-doc.py is creating a __pycache__ > > > directory at build time. > > > >

Re: [PATCH v3 1/2] scripts/kernel-doc.py: don't create *.pyc files

2025-04-16 Thread Andy Shevchenko
On Wed, Apr 16, 2025 at 05:19:17PM +0800, Mauro Carvalho Chehab wrote: > Em Wed, 16 Apr 2025 11:34:16 +0300 > Jani Nikula escreveu: > > On Wed, 16 Apr 2025, Mauro Carvalho Chehab > > wrote: ... > > > quiet_cmd_hdrtest = HDRTEST $(patsubst %.hdrtest,%.h,$@) > > >cmd_hdrtest = \ > > >

Re: [PATCH v3 1/2] scripts/kernel-doc.py: don't create *.pyc files

2025-04-16 Thread Mauro Carvalho Chehab
Em Wed, 16 Apr 2025 11:34:16 +0300 Jani Nikula escreveu: > On Wed, 16 Apr 2025, Mauro Carvalho Chehab wrote: > > As reported by Andy, kernel-doc.py is creating a __pycache__ > > directory at build time. > > > > Disable creation of __pycache__ for the libraries used by > > kernel-doc.py, when exc

Re: [PATCH v3 1/2] scripts/kernel-doc.py: don't create *.pyc files

2025-04-16 Thread Jani Nikula
On Wed, 16 Apr 2025, Mauro Carvalho Chehab wrote: > As reported by Andy, kernel-doc.py is creating a __pycache__ > directory at build time. > > Disable creation of __pycache__ for the libraries used by > kernel-doc.py, when excecuted via the build system or via > scripts/find-unused-docs.sh. > > R