commit | 8df441294dd34fb0b16b45f550f55e96db6af4dc | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Mon Oct 07 16:30:51 2019 +0100 |
committer | David Howells <dhowells@redhat.com> | Fri Nov 15 16:22:54 2019 +0000 |
tree | 7dc49acddd4b6585d146bbab6c24062237bf5407 | |
parent | 7e25a73f1a52b58fc8206557e40d990cd791ad25 [diff] |
pipe: Check for ring full inside of the spinlock in pipe_write() Make pipe_write() check to see if the ring has become full between it taking the pipe mutex, checking the ring status and then taking the spinlock. This can happen if a notification is written into the pipe as that happens without the pipe mutex. Signed-off-by: David Howells <dhowells@redhat.com>