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 8D030C433EF for ; Mon, 21 Feb 2022 18:36:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231726AbiBUSgR (ORCPT ); Mon, 21 Feb 2022 13:36:17 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:51474 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232950AbiBUSei (ORCPT ); Mon, 21 Feb 2022 13:34:38 -0500 Received: from mail-lj1-x235.google.com (mail-lj1-x235.google.com [IPv6:2a00:1450:4864:20::235]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B41EDE08 for ; Mon, 21 Feb 2022 10:32:17 -0800 (PST) Received: by mail-lj1-x235.google.com with SMTP id f11so8146198ljq.11 for ; Mon, 21 Feb 2022 10:32:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux-foundation.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=V53eWTyFzxXJsbz+KFVi3xpj3YJA4O3z/bAQ81RYVTo=; b=bHLqVIqXmciNyNIryl4JvTW1k3xPS3riIMOsdTzw8F5qtWIlFN1PUlW1XUtMszynwQ nOW9RAkEfmlrpOACs2jEptbmnWRadW1x98jfNTMPDdkq39kLfLJq5gfKZdgWu+Za8Jey OpyfRrlzj+SEmphpzlP3Lg5eHyTGLoPPk9N74= 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=V53eWTyFzxXJsbz+KFVi3xpj3YJA4O3z/bAQ81RYVTo=; b=KE6HwCXHrnal72dhRUkJrsIEGIwcTtdZZiIGSUvSjtNHgplZxm0ek+x0+1IayF/r1o O6qiHWHDGO6DTsjG5coQm3p/t5ug2hhV6s3JUOq5GZrDMhayD3lUj31C5sSsUsdfKbHR vl3dKBCNCVh1ZPW0xm48xUCwkbyoyqyNSvh2Hhol0fNOQ+OHFKHcPPJfFYdXrbwY7Wbi WSlLp3VtioMKJUXJroQcDPaOEYrBhONL2UY+LtV7pHT5ABpMnF7Ac5FkarvmtxD/Tvbu vYTH+n4ZoZhoO2yiQuxZV2o10lm1bPACDSb+z9Vtda0nkAEueQ5BziLKrcWnPo8UmZzW skNg== X-Gm-Message-State: AOAM533hgFEf5UPnfjWqO+6gUS0f5FuFXdALELtiStXGfWHXqxPNOUti qXFx1v5u0kOlbVfbfQ78Mt+o7AE41eXtP3t6 X-Google-Smtp-Source: ABdhPJwScL+5BVbBJJb7Lzoi/D2/gv+60yyHeKtrixsBamUvcGXjTZeEBPLU/WsdsXmhk7LjAa1nDA== X-Received: by 2002:a2e:2a45:0:b0:246:430d:805 with SMTP id q66-20020a2e2a45000000b00246430d0805mr2608778ljq.439.1645468336069; Mon, 21 Feb 2022 10:32:16 -0800 (PST) Received: from mail-lf1-f53.google.com (mail-lf1-f53.google.com. [209.85.167.53]) by smtp.gmail.com with ESMTPSA id p20sm1175353lfr.175.2022.02.21.10.32.15 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 21 Feb 2022 10:32:15 -0800 (PST) Received: by mail-lf1-f53.google.com with SMTP id j7so20246117lfu.6 for ; Mon, 21 Feb 2022 10:32:15 -0800 (PST) X-Received: by 2002:ac2:4211:0:b0:438:2f1:83c4 with SMTP id y17-20020ac24211000000b0043802f183c4mr14986464lfh.435.1645468335096; Mon, 21 Feb 2022 10:32:15 -0800 (PST) MIME-Version: 1.0 References: <1778a683-30fa-9119-c3ce-2dddb5939809@roeck-us.net> In-Reply-To: <1778a683-30fa-9119-c3ce-2dddb5939809@roeck-us.net> From: Linus Torvalds Date: Mon, 21 Feb 2022 10:31:59 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Linux 5.17-rc5 To: Guenter Roeck Cc: Rob Herring , Maxime Ripard , Hans Verkuil , Linus Walleij , Thomas Bogendoerfer , Linux Kernel Mailing List , devicetree Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 21, 2022 at 10:10 AM Guenter Roeck wrote: > > Oh, that is "just" the result of the netfilter build problem. Oh, ok. I assumed it was some runtime failure since it was under the qemu rubric. > The real question is why to patch introducing the problem made it > upstream even though the problem was reported several days before > the push request was sent. Yeah, there's a separate gripe-thread for that. The fix is in the netfilter tree and has been there for a week... Linus