Re: [PATCH] timers: Use set_current_state macro

2020-05-19 Thread Thomas Gleixner
Xianting Tian writes: > Use set_current_state macro instead of current->state = TASK_RUNNING > > Signed-off-by: Xianting Tian > --- > kernel/time/timer.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/kernel/time/timer.c b/kernel/time/timer.c > index 4820823..b9ecf87 10

答复: [PATCH] timers: use set_current_state macro

2020-05-14 Thread Tianxianting
Please review this one, thanks. https://lkml.org/lkml/2020/5/14/796 -邮件原件- 发件人: tianxianting (RD) 发送时间: 2020年5月14日 9:46 收件人: 'Thomas Gleixner' ; john.stu...@linaro.org; sb...@kernel.org 抄送: linux-kernel@vger.kernel.org 主题: 答复: [PATCH] timers: use set_current_state macro Hi Tho

[PATCH] timers: Use set_current_state macro

2020-05-14 Thread Xianting Tian
Use set_current_state macro instead of current->state = TASK_RUNNING Signed-off-by: Xianting Tian --- kernel/time/timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/time/timer.c b/kernel/time/timer.c index 4820823..b9ecf87 100644 --- a/kernel/time/timer.c +++ b/ke

答复: [PATCH] timers: use set_current_state macro

2020-05-13 Thread Tianxianting
eral patches before, and patches were accepted. -邮件原件- 发件人: Thomas Gleixner [mailto:t...@linutronix.de] 发送时间: 2020年5月14日 5:22 收件人: tianxianting (RD) ; john.stu...@linaro.org; sb...@kernel.org 抄送: linux-kernel@vger.kernel.org; tianxianting (RD) 主题: Re: [PATCH] timers: use set_current_state m

Re: [PATCH] timers: use set_current_state macro

2020-05-13 Thread Thomas Gleixner
Xianting, Xianting Tian writes: thanks for your patch. Can you please fix your mail client to have proper mail headers? It provides: Content-Type: text/plain Content-Transfer-Encoding: quoted-printable but it fails to provide the charset information. That causes the footer to become unrea

[PATCH] timers: use set_current_state macro

2020-05-07 Thread Xianting Tian
Use set_current_state macro instead of current->state = TASK_RUNNING. Signed-off-by: Xianting Tian --- kernel/time/timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/time/timer.c b/kernel/time/timer.c index a5221abb4..7c6d42755 100644 --- a/kernel/time/timer.c +++