* Re: Regression: next-20160518: Clk? on BeagleBoard-X15 [not found] <573DDFE6.8010209@ti.com> @ 2016-05-19 16:57 ` Tony Lindgren 2016-05-19 17:35 ` Tomi Valkeinen 2016-05-19 17:35 ` Rob Herring 0 siblings, 2 replies; 4+ messages in thread From: Tony Lindgren @ 2016-05-19 16:57 UTC (permalink / raw) To: Nishanth Menon, Rhyland Klein, Rob Herring Cc: Tero Kristo, linux-omap, linux-arm-kernel * Nishanth Menon <nm@ti.com> [160519 08:48]: > I have'nt bisected yet, but the platform seems to have booted on > next-20160517 > https://github.com/nmenon/kernel-test-logs/blob/next-20160517/omap2plus_defconfig/am57xx-evm.txt > > https://github.com/nmenon/kernel-test-logs/blob/next-20160518/omap2plus_defconfig/am57xx-evm.txt Seems to be commit ac78f9bdcf38 ("drivers/of: Fix depth when unflattening devicetree"). Rob, you need to start playing golf or something between -rc6 and the end of the merge window or something :) Regards, Tony ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Regression: next-20160518: Clk? on BeagleBoard-X15 2016-05-19 16:57 ` Regression: next-20160518: Clk? on BeagleBoard-X15 Tony Lindgren @ 2016-05-19 17:35 ` Tomi Valkeinen 2016-05-19 17:35 ` Rob Herring 1 sibling, 0 replies; 4+ messages in thread From: Tomi Valkeinen @ 2016-05-19 17:35 UTC (permalink / raw) To: Tony Lindgren, Nishanth Menon, Rhyland Klein, Rob Herring Cc: Tero Kristo, linux-omap, linux-arm-kernel [-- Attachment #1.1.1: Type: text/plain, Size: 1741 bytes --] On 19/05/16 19:57, Tony Lindgren wrote: > * Nishanth Menon <nm@ti.com> [160519 08:48]: >> I have'nt bisected yet, but the platform seems to have booted on >> next-20160517 >> https://github.com/nmenon/kernel-test-logs/blob/next-20160517/omap2plus_defconfig/am57xx-evm.txt >> >> https://github.com/nmenon/kernel-test-logs/blob/next-20160518/omap2plus_defconfig/am57xx-evm.txt > > Seems to be commit ac78f9bdcf38 ("drivers/of: Fix depth when > unflattening devicetree"). > > Rob, you need to start playing golf or something between -rc6 and > the end of the merge window or something :) I'm not sure if it's related, but I'm seeing this on omap4 panda, next-20160519: [ 0.000000] Unable to handle kernel paging request at virtual address af6ec820 ... [ 0.000000] [<c071ced4>] (unflatten_dt_nodes) from [<c071d5a4>] (__unflatten_device_tree+0xe8/0x254) [ 0.000000] r10:c0de3140 r9:ef6b44a4 r8:c15b77c0 r7:00000000 r6:cffee000 r5:00038358 [ 0.000000] r4:c0de00c0 [ 0.000000] [<c071d4bc>] (__unflatten_device_tree) from [<c0c4a050>] (unflatten_device_tree+0x28/0x40) [ 0.000000] r9:0000000c r8:c0d07ca8 r7:c159f4f4 r6:c0d520f8 r5:c0c5984c r4:c0c491a0 [ 0.000000] [<c0c4a028>] (unflatten_device_tree) from [<c0c04754>] (setup_arch+0x770/0xbb4) [ 0.000000] r5:c0c5984c r4:c0d02908 [ 0.000000] [<c0c03fe4>] (setup_arch) from [<c0c009c8>] (start_kernel+0x50/0x3c4) [ 0.000000] r10:00000000 r9:412fc09a r8:8000406a r7:c0d02900 r6:c0c5ba44 r5:c0d029ac [ 0.000000] r4:c0de3214 [ 0.000000] [<c0c00978>] (start_kernel) from [<8000807c>] (0x8000807c) [ 0.000000] r10:00000000 r9:412fc09a r8:8000406a r7:c0d07de8 r6:c0c5ba44 r5:c0d029ac [ 0.000000] r4:c0de3214 Tomi [-- Attachment #1.2: OpenPGP digital signature --] [-- Type: application/pgp-signature, Size: 819 bytes --] [-- Attachment #2: Type: text/plain, Size: 176 bytes --] _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Regression: next-20160518: Clk? on BeagleBoard-X15 2016-05-19 16:57 ` Regression: next-20160518: Clk? on BeagleBoard-X15 Tony Lindgren 2016-05-19 17:35 ` Tomi Valkeinen @ 2016-05-19 17:35 ` Rob Herring 2016-05-20 19:43 ` Nishanth Menon 1 sibling, 1 reply; 4+ messages in thread From: Rob Herring @ 2016-05-19 17:35 UTC (permalink / raw) To: Tony Lindgren Cc: Nishanth Menon, Tero Kristo, Rhyland Klein, linux-omap, linux-arm-kernel@lists.infradead.org On Thu, May 19, 2016 at 11:57 AM, Tony Lindgren <tony@atomide.com> wrote: > * Nishanth Menon <nm@ti.com> [160519 08:48]: >> I have'nt bisected yet, but the platform seems to have booted on >> next-20160517 >> https://github.com/nmenon/kernel-test-logs/blob/next-20160517/omap2plus_defconfig/am57xx-evm.txt >> >> https://github.com/nmenon/kernel-test-logs/blob/next-20160518/omap2plus_defconfig/am57xx-evm.txt > > Seems to be commit ac78f9bdcf38 ("drivers/of: Fix depth when > unflattening devicetree"). > > Rob, you need to start playing golf or something between -rc6 and > the end of the merge window or something :) It seems the fix for one board broke more... It is fixed in my tree now. Rob ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Regression: next-20160518: Clk? on BeagleBoard-X15 2016-05-19 17:35 ` Rob Herring @ 2016-05-20 19:43 ` Nishanth Menon 0 siblings, 0 replies; 4+ messages in thread From: Nishanth Menon @ 2016-05-20 19:43 UTC (permalink / raw) To: Rob Herring, Tony Lindgren Cc: Tero Kristo, Rhyland Klein, linux-omap, linux-arm-kernel@lists.infradead.org On 05/19/2016 12:35 PM, Rob Herring wrote: > On Thu, May 19, 2016 at 11:57 AM, Tony Lindgren <tony@atomide.com> wrote: >> * Nishanth Menon <nm@ti.com> [160519 08:48]: >>> I have'nt bisected yet, but the platform seems to have booted on >>> next-20160517 >>> https://github.com/nmenon/kernel-test-logs/blob/next-20160517/omap2plus_defconfig/am57xx-evm.txt >>> >>> https://github.com/nmenon/kernel-test-logs/blob/next-20160518/omap2plus_defconfig/am57xx-evm.txt >> >> Seems to be commit ac78f9bdcf38 ("drivers/of: Fix depth when >> unflattening devicetree"). >> >> Rob, you need to start playing golf or something between -rc6 and >> the end of the merge window or something :) > > It seems the fix for one board broke more... It is fixed in my tree now. Thanks. Looks good today on my test lists: https://github.com/nmenon/kernel-test-logs/tree/next-20160520 -- Regards, Nishanth Menon ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-05-20 19:43 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <573DDFE6.8010209@ti.com>
2016-05-19 16:57 ` Regression: next-20160518: Clk? on BeagleBoard-X15 Tony Lindgren
2016-05-19 17:35 ` Tomi Valkeinen
2016-05-19 17:35 ` Rob Herring
2016-05-20 19:43 ` Nishanth Menon
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).