Skip to content

RDKEMW-14005: Fix Coverity issues#571

Open
MonekaLakshmi wants to merge 9 commits intodevelopfrom
topic/RDKEMW-12354
Open

RDKEMW-14005: Fix Coverity issues#571
MonekaLakshmi wants to merge 9 commits intodevelopfrom
topic/RDKEMW-12354

Conversation

@MonekaLakshmi
Copy link
Contributor

Reason for change: Update libsyswrapper.bb with SHA

Reason for change: Update libsyswrapper.bb with SHA
@MonekaLakshmi MonekaLakshmi requested a review from a team as a code owner February 17, 2026 12:05
Copilot AI review requested due to automatic review settings February 17, 2026 12:05
@MonekaLakshmi MonekaLakshmi requested a review from a team as a code owner February 17, 2026 12:05
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the Yocto recipe for libSyscallWrapper to point to a newer upstream Git commit, presumably containing the Coverity-related fixes, by changing the pinned SRCREV.

Changes:

  • Update SRCREV in libsyswrapper.bb to a newer commit SHA.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 10 to 12
DEPENDS += "rdk-logger"
SRCREV = "5143ba5b92f5dc77b436837d51f2f612d5846b7b"
SRCREV = "7fa1b7ace6e314b83f14db028ef511a67cfa6037"
SRC_URI = "${CMF_GITHUB_ROOT}/libSyscallWrapper;${CMF_GITHUB_SRC_URI_SUFFIX};name=libsyswrapper"
Copy link

Copilot AI Feb 17, 2026

Choose a reason for hiding this comment

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

Changing SRCREV updates the fetched source but leaves the produced package version unchanged (since PV/PR are unchanged). In feeds/upgrade scenarios this can result in devices not picking up the new build because the package version string stays the same. Please bump the recipe revision (PR) (or alternatively incorporate SRCPV into PV) when updating SRCREV so the package version changes alongside the source.

Copilot uses AI. Check for mistakes.
Reason for change: Updated srcrev to consume the PR changes
Copilot AI review requested due to automatic review settings February 20, 2026 05:47
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

PR = "r0"
PACKAGE_ARCH = "${MIDDLEWARE_ARCH}"
SRCREV_rdk-libunpriv = "547d202d421ed83bd60b677b5d057cad3b7ae8ad"
SRCREV_rdk-libunpriv = "810b357f41605d9c3e09d2c47f9f3365da1b3b76"
Copy link

Copilot AI Feb 20, 2026

Choose a reason for hiding this comment

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

The PR title mentions "Fix Coverity issues" and indicates updates to both libsyswrapper.bb and libunpriv.bb, but the PR description only mentions "Update libsyswrapper.bb with SHA". The description should be updated to reflect that both libsyswrapper.bb and libunpriv.bb are being updated, or the title should clarify which files are being updated.

Copilot uses AI. Check for mistakes.
Copilot AI review requested due to automatic review settings February 25, 2026 09:25
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

RDKEMW-14300 : Pull RDKLogger latest to get all features of v3.1.0 (#…
Copilot AI review requested due to automatic review settings March 2, 2026 05:00
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants