From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x102f.google.com (mail-pj1-x102f.google.com [IPv6:2607:f8b0:4864:20::102f]) by sourceware.org (Postfix) with ESMTPS id 256453858402 for ; Thu, 24 Feb 2022 15:59:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 256453858402 Received: by mail-pj1-x102f.google.com with SMTP id cp23-20020a17090afb9700b001bbfe0fbe94so2389332pjb.3 for ; Thu, 24 Feb 2022 07:59:53 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition; bh=mwXOSJHGQ9L7lk7qZKtMFXkvJGjr90BC2BlE7X2scYg=; b=mgiClCThjZ2QF/STCuad6qG714IAQSDMxEocCOarf8J9qhPRluU/gUL8Z2ZL24s40Q 4LuKmdSHgmMTj9EGLJT5h36WQVAS3y2YfUoXdIcak2WG7DITUr+kM6BX8qdeI8TIthVj wayNQDv2FfHSeXLHMi6qSm7ux1Hl8PwavT3UUWXDbd48MHgzEogf3OQFsl4eufOgckTJ awZ5oILvYvUp/Q4PkSlUemCupG/4Rj1GjqG/fOKM6Vl4PdoQk1rwngucWh4x+nscHtUr O0qYgxod9VJKFS09BdM/2nA3yc69NGB8/cYM4Rv2R7yK8tBlp4WxlIMyeDqgeJ+FAz7R brlA== X-Gm-Message-State: AOAM532EmsNQWTwfDvF6de5h4nPmGT3POm/KPC9IAbIQeXHAjZyG9cD6 2WrxpqgCDTkHLW7iRcdpyQVGk5BxtyE= X-Google-Smtp-Source: ABdhPJxzLATnyRB8AwbbpoE9bUGRQE4tvKiGVup4vb031auek+bqjc6NkN5a4h3djzLX9Ys8WS6qZg== X-Received: by 2002:a17:902:d4c5:b0:150:20c7:78bd with SMTP id o5-20020a170902d4c500b0015020c778bdmr948203plg.25.1645718392076; Thu, 24 Feb 2022 07:59:52 -0800 (PST) Received: from gnu-tgl-3.localdomain ([172.58.35.88]) by smtp.gmail.com with ESMTPSA id k13sm4434319pfc.176.2022.02.24.07.59.51 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 24 Feb 2022 07:59:51 -0800 (PST) Received: by gnu-tgl-3.localdomain (Postfix, from userid 1000) id 9D0D5C0375; Thu, 24 Feb 2022 07:59:50 -0800 (PST) Date: Thu, 24 Feb 2022 07:59:50 -0800 From: "H.J. Lu" To: Stable GNU C Library Subject: [2.35 PATCH] NEWS: Add a bug fix entry for BZ #28688 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Status: No, score=-3028.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, GIT_PATCH_0, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libc-stable@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-stable mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Feb 2022 15:59:54 -0000 --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 008941555d..094a979afb 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,7 @@ Version 2.35.1 The following bugs are resolved with this release: + [28838] FAIL: elf/tst-p_align3 [28850] linux: __get_nprocs_sched reads uninitialized memory from the stack [28853] libc: tst-spawn6 changes current foreground process group (breaks test isolation) -- 2.35.1