Received: by 2002:a05:6358:11c7:b0:104:8066:f915 with SMTP id i7csp1782803rwl; Sun, 26 Mar 2023 09:02:13 -0700 (PDT) X-Google-Smtp-Source: AKy350ZFEhhsq/9wGTl7x7PvV8Jy+sw4dSkcO+6nCk8S+qrXc+ZqWtjs6PHD4Dsnme1YRsJ6V2Nq X-Received: by 2002:a05:6402:1115:b0:502:32b6:6e56 with SMTP id u21-20020a056402111500b0050232b66e56mr4415831edv.37.1679846533652; Sun, 26 Mar 2023 09:02:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1679846533; cv=none; d=google.com; s=arc-20160816; b=MHOWgJCvR+5qoZhNpudMpis94LhQnKDKXpcVKrRS34wgcSOZRAB8TlzParnzqFcXbO 7b1Ja3UAGeMPYwhT9lD3iGYkDAtyVeH5V2SqO90U6a7C+uUOpWv+KMmWR5VpPgx3tNMa NSgCyTQpYmyHIRxXJ0Sd1I2M1Tg5oBAiqlXbGKAsMUAKr7Mto9aAo5ocgAQ5qllE5f0D /0UUxYHsAdc+aaZRNJyfeWlHUxe/JqAh6JGnUYidcoWLxd4BwYHqlHrLVkjISj/y6yPr D0qj43WdCQPrt0/1JDPF2fykI03C2dN36A7otvW6Euo4lwF0j43d0wiYjkJOqKiVDYAk GxTA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=z0kOuvPggalx8L47P/X/7XsF9NX13XZ7TRIzIo6RbPc=; b=Liv6pwvyyA4l7RCJs/i/5QppLumHDpw/ZUl1l/ZLgNwHzEb0RJxf3k40jZURJj+H4f hUYz6pPVdQKfbK50GUSvrBkLxsy6Z+kGeNkFosVfrfMbYAvTASU7p7Iuos+AjshWjQ2B xnMz7yyCcIfSJ2cpmPmIYfSwobmaDhbGFysEmDoWi3TsjojzP9SBP1KXxhYspVUGnbI5 n8tUvZ2JxmpTNMYK+hUNZHKXZPLZLa9EYMagAY43PDMvm5mQg7Cm9z6XY09xctbTEslE 1JOpu3eSig0VQvPUx8W3w9mgl/I5t2XWezGZ9gF5XxCxblP+nrQgMpwi4FYGWYpSXB7q fU2Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id f7-20020a50ee87000000b004ab4411217csi26545870edr.394.2023.03.26.09.01.47; Sun, 26 Mar 2023 09:02:13 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232087AbjCZQBA (ORCPT + 99 others); Sun, 26 Mar 2023 12:01:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56148 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231842AbjCZQA6 (ORCPT ); Sun, 26 Mar 2023 12:00:58 -0400 Received: from 1wt.eu (wtarreau.pck.nerim.net [62.212.114.60]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 566E21708 for ; Sun, 26 Mar 2023 09:00:57 -0700 (PDT) Received: (from willy@localhost) by mail.home.local (8.17.1/8.17.1/Submit) id 32QG0ju8010839; Sun, 26 Mar 2023 18:00:45 +0200 Date: Sun, 26 Mar 2023 18:00:45 +0200 From: Willy Tarreau To: "Paul E. McKenney" Cc: linux@weissschuh.net, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/8] tools/nolibc: add support for stack protector Message-ID: References: <20230325154516.7995-1-w@1wt.eu> <0d9bbc94-7ea2-4bc5-8523-29b100c0f1a1@paulmck-laptop> <35a26245-0171-44b0-8072-325576768f91@paulmck-laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Mar 26, 2023 at 08:45:55AM -0700, Paul E. McKenney wrote: > Glad I could "help"! Timers. Huh. ;-) > > Checking v6.2, though the rebase is a bit messy, so I won't be all > that confident in the results. I got the same as you now. I don't know what I missed before not to face it, maybe it's the consequence of the rebase. I've re-applied the patches on top of 6.2.8 and am retesting now. I think you don't need to waste more of your time on this for now since we have a reproducer. Thomas and I should take over. Thanks! Willy