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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B53D7EB64D9 for ; Mon, 10 Jul 2023 07:00:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229637AbjGJHAR (ORCPT ); Mon, 10 Jul 2023 03:00:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56672 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229481AbjGJHAP (ORCPT ); Mon, 10 Jul 2023 03:00:15 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 55C16E5; Mon, 10 Jul 2023 00:00:13 -0700 (PDT) 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 6B2081F38D; Mon, 10 Jul 2023 07:00:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1688972411; h=from:from: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=8lsYU8eTR/+2vxTT2ktjYy/lbIGikqZVqJISjVkDRtU=; b=SAiFS8bt3oIoIjNAkhH/jJ5HPdyfxiXucL0tM8Mli0hsVI313mfFGPPNIvnbqw9dhfE8A8 R1bQm1u2oLNujzhILJAl8xcqc/A5y2BKAtTFli04SRbB8edImnqWZk6jxtSNh2UY1aFwJZ FgOWNst2w50UC9aNhqX3mzKinGjPRBo= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1688972411; h=from:from: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=8lsYU8eTR/+2vxTT2ktjYy/lbIGikqZVqJISjVkDRtU=; b=VK/0YYUxyWgb7TXPucwL/gw+iaHL6jQupqHrwbxhabF/nOZtUMDTBl5vKABHVwtHmgQMiF eHC/PJ6YNWbSr8CA== 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 30AB61361C; Mon, 10 Jul 2023 07:00:11 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id xGgzCnusq2S1YgAAMHmgww (envelope-from ); Mon, 10 Jul 2023 07:00:11 +0000 Date: Mon, 10 Jul 2023 09:00:09 +0200 Message-ID: <87wmz8i746.wl-tiwai@suse.de> From: Takashi Iwai To: Mark Brown Cc: =?ISO-8859-1?Q?=22N=EDcolas_F=2E_R=2E_A=2E=22?= Prado , Jaroslav Kysela , kernel@collabora.com, AngeloGioacchino Del Regno , Shuah Khan , Takashi Iwai , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org Subject: Re: [PATCH 2/2] kselftest/alsa: pcm-test: Decrease stream duration from 4 to 2 seconds In-Reply-To: <06b8bfde-e4f1-48ea-aa3e-35d2fe5df046@sirena.org.uk> References: <20230620220839.2215057-1-nfraprado@collabora.com> <20230620220839.2215057-3-nfraprado@collabora.com> <33bea0d3-b8dd-4936-812e-392166df4437@sirena.org.uk> <443f697b-fecf-6e8e-0b76-65257aff7da8@perex.cz> <9069ad0c-d166-4620-a3de-a36ab233cab0@sirena.org.uk> <5c2d5213-5299-44f1-9611-26002c8a5d3a@notapiano> <87352krcz5.wl-tiwai@suse.de> <87wmzwptu0.wl-tiwai@suse.de> <06b8bfde-e4f1-48ea-aa3e-35d2fe5df046@sirena.org.uk> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.2 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org On Wed, 21 Jun 2023 20:19:46 +0200, Mark Brown wrote: > > On Wed, Jun 21, 2023 at 08:13:11PM +0200, Takashi Iwai wrote: > > Mark Brown wrote: > > > > It feels like it might be good to let it cook for a bit longer before > > > going to Linus (eg, applying after the merge window) so we've more > > > chance to see what the impact is on other boards? > > > I'm fine with that option, too. Are most of selftests performed on > > linux-next basis, or rather on Linus tree? > > For KernelCI we've got coverage on both. I can also run stuff on the > boards I have in my lab on demand of course, but there's more coverage > in KernelCI. OK, now I applied those two patches to for-next branch (i.e. for 6.6 kernel). Let's watch out. thanks, Takashi