Re: [OE-core] [PATCH v3] kernel-selftest: Add a recipe on kernel selftest

2018-07-08 Thread Dengke Du
On 2018年07月07日 20:14, Richard Purdie wrote: On Fri, 2018-07-06 at 05:51 -0400, Hongzhi.Song wrote: The recipe builds the framework for kernel-selftest. Now, it just contains two sets of testcase, bpf and vm. We are appending others to the recipe. It needs some features which will be written

Re: [OE-core] [PATCH 1/2] openssl_1.1: avoid using += with an over-ride

2018-07-08 Thread Andre McCurdy
On Sat, Jul 7, 2018 at 1:52 AM, Alexander Kanavin wrote: > We really need a QA warning for this issue. Nobody's going to remember > what the correct way is. Can you look into it please? It should be a parsing error, not a QA warning. If a feature of the language is mistakenly used so often (100%

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

2018-07-08 Thread He Zhe
$ 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.00] [] __alloc_pages_nodemask+0xdc/0xf68 [0.00] [] __get_free_pages+0x18/0x70 [

Re: [OE-core] [PATCH] systemd: fix missing path separator in firmware-path

2018-07-08 Thread ChenQi
Hi Andreas, I'm OK with this patch. I'm interested in your environment. Could you please give me some more details about why you need this userspace firmware loading mechanism? I'm upgrading systemd to 239, and I'm going to remove this option in 239. The reason is that systemd's minimal

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

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

2018-07-08 Thread He Zhe
$ 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.00] [] __alloc_pages_nodemask+0xdc/0xf68 [0.00] [] __get_free_pages+0x18/0x70 [

[OE-core] [PATCH 2/4] libxscrnsaver: update to 1.2.3

2018-07-08 Thread Armin Kuster
Signed-off-by: Armin Kuster --- .../xorg-lib/{libxscrnsaver_1.2.2.bb => libxscrnsaver_1.2.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxscrnsaver_1.2.2.bb => libxscrnsaver_1.2.3.bb} (83%) diff --git

[OE-core] [PATCH 1/4] xf86-input-mouse: update to 1.9.3

2018-07-08 Thread Armin Kuster
drop patch now included in update Signed-off-by: Armin Kuster --- .../0001-Adapt-to-removal-of-xf86GetOS.patch | 48 -- ...ut-mouse_1.9.2.bb => xf86-input-mouse_1.9.3.bb} | 6 +-- 2 files changed, 2 insertions(+), 52 deletions(-) delete mode 100644

[OE-core] [PATCH 4/4] libxxf86misc: update to 1.0.4

2018-07-08 Thread Armin Kuster
Signed-off-by: Armin Kuster --- .../xorg-lib/{libxxf86misc_1.0.3.bb => libxxf86misc_1.0.4.bb}| 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxxf86misc_1.0.3.bb => libxxf86misc_1.0.4.bb} (74%) diff --git

[OE-core] [PATCH 3/4] libxinerama: update to 1.1.4

2018-07-08 Thread Armin Kuster
Signed-off-by: Armin Kuster --- .../xorg-lib/{libxinerama_1.1.3.bb => libxinerama_1.1.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxinerama_1.1.3.bb => libxinerama_1.1.4.bb} (81%) diff --git

Re: [OE-core] [PATCH] minicom: remove dead URL from UPSTREAM_CHECK_URI

2018-07-08 Thread Tim Orling
All the alioth.debian.org URLs should be changed to use salsa.debian.org. Quick search showed: https://salsa.debian.org/minicom-team/minicom On Fri, Jul 6, 2018 at 8:47 AM Ross Burton wrote: > Signed-off-by: Ross Burton > --- > meta/recipes-extended/minicom/minicom_2.7.1.bb | 2 -- > 1 file

Re: [OE-core] [PATCH] minicom: remove dead URL from UPSTREAM_CHECK_URI

2018-07-08 Thread Tim Orling
salsa.debian.org had no tags, so perhaps: https://sources.debian.org/src/minicom/ On Sun, Jul 8, 2018 at 12:28 AM Tim Orling wrote: > All the alioth.debian.org URLs should be changed to use salsa.debian.org. > Quick search showed: > https://salsa.debian.org/minicom-team/minicom > On Fri, Jul 6,