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,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,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 C67B5C2D0A3 for ; Wed, 4 Nov 2020 14:36:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 62C7F20739 for ; Wed, 4 Nov 2020 14:36:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604500580; bh=rAWaU2Y008uAEMUI6gGHxq/S/dBhzoRPmOELlx34STg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=hIg4/5qpIVh6knYDBWer/crLdFwCvcc4/8ijebHhHWRe3U7yROFbmSgB7kpQ0m+aQ Jg8oXWzy+o6fO9KlXB+oCXR+JqAcFbx/Usvz8LUX8lZXnmwLwL6bcLW6/huEVhEqwp UtSa5pLgXpoGJbzdnhVvG8kHYugWX8BorgDfU5TA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726564AbgKDOgU (ORCPT ); Wed, 4 Nov 2020 09:36:20 -0500 Received: from mail.kernel.org ([198.145.29.99]:43718 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725946AbgKDOgT (ORCPT ); Wed, 4 Nov 2020 09:36:19 -0500 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (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 C622920709; Wed, 4 Nov 2020 14:36:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604500579; bh=rAWaU2Y008uAEMUI6gGHxq/S/dBhzoRPmOELlx34STg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Sf+wSO1pqU94V8Lzx/YfZEX012IIwppE54eJUQm7y+hqrgtPR+p2BzHGVmi6s/ugJ N+GXv5OzMrci4lFL749pHOKRlVTP0qx9VESXFupjLFdyx7PdkoxmGSM7Kndyaps9Im SaGSijKVk3yRDuTVzhW2rfdfKKrTr/ISxI6xFnLo= Date: Wed, 4 Nov 2020 15:37:09 +0100 From: Greg KH To: Guenter Roeck Cc: stable@vger.kernel.org, sashal@kernel.org Subject: Re: build failures in v4.4.y stable queue Message-ID: <20201104143709.GC2202359@kroah.com> References: <20201104141230.GC4312@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20201104141230.GC4312@roeck-us.net> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org 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? thanks, greg k-h