stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ❌ FAIL: Stable queue: queue-5.1
@ 2019-07-03 11:16 CKI Project
  2019-07-03 11:25 ` Greg KH
  0 siblings, 1 reply; 31+ messages in thread
From: CKI Project @ 2019-07-03 11:16 UTC (permalink / raw)
  To: Linux Stable maillist

Hello,

We ran automated tests on a patchset that was proposed for merging into this
kernel tree. The patches were applied to:

       Kernel repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
            Commit: 8584aaf1c326 - Linux 5.1.16

The results of these automated tests are provided below.

    Overall result: FAILED (see details below)
             Merge: FAILED




When we attempted to merge the patchset, we received an error:

  error: patch failed: arch/arm64/Makefile:51
  error: arch/arm64/Makefile: patch does not apply
  hint: Use 'git am --show-current-patch' to see the failed patch
  Applying: arm64: Don't unconditionally add -Wno-psabi to KBUILD_CFLAGS
  Patch failed at 0001 arm64: Don't unconditionally add -Wno-psabi to KBUILD_CFLAGS

We hope that these logs can help you find the problem quickly. For the full
detail on our testing procedures, please scroll to the bottom of this message.

Please reply to this email if you have any questions about the tests that we
ran or if you have any suggestions on how to make future tests more effective.

        ,-.   ,-.
       ( C ) ( K )  Continuous
        `-',-.`-'   Kernel
          ( I )     Integration
           `-'
______________________________________________________________________________

Merge testing
-------------

We cloned this repository and checked out the following commit:

  Repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
  Commit: 8584aaf1c326 - Linux 5.1.16


We grabbed the d0f506ba82ea commit of the stable queue repository.

We then merged the patchset with `git am`:

  arm64-don-t-unconditionally-add-wno-psabi-to-kbuild_cflags.patch

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

* Re: ❌ FAIL: Stable queue: queue-5.1
  2019-07-03 11:16 ❌ FAIL: Stable queue: queue-5.1 CKI Project
@ 2019-07-03 11:25 ` Greg KH
  2019-07-03 12:01   ` Veronika Kabatova
  0 siblings, 1 reply; 31+ messages in thread
From: Greg KH @ 2019-07-03 11:25 UTC (permalink / raw)
  To: CKI Project; +Cc: Linux Stable maillist

On Wed, Jul 03, 2019 at 07:16:58AM -0400, CKI Project wrote:
> Hello,
> 
> We ran automated tests on a patchset that was proposed for merging into this
> kernel tree. The patches were applied to:
> 
>        Kernel repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
>             Commit: 8584aaf1c326 - Linux 5.1.16
> 
> The results of these automated tests are provided below.
> 
>     Overall result: FAILED (see details below)
>              Merge: FAILED

Guys, this is getting annoying, this is your test systems, the queue is
empty :)

thanks,

greg k-h


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

* Re: ❌ FAIL: Stable queue: queue-5.1
  2019-07-03 11:25 ` Greg KH
@ 2019-07-03 12:01   ` Veronika Kabatova
  2019-07-03 12:07     ` Greg KH
  0 siblings, 1 reply; 31+ messages in thread
From: Veronika Kabatova @ 2019-07-03 12:01 UTC (permalink / raw)
  To: Greg KH; +Cc: CKI Project, Linux Stable maillist



----- Original Message -----
> From: "Greg KH" <gregkh@linuxfoundation.org>
> To: "CKI Project" <cki-project@redhat.com>
> Cc: "Linux Stable maillist" <stable@vger.kernel.org>
> Sent: Wednesday, July 3, 2019 1:25:20 PM
> Subject: Re: ❌ FAIL: Stable queue: queue-5.1
> 
> On Wed, Jul 03, 2019 at 07:16:58AM -0400, CKI Project wrote:
> > Hello,
> > 
> > We ran automated tests on a patchset that was proposed for merging into
> > this
> > kernel tree. The patches were applied to:
> > 
> >        Kernel repo:
> >        git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
> >             Commit: 8584aaf1c326 - Linux 5.1.16
> > 
> > The results of these automated tests are provided below.
> > 
> >     Overall result: FAILED (see details below)
> >              Merge: FAILED
> 
> Guys, this is getting annoying, this is your test systems, the queue is
> empty :)
> 

Hi,

this is not an empty queue problem (that should be fixed now). We triggered
the testing right after the 5.1.16 was released to test the present queue
with it. We have added the commit hash of the queue to the merge details in
the report to verify this is indeed the case.

The base commit for the stable kernel is 8584aaf1c326
The commit of the stable queue is d0f506ba82

This queue was removed a minute later (obviously with the release) after the
baseline change was pushed but we caught this combo as we try to trigger
testing after every change to any of those repos. So the patches from the
queue really didn't apply.


I currently see two ways (or their combination) around this:
1) The queue changes need to be pushed first
2) We detect how long ago the baseline was pushed and if it's less than
   let's say 5mins we abort the pipeline to give you enough time to do the
   changes to the repo

Maybe you also have a different idea that would work better? We try to
keep up with your quick changes to really test everything and in this case
ended up being too fast.


Thanks for the feedback and working with us so we can figure out a workflow
that works the best for you,

Veronika


> thanks,
> 
> greg k-h
> 
> 

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

* Re: ❌ FAIL: Stable queue: queue-5.1
  2019-07-03 12:01   ` Veronika Kabatova
@ 2019-07-03 12:07     ` Greg KH
  2019-07-03 12:32       ` Veronika Kabatova
  0 siblings, 1 reply; 31+ messages in thread
From: Greg KH @ 2019-07-03 12:07 UTC (permalink / raw)
  To: Veronika Kabatova; +Cc: CKI Project, Linux Stable maillist

On Wed, Jul 03, 2019 at 08:01:16AM -0400, Veronika Kabatova wrote:
> 
> 
> ----- Original Message -----
> > From: "Greg KH" <gregkh@linuxfoundation.org>
> > To: "CKI Project" <cki-project@redhat.com>
> > Cc: "Linux Stable maillist" <stable@vger.kernel.org>
> > Sent: Wednesday, July 3, 2019 1:25:20 PM
> > Subject: Re: ❌ FAIL: Stable queue: queue-5.1
> > 
> > On Wed, Jul 03, 2019 at 07:16:58AM -0400, CKI Project wrote:
> > > Hello,
> > > 
> > > We ran automated tests on a patchset that was proposed for merging into
> > > this
> > > kernel tree. The patches were applied to:
> > > 
> > >        Kernel repo:
> > >        git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
> > >             Commit: 8584aaf1c326 - Linux 5.1.16
> > > 
> > > The results of these automated tests are provided below.
> > > 
> > >     Overall result: FAILED (see details below)
> > >              Merge: FAILED
> > 
> > Guys, this is getting annoying, this is your test systems, the queue is
> > empty :)
> > 
> 
> Hi,
> 
> this is not an empty queue problem (that should be fixed now). We triggered
> the testing right after the 5.1.16 was released to test the present queue
> with it. We have added the commit hash of the queue to the merge details in
> the report to verify this is indeed the case.
> 
> The base commit for the stable kernel is 8584aaf1c326
> The commit of the stable queue is d0f506ba82
> 
> This queue was removed a minute later (obviously with the release) after the
> baseline change was pushed but we caught this combo as we try to trigger
> testing after every change to any of those repos. So the patches from the
> queue really didn't apply.
> 
> 
> I currently see two ways (or their combination) around this:
> 1) The queue changes need to be pushed first

Given that you are working behind a mirror of the "real" git trees, they
can, and probably will, get out of order, so there's no guarantee of
"first" here.

And I am doing this in a scripted way, so they should be pushed within 1
minute of each other at this point in time.

> 2) We detect how long ago the baseline was pushed and if it's less than
>    let's say 5mins we abort the pipeline to give you enough time to do the
>    changes to the repo

I say this is the best thing to do to help with the mirroring issues
involved.

thanks,

greg k-h

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

* Re: ❌ FAIL: Stable queue: queue-5.1
  2019-07-03 12:07     ` Greg KH
@ 2019-07-03 12:32       ` Veronika Kabatova
  0 siblings, 0 replies; 31+ messages in thread
From: Veronika Kabatova @ 2019-07-03 12:32 UTC (permalink / raw)
  To: Greg KH; +Cc: CKI Project, Linux Stable maillist



----- Original Message -----
> From: "Greg KH" <gregkh@linuxfoundation.org>
> To: "Veronika Kabatova" <vkabatov@redhat.com>
> Cc: "CKI Project" <cki-project@redhat.com>, "Linux Stable maillist" <stable@vger.kernel.org>
> Sent: Wednesday, July 3, 2019 2:07:59 PM
> Subject: Re: ❌ FAIL: Stable queue: queue-5.1
> 
> On Wed, Jul 03, 2019 at 08:01:16AM -0400, Veronika Kabatova wrote:
> > 
> > 
> > ----- Original Message -----
> > > From: "Greg KH" <gregkh@linuxfoundation.org>
> > > To: "CKI Project" <cki-project@redhat.com>
> > > Cc: "Linux Stable maillist" <stable@vger.kernel.org>
> > > Sent: Wednesday, July 3, 2019 1:25:20 PM
> > > Subject: Re: ❌ FAIL: Stable queue: queue-5.1
> > > 
> > > On Wed, Jul 03, 2019 at 07:16:58AM -0400, CKI Project wrote:
> > > > Hello,
> > > > 
> > > > We ran automated tests on a patchset that was proposed for merging into
> > > > this
> > > > kernel tree. The patches were applied to:
> > > > 
> > > >        Kernel repo:
> > > >        git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
> > > >             Commit: 8584aaf1c326 - Linux 5.1.16
> > > > 
> > > > The results of these automated tests are provided below.
> > > > 
> > > >     Overall result: FAILED (see details below)
> > > >              Merge: FAILED
> > > 
> > > Guys, this is getting annoying, this is your test systems, the queue is
> > > empty :)
> > > 
> > 
> > Hi,
> > 
> > this is not an empty queue problem (that should be fixed now). We triggered
> > the testing right after the 5.1.16 was released to test the present queue
> > with it. We have added the commit hash of the queue to the merge details in
> > the report to verify this is indeed the case.
> > 
> > The base commit for the stable kernel is 8584aaf1c326
> > The commit of the stable queue is d0f506ba82
> > 
> > This queue was removed a minute later (obviously with the release) after
> > the
> > baseline change was pushed but we caught this combo as we try to trigger
> > testing after every change to any of those repos. So the patches from the
> > queue really didn't apply.
> > 
> > 
> > I currently see two ways (or their combination) around this:
> > 1) The queue changes need to be pushed first
> 
> Given that you are working behind a mirror of the "real" git trees, they
> can, and probably will, get out of order, so there's no guarantee of
> "first" here.
> 
> And I am doing this in a scripted way, so they should be pushed within 1
> minute of each other at this point in time.
> 
> > 2) We detect how long ago the baseline was pushed and if it's less than
> >    let's say 5mins we abort the pipeline to give you enough time to do the
> >    changes to the repo
> 
> I say this is the best thing to do to help with the mirroring issues
> involved.
> 

Given the additional info you just mentioned I agree that this is the most
reasonable solution. I'll work on implementing this as soon as I find some
free time.


Thanks again!
Veronika

> thanks,
> 
> greg k-h
> 

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

* Re: ? FAIL: Stable queue: queue-5.1
  2019-07-08 18:23 ` Rachel Sibley
