2011-05-23 20:57:10

by Nicholas A. Bellinger

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Add drivers/target/ entry

From: Nicholas Bellinger <[email protected]>

Signed-off-by: Nicholas A. Bellinger <[email protected]>
---
MAINTAINERS | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 20be668..a831859 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6039,6 +6039,16 @@ F: Documentation/accounting/taskstats*
F: include/linux/taskstats*
F: kernel/taskstats.c

+TARGET SUBSYSTEM
+M: Nicholas A. Bellinger <[email protected]>
+L: [email protected]
+L: http://groups.google.com/group/linux-iscsi-target-dev
+W: http://www.linux-iscsi.org
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
+S: Supported
+F: drivers/target/
+F: include/target/
+
TC CLASSIFIER
M: Jamal Hadi Salim <[email protected]>
L: [email protected]
--
1.7.5.2


2011-05-23 21:00:26

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add drivers/target/ entry

On Mon, 23 May 2011 13:56:26 -0700 Nicholas A. Bellinger wrote:

> From: Nicholas Bellinger <[email protected]>
>
> Signed-off-by: Nicholas A. Bellinger <[email protected]>
> ---
> MAINTAINERS | 10 ++++++++++
> 1 files changed, 10 insertions(+), 0 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 20be668..a831859 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6039,6 +6039,16 @@ F: Documentation/accounting/taskstats*
> F: include/linux/taskstats*
> F: kernel/taskstats.c
>

wrong place, TARGET < TASKSTATS, so it should be above here ^^^^^

otherwise, looks good. Thanks.

> +TARGET SUBSYSTEM
> +M: Nicholas A. Bellinger <[email protected]>
> +L: [email protected]
> +L: http://groups.google.com/group/linux-iscsi-target-dev
> +W: http://www.linux-iscsi.org
> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
> +S: Supported
> +F: drivers/target/
> +F: include/target/
> +
> TC CLASSIFIER
> M: Jamal Hadi Salim <[email protected]>
> L: [email protected]
> --


---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

2011-05-23 21:00:52

by Fubo Chen

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add drivers/target/ entry

On Mon, May 23, 2011 at 10:56 PM, Nicholas A. Bellinger
<[email protected]> wrote:
> From: Nicholas Bellinger <[email protected]>
>
> Signed-off-by: Nicholas A. Bellinger <[email protected]>
> ---
> ?MAINTAINERS | ? 10 ++++++++++
> ?1 files changed, 10 insertions(+), 0 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 20be668..a831859 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> +TARGET SUBSYSTEM
> +M: ? ? Nicholas A. Bellinger <[email protected]>
> +L: ? ? [email protected]
> +L: ? ? http://groups.google.com/group/linux-iscsi-target-dev
> +W: ? ? http://www.linux-iscsi.org
> +T: ? ? git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
> +S: ? ? Supported
> +F: ? ? drivers/target/
> +F: ? ? include/target/

No documentation for drivers/target ?

Fubo.