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 2CB2DC433EF for ; Mon, 21 Feb 2022 18:31:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231649AbiBUSbv (ORCPT ); Mon, 21 Feb 2022 13:31:51 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:49490 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232420AbiBUS3u (ORCPT ); Mon, 21 Feb 2022 13:29:50 -0500 Received: from mail-yb1-xb29.google.com (mail-yb1-xb29.google.com [IPv6:2607:f8b0:4864:20::b29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6C417DA4 for ; Mon, 21 Feb 2022 10:28:58 -0800 (PST) Received: by mail-yb1-xb29.google.com with SMTP id y6so36148939ybc.5 for ; Mon, 21 Feb 2022 10:28:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=d9PRkAnu4rWgkNf7FMpG/2aRjthJJP/oay+IMr9qlso=; b=h3a9qey6Rf4dTVze8rQGdhclm6vibCyCiZrqdTsDvKU/a29mtdlDJGjg/a9KrJb/+9 Sldi+zsLepOlitgV6isaU5ca26ImxtLydIdtGTmOdbuf6pualqJLDqH6+ewJDOHK6BPY 5ljFUAV/8LiixoYIqanmKETtU84mdJmsdjyWaGQIzFsSpFjV/E5rZMaZxksisRI+xbhh CHLUJKPt9RY3JrXeoUTek88KiZKH/+sL8d8eeFKS99LnNwKF+uE46LXEbVPmtLhiMNYU 5CwXu9YS9qgITWH6zwn5fl0WWmaqtpbpW3slNbWiNS4kCQBtBav/Y8znw4NCmIciPgpC SdlQ== 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=d9PRkAnu4rWgkNf7FMpG/2aRjthJJP/oay+IMr9qlso=; b=F0KHzXZcGQ8XpOujKT1/9RfcXFaw87bQxCxEXqxAnHwb4GXe6KJaI61VBl3ivECaF3 rVG/tW3W+LVfuYgs0YrDKw1QwrhqLcxbD7vtTkiPlJSRI5GxblvtRzcLzSwHQ+9pPV7+ cABrTUZ8706DA2bVolaMLrj7QJTgbfGZpnV22+XdYkXip1lZHqWQDVYHq94j5CwEdbJg MuTukPWlzhcF3uvGj7eYUVYHFDfsa89F8A8/ez3KhwCS9N0fYJo346hvjm431BiWVgsg RFafwZ043hAt3iKZ9SPQnGBIA2ES9JGcK5lFJLd61cxBPyIZ3QGuHvTJ4BglAVzRDE+Y KJAA== X-Gm-Message-State: AOAM531CoImKrXu55M+XouiqbM+V/LOgyKIgngcnvjw72RKeRtSrs63n HkCvflA33QK2zDbpkf7skMAcO8N2HMYVkek9Vz1w2q+yLiZFyg== X-Google-Smtp-Source: ABdhPJwNsokvzVCETZiA+pXCIHC4BZaoSZMPWKx3mOto+E3tTumxE6L4EmjC4Z+RCNEwPML3MlNIPsNrfUTzH1bspDQ= X-Received: by 2002:a5b:7c6:0:b0:60b:a0ce:19b with SMTP id t6-20020a5b07c6000000b0060ba0ce019bmr19355803ybq.407.1645468137290; Mon, 21 Feb 2022 10:28:57 -0800 (PST) MIME-Version: 1.0 References: <8f331927-69d4-e4e7-22bc-c2a2a098dc1e@gmail.com> In-Reply-To: From: Eric Dumazet Date: Mon, 21 Feb 2022 10:28:46 -0800 Message-ID: Subject: Re: Linux 5.17-rc5 To: Pablo Neira Ayuso Cc: Linus Torvalds , Woody Suwalski , Florian Westphal , Linux Kernel Mailing List , Netdev 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:25 AM Pablo Neira Ayuso wrote: > > On Mon, Feb 21, 2022 at 10:21:16AM -0800, Eric Dumazet wrote: > > On Mon, Feb 21, 2022 at 10:08 AM Linus Torvalds > > wrote: > > > > > > On Mon, Feb 21, 2022 at 10:02 AM Eric Dumazet wrote: > > > > > > > > I am pretty sure Pablo fixed this one week ago. > > > > > > .. looks about right. Apart from the "it was never sent to me, so -rc5 > > > ended up showing the problem" part. > > > > > > > Indeed, I personally these kinds of trivial fixes should be sent right away, > > especially considering two bots complained about it. > > I did not consider this so important, that was my fault. Well, I was the one adding this compile error ;) Testing CONFIG_IPV6=n builds is not my top priority.