Received: by 2002:a05:6a10:a841:0:0:0:0 with SMTP id d1csp3871578pxy; Mon, 26 Apr 2021 11:45:31 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxVHLK6lmXMtcPMd09md/7MOgI/sDKPCro5xIqaWUJWr6nvo9XPdvFRRuqIWn5E80oXolFr X-Received: by 2002:a17:906:590b:: with SMTP id h11mr7674173ejq.147.1619462731313; Mon, 26 Apr 2021 11:45:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1619462731; cv=none; d=google.com; s=arc-20160816; b=ma4Eo8rjf/qgLdL+p+mtrCWxpxfVLo3JnnfBjGEhVopnnuI4K45s2Wwrhbzjx4tnr2 Gwmx1npQ4uD7T4OC6nmmThdsSiks0U5GCq740XVeEalcFnM+V4TU5mLk9HnTg6X9M+I/ tpCsa+3mrKQQljwabRCakE0EiB9FSftJ94zWjfueFiczdaWSDx+3v1a1v65fTzG1E2mJ Epnmk4xW5lSVxv9nlgq0u5cp+9gMYndKmHY4czHEbpvHry/IZVypEO8rq1G9JrlH7roN 6g6uL6Tc8wqRNrt1cRw0TE0bhixuL70HQuXCTObn+UQKG9PrVyUorf8DIvqw4ufKNV6x iyEg== 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 :references:in-reply-to:message-id:date:subject:cc:to:from; bh=/OpfWc7aUeYSrY1c8WCDZWr7/S9fsztBNSKuSydYN9Q=; b=oNW/8/g1s8vXLLJB5QPrg3eKEOJt71LmdIE3xsjjGnTCuHrUO71xL4h8t/cCQWeqII iE091G8Iq/J7+9HFGM+iFe3z1YSkfWWi/7nusJXpEllZz14fViljZzzhoEcc1bTcwitR kgTJ7VXIzH8BvuQbzoIe0x2uxJ9W2iwhffp+fbxyBEbhOo9dUS9Jyp3T3Vyd6PThGMd2 TImDxrQN36TtHsSbK/WeA4UE3HI8ORh06k4frEqUUm7DRQ44n3GwLUOCa0imJdsaI0VZ kLXUq7O1XrmLO9ebrrO3JCSfH1X9aluiS8Bvl0WWrxUZPqiXnSGj9mnugD6NkI3LCK8a 86kA== 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 c18si14529857ejr.332.2021.04.26.11.45.07; Mon, 26 Apr 2021 11:45:31 -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 S238232AbhDZSpo (ORCPT + 99 others); Mon, 26 Apr 2021 14:45:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47706 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239459AbhDZSnt (ORCPT ); Mon, 26 Apr 2021 14:43:49 -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 2ADADC061760; Mon, 26 Apr 2021 11:43:06 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: krisman) with ESMTPSA id BC1A81F422DA From: Gabriel Krisman Bertazi To: amir73il@gmail.com, tytso@mit.edu, djwong@kernel.org Cc: david@fromorbit.com, jack@suse.com, dhowells@redhat.com, khazhy@google.com, linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org, Gabriel Krisman Bertazi , kernel@collabora.com Subject: [PATCH RFC 11/15] fanotify: Introduce filesystem specific data record Date: Mon, 26 Apr 2021 14:41:57 -0400 Message-Id: <20210426184201.4177978-12-krisman@collabora.com> X-Mailer: git-send-email 2.31.0 In-Reply-To: <20210426184201.4177978-1-krisman@collabora.com> References: <20210426184201.4177978-1-krisman@collabora.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org Allow a FS_ERROR_TYPE notification to send a filesystem provided blob back to userspace. This is useful for filesystems who want to provide debug information for recovery tools. Signed-off-by: Gabriel Krisman Bertazi --- fs/notify/fanotify/fanotify_user.c | 27 +++++++++++++++++++++++++++ include/uapi/linux/fanotify.h | 10 ++++++++-- 2 files changed, 35 insertions(+), 2 deletions(-) diff --git a/fs/notify/fanotify/fanotify_user.c b/fs/notify/fanotify/fanotify_user.c index cb79a4a8e6fb..e2f4599dfc25 100644 --- a/fs/notify/fanotify/fanotify_user.c +++ b/fs/notify/fanotify/fanotify_user.c @@ -69,6 +69,14 @@ static size_t fanotify_error_info_len(struct fanotify_error_event *fee) return sizeof(struct fanotify_event_info_error); } +static size_t fanotify_error_fsdata_len(struct fanotify_error_event *fee) +{ + if (!fee->fs_data_size) + return 0; + + return sizeof(struct fanotify_event_info_fsdata) + fee->fs_data_size; +} + static size_t fanotify_location_info_len(const struct fanotify_event_location *loc) { if (!loc->function) @@ -295,6 +303,25 @@ static size_t copy_location_info_to_user(struct fanotify_event_location *locatio return info.hdr.len; } +static ssize_t copy_error_fsdata_info_to_user(struct fanotify_error_event *fee, + char __user *buf, int count) +{ + struct fanotify_event_info_fsdata info; + + info.hdr.info_type = FAN_EVENT_INFO_TYPE_FSDATA; + info.hdr.len = fanotify_error_fsdata_len(fee); + + if (copy_to_user(buf, &info, sizeof(info))) + return -EFAULT; + + buf += sizeof(info); + + if (copy_to_user(buf, fee->fs_data, fee->fs_data_size)) + return -EFAULT; + + return info.hdr.len; +} + static int copy_info_to_user(__kernel_fsid_t *fsid, struct fanotify_fh *fh, int info_type, const char *name, size_t name_len, char __user *buf, size_t count) diff --git a/include/uapi/linux/fanotify.h b/include/uapi/linux/fanotify.h index 67217756dac9..49808c857ee1 100644 --- a/include/uapi/linux/fanotify.h +++ b/include/uapi/linux/fanotify.h @@ -124,8 +124,9 @@ struct fanotify_event_metadata { #define FAN_EVENT_INFO_TYPE_FID 1 #define FAN_EVENT_INFO_TYPE_DFID_NAME 2 #define FAN_EVENT_INFO_TYPE_DFID 3 -#define FAN_EVENT_INFO_TYPE_ERROR 4 -#define FAN_EVENT_INFO_TYPE_LOCATION 5 +#define FAN_EVENT_INFO_TYPE_LOCATION 4 +#define FAN_EVENT_INFO_TYPE_ERROR 5 +#define FAN_EVENT_INFO_TYPE_FSDATA 6 /* Variable length info record following event metadata */ struct fanotify_event_info_header { @@ -166,6 +167,11 @@ struct fanotify_event_info_location { char function[0]; }; +struct fanotify_event_info_fsdata { + struct fanotify_event_info_header hdr; + char data[0]; +}; + struct fanotify_response { __s32 fd; __u32 response; -- 2.31.0