gpio-health-monitor: Patch to fix crash issue

This patch fixes a crash that occurred when multiple GPIO lines asserted
simultaneously by refactoring D-Bus handling to use one shared
connection instead of creating new ones for every event. It also prevents
GPIO line handle leaks by adding missing gpiod_line_release calls in the
destructor and relevant error paths.

0003-phosphor-health-gpio-monitor-Use-shared-D-Bus-connec.patch

Tested: details in the patch.

Fusion-Link: fusion2 N/A
Google-Bug-Id: 427175539
Change-Id: Ib72c70c9750d9a528b593ceeba064f0202035c2b
Signed-off-by: Vikram Gara <vikramgara@google.com>
1 file changed
tree: 4cc822f095d46e237d3348a59d09589172d205e6
  1. classes/
  2. conf/
  3. dynamic-layers/
  4. recipes-bsp/
  5. recipes-connectivity/
  6. recipes-core/
  7. recipes-devtools/
  8. recipes-extended/
  9. recipes-google/
  10. recipes-kernel/
  11. recipes-phosphor/
  12. recipes-support/
  13. recipes-tpm1/
  14. recipes-tpm2/
  15. LICENSE
  16. README.md
README.md

meta-gbmc-staging

This repository contains additions to the openbmc/meta-google layer that are not yet ready for OpenBMC inclusion.

How to use this layer

  1. Clone openbmc/openbmc from GitHub.
  2. Clone this layer from GitHub into a subdirectory of openbmc.