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(-)