diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2024-08-22 14:25:13 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2024-08-22 14:08:54 +0000 |
| commit | 8ba1a581b0871089bc1d4df17c1d97f1a18357ff (patch) | |
| tree | 82781c54c353afb47afaa5dc8f2ce3193bebd53c /pkg/report/testdata | |
| parent | 5e416b9760dc506494f60935ba8badf492728bff (diff) | |
pkg/report: extract the syz-executor info
For Linux bugs, extract the proc id and the prog id from the crash
report.
Diffstat (limited to 'pkg/report/testdata')
| -rw-r--r-- | pkg/report/testdata/linux/report/718 | 1 | ||||
| -rw-r--r-- | pkg/report/testdata/linux/report/719 | 1 | ||||
| -rw-r--r-- | pkg/report/testdata/linux/report/720 | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/pkg/report/testdata/linux/report/718 b/pkg/report/testdata/linux/report/718 index 08e9c14b2..cadead591 100644 --- a/pkg/report/testdata/linux/report/718 +++ b/pkg/report/testdata/linux/report/718 @@ -2,6 +2,7 @@ TITLE: INFO: rcu detected stall in corrupted ALT: stall in corrupted TYPE: HANG CORRUPTED: Y +EXECUTOR: proc=0, id=104 [ 146.893110][ C1] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks: [ 146.894767][ C1] rcu: (detected by 1, t=10002 jiffies, g=4241, q=1639 ncpus=2) diff --git a/pkg/report/testdata/linux/report/719 b/pkg/report/testdata/linux/report/719 index 25a3db884..af46a7eba 100644 --- a/pkg/report/testdata/linux/report/719 +++ b/pkg/report/testdata/linux/report/719 @@ -2,6 +2,7 @@ TITLE: INFO: rcu detected stall in corrupted ALT: stall in corrupted TYPE: HANG CORRUPTED: Y +EXECUTOR: proc=2, id=4572 [ 576.777151][ C0] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks: [ 576.778800][ C0] rcu: Tasks blocked on level-0 rcu_node (CPUs 0-1): P30749/1:b..l P22934/1:b..l diff --git a/pkg/report/testdata/linux/report/720 b/pkg/report/testdata/linux/report/720 index 782c4682a..9a2ffe039 100644 --- a/pkg/report/testdata/linux/report/720 +++ b/pkg/report/testdata/linux/report/720 @@ -2,6 +2,7 @@ TITLE: INFO: rcu detected stall in corrupted ALT: stall in corrupted TYPE: HANG CORRUPTED: Y +EXECUTOR: proc=2, id=737 [ 204.021600][ C1] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks: [ 204.023224][ C1] rcu: Tasks blocked on level-0 rcu_node (CPUs 0-1): P9294/1:b..l |
