From: Voicu Liviu <pacman@mscc.huji.ac.il>
To: William Lee Irwin III <wli@holomorphy.com>
Cc: Christopher Li <lkml@chrisli.org>,
Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>,
Andrew Morton <akpm@osdl.org>,
linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: 2.6.0-test9-mm4 (only) and vmware
Date: Thu, 20 Nov 2003 12:03:42 +0200 [thread overview]
Message-ID: <3FBC917E.7090506@mscc.huji.ac.il> (raw)
In-Reply-To: <20031120025730.GD22764@holomorphy.com>
May I have the patch of this vmware fix to run a few tests?
Best regards,
Liviu
William Lee Irwin III wrote:
>On Wed, Nov 19, 2003 at 06:34:57PM -0800, William Lee Irwin III wrote:
>
>
>>>I'm going to ruminate on non-fatal methods of complaining loudly.
>>>
>>>
>
>On Wed, Nov 19, 2003 at 06:40:37PM -0500, Christopher Li wrote:
>
>
>>SPARSE checker?
>>
>>
>
>I was thinking of teaching the fault handlers to complain about
>->nopage() methods returning invalid results in a non-fatal manner,
>possibly with code consolidation.
>
>e.g. every arch does:
>
> switch (handle_mm_fault(...)) {
> case VM_FAULT_MINOR:
> tsk->min_flt++;
> break;
> case VM_FAULT_MAJOR:
> tsk->maj_flt++;
> break;
> case VM_FAULT_SIGBUS:
> goto do_sigbus;
> case VM_FAULT_OOM:
> goto out_of_memory;
> default:
> BUG();
> }
>
>which is vaguely repetitive. It's not immediately clear how to
>consolidate gotos, which is where the thought starts happening.
>
>The other part was replacing default: BUG() with something that
>complained (e.g. putting print_symbol() to use on the ->nopage()
>method) and treating the invalid statuses like OOM, but that's
>not really very hard to do (I posted something that did some
>crude reporting of that kind already to handle the sound/ bogons).
>
>
>-- wli
>-
>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at http://www.tux.org/lkml/
>
>
--
Liviu Voicu
Assistant Programmer and network support
Computation Center, Mount Scopus
Hebrew University of Jerusalem
Tel: 972(2)-5881253
E-mail: "Liviu Voicu"<pacman@mscc.huji.ac.il>
/**
* cat /usr/src/linux/arch/i386/boot/bzImage > /dev/dsp
* ( and the voice of God will be heard! )
*
*/
Click here to see my GPG signature:
----------------------------------
http://search.keyserver.net:11371/pks/lookup?template=netensearch%2Cnetennomatch%2Cnetenerror&search=pacman%40mscc.huji.ac.il&op=vindex&fingerprint=on&submit=Get+List
next prev parent reply other threads:[~2003-11-20 10:03 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-19 21:15 2.6.0-test9-mm4 (only) and vmware Gerardo Exequiel Pozzi
2003-11-19 21:38 ` Andrew Morton
2003-11-20 4:15 ` Gerardo Exequiel Pozzi
2003-11-19 22:34 ` Christopher Li
2003-11-20 1:47 ` William Lee Irwin III
2003-11-19 23:22 ` Christopher Li
2003-11-20 2:34 ` William Lee Irwin III
2003-11-19 23:40 ` Christopher Li
2003-11-20 2:57 ` William Lee Irwin III
2003-11-20 10:03 ` Voicu Liviu [this message]
[not found] ` <20031120101830.GH22764@holomorphy.com>
2003-11-20 10:23 ` Voicu Liviu
2003-11-20 10:31 ` William Lee Irwin III
2003-11-20 10:37 ` Voicu Liviu
2003-11-20 10:42 ` William Lee Irwin III
2003-11-20 10:51 ` Voicu Liviu
2003-11-20 17:20 ` Christopher Li
2003-11-20 21:38 ` Jose Luis Domingo Lopez
2003-11-20 21:55 ` William Lee Irwin III
2003-11-20 22:53 ` Jose Luis Domingo Lopez
2003-11-20 22:56 ` William Lee Irwin III
2003-11-21 20:10 ` Jose Luis Domingo Lopez
2003-11-21 23:08 ` Jose Luis Domingo Lopez
2003-11-20 0:21 ` Jose Luis Domingo Lopez
2003-11-20 1:02 ` Andrew Morton
2003-11-20 1:07 ` William Lee Irwin III
2003-11-20 1:12 ` William Lee Irwin III
2003-11-20 1:58 ` Andrew Morton
2003-11-20 2:12 ` William Lee Irwin III
2003-11-19 23:24 ` Christopher Li
2003-11-20 4:39 ` Gerardo Exequiel Pozzi
-- strict thread matches above, loose matches on Subject: below --
2003-11-20 10:35 Petr Vandrovec
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=3FBC917E.7090506@mscc.huji.ac.il \
--to=pacman@mscc.huji.ac.il \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lkml@chrisli.org \
--cc=vmlinuz386@yahoo.com.ar \
--cc=wli@holomorphy.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox