-
Notifications
You must be signed in to change notification settings - Fork 22
[stable/v2.1.x] Release v2.1.2 #191
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
base: stable/v2.1.x
Are you sure you want to change the base?
Conversation
6a1357b to
451e85d
Compare
|
Hm, I think we may need to have some way to specify the maximum upstream kernel version that we would like to support for a stable release. Tests fail here because we don't have the latest fixes for v6.17 UEK-NEXT. But really, if you want that support it will be in v2.2.0, so I don't really see the point in backporting it here. |
We've seen tests fail due to debuginfo being missing from oss.oracle.com. This is an ongoing issue and rather than have it block our tests, we need to add a bit more flexibility. This is still only activated when the github label is applied to the PR, so in most cases, up-to-date debuginfo is still required. This just unblocks pull request review and merge. Orabug: 38625032 Signed-off-by: Stephen Brennan <[email protected]>
Signed-off-by: Stephen Brennan <[email protected]>
This ensures we have helpers with the latest fixes for the latest upstream kernels. Signed-off-by: Stephen Brennan <[email protected]>
Signed-off-by: Stephen Brennan <[email protected]>
Using found_count == max_pages as the loop break condition can fail, if we hit the "inode_path(inode) is None" case on line 238 when found_count == max_pages. Use a >= comparison so that if we've overshot, we still break out of the loop. This fixes uncommon issues where the test framework spends a long time dumping pages. Signed-off-by: Stephen Brennan <[email protected]>
Signed-off-by: Stephen Brennan <[email protected]>
451e85d to
231239e
Compare
|
Ok, I also included a fix for the |
This release will include the RDS fix that was sitting in the stable branch. Also my test fixes from #190 due to the ongoing missing debuginfo. Finally, the main reason for the release is adding support for drgn 0.0.33.