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, 29 Oct 2012 18:35:03 -0400
From:	Theodore Ts'o <tytso@....edu>
To:	Justin Piszcz <jpiszcz@...idpixels.com>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: 3.6.0 ext4 dump/filemap_fault?

On Mon, Oct 29, 2012 at 05:51:37PM -0400, Justin Piszcz wrote:
> 
> > What happened afterwards?
> It did eventually complete.
> 
> > How much memory do you have in your system?
> 32GB memory/32GB swap
> > Did the system continue, and did the sync command (I presume you ran
> > "sync" from the command line?)  finally return to the command prompt?
> In this case I did not run sync, I waited for the processes/dump/etc
> to complete.

OK, well *some* process must have issued a sync system call, since
that was what triggered the soft lockup.  If half your memory was
dirtied, then the time it might take to write back 16 gigs would
roughly:
 
   (16 GB * 1024 MB/G) /  100 MB/s = 163 seconds

... which would be enough to trigger the soft lockup error.

    	  	   	     	     	      - Ted


--
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