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 95A51C63797 for ; Fri, 3 Feb 2023 08:07:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232159AbjBCIHy (ORCPT ); Fri, 3 Feb 2023 03:07:54 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46064 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232176AbjBCIHT (ORCPT ); Fri, 3 Feb 2023 03:07:19 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 130CF1F5FF; Fri, 3 Feb 2023 00:05:36 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 99EA061E12; Fri, 3 Feb 2023 08:05:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E1F36C433D2; Fri, 3 Feb 2023 08:05:33 +0000 (UTC) Message-ID: <3a59ffba-a7fe-97b0-af76-7194f7b3896a@xs4all.nl> Date: Fri, 3 Feb 2023 09:05:31 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0 Subject: Re: Regression: v4l/bttv vbi vs iommu Content-Language: en-US To: Christoph Hellwig Cc: "Dr. David Alan Gilbert" , iommu@lists.linux.dev, mchehab@kernel.org, linux-media@vger.kernel.org, linux-kernel@vger.kernel.org References: <20230203063500.GA23520@lst.de> From: Hans Verkuil In-Reply-To: <20230203063500.GA23520@lst.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/02/2023 07:35, Christoph Hellwig wrote: > On Wed, Feb 01, 2023 at 09:48:46PM +0100, Hans Verkuil wrote: >> In fact, the plan is to replace the old and deprecated videobuf framework by the vb2 >> framework in the bttv driver in the next 2-3 months or so. That will also automatically >> solve this problem. > > It would be great to expedite removal of the old videbuf code given > how many problems it has. We're working on it. A lot of old drivers in drivers/staging/media/deprecated will be removed in 6.3, and that leaves the cx18, bttv and saa7146 drivers that still use vb1. This week I posted patches converting cx18 to vb2 and someone else will work on the bttv conversion. We thought we could remove saa7146 as well, but it turns out that that is still very much in use (somewhat unexpectedly), so I plan to convert that one this month (I hope). I aim for removing vb1 in kernel 6.4 or 6.5. Regards, Hans