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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4AE9AC433EF for ; Thu, 17 Mar 2022 01:01:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1354452AbiCQBDC (ORCPT ); Wed, 16 Mar 2022 21:03:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53904 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1350314AbiCQBC7 (ORCPT ); Wed, 16 Mar 2022 21:02:59 -0400 Received: from mail-yb1-xb30.google.com (mail-yb1-xb30.google.com [IPv6:2607:f8b0:4864:20::b30]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C6F3F186C5 for ; Wed, 16 Mar 2022 18:01:44 -0700 (PDT) Received: by mail-yb1-xb30.google.com with SMTP id z8so7535888ybh.7 for ; Wed, 16 Mar 2022 18:01:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=2XMh0e8fa1FhO/j0IsGbsAU4HyLhy63wh7ytckFoXEA=; b=ZAPyJAOyiCauXN4zX3OSYnlch2FhpkKGymlETb4hf1qg/yUx11Ck389ZeTeKlimDZ5 k32Br1MVI6VyMPgKph8JKJ8h0vmoExNqo0yOVOdtD2RVWXQp0v4ftC3xRZvHBcMw8OSK 37WiKTeGr5PV1Agc5D39u57OHv87ImiQYQioYc/Eo0SrN6yxCIlW47Q6J8Y6RqvBZ297 4SBghgEzMDwNUb0iCR4iO0u2kRszJp8noDPUtZJbjoH0+3G+ggw4w/WbhjrxSPIxvoUd ZeJWydnICHA9U5SkohDzuPdEmGN3SSq8irKceinZLoXx/86ejfALffxIhtaleEL/DjRL x9Pw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=2XMh0e8fa1FhO/j0IsGbsAU4HyLhy63wh7ytckFoXEA=; b=hMNyLwT0zrfmMAUL3/WUE+iqjUvB6bXsGLNhTV65vuftGNHCi98ezO1tb56UmpvxKg 1YQLkgv+o9RQTnYpMqqAjveHf3H6Pcno6cPHwDTJyuul/UNSFJ56cyS6s/slMMD5Qe+i TapoIT0LG8/jB4J/hUnGsgWEI0ayaofZ92lyWaFZ/TKZI7zR+LzeyIpi7ewKjK4/Fjm7 DdFcXhsfTY3wFHU6gmdTJwEkRfJ+EWzlkGSbjexsS46vqADR6svOIJpdu3yEle93uKFX jZyr4l6DerFeCWZVTv8UOyU49TgVSkCEXdgtdnEqPEgi23DLvmm4fdhout1ukI0JAsVX YMCg== X-Gm-Message-State: AOAM530q9E0CCEIYGxxUpEvpQFs0GDvspLp8B/aOdzGjInD6cibYD0gy tjGqBQIWUsRICgCtIFpL81AfDYg7HCW69RV3Q81I7A== X-Google-Smtp-Source: ABdhPJwXRv/OtHU5JAnu4idinx3RpVumcJd9VwVN957MrUxV0Dws0TZIyIbctEr87o3xFcpOU4oQFRrLx2WqgWBxz8s= X-Received: by 2002:a25:4e82:0:b0:633:68d7:b864 with SMTP id c124-20020a254e82000000b0063368d7b864mr2861981ybb.514.1647478904060; Wed, 16 Mar 2022 18:01:44 -0700 (PDT) MIME-Version: 1.0 References: <20220316183227.725bfd37@canb.auug.org.au> In-Reply-To: <20220316183227.725bfd37@canb.auug.org.au> From: Linus Walleij Date: Thu, 17 Mar 2022 02:01:32 +0100 Message-ID: Subject: Re: linux-next: build failure after merge of the kspp tree To: Stephen Rothwell , Marc Zyngier , Bartosz Golaszewski Cc: Kees Cook , =?UTF-8?Q?Jonathan_Neusch=C3=A4fer?= , Tomer Maimon , Linux Kernel Mailing List , Linux Next Mailing List Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Wed, Mar 16, 2022 at 8:32 AM Stephen Rothwell wrote: > After merging the kspp tree, today's linux-next build (x86_64 > allmodconfig) failed like this: (...) > I have applied the following hack patch for today. > > From: Stephen Rothwell > Date: Wed, 16 Mar 2022 18:12:14 +1100 > Subject: [PATCH] fixup for "pinctrl: nuvoton: add NPCM7xx pinctrl and GPIO driver" Patch looks good but didn't apply to he pinctrl tree when I tried to simply apply it there. Since it is touching IRQ handlers, I suspect this could maybe apply to Marc Z:s or Bartosz trees? Or can you see which one needs this? Yours, Linus Walleij