Re: [PATCH] docs: admin-guide: fix printk_ratelimit explanation

2019-10-10 Thread Jonathan Corbet
On Wed, 2 Oct 2019 13:46:10 +0200 Oleksandr Natalenko wrote: > The printk_ratelimit value accepts seconds, not jiffies (though it is > converted into jiffies internally). Update documentation to reflect > this. > > Also, remove the statement about allowing 1 message in 5 seconds since > bursts

Re: [PATCH] docs: admin-guide: fix printk_ratelimit explanation

2019-10-09 Thread Oleksandr Natalenko
Hi. On Wed, Oct 02, 2019 at 01:46:10PM +0200, Oleksandr Natalenko wrote: > The printk_ratelimit value accepts seconds, not jiffies (though it is > converted into jiffies internally). Update documentation to reflect > this. > > Also, remove the statement about allowing 1 message in 5 seconds since