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

2019-08-27 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] [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] [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 > -- ___ O

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-

[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 ++ .../l

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] 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 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 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 shou

[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

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 | 53 +++ .../lttng/lttng-modules_2.13.4.bb

[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][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 bet

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] [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: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 wrote: >>>>

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 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 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-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 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 branch on

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] 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 LSB

[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] 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

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

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 >> >> T

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/pyth

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_

[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] 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(&mm->mmap_sem); | ^~~~ |

[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

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][PATCH] lttng-tools: Disable ptest for qemuriscv32

2022-09-22 Thread He Zhe
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

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

2022-09-25 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 the te

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

2022-09-26 Thread He Zhe
.conf 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/

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

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

2022-09-28 Thread He Zhe
ed to v7.1. 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-c

[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] 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] [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] lttng-modules: Fix build failure for 5.10.119+ and 5.15.44+ kernel

2022-06-02 Thread He Zhe
es-2.13.3/src/probes/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

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

2022-07-12 Thread He Zhe
`__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

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

2021-02-26 Thread He Zhe
commit/?id=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/re

[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] 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] [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 > > 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)"" > > Signed-off-by

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 >> >> Remove kexec-aarch64.patch since it has been merged upstream >> Remove kexec-x32.patch since it has been reverted upstream >> Back

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

2016-09-22 Thread He Zhe
> Change bash style to dash style >> >> Signed-off-by: Tim K. Chan >> [Adjust context] >> Signed-off-by: He Zhe >> --- >> meta/classes/systemd.bbclass| 4 ++-- >> meta/classes/update-rc.d.bbclass| 6 ++

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 > mailto:peter.kjellerst...@axis.com>>wrote: > > > ++mem_exists="`grep > "^$groupname:[!:]*:[!:]*:\([!,]*,\)*$username\(,[!,]*\)*"$rootdir/etc/group > || true`" > >

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

2016-09-25 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 >/dev/null 2>/dev/null;

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

2016-09-29 Thread He Zhe
#x27;' > > Ross > > On 22 September 2016 at 10:33, <mailto:zhe...@windriver.com>>wrote: > > From: "Tim K. Chan" mailto:nirvan...@gmail.com>> > > Signed-off-by: Tim K. Chan <mailto:nirvan...@gmail.com>> > [ > A

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 > > Remove bashisms from do_populate_sysroot task >

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 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 <mailto:bruce.ashfi...@gmail.com>>wrote: > > > > On Mon, Mar 21, 2016 at 10:31 PM, He Zhe <mailto:zhe...@windriver.com>>wrote: > > Pi

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 > > 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. > > v1 to v2: > -

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, <mailto:zhe...@windriver.com>> wrote: > > From: He Zhe mailto:zhe...@windriver.com>> > > This has been reviewed several rounds and no more comments are provide

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

2016-05-29 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 > > This has been reviewed several rounds and no more comments are provided so > far. > Here is the brief history. More

[OE-core] [PATCH 1/2] kernel: Define KERNEL_IMAGETYPE as a list

2015-07-17 Thread He Zhe
From: Zhe He - To support building packaging and installing multi types of kernel images, such as zImage uImage, at one time define KERNEL_IMAGETYPE as a list. - Modify wherever reference KERNEL_IMAGETYPE accordingly. Signed-off-by: Zhe He --- meta/classes/image_types.bbclass |

[OE-core] [PATCH 2/2] kernel: Pass sysroot mkimage to kernel makefile

2015-07-17 Thread He Zhe
Pass mkimage in sysroot to kernel makefile by NATIVE_MKIMAGE to avoid depending on build machine's, if KEEPUIMAGE is "yes". Signed-off-by: He Zhe --- meta/classes/kernel.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/kernel.bbclass

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

2015-07-17 Thread He Zhe
From: Zhe He - To support building packaging and installing multi types of kernel images, such as zImage uImage, at one time define KERNEL_IMAGETYPE as a list. - Modify wherever reference KERNEL_IMAGETYPE accordingly. He Zhe (2): kernel: Define KERNEL_IMAGETYPE as a list kernel

Re: [OE-core] [PATCH v2 1/2] kernel: Define KERNEL_IMAGETYPE as a list

2015-07-21 Thread He Zhe
On 07/21/2015 10:53 PM, Christopher Larson wrote: > > On Tue, Jul 21, 2015 at 12:23 AM, <mailto:zhe...@windriver.com>>wrote: > > From: He Zhe mailto:zhe...@windriver.com>> > > To support building packaging and installing multi types of kernel > i

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

2015-07-23 Thread He Zhe
Ping. On 07/21/2015 03:23 PM, zhe...@windriver.com wrote: > From: He Zhe > > - To support building packaging and installing multi types of kernel >images, such as zImage uImage, at one time define KERNEL_IMAGETYPE >as a list. > - Modify wherever reference KERNEL_IMA

Re: [OE-core] [PATCH v2 2/2] kernel: Pass sysroot mkimage to kernel makefile

2015-07-24 Thread He Zhe
On 07/23/2015 11:55 PM, Richard Purdie wrote: > On Tue, 2015-07-21 at 15:23 +0800, zhe...@windriver.com wrote: >> From: He Zhe >> >> Pass mkimage in sysroot to kernel makefile by NATIVE_MKIMAGE to avoid >> depending on build machine's when KEEPUIMAGE is

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

2015-07-26 Thread He Zhe
Ping. On 07/23/2015 03:48 PM, He Zhe wrote: > Ping. > > On 07/21/2015 03:23 PM, zhe...@windriver.com wrote: >> From: He Zhe >> >> - To support building packaging and installing multi types of kernel >>images, such as zImage uImage, at one time define

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

2015-07-27 Thread He Zhe
Ping. On 07/27/2015 10:51 AM, He Zhe wrote: > Ping. > > On 07/23/2015 03:48 PM, He Zhe wrote: >> Ping. >> >> On 07/21/2015 03:23 PM, zhe...@windriver.com wrote: >>> From: He Zhe >>> >>> - To support building packaging and installing multi ty

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

2015-07-29 Thread He Zhe
Ping. Is there any comments on this? Zhe On 07/28/2015 11:17 AM, He Zhe wrote: > Ping. > > On 07/27/2015 10:51 AM, He Zhe wrote: >> Ping. >> >> On 07/23/2015 03:48 PM, He Zhe wrote: >>> Ping. >>> >>> On 07/21/2015 03:23 PM, zhe...@windriver

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

2015-07-31 Thread He Zhe
Ping. On 07/29/2015 09:23 PM, Bruce Ashfield wrote: > On 15-07-29 03:32 AM, He Zhe wrote: >> Ping. >> >> Is there any comments on this? > > I'm obviously ok with the patch in its current RFC status. It works > and I've tested it in my tree (hence why I

Re: [OE-core] [PATCH v2 1/2] kernel: Define KERNEL_IMAGETYPE as a list

2015-07-31 Thread He Zhe
On 07/31/2015 07:24 PM, Richard Purdie wrote: > On Wed, 2015-07-22 at 10:29 +0800, He Zhe wrote: >> On 07/21/2015 10:53 PM, Christopher Larson wrote: >>> On Tue, Jul 21, 2015 at 12:23 AM, >> <mailto:zhe...@windriver.com>>wrote: >>> >&g

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

2015-08-05 Thread He Zhe
Ping. On 08/04/2015 05:17 PM, zhe...@windriver.com wrote: > From: He Zhe > > - Add KERNEL_IMAGETYPES to support building packaging and installing > multi types of kernel images, such as zImage uImage, at one time. > - KERNEL_IMAGETYPE works as it did. > - v2: Update with

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

2015-08-13 Thread He Zhe
Ping. On 08/11/2015 04:22 PM, zhe...@windriver.com wrote: > From: He Zhe > > The following changes since commit a16e0b4014173af46ef80d643bb71055219b0dab: > > bitbake: toaster: reduced amount of instance attributes (2015-08-10 > 13:58:02 -0700) > > are available

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

2015-08-13 Thread He Zhe
Ping. On 08/11/2015 05:08 PM, zhe...@windriver.com wrote: > From: He Zhe > > The following changes since commit a16e0b4014173af46ef80d643bb71055219b0dab: > > bitbake: toaster: reduced amount of instance attributes (2015-08-10 > 13:58:02 -0700) > > are available

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

2015-08-17 Thread He Zhe
Ping. On 08/10/2015 08:46 PM, zhe...@windriver.com wrote: > From: He Zhe > > - Add KERNEL_IMAGETYPES to support building packaging and installing > multi types of kernel images, such as zImage uImage, at one time. > - KERNEL_IMAGETYPE works as it did. > - v2: Update with

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 >> >> The following changes since commit a16e0b4014173af46ef80d643bb71055219b0dab: >> >> bitbake: toaster: reduced amount of insta

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 >> >> The following changes since commit a16e0b4014173af46ef80d643bb71055219b0dab: >> >> bitbake: toaster: reduced amount of insta

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 >>> >>> The following changes since commit a16e0b4014173a

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 >>> >>> The following changes since commit a16e0b4014173a

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, wrote: >> From: He Zhe >> >> Add KERNEL_IMAGETYPES to support building packaging and installing >> multi types of kernel images, such as zImage uImage, at one time. >> KERNEL_IMAGE

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 wrote: >> On Wed, Feb 17, 2016 at 2:01 AM, wrote: >>> From: He Zhe >>> >>> Add KERNEL_IMAGETYPES to support building packaging and installing >>> multi

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, <mailto:zhe...@windriver.com>>wrote: > > From: He Zhe mailto:zhe...@windriver.com>> > > Add KERNEL_IMAGETYPES to support building packaging and installing >

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 > > v1 to v2: > - Change KERNEL_OUTPUT to KERNEL_OUTPUT_DIR and update comments > - Update related doc files > - Replace all KERNEL_ALT_IMAGETYPEs with KERNEL_IMAGETYPES >

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 >> >> v1 to v2: >> - Change KERNEL_OUTPUT to KERNEL_OUTPUT_DIR and update comments &g

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

[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

[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] 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 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 and

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 no

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

[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

[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

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 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 > ++ > meta/recipes-extended/ltp/l

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 on bu

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

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

2018-07-03 Thread He Zhe
l RAM 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/runqem

  1   2   >