Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753251Ab3EMRkD (ORCPT ); Mon, 13 May 2013 13:40:03 -0400 Received: from mail-oa0-f42.google.com ([209.85.219.42]:50684 "EHLO mail-oa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752630Ab3EMRkC (ORCPT ); Mon, 13 May 2013 13:40:02 -0400 Message-ID: <51912567.6090507@lwfinger.net> Date: Mon, 13 May 2013 12:39:51 -0500 From: Larry Finger User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 MIME-Version: 1.0 To: "zhangwei(Jovi)" , Steven Rostedt , Masami Hiramatsu CC: LKML Subject: V3.10-rc1 memory leak Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1805 Lines: 40 Using v3.10-rc1-68-g2d3ec09, I am getting many instances of the following from kmemleak: unreferenced object 0xffff8800b546dc30 (size 48): comm "systemd-udevd", pid 2181, jiffies 4294899141 (age 274.096s) hex dump (first 32 bytes): 00 dc 46 b5 00 88 ff ff d0 ff 5b a0 ff ff ff ff ..F.......[..... 1c 3b 5b a0 ff ff ff ff 12 3a 5b a0 ff ff ff ff .;[......:[..... backtrace: [] kmemleak_alloc+0x21/0x50 [] kmem_cache_alloc+0x11b/0x270 [] __trace_define_field+0x40/0xd0 [] trace_define_field+0x55/0x70 [] 0xffffffffa05e6ba0 [] event_create_dir+0x2e5/0x480 [] __trace_add_new_event+0x50/0x80 [] __add_event_to_tracers+0x69/0xc0 [] trace_module_notify+0x1e1/0x2f0 [] notifier_call_chain+0x55/0x110 [] __blocking_notifier_call_chain+0x67/0xc0 [] blocking_notifier_call_chain+0x11/0x20 [] load_module+0x19e2/0x24b0 [] SyS_init_module+0xb7/0xe0 [] system_call_fastpath+0x16/0x1b [] 0xffffffffffffffff These appear to be real leaks, but I am not familiar with this section of the code, and they could be false indications. This mail is sent to all authors of patches incorporated in kernel/trace/trace_events.c in 2013. Kernel 3.9 did not show this problem. Thanks, Larry -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/