From: Olivier Galibert <galibert@pobox.com>
To: Dave Jones <davej@redhat.com>, Avi Kivity <avi@argo.co.il>,
Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Re: discriminate single bit error hardware failure from slab corruption.
Date: Fri, 3 Feb 2006 12:05:14 +0100 [thread overview]
Message-ID: <20060203110514.GA27366@dspnet.fr.eu.org> (raw)
In-Reply-To: <20060203042035.GF10209@redhat.com>
On Thu, Feb 02, 2006 at 11:20:35PM -0500, Dave Jones wrote:
> + case 0x6a: /* 01101010 bit 0 flipped */
> + case 0x69: /* 01101001 bit 1 flipped */
> + case 0x6f: /* 01101111 bit 2 flipped */
> + case 0x63: /* 01100011 bit 3 flipped */
> + case 0x7b: /* 01111011 bit 4 flipped */
> + case 0x4b: /* 01001011 bit 5 flipped */
> + case 0x2b: /* 00101011 bit 6 flipped */
> + case 0xeb: /* 11101011 bit 7 flipped */
What about simply:
case 0x6b^0x01:
case 0x6b^0x02:
case 0x6b^0x04:
case 0x6b^0x08:
case 0x6b^0x10:
case 0x6b^0x20:
case 0x6b^0x40:
case 0x6b^0x80:
OG.
next prev parent reply other threads:[~2006-02-03 11:05 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-02 19:24 Dave Jones
2006-02-02 19:28 ` Randy.Dunlap
2006-02-02 19:38 ` Jesper Juhl
2006-02-02 19:53 ` Pekka Enberg
2006-02-03 0:44 ` Avi Kivity
2006-02-03 1:46 ` Dave Jones
2006-02-03 2:05 ` Avi Kivity
2006-02-03 4:20 ` Dave Jones
2006-02-03 4:41 ` Roland Dreier
2006-02-03 5:03 ` Dave Jones
2006-02-03 14:12 ` Jan Engelhardt
2006-02-03 11:05 ` Olivier Galibert [this message]
2006-02-06 20:19 ` Pavel Machek
2006-02-03 14:09 ` Jan Engelhardt
2006-02-03 9:25 linux
2006-02-03 14:14 ` Jan Engelhardt
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=20060203110514.GA27366@dspnet.fr.eu.org \
--to=galibert@pobox.com \
--cc=avi@argo.co.il \
--cc=davej@redhat.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
all inboxes | Powered by JetHome®