Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310605
b: refs/heads/master
c: 302fa4b
h: refs/heads/master
i:
  310603: d690fc3
v: v3
  • Loading branch information
Arun Sharma authored and Ingo Molnar committed Jun 6, 2012
1 parent b0519d2 commit e79fdb8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8440ccb43fc0ecffcf1acee0273d766e6a8cd51d
refs/heads/master: 302fa4b58ac754a6da13f4f5546f710fecc3b945
6 changes: 0 additions & 6 deletions trunk/arch/x86/kernel/cpu/perf_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -1781,9 +1781,6 @@ perf_callchain_user32(struct pt_regs *regs, struct perf_callchain_entry *entry)
if (bytes != sizeof(frame))
break;

if (fp < compat_ptr(regs->sp))
break;

perf_callchain_store(entry, frame.return_address);
fp = compat_ptr(frame.next_frame);
}
Expand Down Expand Up @@ -1827,9 +1824,6 @@ perf_callchain_user(struct perf_callchain_entry *entry, struct pt_regs *regs)
if (bytes != sizeof(frame))
break;

if ((unsigned long)fp < regs->sp)
break;

perf_callchain_store(entry, frame.return_address);
fp = frame.next_frame;
}
Expand Down

0 comments on commit e79fdb8

Please sign in to comment.