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 960ABC433F5 for ; Tue, 12 Apr 2022 11:57:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241802AbiDLL7X (ORCPT ); Tue, 12 Apr 2022 07:59:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57266 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345829AbiDLL44 (ORCPT ); Tue, 12 Apr 2022 07:56:56 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 44F8260CCB for ; Tue, 12 Apr 2022 03:41:33 -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 ams.source.kernel.org (Postfix) with ESMTPS id D2E2EB81C9F for ; Tue, 12 Apr 2022 10:41:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 325EDC385A1; Tue, 12 Apr 2022 10:41:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1649760090; bh=rzfnknouQo5spyE2oJ6VE8AOEpQ+Y5ZYUDR0kz+9OVc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UDZ0iKHFFnabFQIaa82O7sHgKBb5LcVgEyFz1DPLMR6R6VoM+kFf6WUVIhBDVd6ZP taP+8yA7WeqdWfgNNBrdhugZbsktvG8WLiBlX1Cvaneqfg/XnV8HFmaBpXjLiEQZ2Y pURIIQ81cvB2pAOD+jzCRUrvzE0w9BtfghCTQZEo= Date: Tue, 12 Apr 2022 12:41:27 +0200 From: Greg Kroah-Hartman To: "Fabio M. De Francesco" Cc: Liu Junqi , Bart Van Assche , "Martin K. Petersen" , "Gustavo A. R. Silva" , Jakub Kicinski , Colin Ian King , sparmaintainer@unisys.com, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] MAINTAINERS: Remove D. Kershner from Unisys S-PAR maintainers Message-ID: References: <20220412103629.8029-1-fmdefrancesco@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220412103629.8029-1-fmdefrancesco@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 12, 2022 at 12:36:29PM +0200, Fabio M. De Francesco wrote: > The email address of David Kershner is no more reachable. Remove his > entry from the MAINTAINERS file for UNISYS S-PAR DRIVERS and change > the status to "Orphan". > > Signed-off-by: Fabio M. De Francesco > --- > > v1->v2: Change also the status of the entry to "Orphan" and rework the > commit message. (Thanks to Greg Kroah-Hartman). > > MAINTAINERS | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 3ed62dcd144e..9283c63565b3 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -20184,9 +20184,8 @@ F: include/linux/cdrom.h > F: include/uapi/linux/cdrom.h > > UNISYS S-PAR DRIVERS > -M: David Kershner > L: sparmaintainer@unisys.com (Unisys internal) Again, please drop this "list" as it obviously is not going to anyone. And really, this whole code should be removed, no one seems to be using it, and if they are, we can easily revert the removal and mark them as the maintainer. thanks, greg k-h