From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754261AbcFHBH1 (ORCPT ); Tue, 7 Jun 2016 21:07:27 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:42878 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754199AbcFHBHY (ORCPT ); Tue, 7 Jun 2016 21:07:24 -0400 Date: Tue, 7 Jun 2016 18:07:22 -0700 From: Greg Kroah-Hartman To: Guenter Roeck Cc: linux-kernel@vger.kernel.org, "torvalds@linux-foundation.org; Linus Walleij" , akpm@linux-foundation.org, shuah.kh@samsung.com, patches@kernelci.org, stable@vger.kernel.org Subject: Re: [PATCH 4.4 00/99] 4.4.13-stable review Message-ID: <20160608010722.GC17027@kroah.com> References: <20160605213902.974592018@linuxfoundation.org> <5756486E.8080602@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5756486E.8080602@roeck-us.net> User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 06, 2016 at 09:07:10PM -0700, Guenter Roeck wrote: > mips failures (affecting 4.4, 4.5, 4,6): > > arch/mips/mm/cache.c: In function '__update_cache': > arch/mips/mm/cache.c:134:4: error: implicit declaration of function 'kmap_atomic' [-Werror=implicit-function-declaration] > arch/mips/mm/cache.c:142:4: error: implicit declaration of function '__kunmap_atomic' > > Seems to be casued by 'MIPS: Handle highmem pages in __update_cache', which can not > be easily reverted. The same problem was seen in 4.1; Sasha had solved it, but I > don't know how. Sasha, can you help out ? Looks like he included commit 234859e49a15 ("MIPS: Flush highmem pages in __flush_dcache_page") so I've queued that up now for these trees. Hopefully that fixes the issues... thanks, greg k-h