26.04 - apparmor/Kconfig: Fix warning and a typo#500
Conversation
PR Validation ReportPatchscan ✅ No Missing FixesAll cherry-picked commits checked — no missing upstream fixes found. PR Lint ❌ Errors foundDetailsChecking 1 commits... Cherry-pick digest: ┌──────────────┬──────────────────────────────────────────────────────────────────┬────────────┬─────────┬───────────────────────────┐ │ Local │ Referenced upstream / Patch subject │ Patch-ID │ Subject │ SoB chain │ ├──────────────┼──────────────────────────────────────────────────────────────────┼────────────┼─────────┼───────────────────────────┤ │ e5acdaa288aa │ [SAUCE] 26.04 - apparmor/kconfig: fix warning and a typo │ N/A │ N/A │ kbutala │ └──────────────┴──────────────────────────────────────────────────────────────────┴────────────┴─────────┴───────────────────────────┘ Lint: all checks passed. PR metadata: W: PR title missing [<branch>] prefix: "26.04 - apparmor/Kconfig: Fix warning and a typo" E: PR targets 26.04_linux-nvidia but body has no https://bugs.launchpad.net/... link |
|
https://bugs.launchpad.net/ubuntu/+source/linux-nvidia-6.17/+bug/2161703
|
|
One extra change the commit title starts with "26.06 -", can you replace that with "NVIDIA: SAUCE: " |
While building the kernel, the following warning is emitted: security/apparmor/Kconfig:120:warning: multi-line strings not supported Also, a minor typo has been fixed s/defauit/default. Bug: https://bugs.launchpad.net/ubuntu/+source/linux-nvidia-6.17/+bug/2161703 Signed-off-by: Kaushal Rajeev Butala <kbutala@nvidia.com>
4c9d7c2 to
e5acdaa
Compare
Agreed! |
|
@kbutala-nv thanks for adding the NVIDIA: SAUCE but just an extra change remove the 26.04- so the commit looks like this: |
BaseOS Kernel ReviewSummaryNo issues found across the reviewed commits. Findings: no problems found Latest watcher review: open review Generated test plan: open test plan Kernel deb build: successful (download debs, 4 files) Head: This comment is maintained by nv-pr-bot. It is updated when the GitHub watcher publishes a newer review. |
While building the kernel, the following warning is emitted:
security/apparmor/Kconfig:120:warning: multi-line strings not supported
Also, a minor typo has been fixed - s/defauit/default.