[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 5/7] adjust rdxtree key to the correct size
From: |
Samuel Thibault |
Subject: |
Re: [PATCH 5/7] adjust rdxtree key to the correct size |
Date: |
Wed, 18 Jan 2023 02:27:23 +0100 |
User-agent: |
NeoMutt/20170609 (1.8.3) |
Applied, thanks!
Luca Dariz, le lun. 16 janv. 2023 11:58:55 +0100, a ecrit:
> * Makefile.am: define RDXTREE_KEY_32
> ---
> Makefile.am | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/Makefile.am b/Makefile.am
> index fb557ba6..54fcf685 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -82,6 +82,9 @@ endif
> # We do not support or need position-independent
> AM_CFLAGS += \
> -no-pie -fno-PIE -fno-pie -fno-pic
> +
> +# This must be the same size as port names, see e.g. ipc/ipc_entry.c
> +AM_CFLAGS += -DRDXTREE_KEY_32
>
> #
> # Silent build support.
> --
> 2.30.2
>
>
--
Samuel
---
Pour une évaluation indépendante, transparente et rigoureuse !
Je soutiens la Commission d'Évaluation de l'Inria.
- [PATCH 0/7] update rpc for x86_64, Luca Dariz, 2023/01/16
- [PATCH 1/7] add msg_user_header_t for user-side msg structure, Luca Dariz, 2023/01/16
- [PATCH 3/7] update syscall signature with rpc_vm_* and mach_port_name_t, Luca Dariz, 2023/01/16
- [PATCH 4/7] update writev syscall signature with rpc types, Luca Dariz, 2023/01/16
- [PATCH 7/7] replace mach_port_t with mach_port_name_t, Luca Dariz, 2023/01/16
- [PATCH 5/7] adjust rdxtree key to the correct size, Luca Dariz, 2023/01/16
- Re: [PATCH 5/7] adjust rdxtree key to the correct size,
Samuel Thibault <=
- [PATCH 2/7] x86_64: expand and shrink messages in copy{in, out}msg routines, Luca Dariz, 2023/01/16
- [PATCH 6/7] add conversion helpers for invalid mach port names, Luca Dariz, 2023/01/16