@ 2019-07-09  4:41   ` Murphy Zhou
  0 siblings, 0 replies; 31+ messages in thread
From: Murphy Zhou @ 2019-07-09  4:41 UTC (permalink / raw)
  To: Rachel Sibley
  Cc: CKI Project, Linux Stable maillist, Eric Sandeen, Xiong Zhou

On Mon, Jul 08, 2019 at 02:23:36PM -0400, Rachel Sibley wrote:
> Hello,
> 
> We're seeing xfstests fail on multiple upstream kernels, most likely related
> to a test harness issue, we are currently
> investigating and will temporarily move it to the waived state to prevent
> future failures while we debug.

It's a testcase problem.

xfstests upsteam renamed 2 testcases we run. I'll remove them from
our hard coded stable testcase list. And do a sanity check of testcase
availability before run them.

Sorry for the noise.

Thanks,
Xiong

> 
> Thanks,
> Rachel
> 
> On 7/8/19 2:05 PM, CKI Project wrote:
> > Hello,
> > 
> > We ran automated tests on a patchset that was proposed for merging into this
> > kernel tree. The patches were applied to:
> > 
> >         Kernel repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
> >              Commit: 8584aaf1c326 - Linux 5.1.16
> > 
> > The results of these automated tests are provided below.
> > 
> >      Overall result: FAILED (see details below)
> >               Merge: OK
> >             Compile: OK
> >               Tests: FAILED
> > 
> > 
> > 
> > One or more kernel tests failed:
> > 
> >    aarch64:
> >      ❌ xfstests: xfs
> > 
> >    ppc64le:
> >      ❌ xfstests: xfs
> > 
> >    x86_64:
> >      ❌ xfstests: xfs
> > 
> > We hope that these logs can help you find the problem quickly. For the full
> > detail on our testing procedures, please scroll to the bottom of this message.
> > 
> > Please reply to this email if you have any questions about the tests that we
> > ran or if you have any suggestions on how to make future tests more effective.
> > 
> >          ,-.   ,-.
> >         ( C ) ( K )  Continuous
> >          `-',-.`-'   Kernel
> >            ( I )     Integration
> >             `-'
> > ______________________________________________________________________________
> > 
> > Merge testing
> > -------------
> > 
> > We cloned this repository and checked out the following commit:
> > 
> >    Repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
> >    Commit: 8584aaf1c326 - Linux 5.1.16
> > 
> > 
> > We grabbed the e8dcb4c0c161 commit of the stable queue repository.
> > 
> > We then merged the patchset with `git am`:
> > 
> >    bluetooth-fix-faulty-expression-for-minimum-encryption-key-size-check.patch
> >    signal-remove-the-wrong-signal_pending-check-in-restore_user_sigmask.patch
> >    netfilter-nf_flow_table-ignore-df-bit-setting.patch
> >    netfilter-nft_flow_offload-set-liberal-tracking-mode-for-tcp.patch
> >    netfilter-nft_flow_offload-don-t-offload-when-sequence-numbers-need-adjustment.patch
> >    netfilter-nft_flow_offload-ipcb-is-only-valid-for-ipv4-family.patch
> >    idr-fix-idr_get_next-race-with-idr_remove.patch
> >    hid-i2c-hid-add-iball-aer3-to-descriptor-override.patch
> >    asoc-cs4265-readable-register-too-low.patch
> >    asoc-ak4458-add-return-value-for-ak4458_probe.patch
> >    asoc-soc-pcm-be-dai-needs-prepare-when-pause-release.patch
> >    asoc-ak4458-rstn_control-return-a-non-zero-on-error-.patch
> >    spi-bitbang-fix-null-pointer-dereference-in-spi_unre.patch
> >    asoc-core-lock-client_mutex-while-removing-link-comp.patch
> >    iommu-vt-d-set-the-right-field-for-page-walk-snoop.patch
> >    hid-a4tech-fix-horizontal-scrolling.patch
> >    asoc-intel-baytrail-add-quirk-for-aegex-10-ru2-table.patch
> >    asoc-hda-fix-unbalanced-codec-dev-refcount-for-hda_d.patch
> >    drm-mediatek-fix-unbind-functions.patch
> >    drm-mediatek-unbind-components-in-mtk_drm_unbind.patch
> >    drm-mediatek-call-drm_atomic_helper_shutdown-when-un.patch
> >    drm-mediatek-clear-num_pipes-when-unbind-driver.patch
> >    drm-mediatek-call-mtk_dsi_stop-after-mtk_drm_crtc_at.patch
> >    asoc-max98090-remove-24-bit-format-support-if-rj-is-.patch
> >    asoc-sun4i-i2s-fix-sun8i-tx-channel-offset-mask.patch
> >    asoc-sun4i-i2s-add-offset-to-rx-channel-select.patch
> >    x86-cpu-add-more-icelake-model-numbers.patch
> >    usb-gadget-fusb300_udc-fix-memory-leak-of-fusb300-ep.patch
> >    usb-gadget-udc-lpc32xx-allocate-descriptor-with-gfp_.patch
> >    usb-gadget-dwc2-fix-zlp-handling.patch
> >    asoc-intel-cht_bsw_max98090-fix-kernel-oops-with-pla.patch
> >    asoc-intel-bytcht_es8316-fix-kernel-oops-with-platfo.patch
> >    asoc-intel-cht_bsw_nau8824-fix-kernel-oops-with-plat.patch
> >    asoc-intel-cht_bsw_rt5672-fix-kernel-oops-with-platf.patch
> >    asoc-core-move-dai-pre-links-initiation-to-snd_soc_i.patch
> >    alsa-hdac-fix-memory-release-for-sst-and-sof-drivers.patch
> >    soc-rt274-fix-internal-jack-assignment-in-set_jack-c.patch
> >    scsi-hpsa-correct-ioaccel2-chaining.patch
> >    gpio-pca953x-hack-to-fix-24-bit-gpio-expanders.patch
> >    drm-panel-orientation-quirks-add-quirk-for-gpd-pocke.patch
> >    drm-panel-orientation-quirks-add-quirk-for-gpd-micro.patch
> >    asoc-core-fix-deadlock-in-snd_soc_instantiate_card.patch
> >    asoc-intel-sst-fix-kmalloc-call-with-wrong-flags.patch
> >    platform-x86-asus-wmi-only-tell-ec-the-os-will-handl.patch
> >    platform-x86-intel-vbtn-report-switch-events-when-ev.patch
> >    platform-x86-mlx-platform-fix-parent-device-in-i2c-m.patch
> >    platform-mellanox-mlxreg-hotplug-add-devm_free_irq-c.patch
> >    i2c-pca-platform-fix-gpio-lookup-code.patch
> >    arm64-tlbflush-ensure-start-end-of-address-range-are.patch
> >    cpuset-restore-sanity-to-cpuset_cpus_allowed_fallbac.patch
> >    scripts-decode_stacktrace.sh-prefix-addr2line-with-c.patch
> >    mm-mlock.c-change-count_mm_mlocked_page_nr-return-ty.patch
> >    tracing-avoid-build-warning-with-have_nop_mcount.patch
> >    module-fix-livepatch-ftrace-module-text-permissions-.patch
> >    ftrace-fix-null-pointer-dereference-in-free_ftrace_f.patch
> >    ptrace-fix-ptracer_cred-handling-for-ptrace_traceme.patch
> >    crypto-user-prevent-operating-on-larval-algorithms.patch
> >    crypto-cryptd-fix-skcipher-instance-memory-leak.patch
> >    alsa-seq-fix-incorrect-order-of-dest_client-dest_ports-arguments.patch
> >    alsa-firewire-lib-fireworks-fix-miss-detection-of-received-midi-messages.patch
> >    alsa-line6-fix-write-on-zero-sized-buffer.patch
> >    alsa-usb-audio-fix-sign-unintended-sign-extension-on-left-shifts.patch
> >    alsa-hda-realtek-add-quirks-for-several-clevo-notebook-barebones.patch
> >    alsa-hda-realtek-change-front-mic-location-for-lenovo-m710q.patch
> >    dax-fix-xarray-entry-association-for-mixed-mappings.patch
> >    lib-mpi-fix-karactx-leak-in-mpi_powm.patch
> >    fs-userfaultfd.c-disable-irqs-for-fault_pending-and-event-locks.patch
> >    swap_readpage-avoid-blk_wake_io_task-if-synchronous.patch
> >    tracing-snapshot-resize-spare-buffer-if-size-changed.patch
> >    arm-dts-armada-xp-98dx3236-switch-to-armada-38x-uart-serial-node.patch
> >    arm64-kaslr-keep-modules-inside-module-region-when-kasan-is-enabled.patch
> >    drm-i915-ringbuffer-emit_invalidate-before-switch-context.patch
> >    drm-amd-powerplay-use-hardware-fan-control-if-no-powerplay-fan-table.patch
> >    drm-amdgpu-don-t-skip-display-settings-in-hwmgr_resume.patch
> >    drm-amdgpu-gfx9-use-reset-default-for-pa_sc_fifo_size.patch
> >    drm-virtio-move-drm_connector_update_edid_property-call.patch
> >    drm-etnaviv-add-missing-failure-path-to-destroy-suballoc.patch
> >    drm-imx-notify-drm-core-before-sending-event-during-crtc-disable.patch
> >    drm-imx-only-send-event-on-crtc-disable-if-kept-disabled.patch
> >    ftrace-x86-remove-possible-deadlock-between-register_kprobe-and-ftrace_run_update_code.patch
> >    mm-vmscan.c-prevent-useless-kswapd-loops.patch
> >    btrfs-ensure-replaced-device-doesn-t-have-pending-chunk-allocation.patch
> >    tty-rocket-fix-incorrect-forward-declaration-of-rp_i.patch
> >    s390-mm-fix-pxd_bad-with-folded-page-tables.patch
> >    kvm-x86-degrade-warn-to-pr_warn_ratelimited.patch
> >    kvm-lapic-fix-pending-interrupt-in-irr-blocked-by-software-disable-lapic.patch
> >    nfsd-fix-overflow-causing-non-working-mounts-on-1-tb-machines.patch
> >    svcrdma-ignore-source-port-when-computing-drc-hash.patch
> >    mips-fix-bounds-check-virt_addr_valid.patch
> >    mips-add-missing-ehb-in-mtc0-mfc0-sequence.patch
> >    mips-have-plain-make-calls-build-dtbs-for-selected-platforms.patch
> >    dmaengine-qcom-bam_dma-fix-completed-descriptors-count.patch
> >    dmaengine-imx-sdma-remove-bd_intr-for-channel0.patch
> >    dmaengine-jz4780-fix-an-endian-bug-in-irq-handler.patch
> >    fs-validate_fs_parser-should-default-to-n.patch
> > 
> > Compile testing
> > ---------------
> > 
> > We compiled the kernel for 4 architectures:
> > 
> >    aarch64:
> >      build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg
> >      configuration: https://artifacts.cki-project.org/builds/aarch64/kernel-stable_queue_5.1-aarch64-609a7e57e3842f22eca1e7cac592f19c7cd69c8b.config
> >      kernel build: https://artifacts.cki-project.org/builds/aarch64/kernel-stable_queue_5.1-aarch64-609a7e57e3842f22eca1e7cac592f19c7cd69c8b.tar.gz
> > 
> >    ppc64le:
> >      build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg
> >      configuration: https://artifacts.cki-project.org/builds/ppc64le/kernel-stable_queue_5.1-ppc64le-609a7e57e3842f22eca1e7cac592f19c7cd69c8b.config
> >      kernel build: https://artifacts.cki-project.org/builds/ppc64le/kernel-stable_queue_5.1-ppc64le-609a7e57e3842f22eca1e7cac592f19c7cd69c8b.tar.gz
> > 
> >    s390x:
> >      build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg
> >      configuration: https://artifacts.cki-project.org/builds/s390x/kernel-stable_queue_5.1-s390x-609a7e57e3842f22eca1e7cac592f19c7cd69c8b.config
> >      kernel build: https://artifacts.cki-project.org/builds/s390x/kernel-stable_queue_5.1-s390x-609a7e57e3842f22eca1e7cac592f19c7cd69c8b.tar.gz
> > 
> >    x86_64:
> >      build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg
> >      configuration: https://artifacts.cki-project.org/builds/x86_64/kernel-stable_queue_5.1-x86_64-609a7e57e3842f22eca1e7cac592f19c7cd69c8b.config
> >      kernel build: https://artifacts.cki-project.org/builds/x86_64/kernel-stable_queue_5.1-x86_64-609a7e57e3842f22eca1e7cac592f19c7cd69c8b.tar.gz
> > 
> > 
> > Hardware testing
> > ----------------
> > 
> > We booted each kernel and ran the following tests:
> > 
> >    aarch64:
> >      Host 1:
> >         ✅ Boot test [0]
> >         ❌ xfstests: xfs [1]
> >         🚧 ✅ selinux-policy: serge-testsuite [2]
> > 
> >      Host 2:
> >         ✅ Boot test [0]
> >         ✅ LTP lite [3]
> >         ✅ Loopdev Sanity [4]
> >         ✅ AMTU (Abstract Machine Test Utility) [5]
> >         ✅ LTP: openposix test suite [6]
> >         ✅ audit: audit testsuite test [7]
> >         ✅ httpd: mod_ssl smoke sanity [8]
> >         ✅ iotop: sanity [9]
> >         ✅ Usex - version 1.9-29 [10]
> >         🚧 ✅ Networking socket: fuzz [11]
> >         🚧 ✅ tuned: tune-processes-through-perf [12]
> >         🚧 ✅ storage: SCSI VPD [13]
> >         🚧 ✅ stress: stress-ng [14]
> > 
> > 
> >    ppc64le:
> >      Host 1:
> >         ✅ Boot test [0]
> >         ✅ LTP lite [3]
> >         ✅ Loopdev Sanity [4]
> >         ✅ AMTU (Abstract Machine Test Utility) [5]
> >         ✅ LTP: openposix test suite [6]
> >         ✅ audit: audit testsuite test [7]
> >         ✅ httpd: mod_ssl smoke sanity [8]
> >         ✅ iotop: sanity [9]
> >         ✅ Usex - version 1.9-29 [10]
> >         🚧 ✅ Networking socket: fuzz [11]
> >         🚧 ✅ tuned: tune-processes-through-perf [12]
> > 
> >      Host 2:
> >         ✅ Boot test [0]
> >         ❌ xfstests: xfs [1]
> >         🚧 ✅ selinux-policy: serge-testsuite [2]
> > 
> > 
> >    s390x:
> >      Host 1:
> >         ✅ Boot test [0]
> >         🚧 ✅ selinux-policy: serge-testsuite [2]
> > 
> >      Host 2:
> >         ✅ Boot test [0]
> >         ✅ LTP lite [3]
> >         ✅ Loopdev Sanity [4]
> >         ✅ LTP: openposix test suite [6]
> >         ✅ audit: audit testsuite test [7]
> >         ✅ httpd: mod_ssl smoke sanity [8]
> >         ✅ iotop: sanity [9]
> >         🚧 ✅ Networking socket: fuzz [11]
> >         🚧 ✅ tuned: tune-processes-through-perf [12]
> >         🚧 ✅ stress: stress-ng [14]
> > 
> > 
> >    x86_64:
> >      Host 1:
> >         ✅ Boot test [0]
> >         ✅ LTP lite [3]
> >         ✅ Loopdev Sanity [4]
> >         ✅ AMTU (Abstract Machine Test Utility) [5]
> >         ✅ LTP: openposix test suite [6]
> >         ✅ audit: audit testsuite test [7]
> >         ✅ httpd: mod_ssl smoke sanity [8]
> >         ✅ iotop: sanity [9]
> >         ✅ Usex - version 1.9-29 [10]
> >         🚧 ✅ Networking socket: fuzz [11]
> >         🚧 ✅ tuned: tune-processes-through-perf [12]
> >         🚧 ✅ storage: SCSI VPD [13]
> >         🚧 ✅ stress: stress-ng [14]
> > 
> >      Host 2:
> >         ✅ Boot test [0]
> >         ❌ xfstests: xfs [1]
> >         🚧 ✅ selinux-policy: serge-testsuite [2]
> > 
> > 
> >    Test source:
> >      💚 Pull requests are welcome for new tests or improvements to existing tests!
> >      [0]: https://github.com/CKI-project/tests-beaker/archive/master.zip#distribution/kpkginstall
> >      [1]: https://github.com/CKI-project/tests-beaker/archive/master.zip#/filesystems/xfs/xfstests
> >      [2]: https://github.com/CKI-project/tests-beaker/archive/master.zip#/packages/selinux-policy/serge-testsuite
> >      [3]: https://github.com/CKI-project/tests-beaker/archive/master.zip#distribution/ltp/lite
> >      [4]: https://github.com/CKI-project/tests-beaker/archive/master.zip#filesystems/loopdev/sanity
> >      [5]: https://github.com/CKI-project/tests-beaker/archive/master.zip#misc/amtu
> >      [6]: https://github.com/CKI-project/tests-beaker/archive/master.zip#distribution/ltp/openposix_testsuite
> >      [7]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/audit/audit-testsuite
> >      [8]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/httpd/mod_ssl-smoke
> >      [9]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/iotop/sanity
> >      [10]: https://github.com/CKI-project/tests-beaker/archive/master.zip#standards/usex/1.9-29
> >      [11]: https://github.com/CKI-project/tests-beaker/archive/master.zip#/networking/socket/fuzz
> >      [12]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/tuned/tune-processes-through-perf
> >      [13]: https://github.com/CKI-project/tests-beaker/archive/master.zip#storage/scsi/vpd
> >      [14]: https://github.com/CKI-project/tests-beaker/archive/master.zip#stress/stress-ng
> > 
> > Waived tests (marked with 🚧)
> > -----------------------------
> > This test run included waived tests. Such tests are executed but their results
> > are not taken into account. Tests are waived when their results are not
> > reliable enough, e.g. when they're just introduced or are being fixed.
> > 
> 

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

* ❌ FAIL: Stable queue: queue-5.1
@ 2019-07-08 19:00 CKI Project
  0 siblings, 0 replies; 31+ messages in thread
From: CKI Project @ 2019-07-08 19:00 UTC (permalink / raw)
  To: Linux Stable maillist; +Cc: Xiong Zhou, Eric Sandeen

Hello,

We ran automated tests on a patchset that was proposed for merging into this
kernel tree. The patches were applied to:

       Kernel repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
            Commit: 8584aaf1c326 - Linux 5.1.16

The results of these automated tests are provided below.

    Overall result: FAILED (see details below)
             Merge: OK
           Compile: OK
             Tests: FAILED



One or more kernel tests failed:

  aarch64:
    ❌ xfstests: xfs

  ppc64le:
    ❌ xfstests: xfs

  x86_64:
    ❌ xfstests: xfs

We hope that these logs can help you find the problem quickly. For the full
detail on our testing procedures, please scroll to the bottom of this message.

Please reply to this email if you have any questions about the tests that we
ran or if you have any suggestions on how to make future tests more effective.

        ,-.   ,-.
       ( C ) ( K )  Continuous
        `-',-.`-'   Kernel
          ( I )     Integration
           `-'
______________________________________________________________________________

Merge testing
-------------

We cloned this repository and checked out the following commit:

  Repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
  Commit: 8584aaf1c326 - Linux 5.1.16


We grabbed the 2f500852a702 commit of the stable queue repository.

We then merged the patchset with `git am`:

  bluetooth-fix-faulty-expression-for-minimum-encryption-key-size-check.patch
  signal-remove-the-wrong-signal_pending-check-in-restore_user_sigmask.patch
  netfilter-nf_flow_table-ignore-df-bit-setting.patch
  netfilter-nft_flow_offload-set-liberal-tracking-mode-for-tcp.patch
  netfilter-nft_flow_offload-don-t-offload-when-sequence-numbers-need-adjustment.patch
  netfilter-nft_flow_offload-ipcb-is-only-valid-for-ipv4-family.patch
  idr-fix-idr_get_next-race-with-idr_remove.patch
  hid-i2c-hid-add-iball-aer3-to-descriptor-override.patch
  asoc-cs4265-readable-register-too-low.patch
  asoc-ak4458-add-return-value-for-ak4458_probe.patch
  asoc-soc-pcm-be-dai-needs-prepare-when-pause-release.patch
  asoc-ak4458-rstn_control-return-a-non-zero-on-error-.patch
  spi-bitbang-fix-null-pointer-dereference-in-spi_unre.patch
  asoc-core-lock-client_mutex-while-removing-link-comp.patch
  iommu-vt-d-set-the-right-field-for-page-walk-snoop.patch
  hid-a4tech-fix-horizontal-scrolling.patch
  asoc-intel-baytrail-add-quirk-for-aegex-10-ru2-table.patch
  asoc-hda-fix-unbalanced-codec-dev-refcount-for-hda_d.patch
  drm-mediatek-fix-unbind-functions.patch
  drm-mediatek-unbind-components-in-mtk_drm_unbind.patch
  drm-mediatek-call-drm_atomic_helper_shutdown-when-un.patch
  drm-mediatek-clear-num_pipes-when-unbind-driver.patch
  drm-mediatek-call-mtk_dsi_stop-after-mtk_drm_crtc_at.patch
  asoc-max98090-remove-24-bit-format-support-if-rj-is-.patch
  asoc-sun4i-i2s-fix-sun8i-tx-channel-offset-mask.patch
  asoc-sun4i-i2s-add-offset-to-rx-channel-select.patch
  x86-cpu-add-more-icelake-model-numbers.patch
  usb-gadget-fusb300_udc-fix-memory-leak-of-fusb300-ep.patch
  usb-gadget-udc-lpc32xx-allocate-descriptor-with-gfp_.patch
  usb-gadget-dwc2-fix-zlp-handling.patch
  asoc-intel-cht_bsw_max98090-fix-kernel-oops-with-pla.patch
  asoc-intel-bytcht_es8316-fix-kernel-oops-with-platfo.patch
  asoc-intel-cht_bsw_nau8824-fix-kernel-oops-with-plat.patch
  asoc-intel-cht_bsw_rt5672-fix-kernel-oops-with-platf.patch
  asoc-core-move-dai-pre-links-initiation-to-snd_soc_i.patch
  alsa-hdac-fix-memory-release-for-sst-and-sof-drivers.patch
  soc-rt274-fix-internal-jack-assignment-in-set_jack-c.patch
  scsi-hpsa-correct-ioaccel2-chaining.patch
  gpio-pca953x-hack-to-fix-24-bit-gpio-expanders.patch
  drm-panel-orientation-quirks-add-quirk-for-gpd-pocke.patch
  drm-panel-orientation-quirks-add-quirk-for-gpd-micro.patch
  asoc-core-fix-deadlock-in-snd_soc_instantiate_card.patch
  asoc-intel-sst-fix-kmalloc-call-with-wrong-flags.patch
  platform-x86-asus-wmi-only-tell-ec-the-os-will-handl.patch
  platform-x86-intel-vbtn-report-switch-events-when-ev.patch
  platform-x86-mlx-platform-fix-parent-device-in-i2c-m.patch
  platform-mellanox-mlxreg-hotplug-add-devm_free_irq-c.patch
  i2c-pca-platform-fix-gpio-lookup-code.patch
  arm64-tlbflush-ensure-start-end-of-address-range-are.patch
  cpuset-restore-sanity-to-cpuset_cpus_allowed_fallbac.patch
  scripts-decode_stacktrace.sh-prefix-addr2line-with-c.patch
  mm-mlock.c-change-count_mm_mlocked_page_nr-return-ty.patch
  tracing-avoid-build-warning-with-have_nop_mcount.patch
  module-fix-livepatch-ftrace-module-text-permissions-.patch
  ftrace-fix-null-pointer-dereference-in-free_ftrace_f.patch
  ptrace-fix-ptracer_cred-handling-for-ptrace_traceme.patch
  crypto-user-prevent-operating-on-larval-algorithms.patch
  crypto-cryptd-fix-skcipher-instance-memory-leak.patch
  alsa-seq-fix-incorrect-order-of-dest_client-dest_ports-arguments.patch
  alsa-firewire-lib-fireworks-fix-miss-detection-of-received-midi-messages.patch
  alsa-line6-fix-write-on-zero-sized-buffer.patch
  alsa-usb-audio-fix-sign-unintended-sign-extension-on-left-shifts.patch
  alsa-hda-realtek-add-quirks-for-several-clevo-notebook-barebones.patch
  alsa-hda-realtek-change-front-mic-location-for-lenovo-m710q.patch
  dax-fix-xarray-entry-association-for-mixed-mappings.patch
  lib-mpi-fix-karactx-leak-in-mpi_powm.patch
  fs-userfaultfd.c-disable-irqs-for-fault_pending-and-event-locks.patch
  swap_readpage-avoid-blk_wake_io_task-if-synchronous.patch
  tracing-snapshot-resize-spare-buffer-if-size-changed.patch
  arm-dts-armada-xp-98dx3236-switch-to-armada-38x-uart-serial-node.patch
  arm64-kaslr-keep-modules-inside-module-region-when-kasan-is-enabled.patch
  drm-i915-ringbuffer-emit_invalidate-before-switch-context.patch
  drm-amd-powerplay-use-hardware-fan-control-if-no-powerplay-fan-table.patch
  drm-amdgpu-don-t-skip-display-settings-in-hwmgr_resume.patch
  drm-amdgpu-gfx9-use-reset-default-for-pa_sc_fifo_size.patch
  drm-virtio-move-drm_connector_update_edid_property-call.patch
  drm-etnaviv-add-missing-failure-path-to-destroy-suballoc.patch
  drm-imx-notify-drm-core-before-sending-event-during-crtc-disable.patch
  drm-imx-only-send-event-on-crtc-disable-if-kept-disabled.patch
  ftrace-x86-remove-possible-deadlock-between-register_kprobe-and-ftrace_run_update_code.patch
  mm-vmscan.c-prevent-useless-kswapd-loops.patch
  btrfs-ensure-replaced-device-doesn-t-have-pending-chunk-allocation.patch
  tty-rocket-fix-incorrect-forward-declaration-of-rp_i.patch
  s390-mm-fix-pxd_bad-with-folded-page-tables.patch
  kvm-x86-degrade-warn-to-pr_warn_ratelimited.patch
  kvm-lapic-fix-pending-interrupt-in-irr-blocked-by-software-disable-lapic.patch
  nfsd-fix-overflow-causing-non-working-mounts-on-1-tb-machines.patch
  svcrdma-ignore-source-port-when-computing-drc-hash.patch
  mips-fix-bounds-check-virt_addr_valid.patch
  mips-add-missing-ehb-in-mtc0-mfc0-sequence.patch
  mips-have-plain-make-calls-build-dtbs-for-selected-platforms.patch
  dmaengine-qcom-bam_dma-fix-completed-descriptors-count.patch
  dmaengine-imx-sdma-remove-bd_intr-for-channel0.patch
  dmaengine-jz4780-fix-an-endian-bug-in-irq-handler.patch
  fs-validate_fs_parser-should-default-to-n.patch
  scsi-target-iblock-fix-overrun-in-write-same-emulation.patch

Compile testing
---------------

We compiled the kernel for 4 architectures:

  aarch64:
    build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg
    configuration: https://artifacts.cki-project.org/builds/aarch64/kernel-stable_queue_5.1-aarch64-94e014d6035f0584f9c78c1caaf2148e0d37a8b6.config
    kernel build: https://artifacts.cki-project.org/builds/aarch64/kernel-stable_queue_5.1-aarch64-94e014d6035f0584f9c78c1caaf2148e0d37a8b6.tar.gz

  ppc64le:
    build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg
    configuration: https://artifacts.cki-project.org/builds/ppc64le/kernel-stable_queue_5.1-ppc64le-94e014d6035f0584f9c78c1caaf2148e0d37a8b6.config
    kernel build: https://artifacts.cki-project.org/builds/ppc64le/kernel-stable_queue_5.1-ppc64le-94e014d6035f0584f9c78c1caaf2148e0d37a8b6.tar.gz

  s390x:
    build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg
    configuration: https://artifacts.cki-project.org/builds/s390x/kernel-stable_queue_5.1-s390x-94e014d6035f0584f9c78c1caaf2148e0d37a8b6.config
    kernel build: https://artifacts.cki-project.org/builds/s390x/kernel-stable_queue_5.1-s390x-94e014d6035f0584f9c78c1caaf2148e0d37a8b6.tar.gz

  x86_64:
    build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg
    configuration: https://artifacts.cki-project.org/builds/x86_64/kernel-stable_queue_5.1-x86_64-94e014d6035f0584f9c78c1caaf2148e0d37a8b6.config
    kernel build: https://artifacts.cki-project.org/builds/x86_64/kernel-stable_queue_5.1-x86_64-94e014d6035f0584f9c78c1caaf2148e0d37a8b6.tar.gz


Hardware testing
----------------

We booted each kernel and ran the following tests:

  aarch64:
    Host 1:
       ✅ Boot test [0]
       ❌ xfstests: xfs [1]
       🚧 ✅ selinux-policy: serge-testsuite [2]

    Host 2:
       ✅ Boot test [0]
       ✅ LTP lite [3]
       ✅ Loopdev Sanity [4]
       ✅ AMTU (Abstract Machine Test Utility) [5]
       ✅ LTP: openposix test suite [6]
       ✅ audit: audit testsuite test [7]
       ✅ httpd: mod_ssl smoke sanity [8]
       ✅ iotop: sanity [9]
       ✅ Usex - version 1.9-29 [10]
       🚧 ✅ Networking socket: fuzz [11]
       🚧 ✅ tuned: tune-processes-through-perf [12]
       🚧 ✅ storage: SCSI VPD [13]
       🚧 ✅ stress: stress-ng [14]


  ppc64le:
    Host 1:
       ✅ Boot test [0]
       ✅ LTP lite [3]
       ✅ Loopdev Sanity [4]
       ✅ AMTU (Abstract Machine Test Utility) [5]
       ✅ LTP: openposix test suite [6]
       ✅ audit: audit testsuite test [7]
       ✅ httpd: mod_ssl smoke sanity [8]
       ✅ iotop: sanity [9]
       ✅ Usex - version 1.9-29 [10]
       🚧 ✅ Networking socket: fuzz [11]
       🚧 ✅ tuned: tune-processes-through-perf [12]

    Host 2:
       ✅ Boot test [0]
       ❌ xfstests: xfs [1]
       🚧 ✅ selinux-policy: serge-testsuite [2]


  s390x:
    Host 1:
       ✅ Boot test [0]
       🚧 ✅ selinux-policy: serge-testsuite [2]

    Host 2:
       ✅ Boot test [0]
       ✅ LTP lite [3]
       ✅ Loopdev Sanity [4]
       ✅ LTP: openposix test suite [6]
       ✅ audit: audit testsuite test [7]
       ✅ httpd: mod_ssl smoke sanity [8]
       ✅ iotop: sanity [9]
       🚧 ✅ Networking socket: fuzz [11]
       🚧 ✅ tuned: tune-processes-through-perf [12]
       🚧 ✅ stress: stress-ng [14]


  x86_64:
    Host 1:
       ✅ Boot test [0]
       ✅ LTP lite [3]
       ✅ Loopdev Sanity [4]
       ✅ AMTU (Abstract Machine Test Utility) [5]
       ✅ LTP: openposix test suite [6]
       ✅ audit: audit testsuite test [7]
       ✅ httpd: mod_ssl smoke sanity [8]
       ✅ iotop: sanity [9]
       ✅ Usex - version 1.9-29 [10]
       🚧 ✅ Networking socket: fuzz [11]
       🚧 ✅ tuned: tune-processes-through-perf [12]
       🚧 ✅ storage: SCSI VPD [13]
       🚧 ✅ stress: stress-ng [14]

    Host 2:
       ✅ Boot test [0]
       ❌ xfstests: xfs [1]
       🚧 ✅ selinux-policy: serge-testsuite [2]


  Test source:
    💚 Pull requests are welcome for new tests or improvements to existing tests!
    [0]: https://github.com/CKI-project/tests-beaker/archive/master.zip#distribution/kpkginstall
    [1]: https://github.com/CKI-project/tests-beaker/archive/master.zip#/filesystems/xfs/xfstests
    [2]: https://github.com/CKI-project/tests-beaker/archive/master.zip#/packages/selinux-policy/serge-testsuite
    [3]: https://github.com/CKI-project/tests-beaker/archive/master.zip#distribution/ltp/lite
    [4]: https://github.com/CKI-project/tests-beaker/archive/master.zip#filesystems/loopdev/sanity
    [5]: https://github.com/CKI-project/tests-beaker/archive/master.zip#misc/amtu
    [6]: https://github.com/CKI-project/tests-beaker/archive/master.zip#distribution/ltp/openposix_testsuite
    [7]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/audit/audit-testsuite
    [8]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/httpd/mod_ssl-smoke
    [9]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/iotop/sanity
    [10]: https://github.com/CKI-project/tests-beaker/archive/master.zip#standards/usex/1.9-29
    [11]: https://github.com/CKI-project/tests-beaker/archive/master.zip#/networking/socket/fuzz
    [12]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/tuned/tune-processes-through-perf
    [13]: https://github.com/CKI-project/tests-beaker/archive/master.zip#storage/scsi/vpd
    [14]: https://github.com/CKI-project/tests-beaker/archive/master.zip#stress/stress-ng

Waived tests (marked with 🚧)
-----------------------------
This test run included waived tests. Such tests are executed but their results
are not taken into account. Tests are waived when their results are not
reliable enough, e.g. when they're just introduced or are being fixed.

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

* Re: ❌ FAIL: Stable queue: queue-5.1
  2019-07-08 18:05 CKI Project
@ 2019-07-08 18:23 ` Rachel Sibley
  2019-07-09  4:41   ` ? " Murphy Zhou
  0 siblings, 1 reply; 31+ messages in thread
From: Rachel Sibley @ 2019-07-08 18:23 UTC (permalink / raw)
  To: CKI Project, Linux Stable maillist; +Cc: Eric Sandeen, Xiong Zhou

Hello,

We're seeing xfstests fail on multiple upstream kernels, most likely 
related to a test harness issue, we are currently
investigating and will temporarily move it to the waived state to 
prevent future failures while we debug.

Thanks,
Rachel

On 7/8/19 2:05 PM, CKI Project wrote:
> Hello,
>
> We ran automated tests on a patchset that was proposed for merging into this
> kernel tree. The patches were applied to:
>
>         Kernel repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
>              Commit: 8584aaf1c326 - Linux 5.1.16
>
> The results of these automated tests are provided below.
>
>      Overall result: FAILED (see details below)
>               Merge: OK
>             Compile: OK
>               Tests: FAILED
>
>
>
> One or more kernel tests failed:
>
>    aarch64:
>      ❌ xfstests: xfs
>
>    ppc64le:
>      ❌ xfstests: xfs
>
>    x86_64:
>      ❌ xfstests: xfs
>
> We hope that these logs can help you find the problem quickly. For the full
> detail on our testing procedures, please scroll to the bottom of this message.
>
> Please reply to this email if you have any questions about the tests that we
> ran or if you have any suggestions on how to make future tests more effective.
>
>          ,-.   ,-.
>         ( C ) ( K )  Continuous
>          `-',-.`-'   Kernel
>            ( I )     Integration
>             `-'
> ______________________________________________________________________________
>
> Merge testing
> -------------
>
> We cloned this repository and checked out the following commit:
>
>    Repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
>    Commit: 8584aaf1c326 - Linux 5.1.16
>
>
> We grabbed the e8dcb4c0c161 commit of the stable queue repository.
>
> We then merged the patchset with `git am`:
>
>    bluetooth-fix-faulty-expression-for-minimum-encryption-key-size-check.patch
>    signal-remove-the-wrong-signal_pending-check-in-restore_user_sigmask.patch
>    netfilter-nf_flow_table-ignore-df-bit-setting.patch
>    netfilter-nft_flow_offload-set-liberal-tracking-mode-for-tcp.patch
>    netfilter-nft_flow_offload-don-t-offload-when-sequence-numbers-need-adjustment.patch
>    netfilter-nft_flow_offload-ipcb-is-only-valid-for-ipv4-family.patch
>    idr-fix-idr_get_next-race-with-idr_remove.patch
>    hid-i2c-hid-add-iball-aer3-to-descriptor-override.patch
>    asoc-cs4265-readable-register-too-low.patch
>    asoc-ak4458-add-return-value-for-ak4458_probe.patch
>    asoc-soc-pcm-be-dai-needs-prepare-when-pause-release.patch
>    asoc-ak4458-rstn_control-return-a-non-zero-on-error-.patch
>    spi-bitbang-fix-null-pointer-dereference-in-spi_unre.patch
>    asoc-core-lock-client_mutex-while-removing-link-comp.patch
>    iommu-vt-d-set-the-right-field-for-page-walk-snoop.patch
>    hid-a4tech-fix-horizontal-scrolling.patch
>    asoc-intel-baytrail-add-quirk-for-aegex-10-ru2-table.patch
>    asoc-hda-fix-unbalanced-codec-dev-refcount-for-hda_d.patch
>    drm-mediatek-fix-unbind-functions.patch
>    drm-mediatek-unbind-components-in-mtk_drm_unbind.patch
>    drm-mediatek-call-drm_atomic_helper_shutdown-when-un.patch
>    drm-mediatek-clear-num_pipes-when-unbind-driver.patch
>    drm-mediatek-call-mtk_dsi_stop-after-mtk_drm_crtc_at.patch
>    asoc-max98090-remove-24-bit-format-support-if-rj-is-.patch
>    asoc-sun4i-i2s-fix-sun8i-tx-channel-offset-mask.patch
>    asoc-sun4i-i2s-add-offset-to-rx-channel-select.patch
>    x86-cpu-add-more-icelake-model-numbers.patch
>    usb-gadget-fusb300_udc-fix-memory-leak-of-fusb300-ep.patch
>    usb-gadget-udc-lpc32xx-allocate-descriptor-with-gfp_.patch
>    usb-gadget-dwc2-fix-zlp-handling.patch
>    asoc-intel-cht_bsw_max98090-fix-kernel-oops-with-pla.patch
>    asoc-intel-bytcht_es8316-fix-kernel-oops-with-platfo.patch
>    asoc-intel-cht_bsw_nau8824-fix-kernel-oops-with-plat.patch
>    asoc-intel-cht_bsw_rt5672-fix-kernel-oops-with-platf.patch
>    asoc-core-move-dai-pre-links-initiation-to-snd_soc_i.patch
>    alsa-hdac-fix-memory-release-for-sst-and-sof-drivers.patch
>    soc-rt274-fix-internal-jack-assignment-in-set_jack-c.patch
>    scsi-hpsa-correct-ioaccel2-chaining.patch
>    gpio-pca953x-hack-to-fix-24-bit-gpio-expanders.patch
>    drm-panel-orientation-quirks-add-quirk-for-gpd-pocke.patch
>    drm-panel-orientation-quirks-add-quirk-for-gpd-micro.patch
>    asoc-core-fix-deadlock-in-snd_soc_instantiate_card.patch
>    asoc-intel-sst-fix-kmalloc-call-with-wrong-flags.patch
>    platform-x86-asus-wmi-only-tell-ec-the-os-will-handl.patch
>    platform-x86-intel-vbtn-report-switch-events-when-ev.patch
>    platform-x86-mlx-platform-fix-parent-device-in-i2c-m.patch
>    platform-mellanox-mlxreg-hotplug-add-devm_free_irq-c.patch
>    i2c-pca-platform-fix-gpio-lookup-code.patch
>    arm64-tlbflush-ensure-start-end-of-address-range-are.patch
>    cpuset-restore-sanity-to-cpuset_cpus_allowed_fallbac.patch
>    scripts-decode_stacktrace.sh-prefix-addr2line-with-c.patch
>    mm-mlock.c-change-count_mm_mlocked_page_nr-return-ty.patch
>    tracing-avoid-build-warning-with-have_nop_mcount.patch
>    module-fix-livepatch-ftrace-module-text-permissions-.patch
>    ftrace-fix-null-pointer-dereference-in-free_ftrace_f.patch
>    ptrace-fix-ptracer_cred-handling-for-ptrace_traceme.patch
>    crypto-user-prevent-operating-on-larval-algorithms.patch
>    crypto-cryptd-fix-skcipher-instance-memory-leak.patch
>    alsa-seq-fix-incorrect-order-of-dest_client-dest_ports-arguments.patch
>    alsa-firewire-lib-fireworks-fix-miss-detection-of-received-midi-messages.patch
>    alsa-line6-fix-write-on-zero-sized-buffer.patch
>    alsa-usb-audio-fix-sign-unintended-sign-extension-on-left-shifts.patch
>    alsa-hda-realtek-add-quirks-for-several-clevo-notebook-barebones.patch
>    alsa-hda-realtek-change-front-mic-location-for-lenovo-m710q.patch
>    dax-fix-xarray-entry-association-for-mixed-mappings.patch
>    lib-mpi-fix-karactx-leak-in-mpi_powm.patch
>    fs-userfaultfd.c-disable-irqs-for-fault_pending-and-event-locks.patch
>    swap_readpage-avoid-blk_wake_io_task-if-synchronous.patch
>    tracing-snapshot-resize-spare-buffer-if-size-changed.patch
>    arm-dts-armada-xp-98dx3236-switch-to-armada-38x-uart-serial-node.patch
>    arm64-kaslr-keep-modules-inside-module-region-when-kasan-is-enabled.patch
>    drm-i915-ringbuffer-emit_invalidate-before-switch-context.patch
>    drm-amd-powerplay-use-hardware-fan-control-if-no-powerplay-fan-table.patch
>    drm-amdgpu-don-t-skip-display-settings-in-hwmgr_resume.patch
>    drm-amdgpu-gfx9-use-reset-default-for-pa_sc_fifo_size.patch
>    drm-virtio-move-drm_connector_update_edid_property-call.patch
>    drm-etnaviv-add-missing-failure-path-to-destroy-suballoc.patch
>    drm-imx-notify-drm-core-before-sending-event-during-crtc-disable.patch
>    drm-imx-only-send-event-on-crtc-disable-if-kept-disabled.patch
>    ftrace-x86-remove-possible-deadlock-between-register_kprobe-and-ftrace_run_update_code.patch
>    mm-vmscan.c-prevent-useless-kswapd-loops.patch
>    btrfs-ensure-replaced-device-doesn-t-have-pending-chunk-allocation.patch
>    tty-rocket-fix-incorrect-forward-declaration-of-rp_i.patch
>    s390-mm-fix-pxd_bad-with-folded-page-tables.patch
>    kvm-x86-degrade-warn-to-pr_warn_ratelimited.patch
>    kvm-lapic-fix-pending-interrupt-in-irr-blocked-by-software-disable-lapic.patch
>    nfsd-fix-overflow-causing-non-working-mounts-on-1-tb-machines.patch
>    svcrdma-ignore-source-port-when-computing-drc-hash.patch
>    mips-fix-bounds-check-virt_addr_valid.patch
>    mips-add-missing-ehb-in-mtc0-mfc0-sequence.patch
>    mips-have-plain-make-calls-build-dtbs-for-selected-platforms.patch
>    dmaengine-qcom-bam_dma-fix-completed-descriptors-count.patch
>    dmaengine-imx-sdma-remove-bd_intr-for-channel0.patch
>    dmaengine-jz4780-fix-an-endian-bug-in-irq-handler.patch
>    fs-validate_fs_parser-should-default-to-n.patch
>
> Compile testing
> ---------------
>
> We compiled the kernel for 4 architectures:
>
>    aarch64:
>      build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg
>      configuration: https://artifacts.cki-project.org/builds/aarch64/kernel-stable_queue_5.1-aarch64-609a7e57e3842f22eca1e7cac592f19c7cd69c8b.config
>      kernel build: https://artifacts.cki-project.org/builds/aarch64/kernel-stable_queue_5.1-aarch64-609a7e57e3842f22eca1e7cac592f19c7cd69c8b.tar.gz
>
>    ppc64le:
>      build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg
>      configuration: https://artifacts.cki-project.org/builds/ppc64le/kernel-stable_queue_5.1-ppc64le-609a7e57e3842f22eca1e7cac592f19c7cd69c8b.config
>      kernel build: https://artifacts.cki-project.org/builds/ppc64le/kernel-stable_queue_5.1-ppc64le-609a7e57e3842f22eca1e7cac592f19c7cd69c8b.tar.gz
>
>    s390x:
>      build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg
>      configuration: https://artifacts.cki-project.org/builds/s390x/kernel-stable_queue_5.1-s390x-609a7e57e3842f22eca1e7cac592f19c7cd69c8b.config
>      kernel build: https://artifacts.cki-project.org/builds/s390x/kernel-stable_queue_5.1-s390x-609a7e57e3842f22eca1e7cac592f19c7cd69c8b.tar.gz
>
>    x86_64:
>      build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg
>      configuration: https://artifacts.cki-project.org/builds/x86_64/kernel-stable_queue_5.1-x86_64-609a7e57e3842f22eca1e7cac592f19c7cd69c8b.config
>      kernel build: https://artifacts.cki-project.org/builds/x86_64/kernel-stable_queue_5.1-x86_64-609a7e57e3842f22eca1e7cac592f19c7cd69c8b.tar.gz
>
>
> Hardware testing
> ----------------
>
> We booted each kernel and ran the following tests:
>
>    aarch64:
>      Host 1:
>         ✅ Boot test [0]
>         ❌ xfstests: xfs [1]
>         🚧 ✅ selinux-policy: serge-testsuite [2]
>
>      Host 2:
>         ✅ Boot test [0]
>         ✅ LTP lite [3]
>         ✅ Loopdev Sanity [4]
>         ✅ AMTU (Abstract Machine Test Utility) [5]
>         ✅ LTP: openposix test suite [6]
>         ✅ audit: audit testsuite test [7]
>         ✅ httpd: mod_ssl smoke sanity [8]
>         ✅ iotop: sanity [9]
>         ✅ Usex - version 1.9-29 [10]
>         🚧 ✅ Networking socket: fuzz [11]
>         🚧 ✅ tuned: tune-processes-through-perf [12]
>         🚧 ✅ storage: SCSI VPD [13]
>         🚧 ✅ stress: stress-ng [14]
>
>
>    ppc64le:
>      Host 1:
>         ✅ Boot test [0]
>         ✅ LTP lite [3]
>         ✅ Loopdev Sanity [4]
>         ✅ AMTU (Abstract Machine Test Utility) [5]
>         ✅ LTP: openposix test suite [6]
>         ✅ audit: audit testsuite test [7]
>         ✅ httpd: mod_ssl smoke sanity [8]
>         ✅ iotop: sanity [9]
>         ✅ Usex - version 1.9-29 [10]
>         🚧 ✅ Networking socket: fuzz [11]
>         🚧 ✅ tuned: tune-processes-through-perf [12]
>
>      Host 2:
>         ✅ Boot test [0]
>         ❌ xfstests: xfs [1]
>         🚧 ✅ selinux-policy: serge-testsuite [2]
>
>
>    s390x:
>      Host 1:
>         ✅ Boot test [0]
>         🚧 ✅ selinux-policy: serge-testsuite [2]
>
>      Host 2:
>         ✅ Boot test [0]
>         ✅ LTP lite [3]
>         ✅ Loopdev Sanity [4]
>         ✅ LTP: openposix test suite [6]
>         ✅ audit: audit testsuite test [7]
>         ✅ httpd: mod_ssl smoke sanity [8]
>         ✅ iotop: sanity [9]
>         🚧 ✅ Networking socket: fuzz [11]
>         🚧 ✅ tuned: tune-processes-through-perf [12]
>         🚧 ✅ stress: stress-ng [14]
>
>
>    x86_64:
>      Host 1:
>         ✅ Boot test [0]
>         ✅ LTP lite [3]
>         ✅ Loopdev Sanity [4]
>         ✅ AMTU (Abstract Machine Test Utility) [5]
>         ✅ LTP: openposix test suite [6]
>         ✅ audit: audit testsuite test [7]
>         ✅ httpd: mod_ssl smoke sanity [8]
>         ✅ iotop: sanity [9]
>         ✅ Usex - version 1.9-29 [10]
>         🚧 ✅ Networking socket: fuzz [11]
>         🚧 ✅ tuned: tune-processes-through-perf [12]
>         🚧 ✅ storage: SCSI VPD [13]
>         🚧 ✅ stress: stress-ng [14]
>
>      Host 2:
>         ✅ Boot test [0]
>         ❌ xfstests: xfs [1]
>         🚧 ✅ selinux-policy: serge-testsuite [2]
>
>
>    Test source:
>      💚 Pull requests are welcome for new tests or improvements to existing tests!
>      [0]: https://github.com/CKI-project/tests-beaker/archive/master.zip#distribution/kpkginstall
>      [1]: https://github.com/CKI-project/tests-beaker/archive/master.zip#/filesystems/xfs/xfstests
>      [2]: https://github.com/CKI-project/tests-beaker/archive/master.zip#/packages/selinux-policy/serge-testsuite
>      [3]: https://github.com/CKI-project/tests-beaker/archive/master.zip#distribution/ltp/lite
>      [4]: https://github.com/CKI-project/tests-beaker/archive/master.zip#filesystems/loopdev/sanity
>      [5]: https://github.com/CKI-project/tests-beaker/archive/master.zip#misc/amtu
>      [6]: https://github.com/CKI-project/tests-beaker/archive/master.zip#distribution/ltp/openposix_testsuite
>      [7]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/audit/audit-testsuite
>      [8]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/httpd/mod_ssl-smoke
>      [9]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/iotop/sanity
>      [10]: https://github.com/CKI-project/tests-beaker/archive/master.zip#standards/usex/1.9-29
>      [11]: https://github.com/CKI-project/tests-beaker/archive/master.zip#/networking/socket/fuzz
>      [12]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/tuned/tune-processes-through-perf
>      [13]: https://github.com/CKI-project/tests-beaker/archive/master.zip#storage/scsi/vpd
>      [14]: https://github.com/CKI-project/tests-beaker/archive/master.zip#stress/stress-ng
>
> Waived tests (marked with 🚧)
> -----------------------------
> This test run included waived tests. Such tests are executed but their results
> are not taken into account. Tests are waived when their results are not
> reliable enough, e.g. when they're just introduced or are being fixed.
>


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

* ❌ FAIL: Stable queue: queue-5.1
@ 2019-07-08 18:05 CKI Project
  2019-07-08 18:23 ` Rachel Sibley
  0 siblings, 1 reply; 31+ messages in thread
