[PATCH v12 02/10] KEYS: Split role of the keyring pointer for keyring restrict functions
From: dhowells@redhat.com (David Howells)
Date: 2017-03-16 10:00:26
From: dhowells@redhat.com (David Howells)
Date: 2017-03-16 10:00:26
Mat Martineau [off-list ref] wrote:
+ void *data)
{
const struct public_key_signature *sig;
struct key *key;
int ret;
+ struct key *trust_keyring = (struct key *) data;The cast is unnecessary, but let that pass unless the patches get respun again. David -- To unsubscribe from this list: send the line "unsubscribe linux-security-module" in the body of a message to majordomo at vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html