Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp4839695pxk; Wed, 30 Sep 2020 13:07:15 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxtxPcic9f5SYssv/PlSWKXjUBLPq9mOedfDwx2GPxnZr1dUOfVVdOhOVI3Lvw1vDLdom21 X-Received: by 2002:a17:907:72cc:: with SMTP id du12mr4417589ejc.150.1601496435054; Wed, 30 Sep 2020 13:07:15 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1601496435; cv=none; d=google.com; s=arc-20160816; b=DBllNZHTRa8z5TDgYfqn2AkxOaxmj4m8N5sQzhd1EKJzqvVK0iNQsU2sGe66Af2fOc a/vt1vsZYQKd+01HWvj2ormL1nvrydMCvPs819ZkCRXzTrmxKBuViYMuzYT2xlvlosO7 LgeDesucTG3GUJzXf6gRE+pPZBT64lgPHs/zC19N8gt4Yn8JS5+8P2h5vyRD4CjaThG7 Ej05CI+Ncz1WPES5gDFoEWguXvKLMzFwn/MXllkpYuY0th2wZDPkllWGw4gcwnWCZzlx P9O4bv9FBOeHBEI2yPV5yJ7umO/2+hvtCm9rn+P86x5YAkd5WZDj1xzbhAk5LJwfAUob Dlgg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=eniQrJ2JshnhfPcMAXba8xl9xFU1c6x/kSOgZVbJu7w=; b=u8O7F5dAKbE8BmrTgLZq/DGTki1l5Ic2lpybLVZpKqI5RhKdV/EM+QF2LmCrYtcVBg Agpn01NBUUo5faBefIjhAxaldzjZeQfrDhYWe87PRg5dqAuyNntsUqRhrfR7VQl3L/8C 0BKcoSlOisNTeysYbf/l+oi4d9FGJO7mfPFu1au0Xsjbthmz4WMJA4O4zWCNdCj2AV0k H0GjmvP/PBJTZpYOFc1dDerHdPCwmiHhHqJk/TKZwXt9o32RkJi5bdx8DC0nYHZtp8qu gyT/VEvKqWybcOFCnBWoCTGzKtVBDvErUnv2EKlYClO0Ti+2HW1wGzYzHlfoxUSkTHfX d6Hw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id df4si1731079edb.378.2020.09.30.13.06.52; Wed, 30 Sep 2020 13:07:15 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730305AbgI3UBm (ORCPT + 99 others); Wed, 30 Sep 2020 16:01:42 -0400 Received: from elvis.franken.de ([193.175.24.41]:36711 "EHLO elvis.franken.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730271AbgI3UBm (ORCPT ); Wed, 30 Sep 2020 16:01:42 -0400 Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1kNiIE-0007xF-01; Wed, 30 Sep 2020 22:01:38 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id ECCB7C103F; Wed, 30 Sep 2020 21:54:53 +0200 (CEST) Date: Wed, 30 Sep 2020 21:54:53 +0200 From: Thomas Bogendoerfer To: Pujin Shi Cc: Yousong Zhou , Paul Burton , Thomas Gleixner , Vincenzo Frascino , Jiaxun Yang , linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] MIPS: process: include exec.h header in process.c Message-ID: <20200930195453.GB11126@alpha.franken.de> References: <20200929093047.1425-1-shipujin.t@gmail.com> <20200929093047.1425-2-shipujin.t@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200929093047.1425-2-shipujin.t@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 29, 2020 at 05:30:47PM +0800, Pujin Shi wrote: > arch/mips/kernel/process.c:696:15: error: no previous prototype for 'arch_align_stack' [-Werror=missing-prototypes] > > Signed-off-by: Pujin Shi > --- > arch/mips/kernel/process.c | 1 + > 1 file changed, 1 insertion(+) applied to mips-next. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]