Hi Alex, Mark,
Please consider following linaro-android pull request for "linux-linaro-lsk-v4.4-android" LSK branch.
As usual build tested for x86_64(allmodconfig), i386(allmodconfig), arm64(defconfig + android configs), arm(vexpress + android configs) and boot tested on Qemu with Android M.
Regards, Amit Pundir
The following changes since commit 5c713517b6fbd969659f56214129b76dd9ba13a3:
Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-android (2016-10-24 12:30:07 +0800)
are available in the git repository at:
git://android.git.linaro.org/kernel/linaro-android lsk-v4.4-android
for you to fetch changes up to 273daee0be36235886622396eedb618fc5de0213:
cgroup: Change from CAP_SYS_NICE to CAP_SYS_RESOURCE for cgroup migration permissions (2016-10-25 21:53:04 +0800)
---------------------------------------------------------------- Ard Biesheuvel (2): UPSTREAM: arm64: kaslr: keep modules close to the kernel when DYNAMIC_FTRACE=y UPSTREAM: arm64: kaslr: fix breakage with CONFIG_MODVERSIONS=y
Dmitry Torokhov (2): CHROMIUM: remove Android's cgroup generic permissions checks CHROMIUM: cgroups: relax permissions on moving tasks between cgroups
Guenter Roeck (1): cgroup: Remove leftover instances of allow_attach
John Stultz (1): cgroup: Change from CAP_SYS_NICE to CAP_SYS_RESOURCE for cgroup migration permissions
Lianwei Wang (1): UPSTREAM: cpu/hotplug: Handle unbalanced hotplug enable/disable
Mark Rutland (1): BACKPORT: lib: harden strncpy_from_user
Documentation/cgroups/cgroups.txt | 9 --------- arch/arm64/Kconfig | 2 +- arch/arm64/include/asm/module.h | 5 +++++ include/linux/cgroup-defs.h | 1 - include/linux/cgroup.h | 14 -------------- kernel/cgroup.c | 60 +++--------------------------------------------------------- kernel/cpu.c | 11 +++++++++-- kernel/cpuset.c | 18 ------------------ kernel/sched/core.c | 1 - kernel/sched/tune.c | 7 ------- lib/strncpy_from_user.c | 2 ++ mm/memcontrol.c | 10 ---------- 12 files changed, 20 insertions(+), 120 deletions(-)
Hi Amit,
Tomorrow is monthly release day of LSK. Consider the testing coverage, this branch would be pull for Nov release, is that ok?
BTW, If it's possible to testing your branch in kernelci for more coverage?
Regards Alex
On 10/25/2016 11:34 PM, Amit Pundir wrote:
Hi Alex, Mark,
Please consider following linaro-android pull request for "linux-linaro-lsk-v4.4-android" LSK branch.
As usual build tested for x86_64(allmodconfig), i386(allmodconfig), arm64(defconfig + android configs), arm(vexpress + android configs) and boot tested on Qemu with Android M.
Regards, Amit Pundir
The following changes since commit 5c713517b6fbd969659f56214129b76dd9ba13a3:
Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-android (2016-10-24 12:30:07 +0800)
are available in the git repository at:
git://android.git.linaro.org/kernel/linaro-android lsk-v4.4-android
for you to fetch changes up to 273daee0be36235886622396eedb618fc5de0213:
cgroup: Change from CAP_SYS_NICE to CAP_SYS_RESOURCE for cgroup migration permissions (2016-10-25 21:53:04 +0800)
Ard Biesheuvel (2): UPSTREAM: arm64: kaslr: keep modules close to the kernel when DYNAMIC_FTRACE=y UPSTREAM: arm64: kaslr: fix breakage with CONFIG_MODVERSIONS=y
Dmitry Torokhov (2): CHROMIUM: remove Android's cgroup generic permissions checks CHROMIUM: cgroups: relax permissions on moving tasks between cgroups
Guenter Roeck (1): cgroup: Remove leftover instances of allow_attach
John Stultz (1): cgroup: Change from CAP_SYS_NICE to CAP_SYS_RESOURCE for cgroup migration permissions
Lianwei Wang (1): UPSTREAM: cpu/hotplug: Handle unbalanced hotplug enable/disable
Mark Rutland (1): BACKPORT: lib: harden strncpy_from_user
Documentation/cgroups/cgroups.txt | 9 --------- arch/arm64/Kconfig | 2 +- arch/arm64/include/asm/module.h | 5 +++++ include/linux/cgroup-defs.h | 1 - include/linux/cgroup.h | 14 -------------- kernel/cgroup.c | 60 +++--------------------------------------------------------- kernel/cpu.c | 11 +++++++++-- kernel/cpuset.c | 18 ------------------ kernel/sched/core.c | 1 - kernel/sched/tune.c | 7 ------- lib/strncpy_from_user.c | 2 ++ mm/memcontrol.c | 10 ---------- 12 files changed, 20 insertions(+), 120 deletions(-)
On 26 October 2016 at 10:58, Alex Shi alex.shi@linaro.org wrote:
Hi Amit,
Tomorrow is monthly release day of LSK. Consider the testing coverage, this branch would be pull for Nov release, is that ok?
Yes Nov drop is fine. Thanks.
BTW, If it's possible to testing your branch in kernelci for more coverage?
That is in my TODO as well. I'll talk to B&B team and get it into Android CI loop.
Regards, Amit Pundir
Regards Alex
On 10/25/2016 11:34 PM, Amit Pundir wrote:
Hi Alex, Mark,
Please consider following linaro-android pull request for "linux-linaro-lsk-v4.4-android" LSK branch.
As usual build tested for x86_64(allmodconfig), i386(allmodconfig), arm64(defconfig + android configs), arm(vexpress + android configs) and boot tested on Qemu with Android M.
Regards, Amit Pundir
The following changes since commit 5c713517b6fbd969659f56214129b76dd9ba13a3:
Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-android (2016-10-24 12:30:07 +0800)
are available in the git repository at:
git://android.git.linaro.org/kernel/linaro-android lsk-v4.4-android
for you to fetch changes up to 273daee0be36235886622396eedb618fc5de0213:
cgroup: Change from CAP_SYS_NICE to CAP_SYS_RESOURCE for cgroup migration permissions (2016-10-25 21:53:04 +0800)
Ard Biesheuvel (2): UPSTREAM: arm64: kaslr: keep modules close to the kernel when DYNAMIC_FTRACE=y UPSTREAM: arm64: kaslr: fix breakage with CONFIG_MODVERSIONS=y
Dmitry Torokhov (2): CHROMIUM: remove Android's cgroup generic permissions checks CHROMIUM: cgroups: relax permissions on moving tasks between cgroups
Guenter Roeck (1): cgroup: Remove leftover instances of allow_attach
John Stultz (1): cgroup: Change from CAP_SYS_NICE to CAP_SYS_RESOURCE for cgroup migration permissions
Lianwei Wang (1): UPSTREAM: cpu/hotplug: Handle unbalanced hotplug enable/disable
Mark Rutland (1): BACKPORT: lib: harden strncpy_from_user
Documentation/cgroups/cgroups.txt | 9 --------- arch/arm64/Kconfig | 2 +- arch/arm64/include/asm/module.h | 5 +++++ include/linux/cgroup-defs.h | 1 - include/linux/cgroup.h | 14 -------------- kernel/cgroup.c | 60 +++--------------------------------------------------------- kernel/cpu.c | 11 +++++++++-- kernel/cpuset.c | 18 ------------------ kernel/sched/core.c | 1 - kernel/sched/tune.c | 7 ------- lib/strncpy_from_user.c | 2 ++ mm/memcontrol.c | 10 ---------- 12 files changed, 20 insertions(+), 120 deletions(-)
Hi Amit,
From this Sep, dozens new boot failed on 4.4-android arm ARCH, like one
of them is:
https://storage.kernelci.org/lsk/lsk-v4.4-16.09-android-435-g273daee0be36/ar...
Would you like to check them?
And would you like to ask Alan or Tyler to add your kernel tree to kernelci? That would find out this kind of before merge into LSK?
Regards Alex
On 10/27/2016 10:47 PM, Amit Pundir wrote:
BTW,
If it's possible to testing your branch in kernelci for more coverage?
That is in my TODO as well. I'll talk to B&B team and get it into Android CI loop.
On Wed, 2016-10-26 at 10:58 +0800, Alex Shi wrote:
Hi Amit,
Tomorrow is monthly release day of LSK. Consider the testing coverage, this branch would be pull for Nov release, is that ok?
I see these changes have now been pushed out but I don't see any release tags for any LSK 16.10 versions. So I assume lsk-v4.4-16.10 is commit 5c713517b6fb ?
On 10/28/2016 04:22 PM, Jon Medhurst (Tixy) wrote:
On Wed, 2016-10-26 at 10:58 +0800, Alex Shi wrote:
Hi Amit,
Tomorrow is monthly release day of LSK. Consider the testing coverage, this branch would be pull for Nov release, is that ok?
I see these changes have now been pushed out but I don't see any release tags for any LSK 16.10 versions. So I assume lsk-v4.4-16.10 is commit 5c713517b6fb ?
Yes, that should be. :) Guess Mark will tag it today.
linaro-kernel@lists.linaro.org