[linux-tools] 01/04: Merge tag 'debian/3.16.7-ckt20-1' into wheezy-backports
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Wed Feb 3 03:42:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch wheezy-backports
in repository linux-tools.
commit 4186453ed1921d5768f52f2308c2c128163e624a
Merge: bbc32c3 ac40ac3
Author: Ben Hutchings <ben at decadent.org.uk>
Date: Sun Jan 24 16:13:29 2016 +0000
Merge tag 'debian/3.16.7-ckt20-1' into wheezy-backports
hyperv-daemons currently only includes systemd units, and depends on
dh-systemd. So this is not going to be usable for wheezy without some
more work.
debian/.gitignore | 17 ++
debian/build/.gitignore | 3 +
debian/build/scripts/.gitignore | 7 +
debian/build/scripts/basic/.gitignore | 2 +
debian/build/scripts/genksyms/.gitignore | 1 +
debian/build/scripts/kconfig/.gitignore | 1 +
debian/build/scripts/mod/.gitignore | 4 +
debian/build/tools/Makefile | 1 +
debian/build/tools/hv/.gitignore | 1 +
debian/build/tools/hv/Makefile | 15 ++
debian/build/tools/perf/Makefile | 13 +-
debian/changelog | 48 +++++
debian/hyperv-daemons.README.Debian | 14 ++
debian/hyperv-daemons.hv-fcopy-daemon.service | 10 +
debian/hyperv-daemons.hv-kvp-daemon.service | 9 +
debian/hyperv-daemons.hv-vss-daemon.service | 9 +
debian/hyperv-daemons.install | 1 +
debian/lib/python/debian_linux/debian.py | 20 +-
...v-fix-file-overwriting-of-hv_fcopy_daemon.patch | 30 +++
...sdaemon-ignore-the-EBUSY-on-multiple-free.patch | 123 +++++++++++++
...003-tools-hv-introduce-n-no-daemon-option.patch | 202 +++++++++++++++++++++
...4-Tools-hv-vssdaemon-report-freeze-errors.patch | 70 +++++++
...sdaemon-skip-all-filesystems-mounted-read.patch | 30 +++
...nore-ENOBUFS-and-ENOMEM-in-the-KVP-daemon.patch | 58 ++++++
...-Makefile-Add-hv_fcopy_daemon-to-Makefile.patch | 30 +++
...-kvp_daemon-make-IPv6-only-injection-work.patch | 52 ++++++
...move-unused-bytes_written-from-kvp_update.patch | 41 +++++
...dress-compiler-warnings-for-hv_kvp_daemon.patch | 116 ++++++++++++
...dress-compiler-warnings-for-hv_fcopy_daem.patch | 39 ++++
...hv-do-not-add-redundant-in-hv_start_fcopy.patch | 32 ++++
...opy_daemon-support-2GB-files-for-x86_32-g.patch | 33 ++++
...sd-call-endmntent-before-call-setmntent-a.patch | 58 ++++++
debian/patches/gitignore.patch | 14 ++
.../patches/perf-tools-fix-arm64-build-error.patch | 39 ++++
debian/patches/series | 16 ++
debian/rules | 2 +-
debian/rules.real | 30 ++-
debian/templates/control.main.in | 20 +-
debian/templates/control.source.in | 9 +-
39 files changed, 1204 insertions(+), 16 deletions(-)
diff --cc debian/changelog
index 28802f3,033bbe1..74a8bee
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,14 -1,43 +1,62 @@@
++linux-tools (3.16.7-ckt20-1~bpo70+1) UNRELEASED; urgency=low
++
++ * Rebuild for wheezy
++ - Replace build-dependency on libunwind8-dev with libunwind7-dev
++ - perf: Work-around Perl bool definition conflict
++
++ -- Ben Hutchings <ben at decadent.org.uk> Sun, 24 Jan 2016 16:01:28 +0000
++
+ linux-tools (3.16.7-ckt20-1) jessie; urgency=medium
+
+ * New upstream stable update
+ - perf session: Do not fail on processing out of order event
+ - tools lib traceevent kbuffer: Remove extra update to data pointer in
+ PADDING
+ - kconfig: Fix warning "‘jump’ may be used uninitialized"
+ - scripts/sortextable: suppress warning: `relocs_size' may be used
+ uninitialized
+ - perf symbols: Store if there is a filter in place
+ - perf hists browser: Take the --comm, --dsos, etc filters into account
+ - perf hists: Update the column width for the "srcline" sort key
+ - perf stat: Get correct cpu id for print_aggr
+ - perf header: Fixup reading of HEADER_NRCPUS feature
+ - tools lib traceevent: Fix string handling in heterogeneous arch
+ environments
+ - perf tools: Fix copying of /proc/kcore
+
+ [ Ben Hutchings ]
+ * [x86] Add hyperv-daemons package, thanks to Hideki Yamane (closes: #782761)
+ - Apply upstream bug fixes up to Linux 4.1 inclusive
+ * Adjust for migration to git:
+ - Update .gitignore files
+ - debian/control: Update Vcs-* fields
+ - debian/rules: Exclude .git from maintainerclean rule
+ * debian/lib/python/debian_linux/debian.py: Change package version regexp
+ to match linux package
+
+ -- Ben Hutchings <ben at decadent.org.uk> Sun, 22 Nov 2015 19:28:02 +0000
+
+ linux-tools (3.16-3) unstable; urgency=medium
+
+ * linux-tools: Fix build configuration to avoid linking perf with libbfd
+ (Closes: #763002)
+ * linux-tools: Add a check that perf is not linked with libbfd
+ * [arm64] Enable building linux-tools, thanks to Steve Capper
+ (Closes: #771340)
+
+ -- Ben Hutchings <ben at decadent.org.uk> Mon, 02 Feb 2015 22:05:59 +0000
+
+linux-tools (3.16-2~bpo70+1) wheezy-backports; urgency=low
+
+ * Rebuild for wheezy
+ - Replace build-dependency on libunwind8-dev with libunwind7-dev
+ - perf: Work-around Perl bool definition conflict
+ * linux-tools: Fix build configuration to avoid linking perf with libbfd
+ (Closes: #763002)
+ * linux-tools: Add a check that perf is not linked with libbfd
+
+ -- Ben Hutchings <ben at decadent.org.uk> Sat, 27 Sep 2014 02:39:21 +0100
+
linux-tools (3.16-2) unstable; urgency=medium
* linux-kbuild: Change the type headers used for devicetable-offsets.c
diff --cc debian/patches/series
index 9c7aba5,aff70b2..34f8a0a
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -3,4 -4,18 +4,19 @@@ tools-perf-version.patc
tools-perf-install.patch
usbip-document-tcp-wrappers.patch
kbuild-fix-recordmcount-dependency.patch
+perf-workaround-perl-bool-definition-conflict.patch
+ perf-tools-fix-arm64-build-error.patch
+ 0001-Tools-hv-fix-file-overwriting-of-hv_fcopy_daemon.patch
+ 0002-Tools-hv-vssdaemon-ignore-the-EBUSY-on-multiple-free.patch
+ 0003-tools-hv-introduce-n-no-daemon-option.patch
+ 0004-Tools-hv-vssdaemon-report-freeze-errors.patch
+ 0005-Tools-hv-vssdaemon-skip-all-filesystems-mounted-read.patch
+ 0006-tools-hv-ignore-ENOBUFS-and-ENOMEM-in-the-KVP-daemon.patch
+ 0007-tools-hv-Makefile-Add-hv_fcopy_daemon-to-Makefile.patch
+ 0008-tools-hv-kvp_daemon-make-IPv6-only-injection-work.patch
+ 0009-Tools-hv-remove-unused-bytes_written-from-kvp_update.patch
+ 0010-Tools-hv-address-compiler-warnings-for-hv_kvp_daemon.patch
+ 0011-Tools-hv-address-compiler-warnings-for-hv_fcopy_daem.patch
+ 0012-Tools-hv-do-not-add-redundant-in-hv_start_fcopy.patch
+ 0013-tools-hv-fcopy_daemon-support-2GB-files-for-x86_32-g.patch
+ 0014-hv-hypervvssd-call-endmntent-before-call-setmntent-a.patch
diff --cc debian/templates/control.source.in
index 0e8e6f1,0d3a797..f8aad49
--- a/debian/templates/control.source.in
+++ b/debian/templates/control.source.in
@@@ -6,7 -6,8 +6,8 @@@ Uploaders: Bastian Blank <waldi at debian.
Standards-Version: 3.9.4
Build-Depends:
debhelper (>> 7), python,
- asciidoc, bison, flex, libaudit-dev, libc-bin, libdw-dev, libelf-dev, libiberty-dev | binutils-dev (<< 2.23.91.20131123-1), libnewt-dev, libnuma-dev [amd64 i386 powerpc ppc64 ppc64el], libperl-dev, libunwind7-dev [amd64 i386], python-dev, xmlto,
- autoconf, automake, libtool, libglib2.0-dev, libudev-dev, libwrap0-dev
- Vcs-Svn: svn://svn.debian.org/svn/kernel/dists/trunk/linux-tools/
- Vcs-Browser: http://anonscm.debian.org/viewvc/kernel/dists/trunk/linux-tools/
- asciidoc, bison, flex, libaudit-dev, libdw-dev, libelf-dev, libiberty-dev | binutils-dev (<< 2.23.91.20131123-1), libnewt-dev, libnuma-dev [amd64 arm64 i386 powerpc ppc64 ppc64el], libperl-dev, libunwind8-dev [amd64 arm64 i386], python-dev, xmlto,
++ asciidoc, bison, flex, libaudit-dev, libdw-dev, libelf-dev, libiberty-dev | binutils-dev (<< 2.23.91.20131123-1), libnewt-dev, libnuma-dev [amd64 arm64 i386 powerpc ppc64 ppc64el], libperl-dev, libunwind7-dev [amd64 i386], python-dev, xmlto,
+ autoconf, automake, libtool, libglib2.0-dev, libudev-dev, libwrap0-dev,
+ dh-systemd
+ Vcs-Git: https://anonscm.debian.org/git/kernel/linux-tools.git
+ Vcs-Browser: https://anonscm.debian.org/cgit/kernel/linux-tools.git
--
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