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 A1E07E7D0A8 for ; Thu, 21 Sep 2023 19:12:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229598AbjIUTMl (ORCPT ); Thu, 21 Sep 2023 15:12:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34844 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231486AbjIUTE4 (ORCPT ); Thu, 21 Sep 2023 15:04:56 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9314080F9C; Thu, 21 Sep 2023 10:36:54 -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 AA6873377F; Thu, 21 Sep 2023 15:10:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1695309006; 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=0eTKe2XuZQ29/5KHHLZyTd//jnc11IR/vGdwjTaApTI=; b=ZhL02ap/z8114SestHHkj/X32LfJyKAawxzSi0z0cG5UMMNUJBiiNu2hMZWUsXYMllpVFh UyZNJU+88gHEteRNtFUBR63qeooUlYAUKVaPHnMGf7j4IJrJOcaQDDKYxLNji+8XKgon3K VGgn/dFYKdEq/rEkjPj1gSO+F7d3iMU= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1695309006; 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=0eTKe2XuZQ29/5KHHLZyTd//jnc11IR/vGdwjTaApTI=; b=2qhkMIKiIIrhDoE9b1Mqgp7UFDZwFtxXvuHXv20tIduMEA5tO9L4G59EMKri9+VLb4ZJhe ZD3xbl4RgNFwitCw== 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 39BA1134B0; Thu, 21 Sep 2023 15:10:06 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id ccT8DM5cDGUAbgAAMHmgww (envelope-from ); Thu, 21 Sep 2023 15:10:06 +0000 Date: Thu, 21 Sep 2023 17:10:05 +0200 Message-ID: <87sf77y33m.wl-tiwai@suse.de> From: Takashi Iwai To: David Howells Cc: Jens Axboe , Al Viro , Linus Torvalds , Christoph Hellwig , Christian Brauner , David Laight , Matthew Wilcox , Jeff Layton , linux-fsdevel@vger.kernel.org, linux-block@vger.kernel.org, linux-mm@kvack.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Jaroslav Kysela , Takashi Iwai , Oswald Buddenhagen , Suren Baghdasaryan , Kuninori Morimoto , alsa-devel@alsa-project.org Subject: Re: [PATCH v5 01/11] sound: Fix snd_pcm_readv()/writev() to use iov access functions In-Reply-To: <809186.1695308608@warthog.procyon.org.uk> References: <87o7hvzn12.wl-tiwai@suse.de> <20230920222231.686275-1-dhowells@redhat.com> <20230920222231.686275-2-dhowells@redhat.com> <809186.1695308608@warthog.procyon.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-kernel@vger.kernel.org On Thu, 21 Sep 2023 17:03:28 +0200, David Howells wrote: > > Takashi Iwai wrote: > > > Would you apply it through your tree, or shall I apply this one via > > sound git tree? > > It's a prerequisite for a later patch in this series, so I'd prefer to keep it > with my other patches. Sure, please go ahead. thanks, Takashi