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 420AFC433F5 for ; Fri, 19 Nov 2021 22:39:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232093AbhKSWm3 (ORCPT ); Fri, 19 Nov 2021 17:42:29 -0500 Received: from smtp-out2.suse.de ([195.135.220.29]:41640 "EHLO smtp-out2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231231AbhKSWm2 (ORCPT ); Fri, 19 Nov 2021 17:42:28 -0500 Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 621911FD32; Fri, 19 Nov 2021 22:39:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1637361565; h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=sZKQiLW0GBjSd5I99TiU3zoGy+TT/jaUvTzYZQ36Cw0=; b=mHsWkGZ1blMAYAzr0AzNzDCxSKrVYiOGxeSARhxFyYU8DWbq0OS3639YnqzSZnKwwf1q9z dWdIbI85865VrQ1SWCa03SQa8HPIRRleCPwqPmSulTTfN6C+BA7/Ls8E7zSzgDoFj3K7kz aOIXUiEMo/iX8kqhg5VNYIweF0dJi8w= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1637361565; h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=sZKQiLW0GBjSd5I99TiU3zoGy+TT/jaUvTzYZQ36Cw0=; b=wzfxIhBBHMqSSOvbwtLpzfUCidSxA4rLF3R9oc1WzzSz+skTxdJB/q4vN+hdw9Tp28D2fx rVGU1e11Gdg16LAA== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 27E7213B53; Fri, 19 Nov 2021 22:39:25 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id lxPxB50nmGFONQAAMHmgww (envelope-from ); Fri, 19 Nov 2021 22:39:25 +0000 Date: Fri, 19 Nov 2021 23:39:23 +0100 From: Petr Vorel To: Amir Goldstein , Gabriel Krisman Bertazi , Matthew Bobrowski , Jan Kara , Ext4 , kernel@collabora.com, Khazhismel Kumykov , LTP List Subject: Re: [PATCH v4 4/9] syscalls/fanotify22: Validate the generic error info Message-ID: Reply-To: Petr Vorel References: <20211118235744.802584-1-krisman@collabora.com> <20211118235744.802584-5-krisman@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org Hi Amir, > ... > > > -AC_CHECK_TYPES([struct fanotify_event_info_fid, struct fanotify_event_info_header],,,[#include ]) > > > +AC_CHECK_TYPES([struct fanotify_event_info_fid, struct fanotify_event_info_header, > > > + struct fanotify_event_info_error],[],[],[#include ]) > > Doh! it seems like fanotify_event_info_pidfd was dropped between v2 -> > > v3 in Matthew's patches. > > Petr, > > Can you please fix this. > Hi Amir, > thanks for info, sure I'll fix it on Monday. Fixed now. Thanks! Kind regards, Petr > Kind regards, > Petr > > Thanks, > > Amir.