Re: of: unittest fails on UML

2017-10-16 Thread Rob Herring
On Fri, Oct 13, 2017 at 5:38 PM, Thomas Meyer wrote: > Hi, > > drivers/of/unittest.c fails on UML with a kernel crash. > The crash is due to of_find_device_by_node() returning NULL: > > 841│ /* Test that a missing irq domain returns -EPROBE_DEFER */ > 842│ np =

Re: of: unittest fails on UML

2017-10-16 Thread Rob Herring
On Fri, Oct 13, 2017 at 5:38 PM, Thomas Meyer wrote: > Hi, > > drivers/of/unittest.c fails on UML with a kernel crash. > The crash is due to of_find_device_by_node() returning NULL: > > 841│ /* Test that a missing irq domain returns -EPROBE_DEFER */ > 842│ np =

of: unittest fails on UML

2017-10-13 Thread Thomas Meyer
Hi, drivers/of/unittest.c fails on UML with a kernel crash. The crash is due to of_find_device_by_node() returning NULL: 841│ /* Test that a missing irq domain returns -EPROBE_DEFER */ 842│ np = of_find_node_by_path("/testcase-data/testcase-device1"); 843├>pdev =

of: unittest fails on UML

2017-10-13 Thread Thomas Meyer
Hi, drivers/of/unittest.c fails on UML with a kernel crash. The crash is due to of_find_device_by_node() returning NULL: 841│ /* Test that a missing irq domain returns -EPROBE_DEFER */ 842│ np = of_find_node_by_path("/testcase-data/testcase-device1"); 843├>pdev =

of/unittest fails on UML

2017-10-13 Thread Thomas Meyer
Hi, drivers/of/unittest.c fails on UML with a kernel crash. The crash is due to of_find_device_by_node() returning NULL: 841│ /* Test that a missing irq domain returns -EPROBE_DEFER */ 842│ np = of_find_node_by_path("/testcase-data/testcase-device1"); 843├>pdev =

of/unittest fails on UML

2017-10-13 Thread Thomas Meyer
Hi, drivers/of/unittest.c fails on UML with a kernel crash. The crash is due to of_find_device_by_node() returning NULL: 841│ /* Test that a missing irq domain returns -EPROBE_DEFER */ 842│ np = of_find_node_by_path("/testcase-data/testcase-device1"); 843├>pdev =