Update to 4.4.6

This commit is contained in:
Ben Hutchings 2016-03-20 15:40:05 +00:00
parent 68b1d566ae
commit 8c0226951b
3 changed files with 14 additions and 24 deletions

14
debian/changelog vendored
View File

@ -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 <ben@decadent.org.uk> 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)

View File

@ -1,23 +0,0 @@
From: Ben Hutchings <ben@decadent.org.uk>
Date: Mon, 14 Dec 2015 01:09:32 +0000
Subject: nvme: Stop installing kernel-only <linux/nvme.h> as UAPI
Forwarded: not-needed
Fixes: 9d99a8dda154 ("nvme: move hardware structures out of the uapi ...")
Signed-off-by: Ben Hutchings <ben@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

View File

@ -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