From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753378AbdBGII1 (ORCPT ); Tue, 7 Feb 2017 03:08:27 -0500 Received: from bombadil.infradead.org ([65.50.211.133]:38284 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752059AbdBGIIZ (ORCPT ); Tue, 7 Feb 2017 03:08:25 -0500 Date: Tue, 7 Feb 2017 09:08:19 +0100 From: Peter Zijlstra To: Ingo Molnar Cc: Linus Torvalds , Linux Kernel Mailing List , Andrew Morton , Mike Galbraith , Oleg Nesterov , Thomas Gleixner Subject: Re: [PATCH 00/89] Major reorganization of Message-ID: <20170207080819.GT6500@twins.programming.kicks-ass.net> References: <1486387772-18837-1-git-send-email-mingo@kernel.org> <20170206221359.GB7481@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170206221359.GB7481@gmail.com> User-Agent: Mutt/1.5.23.1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 06, 2017 at 11:13:59PM +0100, Ingo Molnar wrote: > * Linus Torvalds wrote: > > There were all those small things in there (Peter pointed out those cpumask > > things I wouldn't for the life of me have noticed) that were really subtle, and > > were really hidden by the fact that there was just a lot of non-semantic > > changes. > > I think the ->cpus_allowed bugs Peter noticed are pre-existing - that patch > doesn't intend to make any semantic changes. Correct, those are pre-existing, just noticed then (again) because the changes made me look at the code.