Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp1881621imu; Wed, 12 Dec 2018 06:03:00 -0800 (PST) X-Google-Smtp-Source: AFSGD/W0j4onL4OiPmnHlSp/CHg3gSn4XRuwZ3gf5LZCxpDveQkxCjJucwv+ABrKm0Fv2QsynYue X-Received: by 2002:a63:9501:: with SMTP id p1mr18563681pgd.149.1544623380689; Wed, 12 Dec 2018 06:03:00 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544623380; cv=none; d=google.com; s=arc-20160816; b=PmH5uZ6lU2HG0Bl+L3eMlSYV1TQngG1kFatDEkp9J3hiPRtgLaXW0wsbwSpJgCclTD k5/y4iqwLum8VZOyel7po2bMZN6uuEcI8B9sfzX7aJThsJkCeEv1qh5IJMaPSegydR11 naFhUvIqqYlurfaUA4GVHED9idFsB07RDOftxGBCY8siLmUioIV3FvHYZLAWdHL13rpG cGqLKZ+coaxNqiOiqcbWzs3y0cvGBKAvzE+rdeBds7SzMTZvYbP7ZR4b67pQ9Q5JW6mT a8AzVieQ23vyc1TnAf6QUzfFjU8Us+yquHcAWWqbXuwioEz5jnXxLZ9EWONvvg1Her1W g/uQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=FHRRcfBH1wZ847aWLzV73cNt09cv5V3CQxZqEQAlTYs=; b=W/OFm7Hwj704oMU7EK5/QzT7QSM9AvPa8kOPfo+xh+x6AI8CreBywZYcYfT3JZ8jWx sQ2X4AwlUc4t1zwks0VnssveYbaCF/t5AEpRWhHq0voNSgUIYc/HRPMHm3Phw35hv0FO K4rt06PpwtBOTlikm7f+hIo9Du4RwBgLO0Sz9tw9rOU20V5b4GYoO6AE1VPUZ7Fuv+5t TV0ltrZYclaismiAu/VWfshp7afYrx7jTFx9OWg/ikzEsGvZgCZzZfUk8pfbJAdkP1wL JYRdBr6zW0y14gR/p3OwOyPkiKKg1eN0eSxAhqHktG7e3bYJXDrl9qn5FOwaGqtABZtB cY+g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b10si13491384plz.233.2018.12.12.06.02.43; Wed, 12 Dec 2018 06:03:00 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727543AbeLLOB2 (ORCPT + 99 others); Wed, 12 Dec 2018 09:01:28 -0500 Received: from mail.kernel.org ([198.145.29.99]:39280 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726232AbeLLOB1 (ORCPT ); Wed, 12 Dec 2018 09:01:27 -0500 Received: from gandalf.local.home (cpe-66-24-56-78.stny.res.rr.com [66.24.56.78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9662920839; Wed, 12 Dec 2018 14:01:25 +0000 (UTC) Date: Wed, 12 Dec 2018 09:01:23 -0500 From: Steven Rostedt To: "Matwey V. Kornilov" Cc: Linux Media Mailing List , open list , Tomasz Figa , Laurent Pinchart , Alan Stern , Ezequiel Garcia , Hans de Goede , Hans Verkuil , Mauro Carvalho Chehab , mingo@redhat.com, Mike Isely , Bhumika Goyal , Colin King , Kieran Bingham , keiichiw@chromium.org, Andrew Morton Subject: Re: [PATCH v6 2/2] media: usb: pwc: Don't use coherent DMA buffers for ISO transfer Message-ID: <20181212090123.046ced92@gandalf.local.home> In-Reply-To: <20181212085622.6b590540@gandalf.local.home> References: <20181109190327.23606-1-matwey@sai.msu.ru> <20181109190327.23606-3-matwey@sai.msu.ru> <20181212085622.6b590540@gandalf.local.home> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 12 Dec 2018 08:56:22 -0500 Steven Rostedt wrote: > Can someone please take this patch or at least say what's wrong with it > if you have a problem? > > Matwey has been patiently pinging us once every other week for over a > month asking for a reply. I've already given my Reviewed-by from a > tracing perspective. > > Ignoring patches is not a friendly gesture. > Nevermind, it appears that v5 is still under discussion. Matwey, does v6 address the comments made in v5? -- Steve