> I see that these applications will stay some time in the D state. > But if the read function might block they could end up in that state anyway. You need to use down_interruptible and have a suitable error out path for a ^C
> I see that these applications will stay some time in the D state. > But if the read function might block they could end up in that state anyway. You need to use down_interruptible and have a suitable error out path for a ^C