Re: [PATCH 1/2] kcsan: Introduce report access_info and other_info

From: Marco Elver
Date: Thu Mar 19 2020 - 14:08:14 EST


On Thu, 19 Mar 2020 at 19:02, Paul E. McKenney <paulmck@xxxxxxxxxx> wrote:
>
> On Thu, Mar 19, 2020 at 08:27:36AM -0700, Paul E. McKenney wrote:
> > On Wed, Mar 18, 2020 at 06:38:44PM +0100, Marco Elver wrote:
> > > Improve readability by introducing access_info and other_info structs,
> > > and in preparation of the following commit in this series replaces the
> > > single instance of other_info with an array of size 1.
> > >
> > > No functional change intended.
> > >
> > > Signed-off-by: Marco Elver <elver@xxxxxxxxxx>
> >
> > Queued both for review and testing, and I am trying it out on one of
> > the scenarios that proved problematic earlier on. Thank you!!!
>
> And all passed, so looking good! ;-)

Great, thank you for confirming!

Thanks,
-- Marco

> Thanx, Paul