Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@windriver.com>
To: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: "Hart, Darren" <darren.hart@intel.com>,
	openembedded-core <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] qemuimage-tests/dmesg: Add exception for error message on qemuarm with 3.8 kernel
Date: Sat, 2 Mar 2013 23:54:02 -0500	[thread overview]
Message-ID: <5132D76A.7080704@windriver.com> (raw)
In-Reply-To: <1362263617.11004.17.camel@ted>

On 13-03-02 5:33 PM, Richard Purdie wrote:
> With 3.8 kernels we get a harmless error message during kernel boot.
> For now we can ignore. This allows the tests to pass and ensures we
> can merge the 3.8 kernel.

Thanks Richard.

Investigation into the versatile platform 3.8 kernel changes and the
clock probe are ongoing, we'll pull this exception once we understand
exactly what is happening.

Cheers,

Bruce

>
> Signed-off-by: Richard Purdie<richard.purdie@linuxfoundation.org>
> ---
> diff --git a/scripts/qemuimage-tests/tools/dmesg.sh b/scripts/qemuimage-tests/tools/dmesg.sh
> index 66c0223..f0c9318 100644
> --- a/scripts/qemuimage-tests/tools/dmesg.sh
> +++ b/scripts/qemuimage-tests/tools/dmesg.sh
> @@ -13,7 +13,9 @@ if [ $? -ne 0 ]; then
>   	exit 1
>   fi
>
> -dmesg | grep -iq "error"
> +# For now, ignore mmci-pl18x errors on qemuarm which appeared
> +# from the 3.8 kernel and are harmless
> +dmesg | grep -v mmci-pl18x | grep -iq "error"
>   if [ $? -eq 0 ]; then
>   	echo "QEMU: There is some error log in dmesg:"
>   	echo "QEMU: ##### Error Log ######"
>
>




      reply	other threads:[~2013-03-03  5:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-02 22:33 [PATCH] qemuimage-tests/dmesg: Add exception for error message on qemuarm with 3.8 kernel Richard Purdie
2013-03-03  4:54 ` Bruce Ashfield [this message]

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=5132D76A.7080704@windriver.com \
    --to=bruce.ashfield@windriver.com \
    --cc=darren.hart@intel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox