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 X-Spam-Level: X-Spam-Status: No, score=-6.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1B43EC2B9F4 for ; Mon, 28 Jun 2021 12:20:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 07C8F61584 for ; Mon, 28 Jun 2021 12:20:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232875AbhF1MXB (ORCPT ); Mon, 28 Jun 2021 08:23:01 -0400 Received: from mail.kernel.org ([198.145.29.99]:36924 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232833AbhF1MXA (ORCPT ); Mon, 28 Jun 2021 08:23:00 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id DE11B61C71; Mon, 28 Jun 2021 12:20:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1624882835; bh=6cdreBLVgjghdzCciD1FBErG4l5EHwHP75JwktByTos=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uCjOOqh01WD2E5WKSTLTPvnfnMGUeHKpShFmj0wPfUdUIAKN47H2xAk+5FS1ey4Sq OJUSHa48pQeSwkrLBwxH8aVrsbFTa9BMEYT43AS3f9A4g/sRpe9QYucvpOrRJGvf11 PrAyu6GocsqDa1k9CxtmRo5HCi1xzqfh4NIpV6J0= Date: Mon, 28 Jun 2021 14:20:33 +0200 From: 'Greg KH' To: Chanho Park Cc: 'Bumyong Lee' , 'Christoph Hellwig' , 'Dominique MARTINET' , 'Horia =?utf-8?Q?Geant=C4=83'?= , stable@vger.kernel.org, 'Konrad Rzeszutek Wilk' Subject: Re: [PATCH] swiotlb: manipulate orig_addr when tlb_addr has offset Message-ID: References: <16246131632380@kroah.com> <513700442.21624870682149.JavaMail.epsvc@epcpadp4> <1891546521.01624872602204.JavaMail.epsvc@epcpadp3> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Jun 28, 2021 at 11:36:19AM +0200, 'Greg KH' wrote: > On Mon, Jun 28, 2021 at 06:25:28PM +0900, Chanho Park wrote: > > > > commit 5f89468e2f060031cd89fd4287298e0eaf246bf6 upstream. > > > > (Backported as different form due to absence of below patch series > > > > https://lore.kernel.org/linux-iommu/20210301074436.919889-1-hch@lst.de/) > > > > > > What stable kernel(s) is this for? > > > > Hmm. I sent this with "--in-reply-to" option of git send-email with your > > e-mail's message-id but it didn't work well. > > That does not work when the message you are sending in-reply-to is no > longer in the recipient's message box :) > > > This is for linux-5.12.y tree. > > Great, thanks. > > > > And did you send the same patch twice? > > > > No. Unfortunately, they're different due to swiotlb patches. I backported > > the patch to each kernel versions respectively. > > What is the "other" patch for? Looks like 5.10.y. Both now queued up, thanks. greg k-h