"i40e_napi_poll" does

        TP_fast_assign(
                __entry->curr_cpu = get_cpu();
        ),

which should be buggy because get_cpu() disables preemption and there is
no put_cpu() in sight (and none necessary?).
_______________________________________________
Intel-wired-lan mailing list
[email protected]
https://lists.osuosl.org/mailman/listinfo/intel-wired-lan

Reply via email to