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=-21.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT 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 1053CC4167B for ; Thu, 3 Dec 2020 22:34:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B8AD5223E4 for ; Thu, 3 Dec 2020 22:34:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731888AbgLCWeJ (ORCPT ); Thu, 3 Dec 2020 17:34:09 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58916 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729869AbgLCWeJ (ORCPT ); Thu, 3 Dec 2020 17:34:09 -0500 Received: from mail-pl1-x644.google.com (mail-pl1-x644.google.com [IPv6:2607:f8b0:4864:20::644]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6FA20C09424E for ; Thu, 3 Dec 2020 14:32:33 -0800 (PST) Received: by mail-pl1-x644.google.com with SMTP id y10so518215plr.10 for ; Thu, 03 Dec 2020 14:32:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dabbelt-com.20150623.gappssmtp.com; s=20150623; h=subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding:cc:from:to; bh=kWu6dOTpWM5OEhpvvxAmGbYOm4nAgVI2rftl3/PRnJw=; b=bb3TCC2gTuwqOzen2Ppu96SWrslPoHVYn9ghrkgyDWdZa8ILSfqc1wrojX1K3U73Vm /r50dYf+je7pw5TDPJsRRIofKlxMtnczpH8DEEMxc6f6su/Fyvrp7310ABwpwthtbxgE dh4dAzwHX13qe8zGtbSnnHi6cpCoUgASyqy3geEYFliW8AwCp60EvA42stwrZe0OTchB rezZqwJ7yndm/Mp1sQBTLVS9ar/3tS182u7HiIA9p8vP+QbSBWyQU6kQHLD0gAFo6uvX 9eeQitIK+S2t+aMW9Zj+hkdgmLuAEnshhl1Xud18G3YOS6yU07NUYpNnGGRtmo3zQ5cZ GsGw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:cc:from:to; bh=kWu6dOTpWM5OEhpvvxAmGbYOm4nAgVI2rftl3/PRnJw=; b=HTk1x5EbPRCHz1lTcQiCYC6jeCme+6fqjCUt5mO+5aLEV9Cgn2cfvEjQYAwA1o4B2n phxhq6oXNo53pgWsTaJBkeO8B1d/yQ/BYnVhA8fQqT1IH4c1YKbed1wckDcB8UfsDLEd J4Ip0KQ1zDvnP8FkepV57oDk6LPhPKdMvUU+zOHDTOUllL+DDvoDo02v3uU+LOhb5Cna t02iL4lCy8U6IDq6R8A4ne4oH6OREPoWkbIvVyTrdRnWrDcGsqUduSt+evqcw4Cl8Cgb VbItd7FwAAQakf4YHobF7wrH6+wXnYaRz7Sf4ewLNDmqktgEtialiAVdQScWNPxaNNpc L6hA== X-Gm-Message-State: AOAM530hnmh9LTfU1hnR3JAtPFKtnKo6R7nQOx7oeehKNw5ivCy4aV1R DLuwnltvafrB21HMnANm6xF3CA== X-Google-Smtp-Source: ABdhPJyss4HB0tRKuTdlmynwH8EalWY5UH5526iClcnKVeSXxYoDVLrUWDJ1cBtKdu4wdMbvN0OThQ== X-Received: by 2002:a17:902:758c:b029:da:a6e1:e06 with SMTP id j12-20020a170902758cb02900daa6e10e06mr1222353pll.67.1607034752937; Thu, 03 Dec 2020 14:32:32 -0800 (PST) Received: from localhost (76-210-143-223.lightspeed.sntcca.sbcglobal.net. [76.210.143.223]) by smtp.gmail.com with ESMTPSA id g6sm305006pjd.3.2020.12.03.14.32.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 03 Dec 2020 14:32:32 -0800 (PST) Subject: [PATCH v1 5/5] MAINTAINERS: Add myself as a dm-user maintainer Date: Thu, 3 Dec 2020 13:58:59 -0800 Message-Id: <20201203215859.2719888-6-palmer@dabbelt.com> X-Mailer: git-send-email 2.29.2.454.gaff20da3a2-goog In-Reply-To: <20201203215859.2719888-1-palmer@dabbelt.com> References: <20201203215859.2719888-1-palmer@dabbelt.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: corbet@lwn.net, song@kernel.org, Palmer Dabbelt , shuah@kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-raid@vger.kernel.org, linux-kselftest@vger.kernel.org, kernel-team@android.com From: Palmer Dabbelt To: dm-devel@redhat.com, agk@redhat.com, snitzer@redhat.com Precedence: bulk List-ID: X-Mailing-List: linux-raid@vger.kernel.org From: Palmer Dabbelt I'm not sure this is big enough to warrant an entry in the MAINTAINERS file, but I know it can be quite a bit of work to maintain something like this so I'm happy to sign up if that helps. Signed-off-by: Palmer Dabbelt --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 2daa6ee673f7..ab9d7746cfb4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5198,6 +5198,13 @@ W: http://sources.redhat.com/cluster/ T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git F: fs/dlm/ +DM USER (Block Device in Userspace) +M: Palmer Dabbelt +S: Maintained +F: include/linux/dm-user.h +F: drivers/md/dm-user.c +F: tools/testing/selftests/dm-user/ + DMA BUFFER SHARING FRAMEWORK M: Sumit Semwal M: Christian König -- 2.29.2.454.gaff20da3a2-goog 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=-18.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 93591C433FE for ; Fri, 4 Dec 2020 09:27:51 +0000 (UTC) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D7DFF227BF for ; Fri, 4 Dec 2020 09:27:50 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D7DFF227BF Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=dabbelt.com Authentication-Results: mail.kernel.org; spf=tempfail smtp.mailfrom=dm-devel-bounces@redhat.com Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-479-C6bUIZqaM2eIAr9EznT8CA-1; Fri, 04 Dec 2020 04:27:47 -0500 X-MC-Unique: C6bUIZqaM2eIAr9EznT8CA-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id BEFB2180A097; Fri, 4 Dec 2020 09:27:41 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A30DD5D6AC; Fri, 4 Dec 2020 09:27:41 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 790621809CA2; Fri, 4 Dec 2020 09:27:41 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id 0B3MWakh011152 for ; Thu, 3 Dec 2020 17:32:36 -0500 Received: by smtp.corp.redhat.com (Postfix) id 77115101F0BD; Thu, 3 Dec 2020 22:32:36 +0000 (UTC) Received: from mimecast-mx02.redhat.com (mimecast01.extmail.prod.ext.rdu2.redhat.com [10.11.55.17]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 72CC31020435 for ; Thu, 3 Dec 2020 22:32:36 +0000 (UTC) Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 608C7858284 for ; Thu, 3 Dec 2020 22:32:36 +0000 (UTC) Received: from mail-pj1-f66.google.com (mail-pj1-f66.google.com [209.85.216.66]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-529-FePLMiroMJuMI5qkLIcJXg-1; Thu, 03 Dec 2020 17:32:34 -0500 X-MC-Unique: FePLMiroMJuMI5qkLIcJXg-1 Received: by mail-pj1-f66.google.com with SMTP id v1so1919620pjr.2 for ; Thu, 03 Dec 2020 14:32:33 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:cc:from:to; bh=kWu6dOTpWM5OEhpvvxAmGbYOm4nAgVI2rftl3/PRnJw=; b=uJbziiPumbRumX+sFyeh2ZY10me2MaLeQ0SRhjVnaItC9VkPV8HjLRW3MB4BcXK8vb qm/383FZkjggBf1xz8874/mzIbZ9su4WqP96kpuLBZAENhAe8D5rBGgQFQG/tDBgc6mH PXLdC1YBuw68FN9qu9qMLOBYVEKvwRe96sO/2sGNM9GP0sozPotsR2mUakZx82uJR7eD KLbf/xlqJ4ubiUKVd+hYPXmrXKNZZn6CYQFaj60wVfS05SpWFWLesWUPBXEjB+FksmXv XXETvdoHhbhcteq2ZHA+P0vdseOvPL5yBWJ3xK2KAYe9NGw34A68X7L/kvLj8JWkUWYO r6xQ== X-Gm-Message-State: AOAM532Ph3QnJI2xB925D1npRxrKFGTzssSwwAKMlJFjYI7QNKdKfz+D Kd+ybQr8FpvIVIemulJfLptflQ== X-Google-Smtp-Source: ABdhPJyss4HB0tRKuTdlmynwH8EalWY5UH5526iClcnKVeSXxYoDVLrUWDJ1cBtKdu4wdMbvN0OThQ== X-Received: by 2002:a17:902:758c:b029:da:a6e1:e06 with SMTP id j12-20020a170902758cb02900daa6e10e06mr1222353pll.67.1607034752937; Thu, 03 Dec 2020 14:32:32 -0800 (PST) Received: from localhost (76-210-143-223.lightspeed.sntcca.sbcglobal.net. [76.210.143.223]) by smtp.gmail.com with ESMTPSA id g6sm305006pjd.3.2020.12.03.14.32.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 03 Dec 2020 14:32:32 -0800 (PST) Date: Thu, 3 Dec 2020 13:58:59 -0800 Message-Id: <20201203215859.2719888-6-palmer@dabbelt.com> In-Reply-To: <20201203215859.2719888-1-palmer@dabbelt.com> References: <20201203215859.2719888-1-palmer@dabbelt.com> MIME-Version: 1.0 From: Palmer Dabbelt To: dm-devel@redhat.com, agk@redhat.com, snitzer@redhat.com X-Mimecast-Impersonation-Protect: Policy=CLT - Impersonation Protection Definition; Similar Internal Domain=false; Similar Monitored External Domain=false; Custom External Domain=false; Mimecast External Domain=false; Newly Observed Domain=false; Internal User Name=false; Custom Display Name List=false; Reply-to Address Mismatch=false; Targeted Threat Dictionary=false; Mimecast Threat Dictionary=false; Custom Threat Dictionary=false X-Scanned-By: MIMEDefang 2.78 on 10.11.54.3 X-loop: dm-devel@redhat.com X-Mailman-Approved-At: Fri, 04 Dec 2020 04:27:21 -0500 Cc: corbet@lwn.net, linux-doc@vger.kernel.org, kernel-team@android.com, Palmer Dabbelt , linux-kernel@vger.kernel.org, linux-raid@vger.kernel.org, song@kernel.org, linux-kselftest@vger.kernel.org, shuah@kernel.org Subject: [dm-devel] [PATCH v1 5/5] MAINTAINERS: Add myself as a dm-user maintainer X-BeenThere: dm-devel@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: device-mapper development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dm-devel-bounces@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 RnJvbTogUGFsbWVyIERhYmJlbHQgPHBhbG1lcmRhYmJlbHRAZ29vZ2xlLmNvbT4KCkknbSBub3Qg c3VyZSB0aGlzIGlzIGJpZyBlbm91Z2ggdG8gd2FycmFudCBhbiBlbnRyeSBpbiB0aGUgTUFJTlRB SU5FUlMgZmlsZSwKYnV0IEkga25vdyBpdCBjYW4gYmUgcXVpdGUgYSBiaXQgb2Ygd29yayB0byBt YWludGFpbiBzb21ldGhpbmcgbGlrZSB0aGlzIHNvIEknbQpoYXBweSB0byBzaWduIHVwIGlmIHRo YXQgaGVscHMuCgpTaWduZWQtb2ZmLWJ5OiBQYWxtZXIgRGFiYmVsdCA8cGFsbWVyZGFiYmVsdEBn b29nbGUuY29tPgotLS0KIE1BSU5UQUlORVJTIHwgNyArKysrKysrCiAxIGZpbGUgY2hhbmdlZCwg NyBpbnNlcnRpb25zKCspCgpkaWZmIC0tZ2l0IGEvTUFJTlRBSU5FUlMgYi9NQUlOVEFJTkVSUwpp bmRleCAyZGFhNmVlNjczZjcuLmFiOWQ3NzQ2Y2ZiNCAxMDA2NDQKLS0tIGEvTUFJTlRBSU5FUlMK KysrIGIvTUFJTlRBSU5FUlMKQEAgLTUxOTgsNiArNTE5OCwxMyBAQCBXOglodHRwOi8vc291cmNl cy5yZWRoYXQuY29tL2NsdXN0ZXIvCiBUOglnaXQgZ2l0Oi8vZ2l0Lmtlcm5lbC5vcmcvcHViL3Nj bS9saW51eC9rZXJuZWwvZ2l0L3RlaWdsYW5kL2xpbnV4LWRsbS5naXQKIEY6CWZzL2RsbS8KIAor RE0gVVNFUiAoQmxvY2sgRGV2aWNlIGluIFVzZXJzcGFjZSkKK006CVBhbG1lciBEYWJiZWx0IDxw YWxtZXJkYWJiZWx0QGdvb2dsZS5jb20+CitTOglNYWludGFpbmVkCitGOglpbmNsdWRlL2xpbnV4 L2RtLXVzZXIuaAorRjoJZHJpdmVycy9tZC9kbS11c2VyLmMKK0Y6CXRvb2xzL3Rlc3Rpbmcvc2Vs ZnRlc3RzL2RtLXVzZXIvCisKIERNQSBCVUZGRVIgU0hBUklORyBGUkFNRVdPUksKIE06CVN1bWl0 IFNlbXdhbCA8c3VtaXQuc2Vtd2FsQGxpbmFyby5vcmc+CiBNOglDaHJpc3RpYW4gS8O2bmlnIDxj aHJpc3RpYW4ua29lbmlnQGFtZC5jb20+Ci0tIAoyLjI5LjIuNDU0LmdhZmYyMGRhM2EyLWdvb2cK Ci0tCmRtLWRldmVsIG1haWxpbmcgbGlzdApkbS1kZXZlbEByZWRoYXQuY29tCmh0dHBzOi8vd3d3 LnJlZGhhdC5jb20vbWFpbG1hbi9saXN0aW5mby9kbS1kZXZlbA==