All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Kara <jack@suse.cz>
To: <linux-fsdevel@vger.kernel.org>
Cc: Jan Kara <jack@suse.cz>
Subject: [PATCH 0/3] quota: Remove BUG_ONs from quota code
Date: Fri, 27 Oct 2023 18:23:36 +0200	[thread overview]
Message-ID: <20231027161930.27648-1-jack@suse.cz> (raw)

Hello,

as has Linus notice there are several BUG_ONs in quota code that have the
potential of taking the whole machine down and they are mostly unnecessary.
This patch series changes them to WARN_ON_ONCE() and adds error handling
where appropriate. I plan to queue the series to my tree.

								Honza

             reply	other threads:[~2023-10-27 16:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-27 16:23 Jan Kara [this message]
2023-10-27 16:23 ` [PATCH 1/3] quota: Replace BUG_ON in dqput() Jan Kara
2023-10-27 16:23 ` [PATCH 2/3] quota: Remove BUG_ON in dquot_load_quota_sb() Jan Kara
2023-10-27 16:23 ` [PATCH 3/3] quota: Remove BUG_ON from dqget() Jan Kara

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=20231027161930.27648-1-jack@suse.cz \
    --to=jack@suse.cz \
    --cc=linux-fsdevel@vger.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 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.