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:	Wed, 21 Mar 2007 12:08:14 -0400
From:	Rik van Riel <riel@...hat.com>
To:	Nikita Danilov <nikita@...sterfs.com>
CC:	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	linux-mm <linux-mm@...ck.org>
Subject: Re: [RFC][PATCH] split file and anonymous page queues #3

Nikita Danilov wrote:

> Generally speaking, multi-queue replacement mechanisms were tried in the
> past, and they all suffer from the common drawback: once scanning rate
> is different for different queues, so is the notion of "hotness",
> measured by scanner. As a result multi-queue scanner fails to capture
> working set properly.

You realize that the current "single" queue in the 2.6 kernel
has this problem in a much worse way: when swappiness is low
and the kernel does not want to reclaim mapped pages, it will
randomly rotate those pages around the list.

In addition, the referenced bit on unmapped page cache pages
was ignored completely, making it impossible for the VM to
separate the page cache working set from transient pages due
to streaming IO.

I agree that we should put some more negative feedback in
place if it turns out we need it.  I have refault code ready
that can be plugged into this patch, but I don't want to add
the overhead of such code if it turns out we do not actually
need it.

-- 
All Rights Reversed
-
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