Re: [GIT PULL] Modules fixes for v6.16-rc6
From: Linus Torvalds
Date: Tue Jul 08 2025 - 16:21:43 EST
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.
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/
and there the commit has commit ID 1a6100caae ("Don't relocate
non-allocated regions in modules")
Linus