On Thu, 19 Jul 2018 at 18:52, Amit Pundir <amit.pundir@linaro.org> wrote:
Hi Mark,

Please consider following linaro-android pull request for
"linux-linaro-lsk-v4.9-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.9-android tree for any breakage.

Regards,
Amit Pundir


The following changes since commit 9cffeb019816c7ab0fa608f87206284fc9d456c0:

  Merge branch 'linux-linaro-lsk-v4.9' into
linux-linaro-lsk-v4.9-android (2018-07-18 13:38:30 +0100)

are available in the git repository at:

  https://android-git.linaro.org/git/kernel/linaro-android lsk-v4.9-android

for you to fetch changes up to e2df7f1153f05733f6a00d0bc5756828ed9f7253:

Ugh, this one has the same problem with no signoff from the committer but it's Greg that did the rebase not you :( Never mind, I guess Android is just a bit of a dead loss for DCO.
 

  Merge remote branch 'aosp/android-4.9' into
linux-linaro-lsk-v4.9-android (2018-07-19 22:08:41 +0530)

----------------------------------------------------------------
Amit Pundir (1):
      Merge remote branch 'aosp/android-4.9' into linux-linaro-lsk-v4.9-android

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

Greg Kroah-Hartman (6):
      Merge 4.9.108 into android-4.9
      Merge 4.9.109 into android-4.9
      Merge 4.9.110 into android-4.9
      Merge 4.9.111 into android-4.9
      Merge 4.9.112 into android-4.9
      Merge 4.9.113 into android-4.9

Gustavo A. R. Silva (1):
      UPSTREAM: android: binder: Use true and false for boolean values

Harsh Shandilya (1):
      UPSTREAM: android: binder: Use octal permissions

Juri Lelli (1):
      UPSTREAM: cpufreq: schedutil: use now as reference when
aggregating shared policy requests

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

Nathan Chancellor (1):
      ANDROID: xt_qtaguid: Remove unnecessary null checks to device's name

Patrik Torstensson (1):
      ANDROID: Add kconfig to make dm-verity check_at_most_once default enabled

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

 drivers/android/Kconfig          |  15 +--------------
 drivers/android/binder.c         | 140
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------------
 drivers/android/binder_alloc.c   |  31 +++++++++++++++++++------------
 drivers/android/binder_alloc.h   |   2 +-
 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                    |   7 +++++++
 kernel/sched/core.c              |   4 ----
 kernel/sched/cpufreq_schedutil.c |   7 +++----
 kernel/sched/cputime.c           |   5 +----
 net/netfilter/xt_qtaguid.c       |   5 -----
 15 files changed, 160 insertions(+), 109 deletions(-)