Re: [PATCH] x86/vdso: Use proper modifier for len's printf in extract

2021-03-04 Thread Borislav Petkov
On Thu, Mar 04, 2021 at 11:55:18AM +0100, Jiri Slaby wrote: > On 04. 03. 21, 11:48, Borislav Petkov wrote: > > On Thu, Mar 04, 2021 at 06:18:25AM +0100, Jiri Slaby wrote: > > > It's built with gcc 10 from tumbleweed and it's a standard config from > > > kerncvs: > > >

Re: [PATCH] x86/vdso: Use proper modifier for len's printf in extract

2021-03-04 Thread Jiri Slaby
On 04. 03. 21, 11:48, Borislav Petkov wrote: On Thu, Mar 04, 2021 at 06:18:25AM +0100, Jiri Slaby wrote: It's built with gcc 10 from tumbleweed and it's a standard config from kerncvs: https://github.com/openSUSE/kernel-source/blob/stable/config/i386/pae Nope, can't trigger with that one

Re: [PATCH] x86/vdso: Use proper modifier for len's printf in extract

2021-03-04 Thread Borislav Petkov
On Thu, Mar 04, 2021 at 06:18:25AM +0100, Jiri Slaby wrote: > It's built with gcc 10 from tumbleweed and it's a standard config from > kerncvs: > https://github.com/openSUSE/kernel-source/blob/stable/config/i386/pae Nope, can't trigger with that one either. :-\ Anyway, it is obvious enough so

Re: [PATCH] x86/vdso: Use proper modifier for len's printf in extract

2021-03-03 Thread Jiri Slaby
On 03. 03. 21, 19:36, Borislav Petkov wrote: On Wed, Mar 03, 2021 at 07:43:57AM +0100, Jiri Slaby wrote: Commit 8382c668ce4f ("x86/vdso: Add support for exception fixup in vDSO functions") added a printf of len which is size_t. Compilers now complain on 32b: In file included from

Re: [PATCH] x86/vdso: Use proper modifier for len's printf in extract

2021-03-03 Thread Borislav Petkov
On Wed, Mar 03, 2021 at 07:43:57AM +0100, Jiri Slaby wrote: > Commit 8382c668ce4f ("x86/vdso: Add support for exception fixup in vDSO > functions") added a printf of len which is size_t. Compilers now > complain on 32b: > In file included from arch/x86/entry/vdso/vdso2c.c:162: >

Re: [PATCH] x86/vdso: Use proper modifier for len's printf in extract

2021-03-03 Thread Jarkko Sakkinen
On Wed, Mar 03, 2021 at 07:43:57AM +0100, Jiri Slaby wrote: > Commit 8382c668ce4f ("x86/vdso: Add support for exception fixup in vDSO > functions") added a printf of len which is size_t. Compilers now > complain on 32b: > In file included from arch/x86/entry/vdso/vdso2c.c:162: >

[PATCH] x86/vdso: Use proper modifier for len's printf in extract

2021-03-03 Thread Jiri Slaby
Commit 8382c668ce4f ("x86/vdso: Add support for exception fixup in vDSO functions") added a printf of len which is size_t. Compilers now complain on 32b: In file included from arch/x86/entry/vdso/vdso2c.c:162: arch/x86/entry/vdso/vdso2c.h: In function 'extract64':