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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 13 Jul 2011 09:34:40 +0900
From:	KOSAKI Motohiro <kosaki.motohiro@...fujitsu.com>
To:	mgorman@...e.de
CC:	minchan.kim@...il.com, linux-mm@...ck.org,
	linux-kernel@...r.kernel.org, cl@...ux.com
Subject: Re: [PATCH 1/3] mm: vmscan: Do use use PF_SWAPWRITE from zone_reclaim

(2011/07/12 19:14), Mel Gorman wrote:
> On Tue, Jul 12, 2011 at 06:40:20PM +0900, KOSAKI Motohiro wrote:
>> (2011/07/12 18:27), Minchan Kim wrote:
>>> Hi Mel,
>>>
>>> On Mon, Jul 11, 2011 at 10:01 PM, Mel Gorman <mgorman@...e.de> wrote:
>>>> Zone reclaim is similar to direct reclaim in a number of respects.
>>>> PF_SWAPWRITE is used by kswapd to avoid a write-congestion check
>>>> but it's set also set for zone_reclaim which is inappropriate.
>>>> Setting it potentially allows zone_reclaim users to cause large IO
>>>> stalls which is worse than remote memory accesses.
>>>
>>> As I read zone_reclaim_mode in vm.txt, I think it's intentional.
>>> It has meaning of throttle the process which are writing large amounts
>>> of data. The point is to prevent use of remote node's free memory.
>>>
>>> And we has still the comment. If you're right, you should remove comment.
>>> "         * and we also need to be able to write out pages for RECLAIM_WRITE
>>>          * and RECLAIM_SWAP."
>>>
>>>
>>> And at least, we should Cc Christoph and KOSAKI.
>>
>> Of course, I'll take full ack this. Do you remember I posted the same patch
>> about one year ago.
> 
> Nope, I didn't remember it at all :) . I'll revive your signed-off
> and sorry about that.

No. Not sorry.I think my explanation was not enough. And I couldn't show
the performance result. At that time, I didn't access large NUMA machine.

Thank you for paying attention the latency issue. I'm really glad.


> 
>> At that time, Mel disagreed me and I'm glad to see he changed
>> the mind. :)
>>
> 
> Did I disagree because of this?
> 
> 	Simply that I believe the intention of PF_SWAPWRITE here was
> 	to allow zone_reclaim() to aggressively reclaim memory if the
> 	reclaim_mode allowed it as it was a statement that off-node
> 	accesses are really not desired.
> 
> Or was some other problem brought up that I'm not thinking of now?

To be honest, My brain is volatile memory and my remember is unclear.
As far as remember is, yes, it is only problem.


> I'm no longer think the level of aggression is appropriate after seeing
> how seeing how zone_reclaim can stall when just copying large amounts
> of data on recent x86-64 NUMA machines. In the same mail, I said
> 
> 	Ok. I am not fully convinced but I'll not block it either if
> 	believe it's necessary. My current understanding is that this
> 	patch only makes a difference if the server is IO congested in
> 	which case the system is struggling anyway and an off-node
> 	access is going to be relatively small penalty overall.
> 	Conceivably, having PF_SWAPWRITE set makes things worse in
> 	that situation and the patch makes some sense.
> 
> While I still think this situation is hard to trigger, zone_reclaim
> can cause significant stalls *without* IO and there is little point
> making the situation even worse.

And, again, I'm fully agree your [0/3] description.

Thanks.



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