From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Williamson Subject: Re: [PATCH 0/2] eventfd: simplify signal helpers Date: Thu, 13 Jul 2023 11:10:54 -0600 Message-ID: <20230713111054.75cdf2b8.alex.williamson@redhat.com> References: <20230713-vfs-eventfd-signal-v1-0-7fda6c5d212b@kernel.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1689268260; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=+UPgPFBGvQHuZjwqO9ik4oPicS3MZwipCdBIqa3Pous=; b=gNfBuFkf0gGu6EVWbDwoyiU8boJV7eRq6L3WSboaHg0RAldYAOV74SvuSMS+x9W+rsPL/m BKOFbjtxsjuIxIyC6zdpsd+oXETnMFGRgtb7c+TCRAtzOQbPlNeRoBjm9fX9rU5uS/IkH4 Utl8POcE6XSSrdOtWXvbguHI7QlEQoE= In-Reply-To: <20230713-vfs-eventfd-signal-v1-0-7fda6c5d212b@kernel.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Content-Type: text/plain; charset="us-ascii" To: Christian Brauner Cc: linux-aio@kvack.org, Muchun Song , Tony Krowiak , Matthew Rosato , Paul Durrant , Tom Rix , Jason Wang , Roman Gushchin , dri-devel@lists.freedesktop.org, Michal Hocko , Heiko Carstens , linux-mm@kvack.org, Kirti Wankhede , Vineeth Vijayan , Diana Craciun , Borislav Petkov , Alexander Gordeev , Fei Li , Xuan Zhuo , Arnd Bergmann , Leon Romanovsky , jaz@semihalf.com, linux-rdma@vger.kernel.org, x86@kernel.org, Halil Pasic , Jason Gunthorpe , Ingo Molnar On Thu, 13 Jul 2023 12:05:36 +0200 Christian Brauner wrote: > Hey everyone, > > This simplifies the eventfd_signal() and eventfd_signal_mask() helpers > by removing the count argument which is effectively unused. We have a patch under review which does in fact make use of the signaling value: https://lore.kernel.org/all/20230630155936.3015595-1-jaz@semihalf.com/ Thanks, Alex