Hi!
> * kernel test for max_map_count_sysctl is:
>    /* Too many mappings? */
>    if (mm->map_count > sysctl_max_map_count)
>      return -ENOMEM;

Hmm, that looks like we allow the map_count to became one greater than
max_map_count, is this known bug?

>   so in LTP test map_count should be greater than max_map_count by 1
>
> * only [vsyscall] is allocated without incrementing mm->map_count

That also looks strange, do you know why one is allocated without
incrementing it and another with?

-- 
Cyril Hrubis
[email protected]

------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to