From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 13 May 2014 10:26:09 +0200 From: Peter Zijlstra Subject: Re: sched: fix: initialization of sched_domain_topology for NUMA Message-ID: <20140513082609.GA2485@laptop.programming.kicks-ass.net> References: <1399929376-4597-1-git-send-email-vincent.guittot@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1399929376-4597-1-git-send-email-vincent.guittot@linaro.org> Sender: linux-kernel-owner@vger.kernel.org List-Archive: List-Post: To: Vincent Guittot Cc: mingo@kernel.org, jet.chen@intel.com, fengguang.wu@intel.com, linux-ia64@vger.kernel.org, linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org List-ID: On Mon, May 12, 2014 at 11:16:16PM +0200, Vincent Guittot wrote: > sched_domain_topology table is a null terminated array. > Add 1 row in the allocation size that will be used as the last row of the > table. > > Reported-by: Jet Chen > Tested-by: Jet Chen > Signed-off-by: Vincent Guittot > link: https://lkml.org/lkml/2014/5/12/130 > > --- > > Hi Ingo and Peter, > > This patch fixes the problem that has been reported by Jet Chen > I have no mail from Jet Chen on any recent issues. Also, please describe both the problem and the fix in the Changelog without need to refer to secondary sources. As it stands I've no clue wth this is about.