On 2017-04-14 18:16, Jan Kiszka wrote:
> On 2017-04-14 09:50, Constantin Petra wrote:
>> Hello,
>>
>> I have tried a kernel 4.10 from torvalds/linux branch with applied
>> patches, however something is not in place. When running petalinux-build
>> or petalinux-config, I get:
>>
>>  make: Entering directory
>> '/home/osboxes/work/peta/xilinx-zcu102-zu9-es2-rev1.0-2016.4/components/linux-kernel/components/linux-kernel/xlnx-kiszka-4.10/linux'
>> | make: *** No rule to make target 'oldnoconfig'.  Stop
>>
>> I have tried also a kernel 4.9 from the linux-xlnx branch however the
>> eth drivers don't start correctly so I'm blocked a bit.
>> Do you have any snapshot I can use, or some hints?
> 
> I just reproduced the issue with 4.11 on a HiKey board. Will let you
> know once I have a solution.

Seems like the fix is trivial:

diff --git a/driver/pci.c b/driver/pci.c
index e3c281e6..9750ac44 100644
--- a/driver/pci.c
+++ b/driver/pci.c
@@ -336,8 +336,6 @@ static bool create_vpci_of_overlay(struct
jailhouse_system *config)
        if (overlay_id < 0)
                goto out;

-       of_node_put(overlay);
-
        success = true;

 out:

Jan

-- 
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jailhouse-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to