Received: by 2002:a05:6a10:1287:0:0:0:0 with SMTP id d7csp569632pxv; Thu, 15 Jul 2021 10:26:24 -0700 (PDT) X-Google-Smtp-Source: ABdhPJynLAwpKwcKS2F3f8B4j6nT8Wvq+1XI/j5DMd4xJc68ARBwn0pwZncSHoqsW8JKYNPe/XE7 X-Received: by 2002:a05:6638:192:: with SMTP id a18mr4994865jaq.47.1626369984371; Thu, 15 Jul 2021 10:26:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1626369984; cv=none; d=google.com; s=arc-20160816; b=nu07kiLTAR/4kt0KzAbrTpiHAWNX2anIEFqMHApi/NxSuIUz6UFGR4Fb7nXq/Qw4DM lV1goKmb1SMq5l1bJvTuqEVkh2MZDhyplkcVmLdp26F+DGS2/YtLVdGAgQ3h/1gyyHnm GJTRBfzZE0MRoHwmP1JchB0VxwEy3wJMpmQwChoM/k7apWRdeghi1GLP3vcIxTGIl84T oz6bsp63Q0EsNQwNtICZ9Mo0qPvNbRix17P9t0W3LWOepBABawTeZ7nG8gH4IslMdxIJ VPqfqDqxAXvsNJ7JyEtlYuzdL3w4jaFSD6XAv/RpS7bk2ECX5dH+xVK73J9G3IoP3sGk q8Nw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=ilacPyxkuTWdrc2vkH+M+qkr8RpI0mQvQj/ENaakYXg=; b=kyLOL2fJBGz3IbJ0FiG+1fGz89HPgs6Cq/iyxA5nnOzceqeeYtn1CTEVh04V/dGBUY duqHH5N4gjaUd6820umCRnnSIu19MpdV/kMLcch6qXjW+2yMqWCyiL8yE0ac0xNq/vzA 6jxEzqd+A3zVAenw/58UdQMRGEDOIz+3LruTeirHbknrIGTe5r9oRdvpPaYdjiNULh7V PqD+HLlf8vHxHiprzUcsSYz38MtYzFeiSGIdfsVQJT4au1mgAnem168ys25tvSk+hYWc BLGRiGBmauNJjbRbAjXdwRgD7BW85U7qi3dp36nPIaBHx7CFaI7hwcqVdnSfoDBqMie7 QKWQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id i9si8018562ioq.17.2021.07.15.10.26.12; Thu, 15 Jul 2021 10:26:24 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229899AbhGORDK (ORCPT + 99 others); Thu, 15 Jul 2021 13:03:10 -0400 Received: from verein.lst.de ([213.95.11.211]:39282 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229516AbhGORDJ (ORCPT ); Thu, 15 Jul 2021 13:03:09 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id D5DD667373; Thu, 15 Jul 2021 19:00:11 +0200 (CEST) Date: Thu, 15 Jul 2021 19:00:11 +0200 From: Christoph Hellwig To: Boris Ostrovsky Cc: Roman Skakun , Konrad Rzeszutek Wilk , Juergen Gross , Stefano Stabellini , xen-devel@lists.xenproject.org, iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org, Oleksandr Tyshchenko , Oleksandr Andrushchenko , Volodymyr Babchuk , Roman Skakun , Andrii Anisov , Christoph Hellwig Subject: Re: [PATCH v2] dma-mapping: use vmalloc_to_page for vmalloc addresses Message-ID: <20210715170011.GA17324@lst.de> References: <20210616154436.GA7619@lst.de> <20210622133414.132754-1-rm.skakun@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 15, 2021 at 12:58:53PM -0400, Boris Ostrovsky wrote: > > On 7/15/21 3:39 AM, Roman Skakun wrote: > >> This looks like it wasn't picked up? Should it go in rc1? > > Hi, Konrad! > > > > This looks like an unambiguous bug, and should be in rc1. > > > Looks like you didn't copy Christoph which could be part of the problem. Adding him. Can someone just send a clean patch that I can review and hopefully apply?