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:
Sebastian Sumpf
2024-06-28 10:30:24 +02:00
committed by Christian Helmuth
parent 92b34837cb
commit 2014046f77
22 changed files with 325 additions and 2256 deletions

View File

@ -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