From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752362AbeCNPDb (ORCPT ); Wed, 14 Mar 2018 11:03:31 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:59386 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752343AbeCNPDa (ORCPT ); Wed, 14 Mar 2018 11:03:30 -0400 Date: Wed, 14 Mar 2018 08:03:28 -0700 From: Andrew Morton To: Michal Hocko Cc: linux-kernel@vger.kernel.org, rdunlap@infradead.org, sfr@canb.auug.org.au Subject: Re: + headers-untangle-kmemleakh-from-mmh-fix.patch added to -mm tree Message-Id: <20180314080328.500c93123727a9528b5bfb8a@linux-foundation.org> In-Reply-To: <20180314145724.GJ23100@dhcp22.suse.cz> References: <20180306234907.8-AwjmNNh%akpm@linux-foundation.org> <20180314121704.GA23036@dhcp22.suse.cz> <20180314075055.353f2d975defb2af34f65d2b@linux-foundation.org> <20180314145724.GJ23100@dhcp22.suse.cz> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 14 Mar 2018 15:57:24 +0100 Michal Hocko wrote: > > > 1 file changed, 1 insertion(+) > > > > > > diff --git a/security/integrity/digsig.c b/security/integrity/digsig.c > > > index 6f9e4ce568cd..9bb0a7f2863e 100644 > > > --- a/security/integrity/digsig.c > > > +++ b/security/integrity/digsig.c > > > @@ -18,6 +18,7 @@ > > > #include > > > #include > > > #include > > > +#include > > > #include > > > #include > > > > hm, current linux-next.patch already has this change. What happened here? > > OK, I see. This is usuall inter tree mess. It didn't fly through your > tree: > commit 120f3b11ef88fc38ce1d0ff9c9a4b37860ad3140 > Author: Randy Dunlap > Date: Mon Feb 12 17:26:20 2018 -0800 > > integrity/security: fix digsig.c build error with header file > > 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/ > Signed-off-by: James Morris > > And that is why I haven't noticed that. I can jiggle things to prevent this, but the security/integrity/digsig.c fix is actually in mainline now so things should sort themselves out OK.