From mboxrd@z Thu Jan 1 00:00:00 1970 From: aryabinin@virtuozzo.com (Andrey Ryabinin) Date: Fri, 3 Nov 2017 18:40:47 +0300 Subject: [PATCH v12 08/11] arm64/kasan: add and use kasan_map_populate() In-Reply-To: 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> Message-ID: <07ab0b77-0e2a-97b5-73ff-a6598bcb94cd@virtuozzo.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 10/18/2017 08:23 PM, Pavel Tatashin wrote: > Hi Andrew and Michal, > > There are a few changes I need to do to my series: > > 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. > 2. Fix a kbuild warning about section mismatch in > mm: deferred_init_memmap improvements > > How should I proceed to get these replaced in mm-tree? Send three new patches, or send a new series? > > Thank you, > Pavel >