> + err_str_append(error_code, err_txt, X86_PF_INSTR, "[INSTR]", NULL); > + err_str_append(error_code, err_txt, X86_PF_PK, "[PK]" , NULL); > + err_str_append(error_code, err_txt, X86_PF_WRITE | X86_PF_INSTR, NULL, > + "[READ]"); Ah, I see the issue. OTOH, printing [READ] [INSTR] wouldn’t be so bad, either.
- Re: [PATCH 6/5] x86/fault: Clean up the page fault oop... Andy Lutomirski
- Re: [PATCH 6/5] x86/fault: Clean up the page faul... Sean Christopherson
- Re: [PATCH 6/5] x86/fault: Clean up the page ... Andy Lutomirski
- Re: [PATCH 6/5] x86/fault: Clean up the p... Sean Christopherson
- Re: [PATCH 6/5] x86/fault: Clean up t... Andy Lutomirski
- Re: [PATCH 6/5] x86/fault: Clean up the page faul... Sean Christopherson
- Re: [PATCH 6/5] x86/fault: Clean up the page ... Andy Lutomirski

