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]
Message-ID: <20100706162902.GF7387@fieldses.org>
Date:	Tue, 6 Jul 2010 12:29:02 -0400
From:	"J. Bruce Fields" <bfields@...ldses.org>
To:	Artem Bityutskiy <dedekind1@...il.com>
Cc:	Neil Brown <neilb@...e.de>, linux-nfs@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	Trond Myklebust <Trond.Myklebust@...app.com>,
	"David S. Miller" <davem@...emloft.net>
Subject: Re: [PATCH] sunrpc: make the cache cleaner workqueue deferrable

On Mon, Jul 05, 2010 at 03:31:30PM +0300, Artem Bityutskiy wrote:
> On Thu, 2010-07-01 at 18:05 +0300, Artem Bityutskiy wrote:
> > From: Artem Bityutskiy <Artem.Bityutskiy@...ia.com>
> > 
> > This patch makes the cache_cleaner workqueue deferrable, to prevent
> > unnecessary system wake-ups, which is very important for embedded
> > battery-powered devices.
> > 
> > do_cache_clean() is called every 30 seconds at the moment, and often
> > makes the system wake up from its power-save sleep state. With this
> > change, when the workqueue uses a deferrable timer, the
> > do_cache_clean() invocation will be delayed and combined with the
> > closest "real" wake-up. This improves the power consumption situation.
> > 
> > Note, I tried to create a DECLARE_DELAYED_WORK_DEFERRABLE() helper
> > macro, similar to DECLARE_DELAYED_WORK(), but failed because of the
> > way the timer wheel core stores the deferrable flag (it is the
> > LSBit in the time->base pointer). My attempt to define a static
> > variable with this bit set ended up with the "initializer element is
> > not constant" error.
> > 
> > Thus, I have to use run-time initialization, so I created a new
> > cache_initialize() function which is called once when sunrpc is
> > being initialized.
> > 
> > Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@...ia.com>
> 
> Bruce,
> 
> I did some git-logging, and found out that sunrpc stuff goes from you,
> from Trond, and from David, and MAINTAINERS also mentions Neil. Whom
> should I ping WRT to merging this patch?

I got it.  (I'm just getting back from vacation, and very backlogged.)

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