From patchwork Thu Jun 25 09:37:22 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luis Henriques X-Patchwork-Id: 488322 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 04B411402DE; Thu, 25 Jun 2015 19:37:38 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1Z83b6-0005Xq-HE; Thu, 25 Jun 2015 09:37:28 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1Z83b1-0005Xl-IX for kernel-team@lists.ubuntu.com; Thu, 25 Jun 2015 09:37:23 +0000 Received: from av-217-129-142-138.netvisao.pt ([217.129.142.138] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1Z83b1-0001k0-EU; Thu, 25 Jun 2015 09:37:23 +0000 From: Luis Henriques To: Luis Henriques Subject: [3.16.y-ckt stable] Patch "Revert "tools/vm: fix page-flags build"" has been added to staging queue Date: Thu, 25 Jun 2015 10:37:22 +0100 Message-Id: <1435225042-5056-1-git-send-email-luis.henriques@canonical.com> X-Mailer: git-send-email 2.1.4 X-Extended-Stable: 3.16 Cc: kernel-team@lists.ubuntu.com X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: kernel-team-bounces@lists.ubuntu.com This is a note to let you know that I have just added a patch titled Revert "tools/vm: fix page-flags build" to the linux-3.16.y-queue branch of the 3.16.y-ckt extended stable tree which can be found at: http://kernel.ubuntu.com/git/ubuntu/linux.git/log/?h=linux-3.16.y-queue This patch is scheduled to be released in version 3.16.7-ckt14. If you, or anyone else, feels it should not be added to this tree, please reply to this email. For more information about the 3.16.y-ckt tree, see https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable Thanks. -Luis ------ From d376afa639c64b376e3b2b56aa908e888480faae Mon Sep 17 00:00:00 2001 From: Luis Henriques Date: Tue, 23 Jun 2015 17:02:40 +0100 Subject: Revert "tools/vm: fix page-flags build" 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/