* How to apply -mm patch?
@ 2004-03-15 19:35 Richard W. Knight
2004-03-15 19:54 ` Norberto Bensa
[not found] ` <405615E0.9080800@tripnotik.dyndns.org>
0 siblings, 2 replies; 3+ messages in thread
From: Richard W. Knight @ 2004-03-15 19:35 UTC (permalink / raw)
To: linux-kernel
I've looked everywhere but can't find any instruction on how to apply
the -mm patches. I've tried "patch -p0 < 2.6.4-mm" and this seems to run
without error, but the resulting source won't build. Can someone give me
a quick example of how to apply the 2.6.4-mm patch to linux-2.6.4?
In answering this message, please CC me.
Thanks,
Rick Knight
(rick@rlknight.com)
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: How to apply -mm patch?
2004-03-15 19:35 How to apply -mm patch? Richard W. Knight
@ 2004-03-15 19:54 ` Norberto Bensa
[not found] ` <405615E0.9080800@tripnotik.dyndns.org>
1 sibling, 0 replies; 3+ messages in thread
From: Norberto Bensa @ 2004-03-15 19:54 UTC (permalink / raw)
To: Richard W. Knight; +Cc: linux-kernel
Richard W. Knight wrote:
> Can someone give me
> a quick example of how to apply the 2.6.4-mm patch to linux-2.6.4?
Assuming your vanilla kernel is on /usr/src/linux, then:
# cd /usr/src/linux
# bzcat /path/to/mm-patch.bz2 | patch -p1
Regards,
Norberto
^ permalink raw reply [flat|nested] 3+ messages in thread[parent not found: <405615E0.9080800@tripnotik.dyndns.org>]
* Re: How to apply -mm patch?
[not found] ` <405615E0.9080800@tripnotik.dyndns.org>
@ 2004-03-16 0:05 ` Rick Knight
0 siblings, 0 replies; 3+ messages in thread
From: Rick Knight @ 2004-03-16 0:05 UTC (permalink / raw)
To: Julien Didron, norberto+linux-kernel; +Cc: linux-kernel
Julien Didron wrote:
> Hello,
>
> Instructions can be found in the Readme file included in the sources
> basically you should cd /usr/src/linux-2.6.4
> then cat ../2.6.4-mm | patch -p1 (2.6.4-mm being uncompressed in
> /usr/src, of course)
> I had an issue with that patch, you should also patch the Makefile
> in /usr/src/linux-2.6.4 with this
> line 990 to 995 should be replaced with that chunk (without
> including the numbers) : 990 $(cmd_$(1)); \
> 991 scripts/basic/fixdep $(depfile) $@ '$(subst \
> 992 $$,$$$$,$(subst ','\
> 993 '',$(cmd_$(1))))' > $(@D)/.$(@F).tmp; \
> 994 rm -f $(depfile); \
> 995 mv -f $(@D)/.$(@F).tmp $(@D)/.$(@F).cmd)
>
> cheers
>
> Julien
>
> Richard W. Knight wrote:
>
>> I've looked everywhere but can't find any instruction on how to apply
>> the -mm patches. I've tried "patch -p0 < 2.6.4-mm" and this seems to
>> run without error, but the resulting source won't build. Can someone
>> give me a quick example of how to apply the 2.6.4-mm patch to
>> linux-2.6.4?
>>
>> In answering this message, please CC me.
>>
>> Thanks,
>> Rick Knight
>> (rick_knight@rlknight.com)
>>
>> -
>> To unsubscribe from this list: send the line "unsubscribe
>> linux-kernel" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>> Please read the FAQ at http://www.tux.org/lkml/
>>
>>
Thanks Julien and Norberto,
That worked.
Rick Knight
(rick@rlknight.com)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-03-16 0:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-15 19:35 How to apply -mm patch? Richard W. Knight
2004-03-15 19:54 ` Norberto Bensa
[not found] ` <405615E0.9080800@tripnotik.dyndns.org>
2004-03-16 0:05 ` Rick Knight
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox