On 08/07/2025 22.21, Linus Torvalds wrote: > On Tue, 8 Jul 2025 at 12:38, Daniel Gomez <da.gomez@xxxxxxxxxx> wrote: >> >> Petr and Sebastian went down to the archive history (before Git) and >> found the commit that broke it b3b91325f3c7 ("Don't relocate >> non-allocated regions in modules."). > > When mentioning git commits in other trees, you really do need to > mention *which* other tree it is. Makes sense. I thought there was only one history tree to search for this. > > In this case, it seems to be > > https://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux-fullhistory.git/ > > that has that commit, but that's actually a kind of odd tree. > > The typical bitkeeper conversion tree (which is where I suspect the > full-history conversion then got it from, unless somebody did a > separate conversion) that contains that commit is actually > > https://git.kernel.org/pub/scm/linux/kernel/git/tglx/history.git/ Thanks for the link. > > and there the commit has commit ID 1a6100caae ("Don't relocate > non-allocated regions in modules") That's it. > > Linus