Hi Mark,
Please consider following linaro-android pull request for "linux-linaro-lsk-v4.4-android" LSK branch. Build tested for ARCH=arm/arm64 + allmodconfig.
KernelCI link is down for linaro-android trees and didn't do much of local build testing either. Shamelessly relying on KernelCI build bot results for linux-linaro-lsk-v4.4-android tree for any breakage.
Regards, Amit Pundir
The following changes since commit 4666c98da76ec68fe59f6e6878990d74a3912879:
Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-android (2018-07-19 14:53:51 +0100)
are available in the git repository at:
https://android-git.linaro.org/git/kernel/linaro-android lsk-v4.4-android
for you to fetch changes up to 5b49d48e6165b258428c871a8fc6a09cf75fdb0a:
ANDROID: Fix massive cpufreq_times memory leaks (2018-07-19 22:03:01 +0530)
---------------------------------------------------------------- Artem Borisov (1): cpufreq: Kconfig: Remove CPU_FREQ_DEFAULT_GOV_SCHED
Christian Brauner (1): UPSTREAM: binder: free memory on error
Connor O'Brien (1): ANDROID: Reduce use of #ifdef CONFIG_CPU_FREQ_TIMES
Dan Carpenter (1): UPSTREAM: ANDROID: binder: re-order some conditions
Elad Wexler (1): UPSTREAM: android: binder: Prefer __func__ to using hardcoded function name
Ganesh Mahendran (1): UPSTREAM: android: binder: use VM_ALLOC to get vm area
Gustavo A. R. Silva (1): UPSTREAM: android: binder: Use true and false for boolean values
Harsh Shandilya (1): UPSTREAM: android: binder: Use octal permissions
Lianjun Huang (1): ANDROID: sdcardfs: fix potential crash when reserved_mb is not zero
Martijn Coenen (2): UPSTREAM: ANDROID: binder: remove 32-bit binder interface. UPSTREAM: Revert "FROMLIST: binder: fix proc->files use-after-free"
Minchan Kim (1): UPSTREAM: ANDROID: binder: change down_write to down_read
Patrik Torstensson (1): ANDROID: Add kconfig to make dm-verity check_at_most_once default enabled
Roman Kiryanov (1): ANDROID: Update arm64 ranchu64_defconfig
Sultan Alsawaf (1): ANDROID: Fix massive cpufreq_times memory leaks
Tetsuo Handa (1): UPSTREAM: android: binder: Check for errors in binder_alloc_shrinker_init().
Todd Kjos (2): UPSTREAM: binder: fix proc->files use-after-free UPSTREAM: binder: replace "%p" with "%pK"
Xiongwei Song (1): UPSTREAM: ANDROID: binder: make binder_alloc_new_buf_locked static and indent its arguments
宋金时 (1): UPSTREAM: ANDROID: binder: correct the cmd print for BINDER_WORK_RETURN_ERROR
arch/arm64/configs/ranchu64_defconfig | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------ drivers/android/Kconfig | 15 +-------------- drivers/android/binder.c | 140 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------- drivers/android/binder_alloc.c | 31 +++++++++++++++++++------------ drivers/android/binder_alloc.h | 2 +- drivers/cpufreq/Kconfig | 8 -------- drivers/cpufreq/cpufreq_times.c | 9 ++++++--- drivers/md/Kconfig | 20 ++++++++++++++++++++ drivers/md/dm-verity-target.c | 8 ++++++++ fs/sdcardfs/inode.c | 6 +++++- include/linux/cpufreq_times.h | 6 ++++++ kernel/exit.c | 4 ---- kernel/fork.c | 6 ++++++ kernel/sched/core.c | 4 ---- kernel/sched/cputime.c | 5 +---- 15 files changed, 215 insertions(+), 120 deletions(-)
On Thu, 19 Jul 2018 at 18:28, Amit Pundir amit.pundir@linaro.org wrote:
for you to fetch changes up to 5b49d48e6165b258428c871a8fc6a09cf75fdb0a:
ANDROID: Fix massive cpufreq_times memory leaks (2018-07-19 22:03:01 +0530)
I did a spot check on this and I see that you've rebased these changes relative to the Android tree so they're new commits but you haven't added your signoff to them. That's not what's supposed to happen - if you rebase or otherwise change the commits you should be adding a signoff as well.
I imagine the same problem has been going on for a while but I'm a bit uncomfortable continuing now I noticed it.
On Fri, 20 Jul 2018 at 16:20, Mark Brown broonie@linaro.org wrote:
On Thu, 19 Jul 2018 at 18:28, Amit Pundir amit.pundir@linaro.org wrote:
for you to fetch changes up to 5b49d48e6165b258428c871a8fc6a09cf75fdb0a:
ANDROID: Fix massive cpufreq_times memory leaks (2018-07-19 22:03:01 +0530)
I did a spot check on this and I see that you've rebased these changes relative to the Android tree so they're new commits but you haven't added your signoff to them. That's not what's supposed to happen - if you rebase or otherwise change the commits you should be adding a signoff as well.
I imagine the same problem has been going on for a while but I'm a bit uncomfortable continuing now I noticed it.
I'll make sure that I add my signoff from next time.
Regards, Amit Pundir
linaro-kernel@lists.linaro.org