The patch titled kbuild: fix _modinst_post to pick up Cross $DEPMOD instead of host depmod has been removed from the -mm tree. Its filename was kbuild-fix-_modinst_post-to-pick-up-cross-depmod-instead-of-host-depmod.patch This patch was dropped because it had testing failures The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: kbuild: fix _modinst_post to pick up Cross $DEPMOD instead of host depmod From: Robert Berger <robert.berger@xxxxxxxxxxxxxxxxxxxxxxxxxxx> Signed-off-by: Robert Berger <robert.berger@xxxxxxxxxxxxxxxxxxxxxxxxxxx> Cc: Sam Ravnborg <sam@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN Makefile~kbuild-fix-_modinst_post-to-pick-up-cross-depmod-instead-of-host-depmod Makefile --- a/Makefile~kbuild-fix-_modinst_post-to-pick-up-cross-depmod-instead-of-host-depmod +++ a/Makefile @@ -1170,7 +1170,7 @@ _modinst_: PHONY += _modinst_post _modinst_post: _modinst_ $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.fwinst obj=firmware __fw_modinst - $(call cmd,depmod) + $(call cmd,$(DEPMOD)) else # CONFIG_MODULES _ Patches currently in -mm which might be from robert.berger@xxxxxxxxxxxxxxxxxxxxxxxxxxx are kbuild-fix-_modinst_post-to-pick-up-cross-depmod-instead-of-host-depmod.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html