From: "Justin P. Mattock" <justinmattock@gmail.com>
To: Jan Beulich <JBeulich@novell.com>
Cc: Stefan Richter <stefanr@s5r6.in-berlin.de>,
Ingo Molnar <mingo@elte.hu>, Dan Carpenter <error27@gmail.com>,
bernhard.kaindl@gmx.net, Thomas Gleixner <tglx@linutronix.de>,
linux1394-devel@lists.sourceforge.net,
Rafael Wysocki <rjw@sisk.pl>,
Kernel Testers List <kernel-testers@vger.kernel.org>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
ebiderman@xmission.com, hpa@zytor.com
Subject: Re: ohci1394_dma=early crash since 2.6.32 (was Re: [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0)
Date: Wed, 03 Feb 2010 09:11:55 -0800 [thread overview]
Message-ID: <4B69AE5B.9060708@gmail.com> (raw)
In-Reply-To: <4B694D5C020000780002D6DA@vpn.id2.novell.com>
On 02/03/10 01:18, Jan Beulich wrote:
>>>> "Justin P. Mattock"<justinmattock@gmail.com> 03.02.10 02:43>>>
>> The only thing I can think of at this point
>> is maybe the CFLAGS I used to build this system.
>> (as for the x86_32 working and x86_64 failing not sure);
>>
>> I'm curious to see if anybody else is hitting this?
>
> I think it is pretty clear how a page fault can happen here (but you're
> observing a double fault, which I cannot explain [nor can I explain
> why the fault apparently didn't get an error code pushed, which is
> why address and error code displayed are mixed up]): I would
> suspect that FIX_OHCI1394_BASE is now in a different (virtual) 2Mb
> range than what is covered by level{1,2}_fixmap_pgt, but this was
> a latent issue even before that patch (just waiting for sufficiently
> many fixmap entries getting inserted before
> __end_of_permanent_fixed_addresses).
>
> The thing is that head_64.S uses hard-coded numbers, but doesn't
> really make sure (at build time) that the fixmap page tables established
> indeed cover all the entries of importance (and honestly I even can't
> easily tell which of the candidates - FIX_DBGP_BASE,
> FIX_EARLYCON_MEM_BASE, and FIX_OHCI1394_BASE afaict - really
> matter). If either of the first does, the only reasonable solution imo
> is to move FIX_OHCI1394_BASE out of the boot time only range into
> the permanent range (unless the other two can be moved into the
> boot time only range). And obviously the hard coded numbers
> should be eliminated from head_64.S.
>
> Jan
>
>
Thanks for your info on this. I can try today moving things
around just to see. Looking more into this(keep in mind I
have no idea how these page,fix_to_virt calls etc.. work)
I was thinking with what stefan had mentioned ___alloc_bootmem_node
(still need to look into what that function does)maybe keeping fixmap.h
as is and looking somewhere else might be where the fix might be(but
could be wrong).
In any case I'll have another go at this today.
Justin P. Mattock
next prev parent reply other threads:[~2010-02-03 17:10 UTC|newest]
Thread overview: 118+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-01 0:38 2.6.33-rc6: Reported regressions 2.6.31 -> 2.6.32 Rafael J. Wysocki
2010-02-01 0:38 ` [Bug #14297] console resume broken since ba15ab0e8d Rafael J. Wysocki
2010-02-01 0:43 ` [Bug #14442] resume after hibernate: /dev/sdb drops and returns as /dev/sde Rafael J. Wysocki
2010-02-01 0:43 ` [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0 Rafael J. Wysocki
2010-02-01 1:39 ` Justin P. Mattock
2010-02-01 12:54 ` Dan Carpenter
2010-02-01 17:57 ` Justin P. Mattock
2010-02-01 19:57 ` ohci1394_dma=early crash since 2.6.32 (was Re: [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0) Stefan Richter
2010-02-01 20:59 ` Justin P. Mattock
2010-02-01 22:27 ` Stefan Richter
2010-02-01 23:51 ` Justin P. Mattock
2010-02-02 5:45 ` Stefan Richter
2010-02-02 6:23 ` Justin P. Mattock
2010-02-02 6:55 ` Stefan Richter
2010-02-02 6:57 ` Stefan Richter
2010-02-02 7:42 ` Justin P. Mattock
2010-02-03 1:43 ` Justin P. Mattock
2010-02-03 9:18 ` Jan Beulich
2010-02-03 17:11 ` Justin P. Mattock [this message]
2010-02-03 19:26 ` Justin P. Mattock
2010-02-03 23:05 ` Justin P. Mattock
2010-02-04 8:54 ` Jan Beulich
2010-02-04 9:04 ` Justin P. Mattock
2010-02-04 9:11 ` Jan Beulich
2010-02-04 9:17 ` Justin P. Mattock
2010-02-04 9:35 ` Jan Beulich
2010-02-04 9:48 ` Justin P. Mattock
2010-02-04 9:57 ` Jan Beulich
2010-02-04 10:13 ` Justin P. Mattock
2010-02-06 23:57 ` Justin P. Mattock
2010-02-24 14:37 ` Jan Beulich
2010-02-24 15:59 ` Justin P. mattock
2010-02-02 7:03 ` Justin P. Mattock
2010-02-02 6:46 ` Justin P. Mattock
2010-02-01 0:43 ` [Bug #14298] warning at manage.c:361 (set_irq_wake), matrix-keypad related? Rafael J. Wysocki
2010-02-01 0:43 ` [Bug #14504] intermittent hibernation problem again Rafael J. Wysocki
2010-02-01 0:43 ` [Bug #14482] kernel BUG at fs/dcache.c:670 +lvm +md +ext3 Rafael J. Wysocki
2010-02-01 15:47 ` Thomas Backlund
2010-02-02 21:04 ` Rafael J. Wysocki
2010-02-08 9:59 ` Alexander Clouter
2010-02-15 16:24 ` Alexander Clouter
2010-02-15 21:00 ` Rafael J. Wysocki
2010-02-01 0:43 ` [Bug #14426] CE: hpet increasing min_delta_ns flood Rafael J. Wysocki
2010-02-01 0:43 ` [Bug #14376] Kernel NULL pointer dereference/ kvm subsystem Rafael J. Wysocki
2010-02-01 0:43 ` [Bug #14656] Oops at __rmqueue+0x98 with 2.6.32-rc6 Rafael J. Wysocki
2010-02-01 0:43 ` [Bug #14657] perf subsystem breakage in 2.6.32-rc7 Rafael J. Wysocki
2010-02-01 0:43 ` [Bug #14624] ath9k: BUG kmalloc-8192: Poison overwritten Rafael J. Wysocki
2010-02-01 0:43 ` [Bug #14621] specjbb2005 and aim7 regression with 2.6.32-rc kernels Rafael J. Wysocki
2010-02-01 8:06 ` Mike Galbraith
2010-02-02 20:56 ` Rafael J. Wysocki
2010-02-01 0:43 ` [Bug #14670] i915: playing video via XVideo extension makes the screen flicker Rafael J. Wysocki
2010-02-05 18:49 ` Jesse Barnes
2010-02-01 0:43 ` [Bug #14668] Resume from disk hangs in acpi_ex_acquire_global_lock Rafael J. Wysocki
2010-02-01 0:43 ` [Bug #14667] bisected 2.6.32 EC regression - Temperatures not correctly detected after suspend - Dell Studio XPS 16 laptop Rafael J. Wysocki
2010-02-01 0:43 ` [Bug #14695] regression in karmic thermal control Rafael J. Wysocki
2010-02-01 0:43 ` [Bug #14782] Suspend hangs Lenovo SL300 after gdm login Rafael J. Wysocki
2010-02-01 0:43 ` [Bug #14748] e1000e NIC not working after reboot Rafael J. Wysocki
2010-02-01 0:43 ` [Bug #14742] 2.6.32 new menu idle governor causes very high CPU temp Rafael J. Wysocki
2010-02-01 0:43 ` [Bug #14868] flood of "don't try to register things with the same name in the same directory." on upgrade to 2.6.32 Rafael J. Wysocki
2010-02-01 0:43 ` [Bug #14817] When is system under load, then freeze/HD fail Rafael J. Wysocki
2010-02-01 0:43 ` [Bug #14886] Asus P2B-DS not detected as SMP moterboard Rafael J. Wysocki
2010-02-01 0:43 ` [Bug #14783] Unhandled IRQ on Thinkpad R61i: "irq 16: nobody cared" Rafael J. Wysocki
2010-02-01 0:43 ` [Bug #14894] pohmelfs: NULL pointer dereference Rafael J. Wysocki
2010-02-01 0:43 ` [Bug #14895] BUG in kernel 2.6.32 when using luks encrypted root and RAID0 Rafael J. Wysocki
2010-02-01 0:43 ` [Bug #14891] Deadlock regression related to NFS root Rafael J. Wysocki
2010-02-01 0:43 ` [Bug #14897] i915: Commit 0e442c60 causes flickering Rafael J. Wysocki
2010-02-01 9:31 ` David John
2010-02-02 20:55 ` Rafael J. Wysocki
2010-02-07 12:55 ` David John
2010-02-07 13:14 ` Rafael J. Wysocki
2010-02-05 18:51 ` Jesse Barnes
2010-02-01 0:43 ` [Bug #14898] ksoftirqd problem Rafael J. Wysocki
2010-02-01 0:43 ` [Bug #14939] drm: random hang with i915 Rafael J. Wysocki
2010-02-01 0:43 ` [Bug #14922] 2.6.32 seemed to have broken nVidia MCP7A sata controller Rafael J. Wysocki
2010-02-01 1:13 ` Robert Hancock
2010-02-02 20:53 ` Rafael J. Wysocki
2010-02-01 0:43 ` [Bug #14943] nfs regression? Rafael J. Wysocki
2010-02-01 21:46 ` Nikola Ciprich
2010-02-01 0:43 ` [Bug #15000] Thinkpad dock button no longer works Rafael J. Wysocki
2010-02-01 0:43 ` [Bug #14998] Caught 32-bit read from uninitialized memory in acpi_system_read_event -- 2.6.31 regression Rafael J. Wysocki
2010-02-01 0:43 ` [Bug #14997] Closing and re-opening the lid does not reactivate the backlight Rafael J. Wysocki
2010-02-05 18:57 ` Jesse Barnes
2010-02-01 0:43 ` [Bug #15004] i915: *ERROR* Execbuf while wedged Rafael J. Wysocki
2010-02-05 19:01 ` Jesse Barnes
2010-02-05 19:09 ` Chris Mason
2010-02-05 19:17 ` Jesse Barnes
2010-02-08 17:24 ` Chris Mason
2010-02-08 17:35 ` Jesse Barnes
2010-02-08 20:00 ` Chris Mason
2010-02-08 23:39 ` Jesse Barnes
2010-02-10 16:44 ` Jesse Barnes
2010-02-01 0:43 ` [Bug #15015] blank screen at random times in laptop when sitting idle Rafael J. Wysocki
2010-02-01 0:43 ` [Bug #15021] agpgart sometimes fails to initialize sometimes Rafael J. Wysocki
2010-02-01 0:43 ` [Bug #15040] High cpu temperature with 2.6.32 - bisected to cpuidle menu update Rafael J. Wysocki
2010-02-01 0:43 ` [Bug #15042] socket(PF_INET6 hangs when ipv6 not yet initialized Rafael J. Wysocki
2010-02-01 0:43 ` [Bug #15100] X11 is black after resume from s2ram if my T400 was previous in docking station before Rafael J. Wysocki
2010-02-05 19:05 ` Jesse Barnes
2010-02-01 0:43 ` [Bug #15096] Resume lock up -- bisected, commit 3a1151e3f124fd1a2c54b8153f510f1a7c715369 Rafael J. Wysocki
2010-02-01 0:43 ` [Bug #15071] IBM/Lenovo Trackpoint speed, sensitivity reset after suspend Rafael J. Wysocki
2010-02-01 0:43 ` [Bug #15108] Blank screen with KMS enabled (on clevo M5xN laptop) Rafael J. Wysocki
2010-02-05 19:08 ` Jesse Barnes
2010-02-05 22:31 ` Rafael J. Wysocki
2010-02-01 0:43 ` [Bug #15127] Bluetooth: sleeping function called from invalid context Rafael J. Wysocki
2010-02-01 1:06 ` Marcel Holtmann
2010-02-01 17:39 ` David John
2010-02-01 19:14 ` Marcel Holtmann
2010-02-01 22:00 ` Luiz Augusto von Dentz
2010-02-02 5:17 ` David John
2010-02-02 5:41 ` Marcel Holtmann
2010-02-02 5:57 ` David John
2010-02-02 20:52 ` Rafael J. Wysocki
2010-02-01 0:43 ` [Bug #15134] gobi_loader hangs after commit 8e8dce065088 Rafael J. Wysocki
2010-02-01 0:43 ` [Bug #15158] oops related to i915_gem_object_save_bit_17_swizzle Rafael J. Wysocki
2010-02-07 23:11 ` Werner LEMBERG
2010-02-01 0:43 ` [Bug #15156] 2.6.32.6 hang at boot with ati x1600 Rafael J. Wysocki
2010-02-01 0:43 ` [Bug #15197] padlock_sha1 and hmac broken? Rafael J. Wysocki
2010-02-01 0:43 ` [Bug #15135] Kernel 2.6.32.x hangs during boot process Rafael J. Wysocki
2010-02-01 0:43 ` [Bug #15193] kswapd continuously active Rafael J. Wysocki
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=4B69AE5B.9060708@gmail.com \
--to=justinmattock@gmail.com \
--cc=JBeulich@novell.com \
--cc=bernhard.kaindl@gmx.net \
--cc=ebiderman@xmission.com \
--cc=error27@gmail.com \
--cc=hpa@zytor.com \
--cc=kernel-testers@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux1394-devel@lists.sourceforge.net \
--cc=mingo@elte.hu \
--cc=rjw@sisk.pl \
--cc=stefanr@s5r6.in-berlin.de \
--cc=tglx@linutronix.de \
/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).