Re: [PATCH 0/4] nbd: Remove signal usage

2015-11-09 Thread Markus Pargmann
Hi Oleg, On Sunday 01 November 2015 20:05:00 Oleg Nesterov wrote: > Hi Markus, > > Sorry again for delay. I was offlist. again. Sorry I hadn't too much time last week. > > On 10/29, Markus Pargmann wrote: > > > > Hi, > > > > this is a try to remove all the signals from NBD. The first patch rep

Re: [PATCH 0/4] nbd: Remove signal usage

2015-11-01 Thread Oleg Nesterov
Hi Markus, Sorry again for delay. I was offlist. again. On 10/29, Markus Pargmann wrote: > > Hi, > > this is a try to remove all the signals from NBD. The first patch replaces the > signals. The other patches are some cleanups I made on the way. > > This should solve the kthread_run() problems as

[PATCH 0/4] nbd: Remove signal usage

2015-10-29 Thread Markus Pargmann
Hi, this is a try to remove all the signals from NBD. The first patch replaces the signals. The other patches are some cleanups I made on the way. This should solve the kthread_run() problems as well. Best Regards, Markus Markus Pargmann (4): nbd: Remove signal usage nbd: Timeouts are not