Page 7 of 12

Re: Kernel 4.16

Posted: Tue Feb 27, 2018 9:16 am
by xeno74
caseycullen wrote:I tested kernel 4.16-rc3 on MATE PowerPC Remix with no issues.
---Casey
Hi Casey,

Thanks a lot for testing the RC3! :-)

Cheers,
Christian

Re: Kernel 4.16

Posted: Tue Feb 27, 2018 6:20 pm
by Skateman
Ubuntu Mate on 4.16 RC3 up and running :-)

Image

Re: Kernel 4.16

Posted: Tue Feb 27, 2018 7:19 pm
by xeno74
Skateman wrote:Ubuntu Mate on 4.16 RC3 up and running :-)
Thank you for testing the RC3! :-)

Re: Kernel 4.16

Posted: Sat Mar 03, 2018 8:22 pm
by xeno74
FYI:

On 03 March 2018 at 8:08PM, Christian Zigotzky wrote to [email protected]:

Hello,

Could you please add the following patches?

---

Fixes: accb757d798c ("KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_run")
Reported-by: Christian Zigotzky <[email protected]>
Signed-off-by: Paul Mackerras <[email protected]>
---
arch/powerpc/kvm/powerpc.c | 2 ++
1 file changed, 2 insertions(+)

diff --git a/arch/powerpc/kvm/powerpc.c b/arch/powerpc/kvm/powerpc.c
index 403e642c78f5..0083142c2f84 100644
--- a/arch/powerpc/kvm/powerpc.c
+++ b/arch/powerpc/kvm/powerpc.c
@@ -1608,7 +1608,9 @@ int kvm_arch_vcpu_ioctl_run(struct kvm_vcpu *vcpu, struct kvm_run *run)

kvm_sigset_deactivate(vcpu);

+#ifdef CONFIG_ALTIVEC
out:
+#endif
vcpu_put(vcpu);
return r;
}

---

Olof's patch for P.A. Semi boards:

---

arch/powerpc/platforms/pasemi/pci.c | 2 ++
1 file changed, 2 insertions(+)

diff --git a/arch/powerpc/platforms/pasemi/pci.c b/arch/powerpc/platforms/pasemi/pci.c
index 5ff6108..ea54ed2 100644
--- a/arch/powerpc/platforms/pasemi/pci.c
+++ b/arch/powerpc/platforms/pasemi/pci.c
@@ -224,6 +224,8 @@ void __init pas_pci_init(void)
return;
}

+ pci_set_flags(PCI_SCAN_ALL_PCIE_DEVS);
+
for (np = NULL; (np = of_get_next_child(root, np)) != NULL;)
if (np->name && !strcmp(np->name, "pxp") && !pas_add_bridge(np))
of_node_get(np);

---

Thanks,
Christian
Link: Build regressions/improvements in v4.16-rc3 -- linuxppc-dev mailing list

Re: Kernel 4.16

Posted: Sun Mar 04, 2018 10:47 pm
by xeno74
Hi All,

Here is the RC4 of kernel 4.16 for the X5000 and X1000.

New:
Download: vmlinux-4.16-rc4-AmigaOne_X1000_X5000.tar.gz

@Skateman
I cross compiled this kernel. Could you please test it on your AmigaOne X5000?

Thanks,
Christian

Re: Kernel 4.16

Posted: Mon Mar 05, 2018 8:27 pm
by Skateman
RC4 Running nicely on the X5000

Image

Re: Kernel 4.16

Posted: Mon Mar 05, 2018 8:40 pm
by xeno74
Skateman wrote:RC4 Running nicely on the X5000
Many thanks for testing the RC4! :-)

Re: Kernel 4.16

Posted: Wed Mar 07, 2018 3:39 am
by caseycullen
Confirming RC4 works as expected on my X5000.
---Casey
Image

Re: Kernel 4.16

Posted: Wed Mar 07, 2018 10:51 am
by xeno74
caseycullen wrote:Confirming RC4 works as expected on my X5000.
---Casey
Hi Casey,

Thank you for testing the RC4! :-)

Have a great day!

Cheers,
Christian

Re: Kernel 4.16

Posted: Sat Mar 10, 2018 8:11 am
by xeno74
Hi All,

The KVM fix is in the official kernel source code. We don’t need the kvm patch anymore.

Link: git.kernel.org

Cheers,
Christian