[OE-core] [v3 PATCH 0/1] ltp: recent glibc calls syscall directly

2018-10-07 Thread Hongzhi.Song
v3: modify commit log with adding recipe name v2: modify the format of [Upstream-Status] Hongzhi.Song (1): ltp: recent glibc calls syscall directly ...nfo01-recent-glibc-calls-syscall-directly.patch | 75 ++ meta/recipes-extended/ltp/ltp_20180515.bb | 1 +

[OE-core] [PATCH 1/1] ltp: recent glibc calls syscall directly

2018-10-07 Thread Hongzhi.Song
The case of sigwaitinfo related to sigwaitinfo API failed. glibc commit 8b0e795aaa44 ("Simplify Linux sig{timed}wait{info} implementations") changed sigwaitinfo to call sigtimedwait, which calls rt_sigtimedwait syscall directly. So, an invalid pointer no longer crashes child process and tes

Re: [OE-core] ✗ patchtest: failure for ltp: Update to 20180926

2018-10-07 Thread Petr Vorel
Hi, > == Series Details == > Series: ltp: Update to 20180926 > Revision: 1 > URL : https://patchwork.openembedded.org/series/14398/ > State : failure Replaced by v2, where addressed the issues. Kind regards, Petr -- ___ Openembedded-core mailing l

[OE-core] [PATCH v2 1/1] ltp: Update to 20180926

2018-10-07 Thread Petr Vorel
License-Update: Removed pounder21 in 20180926 New patches * 0001-statx-fix-compile-errors.patch Rebased patches * 0039-commands-ar01-Fix-for-test-in-deterministic-mode.patch Removed removed (accepted in upstream) * 0041-cve-2017-5669-shmat-for-0-or-PAGESIZE-with-RND-flag-.patch * 0042-fs-ftest-f

Re: [OE-core] [PATCH v2] rpm: handle virtual memory usage when limit is set

2018-10-07 Thread Peter Bergin
Hi Randy, thanks for feedback. I will prepare a v3 and send. On 2018-10-06 04:36, Randy MacLeod wrote: Hi Peter, Thanks for the v2, I think there are some small things to fix up, some optional work and then this will be in good shape. Btw, it's good practice to write a wrapper email and expla

[OE-core] ✗ patchtest: failure for ltp: Update to 20180926

2018-10-07 Thread Patchwork
== Series Details == Series: ltp: Update to 20180926 Revision: 1 URL : https://patchwork.openembedded.org/series/14398/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on the propose

[OE-core] [PATCH 1/1] ltp: Update to 20180926

2018-10-07 Thread Petr Vorel
New patches * 0001-statx-fix-compile-errors.patch Rebased patches * 0039-commands-ar01-Fix-for-test-in-deterministic-mode.patch Removed removed (accepted in upstream) * 0041-cve-2017-5669-shmat-for-0-or-PAGESIZE-with-RND-flag-.patch * 0042-fs-ftest-ftest06.c-Fix-too-small-name-string-and-rel.patc

[OE-core] [PATCH] gptfdisk: Use PACKAGECONFIG to control ncurses and popt dependencies

2018-10-07 Thread Jacob Kroon
gptfdisk uses a simple Makefile with no automatic detection of external library support. Use PACKAGECONFIG_CONFARGS and pass the make targets in EXTRA_OEMAKE. Signed-off-by: Jacob Kroon --- meta/recipes-devtools/fdisk/gptfdisk_1.0.4.bb | 15 +++ 1 file changed, 11 insertions(+), 4 de