Shuah Khan | 2 Apr 2012 21:36
Picon

Re: [PATCH v5] ramoops: use pstore interface

What is the current status of this patch? I don't see it in 3.3 - haven't
checked 3.4-rc1 yet.

-- Shuah

--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Michel Machado | 3 Apr 2012 04:10
Picon

[PATCH 1/1] Documentation/SubmittingPatches: suggested the use of scripts/get_maintainer.pl

Had I found a reference to scripts/get_maintainer.pl when I first read
Documentation/SubmittingPatches, it would've saved me some time.

Signed-off-by: Michel Machado <michel <at> digirati.com.br>
CC: Randy Dunlap <rdunlap <at> xenotime.net>
---

diff --git a/Documentation/SubmittingPatches
b/Documentation/SubmittingPatches
index 4468ce2..c379a2a 100644
--- a/Documentation/SubmittingPatches
+++ b/Documentation/SubmittingPatches
 <at>  <at>  -150,7 +150,8  <at>  <at>  be able to justify all violations that remain in
your patch.

 Look through the MAINTAINERS file and the source code, and determine
 if your change applies to a specific subsystem of the kernel, with
-an assigned maintainer.  If so, e-mail that person.
+an assigned maintainer.  If so, e-mail that person.  The script
+scripts/get_maintainer.pl can be very useful at this step.

 If no maintainer is listed, or the maintainer does not respond, send
 your patch to the primary Linux kernel developer's mailing list,

--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

(Continue reading)

Linus Walleij | 3 Apr 2012 22:22
Favicon

Re: [PATCH] Documentation: pinctrl: Add missing spi0_0 grp in example

On Thu, Mar 29, 2012 at 7:33 AM, Viresh Kumar <viresh.kumar <at> st.com> wrote:

> Signed-off-by: Viresh Kumar <viresh.kumar <at> st.com>
> ---
>  Documentation/pinctrl.txt |    2 +-

Thanks, patch applied.

Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Randy Dunlap | 3 Apr 2012 22:26

[PATCH] MAINTAINERS: change in Documentation/ maintainer

From: Randy Dunlap <rdunlap <at> xenotime.net>

I'm dropping off as Documentation/ maintainer.
Rob Landley has agreed to take it over.  Thanks, Rob.

I'll still be around reviewing patches and testing.
Stephen, please drop my quilt tree from linux-next.

Signed-off-by: Randy Dunlap <rdunlap <at> xenotime.net>
---
 MAINTAINERS |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- lnx-34-rc1.orig/MAINTAINERS
+++ lnx-34-rc1/MAINTAINERS
 <at>  <at>  -2322,9 +2322,9  <at>  <at>  S:	Supported
 F:	drivers/acpi/dock.c

 DOCUMENTATION
-M:	Randy Dunlap <rdunlap <at> xenotime.net>
+M:	Rob Landley <rob <at> landley.net>
 L:	linux-doc <at> vger.kernel.org
-T:	quilt http://xenotime.net/kernel-doc-patches/current/
+T:	TBD
 S:	Maintained
 F:	Documentation/

--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majordomo <at> vger.kernel.org
(Continue reading)

Rob Landley | 3 Apr 2012 23:32

Re: [PATCH] MAINTAINERS: change in Documentation/ maintainer

On 04/03/2012 03:26 PM, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap <at> xenotime.net>
> 
> I'm dropping off as Documentation/ maintainer.
> Rob Landley has agreed to take it over.  Thanks, Rob.
> 
> I'll still be around reviewing patches and testing.
> Stephen, please drop my quilt tree from linux-next.
> 
> Signed-off-by: Randy Dunlap <rdunlap <at> xenotime.net>

Acked-by: Rob Landley <rob <at> landley.net>

> ---
>  MAINTAINERS |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> --- lnx-34-rc1.orig/MAINTAINERS
> +++ lnx-34-rc1/MAINTAINERS
>  <at>  <at>  -2322,9 +2322,9  <at>  <at>  S:	Supported
>  F:	drivers/acpi/dock.c
>  
>  DOCUMENTATION
> -M:	Randy Dunlap <rdunlap <at> xenotime.net>
> +M:	Rob Landley <rob <at> landley.net>
>  L:	linux-doc <at> vger.kernel.org
> -T:	quilt http://xenotime.net/kernel-doc-patches/current/
> +T:	TBD
>  S:	Maintained
>  F:	Documentation/
(Continue reading)

