New comment by q66 on void-packages repository https://github.com/void-linux/void-packages/pull/27412#issuecomment-751284209 Comment: the kernel headers patches definitely need rebasing for 5.10, that's crucial for some cases (e.g. gccgo does not build on musl without the patches) as for musl, i believe we should do that update after new toolchain and so on lands (at cost of having to rebuild musl crosstoolchains twice, but that's not that big of a deal), since it's much more involved work than the rest of it IMO the most painless order should be like this: 1) push this PR (no revbumps) 2) push kernel headers update 3) push glibc 2.32 update - native 4) push gcc 10.3 update - native 5) update all the crosstoolchains to new gcc+glibc (but same musl) and rebuild this will still have to be a fair amount of synchronized effort so i'd say let's not add any more to it after that's done, we can take a small breather and move on to updating musl...