• Maciej Lipinski's avatar
    [issue #8] Avoid locking already locked shmem · 2056e517
    Maciej Lipinski authored
    Shmem is locked for the entire execution of the rtu_fd_init()
    function. Yet, this function call few clean_*() functions that
    attempt to lock shmem before cleaning... this caused shmem
    errors. It was fixed by specifying input parameter to clean_*()
    functions. The parameter specifies whether locking is required
    or not.
    2056e517
Name
Last commit
Last update
binaries Loading commit data...
build Loading commit data...
configs Loading commit data...
doc Loading commit data...
hwinfo-sdb Loading commit data...
kernel Loading commit data...
patches Loading commit data...
robustness/coding Loading commit data...
scripts Loading commit data...
usb-loader Loading commit data...
userspace Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
COPYING Loading commit data...
Kconfig Loading commit data...
Kconfig_port_timing.in Loading commit data...
Kconfig_sfp_fiber.in Loading commit data...
Kconfig_vlans.in Loading commit data...
Makefile Loading commit data...
Makefile.kconfig Loading commit data...
README Loading commit data...
gen_kconfig_port_timing.sh Loading commit data...
gen_kconfig_sfp_fiber.sh Loading commit data...