Re: [Xen-devel] [PATCH] xen/softirq: adjust comment

2020-03-27 Thread Jan Beulich
On 27.03.2020 11:31, Juergen Gross wrote: > With commit cef21210fb133 ("rcu: don't process callbacks when holding > a rcu_read_lock()") the comment in process_pending_softirqs() about > not entering the scheduler should have been moved. > > Signed-off-by: Juergen Gross Acked-by: Jan Beulich

[Xen-devel] [PATCH] xen/softirq: adjust comment

2020-03-27 Thread Juergen Gross
With commit cef21210fb133 ("rcu: don't process callbacks when holding a rcu_read_lock()") the comment in process_pending_softirqs() about not entering the scheduler should have been moved. Signed-off-by: Juergen Gross --- xen/common/softirq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)