From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0CC31C4332F for ; Tue, 7 Dec 2021 11:18:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233840AbhLGLVd (ORCPT ); Tue, 7 Dec 2021 06:21:33 -0500 Received: from verein.lst.de ([213.95.11.211]:55823 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230523AbhLGLVc (ORCPT ); Tue, 7 Dec 2021 06:21:32 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id D37CD68AFE; Tue, 7 Dec 2021 12:17:58 +0100 (CET) Date: Tue, 7 Dec 2021 12:17:58 +0100 From: Christoph Hellwig To: Eric Biggers Cc: Alexander Viro , Benjamin LaHaise , linux-aio@kvack.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, Ramji Jiyani , Christoph Hellwig , Linus Torvalds , Oleg Nesterov , Jens Axboe , Martijn Coenen , stable@vger.kernel.org Subject: Re: [PATCH v2 0/5] aio: fix use-after-free and missing wakeups Message-ID: <20211207111758.GB18554@lst.de> References: <20211207095726.169766-1-ebiggers@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211207095726.169766-1-ebiggers@kernel.org> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 07, 2021 at 01:57:21AM -0800, Eric Biggers wrote: > This series fixes two bugs in aio poll, and one issue with POLLFREE more > broadly. This is intended to replace > "[PATCH v5] aio: Add support for the POLLFREE" > (https://lore.kernel.org/r/20211027011834.2497484-1-ramjiyani@google.com) > which has some bugs. > > Careful review is appreciated; the aio poll code is very hard to work > with, and I don't know of an easy way to test it. Suggestions of any > aio poll tests to run would be greatly appreciated. libaio has a test for aio poll (test 22).