From: Scott Wood <scottwood@freescale.com>
To: Joakim Tjernlund <joakim.tjernlund@transmode.se>
Cc: "linuxppc-dev@ozlabs.org" <linuxppc-dev@ozlabs.org>,
Rex Feany <RFeany@mrv.com>
Subject: Re: [PATCH 0/8] 8xx: Misc fixes for buggy insn
Date: Tue, 10 Nov 2009 16:02:10 -0600 [thread overview]
Message-ID: <4AF9E2E2.7030100@freescale.com> (raw)
In-Reply-To: <OF15D21C1C.B7A920F0-ONC125766A.0076C36E-C125766A.0077B321@transmode.se>
Joakim Tjernlund wrote:
> Scott Wood <scottwood@freescale.com> wrote on 10/11/2009 22:36:32:
>> Joakim Tjernlund wrote:
>>> yes, maybe there is a way around that. Perhaps by using one of the
>>> pinned entries for loaded modules, i.e avoid ITLB misses for kernel space?
>> Not sure what you mean... loaded modules won't be pinned, and since
>> they shouldn't contain rfi, don't need to be.
>
> But CPU15 may invalidate a pinned TLB if you take a TLB Miss?
> If not there should not be a problem, because the rest
> of the kernel will never take a ITLB Miss.
It wasn't the CPU15 workaround that I was worried about taking down the
pinning -- but rather the CPU15 bug itself causing bad code to be
executed inside the pinned kernel mapping.
However, the erratum says "MMU page", not "4K region", so I suppose if
we have a pinned 8M page the problem could only occur at the end of the
8M (by which point the text segment should have ended).
Unless we have any evidence that this is not what the erratum means, I'd
say make pinning mandatory, and avoid placing modules immediately after
a pinned entry.
> BTW, you could probably cram the DARFix into the DTLBerror with some luck.
> Especially if you allow it to spill over to the next trap. Then create a
> branch insn at 0x1500 to 0x1600. Would that make everything aligned again?
Yes, until some other code change breaks it again.
-Scott
next prev parent reply other threads:[~2009-11-10 22:01 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-04 13:38 [PATCH 0/8] 8xx: Misc fixes for buggy insn Joakim Tjernlund
2009-11-04 13:38 ` [PATCH 1/8] 8xx: invalidate non present TLBs Joakim Tjernlund
2009-11-04 13:38 ` [PATCH 2/8] 8xx: Update TLB asm so it behaves as linux mm expects Joakim Tjernlund
2009-11-04 13:38 ` [PATCH 3/8] 8xx: Tag DAR with 0x00f0 to catch buggy instructions Joakim Tjernlund
2009-11-04 13:38 ` [PATCH 4/8] 8xx: Fixup DAR from buggy dcbX instructions Joakim Tjernlund
2009-11-04 13:38 ` [PATCH 5/8] 8xx: Add missing Guarded setting in DTLB Error Joakim Tjernlund
2009-11-04 13:38 ` [PATCH 6/8] 8xx: Restore _PAGE_WRITETHRU Joakim Tjernlund
2009-11-04 13:38 ` [PATCH 7/8] 8xx: start using dcbX instructions in various copy routines Joakim Tjernlund
2009-11-04 13:38 ` [PATCH 8/8] 8xx: Remove DIRTY pte handling in DTLB Error Joakim Tjernlund
2009-11-06 0:33 ` [PATCH 0/8] 8xx: Misc fixes for buggy insn Scott Wood
2009-11-06 8:01 ` Joakim Tjernlund
2009-11-06 9:29 ` Joakim Tjernlund
[not found] ` <20091109215321.GA4351@loki.buserror.net>
2009-11-09 23:00 ` Scott Wood
2009-11-10 8:27 ` Joakim Tjernlund
2009-11-10 16:36 ` Scott Wood
2009-11-10 16:55 ` Scott Wood
2009-11-10 19:08 ` Joakim Tjernlund
[not found] ` <4AF9CC99.1030500@freescale.com>
2009-11-10 21:25 ` Joakim Tjernlund
[not found] ` <4AF9DCE0.4030805@freescale.com>
2009-11-10 21:47 ` Joakim Tjernlund
2009-11-10 22:02 ` Scott Wood [this message]
2009-11-10 23:15 ` Joakim Tjernlund
2009-11-10 23:21 ` Scott Wood
2009-11-11 0:06 ` Joakim Tjernlund
2009-11-11 15:26 ` Scott Wood
2009-11-12 9:10 ` Joakim Tjernlund
2009-11-12 19:45 ` Scott Wood
2009-11-12 21:14 ` Joakim Tjernlund
2009-11-12 21:57 ` Scott Wood
2009-11-12 23:29 ` Joakim Tjernlund
2009-11-13 19:25 ` Scott Wood
2009-11-14 14:11 ` Joakim Tjernlund
2009-11-10 19:54 ` Joakim Tjernlund
[not found] ` <4AF9C647.50600@freescale.com>
2009-11-10 21:05 ` Joakim Tjernlund
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=4AF9E2E2.7030100@freescale.com \
--to=scottwood@freescale.com \
--cc=RFeany@mrv.com \
--cc=joakim.tjernlund@transmode.se \
--cc=linuxppc-dev@ozlabs.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;
as well as URLs for NNTP newsgroup(s).