Sourceware Bugzilla – Attachment 2835 Details for
Bug 6752
Retrieval of task argument in probe signal.send on x8664 fails
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix for 6752; tweak conditional to test for >= 2.6.26 end of kernel version string
signal.stp.patch (text/plain), 410 bytes, created by
Phil Muldoon
on 2008-07-22 12:28:45 UTC
(
hide
)
Description:
Fix for 6752; tweak conditional to test for >= 2.6.26 end of kernel version string
Filename:
MIME Type:
Creator:
Phil Muldoon
Created:
2008-07-22 12:28:45 UTC
Size:
410 bytes
patch
obsolete
>diff --git a/tapset/signal.stp b/tapset/signal.stp >index 4fec7c1..1128e6f 100644 >--- a/tapset/signal.stp >+++ b/tapset/signal.stp >@@ -74,7 +74,7 @@ probe _signal.send.part2 = kernel.function("send_group_sigqueue") > probe _signal.send.part3 = kernel.function("send_sigqueue") > { > name = "send_sigqueue" >-%( kernel_v > "2.6.25" %? >+%( kernel_v >= "2.6.26" %? > task = $t > sig = $q->info->si_signo > %:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 6752
:
2834
| 2835