From: Jeremy Kerr <jk@ozlabs.org>
To: "William A. Kennington III" <wak@google.com>,
linuxppc-dev@lists.ozlabs.org
Subject: Re: [PATCH] ipmi/powernv: Fix spurious warnings at boot
Date: Wed, 18 Jul 2018 16:25:01 +0800 [thread overview]
Message-ID: <a438c7ee-cd8b-fd4b-6288-2a1864fb33ec@ozlabs.org> (raw)
In-Reply-To: <20180615183332.249253-1-wak@google.com>
Hi William,
> Sometimes we have stale messages showing up in the recv queue that are
> being processed by the pollers. We don't want to print out warnings for
> these messages not having an outstanding request as they can be expected
> when doing a kexec from the petitroot environment or from another
> running kernel.
OK, makes sense to do. The in_drain state partially shadows the value of
!smi->cur_msg; we may be able to use that instead.
This means that we'll no longer warn when getting an IPMI message after
the first successful send occurs, but do we really care about that
anyway? We could just drop those silently...
Cheers,
Jeremy
prev parent reply other threads:[~2018-07-18 8:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-15 18:33 [PATCH] ipmi/powernv: Fix spurious warnings at boot William A. Kennington III
2018-07-18 8:25 ` Jeremy Kerr [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=a438c7ee-cd8b-fd4b-6288-2a1864fb33ec@ozlabs.org \
--to=jk@ozlabs.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=wak@google.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).