* [PATCH] Documentation: SubmittingDrivers: Resources
@ 2010-04-14 15:32 Arce, Abraham
2010-04-14 18:40 ` Randy Dunlap
0 siblings, 1 reply; 6+ messages in thread
From: Arce, Abraham @ 2010-04-14 15:32 UTC (permalink / raw)
To: linux-kernel@vger.kernel.org
- Add additional location (Git) for the kernel master tree
- Add reference to Git Project
Signed-off-by: Abraham Arce <x0066660@ti.com>
---
Documentation/SubmittingDrivers | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/Documentation/SubmittingDrivers b/Documentation/SubmittingDrivers
index 99e72a8..1ed68d1 100644
--- a/Documentation/SubmittingDrivers
+++ b/Documentation/SubmittingDrivers
@@ -130,6 +130,8 @@ Linux kernel master tree:
ftp.??.kernel.org:/pub/linux/kernel/...
?? == your country code, such as "us", "uk", "fr", etc.
+ http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git
+
Linux kernel mailing list:
linux-kernel@vger.kernel.org
[mail majordomo@vger.kernel.org to subscribe]
@@ -160,3 +162,7 @@ How to NOT write kernel driver by Arjan van de Ven:
Kernel Janitor:
http://janitor.kernelnewbies.org/
+
+GIT, Fast Version Control System:
+ http://git-scm.com/
+
--
1.5.4.3
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] Documentation: SubmittingDrivers: Resources
2010-04-14 15:32 Arce, Abraham
@ 2010-04-14 18:40 ` Randy Dunlap
0 siblings, 0 replies; 6+ messages in thread
From: Randy Dunlap @ 2010-04-14 18:40 UTC (permalink / raw)
To: Arce, Abraham, akpm; +Cc: linux-kernel@vger.kernel.org
On Wed, 14 Apr 2010 10:32:35 -0500 Arce, Abraham wrote:
> - Add additional location (Git) for the kernel master tree
> - Add reference to Git Project
>
> Signed-off-by: Abraham Arce <x0066660@ti.com>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Thanks.
> ---
> Documentation/SubmittingDrivers | 6 ++++++
> 1 files changed, 6 insertions(+), 0 deletions(-)
>
> diff --git a/Documentation/SubmittingDrivers b/Documentation/SubmittingDrivers
> index 99e72a8..1ed68d1 100644
> --- a/Documentation/SubmittingDrivers
> +++ b/Documentation/SubmittingDrivers
> @@ -130,6 +130,8 @@ Linux kernel master tree:
> ftp.??.kernel.org:/pub/linux/kernel/...
> ?? == your country code, such as "us", "uk", "fr", etc.
>
> + http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git
> +
> Linux kernel mailing list:
> linux-kernel@vger.kernel.org
> [mail majordomo@vger.kernel.org to subscribe]
> @@ -160,3 +162,7 @@ How to NOT write kernel driver by Arjan van de Ven:
>
> Kernel Janitor:
> http://janitor.kernelnewbies.org/
> +
> +GIT, Fast Version Control System:
> + http://git-scm.com/
> +
> --
---
~Randy
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] Documentation: SubmittingDrivers: Resources
@ 2010-05-05 7:50 Arce, Abraham
2010-05-14 23:01 ` Arce, Abraham
0 siblings, 1 reply; 6+ messages in thread
From: Arce, Abraham @ 2010-05-05 7:50 UTC (permalink / raw)
To: trivial@kernel.org, linux-kernel@vger.kernel.org; +Cc: randy.dunlap@oracle.com
- Add additional location (Git) for the kernel master tree
- Add reference to Git Project
Signed-off-by: Abraham Arce <x0066660@ti.com>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
---
Documentation/SubmittingDrivers | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/Documentation/SubmittingDrivers b/Documentation/SubmittingDrivers
index 99e72a8..1ed68d1 100644
--- a/Documentation/SubmittingDrivers
+++ b/Documentation/SubmittingDrivers
@@ -130,6 +130,8 @@ Linux kernel master tree:
ftp.??.kernel.org:/pub/linux/kernel/...
?? == your country code, such as "us", "uk", "fr", etc.
+ http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git
+
Linux kernel mailing list:
linux-kernel@vger.kernel.org
[mail majordomo@vger.kernel.org to subscribe]
@@ -160,3 +162,7 @@ How to NOT write kernel driver by Arjan van de Ven:
Kernel Janitor:
http://janitor.kernelnewbies.org/
+
+GIT, Fast Version Control System:
+ http://git-scm.com/
+
--
1.5.4.3
^ permalink raw reply related [flat|nested] 6+ messages in thread
* RE: [PATCH] Documentation: SubmittingDrivers: Resources
2010-05-05 7:50 [PATCH] Documentation: SubmittingDrivers: Resources Arce, Abraham
@ 2010-05-14 23:01 ` Arce, Abraham
2010-05-17 22:01 ` Randy Dunlap
0 siblings, 1 reply; 6+ messages in thread
From: Arce, Abraham @ 2010-05-14 23:01 UTC (permalink / raw)
To: trivial@kernel.org; +Cc: randy.dunlap@oracle.com, linux-kernel@vger.kernel.org
Hi Jiri,
> Subject: [PATCH] Documentation: SubmittingDrivers: Resources
>
> - Add additional location (Git) for the kernel master tree
> - Add reference to Git Project
>
> Signed-off-by: Abraham Arce <x0066660@ti.com>
> Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
> ---
> Documentation/SubmittingDrivers | 6 ++++++
> 1 files changed, 6 insertions(+), 0 deletions(-)
Could you please help me to apply this patch?
Thanks
Abraham
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] Documentation: SubmittingDrivers: Resources
2010-05-14 23:01 ` Arce, Abraham
@ 2010-05-17 22:01 ` Randy Dunlap
2010-05-17 22:12 ` Arce, Abraham
0 siblings, 1 reply; 6+ messages in thread
From: Randy Dunlap @ 2010-05-17 22:01 UTC (permalink / raw)
To: Arce, Abraham, akpm
Cc: trivial@kernel.org, randy.dunlap@oracle.com,
linux-kernel@vger.kernel.org
On Fri, 14 May 2010 18:01:26 -0500 Arce, Abraham wrote:
> Hi Jiri,
>
> > Subject: [PATCH] Documentation: SubmittingDrivers: Resources
> >
> > - Add additional location (Git) for the kernel master tree
> > - Add reference to Git Project
> >
> > Signed-off-by: Abraham Arce <x0066660@ti.com>
> > Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
> > ---
> > Documentation/SubmittingDrivers | 6 ++++++
> > 1 files changed, 6 insertions(+), 0 deletions(-)
>
> Could you please help me to apply this patch?
Hi,
Andrew Morton has this patch queued in his mmotm patches.
I would expect it to be merged in the next 2 weeks or so.
If not, I will merge it. or Mr. Trivial tree maintainer can merge it.
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: [PATCH] Documentation: SubmittingDrivers: Resources
2010-05-17 22:01 ` Randy Dunlap
@ 2010-05-17 22:12 ` Arce, Abraham
0 siblings, 0 replies; 6+ messages in thread
From: Arce, Abraham @ 2010-05-17 22:12 UTC (permalink / raw)
To: Randy Dunlap, akpm; +Cc: trivial@kernel.org, linux-kernel@vger.kernel.org
> > > Subject: [PATCH] Documentation: SubmittingDrivers: Resources
> > >
> > > - Add additional location (Git) for the kernel master tree
> > > - Add reference to Git Project
> > >
> > > Signed-off-by: Abraham Arce <x0066660@ti.com>
> > > Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
> > > ---
> > > Documentation/SubmittingDrivers | 6 ++++++
> > > 1 files changed, 6 insertions(+), 0 deletions(-)
> >
> > Could you please help me to apply this patch?
>
> Hi,
>
> Andrew Morton has this patch queued in his mmotm patches.
> I would expect it to be merged in the next 2 weeks or so.
> If not, I will merge it. or Mr. Trivial tree maintainer can merge it.
Thanks Randy!
Best Regards
Abraham
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-05-17 22:13 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-05 7:50 [PATCH] Documentation: SubmittingDrivers: Resources Arce, Abraham
2010-05-14 23:01 ` Arce, Abraham
2010-05-17 22:01 ` Randy Dunlap
2010-05-17 22:12 ` Arce, Abraham
-- strict thread matches above, loose matches on Subject: below --
2010-04-14 15:32 Arce, Abraham
2010-04-14 18:40 ` Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox