public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Sam Ruby <rubys@intertwingly.net>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, x86@kernel.org
Subject: Re: [APIC] Kernel panic, rsync corruption, intel q8200, 2.6.28-rc8
Date: Tue, 03 Feb 2009 15:19:37 -0500	[thread overview]
Message-ID: <4988A6D9.8000605@intertwingly.net> (raw)
In-Reply-To: <20090203114849.b661f1ce.akpm@linux-foundation.org>

Andrew Morton wrote:
> On Tue, 03 Feb 2009 12:58:36 -0500
> Sam Ruby <rubys@intertwingly.net> wrote:
> 
>> Andrew Morton wrote:
>>> On Thu, 22 Jan 2009 08:37:01 -0500 Sam Ruby <rubys@intertwingly.net> wrote:
>>>
>>>> Hardware summary: http://tinyurl.com/ap79ra
>>>> APIC details: http://intertwingly.net/stories/2009/01/22/
>>>> Note acpidump.err: Wrong checksum for OEMB!
>>>>
>>>> Messages on boot using Intrepid, Jaunty Alpha 3, or Fedora 10:
>>>>
>>>> [    0.296001] ..MP-BIOS bug: 8254 timer not connected to IO-APIC
>>>> [    0.296001] Kernel panic - not syncing: IO-APIC + timer doesn't work! 
>>>>   Boot with apic=debug and send a report.  Then try booting with the 
>>>> 'noapic' option.
>>>> [    0.296001]
>>>>
>>>> Able to get past this issue using "noapic", at which point things mostly 
>>>> work,
>>> Join the ever-growing noapic club :(
>>>
>>> I assume this is an ACPI problem.  Or at least, a BIOS problem which
>>> ACPI can solve for us.
>> My understanding is that APCI and APIC are two different things.
> 
> They sure are.  But it is ACPI which communicates with the BIOS to tell
> the kernel about the APIC, hwo it's wired up, etc.
> 
> Although in this case it looks like the problem might be with the
> mp-bios tables, which ACPI does not handle.  In which case it would be
> core x86 code which will have to fix this up, not ACPI.
> 
> Did you try updating the BIOS?

My understanding is that a BIOS may be specific to the machine.
In the past, I've been able to find BIOS updates at manufacturer web 
sites.  This one is difficult to navigate, but the closest I have been 
able to find is:

http://www.acerpanam.com/synapse/forms/portal20.cfm?website=AcerPanAm.com&siteid=7117&areaid=2&formid=3394#results

Product Line => Desktop
Aspire M3640
Search

In the list that results, I see "INT15 Driver for AMI BIOS Core" for 
Vista, but no BIOS.  It could be that I just don't know where to look.

Note: my actual machine is designated AM3641-EQ8200A

>>>> but rsync of large iso images result in corrupt files.  Able to 
>>>> copy those same files using Vista on the same machine, or using Hardy on 
>>>> another machine.  This problem may not be related to the above, but it 
>>>> seems plausible to me that this might be an interrupt issue.
>>> Yes, it might be unrelated.  There are no kernel messages when it happens?
>> I see no messages to /var/log/messages while doing the following (which 
>> involves rsync'ing a 2618793984 byte file from an NTFS to ext3 drive on 
>> the same machine:
>>
>> rubys@rubix4:~/tmp$ rsync /mnt/shared/windows7_7000.iso .
>> rubys@rubix4:~/tmp$ openssl md5 windows7_7000.iso
>> MD5(windows7_7000.iso)= 953b9ac92d58f5edef525004bcce048d
>> rubys@rubix4:~/tmp$ rsync /mnt/shared/windows7_7000.iso .
>> rubys@rubix4:~/tmp$ openssl md5 windows7_7000.iso
>> MD5(windows7_7000.iso)= 695328ef1280708eb73303656f6ef0b2
>>
>>>> memtest86+ runs clean.
>>>>
>>>> Quite willing to invest time in installing kernels or distributions on 
>>>> fresh hard drives, run tests, obtain debug information, and report back.
>>>>
>>>> More background here: http://intertwingly.net/blog/2009/01/20/noAPIC
>>>>
>>>> Not subscribed, but will actively monitor the web archives for this 
>>>> mailing list for the next several days.
>>> It'd be best to raise a report against ACPI?BIOS (I think) at
>>> bugzilla.kernel.org, please.
>> Once again, I'm talking about apic not acpi... does this advice still hold?
> 
> Not sure.  Perhaps platform_i386/platform_x86_64 would be correct.
> Can the x86 maintainers please advise?

- Sam Ruby


  reply	other threads:[~2009-02-03 20:19 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-22 13:37 [APIC] Kernel panic, rsync corruption, intel q8200, 2.6.28-rc8 Sam Ruby
2009-01-30  8:07 ` Andrew Morton
2009-02-03 17:55   ` Sam Ruby
2009-02-03 17:58   ` Sam Ruby
2009-02-03 19:48     ` Andrew Morton
2009-02-03 20:19       ` Sam Ruby [this message]
2009-02-03 21:03       ` Thomas Gleixner
2009-02-04  3:28         ` Sam Ruby
2009-02-04  4:42           ` Len Brown
2009-02-09 23:50             ` Sam Ruby
2009-02-10  2:10               ` yakui_zhao
2009-02-10 11:46                 ` Sam Ruby
2009-02-11  1:42                   ` yakui_zhao
2009-02-11  2:06                     ` Sam Ruby
2009-02-11 19:26                     ` Sam Ruby
2009-02-04  4:35         ` Len Brown
2009-02-09 21:31       ` Maciej W. Rozycki

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=4988A6D9.8000605@intertwingly.net \
    --to=rubys@intertwingly.net \
    --cc=akpm@linux-foundation.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=x86@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