summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-09-25libc bionic tests: remove test_aligned from linaro run scriptlinaro_android_4.3.1linaro_android_4.3Amit Pundir
test_aligned test does not exist anymore. --------------- commit 57710b5e791c04435983c72092624de1f6de3920 Remove test_aligned.c. Nothing useful is being tested here. --------------- Change-Id: I49d93a16fd4bc0bb9b15357d7ea1fc6f0636fd70 Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2013-07-25update how we run test_system testAmit Pundir
Change-Id: I25e6251f83dd90610f67408d1c9522b16fa380dd Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2013-07-25build bionic libc tests as part of system imageAmit Pundir
Change-Id: Ie8cdd07d2b82c37446a58d1ddaedceef45d7f407 Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2013-07-25tests: Use -fno-strict-aliasing for memtestBernhard Rosenkraenzer
There's just no way to do this piece correctly: int dummy = 0; printf("corrupting our stack...\n"); *(volatile long long*)&dummy = 0; Change-Id: If02ff71b3c23c3d8118694f6edba0ecf904baf8a Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
2013-04-09Add liblogandroid-4.3_r3.1android-4.3_r3android-4.3_r2.3android-4.3_r2.2android-4.3_r2.1android-4.3_r2android-4.3_r1.1android-4.3_r1android-4.3_r0.9.1android-4.3_r0.9android-4.3.1_r1jb-mr2.0.0-releasejb-mr2.0-releasejb-mr2-releasejb-mr2-devYing Wang
Bug: 8580410 Change-Id: I9be769e7365b579dcfd94ac86e305044fcb515ee
2013-03-13Remove bugsender; now using dumpstate directly.Jeff Sharkey
Bug: 8334369 Change-Id: I3a293c731bb9b02cc21e1df2863e2b0bc7a8f554
2013-03-11am 9bc71158: am f9ad69f4: am 803b245e: (-s ours) am 469dbc0a: (-s ours) ↵Jean-Baptiste Queru
Reconcile with jb-mr1-release - do not merge * commit '9bc711585e0711a57b4e043c0ecbc892ce1e17ee':
2013-03-11am f9ad69f4: am 803b245e: (-s ours) am 469dbc0a: (-s ours) Reconcile with ↵Jean-Baptiste Queru
jb-mr1-release - do not merge * commit 'f9ad69f467c2207e6e8ec995c2b73dde0f6a787f':
2013-03-11am 803b245e: (-s ours) am 469dbc0a: (-s ours) Reconcile with jb-mr1-release ↵jb-mr1.1-devJean-Baptiste Queru
- do not merge * commit '803b245ef485f16245234a42b8885a2ec50c5e5a':
2013-03-11am 469dbc0a: (-s ours) Reconcile with jb-mr1-release - do not mergeJean-Baptiste Queru
* commit '469dbc0aec2b85c3ac9947f1d1572c27bd5ce99e':
2013-03-11Reconcile with jb-mr1-release - do not mergejb-mr1-devJean-Baptiste Queru
2013-03-01am 26ebd81c: Merge "ext4_utils: use android_filesystem_capability.h"Nick Kralevich
* commit '26ebd81c1d73d7ce77e1c0cb5ac67c6d2ba4f004': ext4_utils: use android_filesystem_capability.h
2013-03-01Merge "ext4_utils: use android_filesystem_capability.h"Nick Kralevich
2013-03-01ext4_utils: use android_filesystem_capability.hNick Kralevich
Change-Id: I47cb6ec2f1fcba0d076081b76335638b9c2d1789
2013-02-27Fix build.Ben Murdoch
Change-Id: I8027e9cb455ac396189b2b8e58588aa1959bb8c0
2013-02-27am cf9a4f67: Merge "Update micro_bench."Ben Cheng
* commit 'cf9a4f670144efdb2d335f1e6ed36795136b7716': Update micro_bench.
2013-02-27Merge "Update micro_bench."Ben Cheng
2013-02-25am cdfa5ece: Merge "ext4_utils: fix build error without FILE_CONTEXTS"Colin Cross
* commit 'cdfa5ece8d507f458384d6ca1b86d6c897b83cfc': ext4_utils: fix build error without FILE_CONTEXTS
2013-02-25Merge "ext4_utils: fix build error without FILE_CONTEXTS"Colin Cross
2013-02-25ext4_utils: fix build error without FILE_CONTEXTSSungmin Choi
After commit 4df62f342dbbe2f5cca831ce789dc0426d32ec03, occurs segmentation fault if mkuserimg.sh runs without FILE_CONTEXTS options. It's due to strlen() for null value. To fix it, return 0 for null. Change-Id: Icf99706e51b9053a24e23b9d081a258962877c30
2013-02-22am 3130a32f: Merge "Fix win_sdk build."Nick Kralevich
* commit '3130a32fd910f424a9d6b811ed23d9a552004c81': Fix win_sdk build.
2013-02-23Merge "Fix win_sdk build."Nick Kralevich
2013-02-22Fix win_sdk build.Nick Kralevich
Change-Id: I1d1e722a533e0db99492e7fdf308f102dc4c3661
2013-02-22am 554ed4fa: Merge "ext4_utils: add filesystem capabilities support."Nick Kralevich
* commit '554ed4fae98783a3c01880aed00ad415a0976029': ext4_utils: add filesystem capabilities support.
2013-02-23Merge "ext4_utils: add filesystem capabilities support."Nick Kralevich
2013-02-20ext4_utils: add filesystem capabilities support.Nick Kralevich
Add support for specifying filesystem capabilities when creating a new filesystem. The combination of SELinux extended attributes plus filesystem capability extended attributes is too big to fit inside one inode entry. Because of this, I added support to ext4_utils to create an xattr block and link the inode to that block. We continue to try to fit everything inside the inode if possible, but fall over to creating a block if the extended attribute is too big. Change-Id: I40ebb63975b15ecd8c565486e171b4d50cd4dfaa
2013-02-20am f070d346: Merge "ext4_utils: clean up some warnings."Nick Kralevich
* commit 'f070d34601fa2f13e74897253be3a2b3681e4014': ext4_utils: clean up some warnings.
2013-02-20Merge "ext4_utils: clean up some warnings."Nick Kralevich
2013-02-20ext4_utils: clean up some warnings.Nick Kralevich
Change-Id: Ia9761e5168cfe6baabc0105ea76d5575fc378f48
2013-02-15Update micro_bench.Christopher Ferris
Moving the code to cpp to access the cpuset CPU* macros (these macros are defined in sched.h inside of __USE_GNU which is not defined for the thumb C compiler). The C++ code is also slightly easier to read. Add code to set the priority of the process to the highest value. Add code to lock the process to a single cpu. Add the ability to compute average and standard deviation over a number of iterations. Change the timing code to use nanosecond resolution timing. Add options to allow modification of the alignment of the src/dst pointers for memcpy and the dst pointer for memset. Add an option to change the size of the data being copied in each iteration. Change-Id: Ib7c50ed4463f94e638eb81690fe8fe0d0bc3ea80
2013-02-14am 261e0f9c: Merge "Remove test_aligned.c. Nothing useful is being tested here."Elliott Hughes
# By Raghu Gandham # Via Gerrit Code Review (1) and Raghu Gandham (1) * commit '261e0f9c260cd708e6b7e6f98a35ee9d31ebc01c': Remove test_aligned.c. Nothing useful is being tested here.
2013-02-14Merge "Remove test_aligned.c. Nothing useful is being tested here."Elliott Hughes
2013-02-14Remove test_aligned.c. Nothing useful is being tested here.Raghu Gandham
Change-Id: I831b55bba93b7bf30febcd90c12d77c3d929fa51
2013-02-08A testing/debugging tool to wipe partitionsKen Sumrall
This is basically a command line tool version of the wipe_block_device() function in libext4_utils. Useful for testing and/or debugging the BLKSECDISCARD and BLKDISCARD ioctls. Change-Id: I733f0f7daa673624ddbaac055d82b64d741acd70
2013-02-08A command to list md subsystem versionsKen Sumrall
This command was written to query the dm-crypt subsystem version, but it prints out the version of all md subsystems currently running in the kernel. Change-Id: Iecf67c697c23b47b4a3f8f72df6048b87687c875
2013-02-08A new tool to test how many files can be opened simultaneously.Ken Sumrall
This tool will try to simultaneously open the specified number of files in the specified directory. It is useful to check if hard limits are high enough, and also check if a filesystem performs well when many files are open at the same time. The sdcard daemon has some issues in this area, both in max files that can be open at once, and performance issues when too many are open. Change-Id: I05a1ca49208f54a27d5405e4850752f49cdca443
2013-02-04am ad9fd272: am 693a9667: Merge "ext4_utils: mark uninitialized inode tables ↵Colin Cross
in block groups" # Via Android Git Automerger (1) and others * commit 'ad9fd2723c20312ae0fc872e13c746c70ea91192': ext4_utils: mark uninitialized inode tables in block groups
2013-02-04am 693a9667: Merge "ext4_utils: mark uninitialized inode tables in block groups"Colin Cross
# Via Colin Cross (1) and Gerrit Code Review (1) * commit '693a966790d116812f44ee03250f031a53c294e1': ext4_utils: mark uninitialized inode tables in block groups
2013-02-04Merge "ext4_utils: mark uninitialized inode tables in block groups"jb-mr1-dev-plus-aospColin Cross
2013-02-04ext4_utils: mark uninitialized inode tables in block groupsColin Cross
Block groups that have no used inodes have their inode table left uninitialized, unless -t is specified, in which case they are explicitly zeroed. When they are uninitialized, writing a sparse ext4 image over existing data can cause e2fsck to confuse the uninitialized data for lost inodes. Set the EXT4_BG_INODE_UNINIT flags on block groups that have no used inodes. This flag requires the block group checksum feature to be enabled, so also enable the checksum feature in the superblock and compute the checksum for the block group. Since zeroing the inode tables is now useless, remove the code for it and deprecate the -t command line option. Change-Id: I4927c1d866d051547cf0dadc8c8703ded0163925
2013-02-02Merge "Remove mdp_test"Iliyan Malchev
2013-02-01Remove mdp_testIliyan Malchev
Change-Id: I1fe32589c3bdbfe5f9d11b60394762c9f064735c Signed-off-by: Iliyan Malchev <malchev@google.com>
2013-01-31Update to follow activity manager implementation.Dianne Hackborn
Change-Id: I12c40224f583e5778c02be55b1130c8591543ead
2013-01-30am 44c116d5: am 682a27cb: Merge "Fix root inode security labeling issue."Colin Cross
# By Robert Craig # Via Android Git Automerger (1) and others * commit '44c116d55f59b6b4839747620e0c6cd299f8e9f8': Fix root inode security labeling issue.
2013-01-30am 682a27cb: Merge "Fix root inode security labeling issue."Colin Cross
# By Robert Craig # Via Gerrit Code Review (1) and Robert Craig (1) * commit '682a27cbce4935a6598c42a248855eb5878c1115': Fix root inode security labeling issue.
2013-01-31Merge "Fix root inode security labeling issue."Colin Cross
2013-01-30Fix root inode security labeling issue.Robert Craig
Introducing the verbose flag accidentally wrapped the security label function call for the root inode. The system.img will not be correctly labeled without this change. Change-Id: If73b63d4ee815bbf428dc3d72b9df000a2075a45 Signed-off-by: Robert Craig <rpcraig@tycho.ncsc.mil>
2013-01-23Merge commit '4ea0ecda' into masterColin Cross
2013-01-23Merge commit '30ea356e' into masterColin Cross
2013-01-23Merge commit 'ebe2ff59' into masterColin Cross