lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 10 Nov 2008 17:12:35 +0900
From:	KAMEZAWA Hiroyuki <kamezawa.hiroyu@...fujitsu.com>
To:	KAMEZAWA Hiroyuki <kamezawa.hiroyu@...fujitsu.com>
Cc:	Stephen Rothwell <sfr@...b.auug.org.au>,
	linux-next@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>
Subject: Re: linux-next: Tree for November 7

On Mon, 10 Nov 2008 15:45:35 +0900
KAMEZAWA Hiroyuki <kamezawa.hiroyu@...fujitsu.com> wrote:

> On Fri, 7 Nov 2008 20:54:57 +1100
> Stephen Rothwell <sfr@...b.auug.org.au> wrote:
> 
> > Hi all,
> > 
> > Changes since 20081106:
> > 
> > Undropped trees:
> > 	cpus4096
> > 	creds
> > 	userns
> > 
> > Dropped trees (temporarily):
> > 	v4l-dvb (due to an unfixed build failure)
> > 	semaphore-removal (due to unfixed conflicts against Linus' tree)
> > 	xfs (unresolved build error)
> > 	firmware (unfixed build failure)
> > 	perfmon3 (build errors and a merge conflict)
> > 
> 
> following script hangs easily on my x86-64 box (on VMWare)
> (When a program hangs, all other programs hang when they access filesystem(ext3)/disk)
> 
> ==
> #!/bin/bash
> 
> while true; do
> 	dd if=/dev/zero of=./tmpfile bs=4096 count=10000
> 	sync
> 	rm ./tmpfile
> 	sync;
> done;
> ==
> Any idea ?
> 
Seems linux-next-November-10 works well.

Sorry for noise.

Thanks,
-Kame



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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