linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Anders Roxell <anders.roxell@linaro.org>
To: Stephen Rothwell <sfr@canb.auug.org.au>,
	atish.patra@wdc.com, anup@brainfault.org,
	palmerdabbelt@google.com
Cc: Linux Next Mailing List <linux-next@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: linux-next: Tree for Aug 27
Date: Thu, 27 Aug 2020 10:37:32 +0200	[thread overview]
Message-ID: <CADYN=9L8znDFuPOiXzoR_vm+FXYkVR-D5yOf9hwPuG1FyAqDSw@mail.gmail.com> (raw)
In-Reply-To: <20200827151105.73c75040@canb.auug.org.au>

On Thu, 27 Aug 2020 at 07:11, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Hi all,
>
> News:  There will be no linux-next releases next Monday or Tuesday.
>
> Changes since 20200826:
>
> The net-next tree gained a conflict against the net tree.
>
> Non-merge commits (relative to Linus' tree): 2901
>  3429 files changed, 100496 insertions(+), 37081 deletions(-)
>

I built riscv on todays tag and I see this error:
../arch/riscv/kernel/setup.c: In function ‘setup_arch’:
../arch/riscv/kernel/setup.c:74:2: error: implicit declaration of
function ‘early_ioremap_setup’; did you mean ‘early_memtest’?
[-Werror=implicit-function-declaration]
  early_ioremap_setup();
  ^~~~~~~~~~~~~~~~~~~
  early_memtest
cc1: some warnings being treated as errors

I think its due to commit 3d109b0e0949 ("RISC-V: Add early ioremap support")

It builds with this fix:

diff --git a/arch/riscv/kernel/setup.c b/arch/riscv/kernel/setup.c
index 5ab185130cae..41ef96d0d97a 100644
--- a/arch/riscv/kernel/setup.c
+++ b/arch/riscv/kernel/setup.c
@@ -19,6 +19,7 @@
 #include <linux/smp.h>

 #include <asm/cpu_ops.h>
+#include <asm/early_ioremap.h>
 #include <asm/setup.h>
 #include <asm/sections.h>
 #include <asm/sbi.h>


Cheers,
Anders

  reply	other threads:[~2020-08-27  8:37 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-27  5:11 linux-next: Tree for Aug 27 Stephen Rothwell
2020-08-27  8:37 ` Anders Roxell [this message]
2020-08-27 17:02   ` Atish Patra
2020-08-27 17:03     ` Palmer Dabbelt
  -- strict thread matches above, loose matches on Subject: below --
2021-08-27 11:24 Stephen Rothwell
2019-08-27  9:05 Stephen Rothwell
2018-08-27  1:01 Stephen Rothwell
2018-08-27  1:00 Stephen Rothwell
2015-08-27  8:22 Stephen Rothwell
2014-08-27  6:10 Stephen Rothwell
2014-08-27 23:58 ` Guenter Roeck
2014-08-28  0:48   ` Stephen Rothwell
2014-08-28  0:56     ` Laura Abbott
2014-08-28  1:17       ` Stephen Rothwell
2013-08-27 10:30 Stephen Rothwell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CADYN=9L8znDFuPOiXzoR_vm+FXYkVR-D5yOf9hwPuG1FyAqDSw@mail.gmail.com' \
    --to=anders.roxell@linaro.org \
    --cc=anup@brainfault.org \
    --cc=atish.patra@wdc.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=palmerdabbelt@google.com \
    --cc=sfr@canb.auug.org.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).