Re: [PATCH next v1 3/3] printk: convert @syslog_lock to spin_lock

2021-03-26 Thread John Ogness
On 2021-03-23, Petr Mladek wrote: > On Wed 2021-03-17 00:33:26, John Ogness wrote: >> @syslog_log was a raw_spin_lock to simplify the transition of > > s/syslog_log/syslog_lock/ > > Same problem is also below. Right. >> removing @logbuf_lock and the safe buffers. With that transition >> complet

Re: [PATCH next v1 3/3] printk: convert @syslog_lock to spin_lock

2021-03-23 Thread Petr Mladek
On Wed 2021-03-17 00:33:26, John Ogness wrote: > @syslog_log was a raw_spin_lock to simplify the transition of s/syslog_log/syslog_lock/ Same problem is also below. > removing @logbuf_lock and the safe buffers. With that transition > complete, @syslog_log can become a spin_lock. I know that we

[PATCH next v1 3/3] printk: convert @syslog_lock to spin_lock

2021-03-16 Thread John Ogness
@syslog_log was a raw_spin_lock to simplify the transition of removing @logbuf_lock and the safe buffers. With that transition complete, @syslog_log can become a spin_lock. Signed-off-by: John Ogness --- kernel/printk/printk.c | 30 +++--- 1 file changed, 15 insertions(+)