linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 4g-2.6.0-test2-mm2-A5
@ 2003-08-16 23:39 Mitch Sako
  2003-08-17  2:39 ` 4g-2.6.0-test2-mm2-A5 Martin J. Bligh
  0 siblings, 1 reply; 2+ messages in thread
From: Mitch Sako @ 2003-08-16 23:39 UTC (permalink / raw)
  To: linux-kernel

I'm having trouble applying Ingo's 4g-patches to linux-2.6.0-test2.  Is
there a how-to or readme on this?  Basic hunk failures when using 'patch
-p1' against the kernel source directory.

Mitch



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 4g-2.6.0-test2-mm2-A5
  2003-08-16 23:39 4g-2.6.0-test2-mm2-A5 Mitch Sako
@ 2003-08-17  2:39 ` Martin J. Bligh
  0 siblings, 0 replies; 2+ messages in thread
From: Martin J. Bligh @ 2003-08-17  2:39 UTC (permalink / raw)
  To: Mitch Sako, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 480 bytes --]

> I'm having trouble applying Ingo's 4g-patches to linux-2.6.0-test2.  Is
> there a how-to or readme on this?  Basic hunk failures when using 'patch
> -p1' against the kernel source directory.

That's because they're on top of test2-mm2. Best bet is just to grab test3-mm2,
where they're already integrated, and than slap the attatched fix on top
(from Manfred).

ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.0-test3/2.6.0-test3-mm2/2.6.0-test3-mm2.bz2

M.



[-- Attachment #2: 44_fix --]
[-- Type: application/octet-stream, Size: 342 bytes --]


--- 2.6.0-test3-mm2/arch/i386/kernel/entry.S.dist	2003-08-15 13:33:11.000000000 -0700
+++ 2.6.0-test3-mm2/arch/i386/kernel/entry.S.new	2003-08-15 13:08:14.000000000 -0700
@@ -458,6 +458,7 @@ work_notifysig:				# deal with pending s
 	/*
 	 * Reload db7 if necessary:
 	 */
+	movl TI_flags(%ebp), %ecx
 	testb $_TIF_DB7, %cl
 	jnz work_db7
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-08-17  2:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-16 23:39 4g-2.6.0-test2-mm2-A5 Mitch Sako
2003-08-17  2:39 ` 4g-2.6.0-test2-mm2-A5 Martin J. Bligh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).