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] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 06 May 2011 10:49:45 +0200
From:	Thomas Sattler <tsattler@....de>
To:	Andrea Arcangeli <aarcange@...hat.com>
CC:	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	Mel Gorman <mel@....ul.ie>
Subject: Re: iotop: khugepaged at 99.99% (2.6.38.X)

> You can already run "grep threshold /proc/zoneinfo" on the system
> where you reproduced the hang the last time (the one running 2.6.38.4)
> the one with 1.5G of ram. They all should be well below 512 (so in
> theory not causing troubles because of the per-cpu stats, and with so
> few cpus it shouldn't have been such a longstanding problem anyway).

'grep threshold /proc/zoneinfo' returns nothing on this machine after
a reboot and before a crash. Did I tell it's a single core machine?

> If you didn't reboot that system after the last hang

I'm sorry, I already rebooted the machine.

> grep nr_isolated_anon /proc/zoneinfo 
>     nr_isolated_anon 0
>     nr_isolated_anon 0
>     nr_isolated_anon 0

Same here, on both machines. Both between reboot and crash.

> This patch may help you to reproduce much quicker,

I applied the patch. I plan to boot this kernel within the next hour.

> -	sync_migration = !(gfp_mask & __GFP_NO_KSWAPD);
> +	sync_migration = true;

This was already done in my 2.6.38.2?

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