lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 15 May 2009 07:08:04 +0530
From:	Deepjyoti Kakati <dkakati73@...il.com>
To:	netdev@...r.kernel.org
Subject: removing a bonding_master (ver 3.3.0 driver) results in leftover 
	kernel process?

using bonding driver ver 3.3.0 (on fedora 10)

I am using the sysfs  to add a couple of interfaces as bonding_masters
and repeatedly removing and adding  during test cycles as in:

echo +bond_data > /sys/class/net/bonding_masters
..add slave eth ports..
...do work...
......
echo -bond_data > /sys/class/net/bonding_masters

every time I add it, seems to start a kernel process named after that
bond interface
but when removing, that proc is not killed.

it builds up after a period of testing and even kill -9/kill -15 isnt
killing them

Am I doing something wrong ? Can I prevent the buildup of these unwanted
processes that are presumably consuming resources ?



root      4958     2  0 May13 ?        S<     0:00 [bond_appmgmt]
root      4972     2  0 May13 ?        S<     0:00 [bond_data]
root      5603     2  0 May13 ?        S<     0:00 [bond_appmgmt]
root      5617     2  0 May13 ?        S<     0:00 [bond_data]
root      6370     2  0 May13 ?        S<     0:00 [bond_appmgmt]
root      6384     2  0 May13 ?        S<     0:00 [bond_data]
root      7098     2  0 May13 ?        S<     0:00 [bond_appmgmt]
root      7112     2  0 May13 ?        S<     0:00 [bond_data]
root      8136     2  0 May13 ?        S<     0:00 [bond_appmgmt]
root      8150     2  0 May13 ?        S<     0:00 [bond_data]
root      8722     2  0 May13 ?        S<     0:00 [bond_appmgmt]
root      8739     2  0 May13 ?        S<     0:00 [bond_data]


thanks
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