On Fri, May 4, 2012 at 10:38 AM, Anton Vorontsov <anton.vorontsov@xxxxxxxxxx> wrote: > There are two problems. > > 1. Originally, the idea behind vmevent was that we should not expose all > these mm details in vmevent, because it ties ABI with Linux internal > memory representation; > > 2. If you have say a boolean '(A + B + C + ...) > X' attribute (which is > exactly what blended attributes are), you can't just set up independent > thresholds on A, B, C, ... and have the same effect. > > (What we can do, though, is... introduce arithmetic operators in > vmevent. :-D But then, at the end, we'll probably implement in-kernel > forth-like stack machine, with vmevent_config array serving as a > sequence of op-codes. ;-) > > If we'll give up on "1." (Pekka, ping), then we need to solve "2." > in a sane way: we'll have to add a 'NR_FILE_PAGES - NR_SHMEM - > <todo-locked-file-pages>' attribute, and give it a name. Well, no, we can't give up on (1) completely. That'd mean that eventually we'd need to change the ABI and break userspace. The difference between exposing internal details and reasonable abstractions is by no means black and white. AFAICT, RECLAIMABLE_CACHE_PAGES is a reasonable thing to support. Can anyone come up with a reason why we couldn't do that in the future? Pekka -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: <a href