Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-linux-handle-non-ACPI-systems-in-device_get.patch | linux: handle non-ACPI systems in device_get() /sys/devices/pci0000:00/firmware_node/hid does not exist on all systems. Kernel parameter acpi=off has been reported as one possible reason in https://github.com/rhboot/efivar/issues/120 But this is not the only case. On systems using device trees you may also not find this file. We have multiple parsers in dev_probes[]. It is sufficient that one of these parsers succeeds to provide the device information. If for instance pci_root_parser and pci_parser fails, we may still get information from nvme_parser. If a parser fails, only write a debug information and continue. |
Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | invalid | https://github.com/rhboot/efivar/pull/246/commits/b1209a10c55836fcd63dfcbe7e84ac6a7d4a2238 | 2023-08-02 | |
0002_no_host_march.patch | Don't use -march=native *ever*, stick to the defined compiler defaults. diff --git a/src/include/defaults.mk b/src/include/defaults.mk index 632b155..9024a3a 100644 |
no |