Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119207
b: refs/heads/master
c: d1f1e9c
h: refs/heads/master
i:
  119205: ae15c07
  119203: be2b1ed
  119199: 5e0b131
v: v3
  • Loading branch information
Markus Metzger authored and Ingo Molnar committed Nov 16, 2008
1 parent c4e12b2 commit 22ee6b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 6cd10f8db385ba547811baa5b26f672fdff232e6
refs/heads/master: d1f1e9c01006b4b050e090055c75278f80c2a5c5
3 changes: 2 additions & 1 deletion trunk/arch/x86/kernel/ds.c
Original file line number Diff line number Diff line change
Expand Up @@ -384,8 +384,9 @@ static int ds_request(struct task_struct *task, void *base, size_t size,

spin_lock(&ds_lock);

error = -EPERM;
if (!check_tracer(task))
return -EPERM;
goto out_unlock;

error = -ENOMEM;
context = ds_alloc_context(task);
Expand Down

0 comments on commit 22ee6b7

Please sign in to comment.