public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6.31] Memory leak in load_module()?
@ 2009-09-11  7:38 Tetsuo Handa
  2009-09-11  9:29 ` Catalin Marinas
  2009-09-22  2:30 ` Rusty Russell
  0 siblings, 2 replies; 7+ messages in thread
From: Tetsuo Handa @ 2009-09-11  7:38 UTC (permalink / raw)
  To: rusty; +Cc: linux-kernel

Hello.

I changed CONFIG_DEBUG_KMEMLEAK_EARLY_LOG_SIZE to 2000 and did

# insmod /lib/modules/2.6.31/kernel/drivers/edac/r82600_edac.ko
insmod: error inserting '/lib/modules/2.6.31/kernel/drivers/edac/r82600_edac.ko': -1 Unknown symbol in module
# echo scan > /sys/kernel/debug/kmemleak
# dmesg
r82600_edac: Unknown symbol edac_mc_del_mc
r82600_edac: Unknown symbol edac_mc_add_mc
r82600_edac: Unknown symbol edac_pci_create_generic_ctl
r82600_edac: Unknown symbol edac_mc_alloc
r82600_edac: Unknown symbol edac_mc_find_csrow_by_page
r82600_edac: Unknown symbol edac_mc_free
r82600_edac: Unknown symbol edac_mc_handle_ce
r82600_edac: Unknown symbol edac_mc_handle_ue
r82600_edac: Unknown symbol edac_pci_release_generic_ctl
kmemleak: 1 new suspected memory leaks (see /sys/kernel/debug/kmemleak)
# tail -n 4 /sys/kernel/debug/kmemleak
unreferenced object 0xd643a788 (size 32):
  comm "insmod", pid 2854, jiffies 4294791099
  backtrace:
    [<ffffffff>] 0xffffffff

Is this real memory leak?

I used CentOS 5.3 on i686.
Config is at http://I-love.SAKURA.ne.jp/tmp/config-2.6.31

Regards.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-09-22  4:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-11  7:38 [2.6.31] Memory leak in load_module()? Tetsuo Handa
2009-09-11  9:29 ` Catalin Marinas
2009-09-11 10:58   ` Tetsuo Handa
2009-09-11 11:16     ` Catalin Marinas
2009-09-11 12:08       ` Tetsuo Handa
2009-09-22  2:30 ` Rusty Russell
2009-09-22  4:07   ` Tetsuo Handa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox