[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20181106165504.GA16718@cmpxchg.org>
Date: Tue, 6 Nov 2018 11:55:04 -0500
From: Johannes Weiner <hannes@...xchg.org>
To: Olof Johansson <olof@...om.net>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
Ingo Molnar <mingo@...hat.com>,
Peter Zijlstra <peterz@...radead.org>,
linux-kernel@...r.kernel.org, kernel-team@...com
Subject: Re: [PATCH] psi: simplify cgroup_move_task
On Sat, Nov 03, 2018 at 11:33:39AM -0700, Olof Johansson wrote:
> The existing code triggered an invalid warning about 'rq' possibly being
> used uninitialized. Instead of doing the silly warning suppression by
> initializa it to NULL, refactor the code to bail out early instead.
>
> Warning was:
>
> kernel/sched/psi.c: In function ‘cgroup_move_task’:
> kernel/sched/psi.c:639:13: warning: ‘rq’ may be used uninitialized in this function [-Wmaybe-uninitialized]
>
> Fixes: 2ce7135adc9ad ("psi: cgroup support")
> Cc: Johannes Weiner <hannes@...xchg.org>
> Signed-off-by: Olof Johansson <olof@...om.net>
Acked-by: Johannes Weiner <hannes@...xchg.org>
Thanks Olof!
Powered by blists - more mailing lists