-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
[Backport v3.7-branch] Bluetooth: L2CAP: Downgrade user_data API error to a warning #77239
Conversation
When user_data is not zeroed-out, the API returns an error. Downgrade the API error to a warning log instead. Introducing this check (#76489) broke a few PTS tests, as user_data is not initialized by `net_buf_alloc()`. Doing so is in discussion: #77088 Signed-off-by: Jonathan Rico <[email protected]> (cherry picked from commit 6fa6c4c)
@jori-nordic this one needs a respective issue before it can be accepted as a backport |
I would but I don't know which PTS tests specifically failed. |
Ping @jori-nordic @sjanc |
This needs a bug report in order to get backported. |
This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time. |
Backport 6fa6c4c from #77113.
Fixes #77088