Hi Alex, Mark,
Please consider following linaro-android pull request for "linux-linaro-lsk-v4.4-android" LSK branch.
Boot tested on Qemu + Android M. KernelCI build job: https://kernelci.org/build/linaro-android/kernel/v4.4-4708-g282b308ad3b6/
Regards, Amit Pundir
The following changes since commit 35194db1b78973c1b3251f5c7bea2c1bafec6a08:
Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-android (2016-12-20 13:48:11 +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 282b308ad3b60ef0a55ff8b1ef6f16dadcede935:
ANDROID: trace: net: use %pK for kernel pointers (2017-01-02 14:47:30 +0530)
---------------------------------------------------------------- Amit Pundir (6): Revert "ANDROID: net: core: fix UID-based routing" Revert "ANDROID: net: fib: remove duplicate assignment" Revert "ANDROID: net: fix 'const' warnings" Revert "net: core: Handle 'sk' being NULL in UID-based routing" Revert "net: core: Support UID-based routing." Revert "net: ipv6: fix virtual tunneling build"
Ard Biesheuvel (2): UPSTREAM: arm64: enable CONFIG_DEBUG_RODATA by default UPSTREAM: efi/arm64: Don't apply MEMBLOCK_NOMAP to UEFI memory map mapping
Jin Qian (2): goldfish: enable CONFIG_INET_DIAG_DESTROY ANDROID: android-base: Enable QUOTA related configs
Juri Lelli (1): sched/walt: kill {min,max}_capacity
Ke Wang (1): sched: fix wrong truncation of walt_avg
Keun-young Park (1): ANDROID: dm verity: add minimum prefetch size
Lorenzo Colitti (4): net: core: Add a UID field to struct sock. net: core: add UID to flows, rules, and routes net: inet: Support UID-based routing in IP protocols. net: ipv4: Don't crash if passing a null sk to ip_rt_update_pmtu.
mukesh agrawal (1): ANDROID: trace: net: use %pK for kernel pointers
android/configs/android-base.cfg | 4 ++++ arch/arm/configs/ranchu_defconfig | 1 + arch/arm64/Kconfig.debug | 6 +++--- arch/arm64/configs/ranchu64_defconfig | 1 + arch/x86/configs/i386_ranchu_defconfig | 2 +- arch/x86/configs/x86_64_ranchu_defconfig | 2 +- drivers/firmware/efi/arm-init.c | 18 +++++++++++++++--- drivers/md/Kconfig | 16 ++++++++++++++++ drivers/md/dm-verity-target.c | 9 ++++++++- include/net/fib_rules.h | 13 ++++++++----- include/net/ip6_route.h | 3 ++- include/net/route.h | 5 ++--- include/net/sock.h | 7 +++++++ include/trace/events/net.h | 8 ++++---- include/trace/events/sched.h | 4 ++-- include/uapi/linux/fib_rules.h | 10 ++++++++-- include/uapi/linux/rtnetlink.h | 4 +++- kernel/sched/walt.c | 45 +-------------------------------------------- net/core/fib_rules.c | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------- net/core/sock.c | 5 ++++- net/ipv4/icmp.c | 2 ++ net/ipv4/inet_connection_sock.c | 4 ++-- net/ipv4/ping.c | 2 +- net/ipv4/raw.c | 3 +-- net/ipv4/route.c | 33 ++++++++++++++++++--------------- net/ipv4/syncookies.c | 5 ++--- net/ipv4/tcp_ipv4.c | 9 ++++++--- net/ipv4/udp.c | 2 +- net/ipv6/af_inet6.c | 2 +- net/ipv6/ah6.c | 5 +++-- net/ipv6/datagram.c | 2 +- net/ipv6/esp6.c | 5 +++-- net/ipv6/icmp.c | 7 +++++-- net/ipv6/inet6_connection_sock.c | 4 ++-- net/ipv6/ip6_gre.c | 4 ++++ net/ipv6/ip6_tunnel.c | 3 +++ net/ipv6/ip6_vti.c | 5 +++-- net/ipv6/ipcomp6.c | 5 +++-- net/ipv6/netfilter.c | 1 + net/ipv6/ping.c | 2 +- net/ipv6/raw.c | 2 +- net/ipv6/route.c | 11 ++++++++--- net/ipv6/syncookies.c | 2 +- net/ipv6/tcp_ipv6.c | 3 ++- net/ipv6/udp.c | 2 +- net/l2tp/l2tp_ip6.c | 1 + net/socket.c | 14 ++++++++++++++ 47 files changed, 237 insertions(+), 155 deletions(-)
linaro-kernel@lists.linaro.org