Page 1 of 6
Kernel 5.8
Posted: Thu Jun 04, 2020 1:42 pm
by xeno74
Hi All,
I released the first
alpha of kernel
5.8 today.
New:
Download:
linux-image-5.8-alpha1-X1000_X5000.tar.gz
Unfortunately the kernels don't boot on my AmigaOnes (X1000 and X5000/40).
They can't initialize the Radeon graphics cards.
Cheers,
Christian
Re: Kernel 5.8
Posted: Thu Jun 04, 2020 2:11 pm
by xeno74
I was able to revert the
DRM updates with the following command:
Code: Select all
git revert faa392181a0bd42c5478175cef601adeecdc91b6 -m 1
Unfortunately it doesn't solve the boot issue.
Re: Kernel 5.8
Posted: Thu Jun 04, 2020 2:27 pm
by xeno74
I was able to revert the commit
powerpc/mm: drop platform defined pmd_mknotpresent() with the following command:
Code: Select all
git revert 124cb3a62d54b271d7acfcf6596cb6a88766a344
It doesn't solve the issue either.
Re: Kernel 5.8
Posted: Thu Jun 04, 2020 2:30 pm
by xeno74
I was able to revert the commit
powerpc: use __vmalloc_node in alloc_vm_stack with the following command:
Code: Select all
git revert cb0849a990b2928760bc38561e8d33b554196e25
OK, this revert doesn't solve the issue.
Re: Kernel 5.8
Posted: Thu Jun 04, 2020 2:39 pm
by xeno74
I was able to revert the commit
powerpc: remove __ioremap_at and __iounmap_at with the following command:
Code: Select all
git revert 91f03f297c46bd2ced1e73fc9a668292145b1135
OK, this commit isn't the problem.
Re: Kernel 5.8
Posted: Thu Jun 04, 2020 3:03 pm
by xeno74
I wasn't able to revert the commit
powerpc: add an ioremap_phb helper (electra_cf) with the following command:
Code: Select all
git revert b274014c6d191ec92c4921d5e84c90f6ed2f38a0
Re: Kernel 5.8
Posted: Thu Jun 04, 2020 3:09 pm
by xeno74
I was able to revert the commit
gpu/drm: remove the powerpc hack in drm_legacy_sg_alloc with the following command:
Code: Select all
git revert d28ff991b2e23049c30584c1d97681087193879f
This doesn't solve the issue.
Re: Kernel 5.8
Posted: Thu Jun 04, 2020 4:18 pm
by xeno74
BTW, it doesn't boot in a virtual QEMU PowerPC machine either.
Re: Kernel 5.8
Posted: Thu Jun 04, 2020 5:59 pm
by xeno74
I reported the boot issue to the Linuxppc-mailing list today.
Link:
Boot issue with the latest Git kernel
Re: Kernel 5.8
Posted: Fri Jun 05, 2020 3:05 pm
by xeno74
-
-
Code: Select all
git bisect good 3d77e6a8804abcc0504c904bd6e5cdf3a5cf8162
(Good: Linux 5.7)
-
Code: Select all
git bisect bad 6929f71e46bdddbf1c4d67c2728648176c67c555
(Bad: atomisp: avoid warning about unused function -- 2020-06-03 21:22:46 -0700)
Code: Select all
[ff45fc3ca0f3c38e752d75f71b8d8efcf409e42d] mm: simplify calling a compound page destructor
- git bisect bad
Code: Select all
[cfa3b8068b09f25037146bfd5eed041b78878bee] Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
- git bisect bad
Code: Select all
[17e0a7cb6a254c6d086562e7adf8b7ac24d267f3] Merge tag 'x86-cleanups-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
- git bisect good
Code: Select all
[17839856fd588f4ab6b789f482ed3ffd7c403e1f] gup: document and work around "COW can break either way" issue
- git bisect good
Code: Select all
[c5d6c13843880ad0112f0513f3eb041b258be66e] Merge tag 'mmc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
- git bisect bad
Code: Select all
[94709049fb8442fb2f7b91fbec3c2897a75e18df] Merge branch 'akpm' (patches from Andrew)
- git bisect bad
Code: Select all
[08d3090fc8dadd7b726dbda99d1baa39382c3f2c] mm/swapfile.c: simplify the calculation of n_goal
- git bisect good
Code: Select all
[4926627793c0a7e7db2bc674e1d06777e86d8dab] mm: remove __get_vm_area
- git bisect good
Code: Select all
[2b9059489c839e67ca9254913325e18cea11a980] mm: remove __vmalloc_node_flags_caller
- git bisect good
Code: Select all
[6c0c7d2b365b21a413f6d75772a8a4a2c7d36916] mm/ioremap: track which page-table levels were modified
- git bisect bad
Code: Select all
[cb0849a990b2928760bc38561e8d33b554196e25] powerpc: use __vmalloc_node in alloc_vm_stack
- git bisect good
Code: Select all
[d8626138009ba58ae2c22356966c2edaa1f1c3b5] mm: add functions to track page directory modifications
- git bisect good
Code: Select all
[2ba3e6947aed9bb9575eb1603c0ac6e39185d32a] mm/vmalloc: track which page-table levels were modified
- git bisect bad
The first bad commit is
mm/vmalloc: track which page-table levels were modified.