You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shown below is the procfs3 insmod/lsmod/rmmod scenario. I am figuring out why -1 is on its 3rd column. Comment please. FYI, the same command sequence for procfs1.ko and procfs2.ko succeeded.
Not sure what is happening on your side, although it might be related to the try_module_get [1].
I don't have this problem with 5.4.0-80-generic kernel:
lkmpg/examples$ sudo lsmod|egrep procfs3
procfs3 20480 0
lkmpg/examples$ sudo rmmod procfs3&&sudo lsmod|egrep procfs3
lkmpg/examples$ sudo lsmod|egrep procfs3
Shown above is the result of my lsmod/insmod/rmmod execution this
morning, after my 5.19.0-35-generic laptop was rebooted. It differs from
the one I encountered yesterday. I believe this issue has been resolved.
Shown below is the procfs3 insmod/lsmod/rmmod scenario. I am figuring out why -1 is on its 3rd column. Comment please. FYI, the same command sequence for
procfs1.ko
andprocfs2.ko
succeeded.The text was updated successfully, but these errors were encountered: