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 98BB9C433EF for ; Mon, 20 Dec 2021 11:49:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230156AbhLTLtI (ORCPT ); Mon, 20 Dec 2021 06:49:08 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48642 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229619AbhLTLtH (ORCPT ); Mon, 20 Dec 2021 06:49:07 -0500 Received: from mail-io1-xd32.google.com (mail-io1-xd32.google.com [IPv6:2607:f8b0:4864:20::d32]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9F5CDC061574 for ; Mon, 20 Dec 2021 03:49:07 -0800 (PST) Received: by mail-io1-xd32.google.com with SMTP id e128so12896852iof.1 for ; Mon, 20 Dec 2021 03:49:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Ol2NZaQ06boKcIwHQi4WmQVOiEUH/6bxWgiZDz0xGKA=; b=m6dRPO0fFnMOUk9MhocTz0+04kmj8yfccgmEXkcvJFd67GJ4nlbx31rM9z5uXOHPNV n0BV1xDYtywamhC3f3kFvLdTRrDFPgNBgakm6UPVrV+pYPzy+vLKodzlxZhdwaEWCNhK n/uS78u6dZdHYx6Y7+0cRNwOGO8mxzv4ksTcE2UKFX/V9G/rQHdJoEvvsDWNMdgMv8Sm RPw+oSfdpQIAU8UtxMikZEk/RqjivcqoNELiISswfwlJSqUqGszI0wtOW+3g2S6LGY98 hY9ZK0CKIK83fKiPEaYXx6PplBh/t1c5VnDXdl+eGEUZyMXPlQiYhuwudVSt0PJC5m39 dbkw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Ol2NZaQ06boKcIwHQi4WmQVOiEUH/6bxWgiZDz0xGKA=; b=5zHrUCmbHOiCJ6SZtQXyPHxrzLCRNWVlqG19TrokfC4S2E3A9ZXvCwuo77VVObegL+ XbE52b9i17Ey4L+XLK07jCTvrTm0ru0LyGGezOuB8jRxC8cYlJxw8NMaYtFYIroQNli6 MtmtJpSXFnZaQrMS0ZX28Pvo1J9iorRUxG1RBh0yELoxUebmkDvbk8ABVE7RtyPQKeel 8vLmtxb3NqnMQcuE1qJDhjpVhuogLuyCce+rwtRcgXQf+iS2LsyETTwaftp0vh17Mrds SsvaFobckQi/B9i9k611Cm3zmkCipb6ejf2aT9wzrGtCJ1OCKe8NIg77B8EFmFMlVV4H gVRA== X-Gm-Message-State: AOAM530H1vgq+tqgCahqt3H0IKlThDb0vEoooZAU+RfEVrVcSqpSyv7C RA7RadEH2KJilGY285Cp5PXd7KIpP+EItNj72YY= X-Google-Smtp-Source: ABdhPJzXuWfW2X4Q3eFornjCyRY6vAcO+HcNjJ39EbsuaBOMZwnVbZsC1jG08VEl2PJSpGaSQa1TUnXtA618AP9Q6w8= X-Received: by 2002:a05:6638:358b:: with SMTP id v11mr9008705jal.53.1640000947005; Mon, 20 Dec 2021 03:49:07 -0800 (PST) MIME-Version: 1.0 References: <20211118235744.802584-1-krisman@collabora.com> <8735nsuepi.fsf@collabora.com> In-Reply-To: From: Amir Goldstein Date: Mon, 20 Dec 2021 13:48:56 +0200 Message-ID: Subject: Re: [LTP] [PATCH v4 0/9] Test the new fanotify FAN_FS_ERROR event To: Petr Vorel Cc: Gabriel Krisman Bertazi , kernel@collabora.com, Khazhismel Kumykov , Matthew Bobrowski , Jan Kara , Ext4 , LTP List Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Wed, Nov 24, 2021 at 12:40 PM Petr Vorel wrote: > > Hi all, > > > > > Hi Amir, > > > > I have pushed v4 to : > > > > https://gitlab.collabora.com/krisman/ltp.git -b fan-fs-error_v4 > > > FYI I've rebased it on my fix 3b2ea2e00 ("configure.ac: Add struct > > fanotify_event_info_pidfd check") > > > https://github.com/linux-test-project/ltp.git -b gertazi/fanotify21.v4.fixes > > FYI I removed branch from official LTP repository and put it to my fork > https://github.com/pevik/ltp.git -b fan-fs-error_v4.fixes > Hi Petr, Are you waiting with this merge for after release of v5.16? or is it just waiting behind other work? Just asking out of curiosity. I've based my tests for fan_rename (queued for v5.17) on top of your branch. Thanks, Amir.