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 5F9D7EB64D7 for ; Wed, 21 Jun 2023 18:13:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230448AbjFUSNQ (ORCPT ); Wed, 21 Jun 2023 14:13:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43242 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229809AbjFUSNQ (ORCPT ); Wed, 21 Jun 2023 14:13:16 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 05DEB1738; Wed, 21 Jun 2023 11:13:15 -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-out1.suse.de (Postfix) with ESMTPS id 7188822062; Wed, 21 Jun 2023 18:13:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1687371193; 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=WWsGkOFdRgMs/IpJ7LdFjt5a+LKBC94Ys5RNtTMLywk=; b=eDNTx1+11CgvTjukC7PB1T84aQVxT90L5pUASXmsUm/J8Y5/dYFX8hTD4YCL71Qv3YiCmq 4OiFZVAsDt0Is4O+ffUdg08Jgut9iJdGfnBJnaI/QdBkD1ItkJPmVTgXFquOQqZAoXk8TK pWkDXQiXPb4GNHCUGXdPYQwvsv+Cick= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1687371193; 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=WWsGkOFdRgMs/IpJ7LdFjt5a+LKBC94Ys5RNtTMLywk=; b=s1FNJWfq86fSVdJ5AIuh37PAEpKHyOcO4mfPfBzOIJ2xeDPxd/4VAxkACp7pcO1U5uvGcP EdjrL6R97yxNldBQ== 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 BC464134B1; Wed, 21 Jun 2023 18:13:12 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id cNQoLbg9k2R3bgAAMHmgww (envelope-from ); Wed, 21 Jun 2023 18:13:12 +0000 Date: Wed, 21 Jun 2023 20:13:11 +0200 Message-ID: <87wmzwptu0.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: 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> 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 19:08:27 +0200, Mark Brown wrote: > > On Wed, Jun 21, 2023 at 06:34:22PM +0200, Takashi Iwai wrote: > > > So, we're back to square... Unless anyone has a strong objection, I'm > > inclined to take this as a workaround for 6.5 for now, as the merge > > window deadline is coming. We can improve things at the same time for > > the future kernel, too. > > 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? Takashi