summaryrefslogtreecommitdiff
path: root/net/vmw_vsock
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-05-30 10:53:17 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-05-30 10:53:17 +0300
commitb84a9523bab4a2483d7b7566b81a7859c2fd9a78 (patch)
tree10cdebd482fc53568e9f025e3f1e665451fb3cb1 /net/vmw_vsock
parent2a28e4d28ca1dcaf5073351517e9b22400994289 (diff)
parent1b4861e32e461b6fae14dc49ed0f1c7f20af5146 (diff)
downloadlinux-b84a9523bab4a2483d7b7566b81a7859c2fd9a78.tar.xz
Merge v6.9.3
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'net/vmw_vsock')
-rw-r--r--net/vmw_vsock/diag.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/vmw_vsock/diag.c b/net/vmw_vsock/diag.c
index 2e29994f92ff..ab87ef66c1e8 100644
--- a/net/vmw_vsock/diag.c
+++ b/net/vmw_vsock/diag.c
@@ -157,6 +157,7 @@ static int vsock_diag_handler_dump(struct sk_buff *skb, struct nlmsghdr *h)
}
static const struct sock_diag_handler vsock_diag_handler = {
+ .owner = THIS_MODULE,
.family = AF_VSOCK,
.dump = vsock_diag_handler_dump,
};