From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-qk1-x732.google.com (mail-qk1-x732.google.com [IPv6:2607:f8b0:4864:20::732]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 6208D1F8C6 for ; Sat, 28 Aug 2021 18:00:42 +0000 (UTC) Received: by mail-qk1-x732.google.com with SMTP id 22so10931169qkg.2 for ; Sat, 28 Aug 2021 11:00:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=qYSZ3QlvRqFeWPgeG2TB7kcjozANRuwABxPuHziHB/Y=; b=E20qLJ521Y7tZAZakaWKSHK6f4LrwCb3UKrjyUUADHkU9aLgUDoDivsePURQlHBOvW sUZ71ERro1MkqCSDajq+vvLVNFFbhCxvnOQosgrM4mR28sfTRFnQ/q8aiYmPGPedSFcM yDE3HOeFVnpwqkjTtMGYx9kWPColNAHgDMV94= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=qYSZ3QlvRqFeWPgeG2TB7kcjozANRuwABxPuHziHB/Y=; b=KUxg12K3ayd11VeJmux4YONFoNnNndp3heQ1Zr9eDVOt8sY/yGtB4SdygiqdBxkLCz DuRFCG0Nq38dW5SeKuFpYnA7kHGeHcOh+YXTh0q5Rses86jIAH0QIK6sPI/FYMYx/vrl W1nuaXD7yhjdVyynoVjktqrIVObKQCizOa96Q+PduVAXROp92CWtd6Ukqv8yTr5cOsH1 ZLgIrbcpV9/VKZl7sO3k4UL2mz0PQuFVy+8HnerJ/K9uRrCPQxKFKblExp9Bevl9UxtT gC0+nLlXF7eLObA4OXhKXU5IMSsqX/9h0ohyTi5YqJcKESp1Lh6Dgsw7OwFvPMyeiccy bmyA== X-Gm-Message-State: AOAM532N6nD61RUw+OPpOGyE9S2wx9s7Rv8915BnXm3EaPsBDUwJnrF3 i1cmE0yQf+SLKydnkLYJx41+YYMFavg60GJ/ X-Google-Smtp-Source: ABdhPJwxM2eLFTTOp3VcF0nopf5MPb58b0qDp6J9ZAXvN8iOHSNojd3OYmX9tf/vozP6TcXKFiGdCA== X-Received: by 2002:a05:620a:941:: with SMTP id w1mr14452141qkw.434.1630173641416; Sat, 28 Aug 2021 11:00:41 -0700 (PDT) Received: from nitro.local (bras-base-mtrlpq5031w-grc-32-216-209-220-181.dsl.bell.ca. [216.209.220.181]) by smtp.gmail.com with ESMTPSA id c7sm5796895qtv.9.2021.08.28.11.00.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 28 Aug 2021 11:00:41 -0700 (PDT) Date: Sat, 28 Aug 2021 14:00:39 -0400 From: Konstantin Ryabitsev To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH] www: avoid potential auto-vivification on ibx->{url} Message-ID: <20210828180039.7k5kwzklnlpztdyi@nitro.local> References: <20210826170114.r4j4cpf6hzrhzktt@nitro.local> <20210827120845.29682-1-e@80x24.org> <20210827130303.m2urwyyufrhwaddg@nitro.local> <20210827220302.GA15524@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210827220302.GA15524@dcvr> List-Id: On Fri, Aug 27, 2021 at 10:03:02PM +0000, Eric Wong wrote: > If it happens once, it'll happen again. I'm not sure which code > path triggers it, but maybe this will fix it. There's also a secondary > patch below which may be more complete, but may also be > unneeded. Applied what was between scissors to x-lore.kernel.org (Dallas replica only). Will report how it goes. Thanks, -K