]> Git Repo - linux.git/commit
x86/earlyprintk: Add a force option for pciserial device
authorFeng Tang <[email protected]>
Tue, 2 Oct 2018 16:49:21 +0000 (00:49 +0800)
committerBorislav Petkov <[email protected]>
Tue, 2 Oct 2018 19:02:47 +0000 (21:02 +0200)
commitd2266bbfa9e3e32e3b642965088ca461bd24a94f
tree14f22dd9237f9679d6cdd7408144afebaf5764c1
parent17b57b1883c1285f3d0dc2266e8f79286a7bef38
x86/earlyprintk: Add a force option for pciserial device

The "pciserial" earlyprintk variant helps much on many modern x86
platforms, but unfortunately there are still some platforms with PCI
UART devices which have the wrong PCI class code. In that case, the
current class code check does not allow for them to be used for logging.

Add a sub-option "force" which overrides the class code check and thus
the use of such device can be enforced.

 [ bp: massage formulations. ]

Suggested-by: Borislav Petkov <[email protected]>
Signed-off-by: Feng Tang <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Cc: "H. Peter Anvin" <[email protected]>
Cc: "Stuart R . Anderson" <[email protected]>
Cc: Bjorn Helgaas <[email protected]>
Cc: David Rientjes <[email protected]>
Cc: Feng Tang <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Cc: H Peter Anvin <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Jiri Kosina <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: Kai-Heng Feng <[email protected]>
Cc: Kate Stewart <[email protected]>
Cc: Konrad Rzeszutek Wilk <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Philippe Ombredanne <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Thymo van Beers <[email protected]>
Cc: [email protected]
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Documentation/admin-guide/kernel-parameters.txt
arch/x86/kernel/early_printk.c
This page took 0.053258 seconds and 4 git commands to generate.