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 AE303C4332F for ; Fri, 25 Mar 2022 16:32:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1376822AbiCYQdo (ORCPT ); Fri, 25 Mar 2022 12:33:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48090 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241341AbiCYQdm (ORCPT ); Fri, 25 Mar 2022 12:33:42 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A8D47DB48B; Fri, 25 Mar 2022 09:32:08 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id EBAC468B05; Fri, 25 Mar 2022 17:32:04 +0100 (CET) Date: Fri, 25 Mar 2022 17:32:04 +0100 From: Christoph Hellwig To: Halil Pasic Cc: Robin Murphy , Linus Torvalds , Oleksandr Natalenko , Christoph Hellwig , Marek Szyprowski , Toke =?iso-8859-1?Q?H=F8iland-J=F8rgensen?= , Kalle Valo , "David S. Miller" , Jakub Kicinski , Paolo Abeni , Olha Cherevyk , iommu , linux-wireless , Netdev , Linux Kernel Mailing List , Greg Kroah-Hartman , stable Subject: Re: [REGRESSION] Recent swiotlb DMA_FROM_DEVICE fixes break ath9k-based AP Message-ID: <20220325163204.GB16426@lst.de> References: <1812355.tdWV9SEqCh@natalenko.name> <27b5a287-7a33-9a8b-ad6d-04746735fb0c@arm.com> <20220324190216.0efa067f.pasic@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220324190216.0efa067f.pasic@linux.ibm.com> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 24, 2022 at 07:02:16PM +0100, Halil Pasic wrote: > > If > > ddbd89deb7d3 alone turns out to work OK then I'd be inclined to try a > > partial revert of just that one hunk. > > > > I'm not against being pragmatic and doing the partial revert. But as > explained above, I do believe for correctness of swiotlb we ultimately > do need that change. So if the revert is the short term solution, > what should be our mid-term road-map? Unless I'm misunderstanding this thread we found the bug in ath9k and have a fix for that now?