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 X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 58ECEC00319 for ; Thu, 21 Feb 2019 22:29:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 25F8120836 for ; Thu, 21 Feb 2019 22:29:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726237AbfBUW3D (ORCPT ); Thu, 21 Feb 2019 17:29:03 -0500 Received: from mail-pl1-f194.google.com ([209.85.214.194]:46779 "EHLO mail-pl1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726035AbfBUW3C (ORCPT ); Thu, 21 Feb 2019 17:29:02 -0500 Received: by mail-pl1-f194.google.com with SMTP id o6so79000pls.13; Thu, 21 Feb 2019 14:29:02 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:mime-version:content-transfer-encoding; bh=p3UqgBQgklHeUrhiZ9Z6maf9SNUpgvBfFoECs4RRRxE=; b=tJUlFKm+C5b5XWGoKtoTiqh12a3z0Ohl8lnmZROf/ObzDTZ5+JYvlcutXfk+9WYtzS lmg9zEvcbY6pz02QcOgKcI2Cr5NZOXlbHMBCg90G5CKx4wq6PTrGwG71zufzZYCaxODg H6RkAl6Erfcl+nKaWaxZJTsdxPDPCKzqAoQH6EFcA3/EsHwbJ09unUqdjSzOnF3vSdnk fyzyAqDlDfu+JMBWOVWePU8zpkgm1iX0c7kLtDWpL2zUaRuaIVQt9SjxJ08A3HDyXM3s lAtXngIBsjRs8MKeWxPf51nuDeaLSNyWr8x6yMiGOzYC1po93hFUzzZHxXAWUDWOxy0M f3iA== X-Gm-Message-State: AHQUAuYTwjF4WWr9n9MCO9u206FTAty98cDQUKjjXd9tb+wpbFe6cKvq GG3aCWraA/O/sP0oo5gVnT8= X-Google-Smtp-Source: AHgI3IaSvr63BWysYCzvfFTnNxSywHQc409Me663hXx0sAwGWnLdieyp7wJ+tZrcXdmv7uFt3kquWw== X-Received: by 2002:a17:902:bc88:: with SMTP id bb8mr904178plb.12.1550788142088; Thu, 21 Feb 2019 14:29:02 -0800 (PST) Received: from ?IPv6:2620:15c:2cd:203:5cdc:422c:7b28:ebb5? ([2620:15c:2cd:203:5cdc:422c:7b28:ebb5]) by smtp.gmail.com with ESMTPSA id e19sm50738pfn.145.2019.02.21.14.29.00 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 21 Feb 2019 14:29:00 -0800 (PST) Message-ID: <1550788139.31902.142.camel@acm.org> Subject: Re: [PATCH] aio: Fix locking in aio_poll() From: Bart Van Assche To: Christoph Hellwig Cc: Alexander Viro , linux-fsdevel@vger.kernel.org, linux-aio@kvack.org, syzbot , Avi Kivity , Miklos Szeredi , stable@vger.kernel.org Date: Thu, 21 Feb 2019 14:28:59 -0800 In-Reply-To: <20190212075612.GA16301@lst.de> References: <20190209005949.114832-1-bvanassche@acm.org> <20190212075612.GA16301@lst.de> Content-Type: text/plain; charset="UTF-7" X-Mailer: Evolution 3.26.2-1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Tue, 2019-02-12 at 08:56 +-0100, Christoph Hellwig wrote: +AD4 Hi Bart, +AD4 +AD4 this seems to survive my testing, even if this probably just means +AD4 the +ACI-creative+ACI abusers of the wait queue API will run into other +AD4 problems down the road.. +AD4 +AD4 Reluctantly-Acked-by: Christoph Hellwig +ADw-hch+AEA-lst.de+AD4 Thank you Christoph for the ack. Al, do you need anything additional from me before this patch can be queued? Thanks, Bart.