Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757804AbbGGXeG (ORCPT ); Tue, 7 Jul 2015 19:34:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60481 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757278AbbGGXd6 (ORCPT ); Tue, 7 Jul 2015 19:33:58 -0400 Date: Wed, 8 Jul 2015 01:32:26 +0200 From: Oleg Nesterov To: akpm@linux-foundation.org Cc: fweisbec@gmail.com, cl@linux.com, riel@redhat.com, rusty@rustcorp.com.au, tj@kernel.org, linux-kernel@vger.kernel.org Subject: Re: + kmod-remove-unecessary-explicit-wide-cpu-affinity-setting.patch added to -mm tree Message-ID: <20150707233226.GA3611@redhat.com> References: <559c5c37.S4vYB5A6NQhb8Yx5%akpm@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <559c5c37.S4vYB5A6NQhb8Yx5%akpm@linux-foundation.org> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1187 Lines: 31 Well, sorry for noise. Let me repeat that I agree with this change, but... On 07/07, Andrew Morton wrote: > > From: Frederic Weisbecker > Subject: kmod: remove unecessary explicit wide CPU affinity setting > > Not only useless it even breaks nohz full. The housekeeping work (general > kernel internal code that user doesn't care much about) is handled by a > reduced set of CPUs in nohz full, precisely those that are not included by > nohz_full= kernel parameters. For example unbound workqueues are handled > by housekeeping CPUs. I still think this part of the changelog looks confusing and just wrong. It is not that it breaks nohz full, unbound workqueues have nothing to do with housekeeping_mask from the kernel pov. But yes, people can change ->cpumask and this can connect to housekeeping_mask. Frederic, may I ask you to update the changelog? Although perhaps it was just me who was confused... Oleg. -- 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/