OSDN Git Service

android-x86/system-extras.git
8 years agoAdd a tests that checks NAs with the R flag set to 0.
Lorenzo Colitti [Mon, 14 Dec 2015 07:44:20 +0000 (16:44 +0900)]
Add a tests that checks NAs with the R flag set to 0.

NAs with R=0 have been implicated in loss of connectivity. This
test checks that they behave as expected.

Change-Id: I08e82f704cde4f40b423c8f52a34fef1ebfd74ee

8 years agoAdd utility functions to neighbour_test.
Lorenzo Colitti [Mon, 14 Dec 2015 06:41:30 +0000 (15:41 +0900)]
Add utility functions to neighbour_test.

1. Clear the ND cache entries for the IPv6 routers before each
   test, so we can add tests and always start from a clean slate.
2. Support expecting multicast NS.
3. Support generating NAs with different source and destination
   addresses.

Change-Id: I9f8bb37540efa2d237eb236059e859f42aacdadc

8 years agoMove CreateSocketPair to net_test.py so we can use it elsewhere.
Lorenzo Colitti [Tue, 10 Nov 2015 08:13:43 +0000 (17:13 +0900)]
Move CreateSocketPair to net_test.py so we can use it elsewhere.

Change-Id: Ic46e1b9ffb9d1d6082c0453baaad71a3d43b432f

8 years agoMerge "Minor changes to netlink code."
Lorenzo Colitti [Wed, 9 Dec 2015 13:49:46 +0000 (13:49 +0000)]
Merge "Minor changes to netlink code."

8 years agoMinor changes to netlink code.
Lorenzo Colitti [Tue, 10 Nov 2015 07:59:37 +0000 (16:59 +0900)]
Minor changes to netlink code.

1. Remove IpRoute._Debug, since it's identical to the superclass
   version.
2. Add some setsockopt constants to netlink.py.
3. Do the right thing if the kernel returns an error in a dump
   request.

Change-Id: I37e49b35f1366760a408c7c4a73f95164d796a2e

8 years agoMerge "Simpleperf: check value returned by fopen."
Yabin Cui [Wed, 9 Dec 2015 03:31:51 +0000 (03:31 +0000)]
Merge "Simpleperf: check value returned by fopen."

8 years agoSimpleperf: check value returned by fopen.
Yabin Cui [Wed, 9 Dec 2015 03:25:13 +0000 (19:25 -0800)]
Simpleperf: check value returned by fopen.

Change-Id: Iecddf0b7805ccc2ad930bab2cdfcefa0702e5661

8 years agoMerge "Simpleperf: check if elf file paths are valid before reading them."
Yabin Cui [Wed, 9 Dec 2015 02:44:06 +0000 (02:44 +0000)]
Merge "Simpleperf: check if elf file paths are valid before reading them."

8 years agoSimpleperf: check if elf file paths are valid before reading them.
Yabin Cui [Wed, 9 Dec 2015 01:43:15 +0000 (17:43 -0800)]
Simpleperf: check if elf file paths are valid before reading them.

Reading invalid file paths can cause troubles. For example,
reading /dev/zero can eat all memory.

Bug: 25194400
Change-Id: I4de17f4f9200a43b50a4efe4c42a6fd9eaec1ba6

8 years agoMerge "Prevent future instances of the last bug."
Elliott Hughes [Tue, 8 Dec 2015 23:32:38 +0000 (23:32 +0000)]
Merge "Prevent future instances of the last bug."

8 years agoPrevent future instances of the last bug.
Elliott Hughes [Tue, 8 Dec 2015 23:13:36 +0000 (15:13 -0800)]
Prevent future instances of the last bug.

Also make the columns line up, and make it visible in the code that they
do now line up.

Bug: http://b/26084907
Change-Id: If6abfffcafceab8e8d548c93fbbb13e371c79732

8 years agoMerge "Fix showmap SIGSEGV."
Elliott Hughes [Tue, 8 Dec 2015 23:11:37 +0000 (23:11 +0000)]
Merge "Fix showmap SIGSEGV."

8 years agoFix showmap SIGSEGV.
Elliott Hughes [Tue, 8 Dec 2015 22:57:22 +0000 (14:57 -0800)]
Fix showmap SIGSEGV.

