Re: [PATCH 2/3] x86/vdso2c: Convert iterator to unsigned

From: Dmitry Safonov
Date: Mon Apr 20 2020 - 14:35:36 EST


This one was sent by a mistake, see
> [PATCH 2/3] x86/vdso2c: Convert iterators to unsigned
instead, please.

On 4/20/20 7:32 PM, Dmitry Safonov wrote:
> i and j are used everywhere with unsigned types.
> Cleanup and prettify the code a bit.
>
> Introduce syms_nr for readability and as a preparation for allocating an
> array of vDSO entries that will be needed for creating two vdso .so's:
> one for host tasks and another for processes inside time namespace.
>
> Co-developed-by: Andrei Vagin <avagin@xxxxxxxxxx>
> Signed-off-by: Andrei Vagin <avagin@xxxxxxxxxx>
> Signed-off-by: Dmitry Safonov <dima@xxxxxxxxxx>
[..]
Thanks,
Dmitry