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.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,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 9BDD6C2D0BF for ; Tue, 17 Dec 2019 22:38:21 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 62823218AC for ; Tue, 17 Dec 2019 22:38:21 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 62823218AC Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id EEE558E00AC; Tue, 17 Dec 2019 17:38:20 -0500 (EST) Received: by kanga.kvack.org (Postfix, from userid 40) id E9ED58E0079; Tue, 17 Dec 2019 17:38:20 -0500 (EST) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id D8F3C8E00AC; Tue, 17 Dec 2019 17:38:20 -0500 (EST) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0176.hostedemail.com [216.40.44.176]) by kanga.kvack.org (Postfix) with ESMTP id C36C68E0079 for ; Tue, 17 Dec 2019 17:38:20 -0500 (EST) Received: from smtpin01.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay04.hostedemail.com (Postfix) with ESMTP id 834BA246B for ; Tue, 17 Dec 2019 22:38:20 +0000 (UTC) X-FDA: 76276098360.01.bed45_2b99342967541 X-HE-Tag: bed45_2b99342967541 X-Filterd-Recvd-Size: 4677 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by imf22.hostedemail.com (Postfix) with ESMTP for ; Tue, 17 Dec 2019 22:38:19 +0000 (UTC) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 69A711FB; Tue, 17 Dec 2019 14:38:18 -0800 (PST) Received: from mbp (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 7B2153F718; Tue, 17 Dec 2019 14:38:15 -0800 (PST) Date: Tue, 17 Dec 2019 22:38:09 +0000 From: Catalin Marinas To: Magnus Karlsson Cc: Daniel Borkmann , kirill.shutemov@linux.intel.com, justin.he@arm.com, linux-mm@kvack.org, syzbot , Andrii Nakryiko , Alexei Starovoitov , =?iso-8859-1?Q?Bj=F6rn_T=F6pel?= , bpf , "David S. Miller" , hawk@kernel.org, Jakub Kicinski , John Fastabend , Jonathan Lemon , Martin KaFai Lau , linux-kernel@vger.kernel.org, "Karlsson, Magnus" , Network Development , Song Liu , syzkaller-bugs@googlegroups.com, Yonghong Song Subject: Re: WARNING in wp_page_copy Message-ID: <20191217223808.GA14982@mbp> References: <000000000000a6f2030598bbe38c@google.com> <0000000000000e32950599ac5a96@google.com> <20191216150017.GA27202@linux.fritz.box> <20191217154031.GI5624@arrakis.emea.arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Tue, Dec 17, 2019 at 04:57:34PM +0100, Magnus Karlsson wrote: > On Tue, Dec 17, 2019 at 4:40 PM Catalin Marinas wrote: > > On Tue, Dec 17, 2019 at 02:27:22PM +0100, Magnus Karlsson wrote: > > > On Mon, Dec 16, 2019 at 4:10 PM Magnus Karlsson > > > wrote: > > > > On Mon, Dec 16, 2019 at 4:00 PM Daniel Borkmann wrote: > > > > > On Sat, Dec 14, 2019 at 08:20:07AM -0800, syzbot wrote: > > > > > > syzbot has found a reproducer for the following crash on: > > > > > > > > > > > > HEAD commit: 1d1997db Revert "nfp: abm: fix memory leak in nfp_abm_u32_.. > > > > > > git tree: net-next > > > > > > console output: https://syzkaller.appspot.com/x/log.txt?x=1029f851e00000 > > > > > > kernel config: https://syzkaller.appspot.com/x/.config?x=cef1fd5032faee91 > > > > > > dashboard link: https://syzkaller.appspot.com/bug?extid=9301f2f33873407d5b33 > > > > > > compiler: gcc (GCC) 9.0.0 20181231 (experimental) > > > > > > syz repro: https://syzkaller.appspot.com/x/repro.syz?x=119d9fb1e00000 > > > > > > > > > > > > IMPORTANT: if you fix the bug, please add the following tag to the commit: > > > > > > Reported-by: syzbot+9301f2f33873407d5b33@syzkaller.appspotmail.com > > > > > > > > > > Bjorn / Magnus, given xsk below, PTAL, thanks! > > > > > > > > Thanks. I will take a look at it right away. > > > > > > > > /Magnus > > > > > > After looking through the syzcaller report, I have the following > > > hypothesis that would dearly need some comments from MM-savy people > > > out there. Syzcaller creates, using mmap, a memory area that is > > > > I guess that's not an anonymous mmap() since we don't seem to have a > > struct page for src in cow_user_page() (the WARN_ON_ONCE path). Do you > > have more information on the mmap() call? > > I have this from the syzcaller logs: > > mmap(&(0x7f0000001000/0x2000)=nil, 0x2000, 0xfffffe, 0x12, r8, 0x0) > getsockopt$XDP_MMAP_OFFSETS(r8, 0x11b, 0x7, &(0x7f0000001300), > &(0x7f0000000100)=0x60) > > The full log can be found at: > https://syzkaller.appspot.com/x/repro.syz?x=119d9fb1e00000 Thanks. Prior to mmap, we have: r8 = socket$xdp(0x2c, 0x3, 0x0) So basically we have an mmap() on a socket descriptor with a subsequent copy_to_user() writing this range. We do we even end up doing CoW on such mapping? Maybe the socket code should also implement the .fault() file op. It needs more digging. -- Catalin