Re: ohci1394_dma=early crash since 2.6.32 (was Re: [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0)

2010-02-24 Thread Jan Beulich
Justin P. Mattock justinmatt...@gmail.com 03.02.10 02:43 Could you try this simple patch (against plain 2.6.33-rc8)? Thanks, Jan --- a/arch/x86/include/asm/fixmap.h +++ b/arch/x86/include/asm/fixmap.h @@ -82,6 +82,9 @@ enum fixed_addresses { #endif FIX_DBGP_BASE,

Re: ohci1394_dma=early crash since 2.6.32 (was Re: [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0)

2010-02-04 Thread Jan Beulich
Justin P. Mattock justinmatt...@gmail.com 04.02.10 10:04 a quick google on this showed somewhere at bootmem.c any ideas on this or where this might be caused besides fixmap? (or is fixmap the main location?); __native_set_fixmap() - set_pte_vaddr() - set_pte_vaddr_pud() - fill_pte() -

Re: ohci1394_dma=early crash since 2.6.32 (was Re: [Bug #14487] PANIC: early exception 08 rip 246:10 error ffffffff810251b5 cr2 0)

2010-02-04 Thread Jan Beulich
Justin P. Mattock justinmatt...@gmail.com 04.02.10 10:48 I see: ohci.registers = (void *)fix_to_virt(FIX_OHCI1394_BASE); then I think it calls: set_fixmap_nocache(FIX_OHCI1394_BASE, ohci_base); I'm guessing somewhere with the fix_to_virt might be something (but could be wrong); No, it ought

Re: [Bug #14279] Suspend to RAM freeze totally since 2.6.32-rc1 - Acer Aspire 1511Lmi laptop

2009-10-12 Thread Jan Beulich
The issue is still present, albeit a patch (available in the bugzilla entry) had been posted on Oct 6th. Jan Rafael J. Wysocki r...@sisk.pl 12.10.09 00:22 This message has been generated automatically as a part of a report of recent regressions. The following bug entry is on the current list

[PATCH] Re: [Bug #12416] Recent change to kernel spikes out ccache/distcc

2009-01-20 Thread Jan Beulich
installation - disallows KALLSYMS_STRIP_GENERATED for 32-bit Sparc Parts based on a draft patch from Sam Ravnborg. Signed-off-by: Jan Beulich jbeul...@novell.com Cc: Theodore Ts'o ty...@mit.edu Cc: Rafael J. Wysocki r...@sisk.pl --- Makefile |4 +++- init/Kconfig | 12