Re: [PATCH 2/4] x86, putuser: copy pasta into 32 and 64-bit versions

2019-03-24 Thread Borislav Petkov
On Sun, Mar 17, 2019 at 12:02:39AM +0300, Alexey Dobriyan wrote: > I'm going to rewrite 64-bit version to use normal x86_64 calling convention. This commit message is too laconic and it needs to be in passive voice and impartial. Also, here or in your 4/4 I'm missing the justification for why you'

[PATCH 2/4] x86, putuser: copy pasta into 32 and 64-bit versions

2019-03-16 Thread Alexey Dobriyan
I'm going to rewrite 64-bit version to use normal x86_64 calling convention. Signed-off-by: Alexey Dobriyan --- arch/x86/lib/Makefile |3 - arch/x86/lib/putuser_64.S | 103 ++ 2 files changed, 105 insertions(+), 1 deletion(-) --- a/arch/x86/