On 2014-07-10 11:53, Philipp Reisner wrote:
Am Donnerstag, 10. Juli 2014, 11:07:22 schrieb Jens Axboe:
On 2014-07-09 21:18, Philipp Reisner wrote:
From: Lars Ellenberg
Since linux kernel 3.13, kthread_run() internally uses
wait_for_completion_killable(). We sometimes may use kthread_run()
wh
Am Donnerstag, 10. Juli 2014, 11:07:22 schrieb Jens Axboe:
> On 2014-07-09 21:18, Philipp Reisner wrote:
> > From: Lars Ellenberg
> >
> > Since linux kernel 3.13, kthread_run() internally uses
> > wait_for_completion_killable(). We sometimes may use kthread_run()
> > while we still have a signal
On 2014-07-09 21:18, Philipp Reisner wrote:
From: Lars Ellenberg
Since linux kernel 3.13, kthread_run() internally uses
wait_for_completion_killable(). We sometimes may use kthread_run()
while we still have a signal pending, which we used to kick our threads
out of potentially blocking network
From: Lars Ellenberg
Since linux kernel 3.13, kthread_run() internally uses
wait_for_completion_killable(). We sometimes may use kthread_run()
while we still have a signal pending, which we used to kick our threads
out of potentially blocking network functions, causing kthread_run() to
mistake t
4 matches
Mail list logo