linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Martin J. Bligh" <mbligh@aracnet.com>
To: Mitch Sako <msako@cadence.com>, linux-kernel@vger.kernel.org
Subject: Re: 4g-2.6.0-test2-mm2-A5
Date: Sat, 16 Aug 2003 19:39:43 -0700	[thread overview]
Message-ID: <12650000.1061087975@[10.10.2.4]> (raw)
In-Reply-To: <3F3EC09C.7C29CABC@cadence.com>

[-- 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
 

      reply	other threads:[~2003-08-17  2:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-16 23:39 4g-2.6.0-test2-mm2-A5 Mitch Sako
2003-08-17  2:39 ` Martin J. Bligh [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='12650000.1061087975@[10.10.2.4]' \
    --to=mbligh@aracnet.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=msako@cadence.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).