x86, ptrace: add bts_struct size to status command

Return the size of bts_struct in the PTRACE_BTS_STATUS command.
Change types to u32.

Signed-off-by: Markus Metzger <markus.t.metzger@intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Markus Metzger
2008-01-30 13:32:54 +01:00
committed by Ingo Molnar
parent 58f6f6ea1d
commit 87e8407f9a
2 changed files with 10 additions and 3 deletions

View File

@@ -787,6 +787,8 @@ static int ptrace_bts_status(struct task_struct *child,
cfg.flags |= PTRACE_BTS_O_SCHED;
}
cfg.bts_size = sizeof(struct bts_struct);
if (copy_to_user(ucfg, &cfg, sizeof(cfg)))
return -EFAULT;