From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755983AbdKCPwo (ORCPT ); Fri, 3 Nov 2017 11:52:44 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:45713 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753880AbdKCPwm (ORCPT ); Fri, 3 Nov 2017 11:52:42 -0400 Subject: Re: [PATCH v12 08/11] arm64/kasan: add and use kasan_map_populate() To: Andrey Ryabinin Cc: Will Deacon , mhocko@kernel.org, akpm@linux-foundation.org, linux-kernel@vger.kernel.org, sparclinux@vger.kernel.org, linux-mm@kvack.org, linuxppc-dev@lists.ozlabs.org, linux-s390@vger.kernel.org, linux-arm-kernel@lists.infradead.org, x86@kernel.org, kasan-dev@googlegroups.com, borntraeger@de.ibm.com, heiko.carstens@de.ibm.com, davem@davemloft.net, willy@infradead.org, ard.biesheuvel@linaro.org, mark.rutland@arm.com, catalin.marinas@arm.com, sam@ravnborg.org, mgorman@techsingularity.net, steven.sistare@oracle.com, daniel.m.jordan@oracle.com, bob.picco@oracle.com References: <20171013173214.27300-1-pasha.tatashin@oracle.com> <20171013173214.27300-9-pasha.tatashin@oracle.com> <0ae84532-8dcb-10aa-9d69-79d7025b089e@virtuozzo.com> <20171018170651.GG21820@arm.com> <07ab0b77-0e2a-97b5-73ff-a6598bcb94cd@virtuozzo.com> From: Pavel Tatashin Message-ID: <7f4e35ba-2448-16ba-63e1-229eb30b068b@oracle.com> Date: Fri, 3 Nov 2017 11:50:53 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <07ab0b77-0e2a-97b5-73ff-a6598bcb94cd@virtuozzo.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Source-IP: aserv0022.oracle.com [141.146.126.234] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org >> 1. Replace these two patches: >> >> arm64/kasan: add and use kasan_map_populate() >> x86/kasan: add and use kasan_map_populate() >> >> With: >> >> x86/mm/kasan: don't use vmemmap_populate() to initialize >>  shadow >> arm64/mm/kasan: don't use vmemmap_populate() to initialize >>  shadow >> > > Pavel, could you please send the patches? These patches doesn't interfere with rest of the series, > so I think it should be enough to send just two patches to replace the old ones. > Hi Andrey, I asked Michal and Andrew how to proceed but never received a reply from them. The patches independent from the deferred page init series as long as they come before the series. Anyway, I will post these two patches to the mailing list soon. But, not really sure if they will be taken into mm-tree. Pavel