From mboxrd@z Thu Jan 1 00:00:00 1970 From: akpm@linux-foundation.org Subject: [merged] tools-vm-fix-cross-compile-build.patch removed from -mm tree Date: Thu, 23 Apr 2020 12:52:02 -0700 Message-ID: <20200423195202.eb2XQdOc8%akpm@linux-foundation.org> Reply-To: linux-kernel@vger.kernel.org Return-path: Received: from mail.kernel.org ([198.145.29.99]:55868 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726671AbgDWTwD (ORCPT ); Thu, 23 Apr 2020 15:52:03 -0400 Sender: mm-commits-owner@vger.kernel.org List-Id: mm-commits@vger.kernel.org To: l.stach@pengutronix.de, martin@martingkelly.com, mm-commits@vger.kernel.org, stable@vger.kernel.org The patch titled Subject: tools/vm: fix cross-compile build has been removed from the -mm tree. Its filename was tools-vm-fix-cross-compile-build.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Lucas Stach Subject: tools/vm: fix cross-compile build 7ed1c1901fe5 (tools: fix cross-compile var clobbering) moved the setup of the CC variable to tools/scripts/Makefile.include to make the behavior consistent across all the tools Makefiles. As the vm tools missed the include we end up with the wrong CC in a cross-compiling evironment. Link: http://lkml.kernel.org/r/20200416104748.25243-1-l.stach@pengutronix.de Fixes: 7ed1c1901fe5 (tools: fix cross-compile var clobbering) Signed-off-by: Lucas Stach Cc: Martin Kelly Cc: Signed-off-by: Andrew Morton --- tools/vm/Makefile | 2 ++ 1 file changed, 2 insertions(+) --- a/tools/vm/Makefile~tools-vm-fix-cross-compile-build +++ a/tools/vm/Makefile @@ -1,6 +1,8 @@ # SPDX-License-Identifier: GPL-2.0 # Makefile for vm tools # +include ../scripts/Makefile.include + TARGETS=page-types slabinfo page_owner_sort LIB_DIR = ../lib/api _ Patches currently in -mm which might be from l.stach@pengutronix.de are