[PATCH 0/6] KEYS: Miscellaneous fixes

From: David Howells
Date: Wed Sep 10 2014 - 17:24:04 EST



Hi James,

Here are some fixes to go upstream:

(1) Fix a bug in the assoc_array garbage collector [CVE-2014-3631].

(2) Reinstate the production of EPERM for key types beginning with '.' in
requests from userspace.

(3) Fix some missing 'static' annotations.

(4) Tidy up the cleanup of PKCS#7 message signed information blocks and fix a
bug this made more obvious.

They can be found here also:

http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=keys-fixes

Tagged with:

keys-fixes-20140910

David
---
David Howells (6):
KEYS: Fix termination condition in assoc array garbage collection
KEYS: Reinstate EPERM for a key type name beginning with a '.'
KEYS: Fix missing statics
PKCS#7: Add a missing static
PKCS#7: Provide a single place to do signed info block freeing
PKCS#7: Fix the parser cleanup to drain parsed out X.509 certs


crypto/asymmetric_keys/pkcs7_parser.c | 61 ++++++++++++++++++---------------
crypto/asymmetric_keys/pkcs7_trust.c | 6 ++-
lib/assoc_array.c | 4 ++
security/keys/keyctl.c | 2 +
security/keys/request_key_auth.c | 4 +-
5 files changed, 43 insertions(+), 34 deletions(-)

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