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 EC931C61DA4 for ; Thu, 9 Mar 2023 14:21:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231179AbjCIOV4 (ORCPT ); Thu, 9 Mar 2023 09:21:56 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40094 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229629AbjCIOVw (ORCPT ); Thu, 9 Mar 2023 09:21:52 -0500 Received: from mail-yw1-x112f.google.com (mail-yw1-x112f.google.com [IPv6:2607:f8b0:4864:20::112f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9B4C61B549 for ; Thu, 9 Mar 2023 06:21:51 -0800 (PST) Received: by mail-yw1-x112f.google.com with SMTP id 00721157ae682-536be69eadfso38189537b3.1 for ; Thu, 09 Mar 2023 06:21:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1678371711; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=iafJZnGixciBIJiE6m5EiTSjxv4EI/PwHYeMlRsAhQ4=; b=RH3d8+9m0PaOPRNA6QFcjWe9nyYCPQccxdKGXGBTmP5ThOw8Dc7il3J4i2yk0mynO1 atdNjRYJVb52NBqd4PVr6WyI4TFGTDYeKUgT2ggbPB1sY1IXVYhSrmW8pMXjuI3pSxg6 tCUOn0YOitSMo7KZIEiFAmic6RjUGitG/9KYbVC7lScrvDdHEcs3s4LRWOnwzSUL7TZM AZHz3uIRb2tFJxjzIIohukwNg7viX8Wd1k6wCLHgif2K44C+ZPRfpgBefNRGbglWZ3T1 FuKQrbWqoG7/IscnFZf5pIifrI0NVOVoII4SuCK1ZaIw4mPIC5fbtOebLmo6giaEO1ef 9nkw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678371711; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=iafJZnGixciBIJiE6m5EiTSjxv4EI/PwHYeMlRsAhQ4=; b=GXOFOMOgw0Fmn6L3hqAfOJHBQ88Z2oToij+7sd9weyIIAZczEtjiQZ7uMIYykZACYp HGotiaqNDcunvkl84P1Xbw4y9Ef9TT8Ib40BO7G+aiPM1LIdeXLbHpEokr/t5UFCKvWm ZctQ1DUHbwhVh7OtQddnMdXu3HefR+Iqu/IDSol3Deu+jc8g68HkHYOMaSruuMijCFLR MY6+YHkedopwz1Surw1prqSllqkuCwoWPWJtb2uJbJ+C+MRN0pXVDa2oreq5uDL7DnIn wuzF9qf0EGHFqO+q5QlQ/l8caqPXFezG9D7xU0oHjn1+yb4pWV/ayhhQmbILg4lpwgPH gV7A== X-Gm-Message-State: AO0yUKUfy1ntgKidANan95m7APIZX+UY5kxaHpTu+4LLM2GF6M2kK/pN eWZAocHZtofdoDXtcwu278TbaDukAyNGHQ9dXn0peg== X-Google-Smtp-Source: AK7set+m0LG2zwrv2ra5H/2MqKHhYnb/GA0KhFZkZ+CP90teyFtZBj+ePS1tAkcB4HR58mr3QukEhaoLNM7xjKop6D4= X-Received: by 2002:a81:ad63:0:b0:52a:9f66:80c6 with SMTP id l35-20020a81ad63000000b0052a9f6680c6mr13582945ywk.9.1678371710871; Thu, 09 Mar 2023 06:21:50 -0800 (PST) MIME-Version: 1.0 References: <20230308145303.826942-1-arnd@kernel.org> In-Reply-To: From: Linus Walleij Date: Thu, 9 Mar 2023 15:21:39 +0100 Message-ID: Subject: Re: [PATCH] mips: ar71: include linux/gpio/driver.h To: Andy Shevchenko Cc: Arnd Bergmann , Arnd Bergmann , Naresh Kamboju , Thomas Bogendoerfer , linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 9, 2023 at 3:14 PM Andy Shevchenko wrote: > > Reviewed-by: Linus Walleij > > > > If this is the only problem merging this set was amazingly painless. > > Too early to celebrate. We have one more patch on the same matters. Yeah I would expect some more noise, I had a similar patch in one of my kernelorg branches and the zeroday robot would spit some weird bugs like this at me after a few days of randconfig builds. Yours, Linus Walleij