Re: [PATCH 2/5] fix copyoutmsg for 64-bit userspace

2023-04-20 Thread Samuel Thibault
Applied, thanks! Luca Dariz, le mer. 19 avril 2023 21:47:00 +0200, a ecrit: > * x86_64/copy_user.c: use the correct user/kernel msg structure > --- > x86_64/copy_user.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/x86_64/copy_user.c b/x86_64/copy_user.c > index b

[PATCH 2/5] fix copyoutmsg for 64-bit userspace

2023-04-19 Thread Luca Dariz
* x86_64/copy_user.c: use the correct user/kernel msg structure --- x86_64/copy_user.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/x86_64/copy_user.c b/x86_64/copy_user.c index b5084996..f76e44c9 100644 --- a/x86_64/copy_user.c +++ b/x86_64/copy_user.c @@ -430,7 +430,7