Re: [PATCH v2] Add more Orabugs to dtrace.spec
Kris Van Hees <[email protected]>
| Newsgroups | dev.linux.lists.dtrace |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Oct 27, 2025 at 02:25:37PM -0400, [email protected] wrote: > From: Eugene Loh <[email protected]> > > Signed-off-by: Eugene Loh <[email protected]> Reviewed-by: Kris Van Hees <[email protected]> > --- > dtrace.spec | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/dtrace.spec b/dtrace.spec > index 21a370f5e..0905763fd 100644 > --- a/dtrace.spec > +++ b/dtrace.spec > @@ -241,8 +241,12 @@ systemctl start dtprobed || : > - Error injection via return() action. (Kris Van Hees) > - Improved string handling. (Kris Van Hees) > - Various bug fixes. (Eugene Loh, Kris Van Hees) > +- Fix dyn vars overwriting one another. [Orabug: 37994729] > +- Fix regression: list fbt probes by default. [Orabug: 38249511] > - Various testsuite fixes and improvements. > (Nick Alcock, Eugene Loh, Alan Maguire, Kris Van Hees) > +- Add test for preprocessor definitions. [Orabug: 28763074] > +- Fix some stack tests. [Orabug: 37459289] > > * Tue Jun 10 2025 Kris Van Hees <[email protected]> - 2.0.3-1 > - This is only released on OL10. > @@ -333,7 +337,7 @@ systemctl start dtprobed || : > - Fix dtprobed to support DOF that exceeds 64KiB. (Nick Alcock) > [Orabug: 35411920] > - Do not modify input files with dtrace -G if unchanged. (Steven Sistare) > - [Orbug: 35417184] > + [Orabug: 35417184] > - Various testsuite fixes and improvements. > (Nick Alcock, Eugene Loh, Kris Van Hees) [Orabug: 35435195] > - Various code improvements. (Nick Alcock, Eugene Loh, Kris Van Hees) > -- > 2.47.3 >