Re: [PATCH v2 0/3] printk: fix double printing with earlycon

2017-03-14 Thread Sudeep Holla
Hi Aleksey, (Sorry for the delayed response, was on vacation) On 02/03/17 13:11, Aleksey Makarov wrote: > If a console was specified by ACPI SPCR table _and_ command line parameters > like > "console=ttyAMA0" _and_ "earlycon" were specified, then log messages > appear twice. > > This issue was

[PATCH v2 0/3] printk: fix double printing with earlycon

2017-03-02 Thread Aleksey Makarov
If a console was specified by ACPI SPCR table _and_ command line parameters like "console=ttyAMA0" _and_ "earlycon" were specified, then log messages appear twice. This issue was addressed in the patch [1] but the approach was wrong and a revert [2] was suggested. First two patches "printk: fix n