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=-2.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 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 47801CA9EC2 for ; Mon, 28 Oct 2019 13:49:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1D376214E0 for ; Mon, 28 Oct 2019 13:49:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572270550; bh=TIem8yhgrFj1zfc0iyle9zHw38NS9oGCLDSzUjsDd/k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=HW+/09XIl9jGYk+r9WgfqpK13rlJ2SKgeEMfafWuNF0sTWnrtZzDTkdHUnZegzXTA uOJtMVOvG/DAztLD8F3WrpmMS1N4kP9Sw98kwIEzjpGu0y8LXvUt/DVUGYqK+MK78G R+guzvf2mIDLJsqDGIHYLI0h6YltXxYB6pfbe8V0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728287AbfJ1NtJ (ORCPT ); Mon, 28 Oct 2019 09:49:09 -0400 Received: from mail.kernel.org ([198.145.29.99]:53666 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725774AbfJ1NtI (ORCPT ); Mon, 28 Oct 2019 09:49:08 -0400 Received: from localhost (unknown [91.217.168.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A10CF20862; Mon, 28 Oct 2019 13:49:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572270548; bh=TIem8yhgrFj1zfc0iyle9zHw38NS9oGCLDSzUjsDd/k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VKIGu9s6hREp7uYQUWgJ0AckdQgKnPg+uGovC51qpYZmr5mgsIOF54RnZc8x/UWdz 36A32qcGcLTf59MFay8TlT0DH6RcD5c8MJEU2ubDy2DqdtjhafPn34zLvc6djnnU7T ANN+XR7+p4tahCxi2bi1IkWdr6X8wFVW4tKAoNpQ= Date: Mon, 28 Oct 2019 14:49:05 +0100 From: Greg Kroah-Hartman To: Guenter Roeck Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, shuah@kernel.org, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, stable@vger.kernel.org Subject: Re: [PATCH 4.4 00/41] 4.4.198-stable review Message-ID: <20191028134905.GA53500@kroah.com> References: <20191027203056.220821342@linuxfoundation.org> <3961082b-17bc-cef7-f0e5-7bf029b2de2a@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3961082b-17bc-cef7-f0e5-7bf029b2de2a@roeck-us.net> User-Agent: Mutt/1.12.2 (2019-09-21) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 28, 2019 at 06:32:14AM -0700, Guenter Roeck wrote: > On 10/27/19 2:00 PM, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 4.4.198 release. > > There are 41 patches in this series, all will be posted as a response > > to this one. If anyone has any issues with these being applied, please > > let me know. > > > > Responses should be made by Tue 29 Oct 2019 08:27:02 PM UTC. > > Anything received after that time might be too late. > > > > > Building mips:defconfig ... failed > -------------- > Error log: > In file included from /opt/buildbot/slave/stable-queue-4.9/build/arch/mips/include/asm/bitops.h:21, > from /opt/buildbot/slave/stable-queue-4.9/build/include/linux/bitops.h:17, > from /opt/buildbot/slave/stable-queue-4.9/build/include/linux/kernel.h:10, > from /opt/buildbot/slave/stable-queue-4.9/build/arch/mips/kernel/cpu-probe.c:15: > /opt/buildbot/slave/stable-queue-4.9/build/arch/mips/kernel/cpu-probe.c: In function 'cpu_probe': > /opt/buildbot/slave/stable-queue-4.9/build/arch/mips/include/asm/cpu-features.h:349:31: error: implicit declaration of function '__ase' [-Werror=implicit-function-declaration] > 349 | #define cpu_has_loongson_mmi __ase(MIPS_ASE_LOONGSON_MMI) > | ^~~~~ > /opt/buildbot/slave/stable-queue-4.9/build/arch/mips/kernel/cpu-probe.c:2079:6: note: in expansion of macro 'cpu_has_loongson_mmi' > 2079 | if (cpu_has_loongson_mmi) > | ^~~~~~~~~~~~~~~~~~~~ > /opt/buildbot/slave/stable-queue-4.9/build/arch/mips/kernel/cpu-probe.c:2083:16: error: 'HWCAP_LOONGSON_CAM' undeclared (first use in this function); did you mean 'HWCAP_LOONGSON_EXT'? > 2083 | elf_hwcap |= HWCAP_LOONGSON_CAM; > | ^~~~~~~~~~~~~~~~~~ > | HWCAP_LOONGSON_EXT > /opt/buildbot/slave/stable-queue-4.9/build/arch/mips/kernel/cpu-probe.c:2083:16: note: each undeclared identifier is reported only once for each function it appears in > > > Affects all mips builds in v{4.4, 4.9, 4.14}. Ugh, let me see what happened...