Re: [GIT PULL] dlm updates for 5.3 (second try)

2019-07-12 Thread pr-tracker-bot
The pull request you sent on Fri, 12 Jul 2019 10:18:44 -0500: > git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git dlm-5.3 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/964a4eacef67503a1154f7e0a75f52fbdce52022 Thank you! -- Deet-doot-dot, I am a b

Re: [GIT PULL] dlm updates for 5.3

2019-07-11 Thread David Teigland
On Wed, Jul 10, 2019 at 09:05:21PM -0700, Linus Torvalds wrote: > If wait_event_interruptible() returns -ERESTARTSYS, it means that we > have a signal pending. > > And if we have a signal pending, then you can't go back and call > wait_event_interruptible() in a loop, because the signal will > *co

Re: [GIT PULL] dlm updates for 5.3

2019-07-10 Thread Linus Torvalds
On Tue, Jul 9, 2019 at 9:57 AM David Teigland wrote: > > Apart from a couple trivial fixes, the more notable fix makes the dlm > continuing waiting for a user space result if a signal interrupts the > wait event. What? No. That's not sensible at all. If wait_event_interruptible() returns -EREST