]> code.ossystems Code Review - openembedded-core.git/commit
linux-yocto/5.8: fix perf and virtio_scsi warnings
authorBruce Ashfield <bruce.ashfield@gmail.com>
Mon, 24 Aug 2020 19:00:38 +0000 (15:00 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 25 Aug 2020 00:00:20 +0000 (01:00 +0100)
commit74188412ae3019235151f3e606a470ff27c7ed63
treef179b92f86fee27252535260f09e9f02e0e96323
parent879bbe341b47ff576de76b2e8929df9f72f7f813
linux-yocto/5.8: fix perf and virtio_scsi warnings

Integrating the following commit(s) to linux-yocto/5.8:

    5d66d1a67c8d arm64/perf: Fix wrong cast that may cause wrong truncation

Khem reported in some configurations that CONFIG_SCSI_VIRTIO was
throwing a warning in the final .config. That was due to the fact that
if debug or not is enabled, it switches between built-in and a module.
Either configuration is correct, so we add it to the non-hardware file
to inhibit it being reported by deefault.

The following meta branch commit resolves the issue:

   commit 96e8f5e330f5a8f87deda0f1bae71af31c578ce9 (HEAD -> master)
   Author: Bruce Ashfield <bruce.ashfield@gmail.com>
   Date:   Sat Aug 22 22:19:13 2020 -0400

       virtio: declare CONFIG_SCSI_VIRTIO as non-hw

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux/linux-yocto-rt_5.8.bb
meta/recipes-kernel/linux/linux-yocto-tiny_5.8.bb
meta/recipes-kernel/linux/linux-yocto_5.8.bb