From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mta1.formilux.org (mta1.formilux.org [51.159.59.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C96631DF248 for ; Fri, 22 May 2026 03:28:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=51.159.59.229 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779420523; cv=none; b=nwHypfd8ihgoF3AOaRL+fLW4JfEv90iGuzMQIajZQEukbujS7x/YYK1IQcTFe/9nV+mVd3moa7gohfXyTuUUhqXuC6dnxlKsdWM6jLKUD0YrRFd/nfr8fSpsDxdCUJgAkCwLTuMdPduhvwRqvw24AMYdRMUrkwamw/7aNdje6Ng= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779420523; c=relaxed/simple; bh=B8zVcdrRPYOX/+hhmnMQNIzDxdiI4Y0Y2ZmgR68nKmg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=qFxUxxJFIZ45Mh6WkF/JgTBfpg+UjTHGYlQAx1XaVdcxVit41C5owrnzbWf4Ct3gC4znwKZnDEhCCfN5+7Bwx8QLaTxbkD6xXVWb/+o4Nyspx/ht7ye/pctvOBNz2SX/sNTQgc0lNwb9MrlsZFZuFgmsSoolqvDtSvOcaULJSD4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=1wt.eu; spf=pass smtp.mailfrom=1wt.eu; dkim=pass (1024-bit key) header.d=1wt.eu header.i=@1wt.eu header.b=jui2ZLvo; arc=none smtp.client-ip=51.159.59.229 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=1wt.eu Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=1wt.eu Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=1wt.eu header.i=@1wt.eu header.b="jui2ZLvo" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1wt.eu; s=mail; t=1779420513; bh=njDMNPxDLB/C2kub/wr9qoEaUjUD0pAkpk87lZSrvCk=; h=From:Message-ID:From; b=jui2ZLvoxKjk/j5Mw1ryDg5F1TxASluMhEcH/61+zuOnlt3lkyihXHvKxFnvXQTir qVxZiZM3BNv/R3bR1RvraJY04DX1o6LIJkgRQBFYKXJCs7/DFOcMQttcmyDyqINIdl 7uIc0AjQT311EqRTn5qrdUTEk2JbXnreAFqltGWI= Received: from 1wt.eu (ded1.1wt.eu [163.172.96.212]) by mta1.formilux.org (Postfix) with ESMTP id 3DF89C098B; Fri, 22 May 2026 05:28:33 +0200 (CEST) Date: Fri, 22 May 2026 05:28:32 +0200 From: Willy Tarreau To: Thomas =?iso-8859-1?Q?Wei=DFschuh?= Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/3] tools/nolibc: -Wwrite-strings compatibility Message-ID: References: <20260521-nolibc-write-strings-v1-0-2debb3ad4142@weissschuh.net> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20260521-nolibc-write-strings-v1-0-2debb3ad4142@weissschuh.net> Hi Thomas, On Thu, May 21, 2026 at 06:29:28PM +0200, Thomas Weißschuh wrote: > Make sure not to trigger -Wwrite-strings warnings. > > Signed-off-by: Thomas Weißschuh Looks good, and it's pleasant to see that we can enable one extra warning with so few changes. Acked-by: Willy Tarreau Thanks! Willy