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 41360ECAA25 for ; Thu, 25 Aug 2022 18:53:49 +0000 (UTC) Received: from picard.linux.it (localhost [IPv6:::1]) by picard.linux.it (Postfix) with ESMTP id E20D83CA4E4 for ; Thu, 25 Aug 2022 20:53:45 +0200 (CEST) Received: from in-3.smtp.seeweb.it (in-3.smtp.seeweb.it [IPv6:2001:4b78:1:20::3]) (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 825413C136F for ; Thu, 25 Aug 2022 20:53:36 +0200 (CEST) Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) (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-3.smtp.seeweb.it (Postfix) with ESMTPS id 9E8871A00682 for ; Thu, 25 Aug 2022 20:53:35 +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 7AC9520613; Thu, 25 Aug 2022 18:53:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1661453614; 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=DsXqdW4CKAv2FoKfLjjKvutXhhfTZgEudveNj5rq+zg=; b=phfw9+AE3WLjnrzueIaS1wgYz+1CqDwt/HljuK4YO5qnwFYGLBlgy9rxBn8h6LL8XDWU0y Kxwtm2sQgFGie5B56UVGed1a44mL8l8Gq4r4KJb/4C4NAsy09LdrCYk0KdsZNBFLLiSClU oPx6AWtR58wyez2SUg7AxBPHGHz7Mi0= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1661453614; 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=DsXqdW4CKAv2FoKfLjjKvutXhhfTZgEudveNj5rq+zg=; b=vdxnkKAgyDxo/yy86sAD76d4dNwOo2EaO6BcdL8YO7gtT9Bhfy2E+bG/tItJ9TelOQqvbr BaftvNRzg+5fSKBw== 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 414FA13517; Thu, 25 Aug 2022 18:53:34 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id gG3KDC7FB2N0MwAAMHmgww (envelope-from ); Thu, 25 Aug 2022 18:53:34 +0000 Date: Thu, 25 Aug 2022 20:53:30 +0200 From: Petr Vorel To: Luke Nowakowski-Krijger Message-ID: References: <20220824215421.90947-1-luke.nowakowskikrijger@canonical.com> <87wnaw1ebh.fsf@suse.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-Virus-Scanned: clamav-milter 0.102.4 at in-3.smtp.seeweb.it X-Virus-Status: Clean Subject: Re: [LTP] [PATCH] API/cgroup: Add rdma controller 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 List 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, > On Thu, Aug 25, 2022 at 9:24 AM Richard Palethorpe > wrote: > > Hi, > > Petr Vorel writes: > > > Hi Luke, > > >> There is a test reporting "TBROK: 'rdma' controller is unknown > > >> to LTP" so lets add the controller. > > > Out of curiosity: which test? > > > Reviewed-by: Petr Vorel > > > Kind regards, > > > Petr > > I'm not sure, I think it was one of the shell tests which tries to mount > > all the controllers. Anyway, merged thanks! > It looks like cgroup/cgroup_regression_test.sh test 7 was the failing test. > Li ran into this earlier too I think. Thanks for info! Kind regards, Petr > Thanks for merging :) > Thanks, > - Luke -- Mailing list info: https://lists.linux.it/listinfo/ltp