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 picard.linux.it (picard.linux.it [213.254.12.146]) (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 7EDDDC3DA49 for ; Fri, 26 Jul 2024 13:51:51 +0000 (UTC) Received: from picard.linux.it (localhost [IPv6:::1]) by picard.linux.it (Postfix) with ESMTP id ED35B3D1CA1 for ; Fri, 26 Jul 2024 15:51:49 +0200 (CEST) Received: from in-5.smtp.seeweb.it (in-5.smtp.seeweb.it [IPv6:2001:4b78:1:20::5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by picard.linux.it (Postfix) with ESMTPS id AB4443CF2B6 for ; Fri, 26 Jul 2024 15:51:33 +0200 (CEST) Authentication-Results: in-5.smtp.seeweb.it; spf=pass (sender SPF authorized) smtp.mailfrom=digikod.net (client-ip=84.16.66.172; helo=smtp-42ac.mail.infomaniak.ch; envelope-from=mic@digikod.net; receiver=lists.linux.it) Received: from smtp-42ac.mail.infomaniak.ch (smtp-42ac.mail.infomaniak.ch [84.16.66.172]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by in-5.smtp.seeweb.it (Postfix) with ESMTPS id 51F5A60563D for ; Fri, 26 Jul 2024 15:51:32 +0200 (CEST) Received: from smtp-4-0000.mail.infomaniak.ch (smtp-4-0000.mail.infomaniak.ch [10.7.10.107]) by smtp-3-3000.mail.infomaniak.ch (Postfix) with ESMTPS id 4WVq104dKwzk5H; Fri, 26 Jul 2024 15:51:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=digikod.net; s=20191114; t=1722001892; bh=KFbbw4xdpGnnzGNv+MpeS05EjuhAsjHohvW89oM7iiI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=z+EX2Pj/XV+g+qGIsVsyJz+82ALrA5mPk5XK4uzOJcU5vrrOUYQ6brlWupFsZUdJ4 Le6vdP1isVEXNQS2ZRiU+Nkn9BSgp8eLFU6BCuAf6FkH+DTpOj7i49hr1igxozdXm0 bTpQOe8/HRtJDkCh1i4/Wkkk0i7+7832g9FqWmQ8= Received: from unknown by smtp-4-0000.mail.infomaniak.ch (Postfix) with ESMTPA id 4WVq101NrFztnT; Fri, 26 Jul 2024 15:51:32 +0200 (CEST) Date: Fri, 26 Jul 2024 15:51:29 +0200 From: =?utf-8?Q?Micka=C3=ABl_Sala=C3=BCn?= To: Petr Vorel Message-ID: <20240726.Moowae0jipai@digikod.net> References: <20240725-landlock-v4-0-66f5a1c0c693@suse.com> <20240725-landlock-v4-5-66f5a1c0c693@suse.com> <20240726132440.GC1066866@pevik> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240726132440.GC1066866@pevik> X-Infomaniak-Routing: alpha X-Virus-Scanned: clamav-milter 1.0.3 at in-5.smtp.seeweb.it X-Virus-Status: Clean Subject: Re: [LTP] [PATCH v4 5/5] Add landlock06 test X-BeenThere: ltp@lists.linux.it X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux Test Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: gnoack@google.com, ltp@lists.linux.it Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ltp-bounces+ltp=archiver.kernel.org@lists.linux.it Sender: "ltp" On Fri, Jul 26, 2024 at 03:24:40PM +0200, Petr Vorel wrote: > Hi Andrea, > > Reviewed-by: Petr Vorel > > Few notes below. > > ... > > +static struct tst_test test = { > > + .test_all = run, > > + .setup = setup, > > + .cleanup = cleanup, > > + .min_kver = "6.10", > nit: would not be able to check the availablity via landlock ABI == 5? Because Landlock is available since 5.13, I guess min_kver should be set to the same version. -- Mailing list info: https://lists.linux.it/listinfo/ltp