All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jonathan Neuschäfer" <j.neuschaefer@gmx.net>
To: linux-mtd@lists.infradead.org
Cc: "Jonathan Corbet" <corbet@lwn.net>,
	"Richard Weinberger" <richard@nod.at>,
	"Mauro Carvalho Chehab" <mchehab+huawei@kernel.org>,
	"Miklos Szeredi" <mszeredi@redhat.com>,
	"Daniel W. S. Almeida" <dwlsalmeida@gmail.com>,
	"Jaskaran Singh" <jaskaransingh7654321@gmail.com>,
	"Jonathan Neuschäfer" <j.neuschaefer@gmx.net>,
	"Tobin C. Harding" <tobin@kernel.org>,
	"Stefan Hajnoczi" <stefanha@redhat.com>,
	"David S. Miller" <davem@davemloft.net>,
	"Rob Herring" <robh@kernel.org>,
	"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
	"Jonathan Cameron" <Jonathan.Cameron@huawei.com>,
	linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH v2 1/2] MAINTAINERS: Add ubifs-authentication.rst to UBIFS
Date: Sat,  5 Sep 2020 22:43:25 +0200	[thread overview]
Message-ID: <20200905204326.1378339-2-j.neuschaefer@gmx.net> (raw)
In-Reply-To: <20200905204326.1378339-1-j.neuschaefer@gmx.net>

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index e4647c84c987e..b85671736108e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17699,6 +17699,7 @@ S:	Supported
 W:	http://www.linux-mtd.infradead.org/doc/ubifs.html
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs.git next
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs.git fixes
+F:	Documentation/filesystems/ubifs-authentication.rst
 F:	Documentation/filesystems/ubifs.rst
 F:	fs/ubifs/

--
2.28.0


WARNING: multiple messages have this Message-ID (diff)
From: "Jonathan Neuschäfer" <j.neuschaefer@gmx.net>
To: linux-mtd@lists.infradead.org
Cc: "Rob Herring" <robh@kernel.org>,
	"Miklos Szeredi" <mszeredi@redhat.com>,
	"Jonathan Corbet" <corbet@lwn.net>,
	"Mauro Carvalho Chehab" <mchehab+huawei@kernel.org>,
	"Richard Weinberger" <richard@nod.at>,
	"Jonathan Cameron" <Jonathan.Cameron@huawei.com>,
	linux-doc@vger.kernel.org,
	"Jonathan Neuschäfer" <j.neuschaefer@gmx.net>,
	"David S. Miller" <davem@davemloft.net>,
	"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
	"Tobin C. Harding" <tobin@kernel.org>,
	"Stefan Hajnoczi" <stefanha@redhat.com>,
	"Jaskaran Singh" <jaskaransingh7654321@gmail.com>,
	"Daniel W. S. Almeida" <dwlsalmeida@gmail.com>,
	linux-kernel@vger.kernel.org
Subject: [PATCH v2 1/2] MAINTAINERS: Add ubifs-authentication.rst to UBIFS
Date: Sat,  5 Sep 2020 22:43:25 +0200	[thread overview]
Message-ID: <20200905204326.1378339-2-j.neuschaefer@gmx.net> (raw)
In-Reply-To: <20200905204326.1378339-1-j.neuschaefer@gmx.net>

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index e4647c84c987e..b85671736108e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17699,6 +17699,7 @@ S:	Supported
 W:	http://www.linux-mtd.infradead.org/doc/ubifs.html
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs.git next
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs.git fixes
+F:	Documentation/filesystems/ubifs-authentication.rst
 F:	Documentation/filesystems/ubifs.rst
 F:	fs/ubifs/

--
2.28.0


______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

  reply	other threads:[~2020-09-05 20:45 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-05 20:43 [PATCH v2 0/2] ubifs: Fixes around ubifs-authentication.rst Jonathan Neuschäfer
2020-09-05 20:43 ` Jonathan Neuschäfer
2020-09-05 20:43 ` Jonathan Neuschäfer [this message]
2020-09-05 20:43   ` [PATCH v2 1/2] MAINTAINERS: Add ubifs-authentication.rst to UBIFS Jonathan Neuschäfer
2020-09-05 20:43 ` [PATCH v2 2/2] docs: ubifs-authentication: Add a top-level heading Jonathan Neuschäfer
2020-09-05 20:43   ` Jonathan Neuschäfer
2020-09-09 17:53 ` [PATCH v2 0/2] ubifs: Fixes around ubifs-authentication.rst Jonathan Corbet
2020-09-09 17:53   ` Jonathan Corbet

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200905204326.1378339-2-j.neuschaefer@gmx.net \
    --to=j.neuschaefer@gmx.net \
    --cc=Jonathan.Cameron@huawei.com \
    --cc=corbet@lwn.net \
    --cc=davem@davemloft.net \
    --cc=dwlsalmeida@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=jaskaransingh7654321@gmail.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=mchehab+huawei@kernel.org \
    --cc=mszeredi@redhat.com \
    --cc=richard@nod.at \
    --cc=robh@kernel.org \
    --cc=stefanha@redhat.com \
    --cc=tobin@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.