From: CKI Project @ 2019-07-08 18:05 UTC (permalink / raw)
  To: Linux Stable maillist; +Cc: Xiong Zhou, Eric Sandeen

Hello,

We ran automated tests on a patchset that was proposed for merging into this
kernel tree. The patches were applied to:

       Kernel repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
            Commit: 8584aaf1c326 - Linux 5.1.16

The results of these automated tests are provided below.

    Overall result: FAILED (see details below)
             Merge: OK
           Compile: OK
             Tests: FAILED



One or more kernel tests failed:

  aarch64:
    ❌ xfstests: xfs

  ppc64le:
    ❌ xfstests: xfs

  x86_64:
    ❌ xfstests: xfs

We hope that these logs can help you find the problem quickly. For the full
detail on our testing procedures, please scroll to the bottom of this message.

Please reply to this email if you have any questions about the tests that we
ran or if you have any suggestions on how to make future tests more effective.

        ,-.   ,-.
       ( C ) ( K )  Continuous
        `-',-.`-'   Kernel
          ( I )     Integration
           `-'
______________________________________________________________________________

Merge testing
-------------

We cloned this repository and checked out the following commit:

  Repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
  Commit: 8584aaf1c326 - Linux 5.1.16


We grabbed the e8dcb4c0c161 commit of the stable queue repository.

We then merged the patchset with `git am`:

  bluetooth-fix-faulty-expression-for-minimum-encryption-key-size-check.patch
  signal-remove-the-wrong-signal_pending-check-in-restore_user_sigmask.patch
  netfilter-nf_flow_table-ignore-df-bit-setting.patch
  netfilter-nft_flow_offload-set-liberal-tracking-mode-for-tcp.patch
  netfilter-nft_flow_offload-don-t-offload-when-sequence-numbers-need-adjustment.patch
  netfilter-nft_flow_offload-ipcb-is-only-valid-for-ipv4-family.patch
  idr-fix-idr_get_next-race-with-idr_remove.patch
  hid-i2c-hid-add-iball-aer3-to-descriptor-override.patch
  asoc-cs4265-readable-register-too-low.patch
  asoc-ak4458-add-return-value-for-ak4458_probe.patch
  asoc-soc-pcm-be-dai-needs-prepare-when-pause-release.patch
  asoc-ak4458-rstn_control-return-a-non-zero-on-error-.patch
  spi-bitbang-fix-null-pointer-dereference-in-spi_unre.patch
  asoc-core-lock-client_mutex-while-removing-link-comp.patch
  iommu-vt-d-set-the-right-field-for-page-walk-snoop.patch
  hid-a4tech-fix-horizontal-scrolling.patch
  asoc-intel-baytrail-add-quirk-for-aegex-10-ru2-table.patch
  asoc-hda-fix-unbalanced-codec-dev-refcount-for-hda_d.patch
  drm-mediatek-fix-unbind-functions.patch
  drm-mediatek-unbind-components-in-mtk_drm_unbind.patch
  drm-mediatek-call-drm_atomic_helper_shutdown-when-un.patch
  drm-mediatek-clear-num_pipes-when-unbind-driver.patch
  drm-mediatek-call-mtk_dsi_stop-after-mtk_drm_crtc_at.patch
  asoc-max98090-remove-24-bit-format-support-if-rj-is-.patch
  asoc-sun4i-i2s-fix-sun8i-tx-channel-offset-mask.patch
  asoc-sun4i-i2s-add-offset-to-rx-channel-select.patch
  x86-cpu-add-more-icelake-model-numbers.patch
  usb-gadget-fusb300_udc-fix-memory-leak-of-fusb300-ep.patch
  usb-gadget-udc-lpc32xx-allocate-descriptor-with-gfp_.patch
  usb-gadget-dwc2-fix-zlp-handling.patch
  asoc-intel-cht_bsw_max98090-fix-kernel-oops-with-pla.patch
  asoc-intel-bytcht_es8316-fix-kernel-oops-with-platfo.patch
  asoc-intel-cht_bsw_nau8824-fix-kernel-oops-with-plat.patch
  asoc-intel-cht_bsw_rt5672-fix-kernel-oops-with-platf.patch
  asoc-core-move-dai-pre-links-initiation-to-snd_soc_i.patch
  alsa-hdac-fix-memory-release-for-sst-and-sof-drivers.patch
  soc-rt274-fix-internal-jack-assignment-in-set_jack-c.patch
  scsi-hpsa-correct-ioaccel2-chaining.patch
  gpio-pca953x-hack-to-fix-24-bit-gpio-expanders.patch
  drm-panel-orientation-quirks-add-quirk-for-gpd-pocke.patch
  drm-panel-orientation-quirks-add-quirk-for-gpd-micro.patch
  asoc-core-fix-deadlock-in-snd_soc_instantiate_card.patch
  asoc-intel-sst-fix-kmalloc-call-with-wrong-flags.patch
  platform-x86-asus-wmi-only-tell-ec-the-os-will-handl.patch
  platform-x86-intel-vbtn-report-switch-events-when-ev.patch
  platform-x86-mlx-platform-fix-parent-device-in-i2c-m.patch
  platform-mellanox-mlxreg-hotplug-add-devm_free_irq-c.patch
  i2c-pca-platform-fix-gpio-lookup-code.patch
  arm64-tlbflush-ensure-start-end-of-address-range-are.patch
  cpuset-restore-sanity-to-cpuset_cpus_allowed_fallbac.patch
  scripts-decode_stacktrace.sh-prefix-addr2line-with-c.patch
  mm-mlock.c-change-count_mm_mlocked_page_nr-return-ty.patch
  tracing-avoid-build-warning-with-have_nop_mcount.patch
  module-fix-livepatch-ftrace-module-text-permissions-.patch
  ftrace-fix-null-pointer-dereference-in-free_ftrace_f.patch
  ptrace-fix-ptracer_cred-handling-for-ptrace_traceme.patch
  crypto-user-prevent-operating-on-larval-algorithms.patch
  crypto-cryptd-fix-skcipher-instance-memory-leak.patch
  alsa-seq-fix-incorrect-order-of-dest_client-dest_ports-arguments.patch
  alsa-firewire-lib-fireworks-fix-miss-detection-of-received-midi-messages.patch
  alsa-line6-fix-write-on-zero-sized-buffer.patch
  alsa-usb-audio-fix-sign-unintended-sign-extension-on-left-shifts.patch
  alsa-hda-realtek-add-quirks-for-several-clevo-notebook-barebones.patch
  alsa-hda-realtek-change-front-mic-location-for-lenovo-m710q.patch
  dax-fix-xarray-entry-association-for-mixed-mappings.patch
  lib-mpi-fix-karactx-leak-in-mpi_powm.patch
  fs-userfaultfd.c-disable-irqs-for-fault_pending-and-event-locks.patch
  swap_readpage-avoid-blk_wake_io_task-if-synchronous.patch
  tracing-snapshot-resize-spare-buffer-if-size-changed.patch
  arm-dts-armada-xp-98dx3236-switch-to-armada-38x-uart-serial-node.patch
  arm64-kaslr-keep-modules-inside-module-region-when-kasan-is-enabled.patch
  drm-i915-ringbuffer-emit_invalidate-before-switch-context.patch
  drm-amd-powerplay-use-hardware-fan-control-if-no-powerplay-fan-table.patch
  drm-amdgpu-don-t-skip-display-settings-in-hwmgr_resume.patch
  drm-amdgpu-gfx9-use-reset-default-for-pa_sc_fifo_size.patch
  drm-virtio-move-drm_connector_update_edid_property-call.patch
  drm-etnaviv-add-missing-failure-path-to-destroy-suballoc.patch
  drm-imx-notify-drm-core-before-sending-event-during-crtc-disable.patch
  drm-imx-only-send-event-on-crtc-disable-if-kept-disabled.patch
  ftrace-x86-remove-possible-deadlock-between-register_kprobe-and-ftrace_run_update_code.patch
  mm-vmscan.c-prevent-useless-kswapd-loops.patch
  btrfs-ensure-replaced-device-doesn-t-have-pending-chunk-allocation.patch
  tty-rocket-fix-incorrect-forward-declaration-of-rp_i.patch
  s390-mm-fix-pxd_bad-with-folded-page-tables.patch
  kvm-x86-degrade-warn-to-pr_warn_ratelimited.patch
  kvm-lapic-fix-pending-interrupt-in-irr-blocked-by-software-disable-lapic.patch
  nfsd-fix-overflow-causing-non-working-mounts-on-1-tb-machines.patch
  svcrdma-ignore-source-port-when-computing-drc-hash.patch
  mips-fix-bounds-check-virt_addr_valid.patch
  mips-add-missing-ehb-in-mtc0-mfc0-sequence.patch
  mips-have-plain-make-calls-build-dtbs-for-selected-platforms.patch
  dmaengine-qcom-bam_dma-fix-completed-descriptors-count.patch
  dmaengine-imx-sdma-remove-bd_intr-for-channel0.patch
  dmaengine-jz4780-fix-an-endian-bug-in-irq-handler.patch
  fs-validate_fs_parser-should-default-to-n.patch

Compile testing
---------------

We compiled the kernel for 4 architectures:

  aarch64:
    build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg
    configuration: https://artifacts.cki-project.org/builds/aarch64/kernel-stable_queue_5.1-aarch64-609a7e57e3842f22eca1e7cac592f19c7cd69c8b.config
    kernel build: https://artifacts.cki-project.org/builds/aarch64/kernel-stable_queue_5.1-aarch64-609a7e57e3842f22eca1e7cac592f19c7cd69c8b.tar.gz

  ppc64le:
    build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg
    configuration: https://artifacts.cki-project.org/builds/ppc64le/kernel-stable_queue_5.1-ppc64le-609a7e57e3842f22eca1e7cac592f19c7cd69c8b.config
    kernel build: https://artifacts.cki-project.org/builds/ppc64le/kernel-stable_queue_5.1-ppc64le-609a7e57e3842f22eca1e7cac592f19c7cd69c8b.tar.gz

  s390x:
    build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg
    configuration: https://artifacts.cki-project.org/builds/s390x/kernel-stable_queue_5.1-s390x-609a7e57e3842f22eca1e7cac592f19c7cd69c8b.config
    kernel build: https://artifacts.cki-project.org/builds/s390x/kernel-stable_queue_5.1-s390x-609a7e57e3842f22eca1e7cac592f19c7cd69c8b.tar.gz

  x86_64:
    build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg
    configuration: https://artifacts.cki-project.org/builds/x86_64/kernel-stable_queue_5.1-x86_64-609a7e57e3842f22eca1e7cac592f19c7cd69c8b.config
    kernel build: https://artifacts.cki-project.org/builds/x86_64/kernel-stable_queue_5.1-x86_64-609a7e57e3842f22eca1e7cac592f19c7cd69c8b.tar.gz


Hardware testing
----------------

We booted each kernel and ran the following tests:

  aarch64:
    Host 1:
       ✅ Boot test [0]
       ❌ xfstests: xfs [1]
       🚧 ✅ selinux-policy: serge-testsuite [2]

    Host 2:
       ✅ Boot test [0]
       ✅ LTP lite [3]
       ✅ Loopdev Sanity [4]
       ✅ AMTU (Abstract Machine Test Utility) [5]
       ✅ LTP: openposix test suite [6]
       ✅ audit: audit testsuite test [7]
       ✅ httpd: mod_ssl smoke sanity [8]
       ✅ iotop: sanity [9]
       ✅ Usex - version 1.9-29 [10]
       🚧 ✅ Networking socket: fuzz [11]
       🚧 ✅ tuned: tune-processes-through-perf [12]
       🚧 ✅ storage: SCSI VPD [13]
       🚧 ✅ stress: stress-ng [14]


  ppc64le:
    Host 1:
       ✅ Boot test [0]
       ✅ LTP lite [3]
       ✅ Loopdev Sanity [4]
       ✅ AMTU (Abstract Machine Test Utility) [5]
       ✅ LTP: openposix test suite [6]
       ✅ audit: audit testsuite test [7]
       ✅ httpd: mod_ssl smoke sanity [8]
       ✅ iotop: sanity [9]
       ✅ Usex - version 1.9-29 [10]
       🚧 ✅ Networking socket: fuzz [11]
       🚧 ✅ tuned: tune-processes-through-perf [12]

    Host 2:
       ✅ Boot test [0]
       ❌ xfstests: xfs [1]
       🚧 ✅ selinux-policy: serge-testsuite [2]


  s390x:
    Host 1:
       ✅ Boot test [0]
       🚧 ✅ selinux-policy: serge-testsuite [2]

    Host 2:
       ✅ Boot test [0]
       ✅ LTP lite [3]
       ✅ Loopdev Sanity [4]
       ✅ LTP: openposix test suite [6]
       ✅ audit: audit testsuite test [7]
       ✅ httpd: mod_ssl smoke sanity [8]
       ✅ iotop: sanity [9]
       🚧 ✅ Networking socket: fuzz [11]
       🚧 ✅ tuned: tune-processes-through-perf [12]
       🚧 ✅ stress: stress-ng [14]


  x86_64:
    Host 1:
       ✅ Boot test [0]
       ✅ LTP lite [3]
       ✅ Loopdev Sanity [4]
       ✅ AMTU (Abstract Machine Test Utility) [5]
       ✅ LTP: openposix test suite [6]
       ✅ audit: audit testsuite test [7]
       ✅ httpd: mod_ssl smoke sanity [8]
       ✅ iotop: sanity [9]
       ✅ Usex - version 1.9-29 [10]
       🚧 ✅ Networking socket: fuzz [11]
       🚧 ✅ tuned: tune-processes-through-perf [12]
       🚧 ✅ storage: SCSI VPD [13]
       🚧 ✅ stress: stress-ng [14]

    Host 2:
       ✅ Boot test [0]
       ❌ xfstests: xfs [1]
       🚧 ✅ selinux-policy: serge-testsuite [2]


  Test source:
    💚 Pull requests are welcome for new tests or improvements to existing tests!
    [0]: https://github.com/CKI-project/tests-beaker/archive/master.zip#distribution/kpkginstall
    [1]: https://github.com/CKI-project/tests-beaker/archive/master.zip#/filesystems/xfs/xfstests
    [2]: https://github.com/CKI-project/tests-beaker/archive/master.zip#/packages/selinux-policy/serge-testsuite
    [3]: https://github.com/CKI-project/tests-beaker/archive/master.zip#distribution/ltp/lite
    [4]: https://github.com/CKI-project/tests-beaker/archive/master.zip#filesystems/loopdev/sanity
    [5]: https://github.com/CKI-project/tests-beaker/archive/master.zip#misc/amtu
    [6]: https://github.com/CKI-project/tests-beaker/archive/master.zip#distribution/ltp/openposix_testsuite
    [7]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/audit/audit-testsuite
    [8]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/httpd/mod_ssl-smoke
    [9]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/iotop/sanity
    [10]: https://github.com/CKI-project/tests-beaker/archive/master.zip#standards/usex/1.9-29
    [11]: https://github.com/CKI-project/tests-beaker/archive/master.zip#/networking/socket/fuzz
    [12]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/tuned/tune-processes-through-perf
    [13]: https://github.com/CKI-project/tests-beaker/archive/master.zip#storage/scsi/vpd
    [14]: https://github.com/CKI-project/tests-beaker/archive/master.zip#stress/stress-ng

Waived tests (marked with 🚧)
-----------------------------
This test run included waived tests. Such tests are executed but their results
are not taken into account. Tests are waived when their results are not
reliable enough, e.g. when they're just introduced or are being fixed.

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

* Re: ❌ FAIL: Stable queue: queue-5.1
  2019-07-05 14:12  " CKI Project
@ 2019-07-05 14:57 ` Sasha Levin
  0 siblings, 0 replies; 31+ messages in thread
From: Sasha Levin @ 2019-07-05 14:57 UTC (permalink / raw)
  To: CKI Project; +Cc: Linux Stable maillist

On Fri, Jul 05, 2019 at 10:12:51AM -0400, CKI Project wrote:
>Hello,
>
>We ran automated tests on a patchset that was proposed for merging into this
>kernel tree. The patches were applied to:
>
>       Kernel repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
>            Commit: 8584aaf1c326 - Linux 5.1.16
>
>The results of these automated tests are provided below.
>
>    Overall result: FAILED (see details below)
>             Merge: FAILED
>
>
>
>
>When we attempted to merge the patchset, we received an error:
>
>  error: patch failed: arch/x86/kernel/ftrace.c:22
>  error: arch/x86/kernel/ftrace.c: patch does not apply
>  error: patch failed: kernel/trace/ftrace.c:34
>  error: kernel/trace/ftrace.c: patch does not apply
>  hint: Use 'git am --show-current-patch' to see the failed patch
>  Applying: ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run_update_code()
>  Patch failed at 0001 ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run_update_code()

That was me, should already be fixed.

--
Thanks,
Sasha

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

* ❌ FAIL: Stable queue: queue-5.1
@ 2019-07-05 14:12 CKI Project
  2019-07-05 14:57 ` Sasha Levin
  0 siblings, 1 reply; 31+ messages in thread
From: CKI Project @ 2019-07-05 14:12 UTC (permalink / raw)
  To: Linux Stable maillist

Hello,

We ran automated tests on a patchset that was proposed for merging into this
kernel tree. The patches were applied to:

       Kernel repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
            Commit: 8584aaf1c326 - Linux 5.1.16

The results of these automated tests are provided below.

    Overall result: FAILED (see details below)
             Merge: FAILED




When we attempted to merge the patchset, we received an error:

  error: patch failed: arch/x86/kernel/ftrace.c:22
  error: arch/x86/kernel/ftrace.c: patch does not apply
  error: patch failed: kernel/trace/ftrace.c:34
  error: kernel/trace/ftrace.c: patch does not apply
  hint: Use 'git am --show-current-patch' to see the failed patch
  Applying: ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run_update_code()
  Patch failed at 0001 ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run_update_code()

We hope that these logs can help you find the problem quickly. For the full
detail on our testing procedures, please scroll to the bottom of this message.

Please reply to this email if you have any questions about the tests that we
ran or if you have any suggestions on how to make future tests more effective.

        ,-.   ,-.
       ( C ) ( K )  Continuous
        `-',-.`-'   Kernel
          ( I )     Integration
           `-'
______________________________________________________________________________

Merge testing
-------------

We cloned this repository and checked out the following commit:

  Repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
  Commit: 8584aaf1c326 - Linux 5.1.16


We grabbed the a602ecdaf763 commit of the stable queue repository.

We then merged the patchset with `git am`:

  bluetooth-fix-faulty-expression-for-minimum-encryption-key-size-check.patch
  signal-remove-the-wrong-signal_pending-check-in-restore_user_sigmask.patch
  netfilter-nf_flow_table-ignore-df-bit-setting.patch
  netfilter-nft_flow_offload-set-liberal-tracking-mode-for-tcp.patch
  netfilter-nft_flow_offload-don-t-offload-when-sequence-numbers-need-adjustment.patch
  netfilter-nft_flow_offload-ipcb-is-only-valid-for-ipv4-family.patch
  idr-fix-idr_get_next-race-with-idr_remove.patch
  hid-i2c-hid-add-iball-aer3-to-descriptor-override.patch
  asoc-cs4265-readable-register-too-low.patch
  asoc-ak4458-add-return-value-for-ak4458_probe.patch
  asoc-soc-pcm-be-dai-needs-prepare-when-pause-release.patch
  asoc-ak4458-rstn_control-return-a-non-zero-on-error-.patch
  spi-bitbang-fix-null-pointer-dereference-in-spi_unre.patch
  asoc-core-lock-client_mutex-while-removing-link-comp.patch
  iommu-vt-d-set-the-right-field-for-page-walk-snoop.patch
  hid-a4tech-fix-horizontal-scrolling.patch
  asoc-intel-baytrail-add-quirk-for-aegex-10-ru2-table.patch
  asoc-hda-fix-unbalanced-codec-dev-refcount-for-hda_d.patch
  drm-mediatek-fix-unbind-functions.patch
  drm-mediatek-unbind-components-in-mtk_drm_unbind.patch
  drm-mediatek-call-drm_atomic_helper_shutdown-when-un.patch
  drm-mediatek-clear-num_pipes-when-unbind-driver.patch
  drm-mediatek-call-mtk_dsi_stop-after-mtk_drm_crtc_at.patch
  asoc-max98090-remove-24-bit-format-support-if-rj-is-.patch
  asoc-sun4i-i2s-fix-sun8i-tx-channel-offset-mask.patch
  asoc-sun4i-i2s-add-offset-to-rx-channel-select.patch
  x86-cpu-add-more-icelake-model-numbers.patch
  usb-gadget-fusb300_udc-fix-memory-leak-of-fusb300-ep.patch
  usb-gadget-udc-lpc32xx-allocate-descriptor-with-gfp_.patch
  usb-gadget-dwc2-fix-zlp-handling.patch
  asoc-intel-cht_bsw_max98090-fix-kernel-oops-with-pla.patch
  asoc-intel-bytcht_es8316-fix-kernel-oops-with-platfo.patch
  asoc-intel-cht_bsw_nau8824-fix-kernel-oops-with-plat.patch
  asoc-intel-cht_bsw_rt5672-fix-kernel-oops-with-platf.patch
  asoc-core-move-dai-pre-links-initiation-to-snd_soc_i.patch
  alsa-hdac-fix-memory-release-for-sst-and-sof-drivers.patch
  soc-rt274-fix-internal-jack-assignment-in-set_jack-c.patch
  scsi-hpsa-correct-ioaccel2-chaining.patch
  gpio-pca953x-hack-to-fix-24-bit-gpio-expanders.patch
  drm-panel-orientation-quirks-add-quirk-for-gpd-pocke.patch
  drm-panel-orientation-quirks-add-quirk-for-gpd-micro.patch
  asoc-core-fix-deadlock-in-snd_soc_instantiate_card.patch
  asoc-intel-sst-fix-kmalloc-call-with-wrong-flags.patch
  platform-x86-asus-wmi-only-tell-ec-the-os-will-handl.patch
  platform-x86-intel-vbtn-report-switch-events-when-ev.patch
  platform-x86-mlx-platform-fix-parent-device-in-i2c-m.patch
  platform-mellanox-mlxreg-hotplug-add-devm_free_irq-c.patch
  i2c-pca-platform-fix-gpio-lookup-code.patch
  arm64-tlbflush-ensure-start-end-of-address-range-are.patch
  cpuset-restore-sanity-to-cpuset_cpus_allowed_fallbac.patch
  scripts-decode_stacktrace.sh-prefix-addr2line-with-c.patch
  mm-mlock.c-change-count_mm_mlocked_page_nr-return-ty.patch
  tracing-avoid-build-warning-with-have_nop_mcount.patch
  module-fix-livepatch-ftrace-module-text-permissions-.patch
  ftrace-fix-null-pointer-dereference-in-free_ftrace_f.patch
  ptrace-fix-ptracer_cred-handling-for-ptrace_traceme.patch
  crypto-user-prevent-operating-on-larval-algorithms.patch
  crypto-cryptd-fix-skcipher-instance-memory-leak.patch
  alsa-seq-fix-incorrect-order-of-dest_client-dest_ports-arguments.patch
  alsa-firewire-lib-fireworks-fix-miss-detection-of-received-midi-messages.patch
  alsa-line6-fix-write-on-zero-sized-buffer.patch
  alsa-usb-audio-fix-sign-unintended-sign-extension-on-left-shifts.patch
  alsa-hda-realtek-add-quirks-for-several-clevo-notebook-barebones.patch
  alsa-hda-realtek-change-front-mic-location-for-lenovo-m710q.patch
  dax-fix-xarray-entry-association-for-mixed-mappings.patch
  lib-mpi-fix-karactx-leak-in-mpi_powm.patch
  fs-userfaultfd.c-disable-irqs-for-fault_pending-and-event-locks.patch
  swap_readpage-avoid-blk_wake_io_task-if-synchronous.patch
  tracing-snapshot-resize-spare-buffer-if-size-changed.patch
  arm-dts-armada-xp-98dx3236-switch-to-armada-38x-uart-serial-node.patch
  arm64-kaslr-keep-modules-inside-module-region-when-kasan-is-enabled.patch
  drm-i915-ringbuffer-emit_invalidate-before-switch-context.patch
  drm-amd-powerplay-use-hardware-fan-control-if-no-powerplay-fan-table.patch
  drm-amdgpu-don-t-skip-display-settings-in-hwmgr_resume.patch
  drm-amdgpu-gfx9-use-reset-default-for-pa_sc_fifo_size.patch
  drm-virtio-move-drm_connector_update_edid_property-call.patch
  drm-etnaviv-add-missing-failure-path-to-destroy-suballoc.patch
  drm-imx-notify-drm-core-before-sending-event-during-crtc-disable.patch
  drm-imx-only-send-event-on-crtc-disable-if-kept-disabled.patch
  ftrace-x86-remove-possible-deadlock-between-register_kprobe-and-ftrace_run_update_code.patch
  mm-vmscan.c-prevent-useless-kswapd-loops.patch
  btrfs-ensure-replaced-device-doesn-t-have-pending-chunk-allocation.patch
  tty-rocket-fix-incorrect-forward-declaration-of-rp_i.patch
  ftrace-x86-remove-possible-deadlock-between-register.patch

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

* ❎ FAIL: Stable queue: queue-5.1
@ 2019-06-23 16:11 CKI Project
  0 siblings, 0 replies; 31+ messages in thread
From: CKI Project @ 2019-06-23 16:11 UTC (permalink / raw)
  To: Linux Stable maillist

[-- Attachment #1: Type: text/plain, Size: 3872 bytes --]

Hello,

We ran automated tests on a patchset that was proposed for merging into this
kernel tree. The patches were applied to:

       Kernel repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
            Commit: 5f0a74b46855 - Linux 5.1.14

The results of these automated tests are provided below.

    Overall result: FAILED (see details below)
             Merge: OK
           Compile: FAILED



We attempted to compile the kernel for multiple architectures, but the compile
failed on one or more architectures:

           aarch64: FAILED (see build-aarch64.log.xz attachment)
           ppc64le: FAILED (see build-ppc64le.log.xz attachment)
             s390x: FAILED (see build-s390x.log.xz attachment)
            x86_64: FAILED (see build-x86_64.log.xz attachment)

We hope that these logs can help you find the problem quickly. For the full
detail on our testing procedures, please scroll to the bottom of this message.

Please reply to this email if you have any questions about the tests that we
ran or if you have any suggestions on how to make future tests more effective.

        ,-.   ,-.
       ( C ) ( K )  Continuous
        `-',-.`-'   Kernel
          ( I )     Integration
           `-'
______________________________________________________________________________

Merge testing
-------------

We cloned this repository and checked out the following commit:

  Repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
  Commit: 5f0a74b46855 - Linux 5.1.14


We grabbed the a4a598b52e7c commit of the stable queue repository.

We then merged the patchset with `git am`:

  tracing-silence-gcc-9-array-bounds-warning.patch
  mmc-sdhci-sdhci-pci-o2micro-correctly-set-bus-width-when-tuning.patch
  mmc-sdhi-disallow-hs400-for-m3-w-es1.2-rz-g2m-and-v3h.patch
  mmc-mediatek-fix-sdio-irq-interrupt-handle-flow.patch
  mmc-mediatek-fix-sdio-irq-detection-issue.patch
  mmc-core-api-to-temporarily-disable-retuning-for-sdio-crc-errors.patch
  mmc-core-add-sdio_retune_hold_now-and-sdio_retune_release.patch
  mmc-core-prevent-processing-sdio-irqs-when-the-card-is-suspended.patch
  scsi-ufs-avoid-runtime-suspend-possibly-being-blocked-forever.patch
  usb-chipidea-udc-workaround-for-endpoint-conflict-issue.patch
  xhci-detect-usb-3.2-capable-host-controllers-correctly.patch
  usb-xhci-don-t-try-to-recover-an-endpoint-if-port-is-in-error-state.patch
  cifs-fix-panic-in-smb2_reconnect.patch
  cifs-add-spinlock-for-the-openfilelist-to-cifsinodeinfo.patch
  cifs-fix-globalmid_lock-bug-in-cifs_reconnect.patch
  ib-hfi1-validate-fault-injection-opcode-user-input.patch
  ib-hfi1-close-psm-sdma_progress-sleep-window.patch
  ib-hfi1-avoid-hardlockup-with-flushlist_lock.patch
  ib-hfi1-correct-tid-qp-rcd-to-match-verbs-context.patch
  ib-hfi1-silence-txreq-allocation-warnings.patch
  iio-imu-st_lsm6dsx-fix-pm-support-for-st_lsm6dsx-i2c-controller.patch
  iio-temperature-mlx90632-relax-the-compatibility-check.patch
  input-synaptics-enable-smbus-on-thinkpad-e480-and-e580.patch
  input-uinput-add-compat-ioctl-number-translation-for-ui_-_ff_upload.patch
  input-silead-add-mssl0017-to-acpi_device_id.patch
  apparmor-fix-profile_mediates-for-untrusted-input.patch
  apparmor-enforce-nullbyte-at-end-of-tag-string.patch
  apparmor-reset-pos-on-failure-to-unpack-for-various-functions.patch
  revert-brcmfmac-disable-command-decode-in-sdio_aos.patch
  brcmfmac-sdio-disable-auto-tuning-around-commands-expected-to-fail.patch
  brcmfmac-sdio-don-t-tune-while-the-card-is-off.patch

Compile testing
---------------

We compiled the kernel for 4 architectures:

  aarch64:
    build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg

  ppc64le:
    build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg

  s390x:
    build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg

  x86_64:
    build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg


[-- Attachment #2: build-s390x.log.xz --]
[-- Type: application/x-xz, Size: 26972 bytes --]

[-- Attachment #3: build-ppc64le.log.xz --]
[-- Type: application/x-xz, Size: 63980 bytes --]

[-- Attachment #4: build-aarch64.log.xz --]
[-- Type: application/x-xz, Size: 76468 bytes --]

[-- Attachment #5: build-x86_64.log.xz --]
[-- Type: application/x-xz, Size: 78648 bytes --]

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

* Re: ❎ FAIL: Stable queue: queue-5.1
  2019-06-20  0:13 CKI Project
@ 2019-06-20  5:34 ` Greg KH
  0 siblings, 0 replies; 31+ messages in thread
From: Greg KH @ 2019-06-20  5:34 UTC (permalink / raw)
  To: CKI Project; +Cc: Linux Stable maillist

On Wed, Jun 19, 2019 at 08:13:10PM -0400, CKI Project wrote:
> Hello,
> 
> We ran automated tests on a patchset that was proposed for merging into this
> kernel tree. The patches were applied to:
> 
>        Kernel repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
>             Commit: 5752b50477da - Linux 5.1.12
> 
> The results of these automated tests are provided below.
> 
>     Overall result: FAILED (see details below)
>              Merge: FAILED
> 
> 
> 
> 
> When we attempted to merge the patchset, we received an error:
> 
>   error: patch failed: net/ipv6/ip6_flowlabel.c:254
>   error: net/ipv6/ip6_flowlabel.c: patch does not apply
>   hint: Use 'git am --show-current-patch' to see the failed patch
>   Applying: ipv6: flowlabel: fl6_sock_lookup() must use atomic_inc_not_zero
>   Patch failed at 0001 ipv6: flowlabel: fl6_sock_lookup() must use atomic_inc_not_zero

Looks like Sasha's last push had a bunch of duplicates in it.  I've
fixed this up for the 5.1 queue now and will go work on the others...

thanks,

greg k-h

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

