From: Richard Guy Briggs <rgb@redhat.com>
To: Paul Moore <pmoore@redhat.com>
Cc: linux-audit@redhat.com, linux-kernel@vger.kernel.org, sgrubb@redhat.com
Subject: Re: [PATCH V6 1/2] audit: eliminate unnecessary extra layer of watch references
Date: Thu, 16 Jul 2015 20:32:48 -0400 [thread overview]
Message-ID: <20150717003248.GD32473@madcap2.tricolour.ca> (raw)
In-Reply-To: <2780197.VSVkCiSN5s@sifl>
On 15/07/16, Paul Moore wrote:
> On Tuesday, July 14, 2015 11:40:41 AM Richard Guy Briggs wrote:
> > The audit watch count was imbalanced, adding an unnecessary layer of watch
> > references. Only add the second reference when it is added to a parent.
> >
> > Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
> > ---
> > kernel/audit_watch.c | 5 ++---
> > kernel/auditfilter.c | 9 ---------
> > 2 files changed, 2 insertions(+), 12 deletions(-)
>
> Nice catch, we never needed that extra refcnt bump in audit_to_watch(). One
> minor comment below...
>
> > diff --git a/kernel/auditfilter.c b/kernel/auditfilter.c
> > index 72e1660..74cc077 100644
> > --- a/kernel/auditfilter.c
> > +++ b/kernel/auditfilter.c
> > @@ -549,8 +549,6 @@ exit_nofree:
> > return entry;
> >
> > exit_free:
> > - if (entry->rule.watch)
> > - audit_put_watch(entry->rule.watch); /* matches initial get */
> > if (entry->rule.tree)
> > audit_put_tree(entry->rule.tree); /* that's the temporary one */
> > audit_free_rule(entry);
> > @@ -933,11 +931,7 @@ static inline int audit_add_rule(struct audit_entry
> > *entry) #endif
> > mutex_unlock(&audit_filter_mutex);
> >
> > - return 0;
> > -
> > error:
> > - if (watch)
> > - audit_put_watch(watch); /* tmp watch, matches initial get */
> > return err;
> > }
>
> Since the error label is now just a "return err;", how about removing the
> label entirely and replacing the gotos with returns?
Yup, sounds reasonable.
> paul moore
- RGB
--
Richard Guy Briggs <rbriggs@redhat.com>
Senior Software Engineer, Kernel Security, AMER ENG Base Operating Systems, Red Hat
Remote, Ottawa, Canada
Voice: +1.647.777.2635, Internal: (81) 32635, Alt: +1.613.693.0684x3545
next prev parent reply other threads:[~2015-07-17 0:32 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-14 15:40 [PATCH V6 0/2] audit: rebalance and remove extra layers " Richard Guy Briggs
2015-07-14 15:40 ` [PATCH V6 1/2] audit: eliminate unnecessary extra layer " Richard Guy Briggs
2015-07-16 20:13 ` Paul Moore
2015-07-17 0:32 ` Richard Guy Briggs [this message]
2015-07-14 15:40 ` [PATCH V6 2/2] audit: eliminate unnecessary extra layer of watch parent references Richard Guy Briggs
2015-07-16 20:32 ` Paul Moore
2015-07-17 1:45 ` Richard Guy Briggs
2015-07-17 17:58 ` Paul Moore
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150717003248.GD32473@madcap2.tricolour.ca \
--to=rgb@redhat.com \
--cc=linux-audit@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=pmoore@redhat.com \
--cc=sgrubb@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome