]> git.baikalelectronics.ru Git - kernel.git/commit
kprobes: add the "tls" argument for j_do_fork
authorHuang Shijie <shijie.huang@arm.com>
Sat, 21 May 2016 00:04:30 +0000 (17:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 21 May 2016 00:58:30 +0000 (17:58 -0700)
commita28b460f2d16066607faffedc23101f6a49e1e0f
tree6c2b1a1181c1d8d603bc499e1a10677b27db1805
parentd41bf070b7ec3c902c9895fa5afcf82341de6a9a
kprobes: add the "tls" argument for j_do_fork

Commit 4056b4b1b8fb ("clone: support passing tls argument via C rather
than pt_regs magic") added the tls argument for _do_fork().  This patch
adds the "tls" argument for j_do_fork to make it match _do_fork().

Signed-off-by: Huang Shijie <shijie.huang@arm.com>
Acked-by: Steve Capper <steve.capper@arm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Cc: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Thiago Macieira <thiago.macieira@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
samples/kprobes/jprobe_example.c