[linux-tools] 02/03: Fix reference to non-UAPI <linux/nvme.h> in include/uapi/linux/Kbuild
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Mon Dec 14 02:02:27 UTC 2015
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch master
in repository linux-tools.
commit c353d9e9f83eac43bf4f458b26d0fa7903ec50bf
Author: Ben Hutchings <ben at decadent.org.uk>
Date: Mon Dec 14 01:16:03 2015 +0000
Fix reference to non-UAPI <linux/nvme.h> in include/uapi/linux/Kbuild
---
...nstalling-kernel-only-linux-nvme.h-as-uap.patch | 23 ++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 24 insertions(+)
diff --git a/debian/patches/nvme-stop-installing-kernel-only-linux-nvme.h-as-uap.patch b/debian/patches/nvme-stop-installing-kernel-only-linux-nvme.h-as-uap.patch
new file mode 100644
index 0000000..633b219
--- /dev/null
+++ b/debian/patches/nvme-stop-installing-kernel-only-linux-nvme.h-as-uap.patch
@@ -0,0 +1,23 @@
+From: Ben Hutchings <ben at decadent.org.uk>
+Date: Mon, 14 Dec 2015 01:09:32 +0000
+Subject: nvme: Stop installing kernel-only <linux/nvme.h> as UAPI
+Forwarded: http://mid.gmane.org/20151214011442.GL28542@decadent.org.uk
+
+Fixes: 9d99a8dda154 ("nvme: move hardware structures out of the uapi ...")
+Signed-off-by: Ben Hutchings <ben at decadent.org.uk>
+---
+ include/uapi/linux/Kbuild | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild
+index 628e6e6..41652af 100644
+--- a/include/uapi/linux/Kbuild
++++ b/include/uapi/linux/Kbuild
+@@ -306,7 +306,6 @@ header-y += nfs_mount.h
+ header-y += nl80211.h
+ header-y += n_r3964.h
+ header-y += nubus.h
+-header-y += nvme.h
+ header-y += nvram.h
+ header-y += omap3isp.h
+ header-y += omapfb.h
diff --git a/debian/patches/series b/debian/patches/series
index c8eedbf..880f2ac 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -14,3 +14,4 @@ tools-lib-lockdep-use-ldflags.patch
tools-hv-fix-fortify-format-warning.patch
revert-perf-build-fix-libunwind-feature-detection-on.patch
alpha-uapi-add-support-for-__sane_userspace_types__.patch
+nvme-stop-installing-kernel-only-linux-nvme.h-as-uap.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux-tools.git
More information about the Kernel-svn-changes
mailing list