Revision: 1994
Author:
chrsc...@googlemail.com
Date: Mon Jun 24 07:41:41 2013
Log: Limit this rule to Linux kernels < 3.7. Fixes issue 16.
http://code.google.com/p/insight-vmi/source/detail?r=1994
Modified:
/trunk/insightd/rules/custom-Linux/type_struct_vm_area_struct.xml
=======================================
--- /trunk/insightd/rules/custom-Linux/type_struct_vm_area_struct.xml Fri
Feb 8 09:45:08 2013
+++ /trunk/insightd/rules/custom-Linux/type_struct_vm_area_struct.xml Mon
Jun 24 07:41:41 2013
@@ -34,7 +34,7 @@
References:
http://lxr.free-electrons.com/source/include/linux/prio_tree.h?v=2.6.32#L89
-->
- <rule priority="102">
+ <rule priority="102" maxosversion="3.6.999">
<name>vm_area_struct.shared.*</name>
<description>Disambiguate the "shared" union.</description>
<filter>