[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20131113174826.GR21461@twins.programming.kicks-ass.net>
Date: Wed, 13 Nov 2013 18:48:26 +0100
From: Peter Zijlstra <peterz@...radead.org>
To: mingo@...nel.org, hpa@...or.com, linux-kernel@...r.kernel.org,
riel@...hat.com, mgorman@...e.de, tglx@...utronix.de,
prarit@...hat.com
Cc: linux-tip-commits@...r.kernel.org
Subject: Re: [tip:sched/urgent] sched/numa: Fix NULL pointer dereference in
task_numa_migrate()
On Wed, Nov 13, 2013 at 09:25:22AM -0800, tip-bot for Rik van Riel wrote:
> + if (unlikely(!sd)) {
> + p->numa_preferred_nid = cpu_to_node(task_cpu(p));
't is only now I notice, but I added a convenience helper for this:
task_node(p) :-)
No biggie, I'll try and remember when next something near there needs
changing.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists