Re: [PATCH] ABI: Update dev-kmsg documentation to match current kernel behaviour

2019-09-06 Thread Petr Mladek
On Tue 2019-09-03 14:02:20, Sergey Senozhatsky wrote: > On (09/02/19 11:18), James Byrne wrote: > > Commit 5aa068ea4082 ("printk: remove games with previous record flags") > > abolished the practice of setting the log flag to 'c' for the first > > continuation line and '+' for subsequent lines. Now

Re: [PATCH] ABI: Update dev-kmsg documentation to match current kernel behaviour

2019-09-02 Thread Sergey Senozhatsky
On (09/02/19 11:18), James Byrne wrote: > Commit 5aa068ea4082 ("printk: remove games with previous record flags") > abolished the practice of setting the log flag to 'c' for the first > continuation line and '+' for subsequent lines. Now all continuation > lines are flagged with 'c' and '+' is neve

[PATCH] ABI: Update dev-kmsg documentation to match current kernel behaviour

2019-09-02 Thread James Byrne
Commit 5aa068ea4082 ("printk: remove games with previous record flags") abolished the practice of setting the log flag to 'c' for the first continuation line and '+' for subsequent lines. Now all continuation lines are flagged with 'c' and '+' is never used. Update the 'dev-kmsg' documentation to