All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gabriel Rondon <grondon@gmail.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Christian Gromm <christian.gromm@microchip.com>,
	Parthiban Veerasooran <parthiban.veerasooran@microchip.com>,
	linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] staging: most: video: replace BUG_ON() with WARN_ON() in comp_exit()
Date: Wed,  8 Apr 2026 12:27:41 +0100	[thread overview]
Message-ID: <20260408112741.94707-1-grondon@gmail.com> (raw)
In-Reply-To: <20260408090024.51814-1-grondon@gmail.com>

On Wed, 8 Apr 2026 12:48:42 +0200, Greg Kroah-Hartman wrote:
> WARN_ON() also crashes the system when panic-on-warn is enabled (as it
> is in a few billion Linux systems...)
>
> So please handle this properly, don't crash.

Good point, will send v2 with pr_warn() instead.

Thanks,
Gabriel

      parent reply	other threads:[~2026-04-08 11:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-08  9:00 [PATCH] staging: most: video: replace BUG_ON() with WARN_ON() in comp_exit() Gabriel Rondon
2026-04-08 10:48 ` Greg Kroah-Hartman
2026-04-08 11:27 ` Gabriel Rondon [this message]

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=20260408112741.94707-1-grondon@gmail.com \
    --to=grondon@gmail.com \
    --cc=christian.gromm@microchip.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-staging@lists.linux.dev \
    --cc=parthiban.veerasooran@microchip.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.