liqingqing_1229
f9979abd6d
nptl:Fix ___pthread_unregister_cancel_restore asynchronous
2022-09-08 19:16:19 +08:00
openeuler-ci-bot
0e34a663ab
!492 add requires between glibc-info and glibc
...
From: @liqingqing_1229
Reviewed-by: @wangbin224
Signed-off-by: @wangbin224
2022-09-08 11:06:11 +00:00
liqingqing_1229
af0473d7f8
add requires between glibc-info and glibc
2022-09-08 14:22:57 +08:00
openeuler-ci-bot
8d7433e01b
!479 fix LD_HUGEPAGE_LIB env does not take effect
...
From: @lvying6
Reviewed-by: @liqingqing_1229
Signed-off-by: @liqingqing_1229
2022-08-12 01:44:45 +00:00
Lv Ying
e9d4e0e558
fix LD_HUGEPAGE_LIB env does not take effect
...
Signed-off-by: Lv Ying <lvying6@huawei.com>
2022-08-10 05:31:56 +08:00
openeuler-ci-bot
e0b8d4f5a2
!473 回合上游社区补丁
...
From: @xujing99
Reviewed-by: @liqingqing_1229
Signed-off-by: @liqingqing_1229
2022-08-02 06:58:33 +00:00
xujing
542058db63
sync patches from upstream community
2022-08-02 10:59:01 +08:00
openeuler-ci-bot
b91a952fb4
!470 optimize Obsoletes version
...
From: @liqingqing_1229
Reviewed-by: @wswsamao
Signed-off-by: @wswsamao
2022-07-29 01:11:21 +00:00
liqingqing_1229
8110ba7b02
optimize Obsoletes version
2022-07-28 16:17:16 +08:00
openeuler-ci-bot
fc6739d4ba
!462 在glibc-compat-2.17中增加libpthread_nonshared.a
...
From: @yang_yanchao
Reviewed-by: @liqingqing_1229
Signed-off-by: @liqingqing_1229
2022-07-08 00:51:40 +00:00
Yang Yanchao
13528d91ee
add libpthread_nonshared.a in glibc-compat-2.17 for old applications
...
Signed-off-by: Yang Yanchao <yangyanchao6@huawei.com>
2022-07-07 15:42:58 +08:00
openeuler-ci-bot
487ba8e9b4
!461 enable -werror by default
...
From: @liqingqing_1229
Reviewed-by: @yang_yanchao
Signed-off-by: @yang_yanchao
2022-07-06 07:52:08 +00:00
liqingqing_1229
3300f1534a
enable -werror by default
2022-07-06 15:18:20 +08:00
openeuler-ci-bot
ac13def8d8
!458 linux: Fix mq_timereceive check for 32 bit fallback code (BZ 29304)
...
From: @liqingqing_1229
Reviewed-by: @yang_yanchao
Signed-off-by: @yang_yanchao
2022-07-01 07:53:20 +00:00
liqingqing_1229
f7943522cd
Fix mq_timereceive check for 32bit fallback code (BZ 29304)
2022-07-01 14:56:43 +08:00
openeuler-ci-bot
b9e6d35bc5
!455 aarch64: add -mno-outline-atomics to prevent mallocT2_xx performance regression
...
From: @liqingqing_1229
Reviewed-by: @wswsamao
Signed-off-by: @wswsamao
2022-06-29 01:08:50 +00:00
liqingqing_1229
0d00f6fd2a
aarch64: add -mno-outline-atomics to prevent mallocT2_xx performance regression
2022-06-28 16:27:57 +08:00
openeuler-ci-bot
215b9bc156
!453 x86: use total l3cache for non_temporal_threshold in intel cpu
...
From: @liqingqing_1229
Reviewed-by: @yang_yanchao
Signed-off-by: @yang_yanchao
2022-06-28 02:59:07 +00:00
liqingqing_1229
f0a89aa4dd
x86: use total l3cache for non_temporal_threshold
2022-06-27 20:42:44 +08:00
openeuler-ci-bot
958dd181d9
!448 Use Lua to compile the installation scripts of glibc-common and glibc-locale-archive.
...
From: @yang_yanchao
Reviewed-by: @liqingqing_1229
Signed-off-by: @liqingqing_1229
2022-06-14 12:52:36 +00:00
Yang Yanchao
56e49a9484
Use Lua to compile the installation scripts of glibc-common and glibc-locale-archive.
...
Signed-off-by: Yang Yanchao <yangyanchao6@huawei.com>
2022-06-14 19:37:40 +08:00
openeuler-ci-bot
e94dd6c969
!446 use locale-archive to prevent basic command performance regression
...
From: @liqingqing_1229
Reviewed-by: @yang_yanchao
Signed-off-by: @yang_yanchao
2022-06-02 02:09:40 +00:00
liqingqing_1229
29b022e112
use locale-archive to prevent basic command performance regression
...
all the basic command like chgrp/chmod/chown/mkdir/touch
will first search /use/lib/locale/locale-archive. if failed,
then search the exact locale like /usr/lib/locale/zh_CN.
right now we don't have locale-archive and this will cause the
basic command's performance regression, so add it.
2022-06-01 16:30:30 +08:00
openeuler-ci-bot
f87889e658
!443 Fix deadlock when pthread_atfork handler calls pthread_atfork or dlclose
...
From: @superhugepan
Reviewed-by: @liqingqing_1229
Signed-off-by: @liqingqing_1229
2022-05-31 13:55:14 +00:00
superhugepan
9cdd2ced15
Fix deadlock when pthread_atwork handler calls pthread_atwork or dlclose
2022-05-31 20:51:11 +08:00
openeuler-ci-bot
bbc6e3139b
!441 Linux: Avoid closing -1 on failure in __closefrom_fallback
...
From: @liqingqing_1229
Reviewed-by: @yang_yanchao
Signed-off-by: @yang_yanchao
2022-05-30 03:12:43 +00:00
liqingqing_1229
f1754a4f67
Linux: Avoid closing -1 onfaiure in __closefrom_fallback
2022-05-30 10:31:09 +08:00
openeuler-ci-bot
018e7b964c
!439 realpath: Avoid overwriting preexisting error (CVE-2021-3998)
...
From: @liqingqing_1229
Reviewed-by: @yang_yanchao
Signed-off-by: @yang_yanchao
2022-05-28 12:13:43 +00:00
liqingqing_1229
9674849853
realpath: Avoid overwriting preexisting error(CVE-2021-3998)
2022-05-28 18:42:49 +08:00
openeuler-ci-bot
2e7b3098b8
!435 elf: Fix use-after-free in ldconfig [BZ #26779 ]
...
From: @xujing99
Reviewed-by: @liqingqing_1229
Signed-off-by: @liqingqing_1229
2022-05-23 00:44:37 +00:00
xujing
fcdff92b0c
elf: Fix use-after-free in ldconfig [BZ #26779 ]
2022-05-20 14:42:00 +08:00
openeuler-ci-bot
8a8ffdf89f
!428 linux: Fix posix_spawn return code if clone fails (BZ#29109)
...
From: @liqingqing_1229
Reviewed-by: @yang_yanchao
Signed-off-by: @yang_yanchao
2022-05-07 03:38:21 +00:00
liqingqing_1229
09f4240df1
linux: Fix posix_spawn return code if clone fails (BZ#29109)
2022-05-07 09:07:08 +08:00
openeuler-ci-bot
0fee5f6876
!421 restore remove nscd
...
From: @jiangheng12
Reviewed-by: @liqingqing_1229
Signed-off-by: @liqingqing_1229
2022-05-06 01:50:58 +00:00
jiangheng
83d841595a
restore remove nscd
2022-05-05 19:31:28 +08:00
openeuler-ci-bot
0885c8c1ea
!420 linux: Fix fchmodat with AT_SYMLINK_NOFOLLOW for 64 bit time_t (BZ#29097)
...
From: @liqingqing_1229
Reviewed-by: @yang_yanchao
Signed-off-by: @yang_yanchao
2022-05-05 11:17:25 +00:00
liqingqing_1229
b4ec523985
linux: Fix fchmodat with AT_SYMLINK_NOFOLLOW for 64 bit time_t (BZ#29097)
2022-05-05 15:30:43 +08:00
openeuler-ci-bot
64c053c6b6
!418 posix/glob.c: update from gnulib
...
From: @superhugepan
Reviewed-by: @liqingqing_1229
Signed-off-by: @liqingqing_1229
2022-04-29 09:52:01 +00:00
superhugepan
0a93b71ea4
posix/glob.c: update from gnulib
2022-04-29 16:27:00 +08:00
openeuler-ci-bot
05ea9a063f
!416 elf: Fix initial-exec TLS access on audit modules (BZ #28096 )
...
From: @xujing99
Reviewed-by: @liqingqing_1229
Signed-off-by: @liqingqing_1229
2022-04-25 00:47:13 +00:00
xujing
c14cb1be99
elf: Fix initial-exec TLS access on audit modules (BZ #28096 )
2022-04-24 19:23:33 +08:00
openeuler-ci-bot
a4572036cf
!414 nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)
...
From: @liqingqing_1229
Reviewed-by: @yang_yanchao
Signed-off-by: @yang_yanchao
2022-04-22 02:42:58 +00:00
liqingqing_1229
752db166d0
nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)
...
upstream link is https://sourceware.org/bugzilla/show_bug.cgi?id=29029
2022-04-21 09:13:33 +08:00
openeuler-ci-bot
7bceaad3d8
!412 sync glibc upstream to fix bug 28828/28949/28993
...
From: @liqingqing_1229
Reviewed-by: @yang_yanchao
Signed-off-by: @yang_yanchao
2022-04-11 07:16:00 +00:00
liqingqing_1229
21334ee1f9
sync glibc upstream to fix bug 28828/28949/28993
...
here the details:
libio: Ensure output buffer for wchars bug 28828
libio: libio Flush onlu _IO_str_overflow must not return EOF bug 28949
linux: Fix _closefrom_fallback iterates until max int bug 28993
2022-04-11 14:19:05 +08:00
openeuler-ci-bot
30abaab648
!410 localedef: Handle symbolic links when generating locale-archive
...
From: @liqingqing_1229
Reviewed-by: @yang_yanchao
Signed-off-by: @yang_yanchao
2022-04-08 06:34:55 +00:00
liqingqing_1229
a99a5d915f
localedef: Handle symbolic links when generating locale-archive
2022-04-08 09:13:59 +08:00
openeuler-ci-bot
392ce5abce
!409 [sync] PR-408: use mlock to determine hugepage RLIMIT_MEMLOCK soft resource limit is valid
...
From: @openeuler-sync-bot
Reviewed-by: @yang_yanchao
Signed-off-by: @yang_yanchao
2022-03-31 07:56:14 +00:00
Lv Ying
3579b038ab
use mlock to determine hugepage RLIMIT_MEMLOCK soft resource limit is valid
...
Signed-off-by: Lv Ying <lvying6@huawei.com>
(cherry picked from commit e2b1c096a33d8130e739a6800ebae38db80a6346)
2022-03-31 09:37:58 +08:00
openeuler-ci-bot
cd7af16a04
!403 mv libc.info.gz* to the package glibc-help
...
From: @yang_yanchao
Reviewed-by: @liqingqing_1229
Signed-off-by: @liqingqing_1229
2022-03-30 01:09:14 +00:00