mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-17 22:58:26 +00:00
lxip: update to 6.6.47
Now, we schedule before unblocking the rx_task. This is done in order to execute a potentially ready ksoftirqd before unblocking the rx_task, which in turn may execute soft-interrupt handlers through bottom half code leading to double lock attempts of the socket spinlock. Issue #5264
This commit is contained in:
committed by
Christian Helmuth
parent
92b34837cb
commit
2014046f77
@ -19,6 +19,8 @@ SRC_C += dummies.c \
|
||||
|
||||
SRC_CC += genode_c_api/nic_client.cc
|
||||
|
||||
LD_OPT += --version-script=$(LXIP_DIR)/symbol.map
|
||||
|
||||
#
|
||||
# Don't create jump slots for everything compiled in here since there are
|
||||
# function calls from inline assembly (i.e., __sw_hweight64) with unaligned sp
|
||||
|
Reference in New Issue
Block a user