linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] Fix context imbalance warning
@ 2020-04-15 18:49 Jules Irenge
  2020-04-15 18:49 ` [PATCH 1/1] cpu: Add annotation inside clear_tasks_mm_cpumask() Jules Irenge
  0 siblings, 1 reply; 3+ messages in thread
From: Jules Irenge @ 2020-04-15 18:49 UTC (permalink / raw)
  To: linux-kernel; +Cc: boqun.feng

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-04-15 22:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-15 18:49 [PATCH 0/1] Fix context imbalance warning Jules Irenge
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

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).