Per Andersson

Results 3 comments of Per Andersson

it looks like dev_base_lock has been removed from the kernel https://review.lttng.org/c/lttng-modules/+/12178/4 I will lock at what is used instead and have a look tomorrow

vmnet-only/vnetInt.h needs to be updated with something like this for the definition of the dev locks ``` #if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 9, 0) # define dev_lock_list() rcu_read_lock() # define dev_unlock_list()...