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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 7F5CFC27C4F for ; Fri, 21 Jun 2024 09:07:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=VOafbjTUCUH/j4ak8eyf1Xn+WHdWFImMC6h09hr2Y3A=; b=LXIuvutMHMrNpDJ/50qzJfbmMz Mg1yCjrBRWmRQGuEIGOfQQedDloXbIkNI7L+Ag2x673tpl+qXTE8Onl2OZLal9GkkB1d5ygT1JyBj UeI7dw+TAJFf4/6Pl1xCmJxmIrelNOVChULdvHmVBDQHIzgsIdC+CNqr5JBFS/fLpHHBYeGPnse5B bi5h/57Ews1MqGoQmnvIqSI3ufxQsZN5OMrFZLoJoey3Fe7FjdiAXC7UBx1yhVpDSlRHUi/AZS2jb U+xVmnESEGTuSPtIBZRnrNf1ArID5PqPfb98WPWNYYPZ5yCFe8CR0b3q+RFdalN+ccGnGbSenuTbL jMM8Egkg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sKaFA-00000008UGC-00O4; Fri, 21 Jun 2024 09:07:40 +0000 Received: from smtp-out2.suse.de ([2a07:de40:b251:101:10:150:64:2]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sKaF7-00000008UFD-11SI for linux-arm-kernel@lists.infradead.org; Fri, 21 Jun 2024 09:07:38 +0000 Received: from imap1.dmz-prg2.suse.org (imap1.dmz-prg2.suse.org [IPv6:2a07:de40:b281:104:10:150:64:97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 1F4911FB56; Fri, 21 Jun 2024 09:07:34 +0000 (UTC) Authentication-Results: smtp-out2.suse.de; none Received: from imap1.dmz-prg2.suse.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by imap1.dmz-prg2.suse.org (Postfix) with ESMTPS id 06CA213AAA; Fri, 21 Jun 2024 09:07:34 +0000 (UTC) Received: from dovecot-director2.suse.de ([2a07:de40:b281:106:10:150:64:167]) by imap1.dmz-prg2.suse.org with ESMTPSA id g9U2ANZCdWbWNwAAD6G6ig (envelope-from ); Fri, 21 Jun 2024 09:07:34 +0000 Date: Fri, 21 Jun 2024 11:07:22 +0200 From: Cyril Hrubis To: Petr Vorel Cc: nobuhiro1.iwamatsu@toshiba.co.jp, ltp@lists.linux.it, linux-arm-kernel@lists.infradead.org Subject: Re: [LTP] [PATCH] lib: tst_fd: Add kernel version check to memfd_secret Message-ID: References: <1718700544-17304-1-git-send-email-nobuhiro1.iwamatsu@toshiba.co.jp> <20240619173324.GA504021@pevik> <20240620132511.GA599458@pevik> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240620132511.GA599458@pevik> X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Rspamd-Queue-Id: 1F4911FB56 X-Rspamd-Action: no action X-Spamd-Result: default: False [-4.00 / 50.00]; REPLY(-4.00)[] X-Rspamd-Server: rspamd1.dmz-prg2.suse.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240621_020737_444337_7215794B X-CRM114-Status: UNSURE ( 5.90 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi! Can we first try the simple solution by adding fallback definitions before we add such complexity there? -- Cyril Hrubis chrubis@suse.cz