From: Jean Delvare <jdelvare@suse.de>
To: Michal Hocko <mhocko@suse.com>
Cc: Luis Chamberlain <mcgrof@kernel.org>,
linux-modules@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] module: print module name on refcount error
Date: Tue, 4 Jul 2023 16:35:44 +0200 [thread overview]
Message-ID: <20230704163544.660621f3@endymion.delvare> (raw)
In-Reply-To: <ZKQZHZt8YV0GosrZ@dhcp22.suse.cz>
On Tue, 4 Jul 2023 15:05:33 +0200, Michal Hocko wrote:
> On Tue 04-07-23 14:43:12, Jean Delvare wrote:
> > On Wed, 28 Jun 2023 12:30:35 +0200, Michal Hocko wrote:
> > > Would it make sense to also print the refcnt here? In our internal bug
> > > report it has turned out that this was an overflow (put missing) rather
> > > than an underflow (too many put calls). Seeing the value could give a
> > > clue about that. We had to configure panic_on_warn to capture a dump to
> > > learn more which is rather impractical.
> >
> > Well, other calls to module_put() or try_module_get() could happen in
> > parallel, so at the time we print refcnt, its value could be different
> > from the one which triggered the WARN.
>
> Racess with module_put should be impossible because all of them should
> fail, right?
Most probably yes, but after taking a deeper look at the code, I
wouldn't swear. For example delete_module() will decrement refcnt and
increment it again if the module can't actually be removed. This could
get refcnt to positive again briefly, at which point another
module_put() could succeed.
> Races with put are possible but we do not need an exact
> value to tell the difference between over and underflow, no?
Indeed not. But my other points still stand. Plus, if you really want
to know the refcnt value, it's already visible in /sys/module/*/refcnt
and lsmod.
--
Jean Delvare
SUSE L3 Support
next prev parent reply other threads:[~2023-07-04 14:35 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-26 10:32 [PATCH] module: print module name on refcount error Jean Delvare
2023-06-28 10:30 ` Michal Hocko
2023-07-04 12:43 ` Jean Delvare
2023-07-04 13:05 ` Michal Hocko
2023-07-04 14:35 ` Jean Delvare [this message]
2023-06-30 23:05 ` Luis Chamberlain
2023-07-01 15:57 ` Jean Delvare
2023-07-03 10:45 ` Jean Delvare
2023-07-03 13:47 ` Michal Hocko
2023-07-07 18:56 ` Luis Chamberlain
2023-07-10 5:43 ` Michal Hocko
2023-07-26 20:59 ` Luis Chamberlain
2023-08-28 12:18 ` Jean Delvare
2023-09-14 19:39 ` Michal Hocko
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=20230704163544.660621f3@endymion.delvare \
--to=jdelvare@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-modules@vger.kernel.org \
--cc=mcgrof@kernel.org \
--cc=mhocko@suse.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).