From: Dmitry Kasatkin <d.kasatkin@samsung.com>
To: zohar@linux.vnet.ibm.com, linux-ima-devel@lists.sourceforge.net,
linux-security-module@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, dmitry.kasatkin@gmail.com,
Dmitry Kasatkin <d.kasatkin@samsung.com>
Subject: [PATCH 0/8] integrity: miscellaneous cleanups
Date: Wed, 03 Sep 2014 10:19:53 +0300 [thread overview]
Message-ID: <cover.1409728712.git.d.kasatkin@samsung.com> (raw)
Hi,
Here is a few miscellaneous cleanups to improve code quality,
performance and prevent unnecessary memory allocations.
- Dmitry
Dmitry Kasatkin (8):
integrity: prevent flooding with 'Request for unknown key'
integrity: remove declaration of non-existing functions
ima: simplify conditional statement to improve performance
ima: remove unnecessary extra variable
ima: add missing '__init' keywords
ima: remove unnecessary code
ima: remove usage of filename parameter
ima: initialize only required template
security/integrity/digsig_asymmetric.c | 5 +++--
security/integrity/ima/ima.h | 11 -----------
security/integrity/ima/ima_appraise.c | 2 --
security/integrity/ima/ima_crypto.c | 2 +-
security/integrity/ima/ima_main.c | 34 +++++++++++++++-------------------
security/integrity/ima/ima_template.c | 30 +++++-------------------------
security/integrity/integrity.h | 1 -
7 files changed, 24 insertions(+), 61 deletions(-)
--
1.9.1
next reply other threads:[~2014-09-03 7:23 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-03 7:19 Dmitry Kasatkin [this message]
2014-09-03 7:19 ` [PATCH 1/8] integrity: prevent flooding with 'Request for unknown key' Dmitry Kasatkin
2014-09-03 7:19 ` [PATCH 2/8] integrity: remove declaration of non-existing functions Dmitry Kasatkin
2014-09-03 12:51 ` Mimi Zohar
2014-09-03 13:14 ` Dmitry Kasatkin
2014-09-03 7:19 ` [PATCH 3/8] ima: simplify conditional statement to improve performance Dmitry Kasatkin
2014-09-03 13:00 ` Mimi Zohar
2014-09-03 7:19 ` [PATCH 4/8] ima: remove unnecessary extra variable Dmitry Kasatkin
2014-09-03 7:19 ` [PATCH 5/8] ima: add missing '__init' keywords Dmitry Kasatkin
2014-09-03 13:53 ` [Linux-ima-devel] " Roberto Sassu
2014-09-03 7:19 ` [PATCH 6/8] ima: remove unnecessary code Dmitry Kasatkin
2014-09-03 13:08 ` Mimi Zohar
2014-09-03 13:34 ` Dmitry Kasatkin
2014-09-03 7:20 ` [PATCH 7/8] ima: remove usage of filename parameter Dmitry Kasatkin
2014-09-03 13:16 ` Mimi Zohar
2014-09-03 13:28 ` Dmitry Kasatkin
2014-09-03 14:17 ` Mimi Zohar
2014-09-03 7:20 ` [PATCH 8/8] ima: initialize only required template Dmitry Kasatkin
2014-09-03 13:45 ` [Linux-ima-devel] " Roberto Sassu
2014-09-03 13:52 ` Dmitry Kasatkin
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=cover.1409728712.git.d.kasatkin@samsung.com \
--to=d.kasatkin@samsung.com \
--cc=dmitry.kasatkin@gmail.com \
--cc=linux-ima-devel@lists.sourceforge.net \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-security-module@vger.kernel.org \
--cc=zohar@linux.vnet.ibm.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.