public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andy Shevchenko <andriy.shevchenko@intel.com>
To: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Cc: "Linux Doc Mailing List" <linux-doc@vger.kernel.org>,
	"Jonathan Corbet" <corbet@lwn.net>,
	"Thomas Weißschuh" <linux@weissschuh.net>,
	"Ard Biesheuvel" <ardb@kernel.org>,
	"Kris Van Hees" <kris.van.hees@oracle.com>,
	"Laurent Pinchart" <laurent.pinchart@ideasonboard.com>,
	"Li Zhijian" <lizhijian@fujitsu.com>,
	"Masahiro Yamada" <masahiroy@kernel.org>,
	"Miguel Ojeda" <ojeda@kernel.org>,
	"Nathan Chancellor" <nathan@kernel.org>,
	"Tamir Duberstein" <tamird@gmail.com>,
	"Vegard Nossum" <vegard.nossum@oracle.com>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 2/2] .gitignore: ignore Python compiled bytecode
Date: Wed, 16 Apr 2025 12:18:26 +0300	[thread overview]
Message-ID: <Z_914nf_HQZNl_NI@smile.fi.intel.com> (raw)
In-Reply-To: <6f597205d5b2ec0e4d07c47f4b66c9df5da8203d.1744789777.git.mchehab+huawei@kernel.org>

On Wed, Apr 16, 2025 at 03:51:05PM +0800, Mauro Carvalho Chehab wrote:
> While the building system doesn't create any Python JIT bytecode,
> if one manually runs kernel-doc.py or get_abi.py, Python will,
> by default, create a bytecode and store it under scripts/lib/*.
> 
> This is normal, and not controlled by the Kernel itself. So,
> add *.pyc as an extension to be ignored.

...

>  *.mod.c
>  *.o
>  *.o.*
> +*.pyc
>  *.patch
>  *.rmeta
>  *.rpm

Same comment as per v2. This list seems ordered.

-- 
With Best Regards,
Andy Shevchenko



  reply	other threads:[~2025-04-16  9:18 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-16  7:51 [PATCH v3 0/2] Don't create Python bytecode when building the kernel Mauro Carvalho Chehab
2025-04-16  7:51 ` [PATCH v3 1/2] scripts/kernel-doc.py: don't create *.pyc files Mauro Carvalho Chehab
2025-04-16  8:34   ` Jani Nikula
2025-04-16  9:19     ` Mauro Carvalho Chehab
2025-04-16  9:23       ` Andy Shevchenko
2025-04-16  9:29       ` Mauro Carvalho Chehab
2025-04-16  9:36         ` Andy Shevchenko
2025-04-17  6:31           ` Mauro Carvalho Chehab
2025-04-16  9:38         ` Mauro Carvalho Chehab
2025-04-16  9:41           ` Andy Shevchenko
2025-04-18 23:51             ` Mauro Carvalho Chehab
2025-04-16  9:39         ` Andy Shevchenko
2025-04-17  7:58   ` kernel test robot
2025-04-18 18:12   ` kernel test robot
2025-04-16  7:51 ` [PATCH v3 2/2] .gitignore: ignore Python compiled bytecode Mauro Carvalho Chehab
2025-04-16  9:18   ` Andy Shevchenko [this message]
2025-04-21  8:38 ` [PATCH v3 0/2] Don't create Python bytecode when building the kernel Dmitry Baryshkov
2025-04-21 16:35   ` Jonathan Corbet
2025-04-22  7:57     ` Andy Shevchenko
2025-04-23  9:30       ` Akira Yokosawa
2025-04-23 16:31         ` Andy Shevchenko
2025-04-24  2:07           ` Akira Yokosawa
2025-04-24  7:26             ` Mauro Carvalho Chehab
2025-04-24  7:44               ` Mauro Carvalho Chehab
2025-04-24  9:28             ` Andy Shevchenko
2025-04-24  0:31     ` Mauro Carvalho Chehab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Z_914nf_HQZNl_NI@smile.fi.intel.com \
    --to=andriy.shevchenko@intel.com \
    --cc=ardb@kernel.org \
    --cc=corbet@lwn.net \
    --cc=kris.van.hees@oracle.com \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@weissschuh.net \
    --cc=lizhijian@fujitsu.com \
    --cc=masahiroy@kernel.org \
    --cc=mchehab+huawei@kernel.org \
    --cc=nathan@kernel.org \
    --cc=ojeda@kernel.org \
    --cc=tamird@gmail.com \
    --cc=vegard.nossum@oracle.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox