* Patch "tools/hv: Use include/uapi with __EXPORTED_HEADERS__" has been added to the 4.5-stable tree
@ 2016-04-10 1:06 gregkh
0 siblings, 0 replies; only message in thread
From: gregkh @ 2016-04-10 1:06 UTC (permalink / raw)
To: kamal, gregkh, kys; +Cc: stable, stable-commits
This is a note to let you know that I've just added the patch titled
tools/hv: Use include/uapi with __EXPORTED_HEADERS__
to the 4.5-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
tools-hv-use-include-uapi-with-__exported_headers__.patch
and it can be found in the queue-4.5 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@vger.kernel.org> know about it.
>From 50fe6dd10069e7c062e27f29606f6e91ea979399 Mon Sep 17 00:00:00 2001
From: Kamal Mostafa <kamal@canonical.com>
Date: Wed, 27 Jan 2016 22:29:33 -0800
Subject: tools/hv: Use include/uapi with __EXPORTED_HEADERS__
From: Kamal Mostafa <kamal@canonical.com>
commit 50fe6dd10069e7c062e27f29606f6e91ea979399 upstream.
Use the local uapi headers to keep in sync with "recently" added #define's
(e.g. VSS_OP_REGISTER1).
Fixes: 3eb2094c59e8 ("Adding makefile for tools/hv")
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
tools/hv/Makefile | 2 ++
1 file changed, 2 insertions(+)
--- a/tools/hv/Makefile
+++ b/tools/hv/Makefile
@@ -5,6 +5,8 @@ PTHREAD_LIBS = -lpthread
WARNINGS = -Wall -Wextra
CFLAGS = $(WARNINGS) -g $(PTHREAD_LIBS) $(shell getconf LFS_CFLAGS)
+CFLAGS += -D__EXPORTED_HEADERS__ -I../../include/uapi -I../../include
+
all: hv_kvp_daemon hv_vss_daemon hv_fcopy_daemon
%: %.c
$(CC) $(CFLAGS) -o $@ $^
Patches currently in stable-queue which might be from kamal@canonical.com are
queue-4.5/tools-hv-use-include-uapi-with-__exported_headers__.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-04-10 1:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-10 1:06 Patch "tools/hv: Use include/uapi with __EXPORTED_HEADERS__" has been added to the 4.5-stable tree gregkh
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.