Skip to content

Conversation

@npitre
Copy link

@npitre npitre commented Oct 4, 2019

A loop in k_mem_pool_alloc() around z_sys_mem_pool_block_alloc() assumes
the later may return -EAGAIN with an elaborate comment about it. But
-EAGAIN is no longer returned by that function since commit 7845e1b
("lib/mempool: Fix spurious -ENOMEM due to agressive latency control").

A loop in k_mem_pool_alloc() around z_sys_mem_pool_block_alloc() assumes
the later may return -EAGAIN with an elaborate comment about it. But
-EAGAIN is no longer returned by that function since commit 7845e1b
("lib/mempool: Fix spurious -ENOMEM due to agressive latency control").

Signed-off-by: Nicolas Pitre <[email protected]>
@andrewboie andrewboie merged commit d12462c into zephyrproject-rtos:master Oct 5, 2019
@npitre npitre deleted the k_mem_pool_alloc branch October 7, 2019 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants