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=-4.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS 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 00D73C2D0A3 for ; Wed, 4 Nov 2020 16:18:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A23FF2074B for ; Wed, 4 Nov 2020 16:18:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604506701; bh=S3oDjL0rYjoFnr4x+gp5HCaDKzruCxQiQmZy6bOuqAA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=XzlsJgyDbsZBgqk5+HqkZdKX2Sy2EyayfYgi3TnTzT3lRr9gFBD0GdavmJImw77PR euLlbV7rXWhxRagV9EompwtaBkOe4K/w0Pl54Wew/Vas5xVFKfgX0YOEzhA0jsdbcd qH2RZOQ7P2qLT7UvIeiceUeDW9vrU6JT+2mNpgpA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725896AbgKDQST (ORCPT ); Wed, 4 Nov 2020 11:18:19 -0500 Received: from mail.kernel.org ([198.145.29.99]:54208 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726564AbgKDQST (ORCPT ); Wed, 4 Nov 2020 11:18:19 -0500 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (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 71DE32064C; Wed, 4 Nov 2020 16:18:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604506698; bh=S3oDjL0rYjoFnr4x+gp5HCaDKzruCxQiQmZy6bOuqAA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lAE9Pv5/SDddgvIS7J+0qZADeb+0MAx9Eu45iPD2Z/77O4A3NMmcXIvRGiBElSdkv Qja78LwiHqIwqYFShcgot/nqB7//lJXeXFaThw6VPBm7JVI53BPhzEwJrjB9vtoyCd 3GUNDO++Hkcbq0U1KUODkezMUNNXJFnfG8+6XwGU= Date: Wed, 4 Nov 2020 11:18:17 -0500 From: Sasha Levin To: Greg KH Cc: Guenter Roeck , stable@vger.kernel.org Subject: Re: build failures in v4.4.y stable queue Message-ID: <20201104161817.GG2092@sasha-vm> References: <20201104141230.GC4312@roeck-us.net> <20201104143709.GC2202359@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20201104143709.GC2202359@kroah.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Nov 04, 2020 at 03:37:09PM +0100, Greg KH wrote: >On Wed, Nov 04, 2020 at 06:12:30AM -0800, Guenter Roeck wrote: >> Building ia64:defconfig ... failed >> -------------- >> Error log: >> drivers/acpi/numa.c: In function 'pxm_to_node': >> drivers/acpi/numa.c:49:43: error: 'numa_off' undeclared > >Caused by 8a3decac087a ("ACPI: Add out of bounds and numa_off >protections to pxm_to_node()"), I'll go drop it. > >Sasha, you didn't queue this up to 4.9, but you did to 4.4? > >> >> Building powerpc:defconfig ... failed >> -------------- >> Error log: >> arch/powerpc/kvm/book3s_hv.c: In function ‘kvm_arch_vm_ioctl_hv’: >> arch/powerpc/kvm/book3s_hv.c:3161:7: error: implicit declaration of function ‘kvmhv_on_pseries’ > >Caused by 05e6295dc7de ("KVM: PPC: Book3S HV: Do not allocate HPT for a >nested guest"), I'll go drop this. > >Sasha, why did you only queue this up to 4.4 and 5.4 and 5.9 and not the >middle queues as well? Originally it got queued everywhere, but then it looks like I dropped it from 4.9-4.19 because of build failures, but it seems that the 4.4 failure wasn't detected. Looking into why, it seems that my baseline for that build also fails for some reason: ../../../../linux/arch/powerpc/kernel/exceptions-64s.S: Assembler messages: ../../../../linux/arch/powerpc/kernel/exceptions-64s.S:1603: Warning: invalid register expression ../../../../linux/arch/powerpc/kernel/exceptions-64s.S:1644: Warning: invalid register expression ../../../../linux/arch/powerpc/kernel/exceptions-64s.S:839: Error: attempt to move .org backwards ../../../../linux/arch/powerpc/kernel/exceptions-64s.S:840: Error: attempt to move .org backwards ../../../../linux/arch/powerpc/kernel/exceptions-64s.S:864: Error: attempt to move .org backwards ../../../../linux/arch/powerpc/kernel/exceptions-64s.S:865: Error: attempt to move .org backwards make[2]: *** [/home/sasha/data/linux/scripts/Makefile.build:375: arch/powerpc/kernel/head_64.o] Error 1 make[1]: *** [/home/sasha/data/linux/Makefile:1006: arch/powerpc/kernel] Error 2 I think that I'll rebuild my toolchain for powerpc and redo the baseline builds, sorry about that. -- Thanks, Sasha