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 F364F4156DB; 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=1784106784; cv=none; b=TiOdrs++wH1urLyLMp6gojBmB2MlqiLfBUESLakgRWaN2Jn3IpMRhVBwJNae2yqp+wihu1FGkKDujRVZMDDU+WC7odVnIibNlbXKvGEncvk8DZmyY3ek6y62tLzVo/WEJbjsyFNxPNdu9Iaxk8vuj6jvoXJwjMYdPv3tUYYmquQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784106784; c=relaxed/simple; bh=ZuI6c56qCbvtlQu9iW6eSgb7tuRCOSj5bRlR3Wi83aU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=gkGi2B82JoNaK7/btP12IHTR6g40w+JFm3ZxNSYHiZadx+Tzd8OMVvyOhkkevFlDbZTPG3eyijcR9BPV+HrEveVggM39jiaeZEDuKJ4t+pY60RXw8Io4AX+nQ4d6/3+fEfwMu6wP8ILR3OIms9keZN68P7BFJYdE31HG7r0b0Ck= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=cdW6QMex; 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="cdW6QMex" Received: by smtp.kernel.org (Postfix) with UTF8SMTPSA id DB95F1F000E9; Wed, 15 Jul 2026 09:12:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1784106780; bh=bbsxyVWqOGFhtr4W+a8jv4bdeufYTgNlzVGO/0yDsl0=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=cdW6QMexC3OBVbgSpjjXQqo42CJ0wcbnhev8oKN0bF56iq/0jgg/Vg1/a958vAFBk /LnU9l+qWYidpPizZBb6d8ggzR9+6c36kCaxelGu3kq4p7t0x9uw4nWYYLbZa9COCD OLqOw3mG+V/9IFz5aC7KiMakxWew3Q1jdZr9N8itGJjZkFzRJHmW5nlRIlVWBjen4f 8BVYdEyYoU5r3+ah9eERkcUoUPiqZizBHC5wherA8qCDm9+DJS2FBazI/uwFWNvvSH qWKAM7WiilJhVxzcsfMNT4IR9QPgeHYJVlsq62kE7m9XfEU/Zptit6be5s3cPXseDV qLufT9NBiQInw== Date: Wed, 15 Jul 2026 11:12:04 +0200 From: Nicolas Schier To: Sergei Litvin Cc: miguel.ojeda.sandonis@gmail.com, rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org, Miguel Ojeda , Boqun Feng , Gary Guo , =?iso-8859-1?Q?Bj=F6rn?= Roy Baron , Benno Lossin , Andreas Hindborg , Alice Ryhl , Trevor Gross , Danilo Krummrich , Daniel Almeida , Tamir Duberstein , Alexandre Courbot , Onur =?iso-8859-1?Q?=D6zkan?= , nathan@kernel.org Subject: Re: [PATCH v4] scripts/tags.sh: Add support for rust source files Message-ID: Mail-Followup-To: Sergei Litvin , miguel.ojeda.sandonis@gmail.com, rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org, Miguel Ojeda , Boqun Feng , Gary Guo , =?iso-8859-1?Q?Bj=F6rn?= Roy Baron , Benno Lossin , Andreas Hindborg , Alice Ryhl , Trevor Gross , Danilo Krummrich , Daniel Almeida , Tamir Duberstein , Alexandre Courbot , Onur =?iso-8859-1?Q?=D6zkan?= , nathan@kernel.org References: <20260714122441.78158-1-litvindev@gmail.com> <20260714125259.78824-1-litvindev@gmail.com> Precedence: bulk X-Mailing-List: linux-kbuild@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: <20260714125259.78824-1-litvindev@gmail.com> On Tue, Jul 14, 2026 at 02:52:59PM +0200, Sergei Litvin wrote: > When executing the command `make cscope`, the `cscope.files` file generated > by it includes only filenames with the extensions *.h, *.c, *.S and not includes > filenames with *.rs extensions. 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/4859c0d5 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