Re: [PATCH v2 1/2] kcsan: selftest: Ensure that address is at least PAGE_SIZE

2020-10-22 Thread Dmitry Vyukov
On Thu, Oct 22, 2020 at 1:45 PM Marco Elver wrote: > > In preparation of supporting only addresses not within the NULL page, > change the selftest to never use addresses that are less than PAGE_SIZE. > > Signed-off-by: Marco Elver Reviewed-by: Dmitry Vyukov > --- > v2: > * Introduce patch to

[PATCH v2 1/2] kcsan: selftest: Ensure that address is at least PAGE_SIZE

2020-10-22 Thread Marco Elver
In preparation of supporting only addresses not within the NULL page, change the selftest to never use addresses that are less than PAGE_SIZE. Signed-off-by: Marco Elver --- v2: * Introduce patch to series. --- kernel/kcsan/selftest.c | 3 +++ 1 file changed, 3 insertions(+) diff --git