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
Tempesta crashes with a kernel BUG when /proc/tempesta/perfstat is accessed early, before the cfgend() stage completes. This happens because tfw_apm_global_data is initialized too late — only in tfw_apm_cfgend().
Tempesta crashes with a kernel BUG when /proc/tempesta/perfstat is accessed early, before the cfgend() stage completes. This happens because tfw_apm_global_data is initialized too late — only in tfw_apm_cfgend().
issue#2424