From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422663AbcKPLEc (ORCPT ); Wed, 16 Nov 2016 06:04:32 -0500 Received: from verein.lst.de ([213.95.11.211]:36484 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752554AbcKPLEa (ORCPT ); Wed, 16 Nov 2016 06:04:30 -0500 Date: Wed, 16 Nov 2016 12:04:28 +0100 From: Christoph Hellwig To: Thomas Gleixner Cc: Christoph Hellwig , linux-kernel@vger.kernel.org Subject: Re: [PATCH] irq/affinity: fix irq_create_affinity_masks for the pre_vectors case Message-ID: <20161116110428.GA20305@lst.de> References: <1479201178-29604-1-git-send-email-hch@lst.de> <1479201178-29604-2-git-send-email-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 15, 2016 at 11:41:58PM +0100, Thomas Gleixner wrote: > We have the same exit condition in the (affv <= nodes) case and further > down in the outer loop. So the complete patch should be something like > this: Yes, this looks fine. Reviewed-by: Christoph Hellwig Tested-by: Christoph Hellwig