Thread (33 messages) flat view 33 messages, 4 authors, 2016-12-14

Re: [RFC PATCH v3] audit: use proper refcount locking on audit_sock

From: Cong Wang <hidden>
Date: 2016-12-14 00:19:24
Also in: lkml

On Tue, Dec 13, 2016 at 7:03 AM, Richard Guy Briggs [off-list ref] wrote:
quoted hunk ↗ jump to hunk
@@ -1283,8 +1299,10 @@ static void __net_exit audit_net_exit(struct net *net)
 {
        struct audit_net *aunet = net_generic(net, audit_net_id);
        struct sock *sock = aunet->nlsk;
+       mutex_lock(&audit_cmd_mutex);
        if (sock == audit_sock)
                auditd_reset();
+       mutex_unlock(&audit_cmd_mutex);
This still doesn't look correct to me, b/c here we release the audit_sock
refcnt twice:

1) inside audit_reset()
2) netlink_kernel_release()
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help