Re: [PATCH REBASED 0/6] rwsem: Implement down_read_killable()

2017-10-03 Thread Peter Zijlstra
On Fri, Sep 29, 2017 at 07:05:45PM +0300, Kirill Tkhai wrote: > The series introduces new down_read_killable() primitive, which > is similar to down_read(), but it may be interrupted by a signal. > The most touched is architectures code. Also, it marks a new user > of the primitive, which is iterat

[PATCH REBASED 0/6] rwsem: Implement down_read_killable()

2017-09-29 Thread Kirill Tkhai
Hi, this is resending of the series, I previously sent. There are no changes in separate patches except of [4/6], which is rebased on recent tip.git. Two patches from the previous sending are already applied by Peter, so they are not in this series. They are: 83ced169d9a0 "locking/rwsem-xadd: Add