Skip to content

Fix backport CI#381

Merged
leofang merged 1 commit into
NVIDIA:mainfrom
leofang:fix_bp
Jan 12, 2025
Merged

Fix backport CI#381
leofang merged 1 commit into
NVIDIA:mainfrom
leofang:fix_bp

Conversation

@leofang

@leofang leofang commented Jan 12, 2025

Copy link
Copy Markdown
Member

@copy-pr-bot

copy-pr-bot Bot commented Jan 12, 2025

Copy link
Copy Markdown
Contributor

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@leofang leofang added the to-be-backported Trigger the bot to raise a backport PR upon merge label Jan 12, 2025
@leofang

leofang commented Jan 12, 2025

Copy link
Copy Markdown
Member Author

Let me add the backport label and admin-merge to test the backport CI. It should leave a comment in this PR to report an error.

@leofang
leofang merged commit 604fcac into NVIDIA:main Jan 12, 2025
@leofang
leofang deleted the fix_bp branch January 12, 2025 17:04
@github-actions

Copy link
Copy Markdown

Backport failed for 11.8.x, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin 11.8.x
git worktree add -d .worktree/backport-381-to-11.8.x origin/11.8.x
cd .worktree/backport-381-to-11.8.x
git switch --create backport-381-to-11.8.x
git cherry-pick -x 6c3e074e9ff8776ad99b44def15bc22ec7adada2

@leofang leofang added this to the cuda-python 12-next, 11-next milestone Jan 12, 2025
@leofang leofang added bug Something isn't working CI/CD CI/CD infrastructure P0 High priority - Must do! and removed to-be-backported Trigger the bot to raise a backport PR upon merge labels Jan 12, 2025
@github-actions

Copy link
Copy Markdown

Backport failed for 11.8.x, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin 11.8.x
git worktree add -d .worktree/backport-381-to-11.8.x origin/11.8.x
cd .worktree/backport-381-to-11.8.x
git switch --create backport-381-to-11.8.x
git cherry-pick -x 6c3e074e9ff8776ad99b44def15bc22ec7adada2

2 similar comments
@github-actions

Copy link
Copy Markdown

Backport failed for 11.8.x, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin 11.8.x
git worktree add -d .worktree/backport-381-to-11.8.x origin/11.8.x
cd .worktree/backport-381-to-11.8.x
git switch --create backport-381-to-11.8.x
git cherry-pick -x 6c3e074e9ff8776ad99b44def15bc22ec7adada2

@github-actions

Copy link
Copy Markdown

Backport failed for 11.8.x, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin 11.8.x
git worktree add -d .worktree/backport-381-to-11.8.x origin/11.8.x
cd .worktree/backport-381-to-11.8.x
git switch --create backport-381-to-11.8.x
git cherry-pick -x 6c3e074e9ff8776ad99b44def15bc22ec7adada2

@leofang leofang self-assigned this Jan 19, 2025
rparolin added a commit to rparolin/cuda-python that referenced this pull request Jul 21, 2026
It didn't actually guard the two lifetime fixes: the driver copies the path
during the set call (so the NVIDIA#379 latent UAF can't trigger), and a missing free
leaks silently (so NVIDIA#381 wouldn't fail the test either).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working CI/CD CI/CD infrastructure P0 High priority - Must do!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant