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 61701C433FE for ; Mon, 28 Nov 2022 14:46:23 +0000 (UTC) Received: from picard.linux.it (localhost [IPv6:::1]) by picard.linux.it (Postfix) with ESMTP id 75E3B3CC68B for ; Mon, 28 Nov 2022 15:46:20 +0100 (CET) Received: from in-4.smtp.seeweb.it (in-4.smtp.seeweb.it [217.194.8.4]) (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 08AD23C32D9 for ; Mon, 28 Nov 2022 15:46:10 +0100 (CET) Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) (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-4.smtp.seeweb.it (Postfix) with ESMTPS id 6B82410005BD for ; Mon, 28 Nov 2022 15:46:10 +0100 (CET) Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id 7E0FD21AED; Mon, 28 Nov 2022 14:46:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1669646769; 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=KxPFjwuYyeUMZGtaIYEt7YYpHH+Db6jxLpXek/b08IE=; b=Jwrhcp1yXZBxWAyCKGzucy0CMk5LCpPLhJ1YfjvAtvI2VPH/eDpVPVTuToysgXw/F50nr1 FiWPbNcTTPg/IlSTuREYHjN36zzOCAjQr4ApZnQqnxCvTXuaS+p74vb8lNYCrvHaZ5cguJ TCOMK3s8vxqsvt85O8CfJJuFvQ4kgHI= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1669646769; 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=KxPFjwuYyeUMZGtaIYEt7YYpHH+Db6jxLpXek/b08IE=; b=n+q9LaG/zS0xuk9SJKOY4PLM09o/QkYxlf+iS99Sx04uIqYMxNVmK/SNq+dgnwonGiBs7K 57LQEUZHbiDth+AQ== Received: from g78 (unknown [10.163.28.198]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by relay2.suse.de (Postfix) with ESMTPS id 4EC1E2C141; Mon, 28 Nov 2022 14:46:09 +0000 (UTC) References: <1668580004-2088-1-git-send-email-xuyang2018.jy@fujitsu.com> User-agent: mu4e 1.8.11; emacs 28.1 From: Richard Palethorpe To: Yang Xu Date: Mon, 28 Nov 2022 14:45:17 +0000 Organization: Linux Private Site In-reply-to: <1668580004-2088-1-git-send-email-xuyang2018.jy@fujitsu.com> Message-ID: <87h6yjuogf.fsf@suse.de> MIME-Version: 1.0 X-Virus-Scanned: clamav-milter 0.102.4 at in-4.smtp.seeweb.it X-Virus-Status: Clean Subject: Re: [LTP] [PATCH v1 1/2] cgroup_core01: Use correct linux tag 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: rpalethorpe@suse.de 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" Hello, Thanks, merged! Yang Xu writes: > Signed-off-by: Yang Xu > --- > testcases/kernel/controllers/cgroup/cgroup_core01.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/testcases/kernel/controllers/cgroup/cgroup_core01.c b/testcases/kernel/controllers/cgroup/cgroup_core01.c > index 8b6243f7c..2e695deed 100644 > --- a/testcases/kernel/controllers/cgroup/cgroup_core01.c > +++ b/testcases/kernel/controllers/cgroup/cgroup_core01.c > @@ -16,11 +16,11 @@ > * > * It is a regression test for > * > - * commit e57457641613fef0d147ede8bd6a3047df588b95 > + * commit 1756d7994ad85c2479af6ae5a9750b92324685af > * Author: Tejun Heo > - * Date: Thu Jan 6 11:02:29 2022 -1000 > + * Date: Thu Jan 6 11:02:28 2022 -1000 > * > - * cgroup: Use open-time cgroup namespace for process migration perm checks > + * cgroup: Use open-time credentials for process migraton perm checks > */ > > #include > @@ -101,7 +101,7 @@ static struct tst_test test = { > .needs_root = 1, > .needs_cgroup_ctrls = (const char *const[]){"memory", NULL}, > .tags = (const struct tst_tag[]) { > - {"linux-git", "e57457641613"}, > + {"linux-git", "1756d7994ad8"}, > {"CVE", "2021-4197"}, > {} > }, > -- > 2.23.0 -- Thank you, Richard. -- Mailing list info: https://lists.linux.it/listinfo/ltp