From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EF331C07E9D for ; Mon, 26 Sep 2022 09:46:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234519AbiIZJqo (ORCPT ); Mon, 26 Sep 2022 05:46:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50376 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233071AbiIZJp7 (ORCPT ); Mon, 26 Sep 2022 05:45:59 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2F7062314A for ; Mon, 26 Sep 2022 02:45:45 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 89DC860B2F for ; Mon, 26 Sep 2022 09:45:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DF0A5C433C1; Mon, 26 Sep 2022 09:45:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664185543; bh=6wDR1EpRr9XwSeTPK6oFO3TBki+0455VKh2CV0DeoN0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=dgUuJT8yC3UAQ5bFNjLnpWKN0OQg2yYZsEXhKAgYHWtm+jCLV7nPaRziD8ayWH3q5 GTmR8KJDB/Mgxbl5ZDTqKClQcCI3mBj1TuylUBkVc8HBss8zsF8Qtqz+ZI2sQsJ8/6 RdoOTPYajbVK2J4qhMBGKqQ+iWGFk4xO4y6QHiSCqicXPQwH09M8pdTsVbbtxOInkE 6mCCHn/nWeOmExOXjXmxdylJQZujTqk18LayZaow/xyIWAX/+y8oAcLTz5opjo78ue 4jYR1EoXK9P0yDsZ3UksgIJ2+QkUe2qE2GpsiRgt7iYEsGBm/GNlpyeo8++ENGN3xp jDQn9lL9co4zQ== Received: from sofa.misterjones.org ([185.219.108.64] helo=why.misterjones.org) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1ockgH-00CcPv-Eo; Mon, 26 Sep 2022 10:45:41 +0100 Date: Mon, 26 Sep 2022 10:45:41 +0100 Message-ID: <87r0zyo4e2.wl-maz@kernel.org> From: Marc Zyngier To: Gavin Shan Cc: kvmarm@lists.cs.columbia.edu, linux-kernel@vger.kernel.org, will@kernel.org, eric.auger@redhat.com, yuzhe@nfschina.com, oliver.upton@linux.dev, shan.gavin@gmail.com, James Morse , Suzuki K Poulose , Alexandru Elisei Subject: Re: [PATCH] KVM: arm64: vgic: Remove duplicate check in update_affinity_collection() In-Reply-To: <61dad836-2c4d-e462-3f52-1524db437629@redhat.com> References: <20220923065447.323445-1-gshan@redhat.com> <87bkr5hto4.wl-maz@kernel.org> <61dad836-2c4d-e462-3f52-1524db437629@redhat.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/27.1 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-SA-Exim-Connect-IP: 185.219.108.64 X-SA-Exim-Rcpt-To: gshan@redhat.com, kvmarm@lists.cs.columbia.edu, linux-kernel@vger.kernel.org, will@kernel.org, eric.auger@redhat.com, yuzhe@nfschina.com, oliver.upton@linux.dev, shan.gavin@gmail.com, james.morse@arm.com, suzuki.poulose@arm.com, Alexandru.Elisei@arm.com X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 26 Sep 2022 00:21:08 +0100, Gavin Shan wrote: > > Hi Marc, > > On 9/24/22 9:56 PM, Marc Zyngier wrote: > > Side note: please make sure you always Cc all the KVM/arm64 reviewers > > when sending patches (now added). > > > > Sure. The reason, why I didn't run './scripts/get_maintainer.pl' to get > all reviewers, is the patch is super simple one :) Sure, but the whole point of having multiple reviewers is to share the review load. If you only send it to a reduced number of them, you are defeating this process (although this is more wishful thinking than a process...). Thanks, M. -- Without deviation from the norm, progress is not possible.