You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
btf: fix race when loading cached kernel (module)? spec
When going from the fast read path to the slow write path, another
thread may have already loaded the desired spec. This can cause loading
the kernel spec twice, but also issues like rebasing a decoder from a
base to another with the same content (both kernel spec) but different
addresses.
Signed-off-by: Paul Cacheux <[email protected]>
0 commit comments