/[packages]/backports/8/kernel/current/SOURCES/linux-6.0-python3.patch
ViewVC logotype

Contents of /backports/8/kernel/current/SOURCES/linux-6.0-python3.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1899985 - (show annotations) (download)
Sat Oct 29 10:06:23 2022 UTC (17 months, 3 weeks ago) by tmb
File size: 7842 byte(s)
- update to 6.0.6
  * drop merged/obsolete patches
- 3rdparty/rtl8812au: add fix for kernel 6.0 series
- perf/x86/rapl: Add support for Intel AlderLake-N
- perf/x86/rapl: Add support for Intel Raptor Lake
- platform/x86/intel: pmc/core: Add Raptor Lake support to pmc core driver
- update filelists


1
2 Documentation/networking/device_drivers/atm/cxacru-cf.py | 2 +-
3 Documentation/sphinx/maintainers_include.py | 2 +-
4 Documentation/target/tcm_mod_builder.py | 2 +-
5 Documentation/trace/postprocess/decode_msr.py | 2 +-
6 drivers/staging/greybus/tools/lbtest | 2 +-
7 scripts/show_delta | 2 +-
8 scripts/tracing/draw_functrace.py | 2 +-
9 tools/hv/lsvmbus | 2 +-
10 tools/perf/python/tracepoint.py | 2 +-
11 tools/perf/python/twatch.py | 2 +-
12 tools/perf/scripts/python/export-to-postgresql.py | 2 +-
13 tools/perf/scripts/python/exported-sql-viewer.py | 2 +-
14 tools/power/x86/intel_pstate_tracer/intel_pstate_tracer.py | 2 +-
15 tools/testing/selftests/drivers/net/mlxsw/sharedbuffer_configuration.py | 2 +-
16 14 files changed, 14 insertions(+), 14 deletions(-)
17
18 diff -Nurp linux-6.0/Documentation/networking/device_drivers/atm/cxacru-cf.py linux-6.0.py3/Documentation/networking/device_drivers/atm/cxacru-cf.py
19 --- linux-6.0/Documentation/networking/device_drivers/atm/cxacru-cf.py 2022-10-03 00:09:07.000000000 +0300
20 +++ linux-6.0.py3/Documentation/networking/device_drivers/atm/cxacru-cf.py 2022-10-03 17:51:05.666158373 +0300
21 @@ -1,4 +1,4 @@
22 -#!/usr/bin/env python
23 +#!/usr/bin/env python3
24 # Copyright 2009 Simon Arlott
25 #
26 # This program is free software; you can redistribute it and/or modify it
27 diff -Nurp linux-6.0/Documentation/sphinx/maintainers_include.py linux-6.0.py3/Documentation/sphinx/maintainers_include.py
28 --- linux-6.0/Documentation/sphinx/maintainers_include.py 2022-10-03 00:09:07.000000000 +0300
29 +++ linux-6.0.py3/Documentation/sphinx/maintainers_include.py 2022-10-03 17:51:05.666158373 +0300
30 @@ -1,4 +1,4 @@
31 -#!/usr/bin/env python
32 +#!/usr/bin/env python3
33 # SPDX-License-Identifier: GPL-2.0
34 # -*- coding: utf-8; mode: python -*-
35 # pylint: disable=R0903, C0330, R0914, R0912, E0401
36 diff -Nurp linux-6.0/Documentation/target/tcm_mod_builder.py linux-6.0.py3/Documentation/target/tcm_mod_builder.py
37 --- linux-6.0/Documentation/target/tcm_mod_builder.py 2022-10-03 00:09:07.000000000 +0300
38 +++ linux-6.0.py3/Documentation/target/tcm_mod_builder.py 2022-10-03 17:51:05.666158373 +0300
39 @@ -1,4 +1,4 @@
40 -#!/usr/bin/env python
41 +#!/usr/bin/env python3
42 # The TCM v4 multi-protocol fabric module generation script for drivers/target/$NEW_MOD
43 #
44 # Copyright (c) 2010 Rising Tide Systems
45 diff -Nurp linux-6.0/Documentation/trace/postprocess/decode_msr.py linux-6.0.py3/Documentation/trace/postprocess/decode_msr.py
46 --- linux-6.0/Documentation/trace/postprocess/decode_msr.py 2022-10-03 00:09:07.000000000 +0300
47 +++ linux-6.0.py3/Documentation/trace/postprocess/decode_msr.py 2022-10-03 17:51:05.666158373 +0300
48 @@ -1,4 +1,4 @@
49 -#!/usr/bin/env python
50 +#!/usr/bin/env python3
51 # add symbolic names to read_msr / write_msr in trace
52 # decode_msr msr-index.h < trace
53 import sys
54 diff -Nurp linux-6.0/drivers/staging/greybus/tools/lbtest linux-6.0.py3/drivers/staging/greybus/tools/lbtest
55 --- linux-6.0/drivers/staging/greybus/tools/lbtest 2022-10-03 00:09:07.000000000 +0300
56 +++ linux-6.0.py3/drivers/staging/greybus/tools/lbtest 2022-10-03 17:51:05.666158373 +0300
57 @@ -1,4 +1,4 @@
58 -#!/usr/bin/env python
59 +#!/usr/bin/env python3
60 # SPDX-License-Identifier: BSD-3-Clause
61
62 # Copyright (c) 2015 Google, Inc.
63 diff -Nurp linux-6.0/scripts/show_delta linux-6.0.py3/scripts/show_delta
64 --- linux-6.0/scripts/show_delta 2022-10-03 00:09:07.000000000 +0300
65 +++ linux-6.0.py3/scripts/show_delta 2022-10-03 17:51:05.667158373 +0300
66 @@ -1,4 +1,4 @@
67 -#!/usr/bin/env python
68 +#!/usr/bin/env python3
69 # SPDX-License-Identifier: GPL-2.0-only
70 #
71 # show_deltas: Read list of printk messages instrumented with
72 diff -Nurp linux-6.0/scripts/tracing/draw_functrace.py linux-6.0.py3/scripts/tracing/draw_functrace.py
73 --- linux-6.0/scripts/tracing/draw_functrace.py 2022-10-03 00:09:07.000000000 +0300
74 +++ linux-6.0.py3/scripts/tracing/draw_functrace.py 2022-10-03 17:51:05.667158373 +0300
75 @@ -1,4 +1,4 @@
76 -#!/usr/bin/env python
77 +#!/usr/bin/env python3
78 # SPDX-License-Identifier: GPL-2.0-only
79
80 """
81 diff -Nurp linux-6.0/tools/hv/lsvmbus linux-6.0.py3/tools/hv/lsvmbus
82 --- linux-6.0/tools/hv/lsvmbus 2022-10-03 00:09:07.000000000 +0300
83 +++ linux-6.0.py3/tools/hv/lsvmbus 2022-10-03 17:51:05.667158373 +0300
84 @@ -1,4 +1,4 @@
85 -#!/usr/bin/env python
86 +#!/usr/bin/env python3
87 # SPDX-License-Identifier: GPL-2.0
88
89 import os
90 diff -Nurp linux-6.0/tools/perf/python/tracepoint.py linux-6.0.py3/tools/perf/python/tracepoint.py
91 --- linux-6.0/tools/perf/python/tracepoint.py 2022-10-03 00:09:07.000000000 +0300
92 +++ linux-6.0.py3/tools/perf/python/tracepoint.py 2022-10-03 17:51:05.667158373 +0300
93 @@ -1,4 +1,4 @@
94 -#! /usr/bin/env python
95 +#! /usr/bin/env python3
96 # SPDX-License-Identifier: GPL-2.0
97 # -*- python -*-
98 # -*- coding: utf-8 -*-
99 diff -Nurp linux-6.0/tools/perf/python/twatch.py linux-6.0.py3/tools/perf/python/twatch.py
100 --- linux-6.0/tools/perf/python/twatch.py 2022-10-03 00:09:07.000000000 +0300
101 +++ linux-6.0.py3/tools/perf/python/twatch.py 2022-10-03 17:51:05.667158373 +0300
102 @@ -1,4 +1,4 @@
103 -#! /usr/bin/env python
104 +#! /usr/bin/env python3
105 # SPDX-License-Identifier: GPL-2.0-only
106 # -*- python -*-
107 # -*- coding: utf-8 -*-
108 diff -Nurp linux-6.0/tools/perf/scripts/python/exported-sql-viewer.py linux-6.0.py3/tools/perf/scripts/python/exported-sql-viewer.py
109 --- linux-6.0/tools/perf/scripts/python/exported-sql-viewer.py 2022-10-03 00:09:07.000000000 +0300
110 +++ linux-6.0.py3/tools/perf/scripts/python/exported-sql-viewer.py 2022-10-03 17:51:05.668158373 +0300
111 @@ -1,4 +1,4 @@
112 -#!/usr/bin/env python
113 +#!/usr/bin/env python3
114 # SPDX-License-Identifier: GPL-2.0
115 # exported-sql-viewer.py: view data from sql database
116 # Copyright (c) 2014-2018, Intel Corporation.
117 diff -Nurp linux-6.0/tools/perf/scripts/python/export-to-postgresql.py linux-6.0.py3/tools/perf/scripts/python/export-to-postgresql.py
118 --- linux-6.0/tools/perf/scripts/python/export-to-postgresql.py 2022-10-03 00:09:07.000000000 +0300
119 +++ linux-6.0.py3/tools/perf/scripts/python/export-to-postgresql.py 2022-10-03 17:51:05.668158373 +0300
120 @@ -186,7 +186,7 @@ import datetime
121 # SELECT * FROM samples_view WHERE event = 'transactions' AND branch_type_name = 'transaction abort';
122 #
123 # To print a call stack requires walking the call_paths table. For example this python script:
124 -# #!/usr/bin/python2
125 +# #!/usr/bin/python3
126 #
127 # import sys
128 # from PySide.QtSql import *
129 diff -Nurp linux-6.0/tools/power/x86/intel_pstate_tracer/intel_pstate_tracer.py linux-6.0.py3/tools/power/x86/intel_pstate_tracer/intel_pstate_tracer.py
130 --- linux-6.0/tools/power/x86/intel_pstate_tracer/intel_pstate_tracer.py 2022-10-03 00:09:07.000000000 +0300
131 +++ linux-6.0.py3/tools/power/x86/intel_pstate_tracer/intel_pstate_tracer.py 2022-10-03 17:51:05.668158373 +0300
132 @@ -1,4 +1,4 @@
133 -#!/usr/bin/env python
134 +#!/usr/bin/env python3
135 # SPDX-License-Identifier: GPL-2.0-only
136 # -*- coding: utf-8 -*-
137 #
138 diff -Nurp linux-6.0/tools/testing/selftests/drivers/net/mlxsw/sharedbuffer_configuration.py linux-6.0.py3/tools/testing/selftests/drivers/net/mlxsw/sharedbuffer_configuration.py
139 --- linux-6.0/tools/testing/selftests/drivers/net/mlxsw/sharedbuffer_configuration.py 2022-10-03 00:09:07.000000000 +0300
140 +++ linux-6.0.py3/tools/testing/selftests/drivers/net/mlxsw/sharedbuffer_configuration.py 2022-10-03 17:51:05.669158373 +0300
141 @@ -1,4 +1,4 @@
142 -#!/usr/bin/env python
143 +#!/usr/bin/env python3
144 # SPDX-License-Identifier: GPL-2.0
145
146 import subprocess

  ViewVC Help
Powered by ViewVC 1.1.30