From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id ENDBK1x9J2V7NAAAG6o9tA:P1 (envelope-from ) for ; Thu, 12 Oct 2023 07:00:12 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id ENDBK1x9J2V7NAAAG6o9tA (envelope-from ) for ; Thu, 12 Oct 2023 07:00:12 +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 48AA3664B0 for ; Thu, 12 Oct 2023 07:00:12 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=ke3WED2K; 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"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1697086812; 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-to: 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=TgaocgIPY2FbNKuRlYL7BheUbL3gBb81jzChBkjouZM=; b=jUXOmaGiA+gahwk+JlJlj+p/a0iq+zOqcz+ocBeLoR1nPOKYe/IU2MpZBPykQCR88uCI+d urAiS8jcwuWTFTUg+ubq4mHwgyk2+S2kjsiYySfBQ/KONwE2PWah8mQW/4JRc33Bwj/Ktg fnqioQhxN0qMiY8Zyd2kDPVjXsybyOb9Q70Yw4Ux5I0viu3231TQ7cSal6RQFecN0QMDNN 4NONPFygMlvVs4JmGfKvsnwoD2k9Df9ef7WgqzKwgMAXaMtt5Z1rvQtngXOHGDq4hDsgYj eINt3yWZretzevPzwQA8gNXTkhoO34gUbERWL7No6BRPVLLP9WtTCKCZlRBR6g== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1697086812; a=rsa-sha256; cv=none; b=W72xqEYzVMX89C5Vv+r4h3diUBF0i0d9KfoTrYzGrJ3K/J7+GNLmyZh0fAPDqBEnirlXaS v6SZN5KM5zL4NjsSZhJHhlbydhEXfztd30smQzOruHutpk03VwflyIFTbv7AR81ZaplY/G xPp30EZ6Nf6xlwCgzLLZhM1kznJ+cXVTrmN+DDk2g+NcAS+MNyKbrf2IamXrpDBj9BfIVK wHdz/+9SrzxTCnpLlIXgv46h90uJ0Ofi7i7BqB5Ah2foKzDdY5Bh491AApYpY6hsjbZzTi nMJCcFQW597C+V4ky7ddCDB2x3I8fmdNsOUbJ3XcWrbmRrFiyoFQQ29l1maL6A== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=ke3WED2K; 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"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qqnnS-0006oe-0E; Thu, 12 Oct 2023 00:59:42 -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 1qqnnQ-0006o0-Qz for guix-patches@gnu.org; Thu, 12 Oct 2023 00:59: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 1qqnnQ-0004a8-IR for guix-patches@gnu.org; Thu, 12 Oct 2023 00:59:40 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qqnnm-0008OQ-G6 for guix-patches@gnu.org; Thu, 12 Oct 2023 01:00:02 -0400 Subject: bug#66348: [PATCH RFC] gnu: glibc: Fix CVE-2023-4911. Resent-From: Liliana Marie Prikler Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 12 Oct 2023 05:00:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 66348 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch security To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 66348-done@debbugs.gnu.org Mail-Followup-To: 66348@debbugs.gnu.org, liliana.prikler@gmail.com, liliana.prikler@gmail.com Received: via spool by 66348-done@debbugs.gnu.org id=D66348.169708675832171 (code D ref 66348); Thu, 12 Oct 2023 05:00:02 +0000 Received: (at 66348-done) by debbugs.gnu.org; 12 Oct 2023 04:59:18 +0000 Received: from localhost ([127.0.0.1]:40379 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qqnn3-0008Mp-Oy for submit@debbugs.gnu.org; Thu, 12 Oct 2023 00:59:18 -0400 Received: from mail-wr1-x42c.google.com ([2a00:1450:4864:20::42c]:57757) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qqnmz-0008MX-42 for 66348-done@debbugs.gnu.org; Thu, 12 Oct 2023 00:59:16 -0400 Received: by mail-wr1-x42c.google.com with SMTP id ffacd0b85a97d-3226cc3e324so538349f8f.3 for <66348-done@debbugs.gnu.org>; Wed, 11 Oct 2023 21:58:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1697086725; x=1697691525; darn=debbugs.gnu.org; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:from:to:cc:subject :date:message-id:reply-to; bh=TgaocgIPY2FbNKuRlYL7BheUbL3gBb81jzChBkjouZM=; b=ke3WED2KmQpVSQdAoQsB+q+wAiyV/GLI//Mipc8ChFciFfIOqC9f1I1zNY3v8gVib1 ZpbG0iWwmUwe5dpuinK9oU84MN0ecteMKIsPKtzoWQCAV/wj/zxtiTHgXGYCb30VemxE 7CC0vD7K+itk8yASnc2tgv0L9FhLPyjOvV/TSyD24HbMvrIAftBva2mUsOvQBL+6itSa oUbYjJD9UNb59n41U8El6OC5Bp3GeuK0xtUQAHrUEvmN+H88dP3MMimlFyaNaawuKS/Q ZkUqx4/e4W3ZK0lG+tLNG6CqcaXkeAYJDcmxZWy2m3h+OpJFThSEOvAn987S94i9atJ/ YP2Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697086725; x=1697691525; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=TgaocgIPY2FbNKuRlYL7BheUbL3gBb81jzChBkjouZM=; b=qs16SO/vkU0cmSHyuNSomAamKCg1tXnGbEU4j3A3aUh99LnzAZHGDnaeP/t/O0NM4s PYQ9AeotHGqqhnZkccx+zkrNbdfGhG+Vcgib3H8C7z1SAlcpvTXy75g1v3OqNkvMeSGV fzJJFqUwT8ugGk+KNhK9gwYsbMINqj/FSuuf9tyNYNm5KQPT9k0Pl1ZQbeKc/qZGbIYc uTplxSkUrx81Sc2ftH7EQap+k/GosyBSOFsRI7MBDznvmTVOH8ZS5QF3E+jLKcqk/kwJ Vu1VSR95QhQTUZBMFXPsZOOd3NblfebPicq2UFNwalXyZ7chMyGSyIRRmLZ0EDHTsYxc ch6A== X-Gm-Message-State: AOJu0YwugjdNxkHkuBc6tCfY/skXb+HI8q1eH0gUeYTVtauKCortTgcm +PvnRCD5o/ahvRfXHwpgLww= X-Google-Smtp-Source: AGHT+IFLLWXe2hTsNi9lsb114rIn0jdAF9+g5HqfUVAlp6OApa9h81KTz8+w55GI2NnV82dQ4Q3zqA== X-Received: by 2002:a05:6000:109:b0:319:8bd0:d18c with SMTP id o9-20020a056000010900b003198bd0d18cmr20817159wrx.52.1697086724514; Wed, 11 Oct 2023 21:58:44 -0700 (PDT) Received: from lumine.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id p11-20020a5d638b000000b00317a04131c5sm17030960wru.57.2023.10.11.21.58.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 11 Oct 2023 21:58:43 -0700 (PDT) Message-ID: <01782ce35e0c6c5d07392060761298980a46e628.camel@gmail.com> From: Liliana Marie Prikler Date: Thu, 12 Oct 2023 06:58:36 +0200 In-Reply-To: <874jiwrgwn.fsf_-_@gnu.org> References: <87ttr3xucv.fsf@gnu.org> <604d2287350e122980db76d624af03422a0b4ec6.camel@gmail.com> <874jiwrgwn.fsf_-_@gnu.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 MIME-Version: 1.0 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-Flow: FLOW_IN X-Migadu-Country: US X-Spam-Score: 2.83 X-Migadu-Queue-Id: 48AA3664B0 X-Migadu-Scanner: mx0.migadu.com X-Migadu-Spam-Score: 2.83 X-TUID: OW6qVWp/ALo1 Am Mittwoch, dem 11.10.2023 um 23:24 +0200 schrieb Ludovic Court=C3=A8s: > Hi Liliana, >=20 > Liliana Marie Prikler skribis: >=20 > > Am Samstag, dem 07.10.2023 um 00:24 +0200 schrieb Ludovic Court=C3=A8s: >=20 > [...] >=20 > > > Another concern: we=E2=80=99ll be grafting every single package.=C2= =A0 It > > > 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?=C2=A0 If not, we might want to do a > > quick "ungrafting" branch before that. >=20 > 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. Okay. Pushed to master now. > As for ungrafting, yeah, maybe we=E2=80=99ll need a branch, but let=E2=80= =99s discuss > that separately. Sure. Cheers