Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> wrote: > DavidH, give these a look: > > 85190d15f4ea pipe: don't use 'pipe_wait() for basic pipe IO > a28c8b9db8a1 pipe: remove 'waiting_writers' merging logic > f467a6a66419 pipe: fix and clarify pipe read wakeup logic > 1b6b26ae7053 pipe: fix and clarify pipe write wakeup logic > ad910e36da4c pipe: fix poll/select race introduced by the pipe rework > > the top two of which are purely "I'm fed up looking at this code, this > needs to go" kind of changes. They look reasonable. Is it worth reverting: commit f94df9890e98f2090c6a8d70c795134863b70201 Add wake_up_interruptible_sync_poll_locked() since you changed the code that was calling that new function and so it's no longer called? David