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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED 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 87423C4363A for ; Mon, 26 Oct 2020 09:51:00 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 514A020704 for ; Mon, 26 Oct 2020 09:50:59 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 514A020704 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 4CKVTD6cT3zDq5f for ; Mon, 26 Oct 2020 20:50:56 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=209.85.210.65; helo=mail-ot1-f65.google.com; envelope-from=geert.uytterhoeven@gmail.com; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org Received: from mail-ot1-f65.google.com (mail-ot1-f65.google.com [209.85.210.65]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4CKVRD5YwNzDq5f for ; Mon, 26 Oct 2020 20:49:09 +1100 (AEDT) Received: by mail-ot1-f65.google.com with SMTP id n15so7411602otl.8 for ; Mon, 26 Oct 2020 02:49:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=314b+EPeJu8ztEUHKiEyh7Fe1KfnldWCCkTh7+28WEo=; b=gOqNYf1gujMqCIbN4nQiOgT+U7jP96+hv97SNlmsw+0q5mmSajrKVPPiAIOv8SJcJ0 j7oH9EJNg2SiSSnR3IH1n/D44tNKlP6bNnokpjKB8Rp/v0Jv+mLRUA8YpldBug4bGmWt Rj4fh9ATukshj95B9iR1i7lCJ0+8pq4ppD9Ki0lCJa+8RjGzkdyMsBz8oGIV+iGwpDrm lU/626bC/GOiF0CKVQhqEDE05P1ljFtj5+hEr9E3zxKahVqnjsLuc/jynG/QosslIaag Bu5F3wnmJJpmgACYLT3pC/tns3Jsco9PkyZeC0BZxQemwHmtWLN+Rw2/g/qtLoyR4nLs um9g== X-Gm-Message-State: AOAM531gZ0Al5t8hyS8HaXquOyULyMorvUN8HQQDofjwpyIPIeULDMBj 0OEH0HDTNg2Sw3A7RW/1M1rxsSPTkIjsd525isc= X-Google-Smtp-Source: ABdhPJz6Ac16eELMejGpA5pfteZH0S7xI3pqTk1GnO4kjTNW0lVeo7lq9J4RZJkz7zdoJDPT2VEy2pOJNu0QSN+3lS0= X-Received: by 2002:a9d:3b76:: with SMTP id z109mr13819173otb.250.1603705746354; Mon, 26 Oct 2020 02:49:06 -0700 (PDT) MIME-Version: 1.0 References: <20201026081811.3934205-1-geert@linux-m68k.org> In-Reply-To: <20201026081811.3934205-1-geert@linux-m68k.org> From: Geert Uytterhoeven Date: Mon, 26 Oct 2020 10:48:55 +0100 Message-ID: Subject: Re: Build regressions/improvements in v5.10-rc1 To: Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linuxppc-dev , arcml , linux-um Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Mon, Oct 26, 2020 at 10:46 AM Geert Uytterhoeven wrote: > Below is the list of build error/warning regressions/improvements in > v5.10-rc1[1] compared to v5.9[2]. > > Summarized: > - build errors: +3/-7 > - build warnings: +26/-28 > > Happy fixing! ;-) > > Thanks to the linux-next team for providing the build service. > > [1] http://kisskb.ellerman.id.au/kisskb/branch/linus/head/3650b228f83adda7e5ee532e2b90429c03f7b9ec/ (all 192 configs) > [2] http://kisskb.ellerman.id.au/kisskb/branch/linus/head/bbf5c979011a099af5dc76498918ed7df445635b/ (all 192 configs) > > > *** ERRORS *** > > 3 error regressions: > + /kisskb/src/arch/um/kernel/skas/clone.c: error: expected declaration specifiers or '...' before string constant: => 24:16 um-all{mod,yes}config > + error: hotplug-memory.c: undefined reference to `of_drconf_to_nid_single': => .text+0x5e0) powerpc-gcc5/pseries_le_defconfig+NO_NUMA > + {standard input}: Error: inappropriate arguments for opcode 'adc': => 170 arc-gcc10/axs101_defconfig Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds