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 EA2E7C433FE for ; Mon, 13 Dec 2021 17:25:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241323AbhLMRY7 (ORCPT ); Mon, 13 Dec 2021 12:24:59 -0500 Received: from ams.source.kernel.org ([145.40.68.75]:59538 "EHLO ams.source.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236018AbhLMRY6 (ORCPT ); Mon, 13 Dec 2021 12:24:58 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id DB241B811E0; Mon, 13 Dec 2021 17:24:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4E403C34602; Mon, 13 Dec 2021 17:24:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1639416295; bh=sb0MvNrSORCLQFaBLBkUnz6crCYZ7ga2CwkWso4TfW8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=b8W591K813BG47h6LlTFVEqZtJijk76LEhgC4GRuU0elgH6H7Y6LHTsCHjyV5V6YY oQB264X/8mG1uC5yESyBIJPkG2Re7h4MlNd6ROTYED90qi3hrVEW7qLOLLep9o+pF1 Q6AQIqMBRdlprEqNPQPqSiUyl6E0Dxd6L8OV3LP7AArE98us7DEjB+f78vch9nAi9d eceXaIGHmEAjeOCEkamTd2DMvxDfj6cDJyuPkiJ/imNa55kVy0vCqqxylWOOkuRMds 7VkVRKsQg3CIuHot2cf755jwNau6yZRJXCyyKUhPJH8/RZskBF9oy86F2n06EzfSiu //ItGLzNASnYA== Date: Mon, 13 Dec 2021 09:24:42 -0800 From: Eric Biggers To: Christoph Hellwig Cc: Linus Torvalds , Alexander Viro , Benjamin LaHaise , linux-aio@kvack.org, linux-fsdevel , Linux Kernel Mailing List , Ramji Jiyani , Oleg Nesterov , Jens Axboe , Martijn Coenen , stable Subject: Re: [PATCH v3 0/5] aio: fix use-after-free and missing wakeups Message-ID: References: <20211209010455.42744-1-ebiggers@kernel.org> <20211213072339.GB20423@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211213072339.GB20423@lst.de> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 13, 2021 at 08:23:39AM +0100, Christoph Hellwig wrote: > On Thu, Dec 09, 2021 at 10:37:28AM -0800, Eric Biggers wrote: > > I was hoping that Al would review and apply these, given that he's listed as the > > maintainer for this file, and he's worked on this code before. I was also > > hoping for review from Christoph, since he added IOCB_CMD_POLL originally. But > > I was planning to get to it, but it seems like it got merged over this > weekend? There weren't any indications that anyone else was going to review it, and it wasn't appropriate to wait any longer. If you'd still like to review it, please do so; if you find any problem I'll fix it in a follow-on fix. - Eric