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=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS autolearn=ham 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 40789C43441 for ; Thu, 15 Nov 2018 04:34:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0969B21582 for ; Thu, 15 Nov 2018 04:34:30 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0969B21582 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728492AbeKOOkm (ORCPT ); Thu, 15 Nov 2018 09:40:42 -0500 Received: from ozlabs.org ([203.11.71.1]:57469 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728422AbeKOOkm (ORCPT ); Thu, 15 Nov 2018 09:40:42 -0500 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPSA id 42wT6C1y6zz9s5c; Thu, 15 Nov 2018 15:34:26 +1100 (AEDT) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au From: Michael Ellerman To: Geert Uytterhoeven , linux-kernel@vger.kernel.org Subject: Re: Build regressions/improvements in v4.20-rc2 In-Reply-To: <20181112213555.22941-1-geert@linux-m68k.org> References: <20181112213555.22941-1-geert@linux-m68k.org> Date: Thu, 15 Nov 2018 15:34:26 +1100 Message-ID: <87bm6ruffx.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Geert Uytterhoeven writes: > Below is the list of build error/warning regressions/improvements in > v4.20-rc2[1] compared to v4.19[2]. > > Summarized: > - build errors: +3/-0 > - build warnings: +123/-12803 > > JFYI, when comparing v4.20-rc2[1] to v4.20-rc1[3], the summaries are: > - build errors: +0/-0 > - build warnings: +61/-10479 > > Happy fixing! ;-) > > Thanks to the linux-next team for providing the build service. > > [1] http://kisskb.ellerman.id.au/kisskb/branch/linus/head/ccda4af0f4b92f7b4c308d3acc262f4a7e3affad/ (all 240 configs) > [2] http://kisskb.ellerman.id.au/kisskb/branch/linus/head/84df9525b0c27f3ebc2ebb1864fa62a97fdedb7d/ (all 240 configs) > [3] http://kisskb.ellerman.id.au/kisskb/branch/linus/head/651022382c7f8da46cb4872a545ee1da6d097d2a/ (all 240 configs) > > > *** ERRORS *** > > 3 error regressions: > + /kisskb/src/arch/s390/kernel/nospec-branch.c: error: macro "memcpy" passed 6 arguments, but takes just 3: => 130:61 > + /kisskb/src/sound/pci/hda/patch_ca0132.c: error: implicit declaration of function 'pci_iomap' [-Werror=implicit-function-declaration]: => 8799:3 > + {standard input}: Error: Unrecognized opcode: `slbfee.': => 89, 37 I have a fix queued for this one. cheers