From 5e9d135b5b6d1737bec06fa561764647b2f1042e Mon Sep 17 00:00:00 2001 From: liusirui Date: Thu, 23 Dec 2021 19:11:07 +0800 Subject: [PATCH] Simplify __opensock and fix race condition [BZ #28353] Signed-off-by: liusirui --- Linux-Simplify-__opensock-and-fix-race-condition-BZ-.patch | 2 +- glibc.spec | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Linux-Simplify-__opensock-and-fix-race-condition-BZ-.patch b/Linux-Simplify-__opensock-and-fix-race-condition-BZ-.patch index b7cbeef..44e9b89 100644 --- a/Linux-Simplify-__opensock-and-fix-race-condition-BZ-.patch +++ b/Linux-Simplify-__opensock-and-fix-race-condition-BZ-.patch @@ -237,5 +237,5 @@ index f099d651ff..0000000000 -#define NEED_AF_IUCV 1 -#include "../opensock.c" -- -2.27.0 +2.25.1 diff --git a/glibc.spec b/glibc.spec index ee69464..b3912fe 100644 --- a/glibc.spec +++ b/glibc.spec @@ -65,7 +65,7 @@ ############################################################################## Name: glibc Version: 2.34 -Release: 34 +Release: 35 Summary: The GNU libc libraries License: %{all_license} URL: http://www.gnu.org/software/glibc/ @@ -142,6 +142,7 @@ Patch55: support-Add-support_open_dev_null_range.patch Patch56: Use-support_open_dev_null_range-io-tst-closefrom-mis.patch Patch57: Fix-failing-nss-tst-nss-files-hosts-long-with-local-.patch Patch58: nptl-Add-one-more-barrier-to-nptl-tst-create1.patch +Patch59: Linux-Simplify-__opensock-and-fix-race-condition-BZ-.patch Patch9000: turn-default-value-of-x86_rep_stosb_threshold_form_2K_to_1M.patch Patch9001: delete-no-hard-link-to-avoid-all_language-package-to.patch @@ -1338,6 +1339,9 @@ fi %endif %changelog +* Tue Dec 23 2021 liusirui - 2.34-35 +- Simplify __opensock and fix race condition [BZ #28353] + * Tue Dec 21 2021 Qingqing Li - 2.34-34 - tst: fix failing nss/tst-nss-files-hosts-long with local resolver use support_open_dev_null_range io/tst-closefrom, mise/tst-close_range, and posix/tst-spawn5(BZ#28260) -- Gitee