Re: [PATCH] x86/efi: Preface all print statements with efi* tag

2015-10-25 Thread Josh Triplett
On Sun, Oct 25, 2015 at 10:26:35AM +, Matt Fleming wrote: > The pr_*() calls in the x86 EFI code may or may not include a > subsystem tag, which makes it difficult to grep the kernel log for all > relevant EFI messages and leads users to miss important information. > > Recently, a bug reporter

[PATCH] x86/efi: Preface all print statements with efi* tag

2015-10-25 Thread Matt Fleming
The pr_*() calls in the x86 EFI code may or may not include a subsystem tag, which makes it difficult to grep the kernel log for all relevant EFI messages and leads users to miss important information. Recently, a bug reporter provided all the EFI print messages from the kernel log when trying to