public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andi Kleen <andi@firstfloor.org>
To: Zhao Forrest <forrest.zhao@gmail.com>
Cc: discuss@x86-64.org, linux-kernel@vger.kernel.org
Subject: Re: [discuss] A question about GART aperture unmap
Date: Thu, 10 May 2007 11:49:08 +0200	[thread overview]
Message-ID: <20070510094908.GB14898@one.firstfloor.org> (raw)
In-Reply-To: <ac8af0be0705092259p65f057bcoe5e1b9abb963d5e3@mail.gmail.com>

> After commenting out clear_kernel_mapping() line, the system would
> have sync flood and reset from time to time. However when with this
> clear_kernel_mapping() line, no system reset happened.

Hmm, that should not happen. Normally the problems fixed by 
this are expected to be very rare and you also should not get 
sync flood, but just cache line corruption. While it might be possible
for random corruption to then cause sync flood that should be again
rather unlikely. If it's repeatable quickly something else
must be wrong.

> 
> As we know that CPU prefetch never cross the page boundary, in this

That only applies to sequential prefetch. But speculative execution can
 prefetch pretty much any address. That is why the clear_kernel_mapping is 
needed.

-Andi

  reply	other threads:[~2007-05-10  9:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-10  5:59 A question about GART aperture unmap Zhao Forrest
2007-05-10  9:49 ` Andi Kleen [this message]
2007-05-10 10:00   ` [discuss] " Zhao Forrest
2007-05-10 10:09   ` Zhao Forrest
2007-05-10 10:14   ` Zhao Forrest
2007-05-10 11:06     ` Andi Kleen

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=20070510094908.GB14898@one.firstfloor.org \
    --to=andi@firstfloor.org \
    --cc=discuss@x86-64.org \
    --cc=forrest.zhao@gmail.com \
    --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