Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp2269637imm; Mon, 28 May 2018 05:07:47 -0700 (PDT) X-Google-Smtp-Source: ADUXVKLk2XQZvEYdoxVUZu4B2P+d+aYcTBnPich8yO+rqnZkuPdaCVm0vgHOGkSHK0gUsPlmOSov X-Received: by 2002:a62:66c6:: with SMTP id s67-v6mr5221105pfj.139.1527509267227; Mon, 28 May 2018 05:07:47 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1527509267; cv=none; d=google.com; s=arc-20160816; b=a/Bk3cWrb2XuV4YpFcFvhblOd8Inl0sc9IM6/Pkxp4EIx3slZ1LndxRHlzUJ722Osw GFoygFacVAkvWb3+jUuuAJTSEJ9EiL+bGSPm/gWdewM2VbyKOXdlG51+kunRk0/Cmd0h fs7HcANEe6nLoWch2qOcMALgilMJg0YoizIM4DhCWlrjIluZMoSPbob7JrW5MiZQtzUV aZgEoYuIYm/4fPGfe4U1sHSuki5lYQ3cA7cmkI8o5sJm2RSsn74CyTDr5sm+Cv3muKJp 58aPEnroM78Fii/BTIGNlQ8DGNxeTJbN4Nmftiq0YP6DS/CN/umRfpRZJuPKsh/RjBLA 2Wsg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from:dkim-signature :arc-authentication-results; bh=MmM5cTnn+mSeMw+nxq1uZXKjGo3oTvcu6fYgqR4Pstk=; b=WoHb+NCqufegonSYHPgG5LeBFHYGoopgI7lWGWFhZyPFFvsM7poqqdod28SZROsU0T HRWb+Om6LO2JgpypuYNN8lOwVGP9EgC63ETa+S6ne7jdHTakUR+TbEgoG/0pV8V5MwCv 9eBfRsdmGNW8/AROIS5UXdO2I8i79ISOmYKWRS7GU62q/f3QiKMnJ0YnwNKv54+Lhsxw T5LfW1MuW8aRHy1XHTNY95TCR7ESm+lmvHzUZxn7QvjbGxy5U4zMFWycnzCSCBvwgmv/ tZOaxgPkLhFAfQ8y8bZdidNUS5xF/FAIAJu1iMLrc8r0IItLs7cLUjrDQk8gB9RQOOqE rkbw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=HKTc/AGQ; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u10-v6si2580780plz.153.2018.05.28.05.07.30; Mon, 28 May 2018 05:07:47 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=HKTc/AGQ; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938632AbeE1MGm (ORCPT + 99 others); Mon, 28 May 2018 08:06:42 -0400 Received: from mail.kernel.org ([198.145.29.99]:52464 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1423114AbeE1LF0 (ORCPT ); Mon, 28 May 2018 07:05:26 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id E73172075C; Mon, 28 May 2018 11:05:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1527505525; bh=/2JVM+FwocPQ+Y7nnlR403SoSB7em8kdcsO5jtdwEo8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=HKTc/AGQ9Tvux7iGBMV72oi1QPndGCudCzRBu8FWYT7kbXeMnT/8TwvHUSglFWQ4L UI2iI4LoVLcpfJd8pOHkFV80fa3Kmy20Hs+CFblAs7IQET+0mWyxnbnuw42BSe+uD5 J5zxSQkt/rF9VirMm40VUFsSdqF8NWvGNcRYvVbw= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Andrey Ryabinin , Paul Menzel , Alexander Potapenko , Dmitry Vyukov , Matthew Wilcox , Andrew Morton , Linus Torvalds Subject: [PATCH 4.16 034/272] mm/kasan: dont vfree() nonexistent vm_area Date: Mon, 28 May 2018 12:01:07 +0200 Message-Id: <20180528100243.587736189@linuxfoundation.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180528100240.256525891@linuxfoundation.org> References: <20180528100240.256525891@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.16-stable review patch. If anyone has any objections, please let me know. ------------------ From: Andrey Ryabinin commit 0f901dcbc31f88ae41a2aaa365f7802b5d520a28 upstream. KASAN uses different routines to map shadow for hot added memory and memory obtained in boot process. Attempt to offline memory onlined by normal boot process leads to this: Trying to vfree() nonexistent vm area (000000005d3b34b9) WARNING: CPU: 2 PID: 13215 at mm/vmalloc.c:1525 __vunmap+0x147/0x190 Call Trace: kasan_mem_notifier+0xad/0xb9 notifier_call_chain+0x166/0x260 __blocking_notifier_call_chain+0xdb/0x140 __offline_pages+0x96a/0xb10 memory_subsys_offline+0x76/0xc0 device_offline+0xb8/0x120 store_mem_state+0xfa/0x120 kernfs_fop_write+0x1d5/0x320 __vfs_write+0xd4/0x530 vfs_write+0x105/0x340 SyS_write+0xb0/0x140 Obviously we can't call vfree() to free memory that wasn't allocated via vmalloc(). Use find_vm_area() to see if we can call vfree(). Unfortunately it's a bit tricky to properly unmap and free shadow allocated during boot, so we'll have to keep it. If memory will come online again that shadow will be reused. Matthew asked: how can you call vfree() on something that isn't a vmalloc address? vfree() is able to free any address returned by __vmalloc_node_range(). And __vmalloc_node_range() gives you any address you ask. It doesn't have to be an address in [VMALLOC_START, VMALLOC_END] range. That's also how the module_alloc()/module_memfree() works on architectures that have designated area for modules. [aryabinin@virtuozzo.com: improve comments] Link: http://lkml.kernel.org/r/dabee6ab-3a7a-51cd-3b86-5468718e0390@virtuozzo.com [akpm@linux-foundation.org: fix typos, reflow comment] Link: http://lkml.kernel.org/r/20180201163349.8700-1-aryabinin@virtuozzo.com Fixes: fa69b5989bb0 ("mm/kasan: add support for memory hotplug") Signed-off-by: Andrey Ryabinin Reported-by: Paul Menzel Cc: Alexander Potapenko Cc: Dmitry Vyukov Cc: Matthew Wilcox Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Greg Kroah-Hartman --- mm/kasan/kasan.c | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 61 insertions(+), 2 deletions(-) --- a/mm/kasan/kasan.c +++ b/mm/kasan/kasan.c @@ -791,6 +791,40 @@ DEFINE_ASAN_SET_SHADOW(f5); DEFINE_ASAN_SET_SHADOW(f8); #ifdef CONFIG_MEMORY_HOTPLUG +static bool shadow_mapped(unsigned long addr) +{ + pgd_t *pgd = pgd_offset_k(addr); + p4d_t *p4d; + pud_t *pud; + pmd_t *pmd; + pte_t *pte; + + if (pgd_none(*pgd)) + return false; + p4d = p4d_offset(pgd, addr); + if (p4d_none(*p4d)) + return false; + pud = pud_offset(p4d, addr); + if (pud_none(*pud)) + return false; + + /* + * We can't use pud_large() or pud_huge(), the first one is + * arch-specific, the last one depends on HUGETLB_PAGE. So let's abuse + * pud_bad(), if pud is bad then it's bad because it's huge. + */ + if (pud_bad(*pud)) + return true; + pmd = pmd_offset(pud, addr); + if (pmd_none(*pmd)) + return false; + + if (pmd_bad(*pmd)) + return true; + pte = pte_offset_kernel(pmd, addr); + return !pte_none(*pte); +} + static int __meminit kasan_mem_notifier(struct notifier_block *nb, unsigned long action, void *data) { @@ -812,6 +846,14 @@ static int __meminit kasan_mem_notifier( case MEM_GOING_ONLINE: { void *ret; + /* + * If shadow is mapped already than it must have been mapped + * during the boot. This could happen if we onlining previously + * offlined memory. + */ + if (shadow_mapped(shadow_start)) + return NOTIFY_OK; + ret = __vmalloc_node_range(shadow_size, PAGE_SIZE, shadow_start, shadow_end, GFP_KERNEL, PAGE_KERNEL, VM_NO_GUARD, @@ -823,8 +865,25 @@ static int __meminit kasan_mem_notifier( kmemleak_ignore(ret); return NOTIFY_OK; } - case MEM_OFFLINE: - vfree((void *)shadow_start); + case MEM_OFFLINE: { + struct vm_struct *vm; + + /* + * shadow_start was either mapped during boot by kasan_init() + * or during memory online by __vmalloc_node_range(). + * In the latter case we can use vfree() to free shadow. + * Non-NULL result of the find_vm_area() will tell us if + * that was the second case. + * + * Currently it's not possible to free shadow mapped + * during boot by kasan_init(). It's because the code + * to do that hasn't been written yet. So we'll just + * leak the memory. + */ + vm = find_vm_area((void *)shadow_start); + if (vm) + vfree((void *)shadow_start); + } } return NOTIFY_OK;