* ❎ FAIL: Stable queue: queue-5.1
@ 2019-06-20  0:13 CKI Project
  2019-06-20  5:34 ` Greg KH
  0 siblings, 1 reply; 31+ messages in thread
From: CKI Project @ 2019-06-20  0:13 UTC (permalink / raw)
  To: Linux Stable maillist

Hello,

We ran automated tests on a patchset that was proposed for merging into this
kernel tree. The patches were applied to:

       Kernel repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
            Commit: 5752b50477da - Linux 5.1.12

The results of these automated tests are provided below.

    Overall result: FAILED (see details below)
             Merge: FAILED




When we attempted to merge the patchset, we received an error:

  error: patch failed: net/ipv6/ip6_flowlabel.c:254
  error: net/ipv6/ip6_flowlabel.c: patch does not apply
  hint: Use 'git am --show-current-patch' to see the failed patch
  Applying: ipv6: flowlabel: fl6_sock_lookup() must use atomic_inc_not_zero
  Patch failed at 0001 ipv6: flowlabel: fl6_sock_lookup() must use atomic_inc_not_zero

We hope that these logs can help you find the problem quickly. For the full
detail on our testing procedures, please scroll to the bottom of this message.

Please reply to this email if you have any questions about the tests that we
ran or if you have any suggestions on how to make future tests more effective.

        ,-.   ,-.
       ( C ) ( K )  Continuous
        `-',-.`-'   Kernel
          ( I )     Integration
           `-'
______________________________________________________________________________

Merge testing
-------------

We cloned this repository and checked out the following commit:

  Repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
  Commit: 5752b50477da - Linux 5.1.12


We then merged the patchset with `git am`:

  netfilter-nat-fix-udp-checksum-corruption.patch
  ax25-fix-inconsistent-lock-state-in-ax25_destroy_timer.patch
  be2net-fix-number-of-rx-queues-used-for-flow-hashing.patch
  hv_netvsc-set-probe-mode-to-sync.patch
  ipv6-flowlabel-fl6_sock_lookup-must-use-atomic_inc_not_zero.patch
  lapb-fixed-leak-of-control-blocks.patch
  neigh-fix-use-after-free-read-in-pneigh_get_next.patch
  net-dsa-rtl8366-fix-up-vlan-filtering.patch
  net-openvswitch-do-not-free-vport-if-register_netdevice-is-failed.patch
  net-phylink-set-the-autoneg-state-in-phylink_phy_change.patch
  net-tls-correctly-account-for-copied-bytes-with-multiple-sk_msgs.patch
  nfc-ensure-presence-of-required-attributes-in-the-deactivate_target-handler.patch
  sctp-free-cookie-before-we-memdup-a-new-one.patch
  sunhv-fix-device-naming-inconsistency-between-sunhv_console-and-sunhv_reg.patch
  tipc-purge-deferredq-list-for-each-grp-member-in-tipc_group_delete.patch
  vsock-virtio-set-sock_done-on-peer-shutdown.patch
  net-mlx5-avoid-reloading-already-removed-devices.patch
  vxlan-don-t-assume-linear-buffers-in-error-handler.patch
  geneve-don-t-assume-linear-buffers-in-error-handler.patch
  net-mvpp2-prs-fix-parser-range-for-vid-filtering.patch
  net-mvpp2-prs-use-the-correct-helpers-when-removing-all-vid-filters.patch
  net-dsa-microchip-don-t-try-to-read-stats-for-unused-ports.patch
  net-ethtool-allow-matching-on-vlan-dei-bit.patch
  net-mlx5-update-pci-error-handler-entries-and-command-translation.patch
  mlxsw-spectrum_router-refresh-nexthop-neighbour-when-it-becomes-dead.patch
  net-mlx5e-add-ndo_set_feature-for-uplink-representor.patch
  mlxsw-spectrum_flower-fix-tos-matching.patch
  net-mlx5e-fix-source-port-matching-in-fdb-peer-flow-rule.patch
  mlxsw-spectrum_buffers-reduce-pool-size-on-spectrum-2.patch
  net-mlx5e-support-tagged-tunnel-over-bond.patch
  net-correct-udp-zerocopy-refcnt-also-when-zerocopy-only-on-append.patch
  net-mlx5e-avoid-detaching-non-existing-netdev-under-switchdev-mode.patch
  ipv6-flowlabel-fl6_sock_lookup-must-use-atomic_inc_n.patch

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

* ❎ FAIL: Stable queue: queue-5.1
@ 2019-06-16 17:28 CKI Project
  0 siblings, 0 replies; 31+ messages in thread
From: CKI Project @ 2019-06-16 17:28 UTC (permalink / raw)
  To: Linux Stable maillist; +Cc: Petr Sklenar

Hello,

We ran automated tests on a patchset that was proposed for merging into this
kernel tree. The patches were applied to:

       Kernel repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
            Commit: 7e1bdd68ffee - Linux 5.1.10

The results of these automated tests are provided below.

    Overall result: FAILED (see details below)
             Merge: OK
           Compile: OK
             Tests: FAILED


One or more kernel tests failed:

  aarch64:
    ❎ tuned: tune-processes-through-perf

  ppc64le:
    ❎ tuned: tune-processes-through-perf

  s390x:
    ❎ tuned: tune-processes-through-perf

  x86_64:
    ❎ tuned: tune-processes-through-perf

We hope that these logs can help you find the problem quickly. For the full
detail on our testing procedures, please scroll to the bottom of this message.

Please reply to this email if you have any questions about the tests that we
ran or if you have any suggestions on how to make future tests more effective.

        ,-.   ,-.
       ( C ) ( K )  Continuous
        `-',-.`-'   Kernel
          ( I )     Integration
           `-'
______________________________________________________________________________

Merge testing
-------------

We cloned this repository and checked out the following commit:

  Repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
  Commit: 7e1bdd68ffee - Linux 5.1.10


We then merged the patchset with `git am`:

  drm-nouveau-add-kconfig-option-to-turn-off-nouveau-legacy-contexts.-v3.patch
  nouveau-fix-build-with-config_nouveau_legacy_ctx_support-disabled.patch
  hid-input-make-sure-the-wheel-high-resolution-multiplier-is-set.patch
  hid-input-fix-assignment-of-.value.patch
  revert-hid-increase-maximum-report-size-allowed-by-hid_field_extract.patch
  hid-multitouch-handle-faulty-elo-touch-device.patch
  hid-wacom-don-t-set-tool-type-until-we-re-in-range.patch
  hid-wacom-don-t-report-anything-prior-to-the-tool-entering-range.patch
  hid-wacom-send-btn_touch-in-response-to-intuosp2_bt-eraser-contact.patch
  hid-wacom-correct-button-numbering-2nd-gen-intuos-pro-over-bluetooth.patch
  hid-wacom-sync-intuosp2_bt-touch-state-after-each-frame-if-necessary.patch
  revert-alsa-hda-realtek-improve-the-headset-mic-for-acer-aspire-laptops.patch
  alsa-oxfw-allow-pcm-capture-for-stanton-scs.1m.patch
  alsa-ice1712-check-correct-return-value-to-snd_i2c_sendbytes-ews-dmx-6fire.patch
  alsa-hda-realtek-update-headset-mode-for-alc256.patch
  alsa-firewire-motu-fix-destruction-of-data-for-isochronous-resources.patch
  selinux-log-raw-contexts-as-untrusted-strings.patch
  selinux-fix-a-missing-check-bug-in-selinux_add_mnt_opt.patch
  selinux-fix-a-missing-check-bug-in-selinux_sb_eat_lsm_opts.patch
  libata-extend-quirks-for-the-st1000lm024-drives-with-nolpm-quirk.patch
  io_uring-fix-memory-leak-of-unix-domain-socket-inode.patch
  mm-list_lru.c-fix-memory-leak-in-__memcg_init_list_lru_node.patch
  fs-ocfs2-fix-race-in-ocfs2_dentry_attach_lock.patch
  mm-vmscan.c-fix-trying-to-reclaim-unevictable-lru-page.patch
  signal-ptrace-don-t-leak-unitialized-kernel-memory-with-ptrace_peek_siginfo.patch
  ptrace-restore-smp_rmb-in-__ptrace_may_access.patch
  media-dvb-warning-about-dvb-frequency-limits-produces-too-much-noise.patch
  iommu-arm-smmu-avoid-constant-zero-in-tlbi-writes.patch
  smack-restore-the-smackfsdef-mount-option-and-add-missing-prefixes.patch
  i2c-acorn-fix-i2c-warning.patch
  bcache-fix-stack-corruption-by-preceding_key.patch
  bcache-only-set-bcache_dev_wb_running-when-cached-device-attached.patch
  cgroup-use-css_tryget-instead-of-css_tryget_online-in-task_get_css.patch
  asoc-cs42xx8-add-regcache-mask-dirty.patch
  asoc-fsl_asrc-fix-the-issue-about-unsupported-rate.patch
  asoc-soc-core-fixup-references-at-soc_cleanup_card_resources.patch
  drm-amdgpu-uvd-vcn-fetch-ring-s-read_ptr-after-alloc.patch
  drm-i915-sdvo-implement-proper-hdmi-audio-support-for-sdvo.patch
  drm-i915-dsi-use-a-fuzzy-check-for-burst-mode-clock-check.patch
  drm-i915-fix-per-pixel-alpha-with-ccs.patch
  drm-i915-dmc-protect-against-reading-random-memory.patch
  x86-uaccess-kcov-disable-stack-protector.patch
  alsa-seq-protect-in-kernel-ioctl-calls-with-mutex.patch
  alsa-seq-fix-race-of-get-subscription-call-vs-port-d.patch
  revert-alsa-seq-protect-in-kernel-ioctl-calls-with-m.patch
  drivers-misc-fix-out-of-bounds-access-in-function-pa.patch
  f2fs-fix-to-avoid-accessing-xattr-across-the-boundar.patch
  drivers-perf-arm_spe-don-t-error-on-high-order-pages.patch
  bpf-sockmap-only-stop-flush-strp-if-it-was-enabled-a.patch
  bpf-sockmap-remove-duplicate-queue-free.patch
  bpf-sockmap-fix-msg-sg.size-account-on-ingress-skb.patch
  scsi-qla2xxx-add-cleanup-for-pci-eeh-recovery.patch
  scsi-qedi-remove-memset-memcpy-to-nfunc-and-use-func.patch
  scsi-qedi-remove-set-but-not-used-variables-cdev-and.patch
  scsi-lpfc-resolve-lockdep-warnings.patch
  scsi-lpfc-correct-rcu-unlock-issue-in-lpfc_nvme_info.patch
  scsi-lpfc-add-check-for-loss-of-ndlp-when-sending-rr.patch
  arm64-print-physical-address-of-page-table-base-in-s.patch
  net-macb-fix-error-format-in-dev_err.patch
  enetc-fix-null-dma-address-unmap-for-tx-bd-extension.patch
  bpf-tcp-correctly-handle-dont_wait-flags-and-timeo-0.patch
  arm64-mm-inhibit-huge-vmap-with-ptdump.patch
  tools-bpftool-move-set_max_rlimit-before-__bpf_objec.patch
  selftests-bpf-fix-bpf_get_current_task.patch
  nvme-pci-fix-controller-freeze-wait-disabling.patch
  nvme-fix-srcu-locking-on-error-return-in-nvme_get_ns.patch
  nvme-remove-the-ifdef-around-nvme_nvm_ioctl.patch
  nvme-merge-nvme_ns_ioctl-into-nvme_ioctl.patch
  nvme-release-namespace-srcu-protection-before-perfor.patch
  nvme-fix-memory-leak-for-power-latency-tolerance.patch
  platform-x86-pmc_atom-add-lex-3i380d-industrial-pc-t.patch
  platform-x86-pmc_atom-add-several-beckhoff-automatio.patch
  scsi-myrs-fix-uninitialized-variable.patch
  scsi-bnx2fc-fix-incorrect-cast-to-u64-on-shift-opera.patch
  drm-amdgpu-keep-stolen-memory-on-picasso.patch
  libnvdimm-fix-compilation-warnings-with-w-1.patch
  selftests-fib_rule_tests-fix-local-ipv4-address-typo.patch
  selftests-timers-add-missing-fflush-stdout-calls.patch
  tracing-prevent-hist_field_var_ref-from-accessing-nu.patch
  usbnet-ipheth-fix-racing-condition.patch
  nvme-pci-use-blk-mq-mapping-for-unmanaged-irqs.patch
  tools-io_uring-fix-makefile-for-pthread-library-link.patch
  kvm-arm-arm64-move-cc-it-checks-under-hyp-s-makefile.patch
  kvm-nvmx-really-fix-the-size-checks-on-kvm_set_neste.patch
  kvm-selftests-fix-a-condition-in-test_hv_cpuid.patch
  kvm-vmx-fix-wmissing-prototypes-warnings.patch
  kvm-lapic-fix-lapic_timer_advance_ns-parameter-overf.patch
  kvm-x86-do-not-spam-dmesg-with-vmcs-vmcb-dumps.patch
  kvm-x86-pmu-mask-the-result-of-rdpmc-according-to-th.patch
  kvm-x86-pmu-do-not-mask-the-value-that-is-written-to.patch
  kvm-s390-fix-memory-slot-handling-for-kvm_set_user_m.patch
  kvm-selftests-aarch64-dirty_log_test-fix-unaligned-m.patch
  kvm-selftests-aarch64-fix-default-vm-mode.patch
  tools-kvm_stat-fix-fields-filter-for-child-events.patch
  drm-vmwgfx-integer-underflow-in-vmw_cmd_dx_set_shader-leading-to-an-invalid-read.patch
  drm-vmwgfx-null-pointer-dereference-from-vmw_cmd_dx_view_define.patch
  usb-dwc2-fix-dma-cache-alignment-issues.patch
  usb-dwc2-host-fix-wmaxpacketsize-handling-fix-webcam-regression.patch
  usb-fix-chipmunk-like-voice-when-using-logitech-c270-for-recording-audio.patch
  usb-usb-storage-add-new-id-to-ums-realtek.patch
  usb-serial-pl2303-add-allied-telesis-vt-kit3.patch
  usb-serial-option-add-support-for-simcom-sim7500-sim7600-rndis-mode.patch
  usb-serial-option-add-telit-0x1260-and-0x1261-compositions.patch

Compile testing
---------------

We compiled the kernel for 4 architectures:

  aarch64:
    build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg
    configuration: https://artifacts.cki-project.org/builds/aarch64/kernel-stable_queue_5.1-aarch64-51127af3db7c046f6d92407f73f42e722f0778c8.config
    kernel build: https://artifacts.cki-project.org/builds/aarch64/kernel-stable_queue_5.1-aarch64-51127af3db7c046f6d92407f73f42e722f0778c8.tar.gz

  ppc64le:
    build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg
    configuration: https://artifacts.cki-project.org/builds/ppc64le/kernel-stable_queue_5.1-ppc64le-51127af3db7c046f6d92407f73f42e722f0778c8.config
    kernel build: https://artifacts.cki-project.org/builds/ppc64le/kernel-stable_queue_5.1-ppc64le-51127af3db7c046f6d92407f73f42e722f0778c8.tar.gz

  s390x:
    build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg
    configuration: https://artifacts.cki-project.org/builds/s390x/kernel-stable_queue_5.1-s390x-51127af3db7c046f6d92407f73f42e722f0778c8.config
    kernel build: https://artifacts.cki-project.org/builds/s390x/kernel-stable_queue_5.1-s390x-51127af3db7c046f6d92407f73f42e722f0778c8.tar.gz

  x86_64:
    build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg
    configuration: https://artifacts.cki-project.org/builds/x86_64/kernel-stable_queue_5.1-x86_64-51127af3db7c046f6d92407f73f42e722f0778c8.config
    kernel build: https://artifacts.cki-project.org/builds/x86_64/kernel-stable_queue_5.1-x86_64-51127af3db7c046f6d92407f73f42e722f0778c8.tar.gz


Hardware testing
----------------

We booted each kernel and ran the following tests:

  aarch64:
    Host 1:
       ✅ Boot test [0]
       ✅ LTP lite [1]
       ✅ Loopdev Sanity [2]
       ✅ AMTU (Abstract Machine Test Utility) [3]
       ✅ Ethernet drivers sanity [4]
       ✅ audit: audit testsuite test [5]
       ✅ httpd: mod_ssl smoke sanity [6]
       ✅ iotop: sanity [7]
       ❎ tuned: tune-processes-through-perf [8]
       ✅ Usex - version 1.9-29 [9]
       🚧 ✅ Networking socket: fuzz [10]
       🚧 ✅ Networking TCP: keepalive test [11]
       🚧 ✅ storage: SCSI VPD [12]
       🚧 ✅ storage: software RAID testing [13]

    Host 2:
       ✅ Boot test [0]
       ✅ xfstests: xfs [14]
       ✅ selinux-policy: serge-testsuite [15]


  ppc64le:
    Host 1:
       ✅ Boot test [0]
       ✅ LTP lite [1]
       ✅ Loopdev Sanity [2]
       ✅ AMTU (Abstract Machine Test Utility) [3]
       ✅ Ethernet drivers sanity [4]
       ✅ audit: audit testsuite test [5]
       ✅ httpd: mod_ssl smoke sanity [6]
       ✅ iotop: sanity [7]
       ❎ tuned: tune-processes-through-perf [8]
       ✅ Usex - version 1.9-29 [9]
       🚧 ✅ Networking socket: fuzz [10]
       🚧 ✅ Networking TCP: keepalive test [11]
       🚧 ✅ storage: software RAID testing [13]

    Host 2:
       ✅ Boot test [0]
       ✅ xfstests: xfs [14]
       ✅ selinux-policy: serge-testsuite [15]


  s390x:
    Host 1:
       ✅ Boot test [0]
       ✅ selinux-policy: serge-testsuite [15]

    Host 2:
       ✅ Boot test [0]
       ✅ LTP lite [1]
       ✅ Loopdev Sanity [2]
       ✅ Ethernet drivers sanity [4]
       ✅ audit: audit testsuite test [5]
       ✅ httpd: mod_ssl smoke sanity [6]
       ✅ iotop: sanity [7]
       ❎ tuned: tune-processes-through-perf [8]
       🚧 ✅ Networking socket: fuzz [10]
       🚧 ✅ Networking TCP: keepalive test [11]
       🚧 ✅ storage: software RAID testing [13]


  x86_64:
    Host 1:
       ✅ Boot test [0]
       🚧 ✅ Storage SAN device stress [16]

    Host 2:
       ✅ Boot test [0]
       ✅ LTP lite [1]
       ✅ Loopdev Sanity [2]
       ✅ AMTU (Abstract Machine Test Utility) [3]
       ✅ Ethernet drivers sanity [4]
       ✅ audit: audit testsuite test [5]
       ✅ httpd: mod_ssl smoke sanity [6]
       ✅ iotop: sanity [7]
       ❎ tuned: tune-processes-through-perf [8]
       ✅ Usex - version 1.9-29 [9]
       🚧 ✅ Networking socket: fuzz [10]
       🚧 ✅ Networking TCP: keepalive test [11]
       🚧 ✅ storage: SCSI VPD [12]
       🚧 ✅ storage: software RAID testing [13]

    Host 3:
       ✅ Boot test [0]
       ✅ xfstests: xfs [14]
       ✅ selinux-policy: serge-testsuite [15]


  Test source:
    💚 Pull requests are welcome for new tests or improvements to existing tests!
    [0]: https://github.com/CKI-project/tests-beaker/archive/master.zip#distribution/kpkginstall
    [1]: https://github.com/CKI-project/tests-beaker/archive/master.zip#distribution/ltp/lite
    [2]: https://github.com/CKI-project/tests-beaker/archive/master.zip#filesystems/loopdev/sanity
    [3]: https://github.com/CKI-project/tests-beaker/archive/master.zip#misc/amtu
    [4]: https://github.com/CKI-project/tests-beaker/archive/master.zip#/networking/driver/sanity
    [5]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/audit/audit-testsuite
    [6]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/httpd/mod_ssl-smoke
    [7]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/iotop/sanity
    [8]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/tuned/tune-processes-through-perf
    [9]: https://github.com/CKI-project/tests-beaker/archive/master.zip#standards/usex/1.9-29
    [10]: https://github.com/CKI-project/tests-beaker/archive/master.zip#/networking/socket/fuzz
    [11]: https://github.com/CKI-project/tests-beaker/archive/master.zip#networking/tcp/tcp_keepalive
    [12]: https://github.com/CKI-project/tests-beaker/archive/master.zip#storage/scsi/vpd
    [13]: https://github.com/CKI-project/tests-beaker/archive/master.zip#storage/swraid/trim
    [14]: https://github.com/CKI-project/tests-beaker/archive/master.zip#/filesystems/xfs/xfstests
    [15]: https://github.com/CKI-project/tests-beaker/archive/master.zip#/packages/selinux-policy/serge-testsuite
    [16]: https://github.com/CKI-project/tests-beaker/archive/master.zip#storage/hba/san-device-stress

Waived tests (marked with 🚧)
-----------------------------
This test run included waived tests. Such tests are executed but their results
are not taken into account. Tests are waived when their results are not
reliable enough, e.g. when they're just introduced or are being fixed.

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

* ❎ FAIL: Stable queue: queue-5.1
@ 2019-06-16 14:22 CKI Project
  0 siblings, 0 replies; 31+ messages in thread
From: CKI Project @ 2019-06-16 14:22 UTC (permalink / raw)
  To: Linux Stable maillist; +Cc: Petr Sklenar

Hello,

We ran automated tests on a patchset that was proposed for merging into this
kernel tree. The patches were applied to:

       Kernel repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
            Commit: 7e1bdd68ffee - Linux 5.1.10

The results of these automated tests are provided below.

    Overall result: FAILED (see details below)
             Merge: OK
           Compile: OK
             Tests: FAILED


One or more kernel tests failed:

  aarch64:
    ❎ tuned: tune-processes-through-perf

  ppc64le:
    ❎ tuned: tune-processes-through-perf

  s390x:
    ❎ tuned: tune-processes-through-perf

  x86_64:
    ❎ tuned: tune-processes-through-perf

We hope that these logs can help you find the problem quickly. For the full
detail on our testing procedures, please scroll to the bottom of this message.

Please reply to this email if you have any questions about the tests that we
ran or if you have any suggestions on how to make future tests more effective.

        ,-.   ,-.
       ( C ) ( K )  Continuous
        `-',-.`-'   Kernel
          ( I )     Integration
           `-'
______________________________________________________________________________

Merge testing
-------------

We cloned this repository and checked out the following commit:

  Repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
  Commit: 7e1bdd68ffee - Linux 5.1.10


We then merged the patchset with `git am`:

  drm-nouveau-add-kconfig-option-to-turn-off-nouveau-legacy-contexts.-v3.patch
  nouveau-fix-build-with-config_nouveau_legacy_ctx_support-disabled.patch
  hid-input-make-sure-the-wheel-high-resolution-multiplier-is-set.patch
  hid-input-fix-assignment-of-.value.patch
  revert-hid-increase-maximum-report-size-allowed-by-hid_field_extract.patch
  hid-multitouch-handle-faulty-elo-touch-device.patch
  hid-wacom-don-t-set-tool-type-until-we-re-in-range.patch
  hid-wacom-don-t-report-anything-prior-to-the-tool-entering-range.patch
  hid-wacom-send-btn_touch-in-response-to-intuosp2_bt-eraser-contact.patch
  hid-wacom-correct-button-numbering-2nd-gen-intuos-pro-over-bluetooth.patch
  hid-wacom-sync-intuosp2_bt-touch-state-after-each-frame-if-necessary.patch
  revert-alsa-hda-realtek-improve-the-headset-mic-for-acer-aspire-laptops.patch
  alsa-oxfw-allow-pcm-capture-for-stanton-scs.1m.patch
  alsa-ice1712-check-correct-return-value-to-snd_i2c_sendbytes-ews-dmx-6fire.patch
  alsa-hda-realtek-update-headset-mode-for-alc256.patch
  alsa-firewire-motu-fix-destruction-of-data-for-isochronous-resources.patch
  selinux-log-raw-contexts-as-untrusted-strings.patch
  selinux-fix-a-missing-check-bug-in-selinux_add_mnt_opt.patch
  selinux-fix-a-missing-check-bug-in-selinux_sb_eat_lsm_opts.patch
  libata-extend-quirks-for-the-st1000lm024-drives-with-nolpm-quirk.patch
  io_uring-fix-memory-leak-of-unix-domain-socket-inode.patch
  mm-list_lru.c-fix-memory-leak-in-__memcg_init_list_lru_node.patch
  fs-ocfs2-fix-race-in-ocfs2_dentry_attach_lock.patch
  mm-vmscan.c-fix-trying-to-reclaim-unevictable-lru-page.patch
  signal-ptrace-don-t-leak-unitialized-kernel-memory-with-ptrace_peek_siginfo.patch
  ptrace-restore-smp_rmb-in-__ptrace_may_access.patch
  media-dvb-warning-about-dvb-frequency-limits-produces-too-much-noise.patch
  iommu-arm-smmu-avoid-constant-zero-in-tlbi-writes.patch
  smack-restore-the-smackfsdef-mount-option-and-add-missing-prefixes.patch
  i2c-acorn-fix-i2c-warning.patch
  bcache-fix-stack-corruption-by-preceding_key.patch
  bcache-only-set-bcache_dev_wb_running-when-cached-device-attached.patch
  cgroup-use-css_tryget-instead-of-css_tryget_online-in-task_get_css.patch
  asoc-cs42xx8-add-regcache-mask-dirty.patch
  asoc-fsl_asrc-fix-the-issue-about-unsupported-rate.patch
  asoc-soc-core-fixup-references-at-soc_cleanup_card_resources.patch
  drm-amdgpu-uvd-vcn-fetch-ring-s-read_ptr-after-alloc.patch
  drm-i915-sdvo-implement-proper-hdmi-audio-support-for-sdvo.patch
  drm-i915-dsi-use-a-fuzzy-check-for-burst-mode-clock-check.patch
  drm-i915-fix-per-pixel-alpha-with-ccs.patch
  drm-i915-dmc-protect-against-reading-random-memory.patch
  x86-uaccess-kcov-disable-stack-protector.patch
  alsa-seq-protect-in-kernel-ioctl-calls-with-mutex.patch
  alsa-seq-fix-race-of-get-subscription-call-vs-port-d.patch
  revert-alsa-seq-protect-in-kernel-ioctl-calls-with-m.patch
  drivers-misc-fix-out-of-bounds-access-in-function-pa.patch
  f2fs-fix-to-avoid-accessing-xattr-across-the-boundar.patch
  drivers-perf-arm_spe-don-t-error-on-high-order-pages.patch
  bpf-sockmap-only-stop-flush-strp-if-it-was-enabled-a.patch
  bpf-sockmap-remove-duplicate-queue-free.patch
  bpf-sockmap-fix-msg-sg.size-account-on-ingress-skb.patch
  scsi-qla2xxx-add-cleanup-for-pci-eeh-recovery.patch
  scsi-qedi-remove-memset-memcpy-to-nfunc-and-use-func.patch
  scsi-qedi-remove-set-but-not-used-variables-cdev-and.patch
  scsi-lpfc-resolve-lockdep-warnings.patch
  scsi-lpfc-correct-rcu-unlock-issue-in-lpfc_nvme_info.patch
  scsi-lpfc-add-check-for-loss-of-ndlp-when-sending-rr.patch
  arm64-print-physical-address-of-page-table-base-in-s.patch
  net-macb-fix-error-format-in-dev_err.patch
  enetc-fix-null-dma-address-unmap-for-tx-bd-extension.patch
  bpf-tcp-correctly-handle-dont_wait-flags-and-timeo-0.patch
  arm64-mm-inhibit-huge-vmap-with-ptdump.patch
  tools-bpftool-move-set_max_rlimit-before-__bpf_objec.patch
  selftests-bpf-fix-bpf_get_current_task.patch
  nvme-pci-fix-controller-freeze-wait-disabling.patch
  nvme-fix-srcu-locking-on-error-return-in-nvme_get_ns.patch
  nvme-remove-the-ifdef-around-nvme_nvm_ioctl.patch
  nvme-merge-nvme_ns_ioctl-into-nvme_ioctl.patch
  nvme-release-namespace-srcu-protection-before-perfor.patch
  nvme-fix-memory-leak-for-power-latency-tolerance.patch
  platform-x86-pmc_atom-add-lex-3i380d-industrial-pc-t.patch
  platform-x86-pmc_atom-add-several-beckhoff-automatio.patch
  scsi-myrs-fix-uninitialized-variable.patch
  scsi-bnx2fc-fix-incorrect-cast-to-u64-on-shift-opera.patch
  drm-amdgpu-keep-stolen-memory-on-picasso.patch
  libnvdimm-fix-compilation-warnings-with-w-1.patch
  selftests-fib_rule_tests-fix-local-ipv4-address-typo.patch
  selftests-timers-add-missing-fflush-stdout-calls.patch
  tracing-prevent-hist_field_var_ref-from-accessing-nu.patch
  usbnet-ipheth-fix-racing-condition.patch
  nvme-pci-use-blk-mq-mapping-for-unmanaged-irqs.patch
  tools-io_uring-fix-makefile-for-pthread-library-link.patch
  kvm-arm-arm64-move-cc-it-checks-under-hyp-s-makefile.patch
  kvm-nvmx-really-fix-the-size-checks-on-kvm_set_neste.patch
  kvm-selftests-fix-a-condition-in-test_hv_cpuid.patch
  kvm-vmx-fix-wmissing-prototypes-warnings.patch
  kvm-lapic-fix-lapic_timer_advance_ns-parameter-overf.patch
  kvm-x86-do-not-spam-dmesg-with-vmcs-vmcb-dumps.patch
  kvm-x86-pmu-mask-the-result-of-rdpmc-according-to-th.patch
  kvm-x86-pmu-do-not-mask-the-value-that-is-written-to.patch
  kvm-s390-fix-memory-slot-handling-for-kvm_set_user_m.patch
  kvm-selftests-aarch64-dirty_log_test-fix-unaligned-m.patch
  kvm-selftests-aarch64-fix-default-vm-mode.patch
  tools-kvm_stat-fix-fields-filter-for-child-events.patch
  drm-vmwgfx-integer-underflow-in-vmw_cmd_dx_set_shader-leading-to-an-invalid-read.patch
  drm-vmwgfx-null-pointer-dereference-from-vmw_cmd_dx_view_define.patch
  usb-dwc2-fix-dma-cache-alignment-issues.patch
  usb-dwc2-host-fix-wmaxpacketsize-handling-fix-webcam-regression.patch
  usb-fix-chipmunk-like-voice-when-using-logitech-c270-for-recording-audio.patch
  usb-usb-storage-add-new-id-to-ums-realtek.patch
  usb-serial-pl2303-add-allied-telesis-vt-kit3.patch
  usb-serial-option-add-support-for-simcom-sim7500-sim7600-rndis-mode.patch
  usb-serial-option-add-telit-0x1260-and-0x1261-compositions.patch

Compile testing
---------------

We compiled the kernel for 4 architectures:

  aarch64:
    build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg
    configuration: https://artifacts.cki-project.org/builds/aarch64/kernel-stable_queue_5.1-aarch64-4a29245e62f9564540162220e987eb9d732af630.config
    kernel build: https://artifacts.cki-project.org/builds/aarch64/kernel-stable_queue_5.1-aarch64-4a29245e62f9564540162220e987eb9d732af630.tar.gz

  ppc64le:
    build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg
    configuration: https://artifacts.cki-project.org/builds/ppc64le/kernel-stable_queue_5.1-ppc64le-4a29245e62f9564540162220e987eb9d732af630.config
    kernel build: https://artifacts.cki-project.org/builds/ppc64le/kernel-stable_queue_5.1-ppc64le-4a29245e62f9564540162220e987eb9d732af630.tar.gz

  s390x:
    build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg
    configuration: https://artifacts.cki-project.org/builds/s390x/kernel-stable_queue_5.1-s390x-4a29245e62f9564540162220e987eb9d732af630.config
    kernel build: https://artifacts.cki-project.org/builds/s390x/kernel-stable_queue_5.1-s390x-4a29245e62f9564540162220e987eb9d732af630.tar.gz

  x86_64:
    build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg
    configuration: https://artifacts.cki-project.org/builds/x86_64/kernel-stable_queue_5.1-x86_64-4a29245e62f9564540162220e987eb9d732af630.config
    kernel build: https://artifacts.cki-project.org/builds/x86_64/kernel-stable_queue_5.1-x86_64-4a29245e62f9564540162220e987eb9d732af630.tar.gz


Hardware testing
----------------

We booted each kernel and ran the following tests:

  aarch64:
    Host 1:
       ✅ Boot test [0]
       ✅ xfstests: xfs [1]
       ✅ selinux-policy: serge-testsuite [2]

    Host 2:
       ✅ Boot test [0]
       ✅ LTP lite [3]
       ✅ Loopdev Sanity [4]
       ✅ AMTU (Abstract Machine Test Utility) [5]
       ✅ Ethernet drivers sanity [6]
       ✅ audit: audit testsuite test [7]
       ✅ httpd: mod_ssl smoke sanity [8]
       ✅ iotop: sanity [9]
       ❎ tuned: tune-processes-through-perf [10]
       ✅ Usex - version 1.9-29 [11]
       🚧 ✅ Networking socket: fuzz [12]
       🚧 ✅ Networking TCP: keepalive test [13]
       🚧 ✅ storage: SCSI VPD [14]
       🚧 ✅ storage: software RAID testing [15]


  ppc64le:
    Host 1:
       ✅ Boot test [0]
       ✅ xfstests: xfs [1]
       ✅ selinux-policy: serge-testsuite [2]

    Host 2:
       ✅ Boot test [0]
       ✅ LTP lite [3]
       ✅ Loopdev Sanity [4]
       ✅ AMTU (Abstract Machine Test Utility) [5]
       ✅ Ethernet drivers sanity [6]
       ✅ audit: audit testsuite test [7]
       ✅ httpd: mod_ssl smoke sanity [8]
       ✅ iotop: sanity [9]
       ❎ tuned: tune-processes-through-perf [10]
       ✅ Usex - version 1.9-29 [11]
       🚧 ✅ Networking socket: fuzz [12]
       🚧 ✅ Networking TCP: keepalive test [13]
       🚧 ✅ storage: software RAID testing [15]


  s390x:
    Host 1:
       ✅ Boot test [0]
       ✅ LTP lite [3]
       ✅ Loopdev Sanity [4]
       ✅ Ethernet drivers sanity [6]
       ✅ audit: audit testsuite test [7]
       ✅ httpd: mod_ssl smoke sanity [8]
       ✅ iotop: sanity [9]
       ❎ tuned: tune-processes-through-perf [10]
       🚧 ✅ Networking socket: fuzz [12]
       🚧 ✅ Networking TCP: keepalive test [13]
       🚧 ✅ storage: software RAID testing [15]

    Host 2:
       ✅ Boot test [0]
       ✅ selinux-policy: serge-testsuite [2]


  x86_64:
    Host 1:
       ✅ Boot test [0]
       🚧 ✅ Storage SAN device stress [16]

    Host 2:
       ✅ Boot test [0]
       ✅ LTP lite [3]
       ✅ Loopdev Sanity [4]
       ✅ AMTU (Abstract Machine Test Utility) [5]
       ✅ Ethernet drivers sanity [6]
       ✅ audit: audit testsuite test [7]
       ✅ httpd: mod_ssl smoke sanity [8]
       ✅ iotop: sanity [9]
       ❎ tuned: tune-processes-through-perf [10]
       ✅ Usex - version 1.9-29 [11]
       🚧 ✅ Networking socket: fuzz [12]
       🚧 ✅ Networking TCP: keepalive test [13]
       🚧 ✅ storage: SCSI VPD [14]
       🚧 ✅ storage: software RAID testing [15]

    Host 3:
       ✅ Boot test [0]
       ✅ xfstests: xfs [1]
       ✅ selinux-policy: serge-testsuite [2]


  Test source:
    💚 Pull requests are welcome for new tests or improvements to existing tests!
    [0]: https://github.com/CKI-project/tests-beaker/archive/master.zip#distribution/kpkginstall
    [1]: https://github.com/CKI-project/tests-beaker/archive/master.zip#/filesystems/xfs/xfstests
    [2]: https://github.com/CKI-project/tests-beaker/archive/master.zip#/packages/selinux-policy/serge-testsuite
    [3]: https://github.com/CKI-project/tests-beaker/archive/master.zip#distribution/ltp/lite
    [4]: https://github.com/CKI-project/tests-beaker/archive/master.zip#filesystems/loopdev/sanity
    [5]: https://github.com/CKI-project/tests-beaker/archive/master.zip#misc/amtu
    [6]: https://github.com/CKI-project/tests-beaker/archive/master.zip#/networking/driver/sanity
    [7]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/audit/audit-testsuite
    [8]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/httpd/mod_ssl-smoke
    [9]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/iotop/sanity
    [10]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/tuned/tune-processes-through-perf
    [11]: https://github.com/CKI-project/tests-beaker/archive/master.zip#standards/usex/1.9-29
    [12]: https://github.com/CKI-project/tests-beaker/archive/master.zip#/networking/socket/fuzz
    [13]: https://github.com/CKI-project/tests-beaker/archive/master.zip#networking/tcp/tcp_keepalive
    [14]: https://github.com/CKI-project/tests-beaker/archive/master.zip#storage/scsi/vpd
    [15]: https://github.com/CKI-project/tests-beaker/archive/master.zip#storage/swraid/trim
    [16]: https://github.com/CKI-project/tests-beaker/archive/master.zip#storage/hba/san-device-stress

Waived tests (marked with 🚧)
-----------------------------
This test run included waived tests. Such tests are executed but their results
are not taken into account. Tests are waived when their results are not
reliable enough, e.g. when they're just introduced or are being fixed.

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

* ❎ FAIL: Stable queue: queue-5.1
@ 2019-06-16  3:58 CKI Project
  0 siblings, 0 replies; 31+ messages in thread
From: CKI Project @ 2019-06-16  3:58 UTC (permalink / raw)
  To: Linux Stable maillist; +Cc: Petr Sklenar, Ondrej Moris, Ondrej Mosnacek

Hello,

We ran automated tests on a patchset that was proposed for merging into this
kernel tree. The patches were applied to:

       Kernel repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
            Commit: 7e1bdd68ffee - Linux 5.1.10

The results of these automated tests are provided below.

    Overall result: FAILED (see details below)
             Merge: OK
           Compile: OK
             Tests: FAILED


One or more kernel tests failed:

  aarch64:
    ❎ tuned: tune-processes-through-perf

  ppc64le:
    ❎ audit: audit testsuite test
    ❎ tuned: tune-processes-through-perf

  s390x:
    ❎ tuned: tune-processes-through-perf

  x86_64:
    ❎ tuned: tune-processes-through-perf

We hope that these logs can help you find the problem quickly. For the full
detail on our testing procedures, please scroll to the bottom of this message.

Please reply to this email if you have any questions about the tests that we
ran or if you have any suggestions on how to make future tests more effective.

        ,-.   ,-.
       ( C ) ( K )  Continuous
        `-',-.`-'   Kernel
          ( I )     Integration
           `-'
______________________________________________________________________________

Merge testing
-------------

We cloned this repository and checked out the following commit:

  Repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
  Commit: 7e1bdd68ffee - Linux 5.1.10


We then merged the patchset with `git am`:

  drm-nouveau-add-kconfig-option-to-turn-off-nouveau-legacy-contexts.-v3.patch
  nouveau-fix-build-with-config_nouveau_legacy_ctx_support-disabled.patch
  hid-input-make-sure-the-wheel-high-resolution-multiplier-is-set.patch
  hid-input-fix-assignment-of-.value.patch
  revert-hid-increase-maximum-report-size-allowed-by-hid_field_extract.patch
  hid-multitouch-handle-faulty-elo-touch-device.patch
  hid-wacom-don-t-set-tool-type-until-we-re-in-range.patch
  hid-wacom-don-t-report-anything-prior-to-the-tool-entering-range.patch
  hid-wacom-send-btn_touch-in-response-to-intuosp2_bt-eraser-contact.patch
  hid-wacom-correct-button-numbering-2nd-gen-intuos-pro-over-bluetooth.patch
  hid-wacom-sync-intuosp2_bt-touch-state-after-each-frame-if-necessary.patch
  revert-alsa-hda-realtek-improve-the-headset-mic-for-acer-aspire-laptops.patch
  alsa-oxfw-allow-pcm-capture-for-stanton-scs.1m.patch
  alsa-ice1712-check-correct-return-value-to-snd_i2c_sendbytes-ews-dmx-6fire.patch
  alsa-hda-realtek-update-headset-mode-for-alc256.patch
  alsa-firewire-motu-fix-destruction-of-data-for-isochronous-resources.patch
  selinux-log-raw-contexts-as-untrusted-strings.patch
  selinux-fix-a-missing-check-bug-in-selinux_add_mnt_opt.patch
  selinux-fix-a-missing-check-bug-in-selinux_sb_eat_lsm_opts.patch
  libata-extend-quirks-for-the-st1000lm024-drives-with-nolpm-quirk.patch
  io_uring-fix-memory-leak-of-unix-domain-socket-inode.patch
  mm-list_lru.c-fix-memory-leak-in-__memcg_init_list_lru_node.patch
  fs-ocfs2-fix-race-in-ocfs2_dentry_attach_lock.patch
  mm-vmscan.c-fix-trying-to-reclaim-unevictable-lru-page.patch
  signal-ptrace-don-t-leak-unitialized-kernel-memory-with-ptrace_peek_siginfo.patch
  ptrace-restore-smp_rmb-in-__ptrace_may_access.patch
  media-dvb-warning-about-dvb-frequency-limits-produces-too-much-noise.patch
  iommu-arm-smmu-avoid-constant-zero-in-tlbi-writes.patch
  smack-restore-the-smackfsdef-mount-option-and-add-missing-prefixes.patch
  i2c-acorn-fix-i2c-warning.patch
  bcache-fix-stack-corruption-by-preceding_key.patch
  bcache-only-set-bcache_dev_wb_running-when-cached-device-attached.patch
  cgroup-use-css_tryget-instead-of-css_tryget_online-in-task_get_css.patch
  asoc-cs42xx8-add-regcache-mask-dirty.patch
  asoc-fsl_asrc-fix-the-issue-about-unsupported-rate.patch
  asoc-soc-core-fixup-references-at-soc_cleanup_card_resources.patch
  drm-amdgpu-uvd-vcn-fetch-ring-s-read_ptr-after-alloc.patch
  drm-i915-sdvo-implement-proper-hdmi-audio-support-for-sdvo.patch
  drm-i915-dsi-use-a-fuzzy-check-for-burst-mode-clock-check.patch
  drm-i915-fix-per-pixel-alpha-with-ccs.patch
  drm-i915-dmc-protect-against-reading-random-memory.patch
  x86-uaccess-kcov-disable-stack-protector.patch
  alsa-seq-protect-in-kernel-ioctl-calls-with-mutex.patch
  alsa-seq-fix-race-of-get-subscription-call-vs-port-d.patch
  revert-alsa-seq-protect-in-kernel-ioctl-calls-with-m.patch
  drivers-misc-fix-out-of-bounds-access-in-function-pa.patch
  f2fs-fix-to-avoid-accessing-xattr-across-the-boundar.patch
  drivers-perf-arm_spe-don-t-error-on-high-order-pages.patch
  bpf-sockmap-only-stop-flush-strp-if-it-was-enabled-a.patch
  bpf-sockmap-remove-duplicate-queue-free.patch
  bpf-sockmap-fix-msg-sg.size-account-on-ingress-skb.patch
  scsi-qla2xxx-add-cleanup-for-pci-eeh-recovery.patch
  scsi-qedi-remove-memset-memcpy-to-nfunc-and-use-func.patch
  scsi-qedi-remove-set-but-not-used-variables-cdev-and.patch
  scsi-lpfc-resolve-lockdep-warnings.patch
  scsi-lpfc-correct-rcu-unlock-issue-in-lpfc_nvme_info.patch
  scsi-lpfc-add-check-for-loss-of-ndlp-when-sending-rr.patch
  arm64-print-physical-address-of-page-table-base-in-s.patch
  net-macb-fix-error-format-in-dev_err.patch
  enetc-fix-null-dma-address-unmap-for-tx-bd-extension.patch
  bpf-tcp-correctly-handle-dont_wait-flags-and-timeo-0.patch
  arm64-mm-inhibit-huge-vmap-with-ptdump.patch
  tools-bpftool-move-set_max_rlimit-before-__bpf_objec.patch
  selftests-bpf-fix-bpf_get_current_task.patch
  nvme-pci-fix-controller-freeze-wait-disabling.patch
  nvme-fix-srcu-locking-on-error-return-in-nvme_get_ns.patch
  nvme-remove-the-ifdef-around-nvme_nvm_ioctl.patch
  nvme-merge-nvme_ns_ioctl-into-nvme_ioctl.patch
  nvme-release-namespace-srcu-protection-before-perfor.patch
  nvme-fix-memory-leak-for-power-latency-tolerance.patch
  platform-x86-pmc_atom-add-lex-3i380d-industrial-pc-t.patch
  platform-x86-pmc_atom-add-several-beckhoff-automatio.patch
  scsi-myrs-fix-uninitialized-variable.patch
  scsi-bnx2fc-fix-incorrect-cast-to-u64-on-shift-opera.patch
  drm-amdgpu-keep-stolen-memory-on-picasso.patch
  libnvdimm-fix-compilation-warnings-with-w-1.patch
  selftests-fib_rule_tests-fix-local-ipv4-address-typo.patch
  selftests-timers-add-missing-fflush-stdout-calls.patch
  tracing-prevent-hist_field_var_ref-from-accessing-nu.patch
  usbnet-ipheth-fix-racing-condition.patch
  nvme-pci-use-blk-mq-mapping-for-unmanaged-irqs.patch
  tools-io_uring-fix-makefile-for-pthread-library-link.patch
  kvm-arm-arm64-move-cc-it-checks-under-hyp-s-makefile.patch
  kvm-nvmx-really-fix-the-size-checks-on-kvm_set_neste.patch
  kvm-selftests-fix-a-condition-in-test_hv_cpuid.patch
  kvm-vmx-fix-wmissing-prototypes-warnings.patch
  kvm-lapic-fix-lapic_timer_advance_ns-parameter-overf.patch
  kvm-x86-do-not-spam-dmesg-with-vmcs-vmcb-dumps.patch
  kvm-x86-pmu-mask-the-result-of-rdpmc-according-to-th.patch
  kvm-x86-pmu-do-not-mask-the-value-that-is-written-to.patch
  kvm-s390-fix-memory-slot-handling-for-kvm_set_user_m.patch
  kvm-selftests-aarch64-dirty_log_test-fix-unaligned-m.patch
  kvm-selftests-aarch64-fix-default-vm-mode.patch
  tools-kvm_stat-fix-fields-filter-for-child-events.patch

Compile testing
---------------

We compiled the kernel for 4 architectures:

  aarch64:
    build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg
    configuration: https://artifacts.cki-project.org/builds/aarch64/kernel-stable_queue_5.1-aarch64-5f8cbcae18ec66b3a64cba883aaa20362a452665.config
    kernel build: https://artifacts.cki-project.org/builds/aarch64/kernel-stable_queue_5.1-aarch64-5f8cbcae18ec66b3a64cba883aaa20362a452665.tar.gz

  ppc64le:
    build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg
    configuration: https://artifacts.cki-project.org/builds/ppc64le/kernel-stable_queue_5.1-ppc64le-5f8cbcae18ec66b3a64cba883aaa20362a452665.config
    kernel build: https://artifacts.cki-project.org/builds/ppc64le/kernel-stable_queue_5.1-ppc64le-5f8cbcae18ec66b3a64cba883aaa20362a452665.tar.gz

  s390x:
    build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg
    configuration: https://artifacts.cki-project.org/builds/s390x/kernel-stable_queue_5.1-s390x-5f8cbcae18ec66b3a64cba883aaa20362a452665.config
    kernel build: https://artifacts.cki-project.org/builds/s390x/kernel-stable_queue_5.1-s390x-5f8cbcae18ec66b3a64cba883aaa20362a452665.tar.gz

  x86_64:
    build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg
    configuration: https://artifacts.cki-project.org/builds/x86_64/kernel-stable_queue_5.1-x86_64-5f8cbcae18ec66b3a64cba883aaa20362a452665.config
    kernel build: https://artifacts.cki-project.org/builds/x86_64/kernel-stable_queue_5.1-x86_64-5f8cbcae18ec66b3a64cba883aaa20362a452665.tar.gz


Hardware testing
----------------

We booted each kernel and ran the following tests:

  aarch64:
    Host 1:
       ✅ Boot test [0]
       ✅ xfstests: xfs [1]
       ✅ selinux-policy: serge-testsuite [2]

    Host 2:
       ✅ Boot test [0]
       ✅ LTP lite [3]
       ✅ Loopdev Sanity [4]
       ✅ AMTU (Abstract Machine Test Utility) [5]
       ✅ Ethernet drivers sanity [6]
       ✅ audit: audit testsuite test [7]
       ✅ httpd: mod_ssl smoke sanity [8]
       ✅ iotop: sanity [9]
       ❎ tuned: tune-processes-through-perf [10]
       ✅ Usex - version 1.9-29 [11]
       🚧 ✅ Networking socket: fuzz [12]
       🚧 ✅ Networking TCP: keepalive test [13]
       🚧 ✅ storage: SCSI VPD [14]
       🚧 ✅ storage: software RAID testing [15]


  ppc64le:
    Host 1:
       ✅ Boot test [0]
       ✅ xfstests: xfs [1]
       ✅ selinux-policy: serge-testsuite [2]

    Host 2:
       ✅ Boot test [0]
       ✅ LTP lite [3]
       ✅ Loopdev Sanity [4]
       ✅ AMTU (Abstract Machine Test Utility) [5]
       ✅ Ethernet drivers sanity [6]
       ❎ audit: audit testsuite test [7]
       ✅ httpd: mod_ssl smoke sanity [8]
       ✅ iotop: sanity [9]
       ❎ tuned: tune-processes-through-perf [10]
       ✅ Usex - version 1.9-29 [11]
       🚧 ✅ Networking socket: fuzz [12]
       🚧 ✅ Networking TCP: keepalive test [13]
       🚧 ✅ storage: software RAID testing [15]


  s390x:
    Host 1:
       ✅ Boot test [0]
       ✅ selinux-policy: serge-testsuite [2]

    Host 2:
       ✅ Boot test [0]
       ✅ LTP lite [3]
       ✅ Loopdev Sanity [4]
       ✅ Ethernet drivers sanity [6]
       ✅ audit: audit testsuite test [7]
       ✅ httpd: mod_ssl smoke sanity [8]
       ✅ iotop: sanity [9]
       ❎ tuned: tune-processes-through-perf [10]
       🚧 ✅ Networking socket: fuzz [12]
       🚧 ✅ Networking TCP: keepalive test [13]
       🚧 ✅ storage: software RAID testing [15]


  x86_64:
    Host 1:
       ✅ Boot test [0]
       🚧 ✅ Storage SAN device stress [16]

    Host 2:
       ✅ Boot test [0]
       ✅ LTP lite [3]
       ✅ Loopdev Sanity [4]
       ✅ AMTU (Abstract Machine Test Utility) [5]
       ✅ Ethernet drivers sanity [6]
       ✅ audit: audit testsuite test [7]
       ✅ httpd: mod_ssl smoke sanity [8]
       ✅ iotop: sanity [9]
       ❎ tuned: tune-processes-through-perf [10]
       ✅ Usex - version 1.9-29 [11]
       🚧 ✅ Networking socket: fuzz [12]
       🚧 ✅ Networking TCP: keepalive test [13]
       🚧 ✅ storage: SCSI VPD [14]
       🚧 ✅ storage: software RAID testing [15]

    Host 3:
       ✅ Boot test [0]
       ✅ xfstests: xfs [1]
       ✅ selinux-policy: serge-testsuite [2]


  Test source:
    💚 Pull requests are welcome for new tests or improvements to existing tests!
    [0]: https://github.com/CKI-project/tests-beaker/archive/master.zip#distribution/kpkginstall
    [1]: https://github.com/CKI-project/tests-beaker/archive/master.zip#/filesystems/xfs/xfstests
    [2]: https://github.com/CKI-project/tests-beaker/archive/master.zip#/packages/selinux-policy/serge-testsuite
    [3]: https://github.com/CKI-project/tests-beaker/archive/master.zip#distribution/ltp/lite
    [4]: https://github.com/CKI-project/tests-beaker/archive/master.zip#filesystems/loopdev/sanity
    [5]: https://github.com/CKI-project/tests-beaker/archive/master.zip#misc/amtu
    [6]: https://github.com/CKI-project/tests-beaker/archive/master.zip#/networking/driver/sanity
    [7]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/audit/audit-testsuite
    [8]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/httpd/mod_ssl-smoke
    [9]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/iotop/sanity
    [10]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/tuned/tune-processes-through-perf
    [11]: https://github.com/CKI-project/tests-beaker/archive/master.zip#standards/usex/1.9-29
    [12]: https://github.com/CKI-project/tests-beaker/archive/master.zip#/networking/socket/fuzz
    [13]: https://github.com/CKI-project/tests-beaker/archive/master.zip#networking/tcp/tcp_keepalive
    [14]: https://github.com/CKI-project/tests-beaker/archive/master.zip#storage/scsi/vpd
    [15]: https://github.com/CKI-project/tests-beaker/archive/master.zip#storage/swraid/trim
    [16]: https://github.com/CKI-project/tests-beaker/archive/master.zip#storage/hba/san-device-stress

Waived tests (marked with 🚧)
-----------------------------
This test run included waived tests. Such tests are executed but their results
are not taken into account. Tests are waived when their results are not
reliable enough, e.g. when they're just introduced or are being fixed.

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

* ❎ FAIL: Stable queue: queue-5.1
@ 2019-06-15 19:12 CKI Project
  0 siblings, 0 replies; 31+ messages in thread
From: CKI Project @ 2019-06-15 19:12 UTC (permalink / raw)
  To: Linux Stable maillist; +Cc: Petr Sklenar

Hello,

We ran automated tests on a patchset that was proposed for merging into this
kernel tree. The patches were applied to:

       Kernel repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
            Commit: 7e1bdd68ffee - Linux 5.1.10

The results of these automated tests are provided below.

    Overall result: FAILED (see details below)
             Merge: OK
           Compile: OK
             Tests: FAILED


One or more kernel tests failed:

  aarch64:
    ❎ tuned: tune-processes-through-perf

  ppc64le:
    ❎ tuned: tune-processes-through-perf

  s390x:
    ❎ tuned: tune-processes-through-perf

  x86_64:
    ❎ tuned: tune-processes-through-perf

We hope that these logs can help you find the problem quickly. For the full
detail on our testing procedures, please scroll to the bottom of this message.

Please reply to this email if you have any questions about the tests that we
ran or if you have any suggestions on how to make future tests more effective.

        ,-.   ,-.
       ( C ) ( K )  Continuous
        `-',-.`-'   Kernel
          ( I )     Integration
           `-'
______________________________________________________________________________

Merge testing
-------------

We cloned this repository and checked out the following commit:

  Repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
  Commit: 7e1bdd68ffee - Linux 5.1.10


We then merged the patchset with `git am`:

  drm-nouveau-add-kconfig-option-to-turn-off-nouveau-legacy-contexts.-v3.patch
  nouveau-fix-build-with-config_nouveau_legacy_ctx_support-disabled.patch
  hid-input-make-sure-the-wheel-high-resolution-multiplier-is-set.patch
  hid-input-fix-assignment-of-.value.patch
  revert-hid-increase-maximum-report-size-allowed-by-hid_field_extract.patch
  hid-multitouch-handle-faulty-elo-touch-device.patch
  hid-wacom-don-t-set-tool-type-until-we-re-in-range.patch
  hid-wacom-don-t-report-anything-prior-to-the-tool-entering-range.patch
  hid-wacom-send-btn_touch-in-response-to-intuosp2_bt-eraser-contact.patch
  hid-wacom-correct-button-numbering-2nd-gen-intuos-pro-over-bluetooth.patch
  hid-wacom-sync-intuosp2_bt-touch-state-after-each-frame-if-necessary.patch
  revert-alsa-hda-realtek-improve-the-headset-mic-for-acer-aspire-laptops.patch
  alsa-oxfw-allow-pcm-capture-for-stanton-scs.1m.patch
  alsa-ice1712-check-correct-return-value-to-snd_i2c_sendbytes-ews-dmx-6fire.patch
  alsa-hda-realtek-update-headset-mode-for-alc256.patch
  alsa-firewire-motu-fix-destruction-of-data-for-isochronous-resources.patch
  selinux-log-raw-contexts-as-untrusted-strings.patch
  selinux-fix-a-missing-check-bug-in-selinux_add_mnt_opt.patch
  selinux-fix-a-missing-check-bug-in-selinux_sb_eat_lsm_opts.patch
  libata-extend-quirks-for-the-st1000lm024-drives-with-nolpm-quirk.patch
  io_uring-fix-memory-leak-of-unix-domain-socket-inode.patch
  mm-list_lru.c-fix-memory-leak-in-__memcg_init_list_lru_node.patch
  fs-ocfs2-fix-race-in-ocfs2_dentry_attach_lock.patch
  mm-vmscan.c-fix-trying-to-reclaim-unevictable-lru-page.patch
  signal-ptrace-don-t-leak-unitialized-kernel-memory-with-ptrace_peek_siginfo.patch
  ptrace-restore-smp_rmb-in-__ptrace_may_access.patch
  media-dvb-warning-about-dvb-frequency-limits-produces-too-much-noise.patch
  iommu-arm-smmu-avoid-constant-zero-in-tlbi-writes.patch
  smack-restore-the-smackfsdef-mount-option-and-add-missing-prefixes.patch
  i2c-acorn-fix-i2c-warning.patch
  bcache-fix-stack-corruption-by-preceding_key.patch
  bcache-only-set-bcache_dev_wb_running-when-cached-device-attached.patch
  cgroup-use-css_tryget-instead-of-css_tryget_online-in-task_get_css.patch
  asoc-cs42xx8-add-regcache-mask-dirty.patch
  asoc-fsl_asrc-fix-the-issue-about-unsupported-rate.patch
  asoc-soc-core-fixup-references-at-soc_cleanup_card_resources.patch
  drm-amdgpu-uvd-vcn-fetch-ring-s-read_ptr-after-alloc.patch
  drm-i915-sdvo-implement-proper-hdmi-audio-support-for-sdvo.patch
  drm-i915-dsi-use-a-fuzzy-check-for-burst-mode-clock-check.patch
  drm-i915-fix-per-pixel-alpha-with-ccs.patch
  drm-i915-dmc-protect-against-reading-random-memory.patch

Compile testing
---------------

We compiled the kernel for 4 architectures:

  aarch64:
    build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg
    configuration: https://artifacts.cki-project.org/builds/aarch64/kernel-stable_queue_5.1-aarch64-fe047d984239fb7551c2e47a4598e73f8e2daac8.config
    kernel build: https://artifacts.cki-project.org/builds/aarch64/kernel-stable_queue_5.1-aarch64-fe047d984239fb7551c2e47a4598e73f8e2daac8.tar.gz

  ppc64le:
    build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg
    configuration: https://artifacts.cki-project.org/builds/ppc64le/kernel-stable_queue_5.1-ppc64le-fe047d984239fb7551c2e47a4598e73f8e2daac8.config
    kernel build: https://artifacts.cki-project.org/builds/ppc64le/kernel-stable_queue_5.1-ppc64le-fe047d984239fb7551c2e47a4598e73f8e2daac8.tar.gz

  s390x:
    build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg
    configuration: https://artifacts.cki-project.org/builds/s390x/kernel-stable_queue_5.1-s390x-fe047d984239fb7551c2e47a4598e73f8e2daac8.config
    kernel build: https://artifacts.cki-project.org/builds/s390x/kernel-stable_queue_5.1-s390x-fe047d984239fb7551c2e47a4598e73f8e2daac8.tar.gz

  x86_64:
    build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg
    configuration: https://artifacts.cki-project.org/builds/x86_64/kernel-stable_queue_5.1-x86_64-fe047d984239fb7551c2e47a4598e73f8e2daac8.config
    kernel build: https://artifacts.cki-project.org/builds/x86_64/kernel-stable_queue_5.1-x86_64-fe047d984239fb7551c2e47a4598e73f8e2daac8.tar.gz


Hardware testing
----------------

We booted each kernel and ran the following tests:

  aarch64:
    Host 1:
       ✅ Boot test [0]
       ✅ LTP lite [1]
       ✅ Loopdev Sanity [2]
       ✅ AMTU (Abstract Machine Test Utility) [3]
       ✅ audit: audit testsuite test [4]
       ✅ httpd: mod_ssl smoke sanity [5]
       ✅ iotop: sanity [6]
       ❎ tuned: tune-processes-through-perf [7]
       ✅ Usex - version 1.9-29 [8]
       🚧 ✅ storage: software RAID testing [9]

    Host 2:
       ✅ Boot test [0]
       ✅ xfstests: xfs [10]
       ✅ selinux-policy: serge-testsuite [11]


  ppc64le:
    Host 1:
       ✅ Boot test [0]
       ✅ xfstests: xfs [10]
       ✅ selinux-policy: serge-testsuite [11]

    Host 2:
       ✅ Boot test [0]
       ✅ LTP lite [1]
       ✅ Loopdev Sanity [2]
       ✅ AMTU (Abstract Machine Test Utility) [3]
       ✅ audit: audit testsuite test [4]
       ✅ httpd: mod_ssl smoke sanity [5]
       ✅ iotop: sanity [6]
       ❎ tuned: tune-processes-through-perf [7]
       ✅ Usex - version 1.9-29 [8]
       🚧 ✅ storage: software RAID testing [9]


  s390x:
    Host 1:
       ✅ Boot test [0]
       ✅ selinux-policy: serge-testsuite [11]

    Host 2:
       ✅ Boot test [0]
       ✅ LTP lite [1]
       ✅ Loopdev Sanity [2]
       ✅ audit: audit testsuite test [4]
       ✅ httpd: mod_ssl smoke sanity [5]
       ✅ iotop: sanity [6]
       ❎ tuned: tune-processes-through-perf [7]
       🚧 ✅ storage: software RAID testing [9]


  x86_64:
    Host 1:
       ✅ Boot test [0]
       ✅ LTP lite [1]
       ✅ Loopdev Sanity [2]
       ✅ AMTU (Abstract Machine Test Utility) [3]
       ✅ audit: audit testsuite test [4]
       ✅ httpd: mod_ssl smoke sanity [5]
       ✅ iotop: sanity [6]
       ❎ tuned: tune-processes-through-perf [7]
       ✅ Usex - version 1.9-29 [8]
       🚧 ✅ storage: software RAID testing [9]

    Host 2:
       ✅ Boot test [0]
       ✅ xfstests: xfs [10]
       ✅ selinux-policy: serge-testsuite [11]


  Test source:
    💚 Pull requests are welcome for new tests or improvements to existing tests!
    [0]: https://github.com/CKI-project/tests-beaker/archive/master.zip#distribution/kpkginstall
    [1]: https://github.com/CKI-project/tests-beaker/archive/master.zip#distribution/ltp/lite
    [2]: https://github.com/CKI-project/tests-beaker/archive/master.zip#filesystems/loopdev/sanity
    [3]: https://github.com/CKI-project/tests-beaker/archive/master.zip#misc/amtu
    [4]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/audit/audit-testsuite
    [5]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/httpd/mod_ssl-smoke
    [6]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/iotop/sanity
    [7]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/tuned/tune-processes-through-perf
    [8]: https://github.com/CKI-project/tests-beaker/archive/master.zip#standards/usex/1.9-29
    [9]: https://github.com/CKI-project/tests-beaker/archive/master.zip#storage/swraid/trim
    [10]: https://github.com/CKI-project/tests-beaker/archive/master.zip#/filesystems/xfs/xfstests
    [11]: https://github.com/CKI-project/tests-beaker/archive/master.zip#/packages/selinux-policy/serge-testsuite

Waived tests (marked with 🚧)
-----------------------------
This test run included waived tests. Such tests are executed but their results
are not taken into account. Tests are waived when their results are not
reliable enough, e.g. when they're just introduced or are being fixed.

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

* ❎ FAIL: Stable queue: queue-5.1
@ 2019-06-15 19:02 CKI Project
  0 siblings, 0 replies; 31+ messages in thread
From: CKI Project @ 2019-06-15 19:02 UTC (permalink / raw)
  To: Linux Stable maillist; +Cc: Petr Sklenar

Hello,

We ran automated tests on a patchset that was proposed for merging into this
kernel tree. The patches were applied to:

       Kernel repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
            Commit: 7e1bdd68ffee - Linux 5.1.10

The results of these automated tests are provided below.

    Overall result: FAILED (see details below)
             Merge: OK
           Compile: OK
             Tests: FAILED


One or more kernel tests failed:

  aarch64:
    ❎ tuned: tune-processes-through-perf

  ppc64le:
    ❎ tuned: tune-processes-through-perf

  s390x:
    ❎ tuned: tune-processes-through-perf

  x86_64:
    ❎ tuned: tune-processes-through-perf

We hope that these logs can help you find the problem quickly. For the full
detail on our testing procedures, please scroll to the bottom of this message.

Please reply to this email if you have any questions about the tests that we
ran or if you have any suggestions on how to make future tests more effective.

        ,-.   ,-.
       ( C ) ( K )  Continuous
        `-',-.`-'   Kernel
          ( I )     Integration
           `-'
______________________________________________________________________________

Merge testing
-------------

We cloned this repository and checked out the following commit:

  Repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
  Commit: 7e1bdd68ffee - Linux 5.1.10


We then merged the patchset with `git am`:

  drm-nouveau-add-kconfig-option-to-turn-off-nouveau-legacy-contexts.-v3.patch
  nouveau-fix-build-with-config_nouveau_legacy_ctx_support-disabled.patch
  hid-input-make-sure-the-wheel-high-resolution-multiplier-is-set.patch
  hid-input-fix-assignment-of-.value.patch
  revert-hid-increase-maximum-report-size-allowed-by-hid_field_extract.patch
  hid-multitouch-handle-faulty-elo-touch-device.patch
  hid-wacom-don-t-set-tool-type-until-we-re-in-range.patch
  hid-wacom-don-t-report-anything-prior-to-the-tool-entering-range.patch
  hid-wacom-send-btn_touch-in-response-to-intuosp2_bt-eraser-contact.patch
  hid-wacom-correct-button-numbering-2nd-gen-intuos-pro-over-bluetooth.patch
  hid-wacom-sync-intuosp2_bt-touch-state-after-each-frame-if-necessary.patch
  revert-alsa-hda-realtek-improve-the-headset-mic-for-acer-aspire-laptops.patch
  alsa-oxfw-allow-pcm-capture-for-stanton-scs.1m.patch
  alsa-ice1712-check-correct-return-value-to-snd_i2c_sendbytes-ews-dmx-6fire.patch
  alsa-hda-realtek-update-headset-mode-for-alc256.patch
  alsa-firewire-motu-fix-destruction-of-data-for-isochronous-resources.patch
  selinux-log-raw-contexts-as-untrusted-strings.patch
  selinux-fix-a-missing-check-bug-in-selinux_add_mnt_opt.patch
  selinux-fix-a-missing-check-bug-in-selinux_sb_eat_lsm_opts.patch
  libata-extend-quirks-for-the-st1000lm024-drives-with-nolpm-quirk.patch
  io_uring-fix-memory-leak-of-unix-domain-socket-inode.patch

Compile testing
---------------

We compiled the kernel for 4 architectures:

  aarch64:
    build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg
    configuration: https://artifacts.cki-project.org/builds/aarch64/kernel-stable_queue_5.1-aarch64-1c291616036e457f0ad03f958cc79a6f117bd039.config
    kernel build: https://artifacts.cki-project.org/builds/aarch64/kernel-stable_queue_5.1-aarch64-1c291616036e457f0ad03f958cc79a6f117bd039.tar.gz

  ppc64le:
    build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg
    configuration: https://artifacts.cki-project.org/builds/ppc64le/kernel-stable_queue_5.1-ppc64le-1c291616036e457f0ad03f958cc79a6f117bd039.config
    kernel build: https://artifacts.cki-project.org/builds/ppc64le/kernel-stable_queue_5.1-ppc64le-1c291616036e457f0ad03f958cc79a6f117bd039.tar.gz

  s390x:
    build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg
    configuration: https://artifacts.cki-project.org/builds/s390x/kernel-stable_queue_5.1-s390x-1c291616036e457f0ad03f958cc79a6f117bd039.config
    kernel build: https://artifacts.cki-project.org/builds/s390x/kernel-stable_queue_5.1-s390x-1c291616036e457f0ad03f958cc79a6f117bd039.tar.gz

  x86_64:
    build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg
    configuration: https://artifacts.cki-project.org/builds/x86_64/kernel-stable_queue_5.1-x86_64-1c291616036e457f0ad03f958cc79a6f117bd039.config
    kernel build: https://artifacts.cki-project.org/builds/x86_64/kernel-stable_queue_5.1-x86_64-1c291616036e457f0ad03f958cc79a6f117bd039.tar.gz


Hardware testing
----------------

We booted each kernel and ran the following tests:

  aarch64:
    Host 1:
       ✅ Boot test [0]
       ✅ xfstests: xfs [1]
       ✅ selinux-policy: serge-testsuite [2]

    Host 2:
       ✅ Boot test [0]
       ✅ LTP lite [3]
       ✅ Loopdev Sanity [4]
       ✅ AMTU (Abstract Machine Test Utility) [5]
       ✅ audit: audit testsuite test [6]
       ✅ httpd: mod_ssl smoke sanity [7]
       ✅ iotop: sanity [8]
       ❎ tuned: tune-processes-through-perf [9]


  ppc64le:
    Host 1:
       ✅ Boot test [0]
       ✅ xfstests: xfs [1]
       ✅ selinux-policy: serge-testsuite [2]

    Host 2:
       ✅ Boot test [0]
       ✅ LTP lite [3]
       ✅ Loopdev Sanity [4]
       ✅ AMTU (Abstract Machine Test Utility) [5]
       ✅ audit: audit testsuite test [6]
       ✅ httpd: mod_ssl smoke sanity [7]
       ✅ iotop: sanity [8]
       ❎ tuned: tune-processes-through-perf [9]


  s390x:
    Host 1:
       ✅ Boot test [0]
       ✅ selinux-policy: serge-testsuite [2]

    Host 2:
       ✅ Boot test [0]
       ✅ LTP lite [3]
       ✅ Loopdev Sanity [4]
       ✅ audit: audit testsuite test [6]
       ✅ httpd: mod_ssl smoke sanity [7]
       ✅ iotop: sanity [8]
       ❎ tuned: tune-processes-through-perf [9]


  x86_64:
    Host 1:
       ✅ Boot test [0]
       ✅ LTP lite [3]
       ✅ Loopdev Sanity [4]
       ✅ AMTU (Abstract Machine Test Utility) [5]
       ✅ audit: audit testsuite test [6]
       ✅ httpd: mod_ssl smoke sanity [7]
       ✅ iotop: sanity [8]
       ❎ tuned: tune-processes-through-perf [9]

    Host 2:
       ✅ Boot test [0]
       ✅ xfstests: xfs [1]
       ✅ selinux-policy: serge-testsuite [2]


  Test source:
    💚 Pull requests are welcome for new tests or improvements to existing tests!
    [0]: https://github.com/CKI-project/tests-beaker/archive/master.zip#distribution/kpkginstall
    [1]: https://github.com/CKI-project/tests-beaker/archive/master.zip#/filesystems/xfs/xfstests
    [2]: https://github.com/CKI-project/tests-beaker/archive/master.zip#/packages/selinux-policy/serge-testsuite
    [3]: https://github.com/CKI-project/tests-beaker/archive/master.zip#distribution/ltp/lite
    [4]: https://github.com/CKI-project/tests-beaker/archive/master.zip#filesystems/loopdev/sanity
    [5]: https://github.com/CKI-project/tests-beaker/archive/master.zip#misc/amtu
    [6]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/audit/audit-testsuite
    [7]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/httpd/mod_ssl-smoke
    [8]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/iotop/sanity
    [9]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/tuned/tune-processes-through-perf


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

* Re: ❎ FAIL: Stable queue: queue-5.1
  2019-06-15 16:38 CKI Project
@ 2019-06-15 16:54 ` Greg KH
  0 siblings, 0 replies; 31+ messages in thread
