Re: [PATCH v2 02/14] x86/traps: Factor out extable_fixup() and make printing consistent

2020-05-28 Thread Andrew Cooper
On 28/05/2020 10:50, Jan Beulich wrote: > On 27.05.2020 21:18, Andrew Cooper wrote: >> UD faults never had any diagnostics printed, and the others were >> inconsistent. >> >> Don't use dprintk() because identifying traps.c is actively unhelpful in the >> message, as it is the location of the

Re: [PATCH v2 02/14] x86/traps: Factor out extable_fixup() and make printing consistent

2020-05-28 Thread Jan Beulich
On 27.05.2020 21:18, Andrew Cooper wrote: > UD faults never had any diagnostics printed, and the others were inconsistent. > > Don't use dprintk() because identifying traps.c is actively unhelpful in the > message, as it is the location of the fixup, not the fault. Use the new > vec_name()

[PATCH v2 02/14] x86/traps: Factor out extable_fixup() and make printing consistent

2020-05-27 Thread Andrew Cooper
UD faults never had any diagnostics printed, and the others were inconsistent. Don't use dprintk() because identifying traps.c is actively unhelpful in the message, as it is the location of the fixup, not the fault. Use the new vec_name() infrastructure, rather than leaving raw numbers for the