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=-2.3 required=3.0 tests=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 BD15FC76186 for ; Tue, 30 Jul 2019 00:47:31 +0000 (UTC) Received: from mother.openwall.net (mother.openwall.net [195.42.179.200]) by mail.kernel.org (Postfix) with SMTP id 1228120651 for ; Tue, 30 Jul 2019 00:47:30 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1228120651 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=huawei.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=kernel-hardening-return-16620-kernel-hardening=archiver.kernel.org@lists.openwall.com Received: (qmail 23613 invoked by uid 550); 30 Jul 2019 00:47:23 -0000 Mailing-List: contact kernel-hardening-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Received: (qmail 23579 invoked from network); 30 Jul 2019 00:47:22 -0000 Subject: Re: [RFC PATCH 02/10] powerpc: move memstart_addr and kernstart_addr to init-common.c To: Christoph Hellwig CC: , , , , , , , , , , , , , , References: <20190717080621.40424-1-yanaijie@huawei.com> <20190717080621.40424-3-yanaijie@huawei.com> <20190729143155.GA11737@infradead.org> From: Jason Yan Message-ID: <1c9f87ef-cd75-2312-146b-9380c634cf3b@huawei.com> Date: Tue, 30 Jul 2019 08:47:00 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.5.0 MIME-Version: 1.0 In-Reply-To: <20190729143155.GA11737@infradead.org> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.177.96.203] X-CFilter-Loop: Reflected On 2019/7/29 22:31, Christoph Hellwig wrote: > I think you need to keep the more restrictive EXPORT_SYMBOL_GPL from > the 64-bit code to keep the intention of all authors intact. > Oh yes, I will fix in v2. Thanks. > . >