Page 5 of 9

Re: Kernel 4.16

Posted: Wed Feb 14, 2018 8:19 pm
by xeno74
tbreeden wrote:Hi Christian,

Both of these seem to be working very well on my X1000.

tom
Hi Tom,

Fantastic! Thanks a lot for testing! :-)

Cheers,
Christian

Re: Kernel 4.16

Posted: Sat Feb 17, 2018 6:38 am
by xeno74

Re: Kernel 4.16

Posted: Sun Feb 18, 2018 2:27 pm
by xeno74

Re: Kernel 4.16

Posted: Mon Feb 19, 2018 3:50 pm
by xeno74
Hi All,

I released the RC2 for the X5000 and X1000 today.

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

Screenshot of Debian PowerPC with the kernel 4.16-rc2 and with KVM-PR:

Image

Please test it.

Thanks,
Christian

Re: Kernel 4.16

Posted: Tue Feb 20, 2018 10:37 pm
by tbreeden
Re: Kernel 4.16

Download: vmlinux-4.16-rc2-AmigaOne_X1000_X5000.tar.gz

Please test it.
4.16-rc2 tested. Still working here!

tom

Re: Kernel 4.16

Posted: Wed Feb 21, 2018 9:04 am
by xeno74
tbreeden wrote: 4.16-rc2 tested. Still working here!

tom
Hi Tom,

Thanks a lot for testing the RC2! :-)

Cheers,
Christian

Re: Kernel 4.16

Posted: Mon Feb 26, 2018 7:45 pm
by xeno74
Hi All,

I compiled the RC3 of kernel 4.16 for the X5000 and X1000 today.

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

ubuntu MATE 16.04.4 LTS PowerPC with the RC3 of kernel 4.16 on an AmigaOne X1000:

Image

Please test it.

Thanks,
Christian

Re: Kernel 4.16

Posted: Tue Feb 27, 2018 9:56 am
by xeno74
FYI:
On 27 February 2018 at 00:11AM, Christian Zigotzky wrote to the linuxppc-dev mailing list:
Hi All,

Could you please add Olof's patch?

---

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 to the thread: PASEMI: PCI_SCAN_ALL_PCIE_DEVS

Re: Kernel 4.16

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

On 03 March 2018 at 8:08PM, Christian Zigotzky wrote to linuxppc-dev@lists.ozlabs.org:

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 <chzigotzky@xenosoft.de>
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
---
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:44 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

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

Thanks,
Christian