[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: statm_pgd_range() sucks!
William Lee Irwin III wrote:
>
> On Thu, Aug 29, 2002 at 07:51:44PM -0700, Andrew Morton wrote:
> > BTW, Rohit's hugetlb patch touches proc_pid_statm(), so a diff on -mm3
> > would be appreciated.
>
> I lost track of what the TODO's were but this is of relatively minor
> import, and I lagged long enough this is against 2.5.33-mm2:
Well the TODO was to worry about the (very) incorrect reporting of
mapping occupancy. mmap(1G file), touch one byte of it (or none)
and the thing will report 1G?
We figured that per-vma rss accounting would be easy and would fix
it, then we remembered that vma's can be split into two, which
screwed that plan most royally.
Maybe when a VMA is split, we set the new VMA to have an rss of zero,
and keep on doing the accounting. That way, the sum-of-vmas is
still correct even though the individual ones are wildly wrong??
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/