public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andi Kleen <ak@suse.de>
To: Bernhard Rosenkraenzer <bero@arklinux.org>
Cc: linux-kernel@vger.kernel.org, dominik.karall@gmx.net
Subject: Re: 2.6.10-rc1-mm3: modprobe oopses [x86]
Date: 06 Nov 2004 06:03:47 +0100	[thread overview]
Message-ID: <p73oeib7emk.fsf@verdi.suse.de> (raw)
In-Reply-To: <200411060223.26516.bero@arklinux.org.suse.lists.linux.kernel>

Bernhard Rosenkraenzer <bero@arklinux.org> writes:

> modprobe ohci1394 leads to:

Apply this patch. 

-Andi

diff -up linux-2.6.10rc1-mm3/mm/vmalloc.c-o linux-2.6.10rc1-mm3/mm/vmalloc.c
--- linux-2.6.10rc1-mm3/mm/vmalloc.c-o	2004-11-05 11:42:00.000000000 +0100
+++ linux-2.6.10rc1-mm3/mm/vmalloc.c	2004-11-05 14:49:25.000000000 +0100
@@ -213,7 +213,7 @@ int map_vm_area(struct vm_struct *area, 
 			err = -ENOMEM;
 			break;
 		}
-		next = (address + PGDIR_SIZE) & PGDIR_MASK;
+		next = (address + PML4_SIZE) & PML4_MASK;
 		if (next < address || next > end)
 			next = end;
 		if (map_area_pgd(pgd, address, next, prot, pages)) {

 

       reply	other threads:[~2004-11-06  5:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200411060223.26516.bero@arklinux.org.suse.lists.linux.kernel>
2004-11-06  5:03 ` Andi Kleen [this message]
2004-11-06  1:23 2.6.10-rc1-mm3: modprobe oopses [x86] Bernhard Rosenkraenzer
2004-11-06  2:27 ` Dominik Karall

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=p73oeib7emk.fsf@verdi.suse.de \
    --to=ak@suse.de \
    --cc=bero@arklinux.org \
    --cc=dominik.karall@gmx.net \
    --cc=linux-kernel@vger.kernel.org \
    /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