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 99EFAC433F5 for ; Mon, 14 Feb 2022 13:04:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1353854AbiBNNEP (ORCPT ); Mon, 14 Feb 2022 08:04:15 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:51800 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1353841AbiBNNEK (ORCPT ); Mon, 14 Feb 2022 08:04:10 -0500 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5916B4D610 for ; Mon, 14 Feb 2022 05:04:02 -0800 (PST) Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id 12E61210E6; Mon, 14 Feb 2022 13:04:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1644843841; 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=c1hLRb5YqwFRfjo7Ej5GcKJrTxqFBTviQb6VZcLKH+Y=; b=JdDEGyv6RZOP3Z58E2lcIbiM1QvzMPa/egDVszcPU1Iuv0VSIeLUG3V2yCHuf/vSgA7xj8 iyrdVUJv2ATJgwyyGPii41V1I6LjYyBkFdFlke5HdYgU+BWpDO10lkXLQN4TeSnfponxLs iY/yRbspoSUAwZnHmP/bYE0phu5hFCo= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1644843841; 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=c1hLRb5YqwFRfjo7Ej5GcKJrTxqFBTviQb6VZcLKH+Y=; b=h6BPSqiZ0T896BvLFc5wqWLOHaJr2XMob8e/+Rv4MwtK2sH1s6Z4TGyQVXT+o1+t6ZtYru C/TycjrmBcVpZZDg== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id 03769A3B83; Mon, 14 Feb 2022 13:04:00 +0000 (UTC) Date: Mon, 14 Feb 2022 14:04:00 +0100 Message-ID: From: Takashi Iwai To: Julian Wollrath Cc: Takashi Iwai , linux-kernel@vger.kernel.org Subject: Re: v5.17.0-rc3: Regression bisecting failing suspend to disk: ALSA: hda: realtek: Fix race at concurrent COEF updates In-Reply-To: <20220214135435.47cff518@schienar> References: <20220214132838.4db10fca@schienar> <20220214135435.47cff518@schienar> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 14 Feb 2022 13:54:35 +0100, Julian Wollrath wrote: > > Dear Takashi, > > > Does the patch below help? > > yes, that patch does the trick and removes the problem. Great, I'll submit the proper patch and merge for the next PR. thanks, Takashi