Re: [PATCHv2] blk-lib: check for kill signal

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 2/21/24 20:18, Keith Busch wrote:
> On Thu, Feb 22, 2024 at 12:02:36PM +0800, Ming Lei wrote:
>> On Wed, Feb 21, 2024 at 02:20:13PM -0800, Keith Busch wrote:
>>>    After the kill signal is observered, instead of submitting and waiting
>>>    for the current parent bio in the chain, abort it by ending it
>>>    immediately and do the final bio_put() after every previously submitted
>>>    chained bio completes.
>> I feel this way is fragile:
>>
>> 1) user sends KILL signal
>>
>> 2) discard API returns
>>
>> 3) submitted discard requests are still run in background, and there
>> can be thousands of such bios
>>
>> 4) what if application or FS code(such as meta) starts to write data to
>> the discard range?
> Right, there's no IO order guarantee there, and sounds reasonable to
> expect no potential conflicts after the function returns. We could add a
> similiar completion that submit_bio_wait() uses to ensure the previous
> bio's are all done before returning. At least that looks safe to do for
> any case where fatal signal would apply.
>   

We need to wait and make sure previously submitted bios are completed
before returning, it will add more time to terminate the process given
that there could be many bios submitted and outstanding but I guess that
is the right thing to do to make sure nothing pending when we return with
-EINTR ...

-ck






[Index of Archives]     [Linux RAID]     [Linux SCSI]     [Linux ATA RAID]     [IDE]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Device Mapper]

  Powered by Linux