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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8596DC433F5 for ; Wed, 10 Nov 2021 17:33:56 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 35274611C9 for ; Wed, 10 Nov 2021 17:33:56 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 35274611C9 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ffwll.ch Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id ECBF46EC30; Wed, 10 Nov 2021 17:33:53 +0000 (UTC) Received: from mail-ed1-x532.google.com (mail-ed1-x532.google.com [IPv6:2a00:1450:4864:20::532]) by gabe.freedesktop.org (Postfix) with ESMTPS id 11FE26EC30 for ; Wed, 10 Nov 2021 17:33:52 +0000 (UTC) Received: by mail-ed1-x532.google.com with SMTP id m14so13879415edd.0 for ; Wed, 10 Nov 2021 09:33:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=gvkjzwwH9wCeM8xIUwXDr0jc0H1EZZRPrN5X5UOqwyo=; b=OSZt8HsjMglhaoCXrvxjpBuzZ6gwWrfbKIVkXAELfONxhHncp1AyBdpSLRINDxVGtN HDuF0/JyxevP3fUp+aa9cvFhxXL6B1/9TPSTRQwkxqxl8ws2AH83EBl0c6GE/5D9jeD2 9cdiOzmvwdIZGYsB3UzlSRc0XfCXQmix+LXyU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=gvkjzwwH9wCeM8xIUwXDr0jc0H1EZZRPrN5X5UOqwyo=; b=krvIduQwYHIPdRvdCEj7rh6JaG0Hh63ZeH8g+EXGZ8rFFA93OeMkv752oHZHHIKe9l Uqo3Dv4gpliK+zYLm5TW7SWGitffFcwz+2+7KHPpconLeNfapz0BTejG/w6jgR6ZF4yu Huo0/pIKD9L3An2tp2bdln3P3bE7MGCUtoWqsoplBr2ZWkzFMvo+4IWXQXzjSaSHuGIf 5JHRsRxqKjLSkOuJwnEZajLq2IZG2TDVPDztUstai7RHfHnJyH9NvfuJAaJVWl9fb8Eg xsV8k9bl9NYaK14+W3rqSO+RwVpaDbknKemedhGke+i50IAyQ35kNKxPs/DcGtJPqL+S uF9A== X-Gm-Message-State: AOAM530gfzvrssNmZlxHf5Ws5WVlw8LtreJqsKEHs4barNcKWCHN5CMB zzAg4wclNeXHlukKzTlPcAvkZA== X-Google-Smtp-Source: ABdhPJypJbNYnKe5aXd7d7+Gi1dyeD7DSsTZuaua43rNJOTbSoleAHbGitAWrvXev37dsfYz8GnSMw== X-Received: by 2002:a17:906:2a06:: with SMTP id j6mr935983eje.401.1636565630533; Wed, 10 Nov 2021 09:33:50 -0800 (PST) Received: from phenom.ffwll.local ([2a02:168:57f4:0:efd0:b9e5:5ae6:c2fa]) by smtp.gmail.com with ESMTPSA id u14sm237771edj.74.2021.11.10.09.33.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 10 Nov 2021 09:33:50 -0800 (PST) Date: Wed, 10 Nov 2021 18:33:48 +0100 From: Daniel Vetter To: Karol Herbst Message-ID: References: <20211110133157.553251-1-kherbst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211110133157.553251-1-kherbst@redhat.com> X-Operating-System: Linux phenom 5.10.0-8-amd64 Subject: Re: [Nouveau] [PATCH] MAINTAINERS: update information for nouveau X-BeenThere: nouveau@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Nouveau development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: David Airlie , nouveau@lists.freedesktop.org, dri-devel@lists.freedesktop.org, Ben Skeggs , Daniel Vetter Errors-To: nouveau-bounces@lists.freedesktop.org Sender: "Nouveau" On Wed, Nov 10, 2021 at 02:31:57PM +0100, Karol Herbst wrote: > Some side notes on this. Atm we do want to use gitlab for bug tracking and > merge requests. But due to the nature of the current linux kernel > development, we can only do so for nouveau internal changes. > > Everything else still needs to be sent as emails and this is also includes > changes to UAPI etc. > > Anyway, if somebody wants to submit patches via gitlab, they are free to > do so and this should just make this more official and documented. > > People listed as maintainers are such that have push access to drm-misc > (where changes are pushed to after landing in gitlab) and are known > nouveau developers. > We did this already for some trivial changes and critical bug fixes > already, we just weren't thinking about updating the MAINTAINERS file. > > Cc: Ben Skeggs > Cc: Lyude Paul > Cc: David Airlie > Cc: Daniel Vetter > Cc: dri-devel@lists.freedesktop.org > Cc: nouveau@lists.freedesktop.org > Signed-off-by: Karol Herbst Acked-by: Daniel Vetter > --- > MAINTAINERS | 9 ++++++++- > 1 file changed, 8 insertions(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 8805df335326..270dc9c0a427 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -5961,10 +5961,17 @@ F: drivers/gpu/drm/panel/panel-novatek-nt36672a.c > > DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS > M: Ben Skeggs > +M: Karol Herbst > +M: Lyude Paul > L: dri-devel@lists.freedesktop.org > L: nouveau@lists.freedesktop.org > S: Supported > -T: git git://github.com/skeggsb/linux > +W: https://nouveau.freedesktop.org/ > +Q: https://patchwork.freedesktop.org/project/nouveau/ > +Q: https://gitlab.freedesktop.org/drm/nouveau/-/merge_requests > +B: https://gitlab.freedesktop.org/drm/nouveau/-/issues > +C: irc://irc.oftc.net/nouveau > +T: git https://gitlab.freedesktop.org/drm/nouveau.git > F: drivers/gpu/drm/nouveau/ > F: include/uapi/drm/nouveau_drm.h > > -- > 2.33.1 > -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B4323C433EF for ; Wed, 10 Nov 2021 17:33:54 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 32A5F61248 for ; Wed, 10 Nov 2021 17:33:54 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 32A5F61248 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ffwll.ch Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5F27B6EC2D; Wed, 10 Nov 2021 17:33:53 +0000 (UTC) Received: from mail-ed1-x531.google.com (mail-ed1-x531.google.com [IPv6:2a00:1450:4864:20::531]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0F4496EC2D for ; Wed, 10 Nov 2021 17:33:52 +0000 (UTC) Received: by mail-ed1-x531.google.com with SMTP id v11so13596438edc.9 for ; Wed, 10 Nov 2021 09:33:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=gvkjzwwH9wCeM8xIUwXDr0jc0H1EZZRPrN5X5UOqwyo=; b=OSZt8HsjMglhaoCXrvxjpBuzZ6gwWrfbKIVkXAELfONxhHncp1AyBdpSLRINDxVGtN HDuF0/JyxevP3fUp+aa9cvFhxXL6B1/9TPSTRQwkxqxl8ws2AH83EBl0c6GE/5D9jeD2 9cdiOzmvwdIZGYsB3UzlSRc0XfCXQmix+LXyU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=gvkjzwwH9wCeM8xIUwXDr0jc0H1EZZRPrN5X5UOqwyo=; b=vPVce1Hsk4dhA8XKjjLsvvJ89raYFoB42MvWmxg97DjqB6chLu5AS6LMtYd+zgzOHu d/4E/WxCN3f9C+VScGfRJRbB5w4A7zsts+My2OtV0C0OP6EM7s27pBsbYiZRuxakOPlK 2cn436E94tr60SnSe4JV52Sxyd5NUEveyqlbOQXeWnCh/52mJ1WbJ/bGMr5qg0vY2GSv 9G++8Cm0OV3rZL+aM1GhEvZK6eybgXndvwUbHFvfQ/DQY3rlz6xoHb7LjRghVAnp8jIG /Fe4cLRDbxRNRmjwpL5bOtprIPhNf2WS9Wjmbo6y9ZndqpOeKUTO9h95OfvMdbyLloUT mSEg== X-Gm-Message-State: AOAM532yQEHJP2DeFD8IondXkbYsrn9MSlbgdcPAfCUEQSIxAGQjNzus v+UzJ9j9kCQcmNSI+vhUi8573A== X-Google-Smtp-Source: ABdhPJypJbNYnKe5aXd7d7+Gi1dyeD7DSsTZuaua43rNJOTbSoleAHbGitAWrvXev37dsfYz8GnSMw== X-Received: by 2002:a17:906:2a06:: with SMTP id j6mr935983eje.401.1636565630533; Wed, 10 Nov 2021 09:33:50 -0800 (PST) Received: from phenom.ffwll.local ([2a02:168:57f4:0:efd0:b9e5:5ae6:c2fa]) by smtp.gmail.com with ESMTPSA id u14sm237771edj.74.2021.11.10.09.33.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 10 Nov 2021 09:33:50 -0800 (PST) Date: Wed, 10 Nov 2021 18:33:48 +0100 From: Daniel Vetter To: Karol Herbst Subject: Re: [PATCH] MAINTAINERS: update information for nouveau Message-ID: References: <20211110133157.553251-1-kherbst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211110133157.553251-1-kherbst@redhat.com> X-Operating-System: Linux phenom 5.10.0-8-amd64 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: David Airlie , nouveau@lists.freedesktop.org, dri-devel@lists.freedesktop.org, Ben Skeggs Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Wed, Nov 10, 2021 at 02:31:57PM +0100, Karol Herbst wrote: > Some side notes on this. Atm we do want to use gitlab for bug tracking and > merge requests. But due to the nature of the current linux kernel > development, we can only do so for nouveau internal changes. > > Everything else still needs to be sent as emails and this is also includes > changes to UAPI etc. > > Anyway, if somebody wants to submit patches via gitlab, they are free to > do so and this should just make this more official and documented. > > People listed as maintainers are such that have push access to drm-misc > (where changes are pushed to after landing in gitlab) and are known > nouveau developers. > We did this already for some trivial changes and critical bug fixes > already, we just weren't thinking about updating the MAINTAINERS file. > > Cc: Ben Skeggs > Cc: Lyude Paul > Cc: David Airlie > Cc: Daniel Vetter > Cc: dri-devel@lists.freedesktop.org > Cc: nouveau@lists.freedesktop.org > Signed-off-by: Karol Herbst Acked-by: Daniel Vetter > --- > MAINTAINERS | 9 ++++++++- > 1 file changed, 8 insertions(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 8805df335326..270dc9c0a427 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -5961,10 +5961,17 @@ F: drivers/gpu/drm/panel/panel-novatek-nt36672a.c > > DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS > M: Ben Skeggs > +M: Karol Herbst > +M: Lyude Paul > L: dri-devel@lists.freedesktop.org > L: nouveau@lists.freedesktop.org > S: Supported > -T: git git://github.com/skeggsb/linux > +W: https://nouveau.freedesktop.org/ > +Q: https://patchwork.freedesktop.org/project/nouveau/ > +Q: https://gitlab.freedesktop.org/drm/nouveau/-/merge_requests > +B: https://gitlab.freedesktop.org/drm/nouveau/-/issues > +C: irc://irc.oftc.net/nouveau > +T: git https://gitlab.freedesktop.org/drm/nouveau.git > F: drivers/gpu/drm/nouveau/ > F: include/uapi/drm/nouveau_drm.h > > -- > 2.33.1 > -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch