Hi, To make patch tracking slighly easier there is now a patchwork instance on sourceware that should show the status of all outstanding patches sent to the mailinglist: https://patchwork.sourceware.org/project/elfutils/list/ It is a bit experimental and doesn't really come with documentation yet.
Also there is a mirror of the elfutils repo (and other sourceware git repos) on sourcehut: https://sr.ht/~sourceware/elfutils/ If you have a sourcehut account then you can easily fork the project source repos (the main one and the website one): https://git.sr.ht/~sourceware/elfutils https://git.sr.ht/~sourceware/elfutils-htdocs You can then clone your fork locally and create any branches and commits like you normally would. After pushing your changes back to sourcehut you can tell sourcehut to sent to patches to the mailinglist by using the "Prepare a patchset" button to submit patches to the project. sourcehut can generate the appropriate git send-email commands and/or sent the patches for you. Cheers, Mark