Hi Mark, Alex,
Please consider following linaro-android pull request for "linux-linaro-lsk-v4.4-android" LSK branch for 16.03.
There are no new linaro-android changes on top of AOSP tree. So if you want you may as well pull directly from aosp/android-4.4 instead.
Regards, Amit Pundir
The following changes since commit 582ee3a96f6a108f589bdc4ce8cc8176c8d763e5:
Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-android (2016-02-29 10:18:54 +0800)
are available in the git repository at:
git://android.git.linaro.org/kernel/linaro-android.git lsk-v4.4-android
for you to fetch changes up to 75b199090b44d07742d044c11c7b2d7a5649cdf7:
Merge branch 'android-4.4' of https://android.googlesource.com/kernel/common (2016-03-08 17:12:59 +0700)
----------------------------------------------------------------
Amit Pundir (1): Merge branch 'android-4.4' of https://android.googlesource.com/kernel/common
Andrew Bresticker (1): ANDROID: mmc: sdio: Disable retuning in sdio_reset_comm()
Arnd Bergmann (1): UPSTREAM: ARM: 8457/1: psci-smp is built only for SMP
Brian Norris (4): ANDROID: net: fix 'const' warnings ANDROID: lowmemorykiller: fix declaration order warnings ANDROID: usb: gadget: f_mtp: don't use le16 for u8 field ANDROID: kernel/watchdog: fix unused variable warning
Dmitry Shmidt (2): Revert "mmc: core: Hold a wake lock accross delayed work + mmc rescan" Revert "mmc: Extend wakelock if bus is dead"
Dylan Reid (1): ANDROID: mmc: Move tracepoint creation and export symbols
Eric Dumazet (2): tcp: diag: add support for request sockets to tcp_abort() net: diag: support v4mapped sockets in inet_diag_find_one_icsk()
Guenter Roeck (8): net: pppolac/pppopns: Replace msg.msg_iov with iov_iter_kvec() net: ppp: Fix modular build for PPPOLAC and PPPOPNS video: adf: Fix modular build video: adf: Set ADF_MEMBLOCK to boolean drivers: power: use 'current' instead of 'get_current()' PM / suspend: Add dependency on RTC_LIB power: Provide dummy log_suspend_abort_reason() if SUSPEND is disabled misc: uid_stat: Include linux/atomic.h instead of asm/atomic.h
Lorenzo Colitti (5): net: diag: split inet_diag_dump_one_icsk into two net: diag: Add the ability to destroy a socket. net: diag: Support SOCK_DESTROY for inet sockets. net: diag: Support destroying TCP sockets. net: tcp: deal with listen sockets properly in tcp_abort.
Nicolas Pitre (1): hid-sensor-hub.c: fix wrong do_div() usage
Tim Murray (1): ANDROID: mmc: move to a SCHED_FIFO thread
arch/arm/include/asm/psci.h | 2 +- drivers/base/power/main.c | 4 +++- drivers/hid/hid-sensor-hub.c | 3 ++- drivers/misc/uid_stat.c | 2 +- drivers/mmc/card/block.c | 1 - drivers/mmc/card/queue.c | 6 ++++++ drivers/mmc/core/core.c | 29 +++++++---------------------- drivers/mmc/core/sdio.c | 3 +++ drivers/net/ppp/Kconfig | 4 ++-- drivers/net/ppp/pppolac.c | 9 ++++----- drivers/net/ppp/pppopns.c | 9 ++++----- drivers/staging/android/lowmemorykiller.c | 7 ++++--- drivers/usb/gadget/function/f_mtp.c | 2 +- drivers/video/adf/Kconfig | 2 +- drivers/video/adf/Makefile | 6 ++++-- include/linux/inet_diag.h | 9 +++++++++ include/linux/sock_diag.h | 2 ++ include/linux/socket.h | 4 ---- include/linux/wakeup_reason.h | 7 ++++++- include/net/sock.h | 1 + include/net/tcp.h | 2 ++ include/uapi/linux/sock_diag.h | 1 + kernel/power/Kconfig | 1 + kernel/watchdog.c | 2 +- net/core/sock_diag.c | 23 ++++++++++++++++++++--- net/ipv4/Kconfig | 13 +++++++++++++ net/ipv4/inet_connection_sock.c | 4 ++-- net/ipv4/inet_diag.c | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------ net/ipv4/tcp.c | 46 ++++++++++++++++++++++++++++++++++++++++++++++ net/ipv4/tcp_diag.c | 19 +++++++++++++++++++ net/ipv4/tcp_ipv4.c | 1 + net/ipv6/inet6_connection_sock.c | 2 +- net/ipv6/tcp_ipv6.c | 1 + 33 files changed, 225 insertions(+), 88 deletions(-)