All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] qemuimage-tests/dmesg: Add exception for error message on qemuarm with 3.8 kernel
@ 2013-03-02 22:33 Richard Purdie
  2013-03-03  4:54 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Purdie @ 2013-03-02 22:33 UTC (permalink / raw)
  To: openembedded-core; +Cc: Ashfield, Bruce, Hart, Darren

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.

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 ######"





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

* Re: [PATCH] qemuimage-tests/dmesg: Add exception for error message on qemuarm with 3.8 kernel
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2013-03-03  4:54 UTC (permalink / raw)
  To: Richard Purdie; +Cc: Hart, Darren, openembedded-core

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 ######"
>
>




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

end of thread, other threads:[~2013-03-03  5:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 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.