Merge branch 'topic/uek-4.1/dtrace' of git://ca-git.us.oracle.com/linux-uek into uek/uek-4.1
* 'topic/uek-4.1/dtrace' of git://ca-git.us.oracle.com/linux-uek: (195 commits)
dtrace: accomodate changes in the 4.1 kernel for sparc64
dtrace: implement dtrace_handle_badaddr() for x86
dtrace: ignore any and all PFs during NOFAULT memory acceses
dtrace: do not allocate space for trampolines when probec = 0
dtrace: convert from sdt_instr_t to asm_instr_t 2of2
dtrace: convert from sdt_instr_t to asm_instr_t 1of2
dtrace: allocate space for SDT trampolines using module_alloc
dtrace: accomodate changes in the 4.1 kernels
kallsyms: fix /proc/kallmodsyms to not be misled by const variables
kallsyms: fix /proc/kallmodsyms to not be misled by external symbols
wait: change waitfd() to use wait4(), not waitid(); reduce invasiveness
dtrace: use a nonzero reference count on the fake module
dtrace: percpu: move from __get_cpu_var() to this_cpu_ptr()
dtrace: x86: Cater for new instruction size limit in instruction decoder
mm: memcontrol: adjust prototype to allow for poll_wait_fixed() changes.
dtrace: zero-initialize the fake vmlinux module's pdata space
dtrace: remove obsolete function
dtrace: make it possible to call do_sigaltstack()
dtrace: do not vmalloc/vfree from probe context
dtrace: fix dtrace_sdt.sh for UEK4
...