Re: [PATCH] vm_user: allow palign to be greater than PAGE_SIZE in allocate_contiguous

2023-07-01 Thread Samuel Thibault
Hello, Err, but that would be lying. If the requestor wants more alignment than PAGE_SIZE, we have to respect that. Samuel Etienne Brateau, le sam. 01 juil. 2023 16:12:42 +0200, a ecrit: > Allow to allocate contiguous if palign is greater than PAGE_SIZE and > it’s still align with the begining o

[PATCH] vm_user: allow palign to be greater than PAGE_SIZE in allocate_contiguous

2023-07-01 Thread Etienne Brateau
Allow to allocate contiguous if palign is greater than PAGE_SIZE and it’s still align with the begining of a page. --- vm/vm_user.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vm/vm_user.c b/vm/vm_user.c index df597267..b3c1f09f 100644 --- a/vm/vm_user.c +++ b/vm/vm_user.c @@ -600,6 +60

Re: [PATCH v2 libacpica] Allow read/write to pci config

2023-07-01 Thread Samuel Thibault
Applied, thanks! Damien Zammit, le jeu. 29 juin 2023 10:56:53 +, a ecrit: > --- > debian/patches/acgnu.diff | 72 --- > debian/patches/acpi-init-files.diff | 88 - > debian/patches/add-makefile.diff| 4 +- > 3 files changed, 153 i

[PATCH] templates: Start pci-arbiter before acpi on Hurd

2023-07-01 Thread Samuel Thibault
acpi actually needs to access PCI, while pci-arbiter will not be making use of ACPI, so we need to start acpi first. Signed-off-by: Samuel Thibault diff --git a/util/grub.d/10_hurd.in b/util/grub.d/10_hurd.in index b317a4b14..7d1e46391 100644 --- a/util/grub.d/10_hurd.in +++ b/util/grub.d/10_hur