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 05422C433F5 for ; Thu, 6 Oct 2022 05:16:29 +0000 (UTC) Received: from picard.linux.it (localhost [IPv6:::1]) by picard.linux.it (Postfix) with ESMTP id 9DCD53CA941 for ; Thu, 6 Oct 2022 07:16:26 +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 (P-384)) (No client certificate requested) by picard.linux.it (Postfix) with ESMTPS id 94DF63C1509 for ; Thu, 6 Oct 2022 07:16:17 +0200 (CEST) Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) (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 AB46B600F2E for ; Thu, 6 Oct 2022 07:16:16 +0200 (CEST) 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 720261F85D; Thu, 6 Oct 2022 05:16:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1665033375; h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to: cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=MpaJS317M8ktAfARJbZ/gX+XAEj05smcdmt3SPriNmc=; b=kgtPcXnWiQ4E27nXgWpvWsqNSaen6+f+xyWm+s74S4R0NJmftkOZByy7OkHgn0rqU5MpVy YDb37+AiUJJvJio2cSM24/EOP4ZlW1moNZ7Dnyr7r/+NZTx9Ec/y5jGRXjSFbFQP2mj7rv wixD0hQeWlYKXkQg8bEf4R3GgzkF+tQ= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1665033375; h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to: cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=MpaJS317M8ktAfARJbZ/gX+XAEj05smcdmt3SPriNmc=; b=Z36XVtdFdjPswyIvpAvLAfGZuV0d8EoH0O3hDMqsy+LiWteweMe2vRx69QYjLUnDqaczRy hGgBtYQKtWJi7IBg== 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 54F3E139D2; Thu, 6 Oct 2022 05:16:15 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id M25WE59kPmN5ZQAAMHmgww (envelope-from ); Thu, 06 Oct 2022 05:16:15 +0000 Date: Thu, 6 Oct 2022 07:16:13 +0200 From: Petr Vorel To: Martin Doucha Message-ID: References: <20221005131529.15930-1-mdoucha@suse.cz> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20221005131529.15930-1-mdoucha@suse.cz> X-Virus-Scanned: clamav-milter 0.102.4 at in-5.smtp.seeweb.it X-Virus-Status: Clean Subject: Re: [LTP] [PATCH] syscalls/creat09: Add reference to CVE 2021-4037 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: , Reply-To: Petr Vorel Cc: 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" Hi Martin, thx, merged! > +++ b/testcases/kernel/syscalls/creat/creat09.c > @@ -155,6 +155,7 @@ static struct tst_test test = { > .tags = (const struct tst_tag[]) { > {"linux-git", "0fa3ecd87848"}, > {"CVE", "2018-13405"}, > + {"CVE", "2021-4037"}, How about this change: diff --git runtest/cve runtest/cve index 9ab6dc282..6ad3f51fb 100644 --- runtest/cve +++ runtest/cve @@ -55,7 +55,7 @@ cve-2018-1000001 realpath01 cve-2018-1000199 ptrace08 cve-2018-1000204 ioctl_sg01 cve-2018-12896 timer_settime03 -cve-2018-13405 creat09 +cve-2018-13405-cve-2021-4037 creat09 cve-2018-18445 bpf_prog04 cve-2018-18559 bind06 cve-2018-18955 userns08 Kind regards, Petr > {"linux-git", "01ea173e103e"}, > {"linux-git", "1639a49ccdce"}, > {"linux-git", "426b4ca2d6a5"}, -- Mailing list info: https://lists.linux.it/listinfo/ltp