[OE-core][kirkstone][PATCH] lttng-modules: update 2.13.7 -> 2.13.8

2023-01-17 Thread He Zhe
Signed-off-by: He Zhe --- .../lttng/{lttng-modules_2.13.7.bb => lttng-modules_2.13.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-kernel/lttng/{lttng-modules_2.13.7.bb => lttng-modules_2.13.8.bb} (94%) diff --git a/meta/recipes-kernel/lttng

[OE-core][PATCH] lttng-modules: update 2.13.7 -> 2.13.8

2023-01-17 Thread He Zhe
Drop backported 0001-fix-mm-slab_common-drop-kmem_alloc-avoid-dereferenci.patch 0009-Rename-genhd-wrapper-to-blkdev.patch is present only on the master branch and not on 2.13 branch, so keep it in the recipe. Signed-off-by: He Zhe --- ...on-drop-kmem_alloc-avoid-dereferenci.patch | 278

[OE-core][kirkstone][PATCH] kernel.bbclass: remove empty module directories to prevent QA issues

2022-12-25 Thread He Zhe
from master Signed-off-by: He Zhe --- meta/classes/kernel.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 3e7264fb98..54b006550d 100644 --- a/meta/classes/kernel.bbclass +++ b/meta/classes/kernel.bbclass

[OE-core][kirkstone][PATCH] lttng-modules: Fix crash on powerpc64

2022-10-17 Thread He Zhe
instruction address: 0xc01f6fd0 Oops: Kernel access of bad area, sig: 11 [#1] Signed-off-by: He Zhe --- ...4-fix-kernel-crash-caused-by-do_get_.patch | 94 +++ .../lttng/lttng-modules_2.13.4.bb | 1 + 2 files changed, 95 insertions(+) create mode 100644 meta

[OE-core][kirkstone][PATCH] lttng-tools: Upgrade 2.13.4 -> 2.13.8

2022-10-13 Thread He Zhe
Signed-off-by: He Zhe --- .../lttng/{lttng-tools_2.13.4.bb => lttng-tools_2.13.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-kernel/lttng/{lttng-tools_2.13.4.bb => lttng-tools_2.13.8.bb} (98%) diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.1

[OE-core][kirkstone][PATCH] stress-cpu: disable float128 math on powerpc64 to avoid SIGILL

2022-09-28 Thread He Zhe
. Signed-off-by: He Zhe --- ...le-float128-math-on-powerpc64-to-avo.patch | 43 +++ .../stress-ng/stress-ng_0.13.12.bb| 4 +- 2 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-extended/stress-ng/stress-ng-0.13.12/0001-stress-cpu-disable

[OE-core][PATCH] lttng-tools: Disable on riscv32

2022-09-26 Thread He Zhe
As a bunch of other assignments did, let this cover all riscv32 architectures, not just qemuriscv32. Signed-off-by: He Zhe --- meta/recipes-kernel/lttng/lttng-platforms.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/lttng/lttng-platforms.inc b/meta

Re: [OE-core][PATCH] lttng-tools: Disable on qemuriscv32

2022-09-26 Thread He Zhe
On 9/26/22 23:58, Khem Raj wrote: > On 9/26/22 1:08 AM, He Zhe wrote: >> lttng-tools requires SYS_ppoll and SYS_pselect6 which are not supported on >> riscv32. This has been confirmed by lttng-tools upstream. >> https://github.com/lttng/lttng-tools/pull/162 >> >>

[OE-core][PATCH] lttng-tools: Disable on qemuriscv32

2022-09-26 Thread He Zhe
Signed-off-by: He Zhe --- meta/recipes-kernel/lttng/lttng-platforms.inc | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-kernel/lttng/lttng-platforms.inc b/meta/recipes-kernel/lttng/lttng-platforms.inc index 933c65d85d..98b13b194c 100644 --- a/meta/recipes-kernel/lttng/lttng

Re: [OE-core][PATCH] lttng-tools: Disable ptest for qemuriscv32

2022-09-26 Thread He Zhe
On 9/23/22 23:12, Richard Purdie wrote: > On Fri, 2022-09-23 at 11:18 +0800, He Zhe wrote: >> lttng-tools ptest requires SYS_ppoll and SYS_pselect which are not >> supported by qemuriscv32. >> >> Back port a not merged patch from upstream to be able to disable th

[OE-core][PATCH] lttng-tools: Disable ptest for qemuriscv32

2022-09-22 Thread He Zhe
the following link for more details. https://github.com/lttng/lttng-tools/pull/162 Signed-off-by: He Zhe --- meta/recipes-kernel/lttng/lttng-platforms.inc | 4 ++ .../0001-configure.ac-add-disable-tests.patch | 38 +++ .../lttng/lttng-tools_2.13.8.bb | 6 ++- 3 files changed

[OE-core][PATCH] lttng-modules: Fix build failure for kernel v5.15.58

2022-08-01 Thread He Zhe
3:6: error: conflicting types for 'trace_kfree_skb'; have 'void(struct sk_buff *, void *)' 133 | void trace_##_name(_proto); | ^~ Signed-off-by: He Zhe --- ...oduce-kfree_skb_reason-v5.15.58.v5.1.patch | 53 +++ .../lttng/lttng-modules_2.13.4.bb | 1 + 2 files c

Re: [OE-core][PATCH] lttng-modules: Fix build failure for kernel v5.15.58

2022-08-01 Thread He Zhe
On 8/1/22 21:04, Luca Ceresoli wrote: > Hello He, > > On Mon, 1 Aug 2022 16:51:36 +0800 > "He Zhe" wrote: > >> Backport from upstream d8254360c7f2ff9b3f945e9668d89c0b56b9bd91 >> ("fix: net: skb: introduce kfree_skb_reason() (v5.15.58..v5.16)")

[OE-core][PATCH] lttng-modules: Fix build failure for kernel v5.15.58

2022-08-01 Thread He Zhe
3:6: error: conflicting types for 'trace_kfree_skb'; have 'void(struct sk_buff *, void *)' 133 | void trace_##_name(_proto); | ^~ Signed-off-by: He Zhe --- ...oduce-kfree_skb_reason-v5.15.58.v5.1.patch | 51 +++ .../lttng/lttng-modules_2.13.4.bb | 1 + 2 files c

[OE-core][PATCH] curl: Fix build failure for qemuriscv64

2022-07-12 Thread He Zhe
to `__atomic_exchange_1' collect2: error: ld returned 1 exit status Signed-off-by: He Zhe --- meta/recipes-support/curl/curl_7.84.0.bb | 1 + ...-to-using-atomic_int-instead-of-bool.patch | 37 +++ 2 files changed, 38 insertions(+) create mode 100644 meta/recipes-support/curl/files/0001

[OE-core][PATCH] lttng-modules: Fix build failure for 5.10.119+ and 5.15.44+ kernel

2022-06-02 Thread He Zhe
/lttng-probe-random.c:18:10: fatal error: trace/events/random.h: No such file or directory |18 | #include | | ^~~ | compilation terminated. Signed-off-by: He Zhe --- ...emove-unused-tracepoints-v5.10-v5.15.patch | 44 +++ .../lttng/lttng

[OE-core][PATCH] qemuarmv5: Change KMACHINE to qemuarmv5

2022-05-05 Thread He Zhe
yocto-kernel-cache has removed the compability of qemuarm from arm-versatile-926ejs-*.scc The setting here should be changed accordingly to avoid build faliure. do_kernel_metadata: Could not locate BSP definition for qemuarm/standard and no defconfig was provided Signed-off-by: He Zhe --- meta

Re: [OE-core] [hardknott][PATCH] babeltrace: Handle negative time and offset from Epoch

2022-03-15 Thread He Zhe
On 3/14/22 15:08, Mittal, Anuj wrote: > On Wed, 2022-03-09 at 16:26 +0800, He Zhe wrote: >> Backport a patch from upstream to handle negative time and offset >> from Epoch > This is causing ptest failures for both qemux86-64 and qemuarm64: > > https://autobuilder.

Re: [OE-core] [hardknott][PATCH] babeltrace: Handle negative time and offset from Epoch

2022-03-15 Thread He Zhe
On 3/14/22 15:08, Mittal, Anuj wrote: > On Wed, 2022-03-09 at 16:26 +0800, He Zhe wrote: >> Backport a patch from upstream to handle negative time and offset >> from Epoch > This is causing ptest failures for both qemux86-64 and qemuarm64: > > https://autobuilder.

[OE-core] [hardknott][PATCH] babeltrace: Handle negative time and offset from Epoch

2022-03-09 Thread He Zhe
Backport a patch from upstream to handle negative time and offset from Epoch Signed-off-by: He Zhe --- ...-negative-time-and-offset-from-Epoch.patch | 853 ++ meta/recipes-kernel/lttng/babeltrace_1.5.8.bb | 1 + 2 files changed, 854 insertions(+) create mode 100644 meta

[OE-core] [PATCH] linux-yocto-dev: Set KBRANCH with =

2022-01-10 Thread He Zhe
The "?=" assignment to KBRANCH in kernel-yocto.bbclass is selected prior to the one in this recipe and makes it "master" as a result. Change the KBRANCH assignment back to "=" as how it was done before. Signed-off-by: He Zhe --- meta/recipes-kernel/linux/lin

[OE-core] [PATCH] linux-yocto-dev: add features/scsi/scsi-debug.scc features/gpio/mockup.scc to KERNEL_FEATURES

2021-04-09 Thread He Zhe
Add features/scsi/scsi-debug.scc and features/gpio/mockup.scc to KERNEL_FEATURES to meet ptest requirement as what we did for other linux-yocto*. Signed-off-by: He Zhe --- meta/recipes-kernel/linux/linux-yocto-dev.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-kernel

[OE-core] [PATCH] glibc: Disable CPU ISA level requirement check

2021-02-26 Thread He Zhe
=5dbd6a821ff753e3b41324c4fb7c58cf65eeea33 Signed-off-by: He Zhe --- meta/recipes-core/glibc/glibc.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/glibc/glibc.inc b/meta/recipes-core/glibc/glibc.inc index d2f02ad59b..7d14306377 100644 --- a/meta/recipes-core/glibc/glibc.inc +++ b/meta/recipes-core

[oe-core][PATCH] lttng-modules: Backport a patch to fix btrfs build failure

2020-11-23 Thread He Zhe
lttng-modules-2.12.3/probes/lttng-probe-btrfs.c:36: lttng-modules-2.12.3/probes/../probes/lttng-tracepoint-event-impl.h:131:6: error: conflicting types for 'trace_find_free_extent' Signed-off-by: He Zhe --- ...oints-output-proper-root-owner-for-t.patch | 318 ++ .../lttng/lttng

[OE-core] [PATCH] cryptodev-module: Backport a patch to fix build failure with kernel v5.8

2020-07-20 Thread He Zhe
From: He Zhe Fix the following build failure with linux-yocto-dev zc.c:61:17: error: 'struct mm_struct' has no member named 'mmap_sem'; did you mean 'mmap_base'? 61 | down_read(>mmap_sem); | ^~~~ | mmap_base zc.c:77:15: error: 'str

[OE-core] [PATCH] ltp: Fix copy_file_rang02 for 32-bit arches

2020-06-23 Thread He Zhe
From: He Zhe Fix the following error. copy_file_range02.c:139: FAIL: copy_file_range failed unexpectedly; expected EOVERFLOW, but got: EFBIG (27) Signed-off-by: He Zhe --- ...le_range02-Expect-EFBIG-in-subcase-m.patch | 57 +++ meta/recipes-extended/ltp/ltp_20200515.bb

[OE-core][PATCH] runqemu: Change nfs to mount via TCP

2020-03-27 Thread He Zhe
From: He Zhe Since kernel commit b24ee6c64ca7 ("NFS: allow deprecation of NFS UDP protocol"), NFS UDP has been disabled by default due to the potential data corruption caused by fragmentation during high loads. So now we cannot boot up with nfs mode and default kernel. We'd better t

Re: [OE-core] [PATCH] cryptodev-module: Fix build failure with kernel v5.5

2020-02-16 Thread He Zhe
Ping. Zhe On 2/10/20 9:11 PM, zhe...@windriver.com wrote: > From: He Zhe > > Backport from upstream to fix the following build failure. > > cryptlib.c:162:37: error: 'crypto_ablkcipher_type' undeclared > (first use in this function); did you mean 'crypto_skcipher_tfm'?

Re: [OE-core] [PATCH v2] perf: Correct the substitution of python shebangs

2020-02-13 Thread He Zhe
commit log broken. Please ignore. I'll send v3. Zhe On 2/14/20 11:44 AM, zhe...@windriver.com wrote: > From: He Zhe > > To make the native python3 is always used, > > - Move the substitution of /usr/bin/python3 to first, otherwise the > possible original /usr/bin/python

Re: [OE-core] [PATCH] perf: Correct the substitution of python shebangs

2020-02-13 Thread He Zhe
Thanks for your input. Since the old one doesn't make it to next branch and the thread hasn't had following replies, I'll send v2 as a summary. Zhe On 2/14/20 4:45 AM, Bruce Ashfield wrote: > On Thu, Feb 13, 2020 at 1:39 PM wrote: >> From: He Zhe >> >> To make the nati

Re: [OE-core] [PATCH] lttng-modules: update to 2.11.1

2020-02-02 Thread He Zhe
Oops, sure. I'll send v2. Zhe On 2/3/20 3:18 PM, Alexander Kanavin wrote: > The patch files should also be removed. > > Alex > >> On 3 Feb 2020, at 7.47, wrote: >> >> From: He Zhe >> >> Fix build failure with kernel v5.5. >> Remove patch as is

Re: [OE-core] [PATCH v2] ltp: nm01: Remove prefix zeros of the addresses output by nm before comparing

2020-01-08 Thread He Zhe
Hi Ross, It seems that the upgrading of ltp is not moving on. And this patch is not included in ltp 20190930. Could we get this merged first? Thanks, Zhe On 1/6/20 8:32 PM, He Zhe wrote: > I saw that thread stop a few days ago. This was just merged in ltp about 10 > hours ago and

Re: [OE-core] [PATCH v2] ltp: nm01: Remove prefix zeros of the addresses output by nm before comparing

2020-01-06 Thread He Zhe
I saw that thread stop a few days ago. This was just merged in ltp about 10 hours ago and should not be in that patch. Regards, Zhe On 1/6/20 7:51 PM, Ross Burton wrote: > We've a patch queued to upgrade to 20190930, is this fix included in that > release or does this patch need to be rebased?

Re: [OE-core] [PATCH] linux-dummy: Add package kernel

2019-11-05 Thread He Zhe
On 11/4/19 9:32 PM, Ross Burton wrote: > On 01/11/2019 02:01, He Zhe wrote: >> It's the "efi" in MACHINE_FEATURES who asks for "kernel". >> https://git.openembedded.org/openembedded-core/tree/meta/recipes-core/packagegroups/packagegroup-core-boot.bb#n31

Re: [OE-core] [PATCH] linux-dummy: Add package kernel

2019-10-31 Thread He Zhe
On 10/31/19 6:57 PM, Bruce Ashfield wrote: > On Thu, Oct 31, 2019 at 6:20 AM wrote: >> From: He Zhe >> >> Some package like packagegroup-core-boot may ask for package kernel. Let >> linux-dummy rprovide package kernel to fix the following build failure. >> &g

Re: [OE-core] [PATCH 1/2] qemu: Add pkg-config handling for libgcrypt

2019-09-03 Thread He Zhe
Kindly ping. Zhe On 8/29/19 9:15 PM, zhe...@windriver.com wrote: > From: He Zhe > > When PACKAGECONFIG libgcrypt is enabled, we would get the following error. > > ERROR: /usr/bin/libgcrypt-config should not be used, use an alternative such > as pkg-config > > In oe-

Re: [OE-core] [oe-core] [PATCH] ltp: syscalls: rt_sigwaitinfo01: Fix failure for MIPS arches

2019-09-03 Thread He Zhe
On 9/3/19 5:16 PM, Ross Burton wrote: > On 03/09/2019 08:55, He Zhe wrote: >> Kindly ping. > > This doesn't apply to current master, can you please rebase? Oops, v2 is sent. Thanks, Zhe > > Ross > -- ___ Openem

Re: [OE-core] [oe-core] [PATCH] ltp: syscalls: rt_sigwaitinfo01: Fix failure for MIPS arches

2019-09-03 Thread He Zhe
Kindly ping. Zhe On 8/23/19 3:26 PM, zhe...@windriver.com wrote: > From: He Zhe > > Add a patch to fix the following failure. > rt_sigtimedwait011 TFAIL : .../sigwaitinfo01.c:58: test_empty_set > (.../sigwaitinfo01.c: 148): Unexpected failure: > TEST_ERRNO=EINVAL(22)

Re: [OE-core] [PATCH] ltp: cve/meltdown.c: Fix kernel symbol finding

2019-08-28 Thread He Zhe
On 8/27/19 11:56 PM, Richard Purdie wrote: > On Tue, 2019-08-27 at 12:38 +0800, zhe...@windriver.com wrote: >> From: He Zhe >> >> Backport a patch to fix the following error. >> safe_file_ops.c:219: BROK: Expected 3 conversions got 2 at >> meltdown.

Re: [OE-core] [PATCH v2] ltp: file01: Fix in was not recognized

2019-07-02 Thread He Zhe
Kindly ping. Zhe On 4/22/19 4:55 PM, zhe...@windriver.com wrote: > From: He Zhe > > Some file has "pie" appending after LSB or MSB, which causes mismatch and the > following error. > > "file01 10 TFAIL: in: was not recognized" > ..."ELF 64-bit

Re: [OE-core] [PATCH v2] lttng-modules: Backport patches to fix compilation failures since kernel v5.1

2019-06-25 Thread He Zhe
On 6/25/19 4:04 PM, richard.pur...@linuxfoundation.org wrote: > On Tue, 2019-06-25 at 15:59 +0800, He Zhe wrote: >> On 6/12/19 6:57 AM, Bruce Ashfield wrote: >>> On Tue, Jun 11, 2019 at 6:50 PM Richard Purdie >>> wrote: >>>> On Tue, 2019-06-11 at

Re: [OE-core] [PATCH v2] lttng-modules: Backport patches to fix compilation failures since kernel v5.1

2019-06-25 Thread He Zhe
On 6/12/19 6:57 AM, Bruce Ashfield wrote: > On Tue, Jun 11, 2019 at 6:50 PM Richard Purdie > wrote: >> On Tue, 2019-06-11 at 17:03 +0800, zhe...@windriver.com wrote: >>> From: He Zhe >>> >>> For the moment, >>> 0001~0004 are on master bran

Re: [OE-core] [PATCH v2] lttng-modules: Backport patches to fix compilation failures since kernel v5.1

2019-06-13 Thread He Zhe
On 6/12/19 10:52 PM, Jonathan Rajotte-Julien wrote: > Hi, > >>> Please don't base distributions on -rc tags. They are not meant for this. >>> >>> We always integrate support for newer kernel versions instrumentation back >>> into our current stable release. So as soon as 5.2 final comes out, we

Re: [OE-core] [PATCH v3] lttng-modules: Add git based recipe

2019-06-13 Thread He Zhe
On 6/12/19 8:36 PM, Richard Purdie wrote: > On Wed, 2019-06-12 at 19:12 +0800, zhe...@windriver.com wrote: >> From: He Zhe >> >> The git based recipe is for those who want to build lttng-modules with >> bleeding >> edge kernel, to avoid regularly backporting

Re: [OE-core] [PATCH v2] lttng-modules: Backport patches to fix compilation failures since kernel v5.1

2019-06-12 Thread He Zhe
On 6/12/19 7:29 PM, Mathieu Desnoyers wrote: > - On Jun 12, 2019, at 1:10 PM, zhe he zhe...@windriver.com wrote: > >> On 6/12/19 6:58 PM, Mathieu Desnoyers wrote: >>> - On Jun 12, 2019, at 12:51 PM, Adrian Bunk b...@stusta.de wrote: >>> >>>>

Re: [OE-core] [PATCH v2] lttng-modules: Backport patches to fix compilation failures since kernel v5.1

2019-06-12 Thread He Zhe
On 6/12/19 6:58 PM, Mathieu Desnoyers wrote: > - On Jun 12, 2019, at 12:51 PM, Adrian Bunk b...@stusta.de wrote: > >> On Tue, Jun 11, 2019 at 11:49:34PM +0100, Richard Purdie wrote: >>> On Tue, 2019-06-11 at 17:03 +0800, zhe...@windriver.com wro

Re: [OE-core] [PATCH] lttng-modules: Add git based recipe

2019-06-12 Thread He Zhe
On 6/12/19 6:27 PM, richard.pur...@linuxfoundation.org wrote: > On Wed, 2019-06-12 at 18:21 +0800, He Zhe wrote: >> On 6/12/19 5:57 PM, Richard Purdie wrote: >>> On Wed, 2019-06-12 at 17:15 +0800, zhe...@windriver.com wrote: >>>> From: He Zhe >>>>

Re: [OE-core] [PATCH] lttng-modules: Add git based recipe

2019-06-12 Thread He Zhe
On 6/12/19 5:57 PM, Richard Purdie wrote: > On Wed, 2019-06-12 at 17:15 +0800, zhe...@windriver.com wrote: >> From: He Zhe >> >> This is based on meta/recipes-kernel/lttng/lttng-modules_2.10.9.bb and is for >> those who want to build lttng-modules with ble

Re: [OE-core] [PATCH v2] lttng-modules: Backport patches to fix compilation failures since kernel v5.1

2019-06-12 Thread He Zhe
On 6/12/19 6:49 AM, Richard Purdie wrote: > On Tue, 2019-06-11 at 17:03 +0800, zhe...@windriver.com wrote: >> From: He Zhe >> >> For the moment, >> 0001~0004 are on master branch only. >> 0005~0007 are on stable-2.11 branch, but v2.11 has not been released &g

Re: [OE-core] Review request 0/1: LIN1019-1252 run 'shutdown -P now' on vm and shutdown failed

2019-05-09 Thread He Zhe
Please ignore. Thanks, Zhe On 5/9/19 5:49 PM, zhe...@windriver.com wrote: > From: zhe...@windriver.com Mon Sep 17 00:00:00 2001 > > Summary: LIN1019-1252 run 'shutdown -P now' on vm and shutdown failed > Tech Review: Qi Chen > Gatekeeper: Robert > Lockdown Approval (if needed): > Branch Tag:

[OE-core] "shutdown now" Hangs Since 1d453c9087f9 ("systemd: upgrade to 242")

2019-05-08 Thread He Zhe
Hi, Since 1d453c9087f9 ("systemd: upgrade to 242"), "shutdown now" hangs like below where I enable systemd debug information print. Any idea? Thanks. [  OK  ] Stopped NFS status monitor for NFSv2/3 locking.. Sent message type=signal sender=n/a destination=n/a

Re: [OE-core] [PATCH v2] ltp: Remove admin_tools test

2019-01-29 Thread He Zhe
On 1/28/19 10:09 PM, Richard Purdie wrote: > On Mon, 2019-01-14 at 18:47 -0800, He Zhe wrote: >> admin_tools test group has been removed from upstream. Backport to >> fix the >> following failures. >> >> at_deny01 1 TFAIL : ltpapicmd.c:188: At denyed user to ex

Re: [OE-core] [PATCH v2] ltp: Remove admin_tools test

2019-01-28 Thread He Zhe
Kindly ping. Zhe On 1/15/19 10:47 AM, He Zhe wrote: > admin_tools test group has been removed from upstream. Backport to fix the > following failures. > > at_deny01 1 TFAIL : ltpapicmd.c:188: At denyed user to execute test job > at_allow01 1 TFAIL : ltpapicmd.c:188: At did

[OE-core] [PATCH v2] ltp: Remove admin_tools test

2019-01-14 Thread He Zhe
admin_tools test group has been removed from upstream. Backport to fix the following failures. at_deny01 1 TFAIL : ltpapicmd.c:188: At denyed user to execute test job at_allow01 1 TFAIL : ltpapicmd.c:188: At did not allow user to execute job Signed-off-by: He Zhe --- v2: Add missing SOB

[OE-core] [PATCH] ltp: Remove admin_tools test

2019-01-13 Thread He Zhe
admin_tools test group has been removed from upstream. Backport to fix the following failures. at_deny01 1 TFAIL : ltpapicmd.c:188: At denyed user to execute test job at_allow01 1 TFAIL : ltpapicmd.c:188: At did not allow user to execute job Signed-off-by: He Zhe --- .../ltp/ltp/0001-Remove

[OE-core] [PATCH] linux-libc-headers: Fix build failure with fixed input and output files instead of pipe

2018-12-25 Thread He Zhe
r and thus make it possible to trigger that bug, 67f846b, in binutil v2.31. This patch puts both the input and output files into build directory for good. Signed-off-by: He Zhe --- ...fixed-input-and-output-files-instead-of-.patch} | 22 ++ .../linux-libc-headers/linux-libc-he

[OE-core] [PATCH] linux-libc-headers: Fix build failure by using fixed input and output files instead of pipe

2018-12-24 Thread He Zhe
r and thus make it possible to trigger that bug, 67f846b, in binutil v2.31. This patch puts both the input and output files into build directory for good. Signed-off-by: He Zhe --- ...fixed-input-and-output-files-instead-of-.patch} | 22 ++ .../linux-libc-headers/linux-libc-he

Re: [OE-core] [PATCH v4] linux-libc-headers: Fix build failure by using fixed temporary file instead of pipe

2018-12-11 Thread He Zhe
On 2018/12/11 22:17, Bruce Ashfield wrote: > On Tue, Dec 11, 2018 at 2:49 AM He Zhe wrote: >> >> >> On 2018/12/11 00:58, Bruce Ashfield wrote: >>> >>> On Wed, Nov 21, 2018 at 9:06 AM >> <mailto:zhe...@windriver.com>> wrote

Re: [OE-core] [PATCH v4] linux-libc-headers: Fix build failure by using fixed temporary file instead of pipe

2018-12-10 Thread He Zhe
On 2018/12/11 00:58, Bruce Ashfield wrote: > > > On Wed, Nov 21, 2018 at 9:06 AM <mailto:zhe...@windriver.com>> wrote: > > From: He Zhe mailto:zhe...@windriver.com>> > > This is a workaround for the following possible build failure. > >

Re: [OE-core] [PATCH v4] linux-libc-headers: Fix build failure by using fixed temporary file instead of pipe

2018-12-05 Thread He Zhe
Kindly ping. Zhe On 2018/11/21 22:06, zhe...@windriver.com wrote: > From: He Zhe > > This is a workaround for the following possible build failure. > > *** Compiler lacks asm-goto support.. Stop. > > When building linux-libc-headers we need to use binutils on build mach

Re: [OE-core] [PATCH] scripts: Use fixed temporary file instead of pipe for here-doc

2018-11-21 Thread He Zhe
On 2018/11/21 18:07, Richard Purdie wrote: > On Wed, 2018-11-21 at 17:39 +0800, zhe...@windriver.com wrote: >> From: He Zhe >> >> A workaround for possible "*** Compiler lacks asm-goto support.. >> Stop." >> linux-libc-headers is built by gcc o

Re: [OE-core] [PATCH 0/1 V2] sigwaitinfo01: recent glibc calls syscall directly

2018-09-28 Thread He Zhe
Ping. Zhe On 2018年09月21日 14:09, Hongzhi.Song wrote: > v2: > modify the format of [Upstream-Status] > > Hongzhi.Song (1): > sigwaitinfo01: recent glibc calls syscall directly > > ...nfo01-recent-glibc-calls-syscall-directly.patch | 75 > ++ >

Re: [OE-core] [PATCH] nativesdk-bison: Add to nativesdk-packagegroup-sdk-host and set BISON_PKGDATADIR

2018-09-27 Thread He Zhe
Please ignore. Something wrong with it. Zhe On 2018年09月27日 16:38, zhe...@windriver.com wrote: > From: He Zhe > > bison is needed when building kernel. Add it to > nativesdk-packagegroup-sdk-host > and set BISON_PKGDATADIR for bison to use its components. > >

Re: [OE-core] [PATCH 10/12] linux-yocto: introduce 4.18 recipes

2018-08-28 Thread He Zhe
On 2018年08月24日 22:59, Bruce Ashfield wrote: > Introducing the 4.18 kernel as the 'newest' kernel for the oe core > release. > > This update includes tweaked configs, carried forward BSPs, features > (aufs, yaffs2, preempt-rt) and has been tested on all arches for boot > and performance sanity. >

Re: [OE-core] [PATCH] cryptodev-linux: Fixes a kernel crash observed with cipher-gcm test.

2018-07-25 Thread He Zhe
Seems this needs updating. The context of cryptiodev-module_1.9.bb has changed. Thanks, Zhe On 2018年07月09日 10:24, Jiping Ma wrote: > The crypto API for AEAD ciphers changed in recent kernels so that > associated data is now part of both source and destination scatter > gathers. The source,

Re: [OE-core] [PATCH] lttng-tools: Allow reconnect to relayd

2018-07-10 Thread He Zhe
Ping. Zhe On 2018年07月04日 18:17, He Zhe wrote: > If relayd is started after connection attempt from consumerd it will > leave the session in disconnected state and causes the following > inconvenience. This is covered by an upstream feature, see > https://bugs.lttng.org/issues/883.

[OE-core] [PATCH v2] scripts/runqemu: fix qemumips qemumips64 memory detection kernel panic

2018-07-08 Thread He Zhe
e two fixes for qemumips32 and qemumips64 into one patch, and make it support all mips cases ] Signed-off-by: He Zhe --- scripts/runqemu | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/runqemu b/scripts/runqemu index de42d0f3231..73d7d5818bd 100755 --- a/scr

Re: [OE-core] [PATCH v2] scripts/runqemu: fix qemumips qemumips64 memory detection kernel panic

2018-07-08 Thread He Zhe
Please ignore. On 2018年07月09日 11:07, He Zhe wrote: > $ runqemu qemumips64 core-image-minimal nographic qemuparams="-m 512" > ... > [0.00] Call Trace: > [0.00] [] clear_page+0x0/0x128 > [0.00] [] get_page_from_freelist+0xab8/0xc00 > [0.0

[OE-core] [PATCH v2] scripts/runqemu: fix qemumips qemumips64 memory detection kernel panic

2018-07-08 Thread He Zhe
e two fixes for qemumips32 and qemumips64 into one patch, and make it support all mips cases ] Signed-off-by: He Zhe --- scripts/runqemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/runqemu b/scripts/runqemu index 597e7e9a799..73d7d5818bd 100755 --- a/scripts/run

[OE-core] [PATCH] scripts/runqemu: fix qemumips qemumips64 memory detection kernel panic

2018-07-06 Thread He Zhe
e two fixes for qemumips32 and qemumips64 into one patch, and add cases for possible mipsel mips64el ] Signed-off-by: He Zhe --- scripts/runqemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/runqemu b/scripts/runqemu index 597e7e9a799..a0c556b8728 100755 --- a/scr

Re: [OE-core] [PATCH 1/2] scripts/runqemu: qemumips support up to 2GiB RAM

2018-07-05 Thread He Zhe
n '-EL' Does it mean there something wrong with little endian toolchain? Zhe > On Tue, Jul 3, 2018 at 11:57 PM He Zhe wrote: >> OE uses qemumips to simulate a Malta board by default. >> >> As upstream qemu introduced: >> https://git.qemu.org/?p=qemu.git;a=commit;h=94c2b6a

[OE-core] [PATCH] lttng-tools: Allow reconnect to relayd

2018-07-04 Thread He Zhe
failed (channel channel0, session trace_session) Signed-off-by: He Zhe --- ...ow-multiple-attempts-to-connect-to-relayd.patch | 43 ++ meta/recipes-kernel/lttng/lttng-tools_2.9.5.bb | 1 + 2 files changed, 44 insertions(+) create mode 100644 meta/recipes-kernel/lttng/lttng

[OE-core] [PATCH 2/2] scripts/runqemu: fix qemumips64 with 512M RAM caused kernel panic

2018-07-04 Thread He Zhe
caculates memory ranges. Signed-off-by: Hongxu Jia Signed-off-by: He Zhe --- scripts/runqemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/runqemu b/scripts/runqemu index 597e7e9a79..78f5c8b778 100755 --- a/scripts/runqemu +++ b/scripts/runqemu @@ -669,7 +669,7 @@

[OE-core] [PATCH 1/2] scripts/runqemu: qemumips support up to 2GiB RAM

2018-07-04 Thread He Zhe
map which let kernel itself caculates memory ranges. Signed-off-by: Hongxu Jia Signed-off-by: He Zhe --- scripts/runqemu | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/runqemu b/scripts/runqemu index de42d0f323..597e7e9a79 100755 --- a/scripts/runqemu +++

[OE-core] [PATCH] cryptodev: Fix build errors with v4.17+

2018-06-21 Thread He Zhe
Backport from upstream to update internal syscall function usage. https://github.com/cryptodev-linux/cryptodev-linux f60aa08c63fc02780554a0a12180a478ca27d49f Signed-off-by: He Zhe --- .../cryptodev/cryptodev-module_1.9.bb | 1 + .../0001-ioctl.c-Fix-build-with-linux-4.17.patch

[OE-core] [PATCH] lttng-modules: upgrade 2.10.5 -> 2.10.6

2018-06-20 Thread He Zhe
Signed-off-by: He Zhe --- .../lttng/{lttng-modules_2.10.5.bb => lttng-modules_2.10.6.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-kernel/lttng/{lttng-modules_2.10.5.bb => lttng-modules_2.10.6.bb} (90%) diff --git a/meta/recipes-kernel/lttng

Re: [OE-core] [PATCH] kernel: Fix QA buildpaths warning for kernel modules

2018-02-07 Thread He Zhe
Hi Bruce, I should have cc this to you. Thanks, Zhe On 2018年02月05日 14:54, zhe...@windriver.com wrote: > From: He Zhe <zhe...@windriver.com> > > CFLAGS is unset during kernel_do_compile and thus the default build > path substitutions in DEBUG_PREFIX_MAP are missing. > >

[OE-core] [PATCH] linux-yocto/4.12: integrate CGL features support

2017-10-10 Thread He Zhe
The CGL features now have a 4.12 port, so we can integrate them into the reference kernel. Signed-off-by: He Zhe <zhe...@windriver.com> --- meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb | 2 +- meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb | 2 +- meta/recipes-kernel/linux

Re: [OE-core] [PATCH] qemux86 qemux86-64: Enable pci

2017-08-08 Thread He Zhe
Ping. On 2017年07月31日 21:11, zhe...@windriver.com wrote: > From: He Zhe <zhe...@windriver.com> > > lspci and some other software require "pci" in MACHINE_FEATURES and PCI > is valid in the qemux86* context. > > Signed-off-by: He Zhe <zhe...@windriver.com> &g

Re: [OE-core] [PATCH v2 0/1] kexec-tools: Upgrade to 2.0.14

2016-12-28 Thread He Zhe
On 12/28/2016 08:15 PM, Alexander Kanavin wrote: > On 12/27/2016 08:43 AM, zhe...@windriver.com wrote: >> From: He Zhe <zhe...@windriver.com> >> >> Remove kexec-aarch64.patch since it has been merged upstream >> Remove kexec-x32.patch since it has been reve

Re: [OE-core] [PATCH] qemu: Fix pci-assign

2016-12-20 Thread He Zhe
Ping. Zhe On 11/29/2016 05:56 PM, zhe...@windriver.com wrote: > From: He Zhe <zhe...@windriver.com> > > Fix iommu pci device assignment failure. > > "qemu-system-x86_64: -device pci-assign,host=02:00.0: No IOMMU found. > Unable to assign device "(null

Re: [OE-core] [PATCH] guile: Remove bashisms

2016-10-11 Thread He Zhe
Thanks for pointing out. This seems caused by the correction of installation path of guile-config(from ${STAGING_BINDIR_CROSS} to ${SYSROOT_DESTDIR}${bindir_crossscripts}). We first put things in ${SYSROOT_DESTDIR}. And then do_populate_sysroot collects them from ${SYSROOT_DESTDIR} and install

Re: [OE-core] [PATCH] guile: Remove bashisms

2016-10-08 Thread He Zhe
Hi Ross, This one is the latest version for previously reviewed "[OE-core] [PATCH v2] Remove bashisms", but I forgot mentioning it. Thanks, Zhe On 09/26/2016 02:51 PM, zhe...@windriver.com wrote: > From: He Zhe <zhe...@windriver.com> > > Remove bashisms from do_populat

Re: [OE-core] [PATCH v2] Remove bashisms

2016-09-29 Thread He Zhe
ilto:nirvan...@gmail.com>> > [ > Adjust context > Use Peter Kjellerstedt's simpler guile_cross_config > ] > Signed-off-by: He Zhe <zhe...@windriver.com <mailto:zhe...@windriver.com>> > --- > meta/classes/systemd.bbclass

Re: [OE-core] [PATCH v2] Remove bashisms

2016-09-26 Thread He Zhe
OK. I have senta new patch([OE-core] [PATCH] guile: Remove bashisms) for guile as other bashisms have been addressed. Thanks, Zhe On 09/22/2016 06:04 PM, Burton, Ross wrote: > On 22 September 2016 at 10:33, >wrote: > > -if type systemctl

Re: [OE-core] [PATCH] bash2dash conversion

2016-09-22 Thread He Zhe
On 09/19/2016 08:07 PM, Burton, Ross wrote: > > On 19 September 2016 at 12:57, Peter Kjellerstedt > >wrote: > > > ++mem_exists="`grep > "^$groupname:[!:]*:[!:]*:\([!,]*,\)*$username\(,[!,]*\)*"$rootdir/etc/group

Re: [OE-core] [PATCH] bash2dash conversion

2016-09-22 Thread He Zhe
mail.com> >> >> Change bash style to dash style >> >> Signed-off-by: Tim K. Chan <nirvan...@gmail.com> >> [Adjust context] >> Signed-off-by: He Zhe <zhe...@windriver.com> >> --- >> meta/classes/systemd.bbclass

Re: [OE-core] [PATCH v4 0/2] Yocto Bug #6945

2016-05-30 Thread He Zhe
Hi Richard, Do we have plan to try this in v2.2 m1 or some milestone later? Thanks, Zhe On 05/25/2016 04:47 PM, zhe...@windriver.com wrote: > From: He Zhe <zhe...@windriver.com> > > This has been reviewed several rounds and no more comments are provided so > far. > Here

Re: [OE-core] [PATCH v4 0/2] Yocto Bug #6945

2016-05-26 Thread He Zhe
On 05/25/2016 08:12 PM, Bruce Ashfield wrote: > > > On Wed, May 25, 2016 at 4:47 AM, <zhe...@windriver.com > <mailto:zhe...@windriver.com>> wrote: > > From: He Zhe <zhe...@windriver.com <mailto:zhe...@windriver.com>> > > This has b

Re: [OE-core] [PATCH v4 0/2] Yocto Bug #6945

2016-05-19 Thread He Zhe
Ping. On 05/12/2016 05:48 PM, zhe...@windriver.com wrote: > From: He Zhe <zhe...@windriver.com> > > This has been reviewed several rounds and no more comments are provided so > far. > Here are the brief history. More details can be found in the previous threads. >

Re: [OE-core] [PATCH v3 0/2] Yocto Bug #6945

2016-04-05 Thread He Zhe
On 03/23/2016 02:29 AM, Bruce Ashfield wrote: > > > On Mon, Mar 21, 2016 at 11:37 PM, Bruce Ashfield <bruce.ashfi...@gmail.com > <mailto:bruce.ashfi...@gmail.com>>wrote: > > > > On Mon, Mar 21, 2016 at 10:31 PM, He Zhe <zhe...@windriver.com

Re: [OE-core] [PATCH v3 0/2] Yocto Bug #6945

2016-03-21 Thread He Zhe
Ping. Thanks, Zhe On 03/11/2016 11:32 AM, He Zhe wrote: > Any more comments? > > Thanks, > Zhe > > On 02/24/2016 08:20 PM, zhe...@windriver.com wrote: >> From: He Zhe <zhe...@windriver.com> >> >> v1 to v2: >> - Change KERNEL_OUTPUT to KERNEL_OUT

Re: [OE-core] [PATCH v3 0/2] Yocto Bug #6945

2016-03-10 Thread He Zhe
Any more comments? Thanks, Zhe On 02/24/2016 08:20 PM, zhe...@windriver.com wrote: > From: He Zhe <zhe...@windriver.com> > > v1 to v2: > - Change KERNEL_OUTPUT to KERNEL_OUTPUT_DIR and update comments > - Update related doc files > - Replace all KERNEL_ALT_IMAGETYPE

Re: [OE-core] [PATCH v2 1/2] kernel: Add KERNEL_IMAGETYPES to build multi types kernel at one time

2016-02-22 Thread He Zhe
On 02/19/2016 11:46 PM, Bruce Ashfield wrote: > > > On Fri, Feb 19, 2016 at 4:56 AM, <zhe...@windriver.com > <mailto:zhe...@windriver.com>>wrote: > > From: He Zhe <zhe...@windriver.com <mailto:zhe...@windriver.com>> > > Add KERNEL_IMAGETY

Re: [OE-core] [PATCH 1/1] kernel: Add KERNEL_IMAGETYPES to build multi types kernel at one time

2016-02-18 Thread He Zhe
On 02/18/2016 04:15 PM, Andrea Adami wrote: > On Thu, Feb 18, 2016 at 4:37 AM, Andre McCurdy <armccu...@gmail.com> wrote: >> On Wed, Feb 17, 2016 at 2:01 AM, <zhe...@windriver.com> wrote: >>> From: He Zhe <zhe...@windriver.com> >>> >>&g

Re: [OE-core] [PATCH 1/1] kernel: Add KERNEL_IMAGETYPES to build multi types kernel at one time

2016-02-18 Thread He Zhe
On 02/18/2016 11:37 AM, Andre McCurdy wrote: > On Wed, Feb 17, 2016 at 2:01 AM, <zhe...@windriver.com> wrote: >> From: He Zhe <zhe...@windriver.com> >> >> Add KERNEL_IMAGETYPES to support building packaging and installing >> multi types of kernel ima

Re: [OE-core] [PATCH 0/1] kernel: Correct mishandling of linux.bin for building uImage

2015-09-01 Thread He Zhe
Ping. On 08/24/2015 11:24 AM, He Zhe wrote: > Ping. > > On 08/14/2015 10:50 AM, He Zhe wrote: >> Ping. >> >> On 08/11/2015 04:22 PM, zhe...@windriver.com wrote: >>> From: He Zhe <zhe...@windriver.com> >>> >>> The following c

Re: [OE-core] [PATCH 0/1] meta-yocto-bsp: mpc8315e-rdb: Set KERNEL_DEVICETREE to mpc8315erdb.dtb

2015-09-01 Thread He Zhe
Ping. On 08/24/2015 11:24 AM, He Zhe wrote: > Ping. > > On 08/14/2015 10:50 AM, He Zhe wrote: >> Ping. >> >> On 08/11/2015 05:08 PM, zhe...@windriver.com wrote: >>> From: He Zhe <zhe...@windriver.com> >>> >>> The following c

Re: [OE-core] [PATCH 0/1] kernel: Correct mishandling of linux.bin for building uImage

2015-08-23 Thread He Zhe
Ping. On 08/14/2015 10:50 AM, He Zhe wrote: Ping. On 08/11/2015 04:22 PM, zhe...@windriver.com wrote: From: He Zhe zhe...@windriver.com The following changes since commit a16e0b4014173af46ef80d643bb71055219b0dab: bitbake: toaster: reduced amount of instance attributes (2015-08-10 13

Re: [OE-core] [PATCH 0/1] meta-yocto-bsp: mpc8315e-rdb: Set KERNEL_DEVICETREE to mpc8315erdb.dtb

2015-08-23 Thread He Zhe
Ping. On 08/14/2015 10:50 AM, He Zhe wrote: Ping. On 08/11/2015 05:08 PM, zhe...@windriver.com wrote: From: He Zhe zhe...@windriver.com The following changes since commit a16e0b4014173af46ef80d643bb71055219b0dab: bitbake: toaster: reduced amount of instance attributes (2015-08-10 13

  1   2   >