All of lore.kernel.org
 help / color / mirror / Atom feed
From: Manfred Spraul <manfred@colorfullife.com>
To: Linus Torvalds <torvalds@transmeta.com>
Cc: linux-kernel@vger.kernel.org, Rusty Russell <rusty@rustcorp.com.au>
Subject: Re: [PATCH] extable cleanup
Date: Fri, 03 Jan 2003 23:06:00 +0100	[thread overview]
Message-ID: <3E160948.1060008@colorfullife.com> (raw)

>
>
>On Fri, 3 Jan 2003, Rusty Russell wrote:
>>
>> Fairly straightforward consolidation of extable handling.  Sparc64 is
>> trickiest, with its extable range stuff (ideally, the ranges would be
>> in a separate __extable_range section, then the extable walking code
>> could be made common, too).
>> 
>> Only tested on x86: ppc and sparc64 written untested, others broken.
>
>Did you test on a true i386, which needs exception handling very early on 
>to handle the test for broken WP? In other words, are all the exception 
>table data structures properly initialized?
>  
>
It's the other way around: a real 80386 doesn't need the early exception 
handling, all other cpus need it.
The WP test works by writing to a write-protected page while at ring 0. 
A real 80386 ignores the write-protected bit, later x86 cpus honor it 
and cause a page fault.

Rusty, against which kernel is the patch you have posted? I've tried 
both 2.5.54 and the latest bk shapshot from www.kernel.org, I get an 
patch error in kernel/extable.c.

--
    Manfred


             reply	other threads:[~2003-01-03 21:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-03 22:06 Manfred Spraul [this message]
2003-01-04  6:03 ` [PATCH] extable cleanup Rusty Russell
  -- strict thread matches above, loose matches on Subject: below --
2003-01-03  8:07 Rusty Russell
2003-01-03  8:19 ` David S. Miller
2003-01-03 18:41 ` Linus Torvalds
2003-01-04  5:33   ` Rusty Russell

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=3E160948.1060008@colorfullife.com \
    --to=manfred@colorfullife.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rusty@rustcorp.com.au \
    --cc=torvalds@transmeta.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.