From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 44D66C63777 for ; Fri, 20 Nov 2020 13:43:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EB00921D7A for ; Fri, 20 Nov 2020 13:43:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728080AbgKTNnL (ORCPT ); Fri, 20 Nov 2020 08:43:11 -0500 Received: from elvis.franken.de ([193.175.24.41]:45254 "EHLO elvis.franken.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726553AbgKTNnK (ORCPT ); Fri, 20 Nov 2020 08:43:10 -0500 Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1kg6gt-0005PV-00; Fri, 20 Nov 2020 14:43:07 +0100 Received: by alpha.franken.de (Postfix, from userid 1000) id 3A2F7C0259; Fri, 20 Nov 2020 14:41:23 +0100 (CET) Date: Fri, 20 Nov 2020 14:41:23 +0100 From: Thomas Bogendoerfer To: Sudip Mukherjee Cc: Stephen Rothwell , Linux Next Mailing List , Linux Kernel Mailing List , linux-mips@vger.kernel.org Subject: Re: linux-next: Tree for Nov 20 Message-ID: <20201120134123.GA10351@alpha.franken.de> References: <20201120165614.0830df43@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 20, 2020 at 11:57:07AM +0000, Sudip Mukherjee wrote: > Hi, > > On Fri, Nov 20, 2020 at 5:59 AM Stephen Rothwell wrote: > > > > Hi all, > > > > Changes since 20201119: > > mips allmodconfig fails for next-20201120 with the error: > /home/sudip/linux/drivers/video/fbdev/udlfb.c: In function 'dlfb_ops_mmap': > /home/sudip/linux/drivers/video/fbdev/udlfb.c:343:52: error: > 'PAGE_SHARED' undeclared (first use in this function) > 343 | if (remap_pfn_range(vma, start, page, PAGE_SIZE, PAGE_SHARED)) > > Which has been caused by 0df162e1377a ("MIPS: mm: Clean up setup of > protection map") which removed "PAGE_SHARED". I'm working on it. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]