linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jules Irenge <jbi.octave@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: boqun.feng@gmail.com
Subject: [PATCH 0/1] Fix context imbalance warning
Date: Wed, 15 Apr 2020 19:49:36 +0100	[thread overview]
Message-ID: <20200415184937.32373-1-jbi.octave@gmail.com> (raw)

Hi,

This patch adds an annotations to clear_tasks_mm_cpumask(),
the function registers a  warning of context imbalance when built with Sparse tool.
The adds fix the warning.

I also tested it and I think it is working fine.

I will appreciate any comment if possible.

Jules Irenge (1):
  cpu: Add annotation inside clear_tasks_mm_cpumask()

 kernel/cpu.c | 1 +
 1 file changed, 1 insertion(+)

-- 
2.24.1


             reply	other threads:[~2020-04-15 19:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-15 18:49 Jules Irenge [this message]
2020-04-15 18:49 ` [PATCH 1/1] cpu: Add annotation inside clear_tasks_mm_cpumask() Jules Irenge
2020-04-15 22:25   ` Peter Zijlstra

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=20200415184937.32373-1-jbi.octave@gmail.com \
    --to=jbi.octave@gmail.com \
    --cc=boqun.feng@gmail.com \
    --cc=linux-kernel@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 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).