git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bee0a22
)
audit: use spin_lock in audit_receive_msg to process tty logging
author
Eric Paris
<eparis@redhat.com>
Tue, 30 Apr 2013 15:28:04 +0000
(11:28 -0400)
committer
Eric Paris
<eparis@redhat.com>
Tue, 30 Apr 2013 19:31:28 +0000
(15:31 -0400)
This function is called when we receive a netlink message from
userspace. We don't need to worry about it coming from irq context or
irqs making it re-entrant.
Signed-off-by: Eric Paris <eparis@redhat.com>
No differences found