Re: [PATCH 03/15] fix argument passing to bootstrap modules

2022-08-27 Thread Samuel Thibault
Luca Dariz, le mar. 28 juin 2022 12:10:42 +0200, a ecrit: > * kern/bootstrap.c: use rpc_ vm types to put the bootstrap module > arguments on the stack, make it consistent with user-space types. > > Signed-off-by: Luca Dariz Applied and fixed, thanks! > --- > kern/bootstrap.c | 22 +--

[PATCH 03/15] fix argument passing to bootstrap modules

2022-06-28 Thread Luca Dariz
* kern/bootstrap.c: use rpc_ vm types to put the bootstrap module arguments on the stack, make it consistent with user-space types. Signed-off-by: Luca Dariz --- kern/bootstrap.c | 22 +- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/kern/bootstrap.c b/kern