[Bug 1190561] OOPS / Invalid RIP in when attaching XDP program to veth interface
http://bugzilla.opensuse.org/show_bug.cgi?id=1190561 http://bugzilla.opensuse.org/show_bug.cgi?id=1190561#c12 --- Comment #12 from Mark Rohrbacher <m.rohrbacher@r-dev.de> --- If you could supply an RPM with the c3d6324f841b ("x86/alternatives: Teach text_poke_bp() to emulate instructions") patch applied, I'd confirm if this fixes the problem. It should cherry-pick just fine. Without that patch, not supplying a valid detour (which currently only happens in __bpf_arch_text_poke) will definitely lead to a crash if another CPU runs into the int3 handler. With that patch, not supplying a detour to text_poke_bp will be the default (that is, if the patched instruction is trivial, e.g. int3, call, jmp). -- You are receiving this mail because: You are the assignee for the bug.
participants (1)
-
bugzilla_noreply@suse.com