All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mikko Perttunen <mikko.perttunen-/1wQRMveznE@public.gmane.org>
To: Tyler Baker <tyler.baker-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
	Thierry Reding
	<thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Alexandre Courbot
	<gnurou-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	linux-arm-kernel
	<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
	Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>,
	Kevin Hilman <khilman-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
	Sjoerd Simons
	<sjoerd.simons-ZGY8ohtN/8pPYcu2f3hruQ@public.gmane.org>
Subject: Re: [GIT PULL 9/9] ARM: tegra: Default configuration updates for v4.3-rc1
Date: Wed, 19 Aug 2015 14:15:28 +0300	[thread overview]
Message-ID: <55D46550.7090203@kapsi.fi> (raw)
In-Reply-To: <CANMBJr7PKy-eCcB3HiBajpApHS_BYPa7xfKjTqV4o8Z1hwY99A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>

Please try disabling TEGRA124_EMC and seeing if that makes any difference.

Mikko

On 08/19/2015 01:30 AM, Tyler Baker wrote:
> Hi Theirry,
> 
> On 14 August 2015 at 07:48, Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>> Hi ARM SoC maintainers,
>>
>> The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:
>>
>>   Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)
>>
>> are available in the git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.3-defconfig
>>
>> for you to fetch changes up to 258d9bc5e77fa40e290a0bd480d5349224374480:
>>
>>   ARM: tegra: Update multi_v7_defconfig (2015-08-14 16:26:00 +0200)
>>
>> Thanks,
>> Thierry
>>
>> ----------------------------------------------------------------
>> ARM: tegra: Default configuration updates for v4.3-rc1
>>
>> Enable the GK20A GPU (via the Nouveau driver) and CPU frequency scaling
>> on Tegra124.
>>
>> ----------------------------------------------------------------
>> Thierry Reding (1):
>>       ARM: tegra: Update multi_v7_defconfig
> 
> The kernelci.org bot recently reported jetson-tk1 boot failures[1][2]
> in next-20150818, only when booting the mult_v7_defconfig kernels. I
> bisected[3] these boot failure down to this commit, it didn't cleanly
> revert, so I manually removed that options this patch added, and my
> jetson-tk1 booted again. Digging a bit further, if I apply the patch
> below to next-20150818, my jetson-tk1 boots.
> 
> diff --git a/arch/arm/configs/multi_v7_defconfig
> b/arch/arm/configs/multi_v7_defconfig
> index b2facab..a285afe 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -468,7 +468,6 @@ CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
>  CONFIG_SOUND=m
>  CONFIG_SND=m
>  CONFIG_SND_DYNAMIC_MINORS=y
> -CONFIG_SND_HDA_TEGRA=m
>  CONFIG_SND_HDA_INPUT_BEEP=y
>  CONFIG_SND_HDA_PATCH_LOADER=y
>  CONFIG_SND_HDA_CODEC_REALTEK=m
> 
> This isn't where the story ends unfortunately. The collabora lab also
> has a jetson-tk1, booted in the same manner, which boots next-20150818
> fine[4]. The only differences I can spot in the two boot logs is that
> the collabora board is using an older version of u-boot, where as my
> board is using a newer version. U-Boot 2015.01-00231-gab77f24-dirty
> (Good) vs U-Boot 2015.07-00130-gb217c89 (Bad). I've also noticed some
> angry udev messages after the modules probe in userspace present in
> both boot logs that look suspicious.
> 
> [   70.469914] udevd[108]: worker [113] /devices/soc0/70030000.hda is
> taking a long time
> [   70.479849] udevd[108]: worker [115] /devices/soc0/70300000.ahub is
> taking a long time
> [   70.490769] udevd[108]: worker [117] /devices/soc0/sound is taking
> a long time
> 
> FWIW, When I went searching for this patch, I couldn't find it on any
> of the mailing lists. The only reference to this patch was from this
> pull request, thus why I'm reporting the issue here. :)
> 
> Anyways, let me know if you can reproduce this issue, and/or can think
> of a reason this might may be causing trouble.
> 
> Cheers,
> 
> Tyler
> 
> [1] http://kernelci.org/boot/all/job/next/kernel/next-20150818/
> [2] http://storage.kernelci.org/next/next-20150818/arm-multi_v7_defconfig/lab-tbaker/boot-tegra124-jetson-tk1.html
> [3] http://hastebin.com/bixofozaji.vhdl
> [4] http://storage.kernelci.org/next/next-20150818/arm-multi_v7_defconfig/lab-collabora/boot-tegra124-jetson-tk1.html
> --
> To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

WARNING: multiple messages have this Message-ID (diff)
From: mikko.perttunen@kapsi.fi (Mikko Perttunen)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 9/9] ARM: tegra: Default configuration updates for v4.3-rc1
Date: Wed, 19 Aug 2015 14:15:28 +0300	[thread overview]
Message-ID: <55D46550.7090203@kapsi.fi> (raw)
In-Reply-To: <CANMBJr7PKy-eCcB3HiBajpApHS_BYPa7xfKjTqV4o8Z1hwY99A@mail.gmail.com>

Please try disabling TEGRA124_EMC and seeing if that makes any difference.

Mikko

On 08/19/2015 01:30 AM, Tyler Baker wrote:
> Hi Theirry,
> 
> On 14 August 2015 at 07:48, Thierry Reding <thierry.reding@gmail.com> wrote:
>> Hi ARM SoC maintainers,
>>
>> The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:
>>
>>   Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)
>>
>> are available in the git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.3-defconfig
>>
>> for you to fetch changes up to 258d9bc5e77fa40e290a0bd480d5349224374480:
>>
>>   ARM: tegra: Update multi_v7_defconfig (2015-08-14 16:26:00 +0200)
>>
>> Thanks,
>> Thierry
>>
>> ----------------------------------------------------------------
>> ARM: tegra: Default configuration updates for v4.3-rc1
>>
>> Enable the GK20A GPU (via the Nouveau driver) and CPU frequency scaling
>> on Tegra124.
>>
>> ----------------------------------------------------------------
>> Thierry Reding (1):
>>       ARM: tegra: Update multi_v7_defconfig
> 
> The kernelci.org bot recently reported jetson-tk1 boot failures[1][2]
> in next-20150818, only when booting the mult_v7_defconfig kernels. I
> bisected[3] these boot failure down to this commit, it didn't cleanly
> revert, so I manually removed that options this patch added, and my
> jetson-tk1 booted again. Digging a bit further, if I apply the patch
> below to next-20150818, my jetson-tk1 boots.
> 
> diff --git a/arch/arm/configs/multi_v7_defconfig
> b/arch/arm/configs/multi_v7_defconfig
> index b2facab..a285afe 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -468,7 +468,6 @@ CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
>  CONFIG_SOUND=m
>  CONFIG_SND=m
>  CONFIG_SND_DYNAMIC_MINORS=y
> -CONFIG_SND_HDA_TEGRA=m
>  CONFIG_SND_HDA_INPUT_BEEP=y
>  CONFIG_SND_HDA_PATCH_LOADER=y
>  CONFIG_SND_HDA_CODEC_REALTEK=m
> 
> This isn't where the story ends unfortunately. The collabora lab also
> has a jetson-tk1, booted in the same manner, which boots next-20150818
> fine[4]. The only differences I can spot in the two boot logs is that
> the collabora board is using an older version of u-boot, where as my
> board is using a newer version. U-Boot 2015.01-00231-gab77f24-dirty
> (Good) vs U-Boot 2015.07-00130-gb217c89 (Bad). I've also noticed some
> angry udev messages after the modules probe in userspace present in
> both boot logs that look suspicious.
> 
> [   70.469914] udevd[108]: worker [113] /devices/soc0/70030000.hda is
> taking a long time
> [   70.479849] udevd[108]: worker [115] /devices/soc0/70300000.ahub is
> taking a long time
> [   70.490769] udevd[108]: worker [117] /devices/soc0/sound is taking
> a long time
> 
> FWIW, When I went searching for this patch, I couldn't find it on any
> of the mailing lists. The only reference to this patch was from this
> pull request, thus why I'm reporting the issue here. :)
> 
> Anyways, let me know if you can reproduce this issue, and/or can think
> of a reason this might may be causing trouble.
> 
> Cheers,
> 
> Tyler
> 
> [1] http://kernelci.org/boot/all/job/next/kernel/next-20150818/
> [2] http://storage.kernelci.org/next/next-20150818/arm-multi_v7_defconfig/lab-tbaker/boot-tegra124-jetson-tk1.html
> [3] http://hastebin.com/bixofozaji.vhdl
> [4] http://storage.kernelci.org/next/next-20150818/arm-multi_v7_defconfig/lab-collabora/boot-tegra124-jetson-tk1.html
> --
> To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

  parent reply	other threads:[~2015-08-19 11:15 UTC|newest]

Thread overview: 100+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-14 14:48 [GIT PULL 0/9] ARM: tegra: Changes for v4.3-rc1 Thierry Reding
2015-08-14 14:48 ` Thierry Reding
2015-08-14 14:48 ` [GIT PULL 2/9] pinctrl: " Thierry Reding
2015-08-14 14:48   ` Thierry Reding
     [not found] ` <1439563720-13189-1-git-send-email-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-08-14 14:48   ` [GIT PULL 1/9] clk: " Thierry Reding
2015-08-14 14:48     ` Thierry Reding
     [not found]     ` <1439563720-13189-2-git-send-email-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-08-25 23:43       ` Stephen Boyd
2015-08-25 23:43         ` Stephen Boyd
2015-08-14 14:48   ` [GIT PULL 3/9] ARM: tegra: Cleanup patches " Thierry Reding
2015-08-14 14:48     ` Thierry Reding
     [not found]     ` <1439563720-13189-4-git-send-email-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-08-21  1:42       ` Olof Johansson
2015-08-21  1:42         ` Olof Johansson
2015-08-14 14:48   ` [GIT PULL 4/9] ARM: tegra: Core SoC changes " Thierry Reding
2015-08-14 14:48     ` Thierry Reding
     [not found]     ` <1439563720-13189-5-git-send-email-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-08-21  1:45       ` Olof Johansson
2015-08-21  1:45         ` Olof Johansson
2015-08-14 14:48   ` [GIT PULL 5/9] ARM: tegra: CPU frequency scaling " Thierry Reding
2015-08-14 14:48     ` Thierry Reding
     [not found]     ` <1439563720-13189-6-git-send-email-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-08-21  1:47       ` Olof Johansson
2015-08-21  1:47         ` Olof Johansson
2015-08-14 14:48   ` [GIT PULL 6/9] iommu/tegra-smmu: Changes " Thierry Reding
2015-08-14 14:48     ` Thierry Reding
     [not found]     ` <1439563720-13189-7-git-send-email-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-08-17 12:40       ` Joerg Roedel
2015-08-17 12:40         ` Joerg Roedel
2015-08-14 14:48   ` [GIT PULL 7/9] ARM: tegra: Memory controller updates " Thierry Reding
2015-08-14 14:48     ` Thierry Reding
2015-08-21  1:57     ` Olof Johansson
2015-08-21  1:57       ` Olof Johansson
2015-08-14 14:48   ` [GIT PULL 8/9] ARM: tegra: Devicetree changes " Thierry Reding
2015-08-14 14:48     ` Thierry Reding
     [not found]     ` <1439563720-13189-9-git-send-email-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-08-21  1:58       ` Olof Johansson
2015-08-21  1:58         ` Olof Johansson
2015-08-21 16:09         ` Olof Johansson
2015-08-21 16:09           ` Olof Johansson
2015-08-21 16:27           ` Jon Hunter
2015-08-21 16:27             ` Jon Hunter
     [not found]             ` <55D75187.8010007-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2015-08-21 16:33               ` Olof Johansson
2015-08-21 16:33                 ` Olof Johansson
2015-08-21 16:52       ` [GIT PULL 8/9] ARM: tegra: Devicetree changes for v4.3-rc1 (updated) Thierry Reding
2015-08-21 16:52         ` Thierry Reding
     [not found]         ` <1440175939-13663-1-git-send-email-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-08-21 17:16           ` Olof Johansson
2015-08-21 17:16             ` Olof Johansson
2015-08-14 14:48   ` [GIT PULL 9/9] ARM: tegra: Default configuration updates for v4.3-rc1 Thierry Reding
2015-08-14 14:48     ` Thierry Reding
     [not found]     ` <1439563720-13189-10-git-send-email-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-08-18 22:30       ` Tyler Baker
