public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Waiman Long <llong@redhat.com>
To: Tzung-Bi Shih <tzungbi@kernel.org>,
	Peter Zijlstra <peterz@infradead.org>,
	Ingo Molnar <mingo@redhat.com>, Will Deacon <will@kernel.org>,
	Boqun Feng <boqun.feng@gmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] lockdep: Add header and footer to surround warning reports
Date: Sat, 15 Nov 2025 10:55:46 -0500	[thread overview]
Message-ID: <e2c79a5f-967a-40b2-8bd1-e9deab73c81e@redhat.com> (raw)
In-Reply-To: <20251114062730.1828416-1-tzungbi@kernel.org>

On 11/14/25 1:27 AM, Tzung-Bi Shih wrote:
> Add header and footer to improve log parsing and automated analysis.
> This makes lockdep output easier to interpret.
>
> Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org>
> ---
>   kernel/locking/lockdep.c | 34 ++++++++++++++++++++++++++++++++++
>   1 file changed, 34 insertions(+)
>
> 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.

Cheers,
Longman


  parent reply	other threads:[~2025-11-15 15:55 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-14  6:27 [PATCH] lockdep: Add header and footer to surround warning reports Tzung-Bi Shih
2025-11-15 15:20 ` kernel test robot
2025-11-15 15:55 ` Waiman Long [this message]
2025-11-17  2:41   ` Tzung-Bi Shih
2025-11-15 16:36 ` Geert Uytterhoeven
2025-11-17  2:41   ` Tzung-Bi Shih
2025-11-16 13:57 ` kernel test robot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e2c79a5f-967a-40b2-8bd1-e9deab73c81e@redhat.com \
    --to=llong@redhat.com \
    --cc=boqun.feng@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=peterz@infradead.org \
    --cc=tzungbi@kernel.org \
    --cc=will@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox