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=-2.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED,USER_AGENT_NEOMUTT 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 CD8CEC6778C for ; Wed, 4 Jul 2018 08:58:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 796DD22448 for ; Wed, 4 Jul 2018 08:58:36 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 796DD22448 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934357AbeGDI6c (ORCPT ); Wed, 4 Jul 2018 04:58:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40210 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932324AbeGDI61 (ORCPT ); Wed, 4 Jul 2018 04:58:27 -0400 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id BDC3530832C5; Wed, 4 Jul 2018 08:58:26 +0000 (UTC) Received: from sirius.home.kraxel.org (ovpn-116-220.phx2.redhat.com [10.3.116.220]) by smtp.corp.redhat.com (Postfix) with ESMTP id 2C89B60BE5; Wed, 4 Jul 2018 08:58:26 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 180EC17445; Wed, 4 Jul 2018 10:58:25 +0200 (CEST) Date: Wed, 4 Jul 2018 10:58:25 +0200 From: Gerd Hoffmann To: dri-devel@lists.freedesktop.org, David Airlie , Tomeu Vizoso , Laurent Pinchart , Jonathan Corbet , Sumit Semwal , Shuah Khan , "open list:DOCUMENTATION" , open list , "open list:DMA BUFFER SHARING FRAMEWORK" , "moderated list:DMA BUFFER SHARING FRAMEWORK" , "open list:KERNEL SELFTEST FRAMEWORK" Subject: Re: [PATCH v6] Add udmabuf misc device Message-ID: <20180704085825.nfkv5i7ultaavjve@sirius.home.kraxel.org> References: <20180703075359.30349-1-kraxel@redhat.com> <20180703083757.GG7880@phenom.ffwll.local> <20180704055338.n3b7oexltaejqmcd@sirius.home.kraxel.org> <20180704080807.GH3891@phenom.ffwll.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180704080807.GH3891@phenom.ffwll.local> User-Agent: NeoMutt/20180622 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.44]); Wed, 04 Jul 2018 08:58:26 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, > > Hmm, does MAINTAINERS need an update then? Maintainer and mailing lists > > listed in the "DMA BUFFER SHARING FRAMEWORK" entry are on Cc. > > Yeah, maintainers entry with you as maintainer plus dri-devel as mailing > list plus drm-misc as repo would be good. Just grep for drm-misc.git for > tons of examples. There is an *existing* entry covering drivers/dma-buf/, and I've dropped udmabuf.c into that directory, so I've assumed get_maintainers.pl picks up all relevant dma-buf folks ... Covering udmabuf.c maintainance is a different issue. I could just add myself to the existing entry, or create a new one specifically for udmabuf. > > Who should be Cc'ed? > > dim add-missing-cc ftw :-) That just uses get_maintainer.pl according to the docs, so that wouldn't change things as that is wired up as sendemail.cccmd already. Except that dim would probably add the list of people to the commit message. cheers, Gerd From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mx1.redhat.com ([209.132.183.28]:40210 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932324AbeGDI61 (ORCPT ); Wed, 4 Jul 2018 04:58:27 -0400 Date: Wed, 4 Jul 2018 10:58:25 +0200 From: Gerd Hoffmann To: dri-devel@lists.freedesktop.org, David Airlie , Tomeu Vizoso , Laurent Pinchart , Jonathan Corbet , Sumit Semwal , Shuah Khan , "open list:DOCUMENTATION" , open list , "open list:DMA BUFFER SHARING FRAMEWORK" , "moderated list:DMA BUFFER SHARING FRAMEWORK" , "open list:KERNEL SELFTEST FRAMEWORK" Subject: Re: [PATCH v6] Add udmabuf misc device Message-ID: <20180704085825.nfkv5i7ultaavjve@sirius.home.kraxel.org> References: <20180703075359.30349-1-kraxel@redhat.com> <20180703083757.GG7880@phenom.ffwll.local> <20180704055338.n3b7oexltaejqmcd@sirius.home.kraxel.org> <20180704080807.GH3891@phenom.ffwll.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180704080807.GH3891@phenom.ffwll.local> Sender: linux-media-owner@vger.kernel.org List-ID: Hi, > > Hmm, does MAINTAINERS need an update then? Maintainer and mailing lists > > listed in the "DMA BUFFER SHARING FRAMEWORK" entry are on Cc. > > Yeah, maintainers entry with you as maintainer plus dri-devel as mailing > list plus drm-misc as repo would be good. Just grep for drm-misc.git for > tons of examples. There is an *existing* entry covering drivers/dma-buf/, and I've dropped udmabuf.c into that directory, so I've assumed get_maintainers.pl picks up all relevant dma-buf folks ... Covering udmabuf.c maintainance is a different issue. I could just add myself to the existing entry, or create a new one specifically for udmabuf. > > Who should be Cc'ed? > > dim add-missing-cc ftw :-) That just uses get_maintainer.pl according to the docs, so that wouldn't change things as that is wired up as sendemail.cccmd already. Except that dim would probably add the list of people to the commit message. cheers, Gerd From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on archive.lwn.net X-Spam-Level: X-Spam-Status: No, score=-5.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham autolearn_force=no version=3.4.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by archive.lwn.net (Postfix) with ESMTP id 37C2A7DF96 for ; Wed, 4 Jul 2018 08:58:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934312AbeGDI6c (ORCPT ); Wed, 4 Jul 2018 04:58:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40210 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932324AbeGDI61 (ORCPT ); Wed, 4 Jul 2018 04:58:27 -0400 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id BDC3530832C5; Wed, 4 Jul 2018 08:58:26 +0000 (UTC) Received: from sirius.home.kraxel.org (ovpn-116-220.phx2.redhat.com [10.3.116.220]) by smtp.corp.redhat.com (Postfix) with ESMTP id 2C89B60BE5; Wed, 4 Jul 2018 08:58:26 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 180EC17445; Wed, 4 Jul 2018 10:58:25 +0200 (CEST) Date: Wed, 4 Jul 2018 10:58:25 +0200 From: Gerd Hoffmann To: dri-devel@lists.freedesktop.org, David Airlie , Tomeu Vizoso , Laurent Pinchart , Jonathan Corbet , Sumit Semwal , Shuah Khan , "open list:DOCUMENTATION" , open list , "open list:DMA BUFFER SHARING FRAMEWORK" , "moderated list:DMA BUFFER SHARING FRAMEWORK" , "open list:KERNEL SELFTEST FRAMEWORK" Subject: Re: [PATCH v6] Add udmabuf misc device Message-ID: <20180704085825.nfkv5i7ultaavjve@sirius.home.kraxel.org> References: <20180703075359.30349-1-kraxel@redhat.com> <20180703083757.GG7880@phenom.ffwll.local> <20180704055338.n3b7oexltaejqmcd@sirius.home.kraxel.org> <20180704080807.GH3891@phenom.ffwll.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180704080807.GH3891@phenom.ffwll.local> User-Agent: NeoMutt/20180622 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.44]); Wed, 04 Jul 2018 08:58:26 +0000 (UTC) Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Hi, > > Hmm, does MAINTAINERS need an update then? Maintainer and mailing lists > > listed in the "DMA BUFFER SHARING FRAMEWORK" entry are on Cc. > > Yeah, maintainers entry with you as maintainer plus dri-devel as mailing > list plus drm-misc as repo would be good. Just grep for drm-misc.git for > tons of examples. There is an *existing* entry covering drivers/dma-buf/, and I've dropped udmabuf.c into that directory, so I've assumed get_maintainers.pl picks up all relevant dma-buf folks ... Covering udmabuf.c maintainance is a different issue. I could just add myself to the existing entry, or create a new one specifically for udmabuf. > > Who should be Cc'ed? > > dim add-missing-cc ftw :-) That just uses get_maintainer.pl according to the docs, so that wouldn't change things as that is wired up as sendemail.cccmd already. Except that dim would probably add the list of people to the commit message. cheers, Gerd -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: kraxel at redhat.com (Gerd Hoffmann) Date: Wed, 4 Jul 2018 10:58:25 +0200 Subject: [PATCH v6] Add udmabuf misc device In-Reply-To: <20180704080807.GH3891@phenom.ffwll.local> References: <20180703075359.30349-1-kraxel@redhat.com> <20180703083757.GG7880@phenom.ffwll.local> <20180704055338.n3b7oexltaejqmcd@sirius.home.kraxel.org> <20180704080807.GH3891@phenom.ffwll.local> Message-ID: <20180704085825.nfkv5i7ultaavjve@sirius.home.kraxel.org> Hi, > > Hmm, does MAINTAINERS need an update then? Maintainer and mailing lists > > listed in the "DMA BUFFER SHARING FRAMEWORK" entry are on Cc. > > Yeah, maintainers entry with you as maintainer plus dri-devel as mailing > list plus drm-misc as repo would be good. Just grep for drm-misc.git for > tons of examples. There is an *existing* entry covering drivers/dma-buf/, and I've dropped udmabuf.c into that directory, so I've assumed get_maintainers.pl picks up all relevant dma-buf folks ... Covering udmabuf.c maintainance is a different issue. I could just add myself to the existing entry, or create a new one specifically for udmabuf. > > Who should be Cc'ed? > > dim add-missing-cc ftw :-) That just uses get_maintainer.pl according to the docs, so that wouldn't change things as that is wired up as sendemail.cccmd already. Except that dim would probably add the list of people to the commit message. cheers, Gerd -- To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in the body of a message to majordomo at vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: kraxel@redhat.com (Gerd Hoffmann) Date: Wed, 4 Jul 2018 10:58:25 +0200 Subject: [PATCH v6] Add udmabuf misc device In-Reply-To: <20180704080807.GH3891@phenom.ffwll.local> References: <20180703075359.30349-1-kraxel@redhat.com> <20180703083757.GG7880@phenom.ffwll.local> <20180704055338.n3b7oexltaejqmcd@sirius.home.kraxel.org> <20180704080807.GH3891@phenom.ffwll.local> Message-ID: <20180704085825.nfkv5i7ultaavjve@sirius.home.kraxel.org> Content-Type: text/plain; charset="UTF-8" Message-ID: <20180704085825.iOYb_9u5RE-HHLlVE05SukRHq6aP8V2394U2n5S4XDY@z> Hi, > > Hmm, does MAINTAINERS need an update then? Maintainer and mailing lists > > listed in the "DMA BUFFER SHARING FRAMEWORK" entry are on Cc. > > Yeah, maintainers entry with you as maintainer plus dri-devel as mailing > list plus drm-misc as repo would be good. Just grep for drm-misc.git for > tons of examples. There is an *existing* entry covering drivers/dma-buf/, and I've dropped udmabuf.c into that directory, so I've assumed get_maintainers.pl picks up all relevant dma-buf folks ... Covering udmabuf.c maintainance is a different issue. I could just add myself to the existing entry, or create a new one specifically for udmabuf. > > Who should be Cc'ed? > > dim add-missing-cc ftw :-) That just uses get_maintainer.pl according to the docs, so that wouldn't change things as that is wired up as sendemail.cccmd already. Except that dim would probably add the list of people to the commit message. cheers, Gerd -- To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in the body of a message to majordomo at vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerd Hoffmann Subject: Re: [PATCH v6] Add udmabuf misc device Date: Wed, 4 Jul 2018 10:58:25 +0200 Message-ID: <20180704085825.nfkv5i7ultaavjve@sirius.home.kraxel.org> References: <20180703075359.30349-1-kraxel@redhat.com> <20180703083757.GG7880@phenom.ffwll.local> <20180704055338.n3b7oexltaejqmcd@sirius.home.kraxel.org> <20180704080807.GH3891@phenom.ffwll.local> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by gabe.freedesktop.org (Postfix) with ESMTPS id 78C8E6EAF3 for ; Wed, 4 Jul 2018 08:58:27 +0000 (UTC) Content-Disposition: inline In-Reply-To: <20180704080807.GH3891@phenom.ffwll.local> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org, David Airlie , Tomeu Vizoso , Laurent Pinchart , Jonathan Corbet , Sumit Semwal , Shuah Khan , "open list:DOCUMENTATION" , open list , "open list:DMA BUFFER SHARING FRAMEWORK" , "moderated list:DMA BUFFER SHARING FRAMEWORK" , "open list:KERNEL SELFTEST FRAMEWORK" List-Id: dri-devel@lists.freedesktop.org ICBIaSwKCj4gPiBIbW0sIGRvZXMgTUFJTlRBSU5FUlMgbmVlZCBhbiB1cGRhdGUgdGhlbj8gIE1h aW50YWluZXIgYW5kIG1haWxpbmcgbGlzdHMKPiA+IGxpc3RlZCBpbiB0aGUgIkRNQSBCVUZGRVIg U0hBUklORyBGUkFNRVdPUksiIGVudHJ5IGFyZSBvbiBDYy4KPiAKPiBZZWFoLCBtYWludGFpbmVy cyBlbnRyeSB3aXRoIHlvdSBhcyBtYWludGFpbmVyIHBsdXMgZHJpLWRldmVsIGFzIG1haWxpbmcK PiBsaXN0IHBsdXMgZHJtLW1pc2MgYXMgcmVwbyB3b3VsZCBiZSBnb29kLiBKdXN0IGdyZXAgZm9y IGRybS1taXNjLmdpdCBmb3IKPiB0b25zIG9mIGV4YW1wbGVzLgoKVGhlcmUgaXMgYW4gKmV4aXN0 aW5nKiBlbnRyeSBjb3ZlcmluZyBkcml2ZXJzL2RtYS1idWYvLCBhbmQgSSd2ZSBkcm9wcGVkCnVk bWFidWYuYyBpbnRvIHRoYXQgZGlyZWN0b3J5LCBzbyBJJ3ZlIGFzc3VtZWQgZ2V0X21haW50YWlu ZXJzLnBsIHBpY2tzCnVwIGFsbCByZWxldmFudCBkbWEtYnVmIGZvbGtzIC4uLgoKQ292ZXJpbmcg dWRtYWJ1Zi5jIG1haW50YWluYW5jZSBpcyBhIGRpZmZlcmVudCBpc3N1ZS4gIEkgY291bGQganVz dCBhZGQKbXlzZWxmIHRvIHRoZSBleGlzdGluZyBlbnRyeSwgb3IgY3JlYXRlIGEgbmV3IG9uZSBz cGVjaWZpY2FsbHkgZm9yCnVkbWFidWYuCgo+ID4gV2hvIHNob3VsZCBiZSBDYydlZD8KPiAKPiBk aW0gYWRkLW1pc3NpbmctY2MgZnR3IDotKQoKVGhhdCBqdXN0IHVzZXMgZ2V0X21haW50YWluZXIu cGwgYWNjb3JkaW5nIHRvIHRoZSBkb2NzLCBzbyB0aGF0IHdvdWxkbid0CmNoYW5nZSB0aGluZ3Mg YXMgdGhhdCBpcyB3aXJlZCB1cCBhcyBzZW5kZW1haWwuY2NjbWQgYWxyZWFkeS4gIEV4Y2VwdAp0 aGF0IGRpbSB3b3VsZCBwcm9iYWJseSBhZGQgdGhlIGxpc3Qgb2YgcGVvcGxlIHRvIHRoZSBjb21t aXQgbWVzc2FnZS4KCmNoZWVycywKICBHZXJkCgpfX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fXwpkcmktZGV2ZWwgbWFpbGluZyBsaXN0CmRyaS1kZXZlbEBsaXN0 cy5mcmVlZGVza3RvcC5vcmcKaHR0cHM6Ly9saXN0cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9s aXN0aW5mby9kcmktZGV2ZWwK