From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7E6D93ED5AE; Wed, 15 Jul 2026 09:13:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784106786; cv=none; b=focswjSHKWpSA3v2IpHgCG4mknzxuiU/aV6SUk+xyI1K+70D8IxwjlGZRLu0bzxFAWakMnb4Bdlk5Mn0N+exGTaoHSz3Wu5cNNZVpDtyP1Ls6kIuBwuMxLaAjp0ZzZSqbYIpuzPZJXFDQV4/Yoa8o/q6GA453fp8loGsLGGSU2g= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784106786; c=relaxed/simple; bh=G/i/ewYZqYorVgWD72eYBIrVskApG5MGrO5mLrohA50=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ZgFUJ4eyOigrRx8DFHo5Fhxe6tIBlZDFlkkndih9+wxZYwk2M2vTa4nWl5iMKnKdnvXEDjPSKEze7D3xjXj51exWBrHcwufxpU38qNMcBXgFVweWEElGGjkZp5QJfPagB5+sdy3T9mpGZM7R0ArBev/b3jqjo7H3fWfSICEs0Zo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=UGEcWL6t; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="UGEcWL6t" Received: by smtp.kernel.org (Postfix) with UTF8SMTPSA id 744661F00A3A; Wed, 15 Jul 2026 09:12:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1784106778; bh=8A0GtFmCDKrgWuU+CKyCN6c2n4MA6f/QFaIEOOO5JiU=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=UGEcWL6tGEBY0P9E1xk4C14Lr1AK2djarktMrhUrZPSLEnz6h5gZBpVs0VxFFp0gj ZW0P86hKC6RThgOk/YIL88SfKllxXXHZAEhVyXlGJ76od7udnEF/QSJOl/3M7r5YfU 64NakHdiMBx4mDTKwpM6Z+KY/SqXdUw7mQ5NJSf8c9/LHXmlXIJ52WHqVPHbK/2Rpa hlSL6BkyKFrYSmwiMgMZs7U0Nk3wFFUTWrB1iV4FG8z+cTREqsC+jScmQizu1gk6D3 Lba0anmkNuIRrzBDHKzYP2rZoH4RDc16v/IZ9eoN3dxpWgpcAJb3bIcnqQjVr1/Rb2 GT+Lh0CIpAAGg== Date: Wed, 15 Jul 2026 11:07:30 +0200 From: Nicolas Schier To: Sergei Litvin Cc: miguel.ojeda.sandonis@gmail.com, ojeda@kernel.org, nathan@kernel.org, rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH v2] scripts/tags.sh: Prevent binary files appearing in cscope.files Message-ID: Mail-Followup-To: Sergei Litvin , miguel.ojeda.sandonis@gmail.com, ojeda@kernel.org, nathan@kernel.org, rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org, stable@vger.kernel.org References: <20260714083331.69482-1-litvindev@gmail.com> Precedence: bulk X-Mailing-List: rust-for-linux@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260714083331.69482-1-litvindev@gmail.com> On Tue, Jul 14, 2026 at 10:33:31AM +0200, Sergei Litvin wrote: > When executing the command `make COMPILED_SOURCE=1 cscope`, the resulting > `cscope.files` file contains filenames with the extensions *.rlib, *.rmeta, > and *.so. > With removed Cc trailers and adjusted line break in the commit message, applied to kbuild/linux.git (kbuild-next-unstable), thanks! [1/1] scripts/tags.sh: Prevent binary files appearing in cscope.files https://git.kernel.org/kbuild/c/1e5ebc3f Please look out for regression or issue reports or other follow up comments, as they may result in the patch/series getting dropped, reverted or modified (e.g. trailers). Patches applied to the kbuild-next-unstable branch are accepted pending wider testing in linux-next and any post-commit review; they will generally be moved to the kbuild-next branch in about a week if no issues are found. Best regards, -- Nicolas