Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755406AbbLDI1I (ORCPT ); Fri, 4 Dec 2015 03:27:08 -0500 Received: from casper.infradead.org ([85.118.1.10]:50016 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751519AbbLDI1H (ORCPT ); Fri, 4 Dec 2015 03:27:07 -0500 Date: Fri, 4 Dec 2015 09:27:03 +0100 From: Peter Zijlstra To: Ingo Molnar Cc: Xunlei Pang , linux-kernel@vger.kernel.org, Ingo Molnar , Steven Rostedt , Rusty Russell Subject: Re: [PATCH] sched/core: Clear the root_domain cpumasks in init_rootdomain() Message-ID: <20151204082703.GD17308@twins.programming.kicks-ass.net> References: <1449057179-29321-1-git-send-email-xlpang@redhat.com> <20151202123414.GB9928@worktop.ger.corp.intel.com> <565EEE3E.30301@redhat.com> <20151202162542.GT3816@twins.programming.kicks-ass.net> <565FAC78.3030205@redhat.com> <20151203082800.GA2321@gmail.com> <56602D19.5080308@redhat.com> <20151204080901.GA26934@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151204080901.GA26934@gmail.com> User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 568 Lines: 15 On Fri, Dec 04, 2015 at 09:09:01AM +0100, Ingo Molnar wrote: > and then this code: > > > > cpumask_andnot(doms_cur[0], cpu_map, cpu_isolated_map); > > uses it without first clearing it. > > So is this another such bug, or am I missing something? It uses it as destination, it does a complete write of the mask. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/