-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gnrc_sixlowpan_frag_sfr: fix ARQ scheduler race-condition #19679
Merged
bors
merged 1 commit into
RIOT-OS:master
from
miri64:gnrc_sixlowpan_frag_sfr/bug/arq-scheduler-race
May 30, 2023
Merged
gnrc_sixlowpan_frag_sfr: fix ARQ scheduler race-condition #19679
bors
merged 1 commit into
RIOT-OS:master
from
miri64:gnrc_sixlowpan_frag_sfr/bug/arq-scheduler-race
May 30, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
miri64
requested review from
haukepetersen,
PeterKietzmann and
cgundogan
as code owners
May 30, 2023 12:32
benpicco
reviewed
May 30, 2023
miri64
force-pushed
the
gnrc_sixlowpan_frag_sfr/bug/arq-scheduler-race
branch
from
May 30, 2023 12:43
5b913e2
to
377bc51
Compare
miri64
added
the
Type: bug
The issue reports a bug / The PR fixes a bug (including spelling errors)
label
May 30, 2023
miri64
force-pushed
the
gnrc_sixlowpan_frag_sfr/bug/arq-scheduler-race
branch
from
May 30, 2023 12:50
377bc51
to
7c28616
Compare
benpicco
approved these changes
May 30, 2023
miri64
added
the
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
label
May 30, 2023
miri64
force-pushed
the
gnrc_sixlowpan_frag_sfr/bug/arq-scheduler-race
branch
from
May 30, 2023 14:42
a10b277
to
31c6191
Compare
bors merge |
bors bot
added a commit
that referenced
this pull request
May 30, 2023
19610: drivers/periph/rtc: improve doc on rtc_set_alarm r=maribu a=maribu ### Contribution description - point out behavior on denormalized time stamps - use errno codes to indicate errors (and adapt the few instances of actual error handling to use them) 19670: cpu/stm32: stm32f4 BRR from BSRR r=maribu a=kfessel ### Contribution description sometimes one wants to save one instruction :) just write the bits we need to write. ### Testing procedure tests/periph/gpio_ll tests this ### Issues/PRs references `@maribu` might know some reference maybe #19407 19678: gnrc_sixlowpan_iphc: fix NULL pointer dereference r=maribu a=miri64 19679: gnrc_sixlowpan_frag_sfr: fix ARQ scheduler race-condition r=maribu a=miri64 19680: gnrc_sixlowpan_frag_rb: fix OOB write in _rbuf_add r=maribu a=miri64 19681: sys/xtimer: improve documentation r=maribu a=maribu ### Contribution description - Add a warning that xtimer is deprecated, so that new code hopefully starts using ztimer - Add a hint that `ztimer_xtimer_compat` can be used even after `xtimer` is gone Co-authored-by: Marian Buschsieweke <marian.buschsieweke@ovgu.de> Co-authored-by: Karl Fessel <karl.fessel@ovgu.de> Co-authored-by: Martine Lenders <m.lenders@fu-berlin.de>
This PR was included in a batch that was canceled, it will be automatically retried |
Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area: network
Area: Networking
Area: sys
Area: System
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
Type: bug
The issue reports a bug / The PR fixes a bug (including spelling errors)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Contribution description
See GHSA-8m3w-mphf-wxm8
Testing procedure
Issues/PRs references