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=-13.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 EB859C07E9B for ; Wed, 21 Jul 2021 09:00:44 +0000 (UTC) Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 950ED611C1 for ; Wed, 21 Jul 2021 09:00:44 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 950ED611C1 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=virtualization-bounces@lists.linux-foundation.org Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 5EB2F402BC; Wed, 21 Jul 2021 09:00:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iTHWRdo9Xq2U; Wed, 21 Jul 2021 09:00:43 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by smtp2.osuosl.org (Postfix) with ESMTPS id D893140138; Wed, 21 Jul 2021 09:00:42 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id A70EFC001A; Wed, 21 Jul 2021 09:00:42 +0000 (UTC) Received: from smtp1.osuosl.org (smtp1.osuosl.org [IPv6:2605:bc80:3010::138]) by lists.linuxfoundation.org (Postfix) with ESMTP id 4CD30C000E for ; Wed, 21 Jul 2021 09:00:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 2F28D830C5 for ; Wed, 21 Jul 2021 09:00:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Authentication-Results: smtp1.osuosl.org (amavisd-new); dkim=pass (1024-bit key) header.d=linuxfoundation.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yFfSdDXlIp8n for ; Wed, 21 Jul 2021 09:00:41 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp1.osuosl.org (Postfix) with ESMTPS id A380D82E4C for ; Wed, 21 Jul 2021 09:00:41 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 9266C61175; Wed, 21 Jul 2021 09:00:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1626858041; bh=Nm8mnH9tGqYOqV3B8p39LD6S+9Q29MorENuKk20x+4k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hn49yPndJpyJ+dUwfi+oo3LtPjWG5+/Bgou2JXhxVOPy7EHluSi16SeLnbp63ZQc9 hWTxUquFme+uMe80OKPet9oLg0HJLP6/3LbrMehm2C22kkmFACe08WbGrXse4pHTOk 9T4BwhS1yXEOkjhGKpo5tN0HuUMQ/hVcFqGqUdiE= Date: Wed, 21 Jul 2021 11:00:38 +0200 From: Greg KH To: Jorgen Hansen Subject: Re: [PATCH] MAINTAINERS: Update for VMCI driver Message-ID: References: <1626776941-9163-1-git-send-email-jhansen@vmware.com> <0C3493F7-AF29-417B-94EA-26871283E65A@vmware.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <0C3493F7-AF29-417B-94EA-26871283E65A@vmware.com> Cc: Pv-drivers , "linux-kernel@vger.kernel.org" , "virtualization@lists.linux-foundation.org" X-BeenThere: virtualization@lists.linux-foundation.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Linux virtualization List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: virtualization-bounces@lists.linux-foundation.org Sender: "Virtualization" On Wed, Jul 21, 2021 at 08:46:15AM +0000, Jorgen Hansen wrote: > > > > On 20 Jul 2021, at 12:39, Greg KH wrote: > > > > On Tue, Jul 20, 2021 at 03:29:01AM -0700, Jorgen Hansen wrote: > >> Add maintainer info for the VMware VMCI driver. > >> > >> Signed-off-by: Jorgen Hansen > >> --- > >> MAINTAINERS | 8 ++++++++ > >> 1 file changed, 8 insertions(+) > >> > >> diff --git a/MAINTAINERS b/MAINTAINERS > >> index a61f4f3..7e7c6fa 100644 > >> --- a/MAINTAINERS > >> +++ b/MAINTAINERS > >> @@ -19792,6 +19792,14 @@ L: netdev@vger.kernel.org > >> S: Supported > >> F: drivers/ptp/ptp_vmw.c > >> > >> +VMWARE VMCI DRIVER > >> +M: Jorgen Hansen > >> +M: Vishnu Dasa > >> +M: "VMware, Inc." > > > > Please do not use generic aliases as they provide no personal > > responsibility. Just stick with real people. > > That makes sense. However, the pv-drivers list is used for keeping managers > and people helping with testing in the loop. So would adding pv-drivers as a > second L: entry be OK? Is it really a list? If not, then that would not make much sense. _______________________________________________ Virtualization mailing list Virtualization@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/virtualization 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=-17.2 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=ham 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 0A7E5C12002 for ; Wed, 21 Jul 2021 09:08:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DAC4E60C3E for ; Wed, 21 Jul 2021 09:08:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236175AbhGUI1w (ORCPT ); Wed, 21 Jul 2021 04:27:52 -0400 Received: from mail.kernel.org ([198.145.29.99]:54848 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235407AbhGUIUH (ORCPT ); Wed, 21 Jul 2021 04:20:07 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 9266C61175; Wed, 21 Jul 2021 09:00:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1626858041; bh=Nm8mnH9tGqYOqV3B8p39LD6S+9Q29MorENuKk20x+4k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hn49yPndJpyJ+dUwfi+oo3LtPjWG5+/Bgou2JXhxVOPy7EHluSi16SeLnbp63ZQc9 hWTxUquFme+uMe80OKPet9oLg0HJLP6/3LbrMehm2C22kkmFACe08WbGrXse4pHTOk 9T4BwhS1yXEOkjhGKpo5tN0HuUMQ/hVcFqGqUdiE= Date: Wed, 21 Jul 2021 11:00:38 +0200 From: Greg KH To: Jorgen Hansen Cc: "linux-kernel@vger.kernel.org" , "virtualization@lists.linux-foundation.org" , Pv-drivers Subject: Re: [PATCH] MAINTAINERS: Update for VMCI driver Message-ID: References: <1626776941-9163-1-git-send-email-jhansen@vmware.com> <0C3493F7-AF29-417B-94EA-26871283E65A@vmware.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0C3493F7-AF29-417B-94EA-26871283E65A@vmware.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 21, 2021 at 08:46:15AM +0000, Jorgen Hansen wrote: > > > > On 20 Jul 2021, at 12:39, Greg KH wrote: > > > > On Tue, Jul 20, 2021 at 03:29:01AM -0700, Jorgen Hansen wrote: > >> Add maintainer info for the VMware VMCI driver. > >> > >> Signed-off-by: Jorgen Hansen > >> --- > >> MAINTAINERS | 8 ++++++++ > >> 1 file changed, 8 insertions(+) > >> > >> diff --git a/MAINTAINERS b/MAINTAINERS > >> index a61f4f3..7e7c6fa 100644 > >> --- a/MAINTAINERS > >> +++ b/MAINTAINERS > >> @@ -19792,6 +19792,14 @@ L: netdev@vger.kernel.org > >> S: Supported > >> F: drivers/ptp/ptp_vmw.c > >> > >> +VMWARE VMCI DRIVER > >> +M: Jorgen Hansen > >> +M: Vishnu Dasa > >> +M: "VMware, Inc." > > > > Please do not use generic aliases as they provide no personal > > responsibility. Just stick with real people. > > That makes sense. However, the pv-drivers list is used for keeping managers > and people helping with testing in the loop. So would adding pv-drivers as a > second L: entry be OK? Is it really a list? If not, then that would not make much sense.