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=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 08F54C07E96 for ; Thu, 15 Jul 2021 17:00:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D58D6613C7 for ; Thu, 15 Jul 2021 17:00:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230497AbhGORDM (ORCPT ); Thu, 15 Jul 2021 13:03:12 -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?