linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 00/10] Cover Letter
@ 2023-06-01 20:27 Anubhav Shelat
  2023-06-01 20:27 ` [PATCH v2 01/10] rteval: Use f-strings in rtevalclient.py Anubhav Shelat
                   ` (9 more replies)
  0 siblings, 10 replies; 20+ messages in thread
From: Anubhav Shelat @ 2023-06-01 20:27 UTC (permalink / raw)
  To: linux-rt-users; +Cc: Anubhav Shelat

Patch 9 fixes an issue where the device has IPv6 disabled, causing a FileNotFound error. 

All other patches edit files to replace standard strings with f-strings.

Anubhav Shelat (10):
  rteval: Use f-strings in rtevalclient.py
  rteval: Use f-strings in rtevalConfig
  rteval: Use f-strings in cputopology
  rteval: Use f-strings in kernel.py
  rteval: Use f-strings in memory.py
  rteval: Use f-strings in osinfo
  rteval: Use f-strings in services.py
  rteval: Use f-strings in tools.py
  Added code to check if the proc/net/if_inet6 file exists while loading
    IPv6 addresses in the IPv6Addresses class
  rteval: Use f-strings in __init__.py

 rteval/rtevalConfig.py        |  2 +-
 rteval/rtevalclient.py        |  2 +-
 rteval/sysinfo/__init__.py    | 18 +++++++-----------
 rteval/sysinfo/cputopology.py |  4 +---
 rteval/sysinfo/kernel.py      |  4 ++--
 rteval/sysinfo/memory.py      |  8 ++++----
 rteval/sysinfo/newnet.py      | 28 ++++++++++++++++------------
 rteval/sysinfo/osinfo.py      | 12 ++++++------
 rteval/sysinfo/services.py    | 12 ++++++------
 rteval/sysinfo/tools.py       |  2 +-
 10 files changed, 45 insertions(+), 47 deletions(-)

-- 
2.31.1


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2023-06-12 19:00 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-01 20:27 [PATCH v2 00/10] Cover Letter Anubhav Shelat
2023-06-01 20:27 ` [PATCH v2 01/10] rteval: Use f-strings in rtevalclient.py Anubhav Shelat
2023-06-05 19:28   ` John Kacur
2023-06-01 20:27 ` [PATCH v2 02/10] rteval: Use f-strings in rtevalConfig Anubhav Shelat
2023-06-05 19:31   ` John Kacur
2023-06-01 20:27 ` [PATCH v2 03/10] rteval: Use f-strings in cputopology Anubhav Shelat
2023-06-12 18:32   ` John Kacur
2023-06-01 20:27 ` [PATCH v2 04/10] rteval: Use f-strings in kernel.py Anubhav Shelat
2023-06-12 18:35   ` John Kacur
2023-06-01 20:27 ` [PATCH v2 05/10] rteval: Use f-strings in memory.py Anubhav Shelat
2023-06-12 18:39   ` John Kacur
2023-06-01 20:27 ` [PATCH v2 06/10] rteval: Use f-strings in osinfo Anubhav Shelat
2023-06-12 18:50   ` John Kacur
2023-06-01 20:27 ` [PATCH v2 07/10] rteval: Use f-strings in services.py Anubhav Shelat
2023-06-12 18:58   ` John Kacur
2023-06-01 20:27 ` [PATCH v2 08/10] rteval: Use f-strings in tools.py Anubhav Shelat
2023-06-12 18:59   ` John Kacur
2023-06-01 20:27 ` [PATCH v2 09/10] Added code to check if the proc/net/if_inet6 file exists while loading IPv6 addresses in the IPv6Addresses class Anubhav Shelat
2023-06-06 15:22   ` John Kacur
2023-06-01 20:27 ` [PATCH v2 10/10] rteval: Use f-strings in __init__.py Anubhav Shelat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).