Re: [PATCH v2] slub: use jitter-free reference while printing age

From: Christopher Lameter
Date: Thu Mar 08 2018 - 13:12:58 EST


On Thu, 8 Mar 2018, Chintan Pandya wrote:

> In this case, object got freed later but 'age'
> shows otherwise. This could be because, while
> printing this info, we print allocation traces
> first and free traces thereafter. In between,
> if we get schedule out or jiffies increment,
> (jiffies - t->when) could become meaningless.

Could you show the new output style too?

Acked-by: Christoph Lameter <cl@xxxxxxxxx>