Re: [PATCH v3 1/1] acpi: Convert translator to an emulated mach device

2022-09-20 Thread Samuel Thibault
Damien Zammit, le mar. 20 sept. 2022 03:01:18 +, a ecrit: > This makes acpi usable as a bootstrap translator. Applied, thanks! > --- > acpi/Makefile | 6 +- > acpi/acpifs.c | 37 > acpi/acpifs.h | 6 +- > acpi/main.c| 155 +

Re: [PATCH v3] pfinet: Add SIOCADDRT and SIOCDELRT equivalent iioctls

2022-09-20 Thread Damien Zammit
Hi Samuel, Did you fix in glibc as well, with something like what was in my commit message? I wasn't sure if the whole file should just be replaced, as it currently has a lot of unused stuff so I couldn't write an actual patch. Damien On 30/8/22 7:15 am, Samuel Thibault wrote: > Applied, thank