diff options
| author | Anil S Keshavamurthy <[email protected]> | 2006-01-09 20:52:43 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2006-01-10 08:01:40 -0800 |
| commit | 49a2a1b83ba6fa40c41968d6a28ba16e7ed0c3f7 (patch) | |
| tree | f257b535d0f09f9ac2531d40feb732349993665c /scripts/basic/split-include.c | |
| parent | 41dead49ccb4d7f0a34d56478f487342a3c3ab2b (diff) | |
[PATCH] kprobes: changed from using spinlock to mutex
Since Kprobes runtime exception handlers is now lock free as this code path is
now using RCU to walk through the list, there is no need for the
register/unregister{_kprobe} to use spin_{lock/unlock}_isr{save/restore}. The
serialization during registration/unregistration is now possible using just a
mutex.
In the above process, this patch also fixes a minor memory leak for x86_64 and
powerpc.
Signed-off-by: Anil S Keshavamurthy <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/basic/split-include.c')
0 files changed, 0 insertions, 0 deletions