On 3/13/24 3:26 PM, Jens Axboe wrote: > If IORING_POLL_UPDATE_EVENTS is used to updated the mask of a pending > poll request, then we mask off the bottom 16 bits and mask in the new > ones. But this prevents updating higher entry bits, which wasn't the > intent. > > Rather than play masking games, simply overwrite the existing poll > entry mask with the new one. This can't work, some of the upper flags will decide state. So just disregard this one! -- Jens Axboe