On 08/03/2015 03:43 AM, Catalin Marinas wrote:
The pages allocated for struct request contain pointers to other slab allocations (via ops->init_request). Since kmemleak does not track/scan page allocations, the slab objects will be reported as leaks (false positives). This patch adds kmemleak callbacks to allow tracking of such pages. Signed-off-by: Catalin Marinas<catalin.marinas@xxxxxxx> Reported-by: Bart Van Assche<bart.vanassche@xxxxxxxxxxx>
That patch works fine on my test setup, hence: Tested-by: Bart Van Assche<bart.vanassche@xxxxxxxxxxx> Thanks ! Bart. -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html