Re: [RFC PATCH v1 25/25] printk: remove unused code

2019-03-12 Thread Petr Mladek
On Mon 2019-03-11 09:18:26, Sebastian Andrzej Siewior wrote: > On 2019-03-11 11:46:00 [+0900], Sergey Senozhatsky wrote: > > On (03/08/19 15:02), Sebastian Andrzej Siewior wrote: > > > On 2019-02-12 15:30:03 [+0100], John Ogness wrote: > > > > > > you removed the whole `irq_work' thing. You can

Re: [RFC PATCH v1 25/25] printk: remove unused code

2019-03-11 Thread Sebastian Andrzej Siewior
On 2019-03-11 11:46:00 [+0900], Sergey Senozhatsky wrote: > On (03/08/19 15:02), Sebastian Andrzej Siewior wrote: > > On 2019-02-12 15:30:03 [+0100], John Ogness wrote: > > > > you removed the whole `irq_work' thing. You can also remove the include > > for linux/irq_work.h. > > It may be too

Re: [RFC PATCH v1 25/25] printk: remove unused code

2019-03-10 Thread Sergey Senozhatsky
On (03/08/19 15:02), Sebastian Andrzej Siewior wrote: > On 2019-02-12 15:30:03 [+0100], John Ogness wrote: > > you removed the whole `irq_work' thing. You can also remove the include > for linux/irq_work.h. It may be too early to remove the whole `irq_work' thing. printk()->call_console_driver()

Re: [RFC PATCH v1 25/25] printk: remove unused code

2019-03-08 Thread Sebastian Andrzej Siewior
On 2019-02-12 15:30:03 [+0100], John Ogness wrote: you removed the whole `irq_work' thing. You can also remove the include for linux/irq_work.h. Sebastian

[RFC PATCH v1 25/25] printk: remove unused code

2019-02-12 Thread John Ogness
Code relating to the safe context and anything dealing with the previous log buffer implementation is no longer in use. Remove it. Signed-off-by: John Ogness --- kernel/printk/internal.h | 53 --- kernel/printk/printk.c | 167 ---