Re: [PATCH v2 hurd] irqhelp: Dont bail when cannot connect to acpi

2024-10-23 Thread Samuel Thibault
Applied, thanks! Damien Zammit, le mer. 23 oct. 2024 00:34:54 +, a ecrit: > As the acpi translator requires libirqhelp, we cannot fail when > libirqhelp cannot connect to acpi translator, break the egg/chicken. > > acpi translator will only call the irqhelp api with fixed gsi during startup,

[PATCH v2 hurd] irqhelp: Dont bail when cannot connect to acpi

2024-10-22 Thread Damien Zammit
As the acpi translator requires libirqhelp, we cannot fail when libirqhelp cannot connect to acpi translator, break the egg/chicken. acpi translator will only call the irqhelp api with fixed gsi during startup, so won't require itself to be started yet. --- libirqhelp/irqhelp.c | 17 -