Skip to content

Conversation

@asmellby
Copy link

@asmellby asmellby commented Dec 3, 2025

Cherry-pick several bugfixes from upstream.

alexstanoev-nordic and others added 8 commits December 3, 2025 15:59
Fix a missing unref of a bt_conn reference, leading to a ref count
mismatch, and causing the following warning to be printed:
bt_conn: Found valid connection ... in disconnected state.

Signed-off-by: Aleksandar Stanoev <[email protected]>
(cherry picked from commit 1eea6ad)
Upstream-status: available
Fixes an issue introduced in commit
3261569 which wrongly did not
check what the residing device was on before determining if a
slot was part of a partition area

Signed-off-by: Jamie McCrae <[email protected]>
(cherry picked from commit ae2b4a4)
Upstream-status: available
As the loop unpacking the DNS name from records checks the current
label length on each iteration, it's also needed to update the remaining
buffer length on each iteration, otherwise the buffer length checks
doesn't work as expected.

Additionally, the remaining buffer checks while technically worked, they
were conceptually wrong and unintuitive. The buf->data pointer doesn't
move, so comparing against this pointer when adding new labels doesn't
make sense. It's more intuitive to simply compare the label size vs
the remaining buffer space.

Signed-off-by: Robert Lubos <[email protected]>
(cherry picked from commit 7bd45cd)
Upstream-status: available
Verify that dns_unpack_name() generates a valid DNS name when unpacking
records and that it returns an error in case of overflow.

Signed-off-by: Robert Lubos <[email protected]>
(cherry picked from commit 7a9ca8e)
Upstream-status: available
Set Log Level to Info when the HTTP socket reports ENETDOWN,
instead of logging an error each time the network is down.

Signed-off-by: Joel Schaller <[email protected]>
(cherry picked from commit f22899e)
Upstream-status: available
Enable clock control by default for siwx91x SoCs. Moreover, most
drivers for siwx91x soc depend on clock control, but didn't declare
it.

Signed-off-by: Martin Hoff <[email protected]>
(cherry picked from commit ff3637b)
Upstream-status: available
To enhance throughput performance on the SiWx91x series, Added
some Siwx91x configurations by deafult.

Signed-off-by: Rahul Gurram <[email protected]>
(cherry picked from commit e02845b)
Upstream-status: available
This commit adds the GPIO overlay files for the brd4342a board,
enabling gpio_basic_api support in Zephyr.

Signed-off-by: S Mohamed Fiaz <[email protected]>
(cherry picked from commit 376747f)
Upstream-status: available
@asmellby asmellby requested a review from a team December 3, 2025 15:51
@asmellby asmellby merged commit 0c14b37 into SiliconLabsSoftware:silabs/v2025.12 Dec 3, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants