Re: [PATCH 4.9 00/67] 4.9.91-stable review

From: Greg Kroah-Hartman
Date: Wed Mar 28 2018 - 12:21:15 EST


On Wed, Mar 28, 2018 at 10:50:35AM -0500, Dan Rue wrote:
> On Wed, Mar 28, 2018 at 10:21:45AM +0200, Greg Kroah-Hartman wrote:
> > On Tue, Mar 27, 2018 at 08:35:01PM -0500, Dan Rue wrote:
> > > qemu_x86_64
> > > * boot - pass: 21
> > > * kselftest - skip: 28, pass: 52
> >
> > Do you have a list of what you are skipping anywhere? There was some
> > x86 changes that I had to backport that I was worried about getting
> > right here, are you running the x86 kselftests?
>
> Yes we run the x86 selftests. Here's the full list of what ran and what was
> skipped. Remember (I know you know, but for anyone else observing), we
> run kselftest from 4.15.

That's good, as kselftest from 4.9 was a bit broken for x86, which is
why I backported a bunch of patches for it for this release :)

> breakpoint_test â SKIP
> efivarfs.sh â SKIP
> fsgsbase_64 â SKIP
> ftracetest â SKIP
> fw_fallback.sh â SKIP
> fw_filesystem.sh â SKIP
> gpio-mockup.sh â SKIP
> ldt_gdt_64 â SKIP
> main.sh â SKIP
> mem-on-off-test.sh â SKIP
> pstore_tests â SKIP
> reuseport_bpf â SKIP
> run.sh â SKIP
> run_vmtests â SKIP
> seccomp_bpf â SKIP
> sigreturn_64 â SKIP
> step_after_suspend_test â SKIP
> sync_test â SKIP
> sysctl.sh â SKIP
> test_align â SKIP
> test_dev_cgroup â SKIP
> test_kmod.sh â SKIP
> test_lpm_map â SKIP
> test_lru_map â SKIP
> test_maps â SKIP
> test_progs â SKIP
> test_tag â SKIP
> test_verifier â SKIP

Figuring out of any of these are from the tools/testing/selftests/x86/
directory is a pain, that is the tests I was referring to here...

That being said, why are you skipping so many? ldt_gdt_64 should be
run, what fails with it? Same for sigreturn_64, which I think means
that only 2 tests from the x86 directory are being skipped, right?

Have you gone back and looked at any of those other tests to see why
they are being skipped?

thanks,

greg k-h