From patchwork Tue Dec 5 09:11:41 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Po-Hsu Lin X-Patchwork-Id: 1871880 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.ubuntu.com (client-ip=185.125.189.65; helo=lists.ubuntu.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=patchwork.ozlabs.org) Received: from lists.ubuntu.com (lists.ubuntu.com [185.125.189.65]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4SkvvC66KNz1yST for ; Tue, 5 Dec 2023 20:12:39 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=lists.ubuntu.com) by lists.ubuntu.com with esmtp (Exim 4.86_2) (envelope-from ) id 1rARTf-0002pU-Nt; Tue, 05 Dec 2023 09:12:27 +0000 Received: from smtp-relay-canonical-1.internal ([10.131.114.174] helo=smtp-relay-canonical-1.canonical.com) by lists.ubuntu.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1rARTd-0002pE-BI for kernel-team@lists.ubuntu.com; Tue, 05 Dec 2023 09:12:25 +0000 Received: from Phocidae.conference (1.general.phlin.uk.vpn [10.172.194.38]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp-relay-canonical-1.canonical.com (Postfix) with ESMTPSA id 6D2E440261 for ; Tue, 5 Dec 2023 09:12:21 +0000 (UTC) From: Po-Hsu Lin To: kernel-team@lists.ubuntu.com Subject: [L][SRU][PATCH 1/1] UBUNTU: [Packaging] drop references to is_rust_module.sh Date: Tue, 5 Dec 2023 17:11:41 +0800 Message-Id: <20231205091141.848578-2-po-hsu.lin@canonical.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20231205091141.848578-1-po-hsu.lin@canonical.com> References: <20231205091141.848578-1-po-hsu.lin@canonical.com> MIME-Version: 1.0 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: https://bugs.launchpad.net/bugs/2045636 The script tools/is_rust_module.sh has been dropped by this commit in Lunar tree: 5ee59787fdd0 ("UBUNTU: SAUCE: scripts: rust: drop is_rust_module.sh") And upstream as well (in 6.6): 41bdc6decda0 ("btf, scripts: rust: drop is_rust_module.sh") But we still have a reference of it in debian.master/reconstruct. Drop the reference to prevent unnecessary warnings during the build. Signed-off-by: Po-Hsu Lin --- debian.master/reconstruct | 2 -- 1 file changed, 2 deletions(-) diff --git a/debian.master/reconstruct b/debian.master/reconstruct index bb2f4c5..2b2866e 100644 --- a/debian.master/reconstruct +++ b/debian.master/reconstruct @@ -161,7 +161,6 @@ rm -f 'net/sched/cls_rsvp.c' rm -f 'net/sched/cls_rsvp.h' rm -f 'net/sched/cls_rsvp6.c' rm -f 'net/sched/cls_tcindex.c' -rm -f 'scripts/is_rust_module.sh' rm -f 'tools/testing/selftests/net/bpf/Makefile' rm -f 'tools/testing/selftests/net/bpf/nat6to4.c' rm -f 'tools/testing/selftests/tc-testing/tc-tests/filters/rsvp.json' @@ -216,6 +215,5 @@ chmod +x 'debian/tests-build/check-aliases' chmod +x 'debian/tests/rebuild' chmod +x 'debian/tests/ubuntu-regression-suite' chmod +x 'drivers/watchdog/f71808e_wdt.c' -chmod -x 'scripts/is_rust_module.sh' chmod +x 'update-dkms-versions' exit 0