From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932143AbcDKXtS (ORCPT ); Mon, 11 Apr 2016 19:49:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50109 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755011AbcDKXtP convert rfc822-to-8bit (ORCPT ); Mon, 11 Apr 2016 19:49:15 -0400 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: References: <20160407085756.29311.46761.stgit@warthog.procyon.org.uk> <20160407085811.29311.8948.stgit@warthog.procyon.org.uk> To: Mat Martineau Cc: dhowells@redhat.com, zohar@linux.vnet.ibm.com, linux-security-module@vger.kernel.org, keyrings@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH 02/12] PKCS#7: Make trust determination dependent on contents of trust keyring [ver #4] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <7896.1460418552.1@warthog.procyon.org.uk> Content-Transfer-Encoding: 8BIT Date: Tue, 12 Apr 2016 00:49:12 +0100 Message-ID: <7897.1460418552@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Mat Martineau wrote: > > int pkcs7_validate_trust(struct pkcs7_message *pkcs7, > > - struct key *trust_keyring, > > - bool *_trusted) > > This doesn't build after the keys-trust branch was rebased on v4.6-rc2. A > reference to _trusted was added in commit e5435891 ("PKCS#7: > pkcs7_validate_trust(): initialize the _trusted output argument"), right after > the local declarations. Yeah. I've pushed updated patches to git, removing the added lines. David