All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pat LaVarre <p.lavarre@ieee.org>
To: linux-fsdevel@vger.kernel.org
Subject: Re: zeroes read back more often than appended
Date: 28 Nov 2003 11:29:39 -0700	[thread overview]
Message-ID: <1070044179.3531.19.camel@patrh9> (raw)
In-Reply-To: <1070043646.3531.17.camel@patrh9>

// To recap now, next game suggested is:

CONFIG_DEBUG_KERNEL=y
CONFIG_DEBUG_INFO=y
CONFIG_DEBUG_SLAB=y
CONFIG_MAGIC_SYSRQ=y

gdb /usr/src/linux/vmlinux /proc/kcore

// We're motivated to play because when we try
// appending nonzero to files, then we see:

"Two files with mkudffs, reads zeroes from both files ouch."

"One file with mkudffs, ok" if and only if CONFIG_SMP = CONFIG_PREEMPT =
off.

"Two files with mkfs in place of mkudffs, ok."

// To reproduce these results involves such
// steps as the following.
//
// Reliably reproducing this trouble as yet
// requires whole minutes of real time from a PC
// that can rebuild the defconfig kernel in
// about six minutes.

http://sourceforge.net/projects/linux-udf/
ftp://members.aol.com/plscsi/linux/udftools-cvs.2003-11-26.tar.gz

mkdir /mnt/loop0
ln -s /sbin/losetup ~/bin
ln -s $PWD/mkudffs ~/bin

cd ~/bin
patch <http://marc.theaimsgroup.com/?l=linux-fsdevel&m=106675517702950
rm tty.txt
gcc -o whd -Wall whd.c

date; time fswhd 767 1 mkudffs 0xFF 0x10 0x2

date; time fswhd 0 768 mkudffs 0xFF600 0xC8 0x2
date; time fswhd 0 768 mkudffs 0xFF600 0xC8 0x1

//

Pat LaVarre



  reply	other threads:[~2003-11-28 18:30 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-20 16:41 zeroes read back more often than appended Pat LaVarre
2003-11-27  0:45 ` Pat LaVarre
2003-11-28 18:20   ` Pat LaVarre
2003-11-28 18:29     ` Pat LaVarre [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-12-11 18:42 Pat LaVarre
2003-10-07 19:02 Pat LaVarre
2003-10-07 20:54 ` Pat LaVarre
2003-10-08  3:49 ` Ben Fennema
2003-10-08 16:41   ` Pat LaVarre
2003-10-08 17:02     ` Pat LaVarre
2003-10-08 17:21     ` Pat LaVarre
2003-10-08 20:32   ` Pat LaVarre
2003-10-09 20:54   ` Pat LaVarre
2003-10-10  0:52     ` Pat LaVarre
2003-10-10 16:39       ` Pat LaVarre
2003-10-10 18:15         ` Pat LaVarre
2003-10-14  0:38           ` Pat LaVarre
2003-10-14  1:48             ` Pat LaVarre
2003-10-20 23:20               ` Pat LaVarre
2003-10-21 14:47                 ` Pat LaVarre
2003-10-21 16:46                   ` Pat LaVarre
2003-10-21 18:44                     ` Pat LaVarre
2003-10-23 18:52                     ` Pat LaVarre
2003-10-27 21:55                       ` Pat LaVarre

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=1070044179.3531.19.camel@patrh9 \
    --to=p.lavarre@ieee.org \
    --cc=linux-fsdevel@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 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.