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, 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 462BCC43464 for ; Fri, 18 Sep 2020 14:41:12 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id D8F3021734 for ; Fri, 18 Sep 2020 14:41:11 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D8F3021734 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=alpha.franken.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id DDC518E0001; Fri, 18 Sep 2020 10:41:09 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id D8BDD6B005A; Fri, 18 Sep 2020 10:41:09 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id CA28F8E0001; Fri, 18 Sep 2020 10:41:09 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0031.hostedemail.com [216.40.44.31]) by kanga.kvack.org (Postfix) with ESMTP id A9D1F6B0037 for ; Fri, 18 Sep 2020 10:41:09 -0400 (EDT) Received: from smtpin17.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay05.hostedemail.com (Postfix) with ESMTP id 5C5E8181AEF0B for ; Fri, 18 Sep 2020 14:41:09 +0000 (UTC) X-FDA: 77276444658.17.geese05_2b0cf412712c Received: from filter.hostedemail.com (10.5.16.251.rfc1918.com [10.5.16.251]) by smtpin17.hostedemail.com (Postfix) with ESMTP id 2BA89180D0186 for ; Fri, 18 Sep 2020 14:41:09 +0000 (UTC) X-HE-Tag: geese05_2b0cf412712c X-Filterd-Recvd-Size: 1951 Received: from elvis.franken.de (elvis.franken.de [193.175.24.41]) by imf15.hostedemail.com (Postfix) with ESMTP for ; Fri, 18 Sep 2020 14:41:08 +0000 (UTC) Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1kJHZL-0002r7-00; Fri, 18 Sep 2020 16:40:59 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id A828DC0FDF; Fri, 18 Sep 2020 16:13:36 +0200 (CEST) Date: Fri, 18 Sep 2020 16:13:36 +0200 From: Thomas Bogendoerfer To: Huang Pei Cc: ambrosehua@gmail.com, Bibo Mao , Andrew Morton , linux-mips@vger.kernel.org, linux-arch@vger.kernel.org, linux-mm@kvack.org, Jiaxun Yang , Paul Burton , Li Xuefeng , Yang Tiezhu , Gao Juxin , Fuxin Zhang , Huacai Chen Subject: Re: [PATCH v2] MIPS: make userspace mapping young by default Message-ID: <20200918141336.GA21486@alpha.franken.de> References: <20200908021647.21907-1-huangpei@loongson.cn> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200908021647.21907-1-huangpei@loongson.cn> User-Agent: Mutt/1.5.23 (2014-03-12) X-Bogosity: Ham, tests=bogofilter, spamicity=0.184382, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: On Tue, Sep 08, 2020 at 10:16:47AM +0800, Huang Pei wrote: > -#define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_NO_READ | \ > - _page_cachable_default) > [...] > +#define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_NO_READ | \ > + _page_cachable_default) this looks like pure white space changes, please re-send without whitespace changes. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]