Skip to content
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

(RHEL-33436) generator: "uninline" generator_open_unit_file and generator_add_symlink #285

Merged

Conversation

msekletar
Copy link
Member

@msekletar msekletar commented Jul 16, 2024

Inlining of these functions changed ABI of libsystemd-shared which causes issue on update when generators packaged in systemd-udev subpackage fail to execute because of ABI change. systemd and the library are already updated while systemd-udev subpackage is not and hence old generators can't be started when systemd is reexecuting due to internal library incompatibility.

rhel-only: bugfix

Resolves: RHEL-33436

Inlining of these functions changed ABI of libsystemd-shared which
causes issue on update when generators packaged in systemd-udev
subpackage fail to execute because of ABI change. systemd and the
library are already updated while systemd-udev subpackage is not and
hence old generators can't be started when systemd is reexecuting
due to internal library incompatibility.

rhel-only: bugfix

Resolves: RHEL-33436
@msekletar msekletar requested a review from dtardon July 16, 2024 16:36
@github-actions github-actions bot added pr/needs-ci Formerly needs-ci pr/needs-review Formerly needs-review labels Jul 16, 2024
Copy link

github-actions bot commented Jul 16, 2024

Commit validation

Tracker - RHEL-33436

The following commits need an inspection

commit note
db8c03f - generator: "uninline" generator_open_unit_file and generator_add_symli… Missing upstream reference ‼️

Tracker validation

Success

🟢 Tracker RHEL-33436 has set desired product: rhel-9.3.0
🟢 Tracker RHEL-33436 has set desired component: systemd
🟢 Tracker RHEL-33436 has been approved


Pull Request validation

Success

🟢 CI - All checks have passed
🟢 Review - Reviewed by a member
🟢 Approval - Changes were approved


Auto Merge

Success

🟢 Pull Request is not marked as draft and it's not blocked by dont-merge label
🟢 Pull Request meet requirements, title has correct form
🟢 Pull Request meet requirements, mergeable is true
🟢 Pull Request meet requirements, mergeable_state is clean
🟢 Pull Request has correct target branch main
🟢 Pull Request was merged

@msekletar
Copy link
Member Author

FWIW, I tested it locally and the patch seems to fix the issue.

@github-actions github-actions bot removed the pr/needs-ci Formerly needs-ci label Jul 16, 2024
Copy link
Member

@dtardon dtardon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@github-actions github-actions bot removed the pr/needs-review Formerly needs-review label Jul 17, 2024
@github-actions github-actions bot merged commit 52aaecf into redhat-plumbers:main Jul 17, 2024
30 checks passed
@jamacku jamacku added this to the RHEL-9.5.0 milestone Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants