Commit Graph

  • 9b8ca885fc !288 更正了在spec中生成filelist时一些没有生效的语法 Merge pull request !288 from Yangyanchao/master openeuler-ci-bot 2021-12-13 13:26:06 +00:00
  • 42ab10c9b6 !286 默认版本支持所有英文与中文 From: @yang_yanchao Reviewed-by: @liqingqing_1229 Signed-off-by: @liqingqing_1229 openeuler-ci-bot 2021-12-10 00:57:32 +00:00
  • 91e26f23d2 Deleted some unnecessary command when make master.filelist Yang Yanchao 2021-12-09 21:14:02 +08:00
  • f5e24fbbc9 support all Chinese and English by default Yang Yanchao 2021-12-09 16:43:24 +08:00
  • 0ac59f5ae4 !279 调整memset的水线x86_rep_stosb_threshold从为1M From: @yang_yanchao Reviewed-by: @liqingqing_1229 Signed-off-by: @liqingqing_1229 openeuler-ci-bot 2021-12-03 06:17:56 +00:00
  • 6495a142f4 turn 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
  • 0057d144a9 revert the use of sched_getaffinity [BZ #28310] liqingqing_1229 2021-12-02 19:28:14 +08:00
  • dd630adac6 !260 Linux: Simplify __opensock and fix race condition [BZ #28353] From: @wangbin224 Reviewed-by: @liqingqing_1229 Signed-off-by: @liqingqing_1229 openeuler-ci-bot 2021-11-30 03:36:31 +00:00
  • b91290ce41 Linux: Simplify __opensock and fix race condition [BZ #28353] Bin Wang 2021-11-30 10:14:26 +08:00
  • 7f83d0d27e !254 libpthread-2.17.so 部分开源用例不通过 From: @yang_yanchao Reviewed-by: Signed-off-by: openeuler-ci-bot 2021-11-25 07:17:32 +00:00
  • 8615244aa3 Refactor the libpthread-2.17.so code and pass all test cases. Yang Yanchao 2021-11-23 14:40:08 +08:00
  • 8cf60dde09 !252 revert supress -Wcast-qual warnings in bsearch From: @liqingqing_1229 Reviewed-by: Signed-off-by: openeuler-ci-bot 2021-11-19 03:23:46 +00:00
  • 1feba0288f revert supress -Wcast-qual warnings in bsearch liqingqing_1229 2021-11-18 17:34:46 +08:00
  • 36a2ba3359 !248 posix: Fix attribute access mode on getcwd [BZ #27476],Suppress -Wcast-qual warnings in bsearch From: @liqingqing_1229 Reviewed-by: @wswsamao Signed-off-by: @wswsamao openeuler-ci-bot 2021-11-16 09:33:42 +00:00
  • 05f7be5273 fix 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
  • 35e1891d71 elf: 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
  • 3ab2b7b71b gconv: 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
  • 165466c5b3 !237 iconvconfig: Fix behaviour with --prefix From: @liqingqing_1229 Reviewed-by: @wangbin224 Signed-off-by: @wangbin224 openeuler-ci-bot 2021-11-09 11:20:12 +00:00
  • 2b77a61d3e iconvconfig: Fix behaviour with --prefix liqingqing_1229 2021-11-09 15:28:35 +08:00
  • fcfe225ad2 !235 nptl: pthread_kill race condition issues fixed From: @liqingqing_1229 Reviewed-by: @wangbin224 Signed-off-by: @wangbin224 openeuler-ci-bot 2021-11-09 01:48:38 +00:00
  • 83aeb85874 nptl: pthread_kill race condition issues fixed. uplink: https://sourceware.org/bugzilla/show_bug.cgi?id=19193 https://sourceware.org/bugzilla/show_bug.cgi?id=12889 https://sourceware.org/bugzilla/show_bug.cgi?id=28036 https://sourceware.org/bugzilla/show_bug.cgi?id=28363 https://sourceware.org/bugzilla/show_bug.cgi?id=28407 liqingqing_1229 2021-11-08 21:07:42 +08:00
  • f8f301139c !233 nptl: pthread_kill, pthread_cancel should not fail after exit (bug 19193) From: @liqingqing_1229 Reviewed-by: @wswsamao Signed-off-by: @wswsamao openeuler-ci-bot 2021-11-05 01:58:41 +00:00
  • 5d781b4a0c pthread_kill and pthread_cancel return success for satisfy posix standard. liqingqing_1229 2021-11-04 19:59:03 +08:00
  • 823437ebcf !217 aarch64: update A64FX memset not to degrade at 16KB From: @liqingqing_1229 Reviewed-by: @wangbin224 Signed-off-by: @wangbin224 openeuler-ci-bot 2021-10-29 06:18:46 +00:00
  • 653f3153b9 aarch64: update a64fx memset not to degrade at 16KB liqingqing_1229 2021-10-29 11:07:01 +08:00
  • 97485454ba !216 x86-64: Use testl to check __x86_string_control From: @liqingqing_1229 Reviewed-by: @wangbin224 Signed-off-by: @wangbin224 openeuler-ci-bot 2021-10-29 02:48:27 +00:00
  • a085006b9e use testl, instead of andl, to check __x86_string_control to avoid updating __x86_string_control liqingqing_1229 2021-10-28 20:59:51 +08:00
  • 59f33bf0f8 !215 编译阶段显示更多的testsuite调试信息 From: @yang_yanchao Reviewed-by: @liqingqing_1229 Signed-off-by: @liqingqing_1229 openeuler-ci-bot 2021-10-28 01:28:37 +00:00
  • e6a721beed Show 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
  • 14d36df964 Use __executable_start as the lowest address for profiling Fcc 2021-10-26 20:29:37 +08:00
  • 7ea2eb1990 !213 glibc:enable libpthreadcond in glibc-2.34 From: @yang_yanchao Reviewed-by: Signed-off-by: openeuler-ci-bot 2021-10-26 09:32:08 +00:00
  • 0efa08b12d glibc: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
  • 88a66f7a0c fix 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
  • 018de895ca fpu: x86-64 optimize load of all bits set into ZMM register. liqingqing_1229 2021-10-25 15:09:40 +08:00
  • 9564aeebe9 !210 增加glibc-locale-archive,增加对更多语言的支持,同时减少内存占用 From: @yang_yanchao Reviewed-by: @luochenglcs,@liqingqing_1229 Signed-off-by: @liqingqing_1229 openeuler-ci-bot 2021-10-19 08:47:36 +00:00
  • 14364fe566 Add locale-archive sub packages to support more languages and reduce memory usage. Yang Yanchao 2021-10-19 12:06:41 +08:00
  • 4c56d24fca !207 增加glibc测试套白名单,对于白名单以外的失败用例失败时停止构建 From: @yang_yanchao Reviewed-by: Signed-off-by: openeuler-ci-bot 2021-10-14 07:25:56 +00:00
  • 99e0df3458 Add 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
  • 09e73f980a update 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
  • 39ba937215 elf: 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
  • 60314ef12d time 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
  • 8b0605e3bf mtrace: use a static buffer for printing, fix upstream bug BZ #25947 liqingqing_1229 2021-09-27 19:17:12 +08:00
  • 3c9a63f0a9 !198 aarch64: Make elf_machine_{load_address,dynamic} robust [BZ #28203] From: @liqingqing_1229 Reviewed-by: @wangbin224 Signed-off-by: @wangbin224 openeuler-ci-bot 2021-09-26 03:38:11 +00:00
  • e4fd5bf689 aarch64: Make elf_machine_{load_addr,dynamic} robust [BZ #28203] liqingqing_1229 2021-09-26 09:49:22 +08:00
  • 055596e7b5 !197 aarch64: optimize memset performance From: @liqingqing_1229 Reviewed-by: @wangbin224 Signed-off-by: @wangbin224 openeuler-ci-bot 2021-09-17 09:00:57 +00:00
  • 8d6576b56f aarch64: optimize memset performance liqingqing_1229 2021-09-17 16:02:18 +08:00
  • 5c239ac40f !195 backport upstream patches to fix some memory leak and double free bugs From: @liqingqing_1229 Reviewed-by: @wangbin224 Signed-off-by: @wangbin224 openeuler-ci-bot 2021-09-17 03:02:38 +00:00
  • 524981388e fix some patches to fix some memory leak and double free bugs. liqingqing_1229 2021-09-17 09:29:06 +08:00
  • 12d88f5b3d !192 add static-pie compilation option in aarch64 From: @yang_yanchao Reviewed-by: @wangbin224 Signed-off-by: @wangbin224 openeuler-ci-bot 2021-09-14 09:06:35 +00:00
  • 40f3e7ca8a add --enable-static-pie in aarch64 yangyanchao 2021-09-14 15:45:08 +08:00
  • cbf6bde944 !182 fix CVE-2021-38604 From: @liqingqing_1229 Reviewed-by: @wangbin224 Signed-off-by: @wangbin224 openeuler-ci-bot 2021-08-25 03:33:48 +00:00
  • 2418652d62 fix CVE-2021-38604 liqingqing_1229 2021-08-25 08:57:49 +08:00
  • ac300bf2a3 !180 upgrade to glibc2.34 From: @liqingqing_1229 Reviewed-by: @wswsamao,@wswsamao Signed-off-by: @wswsamao openeuler-ci-bot 2021-08-06 12:12:11 +00:00
  • bc9517add8 upgrade to glibc 2.34 liqingqing_1229 2021-08-06 17:30:12 +08:00
  • bf083dcdff !171 remove unnecessary build require. From: @zhouwenpei Reviewed-by: @SuperSix173 Signed-off-by: @SuperSix173 openeuler-ci-bot 2021-07-23 10:27:33 +00:00
  • 0b221203fb remove unnecessary build require. zhouwenpei 2021-07-23 15:55:07 +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
  • b49c4bc483 malloc: 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
  • c4279fb077 fix 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
  • 86aa348cef !152 fix CVE-2021-33574 From: @liqingqing_1229 Reviewed-by: Signed-off-by: openeuler-ci-bot 2021-06-21 03:08:13 +00:00
  • 90b78e8b57 fix CVE-2021-33574 liqingqing_1229 2021-06-18 20:30:53 +08:00
  • 7113e43a55 !135 Fix locales BEP inconsistence, use python to replace same file From: @xu_huijie Reviewed-by: @liqingqing_1229 Signed-off-by: @liqingqing_1229 openeuler-ci-bot 2021-04-28 09:32:54 +08:00
  • d33df5fa43 fix locales's BEP inconsistence, use python to replace same file to hard link xuhuijie 2021-04-27 09:40:07 +08:00
  • 3edfd5aa5a !131 Fix-the-inaccuracy-of-j0f-j1f-y0f-y1f-BZ.patch From: @xielhxie Reviewed-by: @liqingqing_1229 Signed-off-by: @liqingqing_1229 openeuler-ci-bot 2021-04-17 11:31:31 +08:00
  • a2703f537a Fix-the-inaccuracy-of-j0f-j1f-y0f-y1f-BZ.patch xielhxie 2021-04-07 11:35:31 +08:00
  • 50d480673b !126 升级glibc到2.33 From: @wswsamao Reviewed-by: @liqingqing_1229 Signed-off-by: @liqingqing_1229 openeuler-ci-bot 2021-03-11 09:38:46 +08:00
  • 51bddc616d upgrade glibc from 2.31-9 to 2.33-1 wangshuo 2021-03-08 16:59:52 +08:00
  • da501e53af !100 elf: Allow dlopen of filter object to work [BZ #16272] From: @sdrkun Reviewed-by: @liqingqing_1229 Signed-off-by: @liqingqing_1229 openeuler-ci-bot 2021-01-28 17:26:24 +08:00
  • 102231c569 elf: Allow dlopen of filter object to work [BZ #16272] Sdrkun 2021-01-26 20:09:32 +08:00
  • 3fd7655a14 !87 将openEuler字样更换%vendor From: @wswsamao Reviewed-by: @liqingqing_1229 Signed-off-by: @liqingqing_1229 openeuler-ci-bot 2021-01-08 19:08:47 +08:00
  • 83df0b99ce Replace openEuler by %{_vendor} for versatility wangshuo 2021-01-08 11:09:00 +08:00
  • edccc4a00a !70 Fix CVE-2020-27618 From: @liusirui91 Reviewed-by: @liqingqing_1229 Signed-off-by: @liqingqing_1229 openeuler-ci-bot 2020-11-10 21:24:43 +08:00
  • 95f5794214 Fix CVE-2020-27618 liusirui 2020-11-10 17:28:03 +08:00
  • 5ac8495534 !69 config yaml for patch tracking From: @gameoverboss Reviewed-by: @liqingqing_1229 Signed-off-by: @liqingqing_1229 openeuler-ci-bot 2020-10-30 19:23:01 +08:00
  • 510db32aa5 config 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
  • 2ed033ad3c rtld: 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
  • 0c410efa03 For 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
  • 94a9b01b4e the 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
  • b82bc1047a 由于ssh的路径容易被防火墙隔离,替换成https的路径。 liqingqing_1229 2020-08-04 21:18:24 +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
  • 9093b3b59e disable 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
  • 817b947c74 fix 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
  • 5458339cff upgrade glibc from 2.28-45 to 2.31-1 version buque 2020-07-09 19:57:24 +08:00