-
Notifications
You must be signed in to change notification settings - Fork 20
Create 2.1 release #153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create 2.1 release #153
Conversation
This is an exciting new idea, but it is still in development. For now, let's disable it from the "lock" module. We'll re-enable it when it is fully baked. Signed-off-by: Stephen Brennan <[email protected]>
Signed-off-by: Stephen Brennan <[email protected]>
Signed-off-by: Stephen Brennan <[email protected]>
With CTF debuginfo, for certain versions of UEK, there are no type signatures for functions. This means that Objects cannot be constructed for those functions, and thus using prog["function_name"] will not work. However, the symbols are still present, and thus prog.symbol("function_name") will be equivalent. Remove the usage here for delayed_work_timer_fn(). Orabug: 37695749 Signed-off-by: Stephen Brennan <[email protected]>
Signed-off-by: Stephen Brennan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
Signed-off-by: Stephen Brennan <[email protected]>
I'm not entirely certain why I did this, because I'm rather confident that there is an rpm2cpio package available. Signed-off-by: Stephen Brennan <[email protected]>
It's nice to have it working on UEK4 even if we're not testing it much anymore. Signed-off-by: Stephen Brennan <[email protected]>
Signed-off-by: Stephen Brennan <[email protected]>
Any tests that access individual work items should not be run on live systems. Similar to smp tests, the system is too busy and we run into too many runtime errors, so the tests are flaky. Signed-off-by: Stephen Brennan <[email protected]>
Signed-off-by: Stephen Brennan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good.
This pull request is not yet fully through QA. However, it is blocking other PRs and development on the main branch. I'll merge the PR, create the |
No description provided.