Re: [PATCH v2] vmpressure: implement strict mode

From: Luiz Capitulino
Date: Fri Jun 28 2013 - 14:45:50 EST


On Fri, 28 Jun 2013 10:09:17 -0700
Anton Vorontsov <anton@xxxxxxxxxx> wrote:

> So, I would now argue that the current scheme is perfectly OK and can do
> everything you can do with the "strict" one,

I forgot commenting this bit. This is not true, because I don't want a
low fd to be notified on critical level. The current interface just
can't do that.

However, it *is* possible to make non-strict work on strict if we make
strict default _and_ make reads on memory.pressure_level return
available events. Just do this on app initialization:

for each event in memory.pressure_level; do
/* register eventfd to be notified on "event" */
done

Then eventfd will always be notified, no matter the event.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/