Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1664653 > unrolled thread

Re: [PATCH] rts5208: Fix a sleep-in-atomic bug in sd_send_cmd_get_rsp

Started byGreg KH <gregkh@linuxfoundation.org>
First post2017-06-13 11:50 +0200
Last post2017-06-13 11:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] rts5208: Fix a sleep-in-atomic bug in sd_send_cmd_get_rsp Greg KH <gregkh@linuxfoundation.org> - 2017-06-13 11:50 +0200

#1664653 — Re: [PATCH] rts5208: Fix a sleep-in-atomic bug in sd_send_cmd_get_rsp

FromGreg KH <gregkh@linuxfoundation.org>
Date2017-06-13 11:50 +0200
SubjectRe: [PATCH] rts5208: Fix a sleep-in-atomic bug in sd_send_cmd_get_rsp
Message-ID<tRQCu-6hR-23@gated-at.bofh.it>
On Mon, Jun 05, 2017 at 09:31:36AM +0800, Jia-Ju Bai wrote:
> The driver may sleep under a spin lock, and the function call path is:
> rtsx_exclusive_enter_ss (acquire the lock by spin_lock)
>   rtsx_enter_ss
>     rtsx_power_off_card
>       sd_cleanup_work
>         sd_stop_seq_mode
>           sd_switch_clock
>             sd_ddr_tuning
>               sd_ddr_pre_tuning_tx
>                 sd_send_cmd_get_rsp
>                   wait_timeout
>                     schedule_timeout --> may sleep
> 
> To fix it, "wait_timeout" is replaced with mdelay in sd_send_cmd_get_rsp.
> 
> Signed-off-by: Jia-Ju Bai <baijiaju1990@163.com>
> ---
>  drivers/staging/rts5208/sd.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

You sent 3 copies of this patch, and I have no idea which to take.
Please fix up and resend the _one_ that is correct.

thanks,

greg k-h

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web