public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* innd mmap bug in 2.4.0-test12
@ 2000-12-24  8:28 Marco d'Itri
  2000-12-24 13:05 ` Jeff Lightfoot
       [not found] ` <Pine.GSO.4.21.0012240330370.13109-100000@weyl.math.psu.edu>
  0 siblings, 2 replies; 62+ messages in thread
From: Marco d'Itri @ 2000-12-24  8:28 UTC (permalink / raw)
  To: linux-kernel; +Cc: torvalds, viro

I can confirm the bug which loses updates to the inn active file when
it's unmapped is present again in 2.4.0-test12.

I put "cp active active.ok" in the rc file before shutting down the
daemon and at the next boot the files are different, every time.

Alexander Viro posted this test case:

#include <unistd.h>
main(argc,argv)
int argc;
char **argv;
{
        int fd;
        char c=0;
        truncate(argv[1], 10);
        fd = open(argv[1], 1);
        lseek(fd, 16384, 0);
        write(fd, &c, 1);
        close(fd);
}

but I tried it and it gives the correct result (a 16384 bytes long file
with only the first few bytes non-zeroed).

Linux wonderland 2.4.0-test12 #15 Thu Dec 21 16:40:16 CET 2000 i586 unknown

-- 
ciao,
Marco

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 62+ messages in thread

end of thread, other threads:[~2001-01-04 20:50 UTC | newest]

Thread overview: 62+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-12-24  8:28 innd mmap bug in 2.4.0-test12 Marco d'Itri
2000-12-24 13:05 ` Jeff Lightfoot
     [not found] ` <Pine.GSO.4.21.0012240330370.13109-100000@weyl.math.psu.edu>
2000-12-24 16:00   ` Marco d'Itri
2000-12-24 17:57     ` Linus Torvalds
2000-12-24 18:10       ` Linus Torvalds
2000-12-24 19:19         ` Dietmar Kling
2000-12-24 23:23         ` Zlatko Calusic
2000-12-25  2:26           ` Dan Aloni
2000-12-27 19:20             ` Rik van Riel
2000-12-27 22:04               ` Zlatko Calusic
     [not found]                 ` <3A4A758F.98EBC605@innominate.de>
2000-12-28 14:29                   ` Daniel Phillips
2000-12-28 18:38                     ` [PATCH] " Daniel Phillips
2000-12-28 18:54                       ` Linus Torvalds
2000-12-28 19:17                         ` Daniel Phillips
2000-12-28 20:36                         ` Daniel Phillips
2000-12-28 20:42                           ` Linus Torvalds
2000-12-28 23:50                             ` Daniel Phillips
2000-12-27 23:41               ` Linus Torvalds
2000-12-27 23:55                 ` Philipp Rumpf
2000-12-28  0:27                   ` Linus Torvalds
2000-12-28  3:00                     ` Chris Wedgwood
2000-12-28  5:06                       ` Ari Heitner
2000-12-28  6:01                         ` Chris Wedgwood
2000-12-28 12:14                         ` Alan Cox
2000-12-28 21:36                         ` Mo McKinlay
2000-12-28 18:50                       ` Linus Torvalds
2000-12-28 18:57                         ` Alan Cox
2000-12-29  8:03                           ` innd mmap bug in 2.4.0-test12 (UNIMPORTANT) Pau
2000-12-29  1:32                         ` innd mmap bug in 2.4.0-test12 Chris Wedgwood
2000-12-29  9:39                           ` Christoph Rohland
2000-12-28 15:03                     ` Daniel Phillips
2000-12-28 15:12                       ` Rik van Riel
2000-12-28 15:15                         ` Daniel Phillips
2000-12-28 17:44                           ` Chris Mason
2000-12-28 17:51                             ` Rik van Riel
2000-12-28 18:18                               ` Chris Mason
2000-12-28 17:49                       ` Linus Torvalds
2000-12-28  0:43                   ` Dan Aloni
2000-12-28  1:41                     ` Dan Aloni
2000-12-28 14:14                 ` Rik van Riel
2000-12-28 14:33                   ` Rik van Riel
2000-12-28 16:03                     ` Daniel Phillips
2000-12-28 17:47                     ` Linus Torvalds
2000-12-28 18:02                       ` Rik van Riel
2000-12-26 23:02         ` Michael Peddemors
2000-12-27 18:39           ` Alan Cox
2000-12-24 20:07       ` Daniel Phillips
2000-12-24 22:08         ` Linus Torvalds
2000-12-24 23:53       ` Marco d'Itri
2000-12-25  3:10         ` Augusto César Radtke
2000-12-25  9:19         ` Linus Torvalds
2000-12-25  9:42           ` Linus Torvalds
2000-12-26  1:45             ` Alan Cox
2000-12-26 18:17               ` Linus Torvalds
2000-12-26  4:50             ` Chris Wedgwood
2000-12-26  5:26               ` controllerless pci device support Eric Shattow
2000-12-27  0:39                 ` Alan Cox
2000-12-26  5:37               ` innd mmap bug in 2.4.0-test12 Linus Torvalds
2000-12-27 10:29                 ` Anton Blanchard
2001-01-04 20:44                 ` Ralf Gerbig
2000-12-25 18:44           ` Marco d'Itri
2000-12-26  2:20             ` Linus Torvalds

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox