6495a142f4turn the default value of x86_rep_stosb_threshold from 2k to 1M
Yang Yanchao
2021-12-03 11:13:07 +08:00
59a7c20682!273 linux revert the use of sched_getaffinity From: @liqingqing_1229 Reviewed-by: @wswsamao Signed-off-by: @wswsamao
openeuler-ci-bot
2021-12-03 02:23:49 +00:00
0057d144a9revert the use of sched_getaffinity [BZ #28310]
liqingqing_1229
2021-12-02 19:28:14 +08:00
05f7be5273fix attribute access mode on getcwd [BZ #27476], supress -Wcast-qual warnings in bsearch
liqingqing_1229
2021-11-15 21:34:48 +08:00
7249c2be18!246 fix ld.so crashes while loading a DSO with a read-only dynamic section From: @liqingqing_1229 Reviewed-by: @wswsamao Signed-off-by: @wswsamao
openeuler-ci-bot
2021-11-15 12:42:34 +00:00
35e1891d71elf: fix ld.so crash while loading a DSO with a read-only dynamic section
liqingqing_1229
2021-11-15 15:38:31 +08:00
8688e5e637!243 gconv: Do not emit spurious NUL character in ISO-2022-JP-3 From: @liqingqing_1229 Reviewed-by: @wswsamao Signed-off-by: @wswsamao
openeuler-ci-bot
2021-11-11 01:07:44 +00:00
3ab2b7b71bgconv: Do not emit spurious NUL character in ISO-2022-JP-3, this also fix CVE-2021-43396.
liqingqing_1229
2021-11-10 11:51:41 +08:00
e6a721beedShow more debugging information during testsuite
Yang Yanchao
2021-10-26 21:17:15 +08:00
323fd801c1!214 Use __executable_start as the lowest address for profiling From: @fangchuang Reviewed-by: @liqingqing_1229 Signed-off-by: @liqingqing_1229
openeuler-ci-bot
2021-10-27 01:11:20 +00:00
14d36df964Use __executable_start as the lowest address for profiling
Fcc
2021-10-26 20:29:37 +08:00
0efa08b12dglibc:add glibc-compat-2.17 subpackage to provide the function of the glibc-2.17 pthread library. Currently, provide pthread_condition function.
Yang Yanchao
2021-10-26 09:31:27 +08:00
ffe6c1030e!212 fix mtrace output and valgrind check failed for tunables_strdup From: @liqingqing_1229 Reviewed-by: @wangbin224 Signed-off-by: @wangbin224
openeuler-ci-bot
2021-10-25 11:39:32 +00:00
88a66f7a0cfix mtrace output and valgrind check failed for tunables_strdup. -mtrace fix output with PIE and ASLR. -elf: rtld copy terminating null in tunables strdup.
liqingqing_1229
2021-10-25 16:54:09 +08:00
15a6e55473!211 x86-64: Optimize load of all bits set into ZMM register [BZ #28252] From: @liqingqing_1229 Reviewed-by: @wangbin224 Signed-off-by: @wangbin224
openeuler-ci-bot
2021-10-25 08:30:32 +00:00
018de895cafpu: x86-64 optimize load of all bits set into ZMM register.
liqingqing_1229
2021-10-25 15:09:40 +08:00
99e0df3458Add the testsuite whitelist. If a test case out of the trustlist fails, the compilation is interrupted.
Yang Yanchao
2021-10-12 16:28:32 +08:00
25cffc4730!206 update string test memmove.c to cover 16KB From: @liqingqing_1229 Reviewed-by: @wangbin224 Signed-off-by: @wangbin224
openeuler-ci-bot
2021-10-11 02:09:51 +00:00
09e73f980aupdate test memmove.c to cover 16KB
liqingqing_1229
2021-10-11 09:01:17 +08:00
62e383a696!202 elf: drop elf/tls-macros.h in favor of thread tls_mode attribute From: @liqingqing_1229 Reviewed-by: @lvying6,@wangbin224 Signed-off-by: @wangbin224
openeuler-ci-bot
2021-09-29 07:17:25 +00:00
39ba937215elf: drop elf/tls-macros.h in favor of thread tls_mode attribute. use __ehdr_start for __GLOBAL_OFFSET_TABLE[0]
liqingqing_1229
2021-09-29 11:52:32 +08:00
3da7d02c62!200 fix overflow ittimer tests on 32 bit system From: @liqingqing_1229 Reviewed-by: @wswsamao Signed-off-by: @wswsamao
openeuler-ci-bot
2021-09-29 03:36:25 +00:00
60314ef12dtime fix overflow itimer tests on 32 bit system
liqingqing_1229
2021-09-29 10:36:09 +08:00
d56bab677b!199 mtrace: use a static buffer for printing, fix upstream bug BZ #25947 From: @liqingqing_1229 Reviewed-by: @wangbin224 Signed-off-by: @wangbin224
openeuler-ci-bot
2021-09-27 11:42:26 +00:00
8b0605e3bfmtrace: use a static buffer for printing, fix upstream bug BZ #25947
liqingqing_1229
2021-09-27 19:17:12 +08:00
77d53dfe64!166 malloc: Initiate tcache shutdown even without allocations [BZ #28028] From: @liqingqing_1229 Reviewed-by: @wangbin224 Signed-off-by: @wangbin224
openeuler-ci-bot
2021-07-05 01:14:57 +00:00
b49c4bc483malloc: tcache shutdown sequence does not work if the thread never allocated anything. (bug 28028)
liqingqing_1229
2021-07-03 15:47:42 +08:00
3bdc13a4b4!162 wordexp: Use strtoul instead of atoi so that overflow can be detected. From: @liqingqing_1229 Reviewed-by: @wangbin224 Signed-off-by: @wangbin224
openeuler-ci-bot
2021-07-01 10:54:46 +00:00
c4279fb077fix CVE-2021-35942. wordexp: Use strtoul instead of atoi so that overflow can be detected.
liqingqing_1229
2021-07-01 14:26:02 +08:00
510db32aa5config yaml for patch tracking
gameoverboss
2020-10-30 15:56:47 +08:00
82fce85ce2!62 rtld: Avoid using up static TLS surplus for optimizations [BZ #25051]. From: @sdrkun Reviewed-by: @liqingqing_1229 Signed-off-by: @liqingqing_1229
openeuler-ci-bot
2020-10-12 20:21:13 +08:00
2ed033ad3crtld: Avoid using up static TLS surplus for optimizations [BZ #25051].
Sdrkun
2020-09-16 20:31:38 +08:00
5cced63bb9!50 remove country selection from tzselect.ksh Merge pull request !50 from MarsChan/master
openeuler-ci-bot
2020-09-10 16:13:23 +08:00
0c410efa03For political reasons, remove country selection from tzselect.ksh
MarsChan
2020-09-04 16:11:37 +08:00
7f8301d45c!47 build extra libpthreadcond.so Merge pull request !47 from 徐会杰/master
openeuler-ci-bot
2020-08-17 14:18:32 +08:00
94a9b01b4ethe new pthread_cond_wait function is slow when in multi core environment because of the queue. so we build old version function in an extra .so file. you can use it by adding LD_PRELOAD=./libpthreadcond.so in front of your program (eg: LD_PRELOAD=./libpthreadcond.so ./test). use with-libpthreadcond to open the spec compile option.
xuhuijie
2020-08-04 19:05:22 +08:00
753dac954a!48 use the https address instead of ssh. Merge pull request !48 from liqingqing_1229/master
openeuler-ci-bot
2020-08-04 21:22:37 +08:00
b991e5dd47!42 Disable warnings due to deprecated libselinux symbols used by nss and nscd Merge pull request !42 from wswsamao/mymaster
openeuler-ci-bot
2020-07-25 16:34:12 +08:00
9093b3b59edisable warnings due to deprecated libselinux symbols used by nss and nscd
wangshuo
2020-07-25 11:43:05 +08:00
2228e001ce!41 fix CVE-2020-6096 and some bugs Merge pull request !41 from wswsamao/mymaster
openeuler-ci-bot
2020-07-24 15:07:34 +08:00
817b947c74fix CVE-2020-6096 and some bugs
wangshuo
2020-07-24 09:53:41 +08:00
ed4da6c78e!39 upgrade glibc from 2.28-45 to 2.31-1 version Merge pull request !39 from 吴旭/master
openeuler-ci-bot
2020-07-20 11:42:11 +08:00
5458339cffupgrade glibc from 2.28-45 to 2.31-1 version
buque
2020-07-09 19:57:24 +08:00