From 8c0226951b5e613d0e2922bad7270f123a150ea3 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sun, 20 Mar 2016 15:40:05 +0000 Subject: [PATCH] Update to 4.4.6 --- debian/changelog | 14 +++++++++++ ...ling-kernel-only-linux-nvme.h-as-uap.patch | 23 ------------------- debian/patches/series | 1 - 3 files changed, 14 insertions(+), 24 deletions(-) delete mode 100644 debian/patches/nvme-stop-installing-kernel-only-linux-nvme.h-as-uap.patch diff --git a/debian/changelog b/debian/changelog index 3a35e5065..726613e6a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +linux-tools (4.4.6-1) UNRELEASED; urgency=medium + + * New upstream stable update: + - tools lib traceevent: Fix output of %llu for 64 bit values read on + 32 bit machines + - perf tools: tracepoint_error() can receive e=NULL, robustify it + - perf kvm record/report: 'unprocessable sample' error while + recording/reporting guest data + - tools: hv: vss: fix the write()'s argument: error -> vss_msg + - uapi: update install list after nvme.h rename + - perf stat: Do not clean event's private stats + + -- Ben Hutchings Sun, 20 Mar 2016 15:35:32 +0000 + linux-tools (4.4-4) unstable; urgency=medium * hyperv-daemons: Only build the progarams on x86 (fixes FTBFS) 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 deleted file mode 100644 index 66a08d4ea..000000000 --- a/debian/patches/nvme-stop-installing-kernel-only-linux-nvme.h-as-uap.patch +++ /dev/null @@ -1,23 +0,0 @@ -From: Ben Hutchings -Date: Mon, 14 Dec 2015 01:09:32 +0000 -Subject: nvme: Stop installing kernel-only as UAPI -Forwarded: not-needed - -Fixes: 9d99a8dda154 ("nvme: move hardware structures out of the uapi ...") -Signed-off-by: Ben Hutchings ---- - 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 1f4f8c538..c1383d0b6 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -14,7 +14,6 @@ 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 perf-tools-fix-reading-of-build-id-from-vdso.patch perf-fix-misleadingly-indented-assignment-whitespace.patch perf-annotate-browser-fix-behaviour-of-shift-tab-with-nothing.patch