From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757102AbcJ3Q61 (ORCPT ); Sun, 30 Oct 2016 12:58:27 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:60478 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751503AbcJ3Q60 (ORCPT ); Sun, 30 Oct 2016 12:58:26 -0400 Date: Sun, 30 Oct 2016 16:58:18 +0000 From: Al Viro To: Christoph Hellwig Cc: Linus Torvalds , Jan Kara , Dmitry Monakhov , Jeff Moyer , linux-fsdevel@vger.kernel.org, linux-aio@kvack.org, linux-kernel@vger.kernel.org Subject: Re: aio fixes for use after free and freeze protection Message-ID: <20161030165818.GY19539@ZenIV.linux.org.uk> References: <1477845724-27586-1-git-send-email-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1477845724-27586-1-git-send-email-hch@lst.de> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Oct 30, 2016 at 11:42:00AM -0500, Christoph Hellwig wrote: > Hi Linus, hi Al, > > below is the new version of the aio fix(es). > > Patch one just holds an additional file reference over AIO ops. This > one is minimally invasive and a clear 4.9 and stable candidate. > > The next one drops the never implemented aio_fsync methods because it > makes my life easier later on. No user visible change as we always > ended up returning EINVAL anyway. > > Patch three refators the aio code so that it's not a spaghetti monster, > and patch four is Jan's original free patch rebased on top of this whole > stack. Applied.