Re: [PATCH v2 2/5] binder: use wake_up_pollfree()

From: Eric Biggers
Date: Tue Dec 07 2021 - 14:12:04 EST


On Tue, Dec 07, 2021 at 01:57:23AM -0800, Eric Biggers wrote:
> From: Eric Biggers <ebiggers@xxxxxxxxxx>
>
> wake_up_poll() uses nr_exclusive=1, so it's not guaranteed to wake up
> all non-exclusive waiters. Yet, POLLFREE *must* wake up all waiters.

This is supposed to say "all exclusive waiters". Same in patch 3.

- Eric