* Re: linux-next: Tree for Oct 9th (of: unittest: testcases)
[not found] <20171009212122.wx4lgnecmqyzuywq@sirena.co.uk>
@ 2017-10-10 17:33 ` Randy Dunlap
[not found] ` <7524d1e5-137c-cb78-c24f-6a9701e46701-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2017-10-10 17:33 UTC (permalink / raw)
To: Mark Brown, Linux-Next Mailing List
Cc: Linux Kernel Mailing List, devicetree@vger.kernel.org
On 10/09/17 14:21, Mark Brown wrote:
> For my birthday I've gone and got myself a linux-next tree:
>
> Changes since 20170929:
>
> The net-next and drm trees lost their build failures but the rcu tree
> gained one.
I don't know what this is but it's new AFAIK.
(seen on i386 and x86_64)
DTC drivers/of/unittest-data/testcases.dtb
drivers/of/unittest-data/testcases.dtb: Warning (interrupts_extended_property): Could not get phandle node for /__local_fixups__/testcase-data/interrupts/interrupts-extended0:interrupts-extended(cell 3)
drivers/of/unittest-data/testcases.dtb: Warning (interrupts_property): interrupts size is (4), expected multiple of 8 in /testcase-data/testcase-device2
--
~Randy
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: linux-next: Tree for Oct 9th (of: unittest: testcases)
[not found] ` <7524d1e5-137c-cb78-c24f-6a9701e46701-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>
@ 2017-10-10 18:26 ` Rob Herring
2017-10-10 18:34 ` Randy Dunlap
2017-10-11 18:11 ` Frank Rowand
0 siblings, 2 replies; 4+ messages in thread
From: Rob Herring @ 2017-10-10 18:26 UTC (permalink / raw)
To: Randy Dunlap, Frank Rowand
Cc: Mark Brown, Linux-Next Mailing List, Linux Kernel Mailing List,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+Frank
On Tue, Oct 10, 2017 at 12:33 PM, Randy Dunlap <rdunlap-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org> wrote:
> On 10/09/17 14:21, Mark Brown wrote:
>> For my birthday I've gone and got myself a linux-next tree:
>>
>> Changes since 20170929:
>>
>> The net-next and drm trees lost their build failures but the rcu tree
>> gained one.
>
>
> I don't know what this is but it's new AFAIK.
> (seen on i386 and x86_64)
Yes, new dtc version with new warnings.
> DTC drivers/of/unittest-data/testcases.dtb
> drivers/of/unittest-data/testcases.dtb: Warning (interrupts_extended_property): Could not get phandle node for /__local_fixups__/testcase-data/interrupts/interrupts-extended0:interrupts-extended(cell 3)
Frank, this is in __local_fixups__, we should be able to remove that
now as the necessary dtc changes are in place, right?
> drivers/of/unittest-data/testcases.dtb: Warning (interrupts_property): interrupts size is (4), expected multiple of 8 in /testcase-data/testcase-device2
This one is purposely bad data to feed the unit test. If I suppress
it, then it is suppressed everywhere in the unit test data.
Rob
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: linux-next: Tree for Oct 9th (of: unittest: testcases)
2017-10-10 18:26 ` Rob Herring
@ 2017-10-10 18:34 ` Randy Dunlap
2017-10-11 18:11 ` Frank Rowand
1 sibling, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2017-10-10 18:34 UTC (permalink / raw)
To: Rob Herring, Frank Rowand
Cc: Mark Brown, Linux-Next Mailing List, Linux Kernel Mailing List,
devicetree@vger.kernel.org
On 10/10/17 11:26, Rob Herring wrote:
> +Frank
>
> On Tue, Oct 10, 2017 at 12:33 PM, Randy Dunlap <rdunlap@infradead.org> wrote:
>> On 10/09/17 14:21, Mark Brown wrote:
>>> For my birthday I've gone and got myself a linux-next tree:
>>>
>>> Changes since 20170929:
>>>
>>> The net-next and drm trees lost their build failures but the rcu tree
>>> gained one.
>>
>>
>> I don't know what this is but it's new AFAIK.
>> (seen on i386 and x86_64)
>
> Yes, new dtc version with new warnings.
>
>> DTC drivers/of/unittest-data/testcases.dtb
>> drivers/of/unittest-data/testcases.dtb: Warning (interrupts_extended_property): Could not get phandle node for /__local_fixups__/testcase-data/interrupts/interrupts-extended0:interrupts-extended(cell 3)
>
> Frank, this is in __local_fixups__, we should be able to remove that
> now as the necessary dtc changes are in place, right?
>
>> drivers/of/unittest-data/testcases.dtb: Warning (interrupts_property): interrupts size is (4), expected multiple of 8 in /testcase-data/testcase-device2
>
> This one is purposely bad data to feed the unit test. If I suppress
> it, then it is suppressed everywhere in the unit test data.
Thanks for the info.
--
~Randy
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: linux-next: Tree for Oct 9th (of: unittest: testcases)
2017-10-10 18:26 ` Rob Herring
2017-10-10 18:34 ` Randy Dunlap
@ 2017-10-11 18:11 ` Frank Rowand
1 sibling, 0 replies; 4+ messages in thread
From: Frank Rowand @ 2017-10-11 18:11 UTC (permalink / raw)
To: Rob Herring, Randy Dunlap
Cc: Mark Brown, Linux-Next Mailing List, Linux Kernel Mailing List,
devicetree@vger.kernel.org
On 10/10/17 11:26, Rob Herring wrote:
> +Frank
>
> On Tue, Oct 10, 2017 at 12:33 PM, Randy Dunlap <rdunlap@infradead.org> wrote:
>> On 10/09/17 14:21, Mark Brown wrote:
>>> For my birthday I've gone and got myself a linux-next tree:
>>>
>>> Changes since 20170929:
>>>
>>> The net-next and drm trees lost their build failures but the rcu tree
>>> gained one.
>>
>>
>> I don't know what this is but it's new AFAIK.
>> (seen on i386 and x86_64)
>
> Yes, new dtc version with new warnings.
>
>> DTC drivers/of/unittest-data/testcases.dtb
>> drivers/of/unittest-data/testcases.dtb: Warning (interrupts_extended_property): Could not get phandle node for /__local_fixups__/testcase-data/interrupts/interrupts-extended0:interrupts-extended(cell 3)
>
> Frank, this is in __local_fixups__, we should be able to remove that
> now as the necessary dtc changes are in place, right?
Yes, I have a patch to add "/plugin/;" to testcases.dts and remove the __local_fixups__ node,
but have not submitted it yet.
It builds and the unit tests still work.
I still need to rework all of the overlays that are hand coded in testcases.dts,
and was planning to do that before submitting the above changes.
-Frank
>
>> drivers/of/unittest-data/testcases.dtb: Warning (interrupts_property): interrupts size is (4), expected multiple of 8 in /testcase-data/testcase-device2
>
> This one is purposely bad data to feed the unit test. If I suppress
> it, then it is suppressed everywhere in the unit test data.
>
> Rob
> .
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-10-11 18:11 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20171009212122.wx4lgnecmqyzuywq@sirena.co.uk>
2017-10-10 17:33 ` linux-next: Tree for Oct 9th (of: unittest: testcases) Randy Dunlap
[not found] ` <7524d1e5-137c-cb78-c24f-6a9701e46701-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>
2017-10-10 18:26 ` Rob Herring
2017-10-10 18:34 ` Randy Dunlap
2017-10-11 18:11 ` Frank Rowand
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).