Modules: fix memory leak of module names
authorGreg Kroah-Hartman <gregkh@suse.de>
Sun, 23 Dec 2007 05:18:25 +0000 (21:18 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 23 Dec 2007 07:09:05 +0000 (23:09 -0800)
commitd172f4ef31bec924c6ebcb242c9d7d290811e1e5
tree2c694919af4a14170a77b8c704151eb8a65851f0
parente5f114e97d6e4833e90ca408af9eb1e7a3262b5e
Modules: fix memory leak of module names

Due to the change in kobject name handling, the module kobject needs to
have a null release function to ensure that the name it previously set
will be properly cleaned up.

All of this wierdness goes away in 2.6.25 with the rework of the kobject
name and cleanup logic, but this is required for 2.6.24.

Thanks to Alexey Dobriyan for finding the problem, and to Kay Sievers
for pointing out the simple way to fix it after I tried many complex
ways.

Cc: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
kernel/params.c