Hi Mark, Alex,
Please consider following linaro-android pull request for "linux-linaro-lsk-v4.1-android" LSK branch for 16.02.
Regards, Amit Pundir
The following changes since commit 7b8892bba12eba95f3e1615dfeb8ad77e3b0371a:
Merge branch 'linux-linaro-lsk-v4.1' into linux-linaro-lsk-v4.1-android (2016-01-22 17:09:59 +0800)
are available in the git repository at:
git://android.git.linaro.org/kernel/linaro-android.git linux-linaro-lsk-v4.1-android
for you to fetch changes up to 1ea653bf6ee34991f855fb131c85deddc8008554:
Merge branch 'android-4.1' of https://android.googlesource.com/kernel/common (2016-02-10 15:31:20 +0530)
----------------------------------------------------------------
Amit Pundir (8): Hack: net: PPPoPNS and PPPoLAC build fixes for 4.1 net: ipv6: fix virtual tunneling build kbuild: Makefile.clean: make Kbuild and Makefile optional usb: gadget: rndis: use %z format specifier for size_t ion: fix page pool cache policy Revert "net: wireless: Add CONFIG_WIFI_CONTROL_FUNC option" Revert "usb: gadget: composite: Fix corruption when changing configuration" Merge branch 'android-4.1' of https://android.googlesource.com/kernel/common
Andrew Bresticker (1): CHROMIUM: android: Unconditionally remove callbacks in sync_fence_free()
Dario Scarpa (1): Input: xpad - fix Razer Atrox Arcade Stick button mapping
David Hildenbrand (2): UPSTREAM: sched/preempt, arm/futex: Disable preemption in UP futex_atomic_cmpxchg_inatomic() explicitly UPSTREAM: sched/preempt, arm/futex: Disable preemption in UP futex_atomic_op_inuser() explicitly
Dmitry Torokhov (1): CHROMIUM: android: fix warning when releasing active sync point
Erik Lundgren (1): Input: xpad - add Covert Forces edition of the Xbox One controller
Gioh Kim (1): staging: ion: debugfs to shrink pool
Greg Hackmann (2): ANDROID: android: base-cfg: disable CONFIG_SYSVIPC FROMLIST: pstore-ram: add Device Tree bindings
Mark Salyzyn (2): ANDROID: rtc-palmas: correct for bcd year android: recommended.cfg: enable taskstats
Martijn Coenen (1): UPSTREAM: memcg: Only free spare array when readers are done
Minchan Kim (1): UPSTREAM: mm: /proc/pid/smaps:: show proportional swap share of the mapping
Oleg Nesterov (1): UPSTREAM: proc: actually make proc_fd_permission() thread-friendly
Pavel Rojtberg (8): Input: xpad - re-send LED command on present event Input: xpad - clarify LED enumeration Input: xpad - use ida() for finding the pad_nr Input: xpad - remove needless bulk out URB used for LED setup Input: xpad - factor out URB submission in xpad_play_effect Input: xpad - x360w: report dpad as buttons and axes Input: xpad - query wireless controller state at init Input: xpad - fix clash of presence handling with LED setting
Pierre-Loup A. Griffais (2): Input: xpad - set the LEDs properly on XBox Wireless controllers Input: xpad - move the input device creation to a new function
Riley Andrews (1): sched: add sched blocked tracepoint which dumps out context of sleep.
Robert Jarzmik (1): UPSTREAM: ARM: 8431/1: fix alignement of __bug_table section entries
Russell King (19): UPSTREAM: ARM: mm: improve do_ldrd_abort macro UPSTREAM: ARM: entry: get rid of multiple macro definitions UPSTREAM: ARM: entry: provide uaccess assembly macro hooks UPSTREAM: ARM: uaccess: simplify user access assembly UPSTREAM: ARM: uaccess: provide uaccess_save_and_enable() and uaccess_restore() UPSTREAM: ARM: domains: switch to keeping domain value in register UPSTREAM: ARM: domains: provide domain_mask() BACKPORT: ARM: domains: move initial domain setting value to asm/domains.h UPSTREAM: ARM: domains: get rid of manager mode for user domain UPSTREAM: ARM: domains: keep vectors in separate domain UPSTREAM: ARM: domains: remove DOMAIN_TABLE UPSTREAM: ARM: swpan: fix nwfpe for uaccess changes UPSTREAM: ARM: uaccess: remove unneeded uaccess_save_and_disable macro UPSTREAM: ARM: uaccess: fix undefined instruction on ARMv7M/noMMU UPSTREAM: ARM: domains: thread_info.h no longer needs asm/domains.h UPSTREAM: ARM: domains: add memory dependencies to get_domain/set_domain UPSTREAM: ARM: software-based priviledged-no-access support UPSTREAM: ARM: alignment: fix alignment handling for uaccess changes UPSTREAM: ARM: fix uaccess_with_memcpy() with SW_DOMAIN_PAN
Stephen Smalley (1): UPSTREAM: selinux: fix bug in conditional rules handling
Vasily Kulikov (1): UPSTREAM: include/linux/poison.h: fix LIST_POISON{1,2} offset
Yevgeny Pats (1): UPSTREAM: KEYS: Fix keyring ref leak in join_session_keyring()
dcashman (4): FROMLIST: mm: mmap: Add new /proc tunable for mmap_base ASLR. FROMLIST: arm: mm: support ARCH_MMAP_RND_BITS. FROMLIST: arm64: mm: support ARCH_MMAP_RND_BITS. FROMLIST: x86: mm: support ARCH_MMAP_RND_BITS.
liping.zhang (1): xt_qtaguid: fix a race condition in if_tag_stat_update
Documentation/devicetree/bindings/misc/ramoops.txt | 43 +++++++ Documentation/filesystems/proc.txt | 18 ++- Documentation/ramoops.txt | 6 +- Documentation/sysctl/vm.txt | 29 +++++ android/configs/android-base.cfg | 2 +- android/configs/android-recommended.cfg | 4 + arch/Kconfig | 68 +++++++++++ arch/arm/Kconfig | 24 ++++ arch/arm/include/asm/assembler.h | 42 +++++++ arch/arm/include/asm/bug.h | 1 + arch/arm/include/asm/domain.h | 57 +++++++-- arch/arm/include/asm/futex.h | 32 ++++- arch/arm/include/asm/pgtable-2level-hwdef.h | 1 + arch/arm/include/asm/thread_info.h | 4 - arch/arm/include/asm/uaccess.h | 136 +++++++++++++++------- arch/arm/kernel/armksyms.c | 6 +- arch/arm/kernel/entry-armv.S | 32 +++-- arch/arm/kernel/entry-common.S | 2 + arch/arm/kernel/entry-header.S | 112 ++++++++---------- arch/arm/kernel/head.S | 5 +- arch/arm/kernel/process.c | 51 ++++++-- arch/arm/kernel/swp_emulate.c | 3 + arch/arm/kernel/traps.c | 1 - arch/arm/lib/clear_user.S | 6 +- arch/arm/lib/copy_from_user.S | 6 +- arch/arm/lib/copy_to_user.S | 6 +- arch/arm/lib/csumpartialcopyuser.S | 14 +++ arch/arm/lib/uaccess_with_memcpy.c | 33 ++++-- arch/arm/mm/abort-ev4.S | 1 + arch/arm/mm/abort-ev5t.S | 4 +- arch/arm/mm/abort-ev5tj.S | 4 +- arch/arm/mm/abort-ev6.S | 8 +- arch/arm/mm/abort-ev7.S | 1 + arch/arm/mm/abort-lv4t.S | 2 + arch/arm/mm/abort-macro.S | 14 +-- arch/arm/mm/alignment.c | 30 ++++- arch/arm/mm/mmap.c | 3 +- arch/arm/mm/mmu.c | 4 +- arch/arm/mm/pgd.c | 10 ++ arch/arm/nwfpe/entry.S | 3 +- arch/arm64/Kconfig | 29 +++++ arch/arm64/mm/mmap.c | 8 +- arch/x86/Kconfig | 16 +++ arch/x86/mm/mmap.c | 12 +- drivers/dma-buf/fence.c | 6 +- drivers/input/joystick/xpad.c | 596 +++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------- drivers/net/wireless/Kconfig | 5 - drivers/rtc/rtc-palmas.c | 44 ++++++- drivers/staging/android/ion/ion.c | 22 ++-- drivers/staging/android/ion/ion_system_heap.c | 2 +- drivers/staging/android/sync.c | 14 ++- drivers/usb/gadget/composite.c | 10 +- drivers/usb/gadget/function/rndis.c | 2 +- fs/proc/fd.c | 14 ++- fs/proc/task_mmu.c | 18 ++- fs/pstore/ram.c | 110 +++++++++++++++++- include/linux/fence.h | 2 + include/linux/mm.h | 11 ++ include/linux/poison.h | 4 +- include/linux/swap.h | 6 + include/trace/events/sched.h | 26 ++++- kernel/sched/fair.c | 1 + kernel/sysctl.c | 22 ++++ mm/memcontrol.c | 11 +- mm/mmap.c | 12 ++ mm/swapfile.c | 42 +++++++ net/netfilter/xt_qtaguid.c | 7 +- scripts/Makefile.clean | 2 +- security/keys/process_keys.c | 1 + security/selinux/ss/conditional.c | 4 +- 70 files changed, 1366 insertions(+), 521 deletions(-) create mode 100644 Documentation/devicetree/bindings/misc/ramoops.txt
On 10 February 2016 at 10:38, Amit Pundir amit.pundir@linaro.org wrote:
git://android.git.linaro.org/kernel/linaro-android.git
linux-linaro-lsk-v4.1-android
Pulled, but please note that your pull request is broken - you've got a line break above so it's not possible to paste this into a command line.
On 10 February 2016 at 17:45, Mark Brown mark.brown@linaro.org wrote:
On 10 February 2016 at 10:38, Amit Pundir amit.pundir@linaro.org wrote:
git://android.git.linaro.org/kernel/linaro-android.git linux-linaro-lsk-v4.1-android
Pulled, but please note that your pull request is broken - you've got a line break above so it's not possible to paste this into a command line.
Sorry about that. I'll take care of that from next time.
Regards, Amit Pundir
linaro-kernel@lists.linaro.org