Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753856AbbFYKIo (ORCPT ); Thu, 25 Jun 2015 06:08:44 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:39940 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753292AbbFYKDy (ORCPT ); Thu, 25 Jun 2015 06:03:54 -0400 From: Luis Henriques To: linux-kernel@vger.kernel.org, stable@vger.kernel.org, kernel-team@lists.ubuntu.com Cc: Luis Henriques Subject: [PATCH 3.16.y-ckt 71/71] Revert "tools/vm: fix page-flags build" Date: Thu, 25 Jun 2015 11:02:50 +0100 Message-Id: <1435226570-3669-72-git-send-email-luis.henriques@canonical.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1435226570-3669-1-git-send-email-luis.henriques@canonical.com> References: <1435226570-3669-1-git-send-email-luis.henriques@canonical.com> X-Extended-Stable: 3.16 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1110 Lines: 35 3.16.7-ckt14 -stable review patch. If anyone has any objections, please let me know. ------------------ From: Luis Henriques This reverts commit 2f2c08d6c4ee54e7ed63831079327d2af45d962a, which was commit 4933f55fe72c86e57efc454dd6e673c7f17af5a3 upstream. This patch is not suitable for kernel 3.16 as running 'make -C tools/vm' will result in a build failure. Signed-off-by: Luis Henriques --- tools/vm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/vm/Makefile b/tools/vm/Makefile index c604f3ec628a..3d907dacf2ac 100644 --- a/tools/vm/Makefile +++ b/tools/vm/Makefile @@ -3,7 +3,7 @@ TARGETS=page-types slabinfo LIB_DIR = ../lib/api -LIBS = $(LIB_DIR)/libapi.a +LIBS = $(LIB_DIR)/libapikfs.a CC = $(CROSS_COMPILE)gcc CFLAGS = -Wall -Wextra -I../lib/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/