From: David S. Miller Date: Mon, 15 Jun 2015 22:53:50 +0000 (-0700) Subject: Merge branch 'bpf-share-helpers' X-Git-Tag: v4.2-rc1~130^2~67 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9f42c8b3ebc80e8a544bcf726689d51c7e1e0fc8;p=profile%2Fcommon%2Fplatform%2Fkernel%2Flinux-artik7.git Merge branch 'bpf-share-helpers' Alexei Starovoitov says: ==================== v1->v2: switched to init_user_ns from current_user_ns as suggested by Andy Introduce new helpers to access 'struct task_struct'->pid, tgid, uid, gid, comm fields in tracing and networking. Share bpf_trace_printk() and bpf_get_smp_processor_id() helpers between tracing and networking. ==================== Signed-off-by: David S. Miller --- 9f42c8b3ebc80e8a544bcf726689d51c7e1e0fc8