summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2015-05-25 05:56:48 +0100
committerYongqin Liu <yongqin.liu@linaro.org>2015-05-25 05:56:48 +0100
commit7c0cd189f3d4e2a7e09e9857b8de1717ad1bb239 (patch)
tree7afef8f55c71587d1ca6c96e37fc736a70a37a1b
parentb151347560e6eac5031a3fb48894303091530bae (diff)
downloadlcr-release-7c0cd189f3d4e2a7e09e9857b8de1717ad1bb239.tar.gz
Apply patch from Jakub for 15.04
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-rw-r--r--15.04/fvp-release-note.txt9
-rw-r--r--15.04/juno-release-note.txt11
-rw-r--r--15.04/tc2-release-note.txt8
3 files changed, 9 insertions, 19 deletions
diff --git a/15.04/fvp-release-note.txt b/15.04/fvp-release-note.txt
index 7d901ba..0b35561 100644
--- a/15.04/fvp-release-note.txt
+++ b/15.04/fvp-release-note.txt
@@ -30,7 +30,8 @@ Sources are also made available so you can build your own images
h3. What is new
* Android source changed to based on the Lollipop Android-5.1.1_r1 version
-* Verified with application-benchmark test on LAVA.
+* Built with Linaro GCC and not AOSP GCC
+* Cortex strings optimizations ported to Bionic
h2. About the Android flavour of Linaro Stable Kernel (LSK)
@@ -68,11 +69,6 @@ Git repositories via file "LOLLIPOP-STABLE-PATCHSET":https://android.git.linaro.
Some of these patches have been submitted to AOSP and are being tracked
for acceptance.
-* "add Android.mk file to make Bionic libc test integrated":http://review.android.git.linaro.org/#/c/15288/
-* "fixed the browser preference problem":https://android-review.googlesource.com/#/c/118963
-* "fix bootchart can not be triggered problem":http://review.android.git.linaro.org/#/c/15367/
-* "add policy rules for bootchart":http://review.android.git.linaro.org/#/c/15506
-
Any patches can be contributed through the instructions described "Here":https://android.git.linaro.org/gitweb/android-patchsets.git/blob_plain/HEAD:/README.TXT
h2. Known Issues and Limitations
@@ -90,6 +86,7 @@ h3. Known issues
The following known issues are present in this release. Please contact "support@linaro.org":mailto:support@linaro.org?subject=LCR%20support%20request if you wish to know more information about these issues or have access problems when attempting to view them.
| *Bug ID* | *Bug title* | *Bug summary* |
+|"Bug 1015":https://bugs.linaro.org/show_bug.cgi?id=1015 | Monkey long run failure | Blacklist does not seem to deployed or needs update - monkey testing has failed as result. |
|"Bug 993":https://bugs.linaro.org/show_bug.cgi?id=993 | EVDEV failures in linaro android kernel test suite on 14.12 LCR build | Few EVDEV tests have always been failing for us |
|"Bug 224":https://bugs.linaro.org/show_bug.cgi?id=224 | Corrupted png files can cause crashes in gallery | The stock Gallery application crashes when displaying known corrupt PNG files. |
|"Bug 222":https://bugs.linaro.org/show_bug.cgi?id=222 | Dev Tools crashes on startup | Dev Tools app fails to instantiate com.android.development.Development class from /system/app/Development.apk |
diff --git a/15.04/juno-release-note.txt b/15.04/juno-release-note.txt
index 7d108f0..6ed1ced 100644
--- a/15.04/juno-release-note.txt
+++ b/15.04/juno-release-note.txt
@@ -31,10 +31,11 @@ Sources are also made available so you can build your own images
h3. What is new
-* Android source changed to based on the Lollipop Android-5.1.1_r1 version
+* Android source changed to based on the Lollipop Android-5.1.1_r1 version
* Updated kernel
* Benchmarked with multiple bionic and java tests on LAVA.
* Switched toolchains to Linaro versions
+* Ported several Cortex strings optimizations to Bionic
h2. About the Android flavour of Linaro Stable Kernel (LSK)
@@ -78,11 +79,6 @@ Git repositories via file "LOLLIPOP-STABLE-PATCHSET":https://android.git.linaro.
Some of these patches have been submitted to AOSP and are being tracked
for acceptance.
-* "add Android.mk file to make Bionic libc test integrated":http://review.android.git.linaro.org/#/c/15288/
-* "fixed the browser preference problem":https://android-review.googlesource.com/#/c/118963
-* "fix bootchart can not be triggered problem":http://review.android.git.linaro.org/#/c/15367/
-* "add policy rules for bootchart":http://review.android.git.linaro.org/#/c/15506
-
Any patches can be contributed through the instructions described "Here":https://android.git.linaro.org/gitweb/android-patchsets.git/blob_plain/HEAD:/README.TXT
h2. Known Issues and Limitations
@@ -98,9 +94,12 @@ h3. Known issues
The following known issues are present in this release. Please contact "support@linaro.org":mailto:support@linaro.org?subject=LCR%20support%20request if you wish to know more information about these issues or have access problems when attempting to view them.
| *Bug ID* | *Bug title* | *Bug summary* |
+| "Bug 1499":https://bugs.linaro.org/show_bug.cgi?id=1499 | Andebenchpro crashes hald the way on Juno | Test automation for Andebenchpro does not return full set of results |
+| "Bug 1492":https://bugs.linaro.org/show_bug.cgi?id=1492 | android.bionic.string@strncat FAIL | One of our Bionic string routines optimizations seems to violate strict POSIX rules - we are not filling with zeros the remaining unused part of the string. Currently considered WONTFIX. |
| "Bug 1136":https://bugs.linaro.org/show_bug.cgi?id=1136 | Android.webkit CTS failures on Juno LCR build | Most of Webkit CTS tests fail with same message |
| "Bug 1131":https://bugs.linaro.org/show_bug.cgi?id=1131 | glslparser test suite failure on Juno | Mali drivers do not score well in this test, needs investigation |
| "Bug 993":https://bugs.linaro.org/show_bug.cgi?id=993 | EVDEV failures in linaro android kernel test suite on 14.12 LCR build | Few EVDEV tests have always been failing for us |
+| "Bug 795":https://bugs.linaro.org/show_bug.cgi?id=795 | Failing multimedia codec tests | Codecs give different bitstreams on ARMv8 and ARMv7 platforms and tests matching against exact checksums fail. |
|"Bug 474":https://bugs.linaro.org/show_bug.cgi?id=474 | perf: unhandled input address range fault (11) at 0x8573801f30, esr 0x92000004 | Externally reported issue, waiting validation on LCR release |
|"Bug 135":https://bugs.linaro.org/show_bug.cgi?id=135 |Juno: Android fails to boot when board has a date in the future |When the board default date is set beyond 19.01.2038 Android fails to boot. This is most likely a bug in generic Android code. As a workaround, the date on the board needs to be set to something before 2038 cut off date. |
|"Bug 269":https://bugs.linaro.org/show_bug.cgi?id=269 | Wave Blazer app crashes on startup | 3rd party application crash - under investigation. |
diff --git a/15.04/tc2-release-note.txt b/15.04/tc2-release-note.txt
index f5890f7..7b207ec 100644
--- a/15.04/tc2-release-note.txt
+++ b/15.04/tc2-release-note.txt
@@ -61,11 +61,6 @@ Git repositories via file "LOLLIPOP-STABLE-PATCHSET":https://android.git.linaro.
Some of these patches have been submitted to AOSP and are being tracked
for acceptance.
-* "add Android.mk file to make Bionic libc test integrated":http://review.android.git.linaro.org/#/c/15288/
-* "fixed the browser preference problem":https://android-review.googlesource.com/#/c/118963
-* "fix bootchart can not be triggered problem":http://review.android.git.linaro.org/#/c/15367/
-* "add policy rules for bootchart":http://review.android.git.linaro.org/#/c/15506
-
Any patches can be contributed through the instructions described "Here":https://android.git.linaro.org/gitweb/android-patchsets.git/blob_plain/HEAD:/README.TXT
@@ -80,8 +75,7 @@ h3. Known issues
The following known issues are present in this release. Please contact "support@linaro.org":mailto:support@linaro.org?subject=LCR%20support%20request if you wish to know more information about these issues or have access problems when attempting to view them.
| *Bug ID* | *Bug title* | *Bug summary* |
-| "Bug 1069":https://bugs.linaro.org/show_bug.cgi?id=1069 | ethernet is not stable on tc2 | |
-| "Bug 1015":https://bugs.linaro.org/show_bug.cgi?id=1015 | monkey long run test fails on TC2 LCR build | |
+| "Bug 1015":https://bugs.linaro.org/show_bug.cgi?id=1015 | monkey long run test fails on TC2 LCR build | Blacklist for known to fail packages has not be updated or deployed - long monkey run fails as result |
| "Bug 997":https://bugs.linaro.org/show_bug.cgi?id=997 | glslparser test suite partially passes on 14.12 LCR | some glsl syntax in test are not recognized by Mali driver |
| "Bug 993":https://bugs.linaro.org/show_bug.cgi?id=993 | EVDEV failures in linaro android kernel test suite on 14.12 LCR build | |
| "Bug 224":https://bugs.linaro.org/show_bug.cgi?id=224 | Corrupted png files can cause crashes in gallery | The stock Gallery application crashes when displaying known corrupt PNG files. |