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 52221ECAAA1 for ; Tue, 6 Sep 2022 08:46:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238999AbiIFIqz (ORCPT ); Tue, 6 Sep 2022 04:46:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37952 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239558AbiIFIqe (ORCPT ); Tue, 6 Sep 2022 04:46:34 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3BEAF7CB74; Tue, 6 Sep 2022 01:42:40 -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 7997C3377F; Tue, 6 Sep 2022 08:42:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1662453741; 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=UFnaoWY/FeJrb/002mSVGgCF091vYON2BHbp4BeHfSo=; b=n+2zFwCGuYqPO3nwxKhs0Uxq8JVOJiEMMDIZktmylzHQzHbngX4Jheti1gwlmaVoc6pxhB HMEOByhuCPpK4Qpb6eREfjXI+HrnSOonuQ1FDiahKz70n53S+FdxS3Czlhv6Opv/5NeeXy dyAcvLn+zZdxv2zOyNepe0YCKcV36GA= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1662453741; 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=UFnaoWY/FeJrb/002mSVGgCF091vYON2BHbp4BeHfSo=; b=uKyuzu5SHZKTFLPvFFBngekvxCkGJ/1By41CUtVxOAFQ/bqtypInUNigiA0dtDzNYYDWpF qv8gtgYJzrLlZAAQ== 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 5C4C313A19; Tue, 6 Sep 2022 08:42:21 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 8c2YFe0HF2O8VgAAMHmgww (envelope-from ); Tue, 06 Sep 2022 08:42:21 +0000 Date: Tue, 06 Sep 2022 10:42:20 +0200 Message-ID: <87tu5khp1v.wl-tiwai@suse.de> From: Takashi Iwai To: Mikhail Gavrilov Cc: Takashi Iwai , Linux List Kernel Mailing , linux-sound@vger.kernel.org Subject: Re: [BUG] commit a8d302a0b77057568350fe0123e639d02dba0745 cause IO_PAGE_FAULT and a lot of errors In-Reply-To: References: <87ilm3vbzq.wl-tiwai@suse.de> <875yi3froa.wl-tiwai@suse.de> <874jxml7a4.wl-tiwai@suse.de> <87o7vuj8ao.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-kernel@vger.kernel.org On Tue, 06 Sep 2022 10:13:48 +0200, Mikhail Gavrilov wrote: > > On Mon, Sep 5, 2022 at 5:49 PM Takashi Iwai wrote: > > > > Even a simpler one below with a proper changelog. > > > > Thanks! > I checked both the latest patches. Both solved the IO_PAGE_FAULT issue > and didn't cause any side effects. > Tested-by: Mikhail Gavrilov Thanks, I'm going to submit and merge this for the next PR. Takashi