Justin Vreeland 794d92
From patchwork Mon Feb  1 01:08:18 2021
Justin Vreeland 794d92
Content-Type: text/plain; charset="utf-8"
Justin Vreeland 794d92
MIME-Version: 1.0
Justin Vreeland 794d92
Content-Transfer-Encoding: 7bit
Justin Vreeland 794d92
X-Patchwork-Submitter: Masahiro Yamada <masahiroy@kernel.org>
Justin Vreeland 794d92
X-Patchwork-Id: 12057867
Justin Vreeland 794d92
Return-Path: <linux-kbuild-owner@kernel.org>
Justin Vreeland 794d92
X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on
Justin Vreeland 794d92
	aws-us-west-2-korg-lkml-1.web.codeaurora.org
Justin Vreeland 794d92
X-Spam-Level: 
Justin Vreeland 794d92
X-Spam-Status: No, score=-17.0 required=3.0 tests=BAYES_00,DKIM_SIGNED,
Justin Vreeland 794d92
	DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,
Justin Vreeland 794d92
	SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham
Justin Vreeland 794d92
	autolearn_force=no version=3.4.0
Justin Vreeland 794d92
Received: from mail.kernel.org (mail.kernel.org [198.145.29.99])
Justin Vreeland 794d92
	by smtp.lore.kernel.org (Postfix) with ESMTP id 7B0CFC433DB
Justin Vreeland 794d92
	for <linux-kbuild@archiver.kernel.org>; Mon,  1 Feb 2021 01:10:39 +0000 (UTC)
Justin Vreeland 794d92
Received: from vger.kernel.org (vger.kernel.org [23.128.96.18])
Justin Vreeland 794d92
	by mail.kernel.org (Postfix) with ESMTP id 459CE64E15
Justin Vreeland 794d92
	for <linux-kbuild@archiver.kernel.org>; Mon,  1 Feb 2021 01:10:39 +0000 (UTC)
Justin Vreeland 794d92
Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand
Justin Vreeland 794d92
        id S229769AbhBABKi (ORCPT <rfc822;linux-kbuild@archiver.kernel.org>);
Justin Vreeland 794d92
        Sun, 31 Jan 2021 20:10:38 -0500