2015-08-18 22:30         ` Tyler Baker
     [not found]         ` <CANMBJr7PKy-eCcB3HiBajpApHS_BYPa7xfKjTqV4o8Z1hwY99A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-08-19  9:14           ` Thierry Reding
2015-08-19  9:14             ` Thierry Reding
2015-08-19  9:48             ` Sjoerd Simons
2015-08-19  9:48               ` Sjoerd Simons
     [not found]               ` <1439977724.4135.90.camel-ZGY8ohtN/8pPYcu2f3hruQ@public.gmane.org>
2015-08-19 10:33                 ` Thierry Reding
2015-08-19 10:33                   ` Thierry Reding
2015-08-19 16:48                   ` Tyler Baker
2015-08-19 16:48                     ` Tyler Baker
2015-09-03 23:08                   ` Tyler Baker
2015-09-03 23:08                     ` Tyler Baker
     [not found]                     ` <CANMBJr6DSXW-h8P8__LKBu-Xv77T35JwxHWvarvqy1keVrtVQQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-09-10 21:29                       ` Kevin Hilman
2015-09-10 21:29                         ` Kevin Hilman
     [not found]                         ` <CAMAWPa_rus4z+Sg3Uff7ndqrpB8dF1c1rQBVQ9r7vXh6PFcVkQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-09-11 10:39                           ` Jon Hunter
2015-09-11 10:39                             ` Jon Hunter
     [not found]                             ` <55F2AF45.5040706-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2015-09-11 11:04                               ` Jon Hunter
2015-09-11 11:04                                 ` Jon Hunter
2015-09-11 12:38                               ` Thierry Reding
2015-09-11 12:38                                 ` Thierry Reding
2015-09-11 13:10                                 ` Jon Hunter
2015-09-11 13:10                                   ` Jon Hunter
     [not found]                                   ` <55F2D2E3.4010906-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2015-09-11 13:25                                     ` Thierry Reding
2015-09-11 13:25                                       ` Thierry Reding
2015-09-11 13:43                                       ` Jon Hunter
2015-09-11 13:43                                         ` Jon Hunter
2015-09-11 15:51                                       ` Jon Hunter
2015-09-11 15:51                                         ` Jon Hunter
     [not found]                                         ` <55F2F895.5040704-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2015-09-11 15:59                                           ` Thierry Reding
2015-09-11 15:59                                             ` Thierry Reding
     [not found]                                             ` <20150911155946.GA13945-AwZRO8vwLAwmlAP/+Wk3EA@public.gmane.org>
2015-09-11 16:33                                               ` Thierry Reding
2015-09-11 16:33                                                 ` Thierry Reding
     [not found]                                                 ` <20150911163346.GA20235-AwZRO8vwLAwmlAP/+Wk3EA@public.gmane.org>
2015-09-11 17:08                                                   ` Kevin Hilman
2015-09-11 17:08                                                     ` Kevin Hilman
     [not found]                                                     ` <7h7fnw3mvd.fsf-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2015-09-17 10:26                                                       ` Thierry Reding
2015-09-17 10:26                                                         ` Thierry Reding
2015-09-11 13:15                                 ` Jon Hunter
2015-09-11 13:15                                   ` Jon Hunter
     [not found]                                   ` <55F2D3D4.5090608-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2015-09-11 13:21                                     ` Thierry Reding
2015-09-11 13:21                                       ` Thierry Reding
2015-09-11 13:39                                       ` Jon Hunter
2015-09-11 13:39                                         ` Jon Hunter
     [not found]                                         ` <55F2D995.50906-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2015-09-11 13:57                                           ` Thierry Reding
2015-09-11 13:57                                             ` Thierry Reding
     [not found]                                             ` <20150911135738.GA23109-AwZRO8vwLAwmlAP/+Wk3EA@public.gmane.org>
2015-09-11 14:08                                               ` Jon Hunter
2015-09-11 14:08                                                 ` Jon Hunter
2015-08-19 20:36             ` Olof Johansson
2015-08-19 20:36               ` Olof Johansson
2015-08-19 11:15           ` Mikko Perttunen [this message]
2015-08-19 11:15             ` Mikko Perttunen
     [not found]             ` <55D46550.7090203-/1wQRMveznE@public.gmane.org>
2015-08-19 16:50               ` Tyler Baker
2015-08-19 16:50                 ` Tyler Baker
2015-08-21  2:00       ` Olof Johansson
2015-08-21  2:00         ` Olof Johansson
2015-08-21  2:39         ` Tyler Baker
2015-08-21  2:39           ` Tyler Baker

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=55D46550.7090203@kapsi.fi \
    --to=mikko.perttunen-/1wqrmvezne@public.gmane.org \
    --cc=arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=gnurou-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=khilman-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=sjoerd.simons-ZGY8ohtN/8pPYcu2f3hruQ@public.gmane.org \
    --cc=swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org \
    --cc=thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=tyler.baker-QSEj5FYQhm4dnm+yROfE0A@public.gmane.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.