public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] integrity: miscellaneous cleanups
@ 2014-09-03  7:19 Dmitry Kasatkin
  2014-09-03  7:19 ` [PATCH 1/8] integrity: prevent flooding with 'Request for unknown key' Dmitry Kasatkin
                   ` (7 more replies)
  0 siblings, 8 replies; 20+ messages in thread
From: Dmitry Kasatkin @ 2014-09-03  7:19 UTC (permalink / raw)
  To: zohar, linux-ima-devel, linux-security-module
  Cc: linux-kernel, dmitry.kasatkin, Dmitry Kasatkin

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


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2014-09-03 14:18 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-03  7:19 [PATCH 0/8] integrity: miscellaneous cleanups Dmitry Kasatkin
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox