Re: [PATCH gnumach] Remove host_kernel_version RPC for x86_64

2023-05-10 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le dim. 07 mai 2023 23:35:23 -0400, a ecrit: > We can fast track the simplification of the RPC ABI for x86_64 if we don't > have > MACH_MSG_TYPE_STRING used in RPCs which forces msgt_size to use more than 8 > bits. > --- > include/mach/mach_host.defs | 4 > ke

Re: [PATCH gnumach] Remove host_kernel_version RPC for x86_64

2023-05-09 Thread Samuel Thibault
Flávio Cruz, le mar. 09 mai 2023 18:54:37 -0400, a ecrit: > On Mon, May 8, 2023 at 4:40 PM Samuel Thibault <[1]samuel.thiba...@gnu.org> > wrote: > > Hello, > > Flavio Cruz, le dim. 07 mai 2023 23:35:23 -0400, a ecrit: > > We can fast track the simplification of the RPC ABI for x86_64

Re: [PATCH gnumach] Remove host_kernel_version RPC for x86_64

2023-05-09 Thread Flávio Cruz
Hello, On Mon, May 8, 2023 at 4:40 PM Samuel Thibault wrote: > Hello, > > Flavio Cruz, le dim. 07 mai 2023 23:35:23 -0400, a ecrit: > > We can fast track the simplification of the RPC ABI for x86_64 if we > don't have > > MACH_MSG_TYPE_STRING used in RPCs which forces msgt_size to use more > tha

Re: [PATCH gnumach] Remove host_kernel_version RPC for x86_64

2023-05-08 Thread Samuel Thibault
Hello, Flavio Cruz, le dim. 07 mai 2023 23:35:23 -0400, a ecrit: > We can fast track the simplification of the RPC ABI for x86_64 if we don't > have > MACH_MSG_TYPE_STRING used in RPCs which forces msgt_size to use more than 8 > bits. Doesn't this break builds of hurd/glib code that is trying to

[PATCH gnumach] Remove host_kernel_version RPC for x86_64

2023-05-07 Thread Flavio Cruz
We can fast track the simplification of the RPC ABI for x86_64 if we don't have MACH_MSG_TYPE_STRING used in RPCs which forces msgt_size to use more than 8 bits. --- include/mach/mach_host.defs | 4 kern/host.c | 10 ++ 2 files changed, 10 insertions(+), 4 deletions(-