From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Zijlstra Date: Tue, 13 May 2014 08:26:09 +0000 Subject: Re: sched: fix: initialization of sched_domain_topology for NUMA Message-Id: <20140513082609.GA2485@laptop.programming.kicks-ass.net> List-Id: References: <1399929376-4597-1-git-send-email-vincent.guittot@linaro.org> In-Reply-To: <1399929376-4597-1-git-send-email-vincent.guittot@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 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.