From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id WCHIHeUSJ2VwIAEAauVa8A:P1 (envelope-from ) for ; Wed, 11 Oct 2023 23:25:57 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id WCHIHeUSJ2VwIAEAauVa8A (envelope-from ) for ; Wed, 11 Oct 2023 23:25:57 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 5B00A6449D for ; Wed, 11 Oct 2023 23:25:57 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="cIwAn4/b"; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1697059557; a=rsa-sha256; cv=none; b=MI9ILEJA7vir+w9xbfPrmcNX1vJLbiGCiXBCsVo3zxTLBpPPmPnQ0kRG723On1MGVfFpn8 nLtiA5ZKCSPJ+SGKTwT1CE9s7Z/c+AiH616ded1V6fr1ASH+js7lj9Dw9gGCZLM59YoavE JIG7W+J9pzAnhAmbYuQtgDRmPvlI0D3iSmXC+kdD+q6AWpyPWHVPLbcb0kh9+Vo1SrMZeo jc7x8CpY4/cZ7RVvbG/6yXgBxNt057+b3EjSoVtGGAqhotT76/tzLlZS66t++jzPTyBb8t Gf06jd65lwOQPMnAszejJbiNPqKxPe8s1B2HWXUHWDdPyzAoWhd7dwwRndaMKw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="cIwAn4/b"; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1697059557; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=47Zdp/h23rwL3bB73ggNBC58rMtL8c1uuFu1/aDpjYQ=; b=fSx/80NP/egMXjugR0sn1XIbj5TXy/z6/5CrARvF0dJ4A7Aug8g8oXfqdxd4HJlQqiePz2 UCFppzd2tZnfmyvdyCNK2h+ZXnpu5+bxbCqPoVcK1EznBlys4XkuBucEOtKoC0Si9eSVBV wwIdGCgjDmGNRiCUhWEBZgoQs0UFtMnLPQ8mlVntpASDsLmwIVir9pf40ub+8V27ay5teC rVnGrciFIozsZio6djTyjgaAq3MfNiF14VYkEDsjizSukp4tynGTbpIMwKojADgq633tcU kFWyO5UD17DFZpe/QiparnnxJWPFar5fxpfRAovRnGBYiteZ5TsPrTNiBxMKzA== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qqgi7-0004IS-6y; Wed, 11 Oct 2023 17:25:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qqgi3-0004H3-UV for guix-patches@gnu.org; Wed, 11 Oct 2023 17:25:40 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qqgi3-0006Jv-Lu for guix-patches@gnu.org; Wed, 11 Oct 2023 17:25:39 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qqgiP-0008FN-L6 for guix-patches@gnu.org; Wed, 11 Oct 2023 17:26:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66348] [PATCH RFC] gnu: glibc: Fix CVE-2023-4911. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 11 Oct 2023 21:26:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66348 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch security To: Liliana Marie Prikler Cc: 66348@debbugs.gnu.org Received: via spool by 66348-submit@debbugs.gnu.org id=B66348.169705952731627 (code B ref 66348); Wed, 11 Oct 2023 21:26:01 +0000 Received: (at 66348) by debbugs.gnu.org; 11 Oct 2023 21:25:27 +0000 Received: from localhost ([127.0.0.1]:40167 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qqghr-0008E3-GL for submit@debbugs.gnu.org; Wed, 11 Oct 2023 17:25:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56074) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qqghp-0008Dk-IO for 66348@debbugs.gnu.org; Wed, 11 Oct 2023 17:25:26 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qqghO-00063M-8Y; Wed, 11 Oct 2023 17:24:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=47Zdp/h23rwL3bB73ggNBC58rMtL8c1uuFu1/aDpjYQ=; b=cIwAn4/b6GlHzOR3pFKA 1KUHCd7fk8N4yd1gtgk2MIKDVr3shhMxQXM/G/YdypFbPvMGxVQzd2N+o46tj1iY4HAc0lTXGtg8U 0/QaoRLAwPAYaie0VV2XqAd9ku7JV4pBAjttMhZJBjkvNxqKCOjfq3ZAyuZ3Jeu8q48sRaleWTgFk 8X0sGTxycZA6cgEWcPJ+TqeyFkxFQb5Tl9KUURUlBXbyM8CtAD+KdOwPhmtsTr0BhFOFaSLLW4Oaf KEpmtUQSmfpvVesZB1/cyd0OvOF0nGWM1INCRp4i46rFK5NnEMqiyd/0mk4URb/suBJh0LQ2rqxhT yEG7gfg/REZM+w==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= In-Reply-To: <604d2287350e122980db76d624af03422a0b4ec6.camel@gmail.com> (Liliana Marie Prikler's message of "Sat, 07 Oct 2023 00:56:43 +0200") References: <87ttr3xucv.fsf@gnu.org> <604d2287350e122980db76d624af03422a0b4ec6.camel@gmail.com> Date: Wed, 11 Oct 2023 23:24:56 +0200 Message-ID: <874jiwrgwn.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Scanner: mx1.migadu.com X-Migadu-Spam-Score: -6.60 X-Spam-Score: -6.60 X-Migadu-Queue-Id: 5B00A6449D X-TUID: OqFS0pk9KCkd Hi Liliana, Liliana Marie Prikler skribis: > Am Samstag, dem 07.10.2023 um 00:24 +0200 schrieb Ludovic Court=C3=A8s: [...] >> Another concern: we=E2=80=99ll be grafting every single package.=C2=A0 I= t hurts >> performance so we may want to =E2=80=9Cungraft=E2=80=9D in core-updates = and get it >> merged soon. >>=20 >> Thoughts? > Is core-updates ready otherwise? If not, we might want to do a quick > "ungrafting" branch before that. To be clear: I think this patch should go to =E2=80=98master=E2=80=99, we= =E2=80=99d rather not wait too long. As for ungrafting, yeah, maybe we=E2=80=99ll need a branch, but let=E2=80= =99s discuss that separately. Thanks, Ludo=E2=80=99.