From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752275AbdLLL5V (ORCPT ); Tue, 12 Dec 2017 06:57:21 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:46870 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752048AbdLLL5R (ORCPT ); Tue, 12 Dec 2017 06:57:17 -0500 Date: Tue, 12 Dec 2017 12:57:23 +0100 From: gregkh To: Arnd Bergmann Cc: "kernelci.org bot" , Kernel Build Reports Mailman List , "# 4.4.x" , Linux Kernel Mailing List Subject: Re: stable-rc/linux-4.4.y build: 178 builds: 3 failed, 175 passed, 3 errors, 3 warnings (v4.4.105-33-g60c2da397c68) Message-ID: <20171212115723.GA13411@kroah.com> References: <5a2f1707.c4141c0a.4b4a7.293b@mx.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 12, 2017 at 11:14:36AM +0100, Arnd Bergmann wrote: > > 1 drivers/firmware/efi/esrt.c:445:2: error: implicit declaration of function 'memunmap' [-Werror=implicit-function-declaration] > > Backporting commit 89c5a2d34bda ("efi/esrt: Use memunmap() instead of kfree() to > free the remapping") depends on commit > > f58a37b2e01f ("efi/esrt: Use memremap not ioremap to access ESRT table > in memory") > > which was also merged into linux-4.9. To backport those to into > kernels earlier than v4.3, > you'd also need commit 92281dee825f ("arch: introduce memremap()"), > which is probably > too invasive to backport. I've now fixed this issue, will look at the other one now, thanks. greg k-h