commit | cc7acad135b7228b56977867afb07d3d54f0cdd3 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Fri Aug 28 16:27:28 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 28 16:27:28 2015 -0700 |
tree | 8934c8b0f6aac4a01488c59c45b8dc55c64cc721 | |
parent | c9fd56b34efd06a031cbc918d288f09e38173ff9 [diff] | |
parent | 8d3b7dce8622919da5c5822ef7338d6604c9fe6e [diff] |
Merge branch 'bpf_trace_printk-percent-s' Alexei Starovoitov says: ==================== support for '%s' in bpf_trace_printk v2->v3: fix the comment to mention that strncpy_from_unsafe() returns the length of the string including the trailing NUL. v1->v2: patch 1: generalize FETCH_FUNC_NAME(memory, string) into strncpy_from_unsafe() patch 2: use it in bpf_trace_printk ==================== Signed-off-by: David S. Miller <davem@davemloft.net>