public inbox for kdevops@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH 0/5] crash: provide a crash watchdog
@ 2025-04-20  5:48 Luis Chamberlain
  2025-04-20  5:48 ` [PATCH 1/5] systemd-remote: use ip address for systemd-remote journal Luis Chamberlain
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Luis Chamberlain @ 2025-04-20  5:48 UTC (permalink / raw)
  To: Chuck Lever, Daniel Gomez, kdevops; +Cc: Luis Chamberlain

One of the biggest pains we've suffered with CIs has been
crashes, filesystem corruptions. Although we have a feature
which is *supposed* to do that, its obviosly not working.
Fix this by adding support for this stuff, and leveraging for
our CIs. We will start with our fstests CIs and can scale this
out to the other ones easily now.

Luis Chamberlain (5):
  systemd-remote: use ip address for systemd-remote journal
  crash: add kernel crash watchdog library
  fstests_watchdog.py: use the new crash watchdog library
  crash_watchdog.py: add generic crash watchdog
  crash_report.py: add a crash report

 scripts/workflows/fstests/fstests_watchdog.py |  89 ++-
 scripts/workflows/generic/crash_report.py     | 109 +++
 scripts/workflows/generic/crash_watchdog.py   | 186 +++++
 scripts/workflows/generic/get_console.py      |   1 +
 scripts/workflows/generic/lib                 |   1 +
 scripts/workflows/lib/crash.py                | 724 ++++++++++++++++++
 scripts/workflows/lib/systemd_remote.py       |  19 +-
 7 files changed, 1081 insertions(+), 48 deletions(-)
 create mode 100755 scripts/workflows/generic/crash_report.py
 create mode 100755 scripts/workflows/generic/crash_watchdog.py
 create mode 120000 scripts/workflows/generic/get_console.py
 create mode 120000 scripts/workflows/generic/lib
 create mode 100755 scripts/workflows/lib/crash.py

-- 
2.47.2


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

end of thread, other threads:[~2025-04-22  2:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-20  5:48 [PATCH 0/5] crash: provide a crash watchdog Luis Chamberlain
2025-04-20  5:48 ` [PATCH 1/5] systemd-remote: use ip address for systemd-remote journal Luis Chamberlain
2025-04-20  5:48 ` [PATCH 2/5] crash: add kernel crash watchdog library Luis Chamberlain
2025-04-20  5:48 ` [PATCH 3/5] fstests_watchdog.py: use the new " Luis Chamberlain
2025-04-20  5:48 ` [PATCH 4/5] crash_watchdog.py: add generic crash watchdog Luis Chamberlain
2025-04-20  5:48 ` [PATCH 5/5] crash_report.py: add a crash report Luis Chamberlain
2025-04-20 15:19 ` [PATCH 0/5] crash: provide a crash watchdog Chuck Lever
2025-04-21 23:16   ` Luis Chamberlain
2025-04-22  2:38     ` Luis Chamberlain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox