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.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable 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 F2A27C4740A for ; Mon, 9 Sep 2019 13:08:05 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C56BA20863 for ; Mon, 9 Sep 2019 13:08:05 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="JtORdRoJ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C56BA20863 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender:Content-Type: Content-Transfer-Encoding:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date:Message-ID:From: References:To:Subject:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=5cBk+mYI0G8mrgQ/s/AQb1aL744p2Z3Hca/09Dzgf5I=; b=JtORdRoJeLPxYCwgiQLH5NWsp U8D1Yog5/8Lwg6+7i3E5PJHwwYhfmLuUOAUO+fliMsUgGM/6wjEDFduFj4P/IUGtEicexkvY1pcam 3CUGeX6OTxkxEHsUr7Vo6iAM9dkm4YFyLd4E8dz4JCrO4m53g/Rd4u78iB696LaI/4IWR2adR2Qgv 275pE6zsd4DNSiCIw3zc3t1f2nyDSfXIUMXZFAVp2Sf6f79tMCC5zo6+pcnfwlThqBqzbJMj6bMdG MglhMlRdUXcFpKMNsn5LYauufpWLuIWXGeN7V/ApPAa60HCkHuvXYOUu8YTC6Gjnqkec5y7pTG48o 8bX0rIUdg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1i7JOe-0001gg-TR; Mon, 09 Sep 2019 13:07:57 +0000 Received: from mx2.suse.de ([195.135.220.15] helo=mx1.suse.de) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1i7JOV-0001fM-Sv; Mon, 09 Sep 2019 13:07:50 +0000 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 737C5ADDD; Mon, 9 Sep 2019 13:07:46 +0000 (UTC) Subject: Re: [PATCH v2 0/2] mm/kasan: dump alloc/free stack for page allocator To: walter-zh.wu@mediatek.com, Andrey Ryabinin , Alexander Potapenko , Dmitry Vyukov , Matthias Brugger , Andrew Morton , Martin Schwidefsky , Will Deacon , Andrey Konovalov , Arnd Bergmann , Thomas Gleixner , Michal Hocko , Qian Cai References: <20190909082412.24356-1-walter-zh.wu@mediatek.com> From: Vlastimil Babka Message-ID: Date: Mon, 9 Sep 2019 15:07:45 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: <20190909082412.24356-1-walter-zh.wu@mediatek.com> Content-Language: en-US X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190909_060748_344034_867D298D X-CRM114-Status: GOOD ( 18.54 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: wsd_upstream@mediatek.com, linux-kernel@vger.kernel.org, kasan-dev@googlegroups.com, linux-mm@kvack.org, linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 9/9/19 10:24 AM, walter-zh.wu@mediatek.com wrote: > From: Walter Wu > > This patch is KASAN report adds the alloc/free stacks for page allocator > in order to help programmer to see memory corruption caused by page. > > By default, KASAN doesn't record alloc and free stack for page allocator. > It is difficult to fix up page use-after-free or dobule-free issue. > > Our patchsets will record the last stack of pages. > It is very helpful for solving the page use-after-free or double-free. > > KASAN report will show the last stack of page, it may be: > a) If page is in-use state, then it prints alloc stack. > It is useful to fix up page out-of-bound issue. I still disagree with duplicating most of page_owner functionality for the sake of using a single stack handle for both alloc and free (while page_owner + debug_pagealloc with patches in mmotm uses two handles). It reduces the amount of potentially important debugging information, and I really doubt the u32-per-page savings are significant, given the rest of KASAN overhead. > BUG: KASAN: slab-out-of-bounds in kmalloc_pagealloc_oob_right+0x88/0x90 > Write of size 1 at addr ffffffc0d64ea00a by task cat/115 > ... > Allocation stack of page: > set_page_stack.constprop.1+0x30/0xc8 > kasan_alloc_pages+0x18/0x38 > prep_new_page+0x5c/0x150 > get_page_from_freelist+0xb8c/0x17c8 > __alloc_pages_nodemask+0x1a0/0x11b0 > kmalloc_order+0x28/0x58 > kmalloc_order_trace+0x28/0xe0 > kmalloc_pagealloc_oob_right+0x2c/0x68 > > b) If page is freed state, then it prints free stack. > It is useful to fix up page use-after-free or double-free issue. > > BUG: KASAN: use-after-free in kmalloc_pagealloc_uaf+0x70/0x80 > Write of size 1 at addr ffffffc0d651c000 by task cat/115 > ... > Free stack of page: > kasan_free_pages+0x68/0x70 > __free_pages_ok+0x3c0/0x1328 > __free_pages+0x50/0x78 > kfree+0x1c4/0x250 > kmalloc_pagealloc_uaf+0x38/0x80 > > This has been discussed, please refer below link. > https://bugzilla.kernel.org/show_bug.cgi?id=203967 That's not a discussion, but a single comment from Dmitry, which btw contains "provide alloc *and* free stacks for it" ("it" refers to page, emphasis mine). It would be nice if he or other KASAN guys could clarify. > Changes since v1: > - slim page_owner and move it into kasan > - enable the feature by default > > Signed-off-by: Walter Wu > --- > include/linux/kasan.h | 1 + > lib/Kconfig.kasan | 2 ++ > mm/kasan/common.c | 32 ++++++++++++++++++++++++++++++++ > mm/kasan/kasan.h | 5 +++++ > mm/kasan/report.c | 27 +++++++++++++++++++++++++++ > 5 files changed, 67 insertions(+) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel