Sophie

Sophie

distrib > Mageia > 8 > armv7hl > media > core-backports-src > by-pkgid > 94f43e174c327bdfb8d746b85935ee6e > files > 98

kernel-5.14.10-1.mga8.src.rpm


 Documentation/networking/device_drivers/atm/cxacru-cf.py                |    2 +-
 Documentation/sphinx/maintainers_include.py                             |    2 +-
 Documentation/target/tcm_mod_builder.py                                 |    2 +-
 Documentation/trace/postprocess/decode_msr.py                           |    2 +-
 drivers/staging/greybus/tools/lbtest                                    |    2 +-
 scripts/show_delta                                                      |    2 +-
 scripts/tracing/draw_functrace.py                                       |    2 +-
 tools/hv/lsvmbus                                                        |    2 +-
 tools/perf/python/tracepoint.py                                         |    2 +-
 tools/perf/python/twatch.py                                             |    2 +-
 tools/perf/scripts/python/export-to-postgresql.py                       |    2 +-
 tools/perf/scripts/python/exported-sql-viewer.py                        |    2 +-
 tools/power/x86/intel_pstate_tracer/intel_pstate_tracer.py              |    2 +-
 tools/testing/selftests/drivers/net/mlxsw/sharedbuffer_configuration.py |    2 +-
 14 files changed, 14 insertions(+), 14 deletions(-)

diff -Nurp linux-5.14/Documentation/networking/device_drivers/atm/cxacru-cf.py linux-5.14.py3/Documentation/networking/device_drivers/atm/cxacru-cf.py
--- linux-5.14/Documentation/networking/device_drivers/atm/cxacru-cf.py	2021-08-30 01:04:50.000000000 +0300
+++ linux-5.14.py3/Documentation/networking/device_drivers/atm/cxacru-cf.py	2021-08-30 18:31:50.513576839 +0300
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # Copyright 2009 Simon Arlott
 #
 # This program is free software; you can redistribute it and/or modify it
diff -Nurp linux-5.14/Documentation/sphinx/maintainers_include.py linux-5.14.py3/Documentation/sphinx/maintainers_include.py
--- linux-5.14/Documentation/sphinx/maintainers_include.py	2021-08-30 01:04:50.000000000 +0300
+++ linux-5.14.py3/Documentation/sphinx/maintainers_include.py	2021-08-30 18:31:50.513576839 +0300
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # SPDX-License-Identifier: GPL-2.0
 # -*- coding: utf-8; mode: python -*-
 # pylint: disable=R0903, C0330, R0914, R0912, E0401
diff -Nurp linux-5.14/Documentation/target/tcm_mod_builder.py linux-5.14.py3/Documentation/target/tcm_mod_builder.py
--- linux-5.14/Documentation/target/tcm_mod_builder.py	2021-08-30 01:04:50.000000000 +0300
+++ linux-5.14.py3/Documentation/target/tcm_mod_builder.py	2021-08-30 18:31:50.513576839 +0300
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # The TCM v4 multi-protocol fabric module generation script for drivers/target/$NEW_MOD
 #
 # Copyright (c) 2010 Rising Tide Systems
diff -Nurp linux-5.14/Documentation/trace/postprocess/decode_msr.py linux-5.14.py3/Documentation/trace/postprocess/decode_msr.py
--- linux-5.14/Documentation/trace/postprocess/decode_msr.py	2021-08-30 01:04:50.000000000 +0300
+++ linux-5.14.py3/Documentation/trace/postprocess/decode_msr.py	2021-08-30 18:31:50.513576839 +0300
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # add symbolic names to read_msr / write_msr in trace
 # decode_msr msr-index.h < trace
 import sys
diff -Nurp linux-5.14/drivers/staging/greybus/tools/lbtest linux-5.14.py3/drivers/staging/greybus/tools/lbtest
--- linux-5.14/drivers/staging/greybus/tools/lbtest	2021-08-30 01:04:50.000000000 +0300
+++ linux-5.14.py3/drivers/staging/greybus/tools/lbtest	2021-08-30 18:31:50.513576839 +0300
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # SPDX-License-Identifier: BSD-3-Clause
 
 # Copyright (c) 2015 Google, Inc.
diff -Nurp linux-5.14/scripts/show_delta linux-5.14.py3/scripts/show_delta
--- linux-5.14/scripts/show_delta	2021-08-30 01:04:50.000000000 +0300
+++ linux-5.14.py3/scripts/show_delta	2021-08-30 18:31:50.513576839 +0300
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # SPDX-License-Identifier: GPL-2.0-only
 #
 # show_deltas: Read list of printk messages instrumented with
diff -Nurp linux-5.14/scripts/tracing/draw_functrace.py linux-5.14.py3/scripts/tracing/draw_functrace.py
--- linux-5.14/scripts/tracing/draw_functrace.py	2021-08-30 01:04:50.000000000 +0300
+++ linux-5.14.py3/scripts/tracing/draw_functrace.py	2021-08-30 18:31:50.513576839 +0300
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # SPDX-License-Identifier: GPL-2.0-only
 
 """
diff -Nurp linux-5.14/tools/hv/lsvmbus linux-5.14.py3/tools/hv/lsvmbus
--- linux-5.14/tools/hv/lsvmbus	2021-08-30 01:04:50.000000000 +0300
+++ linux-5.14.py3/tools/hv/lsvmbus	2021-08-30 18:31:50.513576839 +0300
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # SPDX-License-Identifier: GPL-2.0
 
 import os
diff -Nurp linux-5.14/tools/perf/python/tracepoint.py linux-5.14.py3/tools/perf/python/tracepoint.py
--- linux-5.14/tools/perf/python/tracepoint.py	2021-08-30 01:04:50.000000000 +0300
+++ linux-5.14.py3/tools/perf/python/tracepoint.py	2021-08-30 18:31:50.513576839 +0300
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 # SPDX-License-Identifier: GPL-2.0
 # -*- python -*-
 # -*- coding: utf-8 -*-
diff -Nurp linux-5.14/tools/perf/python/twatch.py linux-5.14.py3/tools/perf/python/twatch.py
--- linux-5.14/tools/perf/python/twatch.py	2021-08-30 01:04:50.000000000 +0300
+++ linux-5.14.py3/tools/perf/python/twatch.py	2021-08-30 18:31:50.513576839 +0300
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 # SPDX-License-Identifier: GPL-2.0-only
 # -*- python -*-
 # -*- coding: utf-8 -*-
diff -Nurp linux-5.14/tools/perf/scripts/python/exported-sql-viewer.py linux-5.14.py3/tools/perf/scripts/python/exported-sql-viewer.py
--- linux-5.14/tools/perf/scripts/python/exported-sql-viewer.py	2021-08-30 01:04:50.000000000 +0300
+++ linux-5.14.py3/tools/perf/scripts/python/exported-sql-viewer.py	2021-08-30 18:31:50.514576887 +0300
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # SPDX-License-Identifier: GPL-2.0
 # exported-sql-viewer.py: view data from sql database
 # Copyright (c) 2014-2018, Intel Corporation.
diff -Nurp linux-5.14/tools/perf/scripts/python/export-to-postgresql.py linux-5.14.py3/tools/perf/scripts/python/export-to-postgresql.py
--- linux-5.14/tools/perf/scripts/python/export-to-postgresql.py	2021-08-30 01:04:50.000000000 +0300
+++ linux-5.14.py3/tools/perf/scripts/python/export-to-postgresql.py	2021-08-30 18:31:50.514576887 +0300
@@ -186,7 +186,7 @@ import datetime
 #		SELECT * FROM samples_view WHERE event = 'transactions' AND branch_type_name = 'transaction abort';
 #
 # To print a call stack requires walking the call_paths table.  For example this python script:
-#   #!/usr/bin/python2
+#   #!/usr/bin/python3
 #
 #   import sys
 #   from PySide.QtSql import *
diff -Nurp linux-5.14/tools/power/x86/intel_pstate_tracer/intel_pstate_tracer.py linux-5.14.py3/tools/power/x86/intel_pstate_tracer/intel_pstate_tracer.py
--- linux-5.14/tools/power/x86/intel_pstate_tracer/intel_pstate_tracer.py	2021-08-30 01:04:50.000000000 +0300
+++ linux-5.14.py3/tools/power/x86/intel_pstate_tracer/intel_pstate_tracer.py	2021-08-30 18:31:50.514576887 +0300
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # SPDX-License-Identifier: GPL-2.0-only
 # -*- coding: utf-8 -*-
 #
diff -Nurp linux-5.14/tools/testing/selftests/drivers/net/mlxsw/sharedbuffer_configuration.py linux-5.14.py3/tools/testing/selftests/drivers/net/mlxsw/sharedbuffer_configuration.py
--- linux-5.14/tools/testing/selftests/drivers/net/mlxsw/sharedbuffer_configuration.py	2021-08-30 01:04:50.000000000 +0300
+++ linux-5.14.py3/tools/testing/selftests/drivers/net/mlxsw/sharedbuffer_configuration.py	2021-08-30 18:31:50.514576887 +0300
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # SPDX-License-Identifier: GPL-2.0
 
 import subprocess