Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-updates-src > by-pkgid > 45e4f5da4952e351d997dd2c88575427 > files > 85

kernel-5.3.2-1.mga7.src.rpm


 Documentation/networking/cxacru-cf.py                      |    2 +-
 Documentation/target/tcm_mod_builder.py                    |    2 +-
 Documentation/trace/postprocess/decode_msr.py              |    2 +-
 arch/ia64/scripts/unwcheck.py                              |    2 +-
 drivers/staging/greybus/tools/lbtest                       |    2 +-
 scripts/bloat-o-meter                                      |    2 +-
 scripts/diffconfig                                         |    2 +-
 scripts/gen_compile_commands.py                            |    2 +-
 scripts/show_delta                                         |    2 +-
 scripts/spdxcheck.py                                       |    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/pm-graph/bootgraph.py                          |    2 +-
 tools/power/pm-graph/sleepgraph.py                         |    2 +-
 tools/power/x86/intel_pstate_tracer/intel_pstate_tracer.py |    2 +-
 19 files changed, 19 insertions(+), 19 deletions(-)

diff -Nurp linux-5.3/arch/ia64/scripts/unwcheck.py linux-5.3-py3/arch/ia64/scripts/unwcheck.py
--- linux-5.3/arch/ia64/scripts/unwcheck.py	2019-09-16 00:19:32.000000000 +0300
+++ linux-5.3-py3/arch/ia64/scripts/unwcheck.py	2019-09-24 20:26:47.321654117 +0300
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 # SPDX-License-Identifier: GPL-2.0
 #
 # Usage: unwcheck.py FILE
diff -Nurp linux-5.3/Documentation/networking/cxacru-cf.py linux-5.3-py3/Documentation/networking/cxacru-cf.py
--- linux-5.3/Documentation/networking/cxacru-cf.py	2019-09-16 00:19:32.000000000 +0300
+++ linux-5.3-py3/Documentation/networking/cxacru-cf.py	2019-09-24 20:26:47.321654117 +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.3/Documentation/target/tcm_mod_builder.py linux-5.3-py3/Documentation/target/tcm_mod_builder.py
--- linux-5.3/Documentation/target/tcm_mod_builder.py	2019-09-16 00:19:32.000000000 +0300
+++ linux-5.3-py3/Documentation/target/tcm_mod_builder.py	2019-09-24 20:26:47.321654117 +0300
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/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.3/Documentation/trace/postprocess/decode_msr.py linux-5.3-py3/Documentation/trace/postprocess/decode_msr.py
--- linux-5.3/Documentation/trace/postprocess/decode_msr.py	2019-09-16 00:19:32.000000000 +0300
+++ linux-5.3-py3/Documentation/trace/postprocess/decode_msr.py	2019-09-24 20:26:47.321654117 +0300
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 # add symbolic names to read_msr / write_msr in trace
 # decode_msr msr-index.h < trace
 import sys
diff -Nurp linux-5.3/drivers/staging/greybus/tools/lbtest linux-5.3-py3/drivers/staging/greybus/tools/lbtest
--- linux-5.3/drivers/staging/greybus/tools/lbtest	2019-09-16 00:19:32.000000000 +0300
+++ linux-5.3-py3/drivers/staging/greybus/tools/lbtest	2019-09-24 20:26:47.321654117 +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.3/scripts/bloat-o-meter linux-5.3-py3/scripts/bloat-o-meter
--- linux-5.3/scripts/bloat-o-meter	2019-09-16 00:19:32.000000000 +0300
+++ linux-5.3-py3/scripts/bloat-o-meter	2019-09-24 20:26:47.321654117 +0300
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 #
 # Copyright 2004 Matt Mackall <mpm@selenic.com>
 #
diff -Nurp linux-5.3/scripts/diffconfig linux-5.3-py3/scripts/diffconfig
--- linux-5.3/scripts/diffconfig	2019-09-16 00:19:32.000000000 +0300
+++ linux-5.3-py3/scripts/diffconfig	2019-09-24 20:26:47.321654117 +0300
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 # SPDX-License-Identifier: GPL-2.0
 #
 # diffconfig - a tool to compare .config files.
diff -Nurp linux-5.3/scripts/gen_compile_commands.py linux-5.3-py3/scripts/gen_compile_commands.py
--- linux-5.3/scripts/gen_compile_commands.py	2019-09-16 00:19:32.000000000 +0300
+++ linux-5.3-py3/scripts/gen_compile_commands.py	2019-09-24 20:26:47.321654117 +0300
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # SPDX-License-Identifier: GPL-2.0
 #
 # Copyright (C) Google LLC, 2018
diff -Nurp linux-5.3/scripts/show_delta linux-5.3-py3/scripts/show_delta
--- linux-5.3/scripts/show_delta	2019-09-16 00:19:32.000000000 +0300
+++ linux-5.3-py3/scripts/show_delta	2019-09-24 20:26:47.321654117 +0300
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 # SPDX-License-Identifier: GPL-2.0-only
 #
 # show_deltas: Read list of printk messages instrumented with
diff -Nurp linux-5.3/scripts/spdxcheck.py linux-5.3-py3/scripts/spdxcheck.py
--- linux-5.3/scripts/spdxcheck.py	2019-09-16 00:19:32.000000000 +0300
+++ linux-5.3-py3/scripts/spdxcheck.py	2019-09-24 20:26:47.321654117 +0300
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # SPDX-License-Identifier: GPL-2.0
 # Copyright Thomas Gleixner <tglx@linutronix.de>
 
diff -Nurp linux-5.3/scripts/tracing/draw_functrace.py linux-5.3-py3/scripts/tracing/draw_functrace.py
--- linux-5.3/scripts/tracing/draw_functrace.py	2019-09-16 00:19:32.000000000 +0300
+++ linux-5.3-py3/scripts/tracing/draw_functrace.py	2019-09-24 20:26:47.321654117 +0300
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 # SPDX-License-Identifier: GPL-2.0-only
 
 """
diff -Nurp linux-5.3/tools/hv/lsvmbus linux-5.3-py3/tools/hv/lsvmbus
--- linux-5.3/tools/hv/lsvmbus	2019-09-16 00:19:32.000000000 +0300
+++ linux-5.3-py3/tools/hv/lsvmbus	2019-09-24 20:26:47.321654117 +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.3/tools/perf/python/tracepoint.py linux-5.3-py3/tools/perf/python/tracepoint.py
--- linux-5.3/tools/perf/python/tracepoint.py	2019-09-16 00:19:32.000000000 +0300
+++ linux-5.3-py3/tools/perf/python/tracepoint.py	2019-09-24 20:26:47.321654117 +0300
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/python3
 # SPDX-License-Identifier: GPL-2.0
 # -*- python -*-
 # -*- coding: utf-8 -*-
diff -Nurp linux-5.3/tools/perf/python/twatch.py linux-5.3-py3/tools/perf/python/twatch.py
--- linux-5.3/tools/perf/python/twatch.py	2019-09-16 00:19:32.000000000 +0300
+++ linux-5.3-py3/tools/perf/python/twatch.py	2019-09-24 20:26:47.322654117 +0300
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/python3
 # SPDX-License-Identifier: GPL-2.0-only
 # -*- python -*-
 # -*- coding: utf-8 -*-
diff -Nurp linux-5.3/tools/perf/scripts/python/exported-sql-viewer.py linux-5.3-py3/tools/perf/scripts/python/exported-sql-viewer.py
--- linux-5.3/tools/perf/scripts/python/exported-sql-viewer.py	2019-09-16 00:19:32.000000000 +0300
+++ linux-5.3-py3/tools/perf/scripts/python/exported-sql-viewer.py	2019-09-24 20:27:17.019652933 +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.3/tools/perf/scripts/python/export-to-postgresql.py linux-5.3-py3/tools/perf/scripts/python/export-to-postgresql.py
--- linux-5.3/tools/perf/scripts/python/export-to-postgresql.py	2019-09-16 00:19:32.000000000 +0300
+++ linux-5.3-py3/tools/perf/scripts/python/export-to-postgresql.py	2019-09-24 20:26:47.322654117 +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.3/tools/power/pm-graph/bootgraph.py linux-5.3-py3/tools/power/pm-graph/bootgraph.py
--- linux-5.3/tools/power/pm-graph/bootgraph.py	2019-09-16 00:19:32.000000000 +0300
+++ linux-5.3-py3/tools/power/pm-graph/bootgraph.py	2019-09-24 20:26:47.322654117 +0300
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/python3
 # SPDX-License-Identifier: GPL-2.0-only
 #
 # Tool for analyzing boot timing
diff -Nurp linux-5.3/tools/power/pm-graph/sleepgraph.py linux-5.3-py3/tools/power/pm-graph/sleepgraph.py
--- linux-5.3/tools/power/pm-graph/sleepgraph.py	2019-09-16 00:19:32.000000000 +0300
+++ linux-5.3-py3/tools/power/pm-graph/sleepgraph.py	2019-09-24 20:26:47.323654117 +0300
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/python3
 # SPDX-License-Identifier: GPL-2.0-only
 #
 # Tool for analyzing suspend/resume timing
diff -Nurp linux-5.3/tools/power/x86/intel_pstate_tracer/intel_pstate_tracer.py linux-5.3-py3/tools/power/x86/intel_pstate_tracer/intel_pstate_tracer.py
--- linux-5.3/tools/power/x86/intel_pstate_tracer/intel_pstate_tracer.py	2019-09-16 00:19:32.000000000 +0300
+++ linux-5.3-py3/tools/power/x86/intel_pstate_tracer/intel_pstate_tracer.py	2019-09-24 20:26:47.323654117 +0300
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 # SPDX-License-Identifier: GPL-2.0-only
 # -*- coding: utf-8 -*-
 #