[linux] branch master updated (ea6cccb -> 0d65a96)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Sat Oct 31 22:18:15 UTC 2015


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

benh pushed a change to branch master
in repository linux.

      from  ea6cccb   Fix typo in image.plain.postinst template
       new  0b7b6d7   debian/control: Make field ordering consistent again
       new  9c8d371   debian_linux.utils: Support templates for RFC822 files other than debian/control
       new  5c869ad   debian_linux.{debian,utils}: Support templates for debian/tests/control
       new  3b781b1   Add script for reading a single config item
       new  3d15b09   tests: Begin autopkgtest wrapper for selftests
       new  fe7c9f0   tests: Enable kernel modules used by selftests
       new  9e2cf9c   tests: Build and run selftests
       new  0e4901e   tests: Document requirement for smp
       new  c6b835d   tests: Add post-analysis of selftest output to find real failures
       new  564cd20   tests: Document them in README.source
       new  499a3df   selftests: Add missing #include directives
       new  ac28c69   selftests: Ignore compiler warnings
       new  47af940   selftests: kprobe: Choose an always-defined function to probe
       new  a748a69   selftests: Make scripts executable
       new  a298795   selftests: vm: Try harder to allocate huge pages
       new  4c1226a   selftests: breakpoint: Actually build it
       new  0d65a96   selftests: Run non-default tests

The 17 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/.gitignore                                  |   1 +
 debian/README.source                               |  23 ++++
 debian/bin/gencontrol.py                           |  21 +++-
 debian/bin/getconfig.py                            |  27 +++++
 debian/changelog                                   |   1 +
 debian/config/config                               |  15 ++-
 debian/lib/python/debian_linux/debian.py           |  33 +++++-
 debian/lib/python/debian_linux/gencontrol.py       |   4 +-
 debian/lib/python/debian_linux/utils.py            |  10 +-
 .../selftests-add-missing-include-directives.patch |  67 +++++++++++
 .../selftests-breakpoints-actually-build-it.patch  |  17 +++
 ...probe-choose-an-always-defined-function-t.patch | 126 +++++++++++++++++++++
 .../all/selftests-make-scripts-executable.patch    |  20 ++++
 ...selftests-memfd-stop-unnecessary-rebuilds.patch |  34 ++++++
 ...ests-vm-try-harder-to-allocate-huge-pages.patch |  40 +++++++
 debian/patches/series                              |   7 ++
 debian/templates/tests-control.main.in             |   4 +
 debian/tests/selftests                             |  88 ++++++++++++++
 18 files changed, 523 insertions(+), 15 deletions(-)
 create mode 100755 debian/bin/getconfig.py
 create mode 100644 debian/patches/bugfix/all/selftests-add-missing-include-directives.patch
 create mode 100644 debian/patches/bugfix/all/selftests-breakpoints-actually-build-it.patch
 create mode 100644 debian/patches/bugfix/all/selftests-kprobe-choose-an-always-defined-function-t.patch
 create mode 100644 debian/patches/bugfix/all/selftests-make-scripts-executable.patch
 create mode 100644 debian/patches/bugfix/all/selftests-memfd-stop-unnecessary-rebuilds.patch
 create mode 100644 debian/patches/bugfix/all/selftests-vm-try-harder-to-allocate-huge-pages.patch
 create mode 100644 debian/templates/tests-control.main.in
 create mode 100644 debian/tests/selftests

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list