summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/netlink.c
diff options
context:
space:
mode:
authorGao feng2012-10-04 22:15:48 +0200
committerDavid S. Miller2012-10-07 06:30:56 +0200
commit6dc878a8ca39e93f70c42f3dd7260bde10c1e0f1 (patch)
tree2549dc75d29ea1975611775b05921482caf75c04 /drivers/infiniband/core/netlink.c
parentMerge branch 'uapi-prep' of git://git.infradead.org/users/dhowells/linux-headers (diff)
downloadkernel-qcow2-linux-6dc878a8ca39e93f70c42f3dd7260bde10c1e0f1.tar.gz
kernel-qcow2-linux-6dc878a8ca39e93f70c42f3dd7260bde10c1e0f1.tar.xz
kernel-qcow2-linux-6dc878a8ca39e93f70c42f3dd7260bde10c1e0f1.zip
netlink: add reference of module in netlink_dump_start
I get a panic when I use ss -a and rmmod inet_diag at the same time. It's because netlink_dump uses inet_diag_dump which belongs to module inet_diag. I search the codes and find many modules have the same problem. We need to add a reference to the module which the cb->dump belongs to. Thanks for all help from Stephen,Jan,Eric,Steffen and Pablo. Change From v3: change netlink_dump_start to inline,suggestion from Pablo and Eric. Change From v2: delete netlink_dump_done,and call module_put in netlink_dump and netlink_sock_destruct. Signed-off-by: Gao feng <gaofeng@cn.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/infiniband/core/netlink.c')
0 files changed, 0 insertions, 0 deletions