Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156097
b: refs/heads/master
c: 6ae7d6f
h: refs/heads/master
i:
  156095: 6cdc089
v: v3
  • Loading branch information
Linus Torvalds committed Jul 30, 2009
1 parent b2959a2 commit 4254fb4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions 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: 1842f23c05b6a866be831aa60bc8a8731c58ddd0
refs/heads/master: 6ae7d6f0195a0ec7e5d07821e62c79898cd33fdc
7 changes: 2 additions & 5 deletions trunk/MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,9 @@ S: Maintained
F: drivers/net/r8169.c

8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
M: Alan Cox <alan@lxorguk.ukuu.org.uk>
L: linux-serial@vger.kernel.org
W: http://serial.sourceforge.net
S: Odd Fixes
S: Orphan
F: drivers/serial/8250*
F: include/linux/serial_8250.h

Expand Down Expand Up @@ -4997,9 +4996,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
S: Maintained

TTY LAYER
M: Alan Cox <alan@lxorguk.ukuu.org.uk>
S: Maintained
T: stgit http://zeniv.linux.org.uk/~alan/ttydev/
S: Orphan
F: drivers/char/tty_*
F: drivers/serial/serial_core.c
F: include/linux/serial_core.h
Expand Down
2 changes: 1 addition & 1 deletion trunk/kernel/kprobes.c
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ int __kprobes register_kprobe(struct kprobe *p)
p->addr = addr;

preempt_disable();
if (!__kernel_text_address((unsigned long) p->addr) ||
if (!kernel_text_address((unsigned long) p->addr) ||
in_kprobes_functions((unsigned long) p->addr)) {
preempt_enable();
return -EINVAL;
Expand Down

0 comments on commit 4254fb4

Please sign in to comment.