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 X-Spam-Level: X-Spam-Status: No, score=-16.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D21F9C1B08C for ; Thu, 15 Jul 2021 08:21:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B9CB7611C0 for ; Thu, 15 Jul 2021 08:21:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240674AbhGOIYA (ORCPT ); Thu, 15 Jul 2021 04:24:00 -0400 Received: from mail.kernel.org ([198.145.29.99]:44170 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231991AbhGOIX7 (ORCPT ); Thu, 15 Jul 2021 04:23:59 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 4B7F761183; Thu, 15 Jul 2021 08:21:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1626337265; bh=/W+ULFbU/BGI8YXIYShenS1pmj1qoEaLlFWsmFLl7Bw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZZyI55QaKobP2Xyj54SFFbu1ZordCei/pAfFDfdV9DFAg72303w4mnR1RSwNlV4/B kRNVEx1xnA8lMBAm06hJUjAAZr8EYGYKw9Q/SvSLjX0F+1iBCMpJfaI3ZL/WBFLfK4 LRB1Myd7JB25qoaC79Elc+njHBkF7XRRSpfNR8no= Date: Thu, 15 Jul 2021 10:21:02 +0200 From: Greg KH To: longli@linuxonhyperv.com Cc: linux-kernel@vger.kernel.org, linux-hyperv@vger.kernel.org, Long Li , "K. Y. Srinivasan" , Haiyang Zhang , Stephen Hemminger , Wei Liu , Dexuan Cui Subject: Re: [Patch v3 3/3] Drivers: hv: Add to maintainer for Azure Blob driver Message-ID: References: <1626230722-1971-1-git-send-email-longli@linuxonhyperv.com> <1626230722-1971-4-git-send-email-longli@linuxonhyperv.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1626230722-1971-4-git-send-email-longli@linuxonhyperv.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 13, 2021 at 07:45:22PM -0700, longli@linuxonhyperv.com wrote: > From: Long Li > > Add longli@microsoft.com to maintainer list for Azure Blob driver. > > Cc: K. Y. Srinivasan > Cc: Haiyang Zhang > Cc: Stephen Hemminger > Cc: Wei Liu > Cc: Dexuan Cui > Signed-off-by: Long Li > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 9487061..b547eb9 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -8440,6 +8440,7 @@ M: Haiyang Zhang > M: Stephen Hemminger > M: Wei Liu > M: Dexuan Cui > +M: Long Li You just added yourself to the maintainer of _all_ of the hyperv drivers, was that intentional? thanks, greg k-h