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=-7.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 D8A2AC4727C for ; Wed, 30 Sep 2020 16:28:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 943E32076B for ; Wed, 30 Sep 2020 16:28:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601483307; bh=JjKg2I0hYcPIldpZf/kHOqjf7nZZ2qgb+LHtENL2XEg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=isBEgHRKPCeRPYbn5/7o/N3+HqkO6KIWET79NwNIg8Uy1Q5JrPg5fy2pXb0plMocF LLMdp2ZnQI8M4YdR1zPoyWxMVDm2lCGDhsiTOEQDxBUrqUqd8GuGAGH/YYSCFSwT9L okNk3EpD0hQqj3vFHKnO5lPgMbwOhtoLszJDRBjc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731263AbgI3Q20 (ORCPT ); Wed, 30 Sep 2020 12:28:26 -0400 Received: from mail.kernel.org ([198.145.29.99]:55152 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730363AbgI3Q20 (ORCPT ); Wed, 30 Sep 2020 12:28:26 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 115F52072E; Wed, 30 Sep 2020 16:28:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601483304; bh=JjKg2I0hYcPIldpZf/kHOqjf7nZZ2qgb+LHtENL2XEg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lBQzOzMgpYj5ULrUHhDOv+jJ2xJjH8S4GCZOQkWEjNdXstghTlejRBwiPMUes2zdL qd+gonByAZ+7umLSyiW+ZOCwjEYUiMG1GCJy2ML632Gf5B8oO/kfI838L5ggtNPQlQ ayBfGHuLwakdgOytpuyFxVd34m1BVVYkOaR4tTDQ= Date: Wed, 30 Sep 2020 18:28:28 +0200 From: Greg Kroah-Hartman To: Corey Minyard Cc: linux-kernel@vger.kernel.org, Arnd Bergmann Subject: Re: [PATCH] MAINTAINERS: exclude char maintainers from things they do not maintain Message-ID: <20200930162828.GA1672130@kroah.com> References: <20200930121007.GA1615300@kroah.com> <20200930133656.GY3674@minyard.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200930133656.GY3674@minyard.net> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 30, 2020 at 08:36:56AM -0500, Corey Minyard wrote: > On Wed, Sep 30, 2020 at 02:10:07PM +0200, Greg Kroah-Hartman wrote: > > There are a number of subdirectories and files in drivers/char/ that > > have their own maintainers and developers and ways of getting patches to > > Linus. This includes random.c, IPMI, hardware random drivers, TPM > > drivers, and agp drivers. Instead of sending those patches to Arnd and > > myself, who can't do anything with them, send them to the proper > > developers instead. > > > > Cc: Arnd Bergmann > > Signed-off-by: Greg Kroah-Hartman > > Yes, please do. No reason for you to get all the noise from these. > > Acked-by: Corey Minyard Thanks! greg k-h