zephyr/subsys
Ramakrishna Pallala a895d21d63 subsys: random: Fix semaphore initial count of xoroshiro128
Semaphore state_sem initial count is set to 0 but k_sem_give()
is invoked first in sys_rand32_get() which will block the caller
forever.

Fix the issue by setting the initail count to count_limit.

Signed-off-by: Ramakrishna Pallala <ramakrishna.pallala@intel.com>
2017-11-15 15:47:10 -06:00
..
bluetooth Bluetooth: Mesh: shell: Fix newline in incorrect place 2017-11-15 13:38:54 +01:00
console kbuild: Removed KBuild 2017-11-08 20:00:22 -05:00
cpp kbuild: Removed KBuild 2017-11-08 20:00:22 -05:00
debug kbuild: Removed KBuild 2017-11-08 20:00:22 -05:00
dfu kbuild: Removed KBuild 2017-11-08 20:00:22 -05:00
disk kbuild: Removed KBuild 2017-11-08 20:00:22 -05:00
fs kbuild: Removed KBuild 2017-11-08 20:00:22 -05:00
logging kbuild: Removed KBuild 2017-11-08 20:00:22 -05:00
net net: lwm2m: fix max measurement checks 2017-11-15 15:31:45 +02:00
random subsys: random: Fix semaphore initial count of xoroshiro128 2017-11-15 15:47:10 -06:00
shell shell: Fix looking up help for the current module 2017-11-15 16:04:39 +02:00
usb usb: netusb: Use lower addresses for default endpoint config 2017-11-10 13:10:00 -05:00
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
Kconfig subsys: Add random subsystem 2017-11-01 08:26:29 -04:00