All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: "Bruce Ashfield" <bruce.ashfield@gmail.com>
To: richard.purdie@linuxfoundation.org
Cc: openembedded-core@lists.openembedded.org
Subject: [PATCH 01/10] kern-tools: add dropped options to audit output
Date: Sun, 18 Apr 2021 20:06:23 -0400	[thread overview]
Message-ID: <71952a3534b9570aeddc867207074026c54e0675.1618790681.git.bruce.ashfield@gmail.com> (raw)
In-Reply-To: <cover.1618790681.git.bruce.ashfield@gmail.com>

From: Bruce Ashfield <bruce.ashfield@gmail.com>

The rewrite of the configuration audit code dropped the ability to
generate warnings for configuration options that didn't make it into
the final .config.

We integrated the following commit to restore those warnings:

    symbol_why: classify based on config.queue hints

    The config.queue has typing hints inline with each fragment,
    we should be using them to further classify the options, and
    not only relying on the special hardware.cfg, etc, files that
    are part of the meta data

    We also should be checking for options that were set to a
    non 'no' value, and that don't make it into the final .config,
    since without that check it means we are missing some warnings.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
---
 meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
index 1d900d85fa..70b8518304 100644
--- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
+++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://tools/kgit;beginline=5;endline=9;md5=9c30e971d435e249
 
 DEPENDS = "git-native"
 
-SRCREV = "8f6aaab7f64c6de30d267e31a73f7c3bb30125a9"
+SRCREV = "00dfcab64b85bcb61208724a1588662184ebdd59"
 PR = "r12"
 PV = "0.2+git${SRCPV}"
 
-- 
2.19.1


  reply	other threads:[~2021-04-19  0:06 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-19  0:06 [PATCH 00/10] kernel: consolidated pull request Bruce Ashfield
2021-04-19  0:06 ` Bruce Ashfield [this message]
2021-04-19  0:06 ` [PATCH 02/10] linux-yocto/5.4: update to v5.4.109 Bruce Ashfield
2021-04-19  0:06 ` [PATCH 03/10] linux-yocto/5.10: update to v5.10.27 Bruce Ashfield
2021-04-19  0:06 ` [PATCH 04/10] linux-yocto/5.10: BSP configuration fixes Bruce Ashfield
2021-04-19  0:06 ` [PATCH 05/10] linux-yocto-dev: add features/scsi/scsi-debug.scc features/gpio/mockup.scc to KERNEL_FEATURES Bruce Ashfield
2021-04-19  0:06 ` [PATCH 06/10] linux-yocto/5.10: update to v5.10.29 Bruce Ashfield
2021-04-19  0:06 ` [PATCH 07/10] linux-yocto/5.4: update to v5.4.111 Bruce Ashfield
2021-04-19  0:06 ` [PATCH 08/10] linux-yocto/5.10: update to v5.10.30 Bruce Ashfield
2021-04-20  3:06   ` [OE-core] " Naveen Saini
2021-04-20  3:20     ` Bruce Ashfield
2021-04-19  0:06 ` [PATCH 09/10] linux-yocto-rt/5.10: update to -rt34 Bruce Ashfield
2021-04-19  0:06 ` [PATCH 10/10] linux-yocto/5.4: update to v5.4.112 Bruce Ashfield
2021-04-20  3:09   ` [OE-core] " Naveen Saini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=71952a3534b9570aeddc867207074026c54e0675.1618790681.git.bruce.ashfield@gmail.com \
    --to=bruce.ashfield@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=richard.purdie@linuxfoundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.