|
20 | 20 |
|
21 | 21 |
|
22 | 22 | Name: python-drgn-tools |
23 | | -Version: 2.1.0 |
| 23 | +Version: 2.2.0 |
24 | 24 | Release: 1%{?dist} |
25 | 25 | Summary: Helper scripts for drgn, containing the corelens utility |
26 | 26 |
|
@@ -59,7 +59,7 @@ a running kernel image (via /proc/kcore).} |
59 | 59 | # The drgn dependency can be fulfilled by drgn with, or without, CTF support. |
60 | 60 | # However, drgn-tools is tied to specific drgn releases. |
61 | 61 | %global drgn_min 0.0.32 |
62 | | -%global drgn_max 0.0.33 |
| 62 | +%global drgn_max 0.0.34 |
63 | 63 |
|
64 | 64 | %package -n drgn-tools |
65 | 65 | Summary: %{summary} |
@@ -135,6 +135,27 @@ rm %{buildroot}/usr/bin/DRGN |
135 | 135 | %endif |
136 | 136 |
|
137 | 137 | %changelog |
| 138 | +* Tue Nov 04 2025 Stephen Brennan <[email protected]> - 2.2.0-1 |
| 139 | +- Rework drgn-tools debuginfo loading to be based on drgn's Module API (Stephen Brennan) |
| 140 | +- Create "oracle" drgn plugin which encapsulates drgn-tools debuginfo logic (Stephen Brennan) |
| 141 | +- New corelens module: "pstack" for printing userspace stack traces (Stephen Brennan) |
| 142 | +- Corelens module: equivalent to oled memstate [Orabug: 37357348] (Yassine Larhrissi) |
| 143 | +- Corelens fails accessing rds_ib_devices [Orabug: 37502613] (Stephen Brennan) |
| 144 | +- Print ioeventfd, iobus, vmstat and vcpustat information in kvm corelens module. [Orabug: 37713468] (Siddhi Katage) |
| 145 | +- crash in corelens rds module [Orabug: 38225228] (Stephen Brennan) |
| 146 | +- test_dump_page_cache_pages_pinning_cgroups produces too much output [Orabug: 37974100] (Stephen Brennan) |
| 147 | +- Test failure for module_build_id() in Linux 6.14 [Orabug: 37973187] (Stephen Brennan) |
| 148 | +- False negatives in module debuginfo detection [Orabug: 37894875] (Stephen Brennan) |
| 149 | +- Make md helper not crash with uninitialized percpu refcount [Orabug: 37968889] (Junxiao Bi) |
| 150 | +- UEK8, drgn-tools-2.1.0-1.el9.noarch : Error with corelens binary when run with /proc/kcore or vmcore [Orabug: 37894852] (Stephen Brennan) |
| 151 | +- drgn-tools-2.1.0-1.el9: python traceback when ctrl-c done with corelens command [Orabug: 37894865] (Stephen Brennan) |
| 152 | +- Mountinfo fails on a (nearly) empty struct mount [Orabug: 37911508] (Stephen Brennan) |
| 153 | +- lockup: detect the blocker for process hang in RCU grace period [Orabug: 37899681] (Richard Li) |
| 154 | +- Add vectorinfo module to drgn_tools [Orabug: 38383772] (Srivathsa Dara) |
| 155 | +- corelens: dump panic bt [Orabug: 38074929] (Richard Li) |
| 156 | +- Enhance rds helper to extract rdma resources and RDS QP state [Orabug: 38221449] (Anand Khoje) |
| 157 | +- Add sosreport module for collecting corelens reports (Anil Palakunnathu Kunnengeri) |
| 158 | + |
138 | 159 | * Thu Apr 17 2025 Stephen Brennan <[email protected]> - 2.1.0-1 |
139 | 160 | - Add helper and module for unsubmitted pending work (Imran Khan) |
140 | 161 | - Add -V option to display version, and include the version in corelens reports (Stephen Brennan) [Orabug: 37503503] |
|
0 commit comments