[PW_SID:1153633] Bluetooth: L2CAP: fix wrong identifier in __set_ack_timer() - #665
[PW_SID:1153633] Bluetooth: L2CAP: fix wrong identifier in __set_ack_timer()#665BluezTestBot wants to merge 6 commits into
Conversation
This patch adds workflow files for ci: [sync.yml] - The workflow file for scheduled work - Sync the repo with upstream repo and rebase the workflow branch - Review the patches in the patchwork and creates the PR if needed [ci.yml] - The workflow file for CI tasks - Run CI tests when PR is created Signed-off-by: Tedd Ho-Jeong An <tedd.an@intel.com>
This replaces the bzcafe action with bluez/action-ci so we can maintain everything in the github bluez organization Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This attempts to sync every 5 minutes instead of 30. Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
bluez/action-ci uses master as default branch for workflow which is incorrect for kernel Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
The CI action now creates individual GitHub Check Runs per test, which requires 'checks: write' permission on the GITHUB_TOKEN. Also make the pull_request trigger types explicit to include 'reopened', allowing CI to be retriggered by closing and reopening a PR.
__set_ack_timer(c) has chan->ack_timer instead of c->ack_timer like the other macros. Fix it to use the timer corresponding to the macro argument. In current code this is only called as __set_ack_timer(chan) so this has no runtime impact. Signed-off-by: Pauli Virtanen <pav@iki.fi>
|
CheckPatch |
|
VerifyFixes |
|
VerifySignedoff |
|
GitLint |
|
SubjectPrefix |
|
BuildKernel |
|
CheckAllWarning |
|
CheckSparse |
|
BuildKernel32 |
|
CheckKernelLLVM |
|
TestRunnerSetup |
|
TestRunner_l2cap-tester |
|
IncrementalBuild |
1424fd6 to
b3d5ba7
Compare
__set_ack_timer(c) has chan->ack_timer instead of c->ack_timer like the
other macros.
Fix it to use the timer corresponding to the macro argument. In current
code this is only called as __set_ack_timer(chan) so this has no runtime
impact.
Signed-off-by: Pauli Virtanen pav@iki.fi
Notes:
Saw this one in Sashiko trace.
include/net/bluetooth/l2cap.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)