Hello! This series provides updates for the mem_dump_obj() functionality. 1. Fix backtrace of objects to handle redzone adjustment, courtesy of Maninder Singh. 2. Add Support for free path information of an object, courtesy of Maninder Singh. Thanx, Paul ------------------------------------------------------------------------ b/mm/slab.h | 1 + b/mm/slab_common.c | 12 +++++++++++- b/mm/slub.c | 1 + b/mm/util.c | 2 +- mm/slub.c | 7 +++++++ 5 files changed, 21 insertions(+), 2 deletions(-)