]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
5.10-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 31 May 2021 11:41:28 +0000 (13:41 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 31 May 2021 11:41:28 +0000 (13:41 +0200)
added patches:
scripts-clang-tools-switch-explicitly-to-python-3.patch

queue-5.10/scripts-clang-tools-switch-explicitly-to-python-3.patch [new file with mode: 0644]
queue-5.10/series

diff --git a/queue-5.10/scripts-clang-tools-switch-explicitly-to-python-3.patch b/queue-5.10/scripts-clang-tools-switch-explicitly-to-python-3.patch
new file mode 100644 (file)
index 0000000..2579711
--- /dev/null
@@ -0,0 +1,37 @@
+From 074075aea2ff72dade5231b4ee9f2ab9a055f1ec Mon Sep 17 00:00:00 2001
+From: Masahiro Yamada <masahiroy@kernel.org>
+Date: Tue, 2 Feb 2021 15:06:04 +0900
+Subject: scripts/clang-tools: switch explicitly to Python 3
+
+From: Masahiro Yamada <masahiroy@kernel.org>
+
+commit 074075aea2ff72dade5231b4ee9f2ab9a055f1ec upstream.
+
+For the same reason as commit 51839e29cb59 ("scripts: switch explicitly
+to Python 3"), switch some more scripts, which I tested and confirmed
+working on Python 3.
+
+Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
+Acked-by: Nathan Chancellor <nathan@kernel.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ scripts/clang-tools/gen_compile_commands.py |    2 +-
+ scripts/clang-tools/run-clang-tools.py      |    2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+--- a/scripts/clang-tools/gen_compile_commands.py
++++ b/scripts/clang-tools/gen_compile_commands.py
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python3
+ # SPDX-License-Identifier: GPL-2.0
+ #
+ # Copyright (C) Google LLC, 2018
+--- a/scripts/clang-tools/run-clang-tools.py
++++ b/scripts/clang-tools/run-clang-tools.py
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python3
+ # SPDX-License-Identifier: GPL-2.0
+ #
+ # Copyright (C) Google LLC, 2020
index 3f1a1be7dda1f5ad69f53f64ba964062371ffb8a..3d8f66732d24fcc7658e1850531c1c06418393ea 100644 (file)
@@ -247,3 +247,4 @@ bpftool-add-sock_release-help-info-for-cgroup-attach-prog-load-command.patch
 sunrpc-more-fixes-for-backlog-congestion.patch
 revert-revert-alsa-usx2y-fix-potential-null-pointer-dereference.patch
 net-hso-bail-out-on-interrupt-urb-allocation-failure.patch
+scripts-clang-tools-switch-explicitly-to-python-3.patch