Re: [PREEMPT_RT]: Using printk-rt-aware.patch in non-rt kernel

2018-07-27 Thread Sebastian Andrzej Siewior
On 2018-07-26 23:38:05 [+0530], Pintu Kumar wrote: > > > Is there a way we can fix this issue on non-rt kernel? > > I would guess that a wakeup to klogd would fix it. > > > Sorry, can you elaborate more about "wakeup to klogd". > I wanted to try it and check. Something like this should do the work

Re: [PREEMPT_RT]: Using printk-rt-aware.patch in non-rt kernel

2018-07-26 Thread Pintu Kumar
On Thu, Jul 26, 2018 at 9:08 PM Sebastian Andrzej Siewior wrote: > > On 2018-07-18 20:19:15 [+0530], Pintu Kumar wrote: > > Hi All, > Hi, > > > I have a question about PREEMPT_RT patch for 3.10 kernel. > > I am trying to port this rt patch: 0224-printk-rt-aware.patch.patch > > (see the patch below

Re: [PREEMPT_RT]: Using printk-rt-aware.patch in non-rt kernel

2018-07-26 Thread Sebastian Andrzej Siewior
On 2018-07-18 20:19:15 [+0530], Pintu Kumar wrote: > Hi All, Hi, > I have a question about PREEMPT_RT patch for 3.10 kernel. > I am trying to port this rt patch: 0224-printk-rt-aware.patch.patch > (see the patch below), in non-rt kernel. > I could able to successfully apply this patch after replac

Re: [PREEMPT_RT]: Using printk-rt-aware.patch in non-rt kernel

2018-07-18 Thread Pintu Kumar
Hi All, I have a question about PREEMPT_RT patch for 3.10 kernel. I am trying to port this rt patch: 0224-printk-rt-aware.patch.patch (see the patch below), in non-rt kernel. I could able to successfully apply this patch after replacing: migrate_enable/disable with preempt_enable/disable. Things w