[linux-tools] 01/03: Update to 4.4-rc4
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 e808d0a3f78df7da37b1b6ff6a851cd11298565f
Author: Ben Hutchings <ben at decadent.org.uk>
Date: Mon Dec 14 00:48:40 2015 +0000
Update to 4.4-rc4
---
debian/changelog | 6 ++++++
debian/patches/lockdep-fix-headers.patch | 19 -------------------
debian/patches/series | 1 -
3 files changed, 6 insertions(+), 20 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 252fece..bb71f2d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+linux-tools (4.4~rc4-1~exp1) UNRELEASED; urgency=medium
+
+ * New upstream release candidate
+
+ -- Ben Hutchings <ben at decadent.org.uk> Mon, 14 Dec 2015 00:48:22 +0000
+
linux-tools (4.3.1-1) unstable; urgency=medium
* New upstream stable update
diff --git a/debian/patches/lockdep-fix-headers.patch b/debian/patches/lockdep-fix-headers.patch
deleted file mode 100644
index e2c1db8..0000000
--- a/debian/patches/lockdep-fix-headers.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-From: Ben Hutchings <ben at decadent.org.uk>
-Date: Thu, 13 Aug 2015 20:48:12 +0200
-Subject: liblockdep: Define WRITE_ONCE(), used by <linux/rbtree_augmented.h>.
-
-Signed-off-by: Ben Hutchings <ben at decadent.org.uk>
----
---- a/tools/lib/lockdep/uinclude/linux/compiler.h
-+++ b/tools/lib/lockdep/uinclude/linux/compiler.h
-@@ -4,4 +4,10 @@
- #define __used __attribute__((__unused__))
- #define unlikely
-
-+#define __ACCESS_ONCE(x) ({ \
-+ __attribute__((__unused__)) typeof(x) __var = (__force typeof(x)) 0; \
-+ (volatile typeof(x) *)&(x); })
-+#define ACCESS_ONCE(x) (*__ACCESS_ONCE(x))
-+#define WRITE_ONCE(x, val) (ACCESS_ONCE(x) = (val))
-+
- #endif
diff --git a/debian/patches/series b/debian/patches/series
index d5becb8..c8eedbf 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,7 +7,6 @@ kbuild-fix-recordmcount-dependency.patch
usbip-include-uninstalled-linux-usbip-h.patch
tools-perf-man-date.patch
lockdep-fix-oot-build.patch
-lockdep-fix-headers.patch
lockdep-fix-soname.patch
tools-perf-remove-shebangs.patch
tools-lib-traceevent-use-ldflags.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