The patch titled Subject: gcov: add ARM64 to GCOV_PROFILE_ALL has been removed from the -mm tree. Its filename was gcov-add-arm64-to-gcov_profile_all.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Riku Voipio <riku.voipio@xxxxxxxxxx> Subject: gcov: add ARM64 to GCOV_PROFILE_ALL Following up the arm testing of gcov, turns out gcov on ARM64 works fine as well. Only change needed is adding ARM64 to Kconfig depends. Tested with qemu and mach-virt Signed-off-by: Riku Voipio <riku.voipio@xxxxxxxxxx> Acked-by: Peter Oberparleiter <oberpar@xxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/gcov/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/gcov/Kconfig~gcov-add-arm64-to-gcov_profile_all kernel/gcov/Kconfig --- a/kernel/gcov/Kconfig~gcov-add-arm64-to-gcov_profile_all +++ a/kernel/gcov/Kconfig @@ -35,7 +35,7 @@ config GCOV_KERNEL config GCOV_PROFILE_ALL bool "Profile entire Kernel" depends on GCOV_KERNEL - depends on SUPERH || S390 || X86 || PPC || MICROBLAZE || ARM + depends on SUPERH || S390 || X86 || PPC || MICROBLAZE || ARM || ARM64 default n ---help--- This options activates profiling for the entire kernel. _ Patches currently in -mm which might be from riku.voipio@xxxxxxxxxx are origin.patch gcov-enable-gcov_profile_all-from-arch-kconfigs.patch linux-next.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