!349 [sync] PR-348: linux: __get_nprocs_sched: do not feed CPU_COUNT_S with garbage [BZ #28850] Merge pull request !349 from openeuler-sync-bot/sync-pr348-2203-to-openEuler-22.03-LTS
openeuler-ci-bot
2022-02-07 11:29:38 +00:00
c0d8fe0932Pass the actual number of bytes returned by the kernel. Fixes: 33099d72e41c ("linux: Simplify get_nprocs")
liqingqing_1229
2022-02-07 15:36:59 +08:00
facbb7dec1Reconstruct the Debug Package Generation Mode: The default debuginfo management mechanism is not deleted. Instead, Use the default macro of RPM. /usr/lib/rpm/openEuler/macros defines: """ %install% {?_Enable Debug Package:% {?Build subdirectory:% {debug package}\ %%Install\ %{nil} """ There are two changes: 1. The source files in /usr/src are correctly packed into the debugging source. 2. The debugging file contains the glibc version number. The CI detects the file change. However, I think this is caused by the CI.
Yang Yanchao
2022-01-27 17:45:39 +08:00
6e134fd0a5disable check-installed-headers-c and check-installed-headers-cxx and delete glibc-benchtest to improve build speed
Yang Yanchao
2022-01-21 09:17:17 +08:00
!324 support: Add check for TID zero in support_wait_for_thread_exit Merge pull request !324 from liqingqing_1229/2203
openeuler-ci-bot
2022-01-21 06:25:42 +00:00
2fe3fe9429support: Add check for TID zero in support_wait_for_thread_exit
liqingqing_1229
2022-01-21 10:40:22 +08:00
!311 delete macro __filter_GLIBC_PRIVATE which is not support in rpm-4.17 Merge pull request !311 from Yangyanchao/openEuler-22.03-LTS-Next
openeuler-ci-bot
2022-01-12 13:53:18 +00:00
cc7c79d2a0delete macro __filter_GLIBC_PRIVATE which is not support in rpm-4.17 Use arbitrary filtering to control GLIBC_PRIVATE
Yang Yanchao
2022-01-11 10:20:56 +08:00
2b5fb60476build:add a switch, select find-debuginfo.sh rpm-build move find-debuginfo.sh into debugedit. and change the path from "/usr/lib/rpm" to "/usr/bin" adapts this change
Yang Yanchao
2022-01-10 14:41:26 +08:00
8576f5be17!307 support: Also return fd when it is 0 Merge pull request !307 from liqingqing_1229/2203
openeuler-ci-bot
2021-12-29 03:11:41 +00:00
fcfb718ec7support: Also return fd when it is 0
liqingqing_1229
2021-12-28 20:45:07 +08:00
81b8721638!306 elf replace nsid with args.nsid [BZ #27609] Merge pull request !306 from liqingqing_1229/2203
openeuler-ci-bot
2021-12-27 07:01:39 +00:00
f573e88f94turn the default value of x86_rep_stosb_threshold from 2k to 1M
Yang Yanchao
2021-12-03 11:13:07 +08:00
239f6bb6b6!278 [sync] PR-273: linux revert the use of sched_getaffinity From: @openeuler-sync-bot Reviewed-by: @liqingqing_1229 Signed-off-by: @liqingqing_1229
openeuler-ci-bot
2021-12-03 02:24:22 +00:00
738782294drevert the use of sched_getaffinity [BZ #28310]
liqingqing_1229
2021-12-02 19:28:14 +08:00
6a6b8fb597glibc: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
af382177a3fix 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
072756a62c!226 [sync] PR-211: x86-64: Optimize load of all bits set into ZMM register [BZ #28252] From: @openeuler-sync-bot Reviewed-by: @liqingqing_1229 Signed-off-by: @liqingqing_1229
openeuler-ci-bot
2021-11-02 06:37:39 +00:00
89ddec60f7fpu: x86-64 optimize load of all bits set into ZMM register.
liqingqing_1229
2021-10-25 15:09:40 +08:00
edaae34689Add 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
2cc8fc5dfa!223 [sync] PR-206: update string test memmove.c to cover 16KB From: @openeuler-sync-bot Reviewed-by: @liqingqing_1229 Signed-off-by: @liqingqing_1229
openeuler-ci-bot
2021-11-02 06:31:58 +00:00
b0f357c5e8update test memmove.c to cover 16KB
liqingqing_1229
2021-10-11 09:01:17 +08:00
024f162c45!222 [sync] PR-202: elf: drop elf/tls-macros.h in favor of thread tls_mode attribute From: @openeuler-sync-bot Reviewed-by: @liqingqing_1229 Signed-off-by: @liqingqing_1229
openeuler-ci-bot
2021-11-02 04:03:00 +00:00
353770b818elf: 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
ac3c8a34c8!221 [sync] PR-200: fix overflow ittimer tests on 32 bit system From: @openeuler-sync-bot Reviewed-by: @liqingqing_1229 Signed-off-by: @liqingqing_1229
openeuler-ci-bot
2021-11-02 00:50:39 +00:00
cf356da366time fix overflow itimer tests on 32 bit system
liqingqing_1229
2021-09-29 10:36:09 +08:00
5274c39942!220 [sync] PR-199: mtrace: use a static buffer for printing, fix upstream bug BZ #25947 From: @openeuler-sync-bot Reviewed-by: @liqingqing_1229 Signed-off-by: @liqingqing_1229
openeuler-ci-bot
2021-11-01 12:49:06 +00:00