Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1183808

[PATCH V6 0/2] audit: rebalance and remove extra layers of watch references

From Richard Guy Briggs <rgb@redhat.com>
Newsgroups linux.kernel
Subject [PATCH V6 0/2] audit: rebalance and remove extra layers of watch references
Date 2015-07-14 17:50 +0200
Message-ID <pMaD0-4AR-21@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


While working on the audit by executable path feature, it was discovered that
watches and parent references were slightly imbalanced and deeper than
necessary.

Only bump up references when they are actually used and decrease when removed.

Richard Guy Briggs (2):
  audit: eliminate unnecessary extra layer of watch references
  audit: eliminate unnecessary extra layer of watch parent references

 kernel/audit_watch.c |   11 ++++-------
 kernel/auditfilter.c |    9 ---------
 2 files changed, 4 insertions(+), 16 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH V6 0/2] audit: rebalance and remove extra layers of watch references Richard Guy Briggs <rgb@redhat.com> - 2015-07-14 17:50 +0200
  [PATCH V6 2/2] audit: eliminate unnecessary extra layer of watch parent references Richard Guy Briggs <rgb@redhat.com> - 2015-07-14 17:50 +0200
    Re: [PATCH V6 2/2] audit: eliminate unnecessary extra layer of watch parent references Paul Moore <pmoore@redhat.com> - 2015-07-16 22:40 +0200
      Re: [PATCH V6 2/2] audit: eliminate unnecessary extra layer of watch  parent references Richard Guy Briggs <rgb@redhat.com> - 2015-07-17 03:50 +0200

csiph-web