From: Greg KH @ 2019-06-15 16:54 UTC (permalink / raw)
  To: CKI Project; +Cc: Linux Stable maillist

On Sat, Jun 15, 2019 at 12:38:00PM -0400, CKI Project wrote:
> Hello,
> 
> We ran automated tests on a patchset that was proposed for merging into this
> kernel tree. The patches were applied to:
> 
>        Kernel repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
>             Commit: 7e1bdd68ffee - Linux 5.1.10
> 
> The results of these automated tests are provided below.
> 
>     Overall result: FAILED (see details below)
>              Merge: OK
>            Compile: FAILED
> 

Thanks for this, your builds are faster than mine :)

Should now be fixed...

greg k-h

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

* ❎ FAIL: Stable queue: queue-5.1
@ 2019-06-15 16:38 CKI Project
  2019-06-15 16:54 ` Greg KH
  0 siblings, 1 reply; 31+ messages in thread
From: CKI Project @ 2019-06-15 16:38 UTC (permalink / raw)
  To: Linux Stable maillist

[-- Attachment #1: Type: text/plain, Size: 4632 bytes --]

Hello,

We ran automated tests on a patchset that was proposed for merging into this
kernel tree. The patches were applied to:

       Kernel repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
            Commit: 7e1bdd68ffee - Linux 5.1.10

The results of these automated tests are provided below.

    Overall result: FAILED (see details below)
             Merge: OK
           Compile: FAILED


We attempted to compile the kernel for multiple architectures, but the compile
failed on one or more architectures:

           aarch64: FAILED (see build-aarch64.log.xz attachment)
           ppc64le: FAILED (see build-ppc64le.log.xz attachment)
             s390x: FAILED (see build-s390x.log.xz attachment)
            x86_64: FAILED (see build-x86_64.log.xz attachment)

We hope that these logs can help you find the problem quickly. For the full
detail on our testing procedures, please scroll to the bottom of this message.

Please reply to this email if you have any questions about the tests that we
ran or if you have any suggestions on how to make future tests more effective.

        ,-.   ,-.
       ( C ) ( K )  Continuous
        `-',-.`-'   Kernel
          ( I )     Integration
           `-'
______________________________________________________________________________

Merge testing
-------------

We cloned this repository and checked out the following commit:

  Repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
  Commit: 7e1bdd68ffee - Linux 5.1.10


We then merged the patchset with `git am`:

  drm-nouveau-add-kconfig-option-to-turn-off-nouveau-legacy-contexts.-v3.patch
  nouveau-fix-build-with-config_nouveau_legacy_ctx_support-disabled.patch
  hid-input-make-sure-the-wheel-high-resolution-multiplier-is-set.patch
  hid-input-fix-assignment-of-.value.patch
  revert-hid-increase-maximum-report-size-allowed-by-hid_field_extract.patch
  hid-multitouch-handle-faulty-elo-touch-device.patch
  hid-wacom-don-t-set-tool-type-until-we-re-in-range.patch
  hid-wacom-don-t-report-anything-prior-to-the-tool-entering-range.patch
  hid-wacom-send-btn_touch-in-response-to-intuosp2_bt-eraser-contact.patch
  hid-wacom-correct-button-numbering-2nd-gen-intuos-pro-over-bluetooth.patch
  hid-wacom-sync-intuosp2_bt-touch-state-after-each-frame-if-necessary.patch
  revert-alsa-hda-realtek-improve-the-headset-mic-for-acer-aspire-laptops.patch
  alsa-oxfw-allow-pcm-capture-for-stanton-scs.1m.patch
  alsa-ice1712-check-correct-return-value-to-snd_i2c_sendbytes-ews-dmx-6fire.patch
  alsa-hda-realtek-update-headset-mode-for-alc256.patch
  alsa-firewire-motu-fix-destruction-of-data-for-isochronous-resources.patch
  selinux-log-raw-contexts-as-untrusted-strings.patch
  selinux-fix-a-missing-check-bug-in-selinux_add_mnt_opt.patch
  selinux-fix-a-missing-check-bug-in-selinux_sb_eat_lsm_opts.patch
  libata-extend-quirks-for-the-st1000lm024-drives-with-nolpm-quirk.patch
  io_uring-fix-memory-leak-of-unix-domain-socket-inode.patch
  mm-list_lru.c-fix-memory-leak-in-__memcg_init_list_lru_node.patch
  fs-ocfs2-fix-race-in-ocfs2_dentry_attach_lock.patch
  mm-vmscan.c-fix-trying-to-reclaim-unevictable-lru-page.patch
  signal-ptrace-don-t-leak-unitialized-kernel-memory-with-ptrace_peek_siginfo.patch
  ptrace-restore-smp_rmb-in-__ptrace_may_access.patch
  media-dvb-warning-about-dvb-frequency-limits-produces-too-much-noise.patch
  iommu-arm-smmu-avoid-constant-zero-in-tlbi-writes.patch
  smack-restore-the-smackfsdef-mount-option-and-add-missing-prefixes.patch
  i2c-acorn-fix-i2c-warning.patch
  bcache-fix-stack-corruption-by-preceding_key.patch
  bcache-only-set-bcache_dev_wb_running-when-cached-device-attached.patch
  cgroup-use-css_tryget-instead-of-css_tryget_online-in-task_get_css.patch
  asoc-cs42xx8-add-regcache-mask-dirty.patch
  asoc-fsl_asrc-fix-the-issue-about-unsupported-rate.patch
  asoc-soc-core-fixup-references-at-soc_cleanup_card_resources.patch
  drm-add-fallback-override-firmware-edid-modes-workaround.patch
  drm-amdgpu-uvd-vcn-fetch-ring-s-read_ptr-after-alloc.patch
  drm-i915-sdvo-implement-proper-hdmi-audio-support-for-sdvo.patch
  drm-i915-dsi-use-a-fuzzy-check-for-burst-mode-clock-check.patch
  drm-i915-fix-per-pixel-alpha-with-ccs.patch
  drm-i915-dmc-protect-against-reading-random-memory.patch

Compile testing
---------------

We compiled the kernel for 4 architectures:

  aarch64:
    build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg

  ppc64le:
    build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg

  s390x:
    build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg

  x86_64:
    build options: -j20 INSTALL_MOD_STRIP=1 targz-pkg


[-- Attachment #2: build-s390x.log.xz --]
[-- Type: application/x-xz, Size: 27220 bytes --]

[-- Attachment #3: build-ppc64le.log.xz --]
[-- Type: application/x-xz, Size: 73944 bytes --]

[-- Attachment #4: build-aarch64.log.xz --]
[-- Type: application/x-xz, Size: 87884 bytes --]

[-- Attachment #5: build-x86_64.log.xz --]
[-- Type: application/x-xz, Size: 90712 bytes --]

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

* ❎ FAIL: Stable queue: queue-5.1
@ 2019-06-15  9:57 CKI Project
  0 siblings, 0 replies; 31+ messages in thread
From: CKI Project @ 2019-06-15  9:57 UTC (permalink / raw)
  To: Linux Stable maillist

Hello,

We ran automated tests on a patchset that was proposed for merging into this
kernel tree. The patches were applied to:

       Kernel repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
            Commit: 7e1bdd68ffee - Linux 5.1.10

The results of these automated tests are provided below.

    Overall result: FAILED (see details below)
             Merge: FAILED



When we attempted to merge the patchset, we received an error:

  Patch is empty.

We hope that these logs can help you find the problem quickly. For the full
detail on our testing procedures, please scroll to the bottom of this message.

Please reply to this email if you have any questions about the tests that we
ran or if you have any suggestions on how to make future tests more effective.

        ,-.   ,-.
       ( C ) ( K )  Continuous
        `-',-.`-'   Kernel
          ( I )     Integration
           `-'
______________________________________________________________________________

Merge testing
-------------

We cloned this repository and checked out the following commit:

  Repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
  Commit: 7e1bdd68ffee - Linux 5.1.10


We then merged the patchset with `git am`:

  revert-drm-allow-render-capable-master-with-drm_auth.patch

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

* Re: ❎ FAIL: Stable queue: queue-5.1
  2019-05-17 14:56 CKI Project
@ 2019-05-17 15:01 ` Major Hayden
  0 siblings, 0 replies; 31+ messages in thread
From: Major Hayden @ 2019-05-17 15:01 UTC (permalink / raw)
  To: Linux Stable maillist

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

On 5/17/19 9:56 AM, CKI Project wrote:
>   s390x:
>      ✅ Boot test [0]
>      ✅ LTP lite [1]
>      ✅ audit: audit testsuite test [3]
>      ✅ httpd: mod_ssl smoke sanity [4]
>      ✅ iotop: sanity [5]
>      ✅ tuned: tune-processes-through-perf [6]
>      ✅ Usex - version 1.9-29 [7]
>      ✅ stress: stress-ng [8]
>      ✅ Boot test [0]
>      ✅ selinux-policy: serge-testsuite [9]

There was a warning (not a hard failure) in stress-ng on s390x only. We're taking a look at this one and should have an update soon.

- --
Major Hayden
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEG/mSZJWWADNpjCUrc3BR4MEBH7EFAlzezMQACgkQc3BR4MEB
H7GcrRAAius8X9XNfQ2dMqhJG8uUQgGIkvFM5ia1ivGfDgcEXt1Kk73uNnPIy4Go
i3OmBVeh/tABqFwo1y3tC7jtvAl/f48++OKf4FoczQu8CU/dPZ7E75cOP00L8ezR
1effjmFbia3bCBJGXiMuBRK0DnXuXOcznvmoJoPyHGp84djsP4EpKFWpVgBLm+aT
waUrgAp9qTJ4BZ7mlcmbL5ShVkWe6IustmDYwptcpoB6x6I+I4OBkK3cCNyt8zzb
Rl5bcXUmRgsWRK2nO7mK5yDbZZj/MkTKz2cxSuxj59Ch/4/Eh2AZWbA4g5lVlBji
tWEY/q1D2DgvsGAn4Xqf5vB+5m+R2UHwb0H8mjGIXHE9by+ErtYqkuIF+d78ggE2
gWEdZFZboa0fsr5ivQqu38AwKoN59n09XNtl9k3IV3n/UES2Q674yg/KrL3UGDah
gpb82iJPADGIgcGJaTqdorvKLLb65fsbXN+HtSNakGz+YWMQflSmCTbvHsAzstLn
JskzFeJhjxfraL/cHfFmlhxx8kydBscItyyWJA/b+yHANb38nF1dEuUguSk/IkRr
/78iC0paKpxLgGoeIGJLGE8//k7JUmzLSnwg1W8r2FESWggcSKV6nfZVkCag4eqT
3wDJYMiD9AqU19aoZKwiDUiJBEP02CPuvKli9V8/ikCs/dyygk0=
=yr4J
-----END PGP SIGNATURE-----

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

* ❎ FAIL: Stable queue: queue-5.1
@ 2019-05-17 14:56 CKI Project
  2019-05-17 15:01 ` Major Hayden
  0 siblings, 1 reply; 31+ messages in thread
From: CKI Project @ 2019-05-17 14:56 UTC (permalink / raw)
  To: Linux Stable maillist

Hello,

We ran automated tests on a patchset that was proposed for merging into this
kernel tree. The patches were applied to:

       Kernel repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
            Commit: 7cb9c5d341b9 - Linux 5.1.3

The results of these automated tests are provided below.

    Overall result: FAILED (see details below)
             Merge: OK
           Compile: OK
             Tests: FAILED


One or more kernel tests failed:

We hope that these logs can help you find the problem quickly. For the full
detail on our testing procedures, please scroll to the bottom of this message.

Please reply to this email if you have any questions about the tests that we
ran or if you have any suggestions on how to make future tests more effective.

        ,-.   ,-.
       ( C ) ( K )  Continuous
        `-',-.`-'   Kernel
          ( I )     Integration
           `-'
______________________________________________________________________________

Merge testing
-------------

We cloned this repository and checked out the following commit:

  Repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
  Commit: 7cb9c5d341b9 - Linux 5.1.3

We then merged the patchset with `git am`:

  locking-rwsem-prevent-decrement-of-reader-count-befo.patch
  x86-speculation-mds-revert-cpu-buffer-clear-on-double-fault-exit.patch
  x86-speculation-mds-improve-cpu-buffer-clear-documentation.patch
  objtool-fix-function-fallthrough-detection.patch
  arm64-dts-rockchip-fix-io-domain-voltage-setting-of-apio5-on-rockpro64.patch
  arm64-dts-rockchip-disable-dcmds-on-rk3399-s-emmc-controller.patch
  arm-dts-qcom-ipq4019-enlarge-pcie-bar-range.patch
  arm-dts-exynos-fix-interrupt-for-shared-eints-on-exynos5260.patch
  arm-dts-exynos-fix-audio-routing-on-odroid-xu3.patch
  arm-dts-exynos-fix-audio-microphone-routing-on-odroid-xu3.patch
  mmc-sdhci-of-arasan-add-dts-property-to-disable-dcmds.patch
  arm-exynos-fix-a-leaked-reference-by-adding-missing-of_node_put.patch
  power-supply-axp288_charger-fix-unchecked-return-value.patch
  power-supply-axp288_fuel_gauge-add-acepc-t8-and-t11-mini-pcs-to-the-blacklist.patch
  arm64-mmap-ensure-file-offset-is-treated-as-unsigned.patch
  arm64-arch_timer-ensure-counter-register-reads-occur-with-seqlock-held.patch
  arm64-compat-reduce-address-limit.patch
  arm64-clear-osdlr_el1-on-cpu-boot.patch
  arm64-save-and-restore-osdlr_el1-across-suspend-resume.patch
  sched-x86-save-flags-on-context-switch.patch
  x86-mce-add-an-mce-record-filtering-function.patch
  x86-mce-amd-don-t-report-l1-btb-mca-errors-on-some-family-17h-models.patch
  crypto-crypto4xx-fix-ctr-aes-missing-output-iv.patch
  crypto-crypto4xx-fix-cfb-and-ofb-overran-dst-buffer-issues.patch
  crypto-salsa20-don-t-access-already-freed-walk.iv.patch
  crypto-lrw-don-t-access-already-freed-walk.iv.patch
  crypto-chacha-generic-fix-use-as-arm64-no-neon-fallback.patch
  crypto-chacha20poly1305-set-cra_name-correctly.patch
  crypto-ccm-fix-incompatibility-between-ccm-and-ccm_base.patch
  crypto-ccp-do-not-free-psp_master-when-platform_init-fails.patch
  crypto-vmx-fix-copy-paste-error-in-ctr-mode.patch
  crypto-skcipher-don-t-warn-on-unprocessed-data-after-slow-walk-step.patch
  crypto-crct10dif-generic-fix-use-via-crypto_shash_digest.patch
  crypto-x86-crct10dif-pcl-fix-use-via-crypto_shash_digest.patch
  crypto-arm64-gcm-aes-ce-fix-no-neon-fallback-code.patch
  crypto-gcm-fix-incompatibility-between-gcm-and-gcm_base.patch
  crypto-rockchip-update-iv-buffer-to-contain-the-next-iv.patch
  crypto-caam-qi2-fix-zero-length-buffer-dma-mapping.patch
  crypto-caam-qi2-fix-dma-mapping-of-stack-memory.patch
  crypto-caam-qi2-generate-hash-keys-in-place.patch
  crypto-arm-aes-neonbs-don-t-access-already-freed-walk.iv.patch
  crypto-arm64-aes-neonbs-don-t-access-already-freed-walk.iv.patch

Compile testing
---------------

We compiled the kernel for 4 architectures:

  aarch64:
    build options: -j25 INSTALL_MOD_STRIP=1 targz-pkg
    configuration: https://artifacts.cki-project.org/builds/aarch64/kernel-stable_queue_5.1-aarch64-b8c64e03eec95531f980141caf95b99550be3585.config
    kernel build: https://artifacts.cki-project.org/builds/aarch64/kernel-stable_queue_5.1-aarch64-b8c64e03eec95531f980141caf95b99550be3585.tar.gz

  ppc64le:
    build options: -j25 INSTALL_MOD_STRIP=1 targz-pkg
    configuration: https://artifacts.cki-project.org/builds/ppc64le/kernel-stable_queue_5.1-ppc64le-b8c64e03eec95531f980141caf95b99550be3585.config
    kernel build: https://artifacts.cki-project.org/builds/ppc64le/kernel-stable_queue_5.1-ppc64le-b8c64e03eec95531f980141caf95b99550be3585.tar.gz

  s390x:
    build options: -j25 INSTALL_MOD_STRIP=1 targz-pkg
    configuration: https://artifacts.cki-project.org/builds/s390x/kernel-stable_queue_5.1-s390x-b8c64e03eec95531f980141caf95b99550be3585.config
    kernel build: https://artifacts.cki-project.org/builds/s390x/kernel-stable_queue_5.1-s390x-b8c64e03eec95531f980141caf95b99550be3585.tar.gz

  x86_64:
    build options: -j25 INSTALL_MOD_STRIP=1 targz-pkg
    configuration: https://artifacts.cki-project.org/builds/x86_64/kernel-stable_queue_5.1-x86_64-b8c64e03eec95531f980141caf95b99550be3585.config
    kernel build: https://artifacts.cki-project.org/builds/x86_64/kernel-stable_queue_5.1-x86_64-b8c64e03eec95531f980141caf95b99550be3585.tar.gz


Hardware testing
----------------

We booted each kernel and ran the following tests:

  aarch64:
     ✅ Boot test [0]
     ✅ LTP lite [1]
     ✅ AMTU (Abstract Machine Test Utility) [2]
     ✅ audit: audit testsuite test [3]
     ✅ httpd: mod_ssl smoke sanity [4]
     ✅ iotop: sanity [5]
     ✅ tuned: tune-processes-through-perf [6]
     ✅ Usex - version 1.9-29 [7]
     ✅ stress: stress-ng [8]
     ✅ Boot test [0]
     ✅ selinux-policy: serge-testsuite [9]

  ppc64le:
     ✅ Boot test [0]
     ✅ LTP lite [1]
     ✅ AMTU (Abstract Machine Test Utility) [2]
     ✅ audit: audit testsuite test [3]
     ✅ httpd: mod_ssl smoke sanity [4]
     ✅ iotop: sanity [5]
     ✅ tuned: tune-processes-through-perf [6]
     ✅ Usex - version 1.9-29 [7]
     ✅ stress: stress-ng [8]
     ✅ Boot test [0]
     ✅ selinux-policy: serge-testsuite [9]

  s390x:
     ✅ Boot test [0]
     ✅ LTP lite [1]
     ✅ audit: audit testsuite test [3]
     ✅ httpd: mod_ssl smoke sanity [4]
     ✅ iotop: sanity [5]
     ✅ tuned: tune-processes-through-perf [6]
     ✅ Usex - version 1.9-29 [7]
     ✅ stress: stress-ng [8]
     ✅ Boot test [0]
     ✅ selinux-policy: serge-testsuite [9]

  x86_64:
     ✅ Boot test [0]
     ✅ selinux-policy: serge-testsuite [9]
     ✅ Boot test [0]
     ✅ LTP lite [1]
     ✅ AMTU (Abstract Machine Test Utility) [2]
     ✅ audit: audit testsuite test [3]
     ✅ httpd: mod_ssl smoke sanity [4]
     ✅ iotop: sanity [5]
     ✅ tuned: tune-processes-through-perf [6]
     ✅ Usex - version 1.9-29 [7]
     ✅ stress: stress-ng [8]

  Test source:
    [0]: https://github.com/CKI-project/tests-beaker/archive/master.zip#distribution/kpkginstall
    [1]: https://github.com/CKI-project/tests-beaker/archive/master.zip#distribution/ltp/lite
    [2]: https://github.com/CKI-project/tests-beaker/archive/master.zip#misc/amtu
    [3]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/audit/audit-testsuite
    [4]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/httpd/mod_ssl-smoke
    [5]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/iotop/sanity
    [6]: https://github.com/CKI-project/tests-beaker/archive/master.zip#packages/tuned/tune-processes-through-perf
    [7]: https://github.com/CKI-project/tests-beaker/archive/master.zip#standards/usex/1.9-29
    [8]: https://github.com/CKI-project/tests-beaker/archive/master.zip#stress/stress-ng
    [9]: https://github.com/CKI-project/tests-beaker/archive/master.zip#/packages/selinux-policy/serge-testsuite


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

* Re: ❎ FAIL: Stable queue: queue-5.1
  2019-05-14 17:26 ` Greg KH
@ 2019-05-14 17:39   ` Major Hayden
  0 siblings, 0 replies; 31+ messages in thread
From: Major Hayden @ 2019-05-14 17:39 UTC (permalink / raw)
  To: Greg KH, CKI Project; +Cc: Linux Stable maillist

On 5/14/19 12:26 PM, Greg KH wrote:
>> Merge testing
>> -------------
>>
>> We cloned this repository and checked out the following commit:
>>
>>   Repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
>>   Commit: b724e9356404 - Linux 5.1.1
>>
>> We then merged the patchset with `git am`:
>>
> Odd, can't handle an empty queue?

It looks like our job started *just* as things were changing. That's a situation we had not considered. :)

--
Major Hayden

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

* Re: ❎ FAIL: Stable queue: queue-5.1
  2019-05-14 17:18 CKI Project
@ 2019-05-14 17:26 ` Greg KH
  2019-05-14 17:39   ` Major Hayden
  0 siblings, 1 reply; 31+ messages in thread
From: Greg KH @ 2019-05-14 17:26 UTC (permalink / raw)
  To: CKI Project; +Cc: Linux Stable maillist

On Tue, May 14, 2019 at 01:18:15PM -0400, CKI Project wrote:
> Hello,
> 
> We ran automated tests on a patchset that was proposed for merging into this
> kernel tree. The patches were applied to:
> 
>        Kernel repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
>             Commit: b724e9356404 - Linux 5.1.1
> 
> The results of these automated tests are provided below.
> 
>     Overall result: FAILED (see details below)
>              Merge: FAILED
> 
> 
> When we attempted to merge the patchset, we received an error:
> 
>   Patch is empty.
> 
> We hope that these logs can help you find the problem quickly. For the full
> detail on our testing procedures, please scroll to the bottom of this message.
> 
> Please reply to this email if you have any questions about the tests that we
> ran or if you have any suggestions on how to make future tests more effective.
> 
>         ,-.   ,-.
>        ( C ) ( K )  Continuous
>         `-',-.`-'   Kernel
>           ( I )     Integration
>            `-'
> ______________________________________________________________________________
> 
> Merge testing
> -------------
> 
> We cloned this repository and checked out the following commit:
> 
>   Repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
>   Commit: b724e9356404 - Linux 5.1.1
> 
> We then merged the patchset with `git am`:
> 

Odd, can't handle an empty queue?

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

* ❎ FAIL: Stable queue: queue-5.1
@ 2019-05-14 17:18 CKI Project
  2019-05-14 17:26 ` Greg KH
  0 siblings, 1 reply; 31+ messages in thread
From: CKI Project @ 2019-05-14 17:18 UTC (permalink / raw)
  To: Linux Stable maillist

Hello,

We ran automated tests on a patchset that was proposed for merging into this
kernel tree. The patches were applied to:

       Kernel repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
            Commit: b724e9356404 - Linux 5.1.1

The results of these automated tests are provided below.

    Overall result: FAILED (see details below)
             Merge: FAILED


When we attempted to merge the patchset, we received an error:

  Patch is empty.

We hope that these logs can help you find the problem quickly. For the full
detail on our testing procedures, please scroll to the bottom of this message.

Please reply to this email if you have any questions about the tests that we
ran or if you have any suggestions on how to make future tests more effective.

        ,-.   ,-.
       ( C ) ( K )  Continuous
        `-',-.`-'   Kernel
          ( I )     Integration
           `-'
______________________________________________________________________________

Merge testing
-------------

We cloned this repository and checked out the following commit:

  Repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
  Commit: b724e9356404 - Linux 5.1.1

We then merged the patchset with `git am`:


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

* Re: ❎ FAIL: Stable queue: queue-5.1
  2019-05-09 13:14   ` Greg KH
@ 2019-05-09 13:24     ` Major Hayden
  0 siblings, 0 replies; 31+ messages in thread
From: Major Hayden @ 2019-05-09 13:24 UTC (permalink / raw)
  To: Greg KH; +Cc: CKI Project, Linux Stable maillist

On 5/9/19 8:14 AM, Greg KH wrote:
>> It looks like one of the patches moved away between the time our test began and when we tried to merge the patches. :)
> Moved on the kernel.org side?  I haven't removed any 5.1 patches from
> the queue.

Okay, we saw a 404 for one of the patches. We will go back and review the logs to make sure we aren't getting our wires crossed with 4.19 and 5.1 testing.

--
Major Hayden

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

* Re: ❎ FAIL: Stable queue: queue-5.1
  2019-05-09 12:49 ` Major Hayden
@ 2019-05-09 13:14   ` Greg KH
  2019-05-09 13:24     ` Major Hayden
  0 siblings, 1 reply; 31+ messages in thread
From: Greg KH @ 2019-05-09 13:14 UTC (permalink / raw)
  To: Major Hayden; +Cc: CKI Project, Linux Stable maillist

On Thu, May 09, 2019 at 07:49:52AM -0500, Major Hayden wrote:
> On 5/9/19 7:47 AM, CKI Project wrote:
> > We ran automated tests on a patchset that was proposed for merging into this
> > kernel tree. The patches were applied to:
> > 
> >        Kernel repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
> >             Commit: e93c9c99a629 - Linux 5.1
> > 
> > The results of these automated tests are provided below.
> > 
> >     Overall result: FAILED (see details below)
> >              Merge: FAILED
> > 
> > When we attempted to merge the patchset, we received an error:
> > 
> >   Patch is empty.
> > 
> > We hope that these logs can help you find the problem quickly. For the full
> > detail on our testing procedures, please scroll to the bottom of this message.
> > 
> > Please reply to this email if you have any questions about the tests that we
> > ran or if you have any suggestions on how to make future tests more effective.
> > 
> >         ,-.   ,-.
> >        ( C ) ( K )  Continuous
> >         `-',-.`-'   Kernel
> >           ( I )     Integration
> >            `-'
> > ______________________________________________________________________________
> > 
> > Merge testing
> > -------------
> > 
> > We cloned this repository and checked out the following commit:
> > 
> >   Repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
> >   Commit: e93c9c99a629 - Linux 5.1
> > 
> > We then merged the patchset with `git am`:
> 
> It looks like one of the patches moved away between the time our test began and when we tried to merge the patches. :)

Moved on the kernel.org side?  I haven't removed any 5.1 patches from
the queue.


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

* Re: ❎ FAIL: Stable queue: queue-5.1
  2019-05-09 12:47 CKI Project
@ 2019-05-09 12:49 ` Major Hayden
  2019-05-09 13:14   ` Greg KH
  0 siblings, 1 reply; 31+ messages in thread
From: Major Hayden @ 2019-05-09 12:49 UTC (permalink / raw)
  To: CKI Project, Linux Stable maillist

On 5/9/19 7:47 AM, CKI Project wrote:
> We ran automated tests on a patchset that was proposed for merging into this
> kernel tree. The patches were applied to:
> 
>        Kernel repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
>             Commit: e93c9c99a629 - Linux 5.1
> 
> The results of these automated tests are provided below.
> 
>     Overall result: FAILED (see details below)
>              Merge: FAILED
> 
> When we attempted to merge the patchset, we received an error:
> 
>   Patch is empty.
> 
> We hope that these logs can help you find the problem quickly. For the full
> detail on our testing procedures, please scroll to the bottom of this message.
> 
> Please reply to this email if you have any questions about the tests that we
> ran or if you have any suggestions on how to make future tests more effective.
> 
>         ,-.   ,-.
>        ( C ) ( K )  Continuous
>         `-',-.`-'   Kernel
>           ( I )     Integration
>            `-'
> ______________________________________________________________________________
> 
> Merge testing
> -------------
> 
> We cloned this repository and checked out the following commit:
> 
>   Repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
>   Commit: e93c9c99a629 - Linux 5.1
> 
> We then merged the patchset with `git am`:

It looks like one of the patches moved away between the time our test began and when we tried to merge the patches. :)

--
Major Hayden

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

* ❎ FAIL: Stable queue: queue-5.1
@ 2019-05-09 12:47 CKI Project
  2019-05-09 12:49 ` Major Hayden
  0 siblings, 1 reply; 31+ messages in thread
From: CKI Project @ 2019-05-09 12:47 UTC (permalink / raw)
  To: Linux Stable maillist

Hello,

We ran automated tests on a patchset that was proposed for merging into this
kernel tree. The patches were applied to:

       Kernel repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
            Commit: e93c9c99a629 - Linux 5.1

The results of these automated tests are provided below.

    Overall result: FAILED (see details below)
             Merge: FAILED

When we attempted to merge the patchset, we received an error:

  Patch is empty.

We hope that these logs can help you find the problem quickly. For the full
detail on our testing procedures, please scroll to the bottom of this message.

Please reply to this email if you have any questions about the tests that we
ran or if you have any suggestions on how to make future tests more effective.

        ,-.   ,-.
       ( C ) ( K )  Continuous
        `-',-.`-'   Kernel
          ( I )     Integration
           `-'
______________________________________________________________________________

Merge testing
-------------

We cloned this repository and checked out the following commit:

  Repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
  Commit: e93c9c99a629 - Linux 5.1

We then merged the patchset with `git am`:


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

end of thread, other threads:[~2019-07-09  4:42 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-03 11:16 ❌ FAIL: Stable queue: queue-5.1 CKI Project
2019-07-03 11:25 ` Greg KH
2019-07-03 12:01   ` Veronika Kabatova
2019-07-03 12:07     ` Greg KH
2019-07-03 12:32       ` Veronika Kabatova
  -- strict thread matches above, loose matches on Subject: below --
2019-07-08 19:00 CKI Project
2019-07-08 18:05 CKI Project
2019-07-08 18:23 ` Rachel Sibley
2019-07-09  4:41   ` ? " Murphy Zhou
2019-07-05 14:12  " CKI Project
2019-07-05 14:57 ` Sasha Levin
2019-06-23 16:11  " CKI Project
2019-06-20  0:13 CKI Project
2019-06-20  5:34 ` Greg KH
2019-06-16 17:28 CKI Project
2019-06-16 14:22 CKI Project
2019-06-16  3:58 CKI Project
2019-06-15 19:12 CKI Project
2019-06-15 19:02 CKI Project
2019-06-15 16:38 CKI Project
2019-06-15 16:54 ` Greg KH
2019-06-15  9:57 CKI Project
2019-05-17 14:56 CKI Project
2019-05-17 15:01 ` Major Hayden
2019-05-14 17:18 CKI Project
2019-05-14 17:26 ` Greg KH
2019-05-14 17:39   ` Major Hayden
2019-05-09 12:47 CKI Project
2019-05-09 12:49 ` Major Hayden
2019-05-09 13:14   ` Greg KH
2019-05-09 13:24     ` Major Hayden

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).