From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 20C31C369C7 for ; Wed, 16 Apr 2025 13:16:00 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7541810E90B; Wed, 16 Apr 2025 13:15:59 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="pyV9XH/9"; dkim-atps=neutral Received: from nyc.source.kernel.org (nyc.source.kernel.org [147.75.193.91]) by gabe.freedesktop.org (Postfix) with ESMTPS id A872E10E877; Wed, 16 Apr 2025 07:52:01 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by nyc.source.kernel.org (Postfix) with ESMTP id 967EBA4A28F; Wed, 16 Apr 2025 07:46:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 368E2C4CEE2; Wed, 16 Apr 2025 07:51:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1744789920; bh=uCBqYnlccBn6kD323ztcCaCIgVoqGL0ZzE2xDvyMfVY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=pyV9XH/929pKCUtu/jzo5+kbsxbegrQPoHoJP9O88jdotRKNaWxzO7m2X2oWUUnl5 YjXPNJsV1ZINr+le6HrIAFssc3MvMMmR6HUbk/dxFIZ34iS9fg7GE5N4XwHrBxypZy OJ8KmruYUYNwuMAndxSlUIpk8zaahjjfcNQL/oTwW6VkvutoPHLLbaN6fKg4tOB+TH zLVEySWQ+erOoB+bzKjf53wuI5BV0FCBpgft6oQ2LxV3BguSSPv7TTaQIi3mGCJf+V R2l18Py0xg/PTe7jly2q2Z6dpfNpBgb+HjUxzxVTLQDLciecbf0QIoQZqpUaT1ZC2n Jh6BPglevroqQ== Date: Wed, 16 Apr 2025 15:51:41 +0800 From: Mauro Carvalho Chehab To: Andy Shevchenko Cc: Linux Doc Mailing List , Jonathan Corbet , David Airlie , Jani Nikula , Joonas Lahtinen , Maarten Lankhorst , Maxime Ripard , Rodrigo Vivi , Simona Vetter , Thomas Zimmermann , Tvrtko Ursulin , dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/2] scripts/kernel-doc.py: don't create *.pyc files Message-ID: <20250416155141.7aa05bb8@sal.lan> In-Reply-To: References: <432f17b785d35122753d4b210874d78ee84e1bb5.1744786420.git.mchehab+huawei@kernel.org> X-Mailer: Claws Mail 4.3.1 (GTK 3.24.43; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Wed, 16 Apr 2025 13:15:46 +0000 X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" 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 > > kernel-doc.py, when excecuted via the build system or via > > scripts/find-unused-docs.sh. > > Nope, still have it. > > I used today's Linux Next with some local code patches (unrelated > to any scripts or kernel doc or python). > > To confirm, I even done again a clean build. > There were one missing place. Sent a v3. Please test. Regards, Mauro