|
From: Linda K. <lin...@hp...> - 2014-07-25 14:32:21
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Miroslav, I didn't have any comments on the patches but I did want know that they had been tested on x86. I haven't had a chance to try them myself so I really appreciate your test results and the Linaro testing with this series. Thank you and Jiri for the reviews and testing. When you're happy, please go ahead and push the changes. Thank you Linaro developers for your work on this. - -- ljk On 7/25/2014 9:04 AM, Miroslav Vadkerti wrote: > -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > > Hi Linda, > > according to our testing this patch set looks good (after small correction > in Makefile) - all tests pass in Base and MLS. > > Do you have any comments to the final v4 patch set? If not after > correcting the Makefile we will push the changes upstream. > > Thanks, /M > > On 07/24/2014 08:02 AM, AKASHI Takahiro wrote: >> This patch allows the test suite to be run on aarch64 (or arm64 in kernel >> jargon) with 64-bit and 32-bit userspace. I successfully built and ran it >> on - ARMv8 fast model - x86_64 Fedora 20 but only against >> audit-test/syscalls and filter, and so fixes here might be incomplete in >> the other categories (and on other architectures). See >> audit-test/Makefile, which is a bit messy in general. >> >> v4: * fix usages of LSM_SELINUX macro >> >> v3: * correct makefiles/bash scripts around usages of LSM_SELINUX macro * >> untabify the leading tabs * protect utils/network-server with >> LSM_SELINUX >> >> v2: * clean up the usages of macros, MACHINE, LSM_SELINUX and UTILS * >> cosmetic changes (indentation, splitting lines) for readability >> >> AKASHI Takahiro (5): audit-test: use LSM_SELINUX instead of SUSE to >> work-around SE-Linux audit-test: handle __NR3264_xxx syscall definitions >> audit-test/syscalls: add aarch64 support audit-test/filter: add aarch64 >> support audit-test/syscalls: add arm support >> >> audit-test/filter/run.conf | 2 ++ >> audit-test/filter/tests/test_auid.bash | 9 +++++-- >> audit-test/filter/tests/test_class_attr.bash | 28 >> +++++++++++++++----- audit-test/filter/tests/test_dev_inode.bash | >> 11 +++++--- audit-test/filter/tests/test_success.bash | 8 >> ++++-- audit-test/filter/tests/test_syscall.bash | 8 ++++-- >> audit-test/filter/tests/test_type.bash | 9 +++++-- >> audit-test/filter/tests/test_watch_dir_remove.bash | 20 ++++++++------ >> audit-test/filter/tests/test_watch_open.bash | 10 +++++-- >> audit-test/filter/tests/test_watch_remove.bash | 4 +++ >> audit-test/rules.mk | 11 +++++--- audit-test/syscalls/cap-run.conf >> | 15 +++++++---- audit-test/syscalls/dac-run.conf | >> 24 +++++++++++------ audit-test/syscalls/mac-run.conf | >> 24 +++++++++++------ audit-test/utils/Makefile | >> 7 ++++- audit-test/utils/augrok | 17 ++++++++++-- >> audit-test/utils/bin/Makefile | 14 +++++++--- >> audit-test/utils/bin/do_creat.c | 4 +-- >> audit-test/utils/bin/do_mkdir.c | 4 +-- >> audit-test/utils/bin/do_mkdirat.c | 4 +-- >> audit-test/utils/bin/do_mknod.c | 4 +-- >> audit-test/utils/bin/do_mknodat.c | 4 +-- >> audit-test/utils/bin/do_mq_open.c | 4 +-- >> audit-test/utils/bin/do_open.c | 4 +-- >> audit-test/utils/bin/do_openat.c | 4 +-- >> audit-test/utils/bin/do_symlink.c | 4 +-- >> audit-test/utils/bin/do_symlinkat.c | 4 +-- >> audit-test/utils/run.bash | 8 ++++-- 28 files changed, 188 >> insertions(+), 81 deletions(-) >> > > - -- Miroslav Vadkerti :: Senior Quality Assurance Engineer / RHCSS :: > BaseOS QE - Security Phone +420 532 294 129 :: CR cell +420 776 864 252 :: > SR cell +421 904 135 440 IRC mvadkert at #qe #urt #brno #rpmdiff :: GnuPG > ID 0x25881087 at pgp.mit.edu Red Hat s.r.o, Purky?ova 99/71, 612 45, Brno, > Czech Republic -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: > Using GnuPG with Thunderbird - http://www.enigmail.net/ > > iQEcBAEBAgAGBQJT0lXfAAoJEBliWhMliBCHjMAH/3f01WQcKsc3CWKN6NcEKP3p > vlYCJWJd78BNOfZD+qRZYIxklevomzgxo0r4t29fMsD1s8fsj6Tfpehcxt94wJtZ > /gz0hDvsPeJqhxGiw8vrme4Rx7BQ3iFr18YmN9Fnpn+sBPR08dvPy/IO035AgF1d > 7u33LIRKNuKU7ItQ7erVwZTzO8dA4bwFwJRydyOMtmhNjeX3JeOqziF6kkXz5LrT > +4bqJTucR8V5A5H2pOmIjyb5kkCRV0kB6Hdik7xZKUtnR8Eceo1LBwnB67CuOGGg > GxiPNUudHm5/Ut1+tGJLCdQBBMJHPyVxumjkbNJS37z+JOtRp7Fm3gGTGfo6w+k= =b3f7 > -----END PGP SIGNATURE----- > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlPSam0ACgkQNGBeuemHzRuJmwCdEiS9I90p8q2pVqUutOBBCpvn OhoAn37QCiU5+8BzKIoN65RsI+2k4pgM =XFNx -----END PGP SIGNATURE----- |