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=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,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 493B4C47255 for ; Fri, 8 May 2020 21:24:39 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 1F223218AC for ; Fri, 8 May 2020 21:24:39 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1F223218AC Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=suse.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id C4A8E900018; Fri, 8 May 2020 17:24:38 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id BFBCC900004; Fri, 8 May 2020 17:24:38 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id B3948900018; Fri, 8 May 2020 17:24:38 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0113.hostedemail.com [216.40.44.113]) by kanga.kvack.org (Postfix) with ESMTP id 9C722900004 for ; Fri, 8 May 2020 17:24:38 -0400 (EDT) Received: from smtpin29.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay02.hostedemail.com (Postfix) with ESMTP id 67140185D for ; Fri, 8 May 2020 21:24:38 +0000 (UTC) X-FDA: 76794831036.29.beef11_b5bbfe87a14e X-HE-Tag: beef11_b5bbfe87a14e X-Filterd-Recvd-Size: 1809 Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) by imf47.hostedemail.com (Postfix) with ESMTP for ; Fri, 8 May 2020 21:24:37 +0000 (UTC) X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id B95B6AE2A; Fri, 8 May 2020 21:24:37 +0000 (UTC) Date: Fri, 8 May 2020 23:24:32 +0200 From: Joerg Roedel To: Steven Rostedt Cc: Joerg Roedel , x86@kernel.org, hpa@zytor.com, Dave Hansen , Andy Lutomirski , Peter Zijlstra , rjw@rjwysocki.net, Arnd Bergmann , Andrew Morton , Vlastimil Babka , Michal Hocko , linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, linux-arch@vger.kernel.org, linux-mm@kvack.org Subject: Re: [RFC PATCH 6/7] mm: Remove vmalloc_sync_(un)mappings() Message-ID: <20200508212432.GS8135@suse.de> References: <20200508144043.13893-1-joro@8bytes.org> <20200508144043.13893-7-joro@8bytes.org> <20200508145822.07fcc32b@gandalf.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200508145822.07fcc32b@gandalf.local.home> User-Agent: Mutt/1.10.1 (2018-07-13) X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: On Fri, May 08, 2020 at 02:58:22PM -0400, Steven Rostedt wrote: > You'll need to fold this into this patch, as my patch has already hit > Linus's tree. Yeah, have it on my todo-list already when I rebase this. > But I applied your whole series and I'm not able to reproduce the bug. > > Tested-by: Steven Rostedt (VMware) Thanks a lot for testing! Joerg