1. 20 Dec, 2011 1 commit
    • Roberto Sassu's avatar
      ima: free duplicate measurement memory · 45fae749
      Roberto Sassu authored
      Info about new measurements are cached in the iint for performance.  When
      the inode is flushed from cache, the associated iint is flushed as well.
      Subsequent access to the inode will cause the inode to be re-measured and
      will attempt to add a duplicate entry to the measurement list.
      
      This patch frees the duplicate measurement memory, fixing a memory leak.
      Signed-off-by: default avatarRoberto Sassu <roberto.sassu@polito.it>
      Signed-off-by: default avatarMimi Zohar <zohar@us.ibm.com>
      Cc: stable@vger.kernel.org
      45fae749
  2. 19 Dec, 2011 2 commits
  3. 16 Dec, 2011 1 commit
  4. 12 Dec, 2011 2 commits
  5. 09 Dec, 2011 1 commit
  6. 07 Dec, 2011 3 commits
  7. 21 Nov, 2011 1 commit
    • Dmitry Kasatkin's avatar
      digsig: build dependency fix · de353533
      Dmitry Kasatkin authored
      Fix build errors by adding Kconfig dependency on KEYS.
      CRYPTO dependency removed.
      
        CC      security/integrity/digsig.o
      security/integrity/digsig.c: In function ?integrity_digsig_verify?:
      security/integrity/digsig.c:38:4: error: implicit declaration of function ?request_key?
      security/integrity/digsig.c:38:17: error: ?key_type_keyring? undeclared (first use in this function)
      security/integrity/digsig.c:38:17: note: each undeclared identifier is reported only once for each function it appears in
      make[2]: *** [security/integrity/digsig.o] Error 1
      Reported-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
      Signed-off-by: default avatarDmitry Kasatkin <dmitry.kasatkin@intel.com>
      Signed-off-by: default avatarJames Morris <jmorris@namei.org>
      de353533
  8. 18 Nov, 2011 1 commit
  9. 16 Nov, 2011 24 commits
  10. 15 Nov, 2011 4 commits