]> www.infradead.org Git - users/jedix/linux-maple.git/commit
pm-graph: v5.12, code revamp for python3.12
authorTodd Brandt <todd.e.brandt@intel.com>
Fri, 31 May 2024 09:13:10 +0000 (02:13 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 7 Jun 2024 19:28:35 +0000 (21:28 +0200)
commit8b2f0cb63e6f5370b2c100f5e0f0288339344827
tree03757f4c05dfc784cfc89e5413b101fb57db8715
parentc9d197ec16013cb2a3d4efa9b459dcc1be795551
pm-graph: v5.12, code revamp for python3.12

sleepgraph/bootgraph function correctly in python3.12 but include a slew
of deprecation warnings for unsupported regexes. This patch fixes up all
the strings in the code so that it comforms with python3.12 standards.

Signed-off-by: Todd Brandt <todd.e.brandt@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
tools/power/pm-graph/bootgraph.py
tools/power/pm-graph/sleepgraph.py