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

2025-04-16 Thread Mauro Carvalho Chehab
Em Wed, 16 Apr 2025 10:22:24 +0300 Andy Shevchenko escreveu: > On Wed, Apr 16, 2025 at 02:57:38PM +0800, 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 >

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

2025-04-16 Thread Jani Nikula
On Wed, 16 Apr 2025, Jani Nikula wrote: > 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 sy

Re: [PATCH v2 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

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

2025-04-16 Thread Andy Shevchenko
On Wed, Apr 16, 2025 at 02:57:38PM +0800, 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-

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

2025-04-15 Thread Mauro Carvalho Chehab
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. Reported-by: Andy Shevchenko Closes: https://lore.kernel.org/linu