-
Couldn't load subscription status.
- Fork 8.1k
Closed as not planned
Labels
Description
This issue was created automatically because the backport of #85705 to v4.0-branch failed.
The backport to v4.0-branch failed:
Auto-merging subsys/bluetooth/controller/ll_sw/nordic/lll/lll_scan.c
Auto-merging subsys/bluetooth/controller/ll_sw/nordic/lll/lll_sync.c
CONFLICT (content): Merge conflict in subsys/bluetooth/controller/ll_sw/nordic/lll/lll_sync.c
Auto-merging subsys/bluetooth/controller/ll_sw/ull_scan_aux.c
error: could not apply 49642efa41c... Bluetooth: Controller: Fix regression in scan aux release
hint: After resolving the conflicts, mark them with
hint: "git add/rm <pathspec>", then run
hint: "git cherry-pick --continue".
hint: You can instead skip this commit with "git cherry-pick --skip".
hint: To abort and get back to the state before "git cherry-pick",
hint: run "git cherry-pick --abort".
hint: Disable this message with "git config set advice.mergeConflict false"
To backport manually, run these commands in your terminal:
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-v4.0-branch v4.0-branch
# Navigate to the new working tree
cd .worktrees/backport-v4.0-branch
# Create a new branch
git switch --create backport-85705-to-v4.0-branch
# Cherry-pick the merged commits of this pull request and resolve the conflicts
git cherry-pick -x dcdd3308953ababa0a67382e696982b9f8e2ab86~2..dcdd3308953ababa0a67382e696982b9f8e2ab86
# Push it to GitHub
git push --set-upstream origin backport-85705-to-v4.0-branch
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-v4.0-branchThen, create a pull request where the base branch is v4.0-branch and the compare/head branch is backport-85705-to-v4.0-branch.