lp:~colin-king/ecryptfs/gcov-coverage
- Get this branch:
- bzr branch lp:~colin-king/ecryptfs/gcov-coverage
Branch merges
- eCryptfs: Pending requested
-
Diff: 594 lines (+516/-2)8 files modifiedtests/kernel/Makefile.am (+11/-1)
tests/kernel/link.sh (+83/-0)
tests/kernel/mknod.sh (+64/-0)
tests/kernel/mmap-bmap.sh (+58/-0)
tests/kernel/mmap-bmap/test.c (+132/-0)
tests/kernel/tests.rc (+1/-1)
tests/kernel/xattr.sh (+56/-0)
tests/kernel/xattr/test.c (+111/-0)
Branch information
Recent revisions
- 767. By Colin Ian King
-
tests/kernel/
xattr.sh: Add simple xattr test eCryptfs xattr is not yet being exercised by the eCryptfs tests so add
a simple test that sets a few xattrs, lists them and reads the values back.
This exercises ecryptfs_listxattr and ecryptfs_removexattr. Checked using
kernel gcov. - 766. By Colin Ian King
-
tests/kernel/
link.sh: Add simple hard link test eCryptfs link is not yet being exercised by the eCryptfs tests so add
a simple test that creates a hard link to a text file and run some simple
sanity checks on the link. Checked against kernel gcov to see if
ecryptfs_link is being exercised. - 765. By Colin Ian King
-
tests/kernel/
mknod.sh: Add simple mknod test eCryptfs mknod is not yet being exercised by the eCryptfs tests so add
a simple test that creates the 'full' char device (1:7) and checks if
it looks sane. Checked against kernel gcov to see if ecryptfs_mknod
is being exercised. - 764. By Colin Ian King
-
tests/kernel/
mmap-bmap: Add bmap mmap test eCryptfs bmap is not yet being exercised by the eCryptfs tests so add
a simple FIBMAP test that checks to see if an encrypted file blocks are
contained in the lower file system. For lower file systems that don't
support FIBMAP this test is effectively always a no-op. Checked against
kernel gcov to see if bmap is being exercised. - 763. By Tyler Hicks
-
* debian/rules:
- Use dpkg-buildflags to inject distro compiler hardening flags into the
build. This also fixes the hardening-no-fortify- functions lintian
warnings. - 759. By Tyler Hicks
-
* m4/ac_python_
devel.m4:
- Fix FTBFS in Raring Ringtail due to multiarch Python. Be sure to include
platform specific Python include directions in SWIG_PYTHON_CPPFLAGS.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:ecryptfs