All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH v2 0/1] Add a recipe on kernel selftest
@ 2018-07-13 14:06 Hongzhi.Song
  2018-07-13 14:06 ` [meta-oe][PATCH 1/1] kernel-selftest: " Hongzhi.Song
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Hongzhi.Song @ 2018-07-13 14:06 UTC (permalink / raw)
  To: raj.khem, openembedded-devel

0001-kernel-selftest-Add-a-recipe-on-kernel-selftest.patch:
    1. This patch add support for musl libc.
    2. I don't reproduce the error about Makefile with your auto.conf.
    3. Boot failed using your auto.conf with error:
       ---
       [  576.229543] mount[2571]: segfault at 0 ip   (null) sp bfb52e0c error 
                      4 in mount.util-linux[8048000+9000]
       You are in emergency mode. After logging in, type "journalctl -xb" to view
       system logs, "systemctl reboot" to reboot, "systemctl default" or "exit"
       to boot into default mode.
       /sbin/sulogin terminated by signal SEGV.
       ---
       runqemu qemux86 nographic slirp qemuparams="-m 2048"
    4. With this patch set, I have fixed all musl related issues in my build.
       It builds and works well. But I still have not met the error in yours.

       In my case, I just start build from latest poky without any change
       other than a few necessary kernel config fragments. I'd like to
       reproduce your error but I can't. Could you please provide more info
       about your build config?

0001-x86-remove-qemu-usermode-from-MACHINE_FEATURES_BACKF.patch:
    This patch is to fix gobject-introspection do_compile.

    With m32, qemu-usermode will be back filled and gobject-introspection 
    tends to use qemu-i386. Is this the way to fix? If you have no objection 
    I will commit to oe-core next.

Hongzhi.Song (1):
  kernel-selftest: Add a recipe on kernel selftest

 .../kernel-selftest/kernel-selftest.bb             | 104 ++++++
 .../kernel-selftest/kernel-selftest/COPYING        | 356 +++++++++++++++++++++
 .../kernel-selftest/userfaultfd.patch              | 322 +++++++++++++++++++
 3 files changed, 782 insertions(+)
 create mode 100644 meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb
 create mode 100644 meta-oe/recipes-kernel/kernel-selftest/kernel-selftest/COPYING
 create mode 100644 meta-oe/recipes-kernel/kernel-selftest/kernel-selftest/userfaultfd.patch

-- 
2.11.0



^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2018-07-31 11:11 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-13 14:06 [meta-oe][PATCH v2 0/1] Add a recipe on kernel selftest Hongzhi.Song
2018-07-13 14:06 ` [meta-oe][PATCH 1/1] kernel-selftest: " Hongzhi.Song
2018-07-13 16:23   ` Burton, Ross
2018-07-16  9:53     ` Hongzhi, Song
2018-07-27  8:40       ` Khem Raj
2018-07-27  9:00         ` Hongzhi, Song
2018-07-30  3:36           ` Hongzhi, Song
2018-07-30  4:02             ` Khem Raj
2018-07-30 12:14               ` Hongzhi, Song
2018-07-30 18:38                 ` Khem Raj
2018-07-31 11:14                   ` Hongzhi, Song
2018-07-13 14:06 ` [OE-core][PATCH] x86: remove "qemu-usermode" from MACHINE_FEATURES_BACKFILL_CONSIDERED Hongzhi.Song
2018-07-13 14:13   ` Alexander Kanavin
2018-07-14  8:44     ` Hongzhi, Song
2018-07-13 14:59   ` akuster808
2018-07-13 14:10 ` [meta-oe][PATCH v2 0/1] Add a recipe on kernel selftest Hongzhi, Song
2018-07-13 15:02   ` akuster808
2018-07-16 10:04 ` Hongzhi, Song

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.