Justin Vreeland 794d92
Received: from conuserg-12.nifty.com ([210.131.2.79]:47611 "EHLO
Justin Vreeland 794d92
        conuserg-12.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org
Justin Vreeland 794d92
        with ESMTP id S229656AbhBABKe (ORCPT
Justin Vreeland 794d92
        <rfc822;linux-kbuild@vger.kernel.org>);
Justin Vreeland 794d92
        Sun, 31 Jan 2021 20:10:34 -0500
Justin Vreeland 794d92
Received: from grover.flets-west.jp (softbank126026094251.bbtec.net
Justin Vreeland 794d92
 [126.26.94.251]) (authenticated)
Justin Vreeland 794d92
        by conuserg-12.nifty.com with ESMTP id 11118Msg002624;
Justin Vreeland 794d92
        Mon, 1 Feb 2021 10:08:23 +0900
Justin Vreeland 794d92
DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-12.nifty.com 11118Msg002624
Justin Vreeland 794d92
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com;
Justin Vreeland 794d92
        s=dec2015msa; t=1612141703;
Justin Vreeland 794d92
        bh=eXbmZVUON4I0dEihsAGwk68LJPotOUe3IiJ7+FBD0Dc=;
Justin Vreeland 794d92
        h=From:To:Cc:Subject:Date:From;
Justin Vreeland 794d92
        b=1fsNDfi7BthfW44xk0eXORECiU+C2HoMcJRM4QMnsV1gZVopX5SNDRmz9Iu3SKbr/
Justin Vreeland 794d92
         wzkNCvwnjAZY6+Tw+YhdsXxTKvMBh5FQJMQ3c5d0fLW2SB3YJv4sM9XBoP9enaAyb9
Justin Vreeland 794d92
         eetqDpR9lfx89s6OdLuroV9M02ezWpkAB2geb9n8GyRD5mVdv8ZqQBgiFNKAfaQdtV
Justin Vreeland 794d92
         KaeEinu455NYGdOljdBye0JNriRp/mwfJr6MsYHN0IM9rNhUwj6945INc6SbedUv6A
Justin Vreeland 794d92
         mPTTEg4ngFRyG6h1TimBkUkB0G1T6RvEZc8B56IvZL0w5uD6yYA8miBrCYabf6Uq55
Justin Vreeland 794d92
         sOkOXXZYol1rw==
Justin Vreeland 794d92
X-Nifty-SrcIP: [126.26.94.251]
Justin Vreeland 794d92
From: Masahiro Yamada <masahiroy@kernel.org>
Justin Vreeland 794d92
To: linux-kbuild@vger.kernel.org
Justin Vreeland 794d92
Cc: linux-doc@vger.kernel.org, Masahiro Yamada <masahiroy@kernel.org>,
Justin Vreeland 794d92
        Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Justin Vreeland 794d92
        Nathan Chancellor <natechancellor@gmail.com>,
Justin Vreeland 794d92
        Nick Desaulniers <ndesaulniers@google.com>,
Justin Vreeland 794d92
        Thomas Gleixner <tglx@linutronix.de>,
Justin Vreeland 794d92
        clang-built-linux@googlegroups.com, linux-kernel@vger.kernel.org,
Justin Vreeland 794d92
        linux-spdx@vger.kernel.org
Justin Vreeland 794d92
Subject: [PATCH] scripts: switch some more scripts explicitly to Python 3
Justin Vreeland 794d92
Date: Mon,  1 Feb 2021 10:08:18 +0900
Justin Vreeland 794d92
Message-Id: <20210201010819.655597-1-masahiroy@kernel.org>
Justin Vreeland 794d92
X-Mailer: git-send-email 2.27.0
Justin Vreeland 794d92
MIME-Version: 1.0
Justin Vreeland 794d92
Precedence: bulk
Justin Vreeland 794d92
List-ID: <linux-kbuild.vger.kernel.org>
Justin Vreeland 794d92
X-Mailing-List: linux-kbuild@vger.kernel.org
Justin Vreeland 794d92
Justin Vreeland 794d92
For the same reason as commit 51839e29cb59 ("scripts: switch explicitly
Justin Vreeland 794d92
to Python 3"), switch some more scripts, which I tested and confirmed
Justin Vreeland 794d92
working on Python 3.
Justin Vreeland 794d92
Justin Vreeland 794d92
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Justin Vreeland 794d92
Acked-by: Nathan Chancellor <nathan@kernel.org>
Justin Vreeland 794d92
---
Justin Vreeland 794d92
Justin Vreeland 794d92
 scripts/clang-tools/gen_compile_commands.py | 2 +-
Justin Vreeland 794d92
 scripts/clang-tools/run-clang-tools.py      | 2 +-
Justin Vreeland 794d92
 scripts/spdxcheck.py                        | 2 +-
Justin Vreeland 794d92
 3 files changed, 3 insertions(+), 3 deletions(-)
Justin Vreeland 794d92
Justin Vreeland 794d92
diff --git a/scripts/clang-tools/gen_compile_commands.py b/scripts/clang-tools/gen_compile_commands.py
Justin Vreeland 794d92
index 19963708bcf8..8ddb5d099029 100755
Justin Vreeland 794d92
--- a/scripts/clang-tools/gen_compile_commands.py
Justin Vreeland 794d92
+++ b/scripts/clang-tools/gen_compile_commands.py
Justin Vreeland 794d92
@@ -1,4 +1,4 @@
Justin Vreeland 794d92
-#!/usr/bin/env python
Justin Vreeland 794d92
+#!/usr/bin/env python3
Justin Vreeland 794d92
 # SPDX-License-Identifier: GPL-2.0
Justin Vreeland 794d92
 #
Justin Vreeland 794d92
 # Copyright (C) Google LLC, 2018
Justin Vreeland 794d92
diff --git a/scripts/clang-tools/run-clang-tools.py b/scripts/clang-tools/run-clang-tools.py
Justin Vreeland 794d92
index fa7655c7cec0..f754415af398 100755
Justin Vreeland 794d92
--- a/scripts/clang-tools/run-clang-tools.py
Justin Vreeland 794d92
+++ b/scripts/clang-tools/run-clang-tools.py
Justin Vreeland 794d92
@@ -1,4 +1,4 @@
Justin Vreeland 794d92
-#!/usr/bin/env python
Justin Vreeland 794d92
+#!/usr/bin/env python3
Justin Vreeland 794d92
 # SPDX-License-Identifier: GPL-2.0
Justin Vreeland 794d92
 #
Justin Vreeland 794d92
 # Copyright (C) Google LLC, 2020
Justin Vreeland 794d92
diff --git a/scripts/spdxcheck.py b/scripts/spdxcheck.py
Justin Vreeland 794d92
index bc87200f9c7c..cbdb5c83c08f 100755
Justin Vreeland 794d92
--- a/scripts/spdxcheck.py
Justin Vreeland 794d92
+++ b/scripts/spdxcheck.py
Justin Vreeland 794d92
@@ -1,4 +1,4 @@
Justin Vreeland 794d92
-#!/usr/bin/env python
Justin Vreeland 794d92
+#!/usr/bin/env python3
Justin Vreeland 794d92
 # SPDX-License-Identifier: GPL-2.0
Justin Vreeland 794d92
 # Copyright Thomas Gleixner <tglx@linutronix.de>
Justin Vreeland 794d92