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 81D97C4727C for ; Wed, 30 Sep 2020 16:28:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3BAC32072E for ; Wed, 30 Sep 2020 16:28:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601483319; bh=A/LaFBNm69fgtLEE6uxXcOS8lLCnslN506CQsSMOD2A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=RNN8Jn69Gm3fwcQadb3TZCCOWTgnuQ8ndBpoT2dqgfeIEai+LDsLlGK8OGAfy/BCk qK7u6dEU6TmiHwJVe9kH3Mbg3g8XZvo9AC4ksAT3Kaay9HgYnMg5r7zNV6fBYhMU8U 4EuxbjqJD9INKzXFV1DPoImbbPqL5fI0AGGMUScc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731269AbgI3Q2i (ORCPT ); Wed, 30 Sep 2020 12:28:38 -0400 Received: from mail.kernel.org ([198.145.29.99]:55328 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728149AbgI3Q2h (ORCPT ); Wed, 30 Sep 2020 12:28:37 -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 B5D0C2072E; Wed, 30 Sep 2020 16:28:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601483316; bh=A/LaFBNm69fgtLEE6uxXcOS8lLCnslN506CQsSMOD2A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=d5GE0J60khqPqCPoixVlcVVizCgkbhU3fbNnB8Kf9jQw9DayjANwVC/Ur3wUcwZRz 3SoFTCK9XSeScHfawCerW2dT0VNmN3oXK6MJfx4NVV2+bkGdgZLL7kRumQQ58k3UNa 1jRr4bXN1r7SiyzpDa3FrBJWann7moytB9VT2Svo= Date: Wed, 30 Sep 2020 18:28:39 +0200 From: Greg Kroah-Hartman To: Arnd Bergmann Cc: "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] MAINTAINERS: exclude char maintainers from things they do not maintain Message-ID: <20200930162839.GB1672130@kroah.com> References: <20200930121007.GA1615300@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 30, 2020 at 03:19:09PM +0200, Arnd Bergmann wrote: > On Wed, Sep 30, 2020 at 2:10 PM 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 > > Good idea, > > Acked-by: Arnd Bergmann Now our inboxes will be a tiny bit smaller :)