Re: [PATCH mm,percpu_ref,rcu 4/6] mm: Make mem_obj_dump() vmalloc() dumps include start and length

2021-01-08 Thread Vlastimil Babka
On 1/6/21 2:17 AM, paul...@kernel.org wrote: > From: "Paul E. McKenney" > > This commit adds the starting address and number of pages to the vmalloc() > information dumped by way of vmalloc_dump_obj(). > > Cc: Andrew Morton > Cc: Joonsoo Kim > Cc: > Reported-by: Andrii Nakryiko > Suggested-b

[PATCH mm,percpu_ref,rcu 4/6] mm: Make mem_obj_dump() vmalloc() dumps include start and length

2021-01-05 Thread paulmck
From: "Paul E. McKenney" This commit adds the starting address and number of pages to the vmalloc() information dumped by way of vmalloc_dump_obj(). Cc: Andrew Morton Cc: Joonsoo Kim Cc: Reported-by: Andrii Nakryiko Suggested-by: Vlastimil Babka Signed-off-by: Paul E. McKenney --- mm/vmal