Received: by 2002:a05:6a10:c7c6:0:0:0:0 with SMTP id h6csp1948700pxy; Mon, 2 Aug 2021 14:47:28 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzxIk5IGsdAuu14pBoguMc6558W36XjB6WG+0fOfLOfWSVNki5yHVT4JXnCo8393bkVgXZJ X-Received: by 2002:a17:906:f2d7:: with SMTP id gz23mr17517725ejb.486.1627940847852; Mon, 02 Aug 2021 14:47:27 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1627940847; cv=none; d=google.com; s=arc-20160816; b=GyRMVAsjWPPMZd1A8L4TfETaiRPO2BMb9jov+J/LW3m1W55n8Nz1B7TnYwiaXYxrpQ XJdA2pD5YoLwsGUsRIGWihIe0Bcinz0XItyyn/9yBNapaEZFPSVKK9UUA+A8v0fARU6m +8Mve7GBx06d6/FedhKXuNID39RFjOxMh7ORiW2LrIlI0KMI4PxOndDRaOvqX6hQEgUM fNBIBF9mTSU4JXd8+Bcjiu8tS3Gq4dcxDOWcN4NYcDrPdVsT4+2Mhwl0PM1ut/GAvTFk ZxMoN8MSGAjBG5dvVahWJ2/o5SNNZT8Wfqr6yPZTf2U9+nYmY6XwxPHhRq2cFdPL4CwT kG+g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=zV7J5SHO/Riw7wUuy7d7qbrIa7ZUgUIxoGo4JrW5enA=; b=WVDXBHjUbkYeeFOhGLIEDPjdNB7BYjhjeijpECGGNJusHL+w1FGnp+Rl6z+MYzqKSz DfZuYe5YeQypxmmSprWNs/8zbQzs2k3AO4QgMiPDRHmozdqcTl4XBnjOif25H0BncwP6 U5S6+NVdriW8HLs+gY3WXpzpBsPfCj0hdySpEzFMPclc6DXMgDytssEawy3s8MwGMPUm /U1n3VR4g5JXiO7nQ6hYmSA5c33eIJBZ67rEP9wxhH9rpmlEBUbLYPwxapGaXbw/tkBi zuYOKrKRsGSpAaplDIgKu5ss0I/L0xBbB/X/uHXVsGYpBVbwOc3HZS3sJE0bwL0/KWja KXvg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id 4si11469847ejm.546.2021.08.02.14.46.59; Mon, 02 Aug 2021 14:47:27 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230050AbhHBVrI (ORCPT + 99 others); Mon, 2 Aug 2021 17:47:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45498 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229567AbhHBVrI (ORCPT ); Mon, 2 Aug 2021 17:47:08 -0400 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e3e3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6B028C06175F for ; Mon, 2 Aug 2021 14:46:58 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: krisman) with ESMTPSA id 026AD1F42CC2 From: Gabriel Krisman Bertazi To: ltp@lists.linux.it, jack@suse.com, amir73il@gmail.com Cc: linux-ext4@vger.kernel.org, khazhy@google.com, kernel@collabora.com, Gabriel Krisman Bertazi Subject: [PATCH 0/7] Test the new fanotify FAN_FS_ERROR event Date: Mon, 2 Aug 2021 17:46:38 -0400 Message-Id: <20210802214645.2633028-1-krisman@collabora.com> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org FAN_FS_ERROR is a new (still unmerged) fanotify event to monitor fileystem errors. This patchset introduces a new LTP test for this feature. Testing file system errors is slightly tricky, in particular because they are mostly file system dependent. Since there are only patches for ext4, I choose to make the test around it, since there wouldn't be much to do with other file systems. The second challenge is how we cause the file system errors, since there is no error injection for ext4 in Linux. In this series, this is done by corrupting specific data in the test device with the help of debugfs. The FAN_FS_ERROR feature is flying around linux-ext4 and fsdevel, and the latest version is available on the branch below: https://gitlab.collabora.com/krisman/linux -b fanotify-notifications-single-slot A proper manpage description is also available on the respective mailing list, or in the branch below: https://gitlab.collabora.com/krisman/man-pages.git -b fan-fs-error Please, let me know your thoughts. Gabriel Krisman Bertazi (7): syscalls/fanotify20: Introduce helpers for FAN_FS_ERROR test syscalls/fanotify20: Validate the generic error info syscalls/fanotify20: Validate incoming FID in FAN_FS_ERROR syscalls/fanotify20: Watch event after filesystem abort syscalls/fanotify20: Support submission of debugfs commands syscalls/fanotify20: Test file event with broken inode syscalls/fanotify20: Test capture of multiple errors testcases/kernel/syscalls/fanotify/.gitignore | 1 + .../kernel/syscalls/fanotify/fanotify20.c | 328 ++++++++++++++++++ 2 files changed, 329 insertions(+) create mode 100644 testcases/kernel/syscalls/fanotify/fanotify20.c -- 2.32.0