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 88203C388F7 for ; Sun, 1 Nov 2020 00:14:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3C5E520888 for ; Sun, 1 Nov 2020 00:14:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604189656; bh=fLxZMQnVK0Gt5mTwNVWTfb+qOBMHXYqwEmR4V1UfGD4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=V1r1oPO17AEM3F/xzB4DVTg7jgNgJF33XK6vhGGIdKAerdduwvjcaecDScwymNEex RVuz3hc8mn7gWrMZnzAix5BUNrBpFFr8ZsiW3rEWjCIgR5mDZpl6u0zJQkLYUoCLyf 9c+9qr00QhJhYs6s+/RQadjcmTVT8bJymZz2ehMk= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726077AbgKAAOP (ORCPT ); Sat, 31 Oct 2020 20:14:15 -0400 Received: from mail.kernel.org ([198.145.29.99]:36576 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725987AbgKAAOP (ORCPT ); Sat, 31 Oct 2020 20:14:15 -0400 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 39A3920791; Sun, 1 Nov 2020 00:14:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604189655; bh=fLxZMQnVK0Gt5mTwNVWTfb+qOBMHXYqwEmR4V1UfGD4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Y9vK2zxSYhwLxzt/k4lDU3JUd7pn8WDUUDTe3vjU9yWOKcLdf+999ghfSeBOH7yP4 QuxWpF74k87CkGf3C9dmD/1SQq5jkcGF3/3yT7m8fn0ny8wUL8vJHKsx8oivHWC+vd /m4DmqTdp1sovSQftEW2camsDHpf9HBbO+sttAqg= Date: Sat, 31 Oct 2020 20:14:14 -0400 From: Sasha Levin To: Guenter Roeck Cc: stable , Greg Kroah-Hartman Subject: Re: v4.9.241 build failures Message-ID: <20201101001414.GA2092@sasha-vm> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Sat, Oct 31, 2020 at 07:35:58AM -0700, Guenter Roeck wrote: >Building powerpc:defconfig ... failed >Building powerpc:allmodconfig ... failed >-------------- >Error log: >arch/powerpc/platforms/powernv/opal-dump.c: In function ‘process_dump’: >arch/powerpc/platforms/powernv/opal-dump.c:409:7: error: void value not ignored as it ought to be > dump = create_dump_obj(dump_id, dump_size, dump_type); > I see that Greg already took b29336c0e178 ("powerpc/powernv/opal-dump : Use IRQ_HANDLED instead of numbers in interrupt handler") for 4.9 and 4.4, which should fix this issue. -- Thanks, Sasha