[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <aRqLRhnMd6oj9jXi@google.com>
Date: Mon, 17 Nov 2025 02:41:10 +0000
From: Tzung-Bi Shih <tzungbi@...nel.org>
To: Waiman Long <llong@...hat.com>
Cc: Peter Zijlstra <peterz@...radead.org>, Ingo Molnar <mingo@...hat.com>,
Will Deacon <will@...nel.org>, Boqun Feng <boqun.feng@...il.com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] lockdep: Add header and footer to surround warning
reports
On Sat, Nov 15, 2025 at 10:55:46AM -0500, Waiman Long wrote:
> On 11/14/25 1:27 AM, Tzung-Bi Shih wrote:
> > diff --git a/kernel/locking/lockdep.c b/kernel/locking/lockdep.c
> > index 2d4c5bab5af8..af05d30f1545 100644
> > --- a/kernel/locking/lockdep.c
> > +++ b/kernel/locking/lockdep.c
> > @@ -59,6 +59,7 @@
> > #include <linux/console.h>
> > #include <linux/kasan.h>
> > +#include <asm/bugs.h>
>
> It should be "<asm/bug.h> to fix problem reported by the kernel test robot.
Thanks. For some reason, my testing environment and compiler didn't warn
about this. Will fix it in the next version.
Powered by blists - more mailing lists