linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mukesh Ojha <mojha@codeaurora.org>
To: lkml <linux-kernel@vger.kernel.org>,
	Thomas Gleixner <tglx@linutronix.de>
Subject: Query on skip_onerr field in struct cpuhp_step
Date: Tue, 21 Aug 2018 19:17:31 +0530	[thread overview]
Message-ID: <c228c495-63fa-5af9-32ff-355410d78cc8@codeaurora.org> (raw)

Hi All,

This is about one of field in struct cpuhp_step

* @skip_onerr: Do not invoke the functions on error rollback
  *              Will go away once the notifiers are gone
         bool                    skip_onerr;

Why this field was introduced, can anyone explain the history behind ? 
As i don't see it being set from anywhere

If it is specifically was dependent on notifiers, did we missed to 
remove it as the notifiers are gone or the usecase still there?
And If it is still valid, in what scenario i would not want my callback 
to be called in rollback path?

Thanks,
Mukesh

             reply	other threads:[~2018-08-21 13:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-21 13:47 Mukesh Ojha [this message]
2018-08-21 13:57 ` Query on skip_onerr field in struct cpuhp_step Thomas Gleixner
2018-08-21 14:40   ` Mukesh Ojha
2018-08-25 18:27     ` Thomas Gleixner

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=c228c495-63fa-5af9-32ff-355410d78cc8@codeaurora.org \
    --to=mojha@codeaurora.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tglx@linutronix.de \
    /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).