• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

0x7f454c46 / criu
30%
master: 66%

Build:
Build:
LAST BUILD BRANCH: wip/vdso-kdat
DEFAULT BRANCH: master
Repo Added 01 Jun 2016 05:33PM UTC
Files 2
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH wip/vdso-kdat
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 0x-fix
  • 32-vdso
  • HEAD
  • PAGE_SIZE-v3
  • PAGE_SIZE-v4
  • arm-fixes
  • arm32
  • arm64
  • bind-nested
  • bind-upwards
  • cgroup-fix
  • clang
  • clang-fixes
  • common-config
  • compat-3
  • compat-4
  • compat-config
  • compat-vz
  • compat-vz-fixes
  • compel-arch-5
  • compel-tool-1
  • compel-tool-1-vers
  • coverity
  • cr-exec
  • criu-dev
  • cyrill-32
  • cyrill-32-2
  • cyrill-compat-style
  • dsafonov
  • headers
  • headers-soccr
  • helper-sigchild
  • ia32
  • ia32/R_X86_64_32
  • ia32/feature-test
  • ia32/make-debug-fix
  • ia32/mmap-bug-check
  • ia32/robust_list
  • ia32/unmap-mv
  • linux-next
  • make
  • make-fix
  • make-nmk
  • makeflags
  • master
  • master-top-dir
  • misc
  • mount-fix
  • mxcsr-bug
  • new-vdso
  • page-xfer-msg
  • parasite-args-fix
  • remove-CONFIG_VDSO
  • rm-unmap
  • signals-arm-fix
  • soccr-headers
  • sub-ns
  • sysv-shmem
  • test-make
  • test-printf
  • tmp
  • toy-poison
  • travis
  • travis-gcov
  • tty-fix
  • tty-fix2
  • tun-kdat
  • v3.0-fixes
  • wip/PAGE_SIZE
  • wip/bind-upwards
  • wip/cgroup-fix
  • wip/helper-sigchild
  • wip/kerndat
  • wip/new-vdso
  • wip/vdso-kdat
  • x86-64-relocs
  • x86-tls-fix
  • zdtm-gnu-source
  • zdtm-ifpriomap

pending completion
877

push

travis-ci

Dmitry Safonov
vdso: Exclude {vdso,vvar}_start from vdso_symtable

Preparation for saving vdso_symtable in kdat, which will
allow skip parsing of native and compat symtables - that
at least will save from running compat helper each criu launch.

As {vvar,vdso}_start are randomized with ASLR, there is no
point in saving them into kdat. We'll still need to reread
them from /proc/self/maps for awhile.

Signed-off-by: Dmitry Safonov <dsafonov@virtuozzo.com>

21 of 69 relevant lines covered (30.43%)

0.3 hits per line

Relevant lines Covered
Build:
Build:
69 RELEVANT LINES 21 COVERED LINES
0.3 HITS PER LINE
Source Files on master
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
877 wip/vdso-kdat vdso: Exclude {vdso,vvar}_start from vdso_symtable Preparation for saving vdso_symtable in kdat, which will allow skip parsing of native and compat symtables - that at least will save from running compat helper each criu launch. As {vvar,vdso}_s... push 29 Sep 2019 06:15AM UTC Dmitry Safonov travis-ci pending completion  
752 sub-ns ns: generalize restoring of nested-ns Take code that creates ns, holds it with fd in root task, restores it afterwards by ns_id from nested net namespaces restore. The same code will be used in IPC, UTS namespaces for restore, so generalize it. ... Pull #14 05 May 2019 04:32PM UTC 0x7f454c46 travis-ci pending completion  
179 compel-arch-5 travis-ci: run compel tests on build stage It took a little time on travis (I didn't measure, just starred at build and it added not visible delay for build). But it will help to verify that compel works on all supported arches. Cc: Cyrill Gorcu... push 11 Jul 2018 01:19PM UTC 0x7f454c46 travis-ci pending completion  
1070 tun-kdat tun/kerndat: Keep going with CONFIG_TUN=n check_tun_netns_cr() should return 0 on CONFIG_TUN=n kernels. That is, when we fail to open tun device. Fixes: #496 Signed-off-by: Dmitry Safonov <dima@arista.com> push 13 Jun 2018 11:58PM UTC 0x7f454c46 travis-ci pending completion  
1066 PAGE_SIZE-v4 ppc64/aarch64: Dynamically define PAGE_SIZE On ppc64/aarch64 Linux can be set to use Large pages, so the PAGE_SIZE isn't build-time constant anymore. Define it through _SC_PAGESIZE. There are different sizes for a page on ppc64: : #if defined(CO... push 10 May 2018 07:14PM UTC 0x7f454c46 travis-ci pending completion  
1065 criu-dev zdtm/make: Include Makefile.inc after defining $(DEP) Otherwise, tests dependencies are not considered for build. Add an error in Makefile.inc so this won't happen again. Cc: Cyrill Gorcunov <gorcunov@openvz.org> Reported-by: Andrei Vagin <avagi... push 30 Apr 2018 06:25PM UTC 0x7f454c46 travis-ci pending completion  
1064 criu-dev zdtm: include lock.h after zdtmtst.h In file included from s390x_gs_threads.c:10:0: ../lib/lock.h: In function 'mutex_lock': ../lib/lock.h:148:4: error: implicit declaration of function 'pr_perror' [-Werror=implicit-function-declaration] pr_p... push 30 Apr 2018 03:38PM UTC avagin travis-ci pending completion  
1063 makeflags make: Don't set $(MAKEFLAGS) We shouldn't set MAKEFLAGS by the following reasons: 1. User may want to specify some make parameter (e.g., `-d` for debug) 2. We lose parallel build. No `-j` is passed to submake and it looks like, gnu/make will n... push 19 Apr 2018 04:46AM UTC 0x7f454c46 travis-ci pending completion  
1062 makeflags test/make: Drop implicit make variables Let's drop usage of COMPILE.c, OUTPUT_OPTION. It will allow run submake with -R. Cc: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Dmitry Safonov <dima@arista.com> push 19 Apr 2018 04:01AM UTC 0x7f454c46 travis-ci pending completion  
1059 PAGE_SIZE-v3 ppc64/aarch64: Dynamically define PAGE_SIZE On ppc64/aarch64 Linux can be set to use Large pages, so the PAGE_SIZE isn't build-time constant anymore. Define it through _SC_PAGESIZE. There are different sizes for a page on ppc64: : #if defined(CO... push 06 Apr 2018 11:58PM UTC 0x7f454c46 travis-ci pending completion  
See All Builds (352)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc