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=-23.3 required=3.0 tests=BAYES_00,DKIMWL_WL_MED, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_IN_DEF_DKIM_WL autolearn=unavailable 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 1AD6FC433E0 for ; Wed, 10 Feb 2021 19:19:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D298864E6F for ; Wed, 10 Feb 2021 19:19:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234547AbhBJTSn (ORCPT ); Wed, 10 Feb 2021 14:18:43 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47306 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233224AbhBJTSc (ORCPT ); Wed, 10 Feb 2021 14:18:32 -0500 Received: from mail-yb1-xb2c.google.com (mail-yb1-xb2c.google.com [IPv6:2607:f8b0:4864:20::b2c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B54AEC061756 for ; Wed, 10 Feb 2021 11:17:52 -0800 (PST) Received: by mail-yb1-xb2c.google.com with SMTP id v5so3144125ybi.3 for ; Wed, 10 Feb 2021 11:17:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=9aA6Xw6mT94CNGCxq5f7LuZjLvU8K8LOND95Ek9RQ1Q=; b=QejN9RgQSxk9QTKdlljQSpqon3KC8kg8o2twMDVtq/k+yQqB6ZuWi4WiFq5d64REiM WilZJvwOmpr3UMBnyk2V7Si+vG1xeH0gqPWSLU6cd7PFWw/XRaafvW2BihPLLUlxH9Be bDXH5mwYIsaxHLSDGY7wacost2X4sIGeK187hDuIPnDLk4tazsLjkdx/DvdwrFrE+GVK oDxJYVgHnD7863jwqVL9CfZ+WRawtcCQITqBx68DeJpsNUb5y+OuM6NwduQ6tGYsghsw odptqfg9ln34LlyAjKurfh1brKHfuaZjycKWMfdKkAa9bqwHsg+q2vb3NDkAlOZqrdM6 M1Ag== 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=9aA6Xw6mT94CNGCxq5f7LuZjLvU8K8LOND95Ek9RQ1Q=; b=i/dtJV13rYoikEa2b4X/b3NneH5SBO8BwuPAMK0DnLvTxkSYWNBNBZNFFR+tE8DpuE wDPjH5om+TJsYVGjsSubghp5gARm4vGi1BK6+1OBaLzv5NGvDz/0k5D4Au6QK6WKYjwU f/LaDluYSqpSl38znN6oNtblYvZZf461CL/lRDLM+zP8YkGtNtAI8uUsunedpG40WgkX YHFqIhPEJpgavDQQfO1kK/INWcQCkkjDXNhZmKTlSc5iw8FmFhZXXEgWhXrtnZiLDV7T BjmmNRRPMWbtphXnpldeRvVjq05uMWhvbn0VDyjv1510nhB+dOm0T590MG8lEOkbpKSd ji4Q== X-Gm-Message-State: AOAM530kq/4ou6GN2uO5C3FNDP/orcNK6wRrlut1VtFZ5r+aH01fea1t nTl8BFUo9whq0lfKRac05X+0glfbmDZOGk3vo5HPHbc17yE= X-Google-Smtp-Source: ABdhPJzxGeFqujTrgxQl2S/dooBR3t3SoMGQpQu/DLZMBcfNvp0oWEY97iKzf/DuXzwAC1XbR9McpLFrB0HSE93rDhY= X-Received: by 2002:a25:3345:: with SMTP id z66mr6343800ybz.466.1612984671872; Wed, 10 Feb 2021 11:17:51 -0800 (PST) MIME-Version: 1.0 References: <20210210214720.02e6a6be@canb.auug.org.au> In-Reply-To: From: Saravana Kannan Date: Wed, 10 Feb 2021 11:17:16 -0800 Message-ID: Subject: Re: linux-next: build failure after merge of the driver-core tree To: Greg KH , Rob Herring Cc: Stephen Rothwell , Linux Kernel Mailing List , Linux Next Mailing List Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 10, 2021 at 11:06 AM Saravana Kannan wrote: > > On Wed, Feb 10, 2021 at 10:18 AM Greg KH wrote: > > > > On Wed, Feb 10, 2021 at 09:47:20PM +1100, Stephen Rothwell wrote: > > > Hi all, > > > > > > After merging the driver-core tree, today's linux-next build (sparc64 > > > defconfig) failed like this: > > > > > > drivers/of/property.o: In function `parse_interrupts': > > > property.c:(.text+0x14e0): undefined reference to `of_irq_parse_one' > > > > > > Caused by commit > > > > > > f265f06af194 ("of: property: Fix fw_devlink handling of interrupts/interrupts-extended") > > > > > > CONFIG_OF_IRQ depends on !SPARC so of_irq_parse_one() needs a stub. > > > I have added the following patch for today. > > > > > > From: Stephen Rothwell > > > Date: Wed, 10 Feb 2021 21:27:56 +1100 > > > Subject: [PATCH] of: irq: make a stub for of_irq_parse_one() > > > > > > Signed-off-by: Stephen Rothwell > > > --- > > > include/linux/of_irq.h | 9 +++++++-- > > > 1 file changed, 7 insertions(+), 2 deletions(-) > > Thanks Stephen! Actually the stub needs to return an error. 0 indicates it found the interrupt. -Saravana