Bug: http://b/26084907
Change-Id: I6ed8a26b93d90348d2bb806ccd7752a1a76144a6

8 years agoMerge "Showmap: show swap."
Elliott Hughes [Tue, 8 Dec 2015 22:56:18 +0000 (22:56 +0000)]
Merge "Showmap: show swap."

8 years agoShowmap: show swap.
Martijn Coenen [Fri, 4 Dec 2015 16:22:15 +0000 (17:22 +0100)]
Showmap: show swap.

Bug: 26019993
Change-Id: I50a22a6be958dc336da0a1942989a164bb489937

8 years agoMerge "Simpleperf: add separate cpu_hotplug_test."
Yabin Cui [Tue, 8 Dec 2015 21:16:17 +0000 (21:16 +0000)]
Merge "Simpleperf: add separate cpu_hotplug_test."

8 years agoSimpleperf: add separate cpu_hotplug_test.
Yabin Cui [Tue, 8 Dec 2015 04:14:14 +0000 (20:14 -0800)]
Simpleperf: add separate cpu_hotplug_test.

cpu_hotplug_test runs much longer than unit tests, so separate it.
It uses the same strategy as the shell scripts I used to find all
kernel bugs.

Bug: 26032318
Bug: 25193162
Change-Id: I2f26d4f0d65e680b597e40cce9e775b9568599ef

8 years agoMerge "Simpleperf: don\'t use ioctl(PERF_EVENT_IOC_ENABLE)."
Yabin Cui [Sat, 5 Dec 2015 00:20:20 +0000 (16:20 -0800)]
Merge "Simpleperf: don\'t use ioctl(PERF_EVENT_IOC_ENABLE)."
am: b9ca50b319

* commit 'b9ca50b319d2083c5a92c468e54796b0e71a4ad9':
  Simpleperf: don't use ioctl(PERF_EVENT_IOC_ENABLE).

8 years agoMerge "Simpleperf: don't use ioctl(PERF_EVENT_IOC_ENABLE)."
Yabin Cui [Sat, 5 Dec 2015 00:15:38 +0000 (00:15 +0000)]
Merge "Simpleperf: don't use ioctl(PERF_EVENT_IOC_ENABLE)."

8 years agoMerge "Track rename from base/ to android-base/."
Elliott Hughes [Fri, 4 Dec 2015 23:29:35 +0000 (15:29 -0800)]
Merge "Track rename from base/ to android-base/."
am: 5d8fdbb6ff

* commit '5d8fdbb6ff3d617e48198e12a2b1c10b48d22f79':
  Track rename from base/ to android-base/.

8 years agoMerge "Track rename from base/ to android-base/."
Elliott Hughes [Fri, 4 Dec 2015 23:22:53 +0000 (23:22 +0000)]
Merge "Track rename from base/ to android-base/."

8 years agoTrack rename from base/ to android-base/.
Elliott Hughes [Fri, 4 Dec 2015 22:00:57 +0000 (14:00 -0800)]
Track rename from base/ to android-base/.

Change-Id: Ic15d4778c7accd1382de0b440a437aba2cf67016

8 years agoSimpleperf: don't use ioctl(PERF_EVENT_IOC_ENABLE).
Yabin Cui [Thu, 3 Dec 2015 18:31:37 +0000 (10:31 -0800)]
Simpleperf: don't use ioctl(PERF_EVENT_IOC_ENABLE).

Some android kernels(like bullhead/angler) can't handle
ioctl(PERF_EVENT_IOC_ENABLE) correctly when cpu-hotplug
happens. Instead of fixing all of them in kernel, we
can't simply don't use it.

Bug: 25193162
Change-Id: I9df1458045ffd2ccc2c7ba393e746ebba7c253de

8 years agoMerge "Simpleperf: remove unnecessary exit()."
Yabin Cui [Wed, 25 Nov 2015 01:06:22 +0000 (01:06 +0000)]
Merge "Simpleperf: remove unnecessary exit()."
am: dd7f62ed57

* commit 'dd7f62ed576e70e73a92b278c99dcba0d27f33a5':
  Simpleperf: remove unnecessary exit().

8 years agoMerge "Simpleperf: remove unnecessary exit()."
Yabin Cui [Wed, 25 Nov 2015 01:03:01 +0000 (01:03 +0000)]
Merge "Simpleperf: remove unnecessary exit()."

8 years agoSimpleperf: remove unnecessary exit().
Yabin Cui [Wed, 25 Nov 2015 00:58:53 +0000 (16:58 -0800)]
Simpleperf: remove unnecessary exit().

Change-Id: I5256617373c3414195a7a994d0ce217d9afd47e6

8 years agoMerge "zram performance test."
Riley Andrews [Mon, 23 Nov 2015 22:33:22 +0000 (22:33 +0000)]
Merge "zram performance test."
am: bb0eca64ee

* commit 'bb0eca64eea52340daf187a6e5908a6f27875e0a':
  zram performance test.

8 years agoMerge "zram performance test."
Riley Andrews [Mon, 23 Nov 2015 22:27:48 +0000 (22:27 +0000)]
Merge "zram performance test."

8 years agozram performance test.
Riley Andrews [Fri, 20 Nov 2015 23:40:09 +0000 (15:40 -0800)]
zram performance test.

Test dumps raw read and write performance to the zram device. It will
turn off the swap, benchmark, and then restore the swap device during a
successful run.

Signed-off-by: Riley Andrews <riandrews@google.com>
Change-Id: I9b5474b5f0a7556ca2093f3f0d1f792fa2fb1514

8 years agoMerge "bootctl: Fix the error checking for strtol result."
Tao Bao [Fri, 20 Nov 2015 05:59:28 +0000 (05:59 +0000)]
Merge "bootctl: Fix the error checking for strtol result."
am: de2ad9750a

* commit 'de2ad9750aa29f696ca94a4ec4fa1286293ef72d':
  bootctl: Fix the error checking for strtol result.

8 years agoMerge "bootctl: Fix the error checking for strtol result."
Tao Bao [Fri, 20 Nov 2015 05:56:17 +0000 (05:56 +0000)]
Merge "bootctl: Fix the error checking for strtol result."

8 years agobootctl: Fix the error checking for strtol result.
Tao Bao [Thu, 19 Nov 2015 22:43:53 +0000 (14:43 -0800)]
bootctl: Fix the error checking for strtol result.

