On Mon, 25 Apr 2022 at 22:15, Linus Walleij <linus.walleij@xxxxxxxxxx> wrote: > > On Mon, Apr 25, 2022 at 10:02 PM Bean Huo <huobean@xxxxxxxxx> wrote: > > > I think the current solution is the most flexible way, if the customer > > wants to override the kernel default timeout, they know how to initiate > > the correct timeout value in ioctl() based on their specific > > hardware/software system. I don't know how to convince every maintainer > > and reviewer if we don't want to give this permission or want to > > maintain a unified timeout value in the kernel driver. Given that we > > already have eMMC ioctl() support, and we've opened the door to allow > > users to specify specific cmd_timeout_ms in struct mmc_ioc_cmd{}, > > please consider my change. > > The patch is fine, I'm just saying we should put another patch on > top that defines a RPMB default timeout and set it to something > high, such as a minute. I am also okay with $subject patch - and I agree with you Linus, that it sounds reasonable to pick something specific for RPMB. I guess the question is rather what value to pick, but I guess Bean can have some ideas for that, at least for Micron eMMCs. BTW, we do something very similar for mmc_sanitize() already. Kind regards Uffe