Received: by 10.223.185.116 with SMTP id b49csp214479wrg; Thu, 22 Feb 2018 20:11:33 -0800 (PST) X-Google-Smtp-Source: AH8x225IJB0RcNI7SopnGZCKMJLvDF2arp8wjmYicNOxsQYgCaZmvRMqDIUYsFg18Ar1bRMX67fP X-Received: by 10.101.93.71 with SMTP id e7mr341815pgt.248.1519359093708; Thu, 22 Feb 2018 20:11:33 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519359093; cv=none; d=google.com; s=arc-20160816; b=F8M0C3O4tW7aOxQuspa0CIOfZcyr4r3rxOUjf+e/D6IrpXmgHwt+CMcHTmwitQILNQ VsVeEyM15+CCF0oSmgME0X7rol55ygjIWLaYQEgB+tPUXEBvuLU3V9XKgOD/VrjfSWno U/1geboK82P5KRHH8vr43vQk5H2ZT1b3yuBkhFBBjW1qXR4kpeSIR601lk8BDOjdat3W QeLWcW7ho2fznDXLNeHoK214R+j60Nn3tgMOso/E3pKXWqgiklfO7KrIBnV7s/D0nhPQ a748tDi+vlvLGX/9QSWai5voymidXRnMPSwoWihIcgK2v8hry7F3sobZkMibfp129W3T 61BQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date :arc-authentication-results; bh=yh+1sACrj7s6qorEE24BwQo1bioneX2r4cXwBP/uT7w=; b=k0ggsBEvGpQcUY01fc70kyZ9c7/6URLnC+KKQ7waNcyIeqJm1nn6CwBAGl2jGUpbXe g+eddPQ5SHymHxTdSqaiizNvw3qQDrJSSJJ7BbtW6caxayXc1G+Ogz6SrKQvLUAQnGuQ LpR9coLrYkkyf4NLvL/Ck6RIxUqSU4ICjM2mWs9QTgbHX8cdGlpVNd7CTIgKdnumF6Q9 Z383bH0MpB0NyvQEFVcLmsjhIBKv2TDcDzEWM56ggUBzDsxkck9vIbdZY5VHkd1pZaWh d1Z7+J58c1jUFH46TCpW2TmNWKYkvbIc9WY0gmIS2anZxXHkxJjkjXFGwAFF7XmVJUr9 yHUw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id m37-v6si1129459plg.372.2018.02.22.20.11.19; Thu, 22 Feb 2018 20:11:33 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751461AbeBWEKl (ORCPT + 99 others); Thu, 22 Feb 2018 23:10:41 -0500 Received: from namei.org ([65.99.196.166]:50386 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751296AbeBWEKk (ORCPT ); Thu, 22 Feb 2018 23:10:40 -0500 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id w1N4AFJw005381; Fri, 23 Feb 2018 04:10:15 GMT Date: Fri, 23 Feb 2018 15:10:15 +1100 (AEDT) From: James Morris To: Randy Dunlap cc: LKML , Michael Ellerman , Mimi Zohar , linux-integrity@vger.kernel.org Subject: Re: [PATCH] integrity/security: fix digsig.c build error with header file In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (LRH 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 12 Feb 2018, Randy Dunlap wrote: > From: Randy Dunlap > > security/integrity/digsig.c has build errors on some $ARCH due to a > missing header file, so add it. > > security/integrity/digsig.c:146:2: error: implicit declaration of function 'vfree' [-Werror=implicit-function-declaration] > > Reported-by: Michael Ellerman > Signed-off-by: Randy Dunlap > Cc: Mimi Zohar > Cc: linux-integrity@vger.kernel.org > Link: http://kisskb.ellerman.id.au/kisskb/head/13396/ > --- > security/integrity/digsig.c | 1 + > 1 file changed, 1 insertion(+) Applied to git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git fixes-v4.16-rc3 -- James Morris