[PATCH incubator/dde] Use designated initializers when defining mach_msg_type_t in libmachdevdde

2023-08-10 Thread Flavio Cruz
This avoids assuming a specific field order in mach_msg_type_t (see https://git.savannah.gnu.org/cgit/hurd/gnumach.git/commit/device/net_io.c?id=50b744c4c2877dfbec54dc7bdae0d141e34c17c3 for a similar change in gnumach). --- libmachdevdde/net.c | 26 +- 1 file changed, 13

Re: [PATCH gnumach] Update the 64bit RPC ABI to be simpler (v2)

2023-08-10 Thread Flávio Cruz
Hi On Wed, Aug 9, 2023 at 10:21 AM Samuel Thibault wrote: > Sergey Bugaev, le mer. 09 août 2023 11:48:29 +0300, a ecrit: > > On Wed, Aug 9, 2023 at 4:10 AM Samuel Thibault > wrote: > > > So, is anybody against making this change? > > > > I trust Flávio to understand RPC ABI much better than I

Re: 64bit startup

2023-08-10 Thread Samuel Thibault
Luca, le jeu. 10 août 2023 21:58:49 +0200, a ecrit: > By the way, if I try to add the repository key with > > apt-key adv --recv-keys --keyserver keyring.debian.org > 900CB024B67931D40F82304BD0178C767D069EE6 > > it fails with > > E: gnupg, gnupg2 and gnupg1 do not seem to be installed, but one

Re: 64bit startup

2023-08-10 Thread Luca
Il 09/08/23 19:57, Samuel Thibault ha scritto: Samuel Thibault, le mar. 08 août 2023 19:15:50 +0200, a ecrit: I continued stabbing at the network issue, it was just a size alignment problem, so that depending on their sizes, half of the network packets would be discarded by mach_msg. Hurd-amd64