Rob Landley | 3 Apr 2012 23:36

Re: [PATCH 1/1] Documentation/SubmittingPatches: suggested the use of scripts/get_maintainer.pl

On 04/02/2012 09:10 PM, Michel Machado wrote:
> Had I found a reference to scripts/get_maintainer.pl when I first read
> Documentation/SubmittingPatches, it would've saved me some time.
> 
> Signed-off-by: Michel Machado <michel <at> digirati.com.br>
> CC: Randy Dunlap <rdunlap <at> xenotime.net>
> ---

Randy: is this one in your queue already, or should I try to field it?

Rob
--

-- 
GNU/Linux isn't: Linux=GPLv2, GNU=GPLv3+, they can't share code.
Either it's "mere aggregation", or a license violation.  Pick one.
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Randy Dunlap | 4 Apr 2012 00:24

Re: [PATCH 1/1] Documentation/SubmittingPatches: suggested the use of scripts/get_maintainer.pl

On 04/03/2012 02:36 PM, Rob Landley wrote:
> On 04/02/2012 09:10 PM, Michel Machado wrote:
>> Had I found a reference to scripts/get_maintainer.pl when I first read
>> Documentation/SubmittingPatches, it would've saved me some time.
>>
>> Signed-off-by: Michel Machado<michel <at> digirati.com.br>
>> CC: Randy Dunlap<rdunlap <at> xenotime.net>
>> ---
>
> Randy: is this one in your queue already, or should I try to field it?

It's yours.

I don't have anything queued.

~Randy

--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Stephen Rothwell | 4 Apr 2012 02:14
Picon
Picon

Re: [PATCH] MAINTAINERS: change in Documentation/ maintainer

Hi Randy,

On Tue, 03 Apr 2012 13:26:35 -0700 Randy Dunlap <rdunlap <at> xenotime.net> wrote:
>
> From: Randy Dunlap <rdunlap <at> xenotime.net>
> 
> I'm dropping off as Documentation/ maintainer.
> Rob Landley has agreed to take it over.  Thanks, Rob.
> 
> I'll still be around reviewing patches and testing.
> Stephen, please drop my quilt tree from linux-next.

OK, I will do that today.  I also have a git tree form you:

git://git.kernel.org/pub/scm/linux/kernel/git/rdunlap/linux-docs.git#docs-move

do you want anything done with that?

--

-- 
Cheers,
Stephen Rothwell                    sfr <at> canb.auug.org.au
Randy Dunlap | 4 Apr 2012 02:35

Re: [PATCH] MAINTAINERS: change in Documentation/ maintainer


On Tue, April 3, 2012 5:14 pm, Stephen Rothwell wrote:
> Hi Randy,
>
> On Tue, 03 Apr 2012 13:26:35 -0700 Randy Dunlap <rdunlap <at> xenotime.net>
> wrote:
>>
>> From: Randy Dunlap <rdunlap <at> xenotime.net>
>>
>> I'm dropping off as Documentation/ maintainer.
>> Rob Landley has agreed to take it over.  Thanks, Rob.
>>
>> I'll still be around reviewing patches and testing.
>> Stephen, please drop my quilt tree from linux-next.
>
> OK, I will do that today.  I also have a git tree form you:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/rdunlap/linux-docs.git#docs-move
>
> do you want anything done with that?

duh, yes, please drop it also.

thanks.

--

-- 
~Randy

--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
(Continue reading)

Stephen Rothwell | 4 Apr 2012 02:43
Picon
Picon

Re: [PATCH] MAINTAINERS: change in Documentation/ maintainer

Hi Randy,

On Tue, 3 Apr 2012 17:35:33 -0700 "Randy Dunlap" <rdunlap <at> xenotime.net> wrote:
>
> > OK, I will do that today.  I also have a git tree form you:
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/rdunlap/linux-docs.git#docs-move
> >
> > do you want anything done with that?
> 
> duh, yes, please drop it also.

OK, will do.

--

-- 
Cheers,
Stephen Rothwell                    sfr <at> canb.auug.org.au

Gmane