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.5 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 12942C432BE for ; Fri, 27 Aug 2021 08:40:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D96B960F4F for ; Fri, 27 Aug 2021 08:40:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244609AbhH0IlS (ORCPT ); Fri, 27 Aug 2021 04:41:18 -0400 Received: from mail.kernel.org ([198.145.29.99]:46084 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244561AbhH0IlR (ORCPT ); Fri, 27 Aug 2021 04:41:17 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 80FC560F4F; Fri, 27 Aug 2021 08:40:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1630053628; bh=j/bvC5ghBJKRq1Y0rmHnVmWVXt7Kc05XHMvwhHOP9Es=; h=Date:From:To:Subject:References:In-Reply-To:From; b=c3/5ArBKyvqeoQb72FJuhHyh4O1iEIWOt1vqhP8VrZYyH1J5D2OvZf/Pbk0FKbkkb wQnhuuqjzHFXGXwoWeIVCrA/MRChK3q5yFN466Eh7ursILaPuDb0SDC8U8Zw5QOKEK dbktH/WwZxP2QtUwz/9Ym88oskF37LEJ8dcGl5lA= Date: Fri, 27 Aug 2021 10:40:21 +0200 From: Greg Kroah-Hartman To: DRI Development , LKML , Ezequiel Garcia , "Rafael J. Wysocki" , Daniel Vetter Subject: Re: [PATCH] MAINTAINERS: Add dri-devel for component.[hc] Message-ID: References: <20210826091343.1039763-1-daniel.vetter@ffwll.ch> 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 Thu, Aug 26, 2021 at 09:39:44PM +0200, Daniel Vetter wrote: > On Thu, Aug 26, 2021 at 12:56:26PM +0200, Greg Kroah-Hartman wrote: > > On Thu, Aug 26, 2021 at 11:13:43AM +0200, Daniel Vetter wrote: > > > dri-devel is the main user, and somehow there's been the assumption > > > that component stuff is unmaintained. > > > > > > References: https://lore.kernel.org/dri-devel/CAAEAJfDWOzCJxZFNtxeT7Cvr2pWbYrfz-YnA81sVNs-rM=8n4Q@mail.gmail.com/ > > > Cc: Ezequiel Garcia > > > Cc: Greg Kroah-Hartman > > > Cc: "Rafael J. Wysocki" > > > Signed-off-by: Daniel Vetter > > > --- > > > MAINTAINERS | 5 +++++ > > > 1 file changed, 5 insertions(+) > > > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > > index ac58d0032abd..7cdc19815ec4 100644 > > > --- a/MAINTAINERS > > > +++ b/MAINTAINERS > > > @@ -5707,6 +5707,11 @@ F: Documentation/admin-guide/blockdev/ > > > F: drivers/block/drbd/ > > > F: lib/lru_cache.c > > > > > > +DRIVER COMPONENT FRAMEWORK > > > +L: dri-devel@lists.freedesktop.org > > > +F: drivers/base/component.c > > > +F: include/linux/component.h > > > > Acked-by: Greg Kroah-Hartman > > Will you merge this through your tree? I think merging component patches > through driver core makes sense (or topic branch or whatever) still. This > is just so that there's a wider reviewer pool than just you & Rafael. Sure, now merged in my tree. thanks, greg k-h