[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20190824133053.aa5c6393815a5cb55dbdb8a4@linux-foundation.org>
Date: Sat, 24 Aug 2019 13:30:53 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Mark Rutland <mark.rutland@....com>
Cc: linux-kernel@...r.kernel.org,
Alexander Potapenko <glider@...gle.com>,
Andrey Ryabinin <aryabinin@...tuozzo.com>,
Dmitry Vyukov <dvyukov@...gle.com>,
Will Deacon <will.deacon@....com>
Subject: Re: [PATCHv2] lib/test_kasan: add roundtrip tests
On Fri, 23 Aug 2019 11:41:08 +0100 Mark Rutland <mark.rutland@....com> wrote:
> >
> > /*
> >
> > which is really kinda wrong. We should strictly include linux/io.h for
> > things like virt_to_phys().
> >
> > So I think I'll stick with v1 plus my fixlet:
> >
> > --- a/lib/test_kasan.c~lib-test_kasan-add-roundtrip-tests-checkpatch-fixes
> > +++ a/lib/test_kasan.c
> > @@ -18,8 +18,8 @@
> > #include <linux/slab.h>
> > #include <linux/string.h>
> > #include <linux/uaccess.h>
> > +#include <linux/io.h>
> >
> > -#include <asm/io.h>
> > #include <asm/page.h>
> >
> > /*
> >
>
> Assuming that you mean *v3* with that fix, that looks good to me!
Yes, that's what we have.
Powered by blists - more mailing lists