public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFCv2] security: smack: add a hash table to quicken smk_find_entry()
@ 2013-06-11 12:55 Tomasz Stanislawski
  2013-06-11 12:55 ` Tomasz Stanislawski
  0 siblings, 1 reply; 8+ messages in thread
From: Tomasz Stanislawski @ 2013-06-11 12:55 UTC (permalink / raw)
  To: linux-security-module
  Cc: m.szyprowski, kyungmin.park, r.krypa, linux-kernel, casey,
	Tomasz Stanislawski

Hi everyone,
I have updated the patch after Casey's review.
The fixes from the recent version are:
- update naming according to Casey's guidelines
- fix coding style issues
- use hlist interface instead of double-linked list to reduce memory
  usage and to speed-up initialization
- drop Dan Bernstein hash function in favor of more standard full_name_hash
- adjust the number of hash slots basing on measurements

Regards,
Tomasz Stanislawski

Tomasz Stanislawski (1):
  security: smack: add a hash table to quicken smk_find_entry()

 security/smack/smack.h        |    5 +++++
 security/smack/smack_access.c |   30 +++++++++++++++++++++++++++---
 security/smack/smack_lsm.c    |   12 ++++++------
 3 files changed, 38 insertions(+), 9 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2013-08-02  9:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-11 12:55 [RFCv2] security: smack: add a hash table to quicken smk_find_entry() Tomasz Stanislawski
2013-06-11 12:55 ` Tomasz Stanislawski
2013-06-12  5:11   ` Casey Schaufler
2013-06-12 13:40     ` Tomasz Stanislawski
2013-06-13  4:14       ` Casey Schaufler
2013-06-27 21:11   ` Casey Schaufler
2013-08-01 23:58     ` Casey Schaufler
2013-08-02  9:00       ` Tomasz Stanislawski

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