public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Module removal-related regression?
@ 2017-09-09 17:41 Jakub Kicinski
  2017-09-09 19:27 ` [bisected] " Jakub Kicinski
  0 siblings, 1 reply; 20+ messages in thread
From: Jakub Kicinski @ 2017-09-09 17:41 UTC (permalink / raw)
  To: LKML

Hi!

I'm having trouble with modules on linux/master.  rmmod succeeds but the
module is still loaded and the refcount goes to 1:

#rmmod nfp; insmod ./src/nfp.ko nfp_pf_netdev=0 ; \
	/opt/netronome/bin/nfp-hwinfo -n 2  assembly.partno \
	lsmod | grep nfp; \
	rmmod nfp; \
	lsmod | grep nfp 
nfp                   249856  0 
nfp                   200704  1 

If I rmmod again the module will be actually unloaded.  The user space
is mostly Ubuntu 14.04.  Has anyone seen this?  I'm trying to bisect
now...

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

end of thread, other threads:[~2017-09-13 11:36 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-09 17:41 Module removal-related regression? Jakub Kicinski
2017-09-09 19:27 ` [bisected] " Jakub Kicinski
2017-09-09 19:55   ` Dmitry Torokhov
2017-09-09 20:10     ` Jakub Kicinski
2017-09-09 20:17     ` Jakub Kicinski
2017-09-09 20:59       ` Dmitry Torokhov
2017-09-09 22:03         ` Jakub Kicinski
2017-09-10 16:21           ` Dmitry Torokhov
2017-09-10 18:00             ` Jakub Kicinski
2017-09-10 18:12               ` Dmitry Torokhov
2017-09-10 18:39                 ` Jakub Kicinski
2017-09-10 18:50                   ` Dmitry Torokhov
2017-09-10 19:09                 ` Greg Kroah-Hartman
2017-09-10 19:13                   ` Jakub Kicinski
2017-09-10 21:22                     ` Dmitry Torokhov
2017-09-11 15:23                       ` Greg Kroah-Hartman
2017-09-11 18:29                         ` Dmitry Torokhov
2017-09-12 12:00                           ` Jakub Kicinski
2017-09-12 18:52                             ` Dmitry Torokhov
2017-09-13 11:35                               ` Jakub Kicinski

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