public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "David S. Miller" <davem@redhat.com>
To: davej@suse.de
Cc: trond.myklebust@fys.uio.no, linux-kernel@vger.kernel.org
Subject: Re: More fun with fsx.
Date: Tue, 18 Dec 2001 12:31:30 -0800 (PST)	[thread overview]
Message-ID: <20011218.123130.58437921.davem@redhat.com> (raw)
In-Reply-To: <Pine.LNX.4.33.0112171523460.28670-100000@Appserv.suse.de>
In-Reply-To: <15389.49646.612985.293315@charged.uio.no> <Pine.LNX.4.33.0112171523460.28670-100000@Appserv.suse.de>

   From: Dave Jones <davej@suse.de>
   Date: Mon, 17 Dec 2001 15:30:32 +0100 (CET)

   On Mon, 17 Dec 2001, Trond Myklebust wrote:

   > However, 2 races + 4 bugs observed is already pretty much a record for
   > a single program. Kudos to the NeXT developers...
   
   Indeed. It's a really neat tool, we could use more like it.

It also is good at finding cache flushing bugs on platforms
where that is an issue :-)

BTW, here is a portability fix for fsx-linux.c :-)

--- fsx-linux.c.~1~	Mon Dec 17 16:24:11 2001
+++ fsx-linux.c	Mon Dec 17 16:28:19 2001
@@ -67,7 +67,7 @@
 #define OP_SKIPPED	7
 
 #ifndef PAGE_SIZE
-#define PAGE_SIZE       4096
+#define PAGE_SIZE       getpagesize()
 #endif
 #define PAGE_MASK       (PAGE_SIZE - 1)
 

  parent reply	other threads:[~2001-12-18 20:32 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-15 15:40 fsx for Linux showing up reiserfs problem? Dave Jones
2001-12-15 16:18 ` Martin Josefsson
2001-12-15 16:52 ` More fun with fsx Dave Jones
2001-12-16 14:53   ` Trond Myklebust
2001-12-16 14:58     ` Dave Jones
2001-12-16 15:26       ` Dave Jones
2001-12-16 15:39         ` Trond Myklebust
2001-12-16 15:47           ` Dave Jones
2001-12-16 15:50             ` Trond Myklebust
2001-12-16 18:48         ` Trond Myklebust
2001-12-16 20:59           ` Dave Jones
2001-12-16 21:19             ` Trond Myklebust
2001-12-16 21:34               ` Dave Jones
2001-12-17  0:00                 ` Trond Myklebust
     [not found]                   ` <Pine.LNX.4.33.0112170116160.29678-100000@Appserv.suse.de>
2001-12-17  1:33                     ` Trond Myklebust
2001-12-17  1:37                       ` Dave Jones
2001-12-17  1:47                         ` Trond Myklebust
2001-12-17  1:50                           ` Dave Jones
2001-12-17  2:51                       ` Dave Jones
2001-12-17  9:59                         ` Trond Myklebust
2001-12-17 14:30                           ` Dave Jones
2001-12-17 14:41                             ` Dave Jones
2001-12-17 16:06                               ` Trond Myklebust
2001-12-17 16:15                                 ` Dave Jones
2001-12-18 20:31                             ` David S. Miller [this message]
2001-12-18 20:36                               ` Dave Jones
2001-12-20 15:55                                 ` Nathan Straz
2001-12-20 16:02                                   ` Dave Jones
2001-12-15 17:08 ` [reiserfs-dev] fsx for Linux showing up reiserfs problem? Hans Reiser

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=20011218.123130.58437921.davem@redhat.com \
    --to=davem@redhat.com \
    --cc=davej@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=trond.myklebust@fys.uio.no \
    /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