From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Zijlstra Date: Thu, 16 Jul 2020 19:28:01 +0000 Subject: Re: ioremap and dma cleanups and fixes for superh (2nd resend) Message-Id: <20200716192801.GU10769@hirez.programming.kicks-ass.net> List-Id: References: <2df7ca7f-7e26-c916-b6ac-4ec1913fb8d7@physik.fu-berlin.de> <20200716094039.GQ10769@hirez.programming.kicks-ass.net> <20200716102934.GC43129@hirez.programming.kicks-ass.net> <20200716110146.GB119549@hirez.programming.kicks-ass.net> <008b06d4-1edd-1610-2ee1-6ea402d06114@physik.fu-berlin.de> <20200716113720.GC119549@hirez.programming.kicks-ass.net> <20200716120440.GD43129@hirez.programming.kicks-ass.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: John Paul Adrian Glaubitz Cc: Geert Uytterhoeven , Rich Felker , Christoph Hellwig , Yoshinori Sato , Linux-sh list , Linux Kernel Mailing List On Thu, Jul 16, 2020 at 08:14:38PM +0200, John Paul Adrian Glaubitz wrote: > Hi Peter! > > On 7/16/20 2:04 PM, peterz@infradead.org wrote: > > On Thu, Jul 16, 2020 at 01:37:20PM +0200, peterz@infradead.org wrote: > >> $ /opt/cross/bin/sh4-linux-gcc --version > >> sh4-linux-gcc (GCC) 10.1.0 > > > > $ git checkout origin/master # linus' tree > > $ mkdir sh-defconfig > > $ make O=sh-defconfig/ ARCH=sh CROSS_COMPILE=/opt/cross/bin/sh4-linux- defconfig # shx3_defconfig > > $ make O=sh-defconfig/ ARCH=sh CROSS_COMPILE=/opt/cross/bin/sh4-linux- -j80 > > > > insane stream of errors > > I assume it's a problem with your toolchain. I will try to reproduce it tonight > or tomorrow. For some reason I had a whole bunch of junk left in my checkout and had to basically: rm `git status -s | awk '{print $2}'`. Sorry for the noise. OK, let me go try my own patches :-)