summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--members/arm/android/vexpress-lsk/HOWTO_releasenotes.txt3
-rw-r--r--members/arm/openembedded/vexpress-lsk/README.textile4
2 files changed, 5 insertions, 2 deletions
diff --git a/members/arm/android/vexpress-lsk/HOWTO_releasenotes.txt b/members/arm/android/vexpress-lsk/HOWTO_releasenotes.txt
index ea06e7e..a652f09 100644
--- a/members/arm/android/vexpress-lsk/HOWTO_releasenotes.txt
+++ b/members/arm/android/vexpress-lsk/HOWTO_releasenotes.txt
@@ -22,7 +22,7 @@ Also provided is optional configurable kernel support for an implementation of A
The 'small task packing feature' continues to be enabled by default in the kernel configuration. (See the documentation for this feature located at 'Documentation/arm/small_task_packing.txt’ within the kernel sources for more information on this feature).
-Please note that this release does not introduce any new functionality.
+Please note that this release does not introduce any new functionality. However the release does contain one bug fix – see the patch marked 'New in this release’ in the list below for details.
h3. Scheduler modifications to support big.LITTLE
@@ -99,6 +99,7 @@ ehis release introduces further optimizations for the existing 'idle pull task m
| "sched: hmp: unify active migration code":https://git.linaro.org/kernel/linux-linaro-stable.git/commit/0168997 | |
| "hmp: Use idle pull to perform forced up-migrations":https://git.linaro.org/kernel/linux-linaro-stable.git/commit/940407d | |
| "hmp: dont attempt to pull tasks if affinity doesn't allow it":https://git.linaro.org/kernel/linux-linaro-stable.git/commit/d1df056 | |
+| "sched: hmp: fix out-of-range CPU possible":https://git.linaro.org/kernel/linux-linaro-stable.git/commit/4378062f289e67259f017f6b176ee385dc974836 | <div style="color:white;background-color:green">New in this release</div>
h3. Platform Support.
diff --git a/members/arm/openembedded/vexpress-lsk/README.textile b/members/arm/openembedded/vexpress-lsk/README.textile
index cc2bee3..83e0648 100644
--- a/members/arm/openembedded/vexpress-lsk/README.textile
+++ b/members/arm/openembedded/vexpress-lsk/README.textile
@@ -22,7 +22,7 @@ Also provided is optional configurable kernel support for an implementation of A
The 'small task packing feature' continues to be enabled by default in the kernel configuration. (See the documentation for this feature located at 'Documentation/arm/small_task_packing.txt’ within the kernel sources for more information on this feature).
-This release introduces further optimizations for the existing 'idle pull task migration' feature. These optimizations promote forward progress of tasks even if the target processor is currently idle. In addition, the release also contains some cleanups - see the patches marked 'New in this release' in the list below for details.
+Please note that this release does not introduce any new functionality. However the release does contain one bug fix – see the patch marked 'New in this release’ in the list below for details.
h3. Scheduler modifications to support big.LITTLE
@@ -98,6 +98,8 @@ The following patches make up the big.LITTLE MP patchset.
| "sched: hmp: unify active migration code":https://git.linaro.org/kernel/linux-linaro-stable.git/commit/0168997 | |
| "hmp: Use idle pull to perform forced up-migrations":https://git.linaro.org/kernel/linux-linaro-stable.git/commit/940407d | |
| "hmp: dont attempt to pull tasks if affinity doesn't allow it":https://git.linaro.org/kernel/linux-linaro-stable.git/commit/d1df056 | |
+| "sched: hmp: fix out-of-range CPU possible":https://git.linaro.org/kernel/linux-linaro-stable.git/commit/4378062f289e67259f017f6b176ee385dc974836 | <div style="color:white;background-color:green">New in this release</div>
+
h3. Platform Support.