From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bh-25.webhostbox.net ([208.91.199.152]:55329 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752939AbcCWDmy (ORCPT ); Tue, 22 Mar 2016 23:42:54 -0400 To: stable , Sasha Levin From: Guenter Roeck Subject: Build error in 3.18.y-stable-queue (s390) Message-ID: <56F210BD.1060301@roeck-us.net> Date: Tue, 22 Mar 2016 20:42:53 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: Hi Sasha, s390 builds in v3.18.y-stable-queue fail as follows. ./arch/s390/include/asm/mmu_context.h: In function 'init_new_context': ./arch/s390/include/asm/mmu_context.h:33:3: error: implicit declaration of function 'mm_inc_nr_pmds' Culprit appears to be 's390/mm: four page table levels vs. fork'. It uses mm_inc_nr_pmds(), which does not exist in v3.18. I noticed that arm64:allmodconfig builds fail as well, but that is not a new problem and only seen with gcc 5.2 (or at least not with gcc 4.9.1). I'll see if I can track this down. Guenter