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 BA598C433F5 for ; Tue, 5 Apr 2022 05:19:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229553AbiDEFVU (ORCPT ); Tue, 5 Apr 2022 01:21:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49284 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229777AbiDEFVR (ORCPT ); Tue, 5 Apr 2022 01:21:17 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4418F1F0 for ; Mon, 4 Apr 2022 22:19:20 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id 2BE1968B05; Tue, 5 Apr 2022 07:19:16 +0200 (CEST) Date: Tue, 5 Apr 2022 07:19:15 +0200 From: Christoph Hellwig To: Thorsten Leemhuis Cc: Christoph Hellwig , Marek Szyprowski , Greg KH , bugzilla-daemon@kernel.org, linux-usb@vger.kernel.org Subject: Re: [Bug 215740] New: kernel warning: DMA-API: xhci_hcd: cacheline tracking EEXIST, overlapping mappings aren't supported Message-ID: <20220405051915.GA23138@lst.de> References: <69a5233e-aa11-073a-a390-3f80e6dc4466@leemhuis.info> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <69a5233e-aa11-073a-a390-3f80e6dc4466@leemhuis.info> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Thu, Mar 31, 2022 at 09:41:25AM +0200, Thorsten Leemhuis wrote: > Hey Christoph, Marek, Greg! > > Below warning was reported to bugzilla.kernel.org more than a week ago; > to quote the important parts here: The warning is from a new debug check added in 5.14 under a debug config option. So while the USB maintainers should look into fixing it I don't think it is a regression in that traditional sense of the word.