Re: [PATCH 3/4 v13] x86/earlyprintk: setup earlyprintk as early as possible

2015-06-27 Thread Alexander Kuleshov
Hello Andy, 2015-06-28 0:39 GMT+06:00 Andy Shevchenko : > P.S. I guess you may try to submit first something a bit more trivial > that this to train your skills in open source community. You already > have 13 versions of the patch series with some stylistic issues. And > some of them might be due

Re: [PATCH 3/4 v13] x86/earlyprintk: setup earlyprintk as early as possible

2015-06-27 Thread Andy Shevchenko
On Sat, Jun 27, 2015 at 4:48 PM, Alexander Kuleshov wrote: > The earlyprintk is usable only after the setup_early_printk will You might use the standard form of the function representation in the text, i.e. 'setup_early_printk()' (notice parens at the end of token). > be executed. We pass 'early

[PATCH 3/4 v13] x86/earlyprintk: setup earlyprintk as early as possible

2015-06-27 Thread Alexander Kuleshov
The earlyprintk is usable only after the setup_early_printk will be executed. We pass 'earlyprintk' through the kernel command line, so it will be usable only after the 'parse_early_param' will be executed. This means that we have usable earlyprintk only during early boot, kernel decompression and