-
Notifications
You must be signed in to change notification settings - Fork 23
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
(#2190153) pstore: fix crash and forward dummy arguments instead of NULL #385
Merged
jamacku
merged 3 commits into
redhat-plumbers:rhel-8.8.0
from
msekletar:pstore-crash-8-8
May 10, 2023
Merged
(#2190153) pstore: fix crash and forward dummy arguments instead of NULL #385
jamacku
merged 3 commits into
redhat-plumbers:rhel-8.8.0
from
msekletar:pstore-crash-8-8
May 10, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Tracker - 2190153 The following commits meet all requirements
|
@jamacku Apparently bot has eaten the bug reference in the description. |
jamacku
reviewed
Apr 27, 2023
[msekleta: in our version of systemd "const char path*" argument of path_join() can't be NULL. Here we don't really want any subdirs paths passed into move_file(), but we can't just pass NULL pointers because they will be forwarded to path_join(). Hence, let's just pass "/" instead.] rhel-only Related: #2190153
Workflow gathers metadata like pull request numbers and information about commits. This metadata is used for commit validation and other actions. This workflow also triggers for rest of the source-git automation workflows. rhel-only Related: #2190153
Add a GitHub Workflow that is triggered on `workflow_run` events. It uses metadata provided by `redhat-plumbers-in-action/gather-pull-request-metadata` GitHub Action to get the PR number and the commit metadata. The commit metadata is then used to check if the commit message contains all required information (tracker and upstream reference). GitHub Action responsible for commit verification `redhat-plumbers-in-action/advanced-commit-linter` is configured via the `advanced-commit-linter.yml` file. rhel-only Related: #2190153
msekletar
force-pushed
the
pstore-crash-8-8
branch
from
April 27, 2023 10:35
daf536b
to
3a8bf07
Compare
Sorry, |
dtardon
approved these changes
Apr 27, 2023
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.
LGTM
jamacku
added a commit
to jamacku/advanced-commit-linter
that referenced
this pull request
Apr 27, 2023
issue-metadata PR: - redhat-plumbers-in-action/issue-metadata#18 Resolves issue encountered in: - redhat-plumbers/systemd-rhel8#385
jamacku
added a commit
to redhat-plumbers-in-action/advanced-commit-linter
that referenced
this pull request
Apr 27, 2023
issue-metadata PR: - redhat-plumbers-in-action/issue-metadata#18 Resolves issue encountered in: - redhat-plumbers/systemd-rhel8#385
systemd-rhel-bot
changed the title
(#2190153) pstore: fix crash and forward dummy arguments instead of NULL
(#2190153) (#2190153) pstore: fix crash and forward dummy arguments instead of NULL
May 1, 2023
jamacku
changed the title
(#2190153) (#2190153) pstore: fix crash and forward dummy arguments instead of NULL
(#2190153) pstore: fix crash and forward dummy arguments instead of NULL
May 3, 2023
systemd-rhel-bot
added
tracker/unapproved
Formerly needs-acks
and removed
tracker/unapproved
Formerly needs-acks
labels
May 6, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves: #2190153