On Wed, 31 Jul 2019 at 18:32, Paolo Bonzini <pbonzini(a)redhat.com> wrote:
>
> On 31/07/19 12:55, Naresh Kamboju wrote:
> > selftests kvm test cases need pre-required kernel configs for the test
> > to get pass.
> >
> > Signed-off-by: Naresh Kamboju <naresh.kamboju(a)linaro.org>
>
> Most of these are selected by other items. CONFIG_KVM should be enough
> on ARM and s390 but MIPS, x86 and PPC may also need to select the
> specific "flavors" (for example Intel/AMD for x86).
If the below listed configs are not harmful i would like to keep all listed
configs. Because we (Linaro 's test farm) building kernels with maximum
available kernel fragments for a given test case to get better coverage.
>
> How are these used? Are they used to build a kernel, or to check that
> an existing kernel supports virtualization?
"make kselftest-merge"
will get configs from tools/testing/selftests/*/config
and enables configs fragments and we build kernel for running
kvm-unit-tests, kselftests, LTP, libhugetlbfs, ssuite, perf and
v4l2-compliance.
- Naresh
-----------------------------------------------------------------------
LKFT > lkft.linaro.org > develop > #50 was successful.
-----------------------------------------------------------------------
This was manually triggered by Philip Colmer.
https://bamboo.linaro.org/browse/LKFT-BGS2-50/
--
This message is automatically generated by Atlassian Bamboo
-----------------------------------------------------------------------
LKFT > lkft.linaro.org > develop > #49 failed (rerun once).
-----------------------------------------------------------------------
This build was rerun by Philip Colmer.
No failed tests found, a possible compilation error.
https://bamboo.linaro.org/browse/LKFT-BGS2-49/
---------------------
Currently Responsible
---------------------
Kyle Kirkby (Automatically assigned)
--------------
Failing Jobs
--------------
- Rebuild (Rebuild): No tests found.
--------------
Code Changes
--------------
Kyle Kirkby (c36585d1ddfe8bd6eb6b8a77c46f337fa1e671d2):
>Reduced the size of favicon
Kyle Kirkby (10d8b63180ff7ba9a4c3b89121e354ef72144799):
>Merge pull request #180 from kylekirkby/adding_svg
>Reduce the size of the favicon
--
This message is automatically generated by Atlassian Bamboo
Today's linux next 20190730 build broken for x86_64 and i386.
drivers/gpio/gpiolib-devres.o: In function `devm_gpiod_get_from_of_node':
gpiolib-devres.c:(.text+0x203): undefined reference to `gpiod_get_from_of_node'
Makefile:1063: recipe for target 'vmlinux' failed
make[1]: *** [vmlinux] Error 1
Full build log link,
https://ci.linaro.org/job/openembedded-lkft-linux-next/DISTRO=lkft,MACHINE=…
Best regards
Naresh Kamboju