system/extras/bootctl/bootctl.c:136:13: warning: comparison is always false due to limited range of data type [-Wtype-limits]
     if (ret == LONG_MIN || ret == LONG_MAX) {

Change-Id: Id4816716e4c6d304c2ca531aadbcc62117ad7376

8 years agoMerge "fec: report correct ecc location for -E"
Sami Tolvanen [Thu, 19 Nov 2015 15:48:50 +0000 (15:48 +0000)]
Merge "fec: report correct ecc location for -E"
am: 139871346e

* commit '139871346e1b113f2d396fcc2e5b9ca20123d96f':
  fec: report correct ecc location for -E

8 years agoMerge "fec: report correct ecc location for -E"
Sami Tolvanen [Thu, 19 Nov 2015 15:39:53 +0000 (15:39 +0000)]
Merge "fec: report correct ecc location for -E"

8 years agofec: report correct ecc location for -E
Sami Tolvanen [Wed, 18 Nov 2015 10:13:45 +0000 (10:13 +0000)]
fec: report correct ecc location for -E

Since the header is now at the end, no need to take that into account
when reporting metadata location.

Change-Id: I825b5ae9d35b3ca69dead37f246568b4700298a2

8 years agoMerge "Alloc stress."
Riley Andrews [Tue, 17 Nov 2015 22:22:15 +0000 (22:22 +0000)]
Merge "Alloc stress."
am: 6978131b78

* commit '6978131b781d16e6911fa51f68e101abe225de5c':
  Alloc stress.

8 years agoMerge "Alloc stress."
Riley Andrews [Tue, 17 Nov 2015 21:38:45 +0000 (21:38 +0000)]
Merge "Alloc stress."

8 years agoAlloc stress.
Riley Andrews [Fri, 13 Nov 2015 01:51:07 +0000 (17:51 -0800)]
Alloc stress.

Change-Id: Ib1b506ef43aea122a76dac80d1eaf819c81073b1

8 years agoMerge "Fix a size specification bug for the bandwidth test."
Christopher Ferris [Thu, 12 Nov 2015 21:05:10 +0000 (21:05 +0000)]
Merge "Fix a size specification bug for the bandwidth test."
am: df6a677fac

* commit 'df6a677fac4e74723de43c1ad8540c9bdd0d6ad4':
  Fix a size specification bug for the bandwidth test.

8 years agoMerge "Fix a size specification bug for the bandwidth test."
Christopher Ferris [Thu, 12 Nov 2015 21:00:53 +0000 (21:00 +0000)]
Merge "Fix a size specification bug for the bandwidth test."

8 years agoFix a size specification bug for the bandwidth test.
Ben Cheng [Tue, 10 Nov 2015 09:33:40 +0000 (17:33 +0800)]
Fix a size specification bug for the bandwidth test.

Change-Id: I38b5dc89edafd1768caa34158c2746c7ef35c31e
(cherry picked from commit fb829a48d844b9769c5a52d1bb4d40d51ff4b6bc)

8 years agoMerge "Do not try and sanitize memtest."
Christopher Ferris [Mon, 9 Nov 2015 21:08:51 +0000 (21:08 +0000)]
Merge "Do not try and sanitize memtest."
am: 442e95221f

* commit '442e95221fb7fa4e98dab788b0382140843e32a1':
  Do not try and sanitize memtest.

8 years agoMerge "Do not try and sanitize memtest."
Christopher Ferris [Mon, 9 Nov 2015 21:06:47 +0000 (21:06 +0000)]
Merge "Do not try and sanitize memtest."

8 years agoDo not try and sanitize memtest.
Christopher Ferris [Mon, 9 Nov 2015 21:03:52 +0000 (13:03 -0800)]
Do not try and sanitize memtest.

Bug: 25592757
Change-Id: I944bdabd7026251d903f9e3441859401fdcb872f

8 years agoMerge "Use packets.py instead of old multinetwork_test.Packets"
Erik Kline [Mon, 9 Nov 2015 08:20:38 +0000 (08:20 +0000)]
Merge "Use packets.py instead of old multinetwork_test.Packets"
am: e883d56794

* commit 'e883d56794a07c09eb889e8a1bd51a963c3fc7b2':
  Use packets.py instead of old multinetwork_test.Packets

8 years agoMerge "Use packets.py instead of old multinetwork_test.Packets"
Erik Kline [Mon, 9 Nov 2015 08:19:26 +0000 (08:19 +0000)]
Merge "Use packets.py instead of old multinetwork_test.Packets"

8 years agoUse packets.py instead of old multinetwork_test.Packets
Erik Kline [Mon, 9 Nov 2015 07:29:00 +0000 (16:29 +0900)]
Use packets.py instead of old multinetwork_test.Packets

Change-Id: I39a36569a2df5b2a2a5b2bb323944864b284df0a

8 years agoMerge "Pass more information to the attribute parsing functions."
Lorenzo Colitti [Mon, 9 Nov 2015 06:54:26 +0000 (06:54 +0000)]
Merge "Pass more information to the attribute parsing functions."
am: 7a280cb2f7

* commit '7a280cb2f78961ab245051e777fa354804e5af4a':
  Pass more information to the attribute parsing functions.

8 years agoMerge "Pass more information to the attribute parsing functions."
Lorenzo Colitti [Mon, 9 Nov 2015 06:53:44 +0000 (06:53 +0000)]
Merge "Pass more information to the attribute parsing functions."

8 years agoPass more information to the attribute parsing functions.
Lorenzo Colitti [Thu, 29 Oct 2015 15:14:10 +0000 (00:14 +0900)]
Pass more information to the attribute parsing functions.

Change-Id: I790dc54dd3de8a84758789d58f2ee17f175a6582

8 years agoMerge changes I608c9974,Ic13456c5,Ie77b1591
Lorenzo Colitti [Mon, 9 Nov 2015 06:47:19 +0000 (06:47 +0000)]
Merge changes I608c9974,Ic13456c5,Ie77b1591
am: 61205df5b4

* commit '61205df5b44cc809f60714330686c887eeaf4037':
  Support nested structs in CStruct.
  Move common netlink code into a new netlink.py
  Move the forwarding crash test to a new file.

8 years agoMerge changes I608c9974,Ic13456c5,Ie77b1591
Lorenzo Colitti [Mon, 9 Nov 2015 06:45:16 +0000 (06:45 +0000)]
Merge changes I608c9974,Ic13456c5,Ie77b1591

* changes:
  Support nested structs in CStruct.
  Move common netlink code into a new netlink.py
  Move the forwarding crash test to a new file.

8 years agoSupport nested structs in CStruct.
Lorenzo Colitti [Thu, 29 Oct 2015 14:47:31 +0000 (23:47 +0900)]
Support nested structs in CStruct.

Change-Id: I608c9974617a9c1e2c5555d499116f72456e532d

8 years agoMove common netlink code into a new netlink.py
Lorenzo Colitti [Thu, 29 Oct 2015 14:51:09 +0000 (23:51 +0900)]
Move common netlink code into a new netlink.py

Change-Id: Ic13456c55707b1b73d6f2774b4232fa851cf853f

8 years agoMove the forwarding crash test to a new file.
Lorenzo Colitti [Wed, 28 Oct 2015 08:50:04 +0000 (17:50 +0900)]
Move the forwarding crash test to a new file.

Change-Id: Ie77b1591338d8a3daae04f845798908ecc42874c

8 years agoMerge "brillo_config: pull PRODUCT_VERSION from cfgtree"
Will Drewry [Fri, 6 Nov 2015 02:15:25 +0000 (02:15 +0000)]
Merge "brillo_config: pull PRODUCT_VERSION from cfgtree"
am: fe2032e0c0

* commit 'fe2032e0c0c2e1fb6a63e7f3ddb374063f66b9d0':
  brillo_config: pull PRODUCT_VERSION from cfgtree

8 years agoMerge "brillo_config: pull PRODUCT_VERSION from cfgtree"
Will Drewry [Fri, 6 Nov 2015 02:12:58 +0000 (02:12 +0000)]
Merge "brillo_config: pull PRODUCT_VERSION from cfgtree"

8 years agobrillo_config: pull PRODUCT_VERSION from cfgtree
Will Drewry [Fri, 6 Nov 2015 00:07:18 +0000 (16:07 -0800)]
brillo_config: pull PRODUCT_VERSION from cfgtree

Add support to read the product version from
  config/brillo/product_version

Change-Id: Iee2394810b42fbab8be1e318373140f289f91346

8 years agoMerge "Fix build on non-neon targets."
Christopher Ferris [Thu, 5 Nov 2015 21:46:51 +0000 (21:46 +0000)]
Merge "Fix build on non-neon targets."
am: de104595f3

* commit 'de104595f3b2001658b50278725d2a7491d724a6':
  Fix build on non-neon targets.

8 years agoMerge "Fix build on non-neon targets."
Christopher Ferris [Thu, 5 Nov 2015 21:42:20 +0000 (21:42 +0000)]
Merge "Fix build on non-neon targets."

8 years agoFix build on non-neon targets.
Christopher Ferris [Thu, 5 Nov 2015 21:41:24 +0000 (13:41 -0800)]
Fix build on non-neon targets.

Change-Id: I6f766ffcab394bd9d0e4f891ed2eff7ff1fa8fdc

8 years agoMerge "Allow creating 32 bit memtest on arm64."
Christopher Ferris [Thu, 5 Nov 2015 21:02:17 +0000 (21:02 +0000)]
Merge "Allow creating 32 bit memtest on arm64."
am: a3ed8dc78d

* commit 'a3ed8dc78da05a47b127a9d2518961e63f28850e':
  Allow creating 32 bit memtest on arm64.

8 years agoMerge "Allow creating 32 bit memtest on arm64."
Christopher Ferris [Thu, 5 Nov 2015 20:58:43 +0000 (20:58 +0000)]
Merge "Allow creating 32 bit memtest on arm64."

8 years agoAllow creating 32 bit memtest on arm64.
Christopher Ferris [Thu, 5 Nov 2015 20:53:10 +0000 (12:53 -0800)]
Allow creating 32 bit memtest on arm64.

Also do a bit of cleanup in the makefile and a few of the files.

Change-Id: I10d9442a5105f47fe361b5b4fb031989150429d3

8 years agoMerge "Simpleperf: add test for cpu offline whiling recording."
Yabin Cui [Thu, 5 Nov 2015 18:27:43 +0000 (18:27 +0000)]
Merge "Simpleperf: add test for cpu offline whiling recording."
am: 09ae351f68

* commit '09ae351f68315adb8921f7bb3e69cfaab83628e1':
  Simpleperf: add test for cpu offline whiling recording.

8 years agoMerge "Simpleperf: add test for cpu offline whiling recording."
Yabin Cui [Thu, 5 Nov 2015 18:23:25 +0000 (18:23 +0000)]
Merge "Simpleperf: add test for cpu offline whiling recording."

8 years agoMerge "Populate BRILLO_PRODUCT_ID from the product config"
Will Drewry [Thu, 5 Nov 2015 03:29:46 +0000 (03:29 +0000)]
Merge "Populate BRILLO_PRODUCT_ID from the product config"
am: d279f0614d

* commit 'd279f0614d32554b524ce1618751583b70f33b96':
  Populate BRILLO_PRODUCT_ID from the product config

8 years agoMerge "Populate BRILLO_PRODUCT_ID from the product config"
Will Drewry [Thu, 5 Nov 2015 03:27:14 +0000 (03:27 +0000)]
Merge "Populate BRILLO_PRODUCT_ID from the product config"

8 years agoPopulate BRILLO_PRODUCT_ID from the product config
Will Drewry [Thu, 5 Nov 2015 02:51:35 +0000 (18:51 -0800)]
Populate BRILLO_PRODUCT_ID from the product config

Using cfgtree.mk, add support to load the brillo
product id directly from a file in the product tree
when configured.

BUG=25343470

Change-Id: Icf9777915612bf3b3630112cfe31b95bae23612f

8 years agoSimpleperf: add test for cpu offline whiling recording.
Yabin Cui [Wed, 4 Nov 2015 02:00:01 +0000 (18:00 -0800)]
Simpleperf: add test for cpu offline whiling recording.

Bug: 25193162
Change-Id: I17b34f4e6932698e158719b884efe8ab441fbdef

8 years agoMerge commit '5b9bbc4f5092f3d42ee8a9527da724d9af540e51' into HEAD
Bill Yi [Tue, 3 Nov 2015 22:30:41 +0000 (14:30 -0800)]
Merge commit '5b9bbc4f5092f3d42ee8a9527da724d9af540e51' into HEAD

8 years agoMerge "simpleperf: support --cpu option in record/stat command."
Yabin Cui [Fri, 30 Oct 2015 20:11:18 +0000 (20:11 +0000)]
Merge "simpleperf: support --cpu option in record/stat command."
am: ce8a1f25ac

* commit 'ce8a1f25ace5a8c2e317a347f96d5e14e79d6f2b':
  simpleperf: support --cpu option in record/stat command.

8 years agoMerge "simpleperf: support --cpu option in record/stat command."
Yabin Cui [Fri, 30 Oct 2015 20:05:38 +0000 (20:05 +0000)]
Merge "simpleperf: support --cpu option in record/stat command."

8 years agosimpleperf: support --cpu option in record/stat command.
Yabin Cui [Mon, 26 Oct 2015 23:15:29 +0000 (16:15 -0700)]
simpleperf: support --cpu option in record/stat command.

--cpu option is used to record on selected cpus.

Change-Id: If5bb9b42a064d2ff69fbeec77906fc79943dddc1

8 years agoMerge "brillo_config: Don\'t cache the timestamp."
Bertrand Simonnet [Fri, 30 Oct 2015 18:33:20 +0000 (18:33 +0000)]
Merge "brillo_config: Don\'t cache the timestamp."
am: 63b10569b9

* commit '63b10569b9cda3303bad274fee5126f4e8b3a386':
  brillo_config: Don't cache the timestamp.

8 years agoMerge "brillo_config: Don't cache the timestamp."
Bertrand Simonnet [Fri, 30 Oct 2015 18:29:10 +0000 (18:29 +0000)]
Merge "brillo_config: Don't cache the timestamp."

8 years agobrillo_config: Don't cache the timestamp.
Bertrand SIMONNET [Thu, 29 Oct 2015 04:42:56 +0000 (21:42 -0700)]
brillo_config: Don't cache the timestamp.

We want the timestamp to change at every build as we may be using the
resulting image to generate an update and we need different images to
have different versions.

Bug: 25358721
Change-Id: I9ae0ae0ba34ea0f508fc3a5f051368e4bce57b61
Test: Build twice in a row, the timestamp is updated.

8 years agoMerge "ext4_utils: Parse unclean super block"
Sami Tolvanen [Fri, 30 Oct 2015 08:55:21 +0000 (08:55 +0000)]
Merge "ext4_utils: Parse unclean super block"
am: a17cfd8b6d

* commit 'a17cfd8b6dfc820fd6ae88e0097387dc4a442235':
  ext4_utils: Parse unclean super block

8 years agoMerge "ext4_utils: Parse unclean super block"
Sami Tolvanen [Fri, 30 Oct 2015 08:51:51 +0000 (08:51 +0000)]
Merge "ext4_utils: Parse unclean super block"

8 years agoext4_utils: Parse unclean super block
Johan Redestig [Thu, 29 Oct 2015 17:04:47 +0000 (18:04 +0100)]
ext4_utils: Parse unclean super block

Dont fail to parse the superblock just because the file system was
not unmounted cleanly.

Change-Id: I381c3e6c55ef5eb478b53d06d6cc56df1b6f41f4

8 years agoMerge "libfec: remove verity validation cache"
Sami Tolvanen [Thu, 29 Oct 2015 16:45:08 +0000 (16:45 +0000)]
Merge "libfec: remove verity validation cache"
am: 98202de709

* commit '98202de709ed70ec3b3e80baa061dfc064754b6b':
  libfec: remove verity validation cache

8 years agoMerge "libfec: remove verity validation cache"
Sami Tolvanen [Thu, 29 Oct 2015 16:03:07 +0000 (16:03 +0000)]
Merge "libfec: remove verity validation cache"

8 years agolibfec: remove verity validation cache
Sami Tolvanen [Thu, 29 Oct 2015 15:45:17 +0000 (15:45 +0000)]
libfec: remove verity validation cache

Caching block validation results increases libfec memory usage and
does not provide comparable benefits in normal use cases, which do
not involve re-reading the same blocks.

Change-Id: I71ac47a7059b350b16e32207932004f3f147abcb

8 years agoMerge "Set accept_ra to 2 on all interfaces." am: 4ea2a41464
Lorenzo Colitti [Wed, 28 Oct 2015 08:51:19 +0000 (08:51 +0000)]
Merge "Set accept_ra to 2 on all interfaces." am: 4ea2a41464
am: 81ab2106c4

* commit '81ab2106c4a6f2d8f59b1fc5e383857855ff6668':
  Set accept_ra to 2 on all interfaces.

8 years agoMerge "Move packet definitions to their own file." am: ed1aa266ce
Lorenzo Colitti [Wed, 28 Oct 2015 08:51:16 +0000 (08:51 +0000)]
Merge "Move packet definitions to their own file." am: ed1aa266ce
am: 564a9cbd13

* commit '564a9cbd1304a9311fff33c11f6686d20c9c2402':
  Move packet definitions to their own file.

8 years agoMerge "Set accept_ra to 2 on all interfaces."
Lorenzo Colitti [Wed, 28 Oct 2015 08:48:38 +0000 (08:48 +0000)]
Merge "Set accept_ra to 2 on all interfaces."
am: 4ea2a41464

* commit '4ea2a41464237deabff29bd29a9ffb621ac9f7af':
  Set accept_ra to 2 on all interfaces.

8 years agoMerge "Move packet definitions to their own file."
Lorenzo Colitti [Wed, 28 Oct 2015 08:48:35 +0000 (08:48 +0000)]
Merge "Move packet definitions to their own file."
am: ed1aa266ce

* commit 'ed1aa266cef795e383cc9a7ee77f860eaca8b7fe':
  Move packet definitions to their own file.

8 years agoMerge "Set accept_ra to 2 on all interfaces."
Lorenzo Colitti [Wed, 28 Oct 2015 08:46:42 +0000 (08:46 +0000)]
Merge "Set accept_ra to 2 on all interfaces."

8 years agoMerge "Move packet definitions to their own file."
Lorenzo Colitti [Wed, 28 Oct 2015 08:45:28 +0000 (08:45 +0000)]
Merge "Move packet definitions to their own file."

8 years agoSet accept_ra to 2 on all interfaces.
Lorenzo Colitti [Wed, 28 Oct 2015 07:56:51 +0000 (16:56 +0900)]
Set accept_ra to 2 on all interfaces.

This matches what we do on real devices, and it makes it easier
to write tests that use forwarding.

Change-Id: I720a75864f8fb30b59ff023c33ef3f82d1f35b4b

8 years agoMove packet definitions to their own file.
Lorenzo Colitti [Wed, 28 Oct 2015 07:56:12 +0000 (16:56 +0900)]
Move packet definitions to their own file.

Change-Id: I68c57311915e2a8dbdb6842dfb87367485fcf819

8 years agoMerge "Test SIOCKILLADDR on non-empty addresses too." am: fa61997537
Lorenzo Colitti [Wed, 28 Oct 2015 07:13:23 +0000 (07:13 +0000)]
Merge "Test SIOCKILLADDR on non-empty addresses too." am: fa61997537
am: e2f9e698bd

* commit 'e2f9e698bd0c8ae20d2673d477a57a837d914044':
  Test SIOCKILLADDR on non-empty addresses too.

8 years agoMerge "Test SIOCKILLADDR on non-empty addresses too."
Lorenzo Colitti [Wed, 28 Oct 2015 07:09:15 +0000 (07:09 +0000)]
Merge "Test SIOCKILLADDR on non-empty addresses too."
am: fa61997537

* commit 'fa6199753778e95a001400afa092a98395062ec9':
  Test SIOCKILLADDR on non-empty addresses too.

8 years agoMerge "Test SIOCKILLADDR on non-empty addresses too."
Lorenzo Colitti [Wed, 28 Oct 2015 07:07:12 +0000 (07:07 +0000)]
Merge "Test SIOCKILLADDR on non-empty addresses too."

8 years agoTest SIOCKILLADDR on non-empty addresses too.
Lorenzo Colitti [Tue, 27 Oct 2015 08:37:00 +0000 (17:37 +0900)]
Test SIOCKILLADDR on non-empty addresses too.

Change-Id: Ifddc4e16c4cd59f96048dd517186d0a1f440f02c

8 years agoMerge "Add a test for timewait crash." am: 82003283a2
Lorenzo Colitti [Tue, 27 Oct 2015 08:13:14 +0000 (08:13 +0000)]
Merge "Add a test for timewait crash." am: 82003283a2
am: 1e659e59f0

* commit '1e659e59f054eb7414f97fdbd29b41b2b0cdd006':
  Add a test for timewait crash.

8 years agoMerge "Test nuking IPv4 sockets as well as IPv6." am: f6dc5650be
Lorenzo Colitti [Tue, 27 Oct 2015 08:13:12 +0000 (08:13 +0000)]
Merge "Test nuking IPv4 sockets as well as IPv6." am: f6dc5650be
am: 1634a952c6

* commit '1634a952c67e75141f07285a7ccb8a2007f5113c':
  Test nuking IPv4 sockets as well as IPv6.

8 years agoMerge "Add functional tests for tcp_nuke_addr." am: 2f38d11b72
Lorenzo Colitti [Tue, 27 Oct 2015 08:13:08 +0000 (08:13 +0000)]
Merge "Add functional tests for tcp_nuke_addr." am: 2f38d11b72
am: 94abb39ded

* commit '94abb39dedb015f7a12ce331efe01eb754fd50cb':
  Add functional tests for tcp_nuke_addr.

8 years agoMerge "Add a test for timewait crash."
Lorenzo Colitti [Tue, 27 Oct 2015 08:08:52 +0000 (08:08 +0000)]
Merge "Add a test for timewait crash."
am: 82003283a2

* commit '82003283a2679a21d91502e66765605254a7a1bb':
  Add a test for timewait crash.

8 years agoMerge "Test nuking IPv4 sockets as well as IPv6."
Lorenzo Colitti [Tue, 27 Oct 2015 08:08:49 +0000 (08:08 +0000)]
Merge "Test nuking IPv4 sockets as well as IPv6."
am: f6dc5650be

* commit 'f6dc5650be488bbf50b53a9344ca9ed32ec46313':
  Test nuking IPv4 sockets as well as IPv6.