* Newbie: howto get mm tree up to date using quilt
@ 2009-06-26 4:56 Charles 'Mack' Rhinelander
[not found] ` <1faf47660906252156m425de064p66f60ac942402420-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
0 siblings, 1 reply; 6+ messages in thread
From: Charles 'Mack' Rhinelander @ 2009-06-26 4:56 UTC (permalink / raw)
To: kernel-testers-u79uwXL29TY76Z2rM5mHXA
I'm running 2.6.28-rc2-mm1, the latest mm tree. I'd like to patch it
so it's up to date, and try using the daily snapshots.
Can somebody please tell me the steps to do this? I've diligently read
"The Kernel Tester's Guide" and done many google searches, and I've
got quilt, but I can't tell how these instructions apply to the
contents of /pub/linux/kernel/people/akpm/patches/2.6/2.6.28-rc2/2.6.28-rc2-mm1
For example, there's no "series" file, it's called "patch-series"
Am I supposed to change the name? And what all are "broken-out,"
"hot-fixes," "patch-list....?"
Thanks
Mack Rhinelander
^ permalink raw reply [flat|nested] 6+ messages in thread
* Newbie: howto get mm tree up to date using quilt
@ 2009-06-26 4:59 Charles 'Mack' Rhinelander
0 siblings, 0 replies; 6+ messages in thread
From: Charles 'Mack' Rhinelander @ 2009-06-26 4:59 UTC (permalink / raw)
To: kernel-janitors
I'm running 2.6.28-rc2-mm1, the latest mm tree. I'd like to patch it
so it's up to date, and try using the daily snapshots.
Can somebody please tell me the steps to do this? I've diligently read
"The Kernel Tester's Guide" and done many google searches, and I've
got quilt, but I can't tell how these instructions apply to the
contents of /pub/linux/kernel/people/akpm/patches/2.6/2.6.28-rc2/2.6.28-rc2-mm1
For example, there's no "series" file, it's called "patch-series"
Am I supposed to change the name? And what all are "broken-out,"
"hot-fixes," "patch-list....?"
Thanks
Mack Rhinelander
--
To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Newbie: howto get mm tree up to date using quilt
2009-06-26 4:59 Charles 'Mack' Rhinelander
@ 2009-06-26 5:10 ` Randy Dunlap
-1 siblings, 0 replies; 6+ messages in thread
From: Randy Dunlap @ 2009-06-26 5:10 UTC (permalink / raw)
To: Charles 'Mack' Rhinelander
Cc: kernel-testers-u79uwXL29TY76Z2rM5mHXA, Kernel Janitors List
Charles 'Mack' Rhinelander wrote:
> I'm running 2.6.28-rc2-mm1, the latest mm tree. I'd like to patch it
> so it's up to date, and try using the daily snapshots.
Daily snapshots of what? mm-tree doesn't have daily snapshots.
Andrew Morton hasn't released a -mm patchset lately. He's been making
"mmotm" (mm of the moment) releases/announcements.
> Can somebody please tell me the steps to do this? I've diligently read
> "The Kernel Tester's Guide" and done many google searches, and I've
> got quilt, but I can't tell how these instructions apply to the
> contents of /pub/linux/kernel/people/akpm/patches/2.6/2.6.28-rc2/2.6.28-rc2-mm1
> For example, there's no "series" file, it's called "patch-series"
Forget about 2.6.28-rc2-mm1. Start using the -mmotm patches that are found
in http://userweb.kernel.org/~akpm/mmotm/
> Am I supposed to change the name? And what all are "broken-out,"
> "hot-fixes," "patch-list....?"
One easy way is to download these scripts from
http://www.xenotime.net/linux/scripts/ :
get-mmotm
get-base-and-mmotm
grab_kernel
get-base-and-mmotm calls the other 2 scripts and downloads the base kernel
version that mmotm applies to, then downloads mmotm, then applies the mmotm
patchset to the base tree.
--
~Randy
LPC 2009, Sept. 23-25, Portland, Oregon
http://linuxplumbersconf.org/2009/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Newbie: howto get mm tree up to date using quilt
@ 2009-06-26 5:10 ` Randy Dunlap
0 siblings, 0 replies; 6+ messages in thread
From: Randy Dunlap @ 2009-06-26 5:10 UTC (permalink / raw)
To: kernel-janitors
Charles 'Mack' Rhinelander wrote:
> I'm running 2.6.28-rc2-mm1, the latest mm tree. I'd like to patch it
> so it's up to date, and try using the daily snapshots.
Daily snapshots of what? mm-tree doesn't have daily snapshots.
Andrew Morton hasn't released a -mm patchset lately. He's been making
"mmotm" (mm of the moment) releases/announcements.
> Can somebody please tell me the steps to do this? I've diligently read
> "The Kernel Tester's Guide" and done many google searches, and I've
> got quilt, but I can't tell how these instructions apply to the
> contents of /pub/linux/kernel/people/akpm/patches/2.6/2.6.28-rc2/2.6.28-rc2-mm1
> For example, there's no "series" file, it's called "patch-series"
Forget about 2.6.28-rc2-mm1. Start using the -mmotm patches that are found
in http://userweb.kernel.org/~akpm/mmotm/
> Am I supposed to change the name? And what all are "broken-out,"
> "hot-fixes," "patch-list....?"
One easy way is to download these scripts from
http://www.xenotime.net/linux/scripts/ :
get-mmotm
get-base-and-mmotm
grab_kernel
get-base-and-mmotm calls the other 2 scripts and downloads the base kernel
version that mmotm applies to, then downloads mmotm, then applies the mmotm
patchset to the base tree.
--
~Randy
LPC 2009, Sept. 23-25, Portland, Oregon
http://linuxplumbersconf.org/2009/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Newbie: howto get mm tree up to date using quilt
2009-06-26 4:59 Charles 'Mack' Rhinelander
@ 2009-06-26 6:34 ` Hannes Eder
-1 siblings, 0 replies; 6+ messages in thread
From: Hannes Eder @ 2009-06-26 6:34 UTC (permalink / raw)
To: Charles 'Mack' Rhinelander
Cc: Randy Dunlap, kernel-testers-u79uwXL29TY76Z2rM5mHXA,
Kernel Janitors List
2009/6/26 Randy Dunlap <rdunlap-/UHa2rfvQTnk1uMJSBkQmQ@public.gmane.org>:
> Charles 'Mack' Rhinelander wrote:
>> I'm running 2.6.28-rc2-mm1, the latest mm tree. I'd like to patch it
>> so it's up to date, and try using the daily snapshots.
>
> Daily snapshots of what? mm-tree doesn't have daily snapshots.
> Andrew Morton hasn't released a -mm patchset lately. He's been making
> "mmotm" (mm of the moment) releases/announcements.
Might help see:
http://lkml.org/lkml/2008/12/16/327
especially:
http://git.zen-sources.org/?p=mmotm.git;a=summary
but I don't know if this is still alive.
hth,
-Hannes
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Newbie: howto get mm tree up to date using quilt
@ 2009-06-26 6:34 ` Hannes Eder
0 siblings, 0 replies; 6+ messages in thread
From: Hannes Eder @ 2009-06-26 6:34 UTC (permalink / raw)
To: kernel-janitors
2009/6/26 Randy Dunlap <rdunlap@xenotime.net>:
> Charles 'Mack' Rhinelander wrote:
>> I'm running 2.6.28-rc2-mm1, the latest mm tree. I'd like to patch it
>> so it's up to date, and try using the daily snapshots.
>
> Daily snapshots of what? mm-tree doesn't have daily snapshots.
> Andrew Morton hasn't released a -mm patchset lately. He's been making
> "mmotm" (mm of the moment) releases/announcements.
Might help see:
http://lkml.org/lkml/2008/12/16/327
especially:
http://git.zen-sources.org/?p=mmotm.git;a=summary
but I don't know if this is still alive.
hth,
-Hannes
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-06-26 6:34 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-26 4:56 Newbie: howto get mm tree up to date using quilt Charles 'Mack' Rhinelander
[not found] ` <1faf47660906252156m425de064p66f60ac942402420-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-06-26 5:10 ` Randy Dunlap
2009-06-26 5:10 ` Randy Dunlap
[not found] ` <4A44585E.20902-/UHa2rfvQTnk1uMJSBkQmQ@public.gmane.org>
2009-06-26 6:34 ` Hannes Eder
2009-06-26 6:34 ` Hannes Eder
-- strict thread matches above, loose matches on Subject: below --
2009-06-26 4:59 Charles 'Mack' Rhinelander
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.