All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] package: add rasdaemon support.
@ 2025-11-26 10:20 Bastien Curutchet via buildroot
  2025-11-26 10:20 ` [Buildroot] [PATCH 1/2] package/rasdaemon: Add rasdaemon package Bastien Curutchet via buildroot
  2025-11-26 10:20 ` [Buildroot] [PATCH 2/2] support/testing: add rasdaemon tests Bastien Curutchet via buildroot
  0 siblings, 2 replies; 11+ messages in thread
From: Bastien Curutchet via buildroot @ 2025-11-26 10:20 UTC (permalink / raw)
  To: buildroot; +Cc: Thomas Petazzoni, Fiona Klute, Bastien Curutchet

Hi all,

Rasdaemon is a tool that provides a way to collect all hardware error
events reported by the Linux kernel in a common framework.

My use case is on a PowerPC P2020. I use to it to monitor and react to
the PCIe AER events caught by the SoC's EDAC.

The first patch adds the package. The second one adds a small test for
it in support/testing.

Signed-off-by: Bastien Curutchet <bastien.curutchet@bootlin.com>
---
Bastien Curutchet (2):
      package/rasdaemon: Add rasdaemon package
      support/testing: add rasdaemon tests

 DEVELOPERS                                      |  4 ++
 package/Config.in                               |  1 +
 package/rasdaemon/Config.in                     | 23 +++++++++
 package/rasdaemon/S95rasdaemon                  | 62 +++++++++++++++++++++++++
 package/rasdaemon/rasdaemon.hash                |  1 +
 package/rasdaemon/rasdaemon.mk                  | 33 +++++++++++++
 support/testing/tests/package/test_rasdaemon.py | 25 ++++++++++
 7 files changed, 149 insertions(+)
---
base-commit: c8cb1a238de5a803228f12ad32b36cae2acfc778
change-id: 20251125-rasdaemon-1df4904ddfde

Best regards,
-- 
Bastien Curutchet <bastien.curutchet@bootlin.com>

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2025-11-27  7:46 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-26 10:20 [Buildroot] [PATCH 0/2] package: add rasdaemon support Bastien Curutchet via buildroot
2025-11-26 10:20 ` [Buildroot] [PATCH 1/2] package/rasdaemon: Add rasdaemon package Bastien Curutchet via buildroot
2025-11-26 10:59   ` Thomas Petazzoni via buildroot
2025-11-26 14:57     ` Bastien Curutchet via buildroot
2025-11-26 14:32   ` Fiona Klute via buildroot
2025-11-26 14:46     ` Bastien Curutchet via buildroot
2025-11-26 16:35       ` Fiona Klute via buildroot
2025-11-27  7:45         ` Bastien Curutchet via buildroot
2025-11-26 10:20 ` [Buildroot] [PATCH 2/2] support/testing: add rasdaemon tests Bastien Curutchet via buildroot
2025-11-26 11:00   ` Thomas Petazzoni via buildroot
2025-11-26 14:58     ` Bastien Curutchet via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.