Skip to content

no user mode access to MQTT subsystem #14947

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

Closed
andrewboie opened this issue Mar 27, 2019 · 0 comments
Closed

no user mode access to MQTT subsystem #14947

andrewboie opened this issue Mar 27, 2019 · 0 comments
Assignees
Labels
area: Memory Protection bug The issue is a bug, or the PR is fixing a bug priority: medium Medium impact/importance bug

Comments

@andrewboie
Copy link
Contributor

MQTT is built on sockets, but MQTT client instances have an embedded k_mutex which can't live in userspace. Hence any attempts to use these APIs generate a fault.

The preferred fix would be into introduce a mutex API which don't require the mutexes to be in kernel space.

@andrewboie andrewboie added bug The issue is a bug, or the PR is fixing a bug area: Memory Protection labels Mar 27, 2019
@andrewboie andrewboie self-assigned this Mar 27, 2019
@nashif nashif added the priority: medium Medium impact/importance bug label Mar 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Memory Protection bug The issue is a bug, or the PR is fixing a bug priority: medium Medium impact/importance bug
Projects
None yet
Development

No branches or pull requests

2 participants