Received: by 2002:a05:6358:11c7:b0:104:8066:f915 with SMTP id i7csp1324285rwl; Sat, 25 Mar 2023 23:42:43 -0700 (PDT) X-Google-Smtp-Source: AKy350bn+DrPJTitK7C69MioibMRSnu9hL5XSgukTRoY6OLmjmWwjXaMRxIUmOlcnox5zgx6iuAa X-Received: by 2002:a62:585:0:b0:5e0:a86:a76f with SMTP id 127-20020a620585000000b005e00a86a76fmr7565332pff.0.1679812962912; Sat, 25 Mar 2023 23:42:42 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1679812962; cv=none; d=google.com; s=arc-20160816; b=XEzNBWAFTOC6Lnc98UFwuBjOjuxb2p6TGeh3qU9tbYn1Fvt+LeRWCXBDWDedAQkxkQ v56Y9PXdODxfeZte+YXJ1OuMJvB5wDnSg1lm2jeqGCAMp3UKz3SqdehkEUFhPw3EK93v 8x83a/lmzviC0L4IbHFUp6YWX+do9LzEY6vpEk11o6wstV+Ot7iElsZ3i/fnGBI0hLS8 cGXJL8HAd2dGFi2EUIQrtyLf1BiKI+EKPva2vkJqv/RXEueLoG0I4OwQnTZhGXpQwCx8 LaOE9o5ijhEgnNDCZBz8bh8Wu8F4TUbZrGy6/dbHjhizHcprxtWmC7zUqa8gX4BIzb5P dwxw== 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=KvZzAIdp2rUK4zCpBtvXuJP64yn7Van/X/GaXrMLfHI=; b=BgUOI0p6WAy928YRFtxMX/kPOfCFKWtY5EnaU0uO/EwoC2S6j+ZTr5I7Pzrw+zXr+u 4JLV2df6n89JBiWiow+7qlbeIXqXNA6KijK7YgQq1Ogo6rEDe1vHx6D42iE2R6lpcwFE Qcy/N3rbhVj+aw+2wCjy3F3v8xLK1alSE14s0qJ6ioyzxSjjDk/szB2UsZ/P+TVX1AJK p66U45Xn5w6Qf37c2vafspUga9K9U/KQVrStMK7fM1M41vwkSyXPbFXCq4RHyVqu7tNc zTb6LdkS0SilWSlPpTsd5LrNOCb93AlNuexSAJ5prmyZa9txMUa5aXNUNTzzInVnC2Y3 rJJg== 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 k2-20020aa788c2000000b00627f0afab65si19487260pff.150.2023.03.25.23.42.29; Sat, 25 Mar 2023 23:42:42 -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 S229711AbjCZGUv (ORCPT + 99 others); Sun, 26 Mar 2023 02:20:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36350 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229523AbjCZGUu (ORCPT ); Sun, 26 Mar 2023 02:20:50 -0400 Received: from 1wt.eu (wtarreau.pck.nerim.net [62.212.114.60]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id CDFCE40FD for ; Sat, 25 Mar 2023 23:20:47 -0700 (PDT) Received: (from willy@localhost) by mail.home.local (8.17.1/8.17.1/Submit) id 32Q6Kf62008489; Sun, 26 Mar 2023 08:20:41 +0200 Date: Sun, 26 Mar 2023 08:20:41 +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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0d9bbc94-7ea2-4bc5-8523-29b100c0f1a1@paulmck-laptop> 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 Sat, Mar 25, 2023 at 09:36:28PM -0700, Paul E. McKenney wrote: > On Sat, Mar 25, 2023 at 04:45:08PM +0100, Willy Tarreau wrote: > > Hello Paul, > > > > This is essentially Thomas' work so instead of paraphrasing his work, > > I'm pasting his description below. I've tested his changes on all > > supported archs, applied a tiny modification with his permission > > to continue to support passing CFLAGS, and for me this is all fine. > > In a short summary this adds support for stack protector to i386 and > > x86_64 in nolibc, and the accompanying test to the selftest program. > > > > A new test category was added, "protection", which currently has a > > single test. Archs that support it will report "OK" there and those > > that do not will report "SKIPPED", as is already the case for tests > > that cannot be run. > > > > This was applied on top of your dev.2023.03.20a branch. I'm reasonably > > confident with the nature of the changes, so if your queue for 6.4 is > > not closed yet, it can be a good target, otherwise 6.5 will be fine as > > well. > > I have applied and pushed it out, thank you both! > > We are a little late in the process, but if testing goes well, I can't > see why this cannot make the v6.4 merge window. That's what I suspected, reason why I mentioned both options ;-) Perfect then, many thanks Paul! Willy