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 +
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
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
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
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
== 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
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
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