OSDN Git Service

Merge branch 'bpf-share-helpers'
authorDavid S. Miller <davem@davemloft.net>
Mon, 15 Jun 2015 22:53:50 +0000 (15:53 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 15 Jun 2015 22:58:26 +0000 (15:58 -0700)
commit9f42c8b3ebc80e8a544bcf726689d51c7e1e0fc8
tree6b4c9543550d114d75fad4362c6ef526a0d24b77
parentada6c1de9ecabcfc5619479bcd29a208f2e248a0
parentab1973d3258aa8c40d153dc12bbb1aac56731e47
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 <davem@davemloft.net>