This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "MIG".
The branch, master has been updated via d29057d0866a663d4a5a867147a4a6366c12a647 (commit) from 39e68c6ed7c9d6a2a73ab079846bc53c2839351f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d29057d0866a663d4a5a867147a4a6366c12a647 Author: Luca Dariz <l...@orpolo.org> Date: Tue Jun 28 11:49:25 2022 +0200 fix message fields alignment for 64 bit On x86_64 alignment of structures is different, as the pointer size is different. For simplicity we keep the same 4-byte alignment as used on 32-bit. This simplifies the support for 32-bit rpc on 64-bit kernels, and also it seems not worth as an optimization, as we would need to add more code in the ipc_kmsg* routines. * routine.c: align both short and long descriptors * utils.c: use a fixed alignment for data fields in structures representing messages. Signed-off-by: Luca Dariz <l...@orpolo.org> Message-Id: <20220628094927.442907-2-l...@orpolo.org> ----------------------------------------------------------------------- Summary of changes: routine.c | 4 ++-- utils.c | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) hooks/post-receive -- MIG