Received: by 2002:a05:6358:11c7:b0:104:8066:f915 with SMTP id i7csp2349943rwl; Sun, 26 Mar 2023 21:38:23 -0700 (PDT) X-Google-Smtp-Source: AKy350a+K5onH8Z8dFb5ccCz22Weaw3So5JRso9aQ/FWBAsELXZPaAn8pxno5cxFTCawi/IWlb04 X-Received: by 2002:a17:903:2446:b0:19f:3234:fec5 with SMTP id l6-20020a170903244600b0019f3234fec5mr11248166pls.51.1679891903691; Sun, 26 Mar 2023 21:38:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1679891903; cv=none; d=google.com; s=arc-20160816; b=bArWL/GyDf3Lc/HnLXwWmNlL7K0fG5pls23ZkwKRwl70Q4X6sNS3f1znfqtl9oFXtm waDgiHcJ0LWVplfuDy6rsnUaQW2zjMrjjGtwaj6RAWPsJeFWODdMffMxZaf3jr0G5c/O 4xcEscD+8GiURGyqeYpOCM9n/h1uigXheStSi9t4sIUUNUPKiJwzzPx6Ob+kbuBi88NG r3qP8PZP32itmyQZ/S+VGdHWwjXo8LL/f2MEclsr4PWUwWy7XmHcq62U7+L2QvoxDCxl DJsgCxxaW7beLZ7bBImUKh4if/t57r6Z2Pez4KV6OPIpxlrhrrdMzEeqG5B7Gt5ildby z9rw== 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=A/Y5dRZWxEjutJeIpyPLjt8/CtK8POPD0UoJIOVRDjE=; b=gTLmx89mKV06F0hIeAob4GfdvuudvxmqVm+iqh4kRiv+OLR57oGU9rMGC3NjSyrzb3 rfIoMENehAEaogNrxa7lpwEKZmjKhUGIb6Tg1TXFveIQUO9hRnCB0NTjI+aprZ828fJO vhT3p6gXrvH+2EKy/WWeUbkdb8KWHgqAgjluFFCZPEtpxHm7FbS6b+YL7AtaJ/Hl3CYq OV4wntdWz7wRnkLcUdY5vvIefRRh+CD7tJt6ainXDWpxZuLVN7btoOuTV7UtaGoijh2l 9CcDn4G9iXgem91DlYxYZF0nGWplrJKomF20SNGF4FngxyaUCz1n+bby6AMxOVh5lwt2 Uuuw== 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 z6-20020a170903018600b001960e5dcb99si28993179plg.223.2023.03.26.21.38.12; Sun, 26 Mar 2023 21:38:23 -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 S231203AbjC0EEV (ORCPT + 99 others); Mon, 27 Mar 2023 00:04:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56854 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229947AbjC0EEU (ORCPT ); Mon, 27 Mar 2023 00:04:20 -0400 Received: from 1wt.eu (wtarreau.pck.nerim.net [62.212.114.60]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 8C4414499 for ; Sun, 26 Mar 2023 21:04:18 -0700 (PDT) Received: (from willy@localhost) by mail.home.local (8.17.1/8.17.1/Submit) id 32R44Bl3013667; Mon, 27 Mar 2023 06:04:11 +0200 Date: Mon, 27 Mar 2023 06:04:11 +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: <35a26245-0171-44b0-8072-325576768f91@paulmck-laptop> <8927157b-bf2c-46b7-a385-f4e230a4777d@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:41:29PM -0700, Paul E. McKenney wrote: > On Sun, Mar 26, 2023 at 11:00:26AM -0700, Paul E. McKenney wrote: > > On Sun, Mar 26, 2023 at 06:55:57PM +0200, Willy Tarreau wrote: > > > On Sun, Mar 26, 2023 at 06:05:15PM +0200, Willy Tarreau wrote: > > > > On Sun, Mar 26, 2023 at 06:00:45PM +0200, Willy Tarreau wrote: > > > > > 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. > > > > > > > > And it's a 6.3 regression, as 6.2.8 works fine: > > > > > > > > $ make run > > > > (...) > > > > Kernel: arch/x86/boot/bzImage is ready (#2) > > > > make[1]: Leaving directory '/g/public/linux/master' > > > > 126 test(s) passed. > > > > $ tail run.out > > > > Errors during this test: 0 > > > > > > > > Running test 'protection' > > > > 0 -fstackprotector [OK] > > > > Errors during this test: 0 > > > > > > > > Total number of errors: 0 > > > > Leaving init with final status: 0 > > > > [ 3.388706] ACPI: PM: Preparing to enter system sleep state S5 > > > > [ 3.389424] reboot: Power down > > > > > > > > Now let's have fun bisecting it! > > > > > > So I have a good news, 6.3-rc1 which dev.2023.03.20a is based on, fails, > > > while 6.3-rc3 works. I haven't got further yet and am not sure it's useful > > > to dig further given that it's an already fixed problem that is not related > > > to the patches in your branch. I don't know if you usually rebase on more > > > recent tags though. > > > > Thank you for chasing this down! > > > > In this case, I will at the very least merge with v6.3 before testing. > > I have Joel Fernandes and Boqun Feng trying their hands at running > > the RCU pull request for v6.4, so I will probably resist the urge to > > inject confusion by rebasing onto v6.3-rc1. ;-) > > And merging the -rcu tree's "dev" branch with v6.3-rc3 got me a successful test: > > Kernel: arch/x86/boot/bzImage is ready (#5) > make[1]: Leaving directory '/home/git/linux-build' > 125 test(s) passed. > > So looking good. ;-) Perfect then! Thank you for double-checking! Willy