[linux-tools] 01/01: lockdep: Add more missing macros

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Tue Feb 23 01:31:28 UTC 2016


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository linux-tools.

commit 53b6b7a14387b3360661f38563ab29f603fb4d21
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Tue Feb 23 01:28:10 2016 +0000

    lockdep: Add more missing macros
---
 debian/changelog                                | 1 +
 debian/patches/lockdep-add-missing-macros.patch | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0cba887..05a55a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ linux-tools (4.5~rc5-1~exp4) UNRELEASED; urgency=medium
   * debian/control: Build-Depend on dh-python, as dh_python2 warns we should
   * lockdep: Add '+' prefix to make invocation, so it can be parallelised
   * tools/build: Fix 'unused variable' warning in the bpf() feature check
+  * lockdep: Add more missing macros
 
  -- Ben Hutchings <ben at decadent.org.uk>  Mon, 22 Feb 2016 23:21:57 +0000
 
diff --git a/debian/patches/lockdep-add-missing-macros.patch b/debian/patches/lockdep-add-missing-macros.patch
index c5691a1..e45a3e7 100644
--- a/debian/patches/lockdep-add-missing-macros.patch
+++ b/debian/patches/lockdep-add-missing-macros.patch
@@ -17,8 +17,10 @@ doesn't have substitutes for.
  #define container_of(ptr, type, member) ({			\
 --- a/tools/lib/lockdep/uinclude/linux/list.h
 +++ b/tools/lib/lockdep/uinclude/linux/list.h
-@@ -1 +1,2 @@
+@@ -1 +1,4 @@
  #include "../../../include/linux/list.h"
++#define hlist_add_head_rcu hlist_add_head
++#define hlist_del_rcu hlist_del
 +#define hlist_for_each_entry_rcu hlist_for_each_entry
 --- a/tools/lib/lockdep/uinclude/linux/compiler.h
 +++ b/tools/lib/lockdep/uinclude/linux/compiler.h

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